#product-page #top {
  position: relative; }
  #product-page #top > .container, #product-page #top > .container > .row, #product-page #top > .container > .row > div {
    height: 100%; }
  #product-page #top .bullets > * {
    margin-right: 10px; }
  #product-page #top .rate {
    margin: 15px 0; }
  #product-page #top .images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 20px 0 100px 0; }
    #product-page #top .images img {
      height: 40px;
      width: auto; }
      #product-page #top .images img.google-partner {
        background-color: white; }
  #product-page #top .course-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: inherit;
    position: initial;
    color: white; }
    #product-page #top .course-info .top-space {
      height: 100px; }
    #product-page #top .course-info .bgimage, #product-page #top .course-info .mask {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%; }
    #product-page #top .course-info > * {
      z-index: 3; }
    #product-page #top .course-info .mask {
      background: linear-gradient(to bottom right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
      z-index: 2; }
    #product-page #top .course-info .bgimage {
      z-index: 1;
      background-attachment: fixed; }
    #product-page #top .course-info h1 {
      margin-top: 10px;
      margin-bottom: 0px; }
    #product-page #top .course-info .rate {
      margin-bottom: 15px; }
    #product-page #top .course-info p {
      margin: 0; }
    #product-page #top .course-info .course-bullets {
      margin-top: 10px; }
      #product-page #top .course-info .course-bullets .generic-bullet {
        background-color: white;
        border-radius: 15px;
        padding: 3px 12px;
        color: gray;
        margin-right: 10px;
        font-size: 12px; }
    #product-page #top .course-info .socials .sharing-button-link {
      margin-right: 10px; }
  #product-page #top .course-contact {
    position: relative; }
    #product-page #top .course-contact .price-info {
      position: fixed;
      top: 90px;
      right: 5%;
      width: 24vw;
      z-index: 5;
      text-align: center; }
      #product-page #top .course-contact .price-info.owned {
        top: 200px; }
      #product-page #top .course-contact .price-info .price {
        color: var(--primary-color);
        font-weight: bold;
        font-size: 28px; }
      #product-page #top .course-contact .price-info .billing {
        background-color: whitesmoke;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2); }
        #product-page #top .course-contact .price-info .billing select {
          display: block;
          width: 100%;
          border: solid 1px lightgray;
          padding: 10px;
          border-radius: 5px;
          margin-top: 10px;
          background-color: white;
          font-size: 16px;
          text-align: center; }
  #product-page #top .btn {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: lighter;
    background-color: #009fe3;
    color: white;
    margin-top: 30px;
    border-radius: 10px; }
    #product-page #top .btn svg {
      width: 30px;
      height: 30px;
      margin-right: 5px;
      animation: chevronshake 2s;
      animation-iteration-count: infinite; }
    #product-page #top .btn .loader {
      margin: 5px 0; }
  #product-page section#banner {
    background-color: #191919;
    color: white; }
  #product-page section#banner .container {
    padding: 25px 0; }
    #product-page section#banner .container .flex-row {
      gap: 15px;
      justify-content: center; }
      #product-page section#banner .container .flex-row > div {
        max-width: 200px; }
      #product-page section#banner .container .flex-row img {
        width: 50px;
        height: auto;
        display: block;
        margin: 0 auto; }
      #product-page section#banner .container .flex-row p {
        text-align: center; }
  #product-page section#description {
    padding: 40px 0;
    text-align: justify; }
  #product-page section#description .course-carac {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
    justify-content: center; }
    #product-page section#description .course-carac > * {
      max-width: 300px; }
    #product-page section#description .course-carac img {
      width: 60px;
      height: auto; }
  #product-page section#description .opinion-cont {
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 25px;
    max-width: 500px; }
    #product-page section#description .opinion-cont img {
      width: 60px;
      height: auto; }
  #product-page section#description .post-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 10px; }
    #product-page section#description .post-tabs .tab {
      padding: 5px 10px;
      cursor: pointer; }
      #product-page section#description .post-tabs .tab.active {
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: solid 3px var(--primary-color); }
  #product-page section#description .tab-content {
    display: none; }
    #product-page section#description .tab-content.active {
      display: block; }
  #product-page section#description #attributes {
    margin-top: 30px; }
    #product-page section#description #attributes .attribute-name {
      font-weight: bold; }
  #product-page section#description #professors {
    border: solid 1px lightgray;
    border-radius: 20px;
    width: max-content;
    padding: 20px;
    margin: 30px auto 0 auto; }
    #product-page section#description #professors h3 {
      margin-top: 0;
      text-align: center;
      font-weight: normal; }
    #product-page section#description #professors .list {
      display: flex;
      align-items: center;
      justify-content: center; }
      #product-page section#description #professors .list .professor {
        text-align: center;
        margin: 0 15px;
        font-weight: bold; }
        #product-page section#description #professors .list .professor img {
          width: 80px;
          height: 80px;
          border-radius: 50%; }
  #product-page section#description #downloads .downloads-list h3 {
    margin-top: 0; }
    #product-page section#description #downloads .downloads-list .download {
      padding: 10px;
      border: solid 1px lightgray;
      border-radius: 10px;
      text-align: center; }
    #product-page section#description #downloads .download-form {
      background-color: white;
      padding: 20px;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
      margin-bottom: 20px; }
    #product-page section#description #downloads .download-form input {
      width: 100%;
      padding: 10px;
      border-radius: 20px;
      border: solid 1px lightgray;
      text-align: center; }
      #product-page section#description #downloads .download-form input[type="submit"] {
        background-color: #009fe3; }
    #product-page section#description #downloads .download-form .wpcf7-spinner, #product-page section#description #downloads .download-form #zipfile-field {
      display: none; }
  #product-page section#reasons {
    background-color: #191919;
    color: white;
    padding: 50px 0; }
  #product-page section#reasons h3 {
    max-width: 400px;
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px; }
    #product-page section#reasons h3 span {
      color: var(--primary-color); }
  #product-page section#reasons .flex-row {
    gap: 10px;
    align-items: flex-start; }
    #product-page section#reasons .flex-row h4 {
      margin-bottom: 10px;
      color: var(--primary-color); }
  #product-page section#reasons .number {
    font-size: 90px;
    color: var(--primary-color);
    font-weight: bold; }
  #product-page section#comments {
    padding: 40px 0; }
  #product-page section#comments h3 {
    margin-top: 0;
    font-size: 24px; }
  #product-page section#comments .comments {
    border-bottom: solid 1px lightgray;
    margin-bottom: 20px; }
    #product-page section#comments .comments .comment {
      background-color: white;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 5px rgba(0, 0, 0, .15);
      margin-bottom: 20px; }
    #product-page section#comments .comments .comment .flex-row {
      margin-bottom: 10px; }
      #product-page section#comments .comments .comment .flex-row > div {
        font-size: 12px;
        margin-right: 15px; }
  #product-page section#comments textarea, #product-page section#comments input {
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 15px; }
  #product-page section#comments .submit {
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #009fe3;
    border-radius: 0;
    font-size: 16px; }
  #product-page section#rates {
    padding: 50px 0; }
  #product-page section#rates .row > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #product-page section#rates .row > * .label {
      font-weight: bold;
      font-size: 18px; }
    #product-page section#rates .row > * .rate-value {
      font-size: 30px;
      margin-bottom: 10px;
      border-radius: 50%;
      border: solid 1px lightgray;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--primary-color); }
      #product-page section#rates .row > * .rate-value img {
        width: 30px;
        height: 30px; }
  #product-page section#support {
    padding-bottom: 70px; }
  #product-page section#support .images {
    gap: 25px;
    justify-content: center;
    margin: -20px 0 20px 0; }
  #product-page section#support .faqs {
    margin: 30px 0; }
  #product-page section#support h3.doubts {
    font-size: 38px; }
  #product-page section#support .wpcf7-form input, #product-page section#support .wpcf7-form textarea {
    resize: none;
    width: 100%;
    border: none;
    background-color: whitesmoke;
    padding: 10px;
    color: gray; }
    #product-page section#support .wpcf7-form input[type="submit"], #product-page section#support .wpcf7-form textarea[type="submit"] {
      background-color: var(--primary-color);
      border-radius: 0;
      padding: 15px 0;
      color: white; }
  #product-page .new-comment .rater {
    margin-bottom: 20px; }
    #product-page .new-comment .rater > div {
      margin-right: 10px; }
  #product-page .new-comment .error {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: 5px 0; }

@keyframes chevronshake {
  0% {
    transform: translate(0px, 0px); }

  10% {
    transform: translate(4px, 0px); }

  20% {
    transform: translate(-3px, 0px); }

  30% {
    transform: translate(0px, 0px); }

  100% {
    transform: translate(0px, 0px); } }
