@media (max-width: 760px) {
  .sections-page-container section {
    padding-top: 77px;
  }
  .sections-page-container section .fp-tableCell {
    height: 100% !important;
  }
}
.sections-page-container section .fb-section-container {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  /* ========= DOUBLE COL CONTENT ========= */
  /* ========= /DOUBLE COL CONTENT ========= */
}
.sections-page-container section .fb-section-container.flex-end-content {
  display: flex;
  align-items: flex-end;
}
.sections-page-container section .fb-section-container.flex-end-content .double-col-content {
  padding-bottom: 100px;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 765px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item {
    flex-direction: column;
    row-gap: 30px;
  }
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content {
  max-width: 48.5%;
  /* ========= DOUBLE COL TEXT CONTAINER ========= */
  /* ========= /DOUBLE COL TEXT CONTAINER ========= */
  /* ========= DOUBLE COL LIST CONTAINER ========= */
  /* ========= DOUBLE COL LIST CONTAINER ========= */
}
@media (max-width: 765px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content {
    max-width: 100%;
  }
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container h2 {
  font-size: 35px;
  color: #FFF;
  padding-bottom: 60px;
  position: relative;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container h2::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background: #e1bd2d;
  bottom: 30px;
  left: 0;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p {
  font-size: 50px;
  color: #FFF;
  margin: 15px 0;
  line-height: 50px;
  position: relative;
}
@media (max-width: 1370px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p {
    font-size: 36px;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p {
    font-size: 29px;
    line-height: 41px;
  }
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before, .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 49px;
  background-size: contain;
}
@media (max-width: 1370px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before, .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::after {
    width: 44px;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before, .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::after {
    width: 33px;
  }
}
@media (max-width: 485px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before, .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::after {
    display: none;
  }
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before {
  top: -20px;
  left: -85px;
  background-image: url("../../images/quote_open.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1370px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before {
    left: -65px;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::before {
    left: -50px;
  }
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container p.quotes::after {
  bottom: -20px;
  right: 0;
  background-image: url("../../images/quote_close.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-text-container span {
  font-size: 27px;
  color: #FFF;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-list-container h3 {
  font-size: 27px;
  color: #f0c430;
  padding-bottom: 30px;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-list-container .col-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-list-container .col-list p {
  font-size: 22px;
  color: #FFF;
  padding-left: 10px;
  border-left: 4px solid #f0c430;
}
@media (max-width: 760px) {
  .sections-page-container section .fb-section-container .double-col-content .double-col-slide-item .col-content .store-col-list-container .col-list p {
    font-size: 16px;
  }
}
.sections-page-container section .padding-container {
  padding: 0 100px;
}
.sections-page-container section .book-section-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container {
    flex-direction: column;
  }
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container .book-col {
    min-height: 700px;
  }
}
.sections-page-container section .book-section-container .book-col:nth-of-type(1) {
  width: 80%;
  background: #FFF;
  padding: 60px 0 60px 100px;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(1) {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(1) {
    padding: 0px 0 60px 100px;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(1) {
    width: 100% !important;
    padding: 0px 30px !important;
    padding-bottom: 40px;
  }
}
@media (max-width: 665px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(1) {
    padding: 0px 10px !important;
  }
}
.sections-page-container section .book-section-container .book-col:nth-of-type(2) {
  width: 20%;
  background: #2a2a2a;
  background: linear-gradient(0deg, #2a2a2a 0%, #343434 100%);
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(2) {
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container .book-col:nth-of-type(2) {
    display: none !important;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item {
  display: flex;
  align-items: start;
  column-gap: 30px;
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item {
    flex-direction: column-reverse;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item.flex-start {
  align-items: flex-start;
}
@media (max-width: 1360px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info {
    max-width: 300px;
  }
}
@media (max-width: 980px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info {
    max-width: 90%;
    width: 90%;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .book-title {
  font-size: 35px;
  color: #000;
  padding-bottom: 60px;
  margin-bottom: 0;
  position: relative;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .book-title::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background: #e1bd2d;
  bottom: 30px;
  left: 0;
}
@media (max-width: 980px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .book-title::before {
    bottom: 15px;
  }
}
@media (max-width: 980px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .book-title {
    padding-bottom: 30px;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info h3 {
  font-size: 28px;
  color: #000;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info h3.bigger-h3 {
  position: relative;
  font-size: 45px;
  font-weight: 400;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info h3.bigger-h3 {
    font-size: 32px;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info p {
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info p {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info p {
    margin-bottom: 20px;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info p.tiny-description {
  font-size: 16px;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info a {
  color: #000;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info.white h1, .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info.white h3, .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info.white p, .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info.white a {
  color: #FFF;
  border-color: #FFF;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .select-holder {
  margin: 20px 0;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .select-holder h2 {
  font-size: 27px;
  color: #f0c430;
  font-weight: 400;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-info .select-holder select {
  background: #FFF;
  padding: 10px 15px;
  min-width: 300px;
  color: #000;
  margin-top: 10px;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image {
  padding: 0 60px;
  min-width: 652px;
  min-height: 842px;
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image.bigger-image {
  min-width: 783px;
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image.bigger-image {
    min-height: auto;
    min-width: 700px;
  }
}
@media (max-width: 1360px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image.bigger-image {
    min-height: auto;
    min-width: 669px;
    padding-left: 0;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image.bigger-image {
    min-height: auto;
    min-width: auto;
    width: 365px;
    padding: 30px 60px;
  }
}
.sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image img {
  width: 100%;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image {
    min-height: unset;
    padding: 0 105px;
  }
}
@media (max-width: 1360px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image {
    padding: 0 50px;
    max-width: 480px;
    min-height: unset;
    min-width: unset;
  }
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container .book-col .book-slides .book-slide-item .book-image {
    min-height: auto;
    min-width: auto;
    width: 365px;
    padding: 30px 60px;
  }
}
.sections-page-container section .book-section-container .book-col .list-books {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 40px 60px;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container .book-col .list-books {
    padding: 40px 20px;
  }
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item img {
  max-width: 209px;
  max-height: 296px;
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container .book-col .list-books .book-list-item img {
    max-width: 135px;
  }
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item h3 {
  font-size: 26px;
  color: #e1bd2d;
  text-align: center;
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container .book-col .list-books .book-list-item h3 {
    font-size: 20px;
  }
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item p {
  font-size: 18px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container .book-col .list-books .book-list-item p {
    font-size: 13px;
  }
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item ul li {
  font-size: 15px;
  color: #FFF;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e1bd2d;
  left: 0;
  top: 7px;
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item ul li:last-of-type {
  margin-bottom: 0;
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item.align-right {
  align-items: flex-start;
}
.sections-page-container section .book-section-container .book-col .list-books .book-list-item.align-right p, .sections-page-container section .book-section-container .book-col .list-books .book-list-item.align-right h3 {
  text-align: left;
}
.sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(1) {
  width: 80%;
  background: #545960;
  background: radial-gradient(circle, #545960 30%, #4d5259 51%, #34383f 94%);
  padding: 60px 0 60px 100px;
}
@media (max-width: 1370px) {
  .sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(1) {
    width: 81%;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(1) {
    padding: 0px 0 60px 100px;
  }
}
.sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(2) {
  width: 20%;
  background: #35373b;
  background: linear-gradient(0deg, #35373b 0%, #3f4247 100%);
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(2) {
    height: 100%;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container.baralho-section .book-col:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
}
.sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(1) {
  width: 80%;
  background: white;
  background: linear-gradient(0deg, white 0%, white 33%, #232529 33%, #232529 100%);
  padding: 60px 0 60px 100px;
}
@media (max-width: 765px) {
  .sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(1) {
    background: white;
    background: linear-gradient(0deg, white 0%, white 0%, #232529 0%, #232529 100%);
  }
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(1) {
    width: 100%;
  }
}
.sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(2) {
  width: 20%;
  background: white;
  background: linear-gradient(0deg, white 0%, white 33%, #232529 33%, #232529 100%);
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(2) {
    width: 0;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container.half-bg-section .book-col:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
}
.sections-page-container section .book-section-container.white-section .book-col:nth-of-type(1) {
  width: 80%;
  background: #FFF;
  padding: 60px 0 60px 100px;
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container.white-section .book-col:nth-of-type(1) {
    width: 100%;
  }
}
.sections-page-container section .book-section-container.white-section .book-col:nth-of-type(2) {
  width: 20%;
  background: #FFF;
}
@media (max-width: 1320px) {
  .sections-page-container section .book-section-container.white-section .book-col:nth-of-type(2) {
    width: 0;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .sections-page-container section .book-section-container.white-section .book-col:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
}

.quotes::before, .quotes::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 49px;
  background-size: contain;
}
@media (max-width: 1370px) {
  .quotes::before, .quotes::after {
    width: 44px;
  }
}
@media (max-width: 765px) {
  .quotes::before, .quotes::after {
    width: 33px;
  }
}
@media (max-width: 485px) {
  .quotes::before, .quotes::after {
    display: none;
  }
}
.quotes::before {
  top: -20px;
  left: -85px;
  background-image: url("../../images/quote_open.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1370px) {
  .quotes::before {
    left: -65px;
  }
}
@media (max-width: 765px) {
  .quotes::before {
    left: -50px;
  }
}
.quotes::after {
  bottom: -20px;
  right: 0;
  background-image: url("../../images/quote_close.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.store-default-button {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #000;
  transition: all 0.3s;
  display: inline-block;
}
.store-default-button:hover {
  box-shadow: 0 0 4px 0 #0005;
  padding: 10px 25px;
}

.course-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.course-section .course-col {
  width: 400px;
  height: calc(100vh - 130px);
  position: absolute;
  right: 50%;
  margin-right: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .course-section .course-col {
    position: relative;
    left: 0;
    margin: 0;
    width: 100%;
    justify-content: start;
    height: auto;
    padding: 0 20px 20px 20px;
  }
}
.course-section .course-col .course-middle {
  position: relative;
}
.course-section .course-col h2 {
  font-family: "neurial_grotesklight", sans-serif;
  font-size: 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.course-section .course-col h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #F0C430;
  margin-top: 15px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .course-section .course-col h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
  }
  .course-section .course-col h2::after {
    margin-top: 10px;
  }
}
.course-section .course-col h3 {
  font-family: "neurial_groteskregular", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .course-section .course-col h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.course-section .course-col h3 strong {
  display: block;
  font-family: "neurial_groteskbold", sans-serif;
}
.course-section .course-col h4 {
  font-family: "neurial_groteskbold", sans-serif;
  margin: 0 0 10px 0;
  font-size: 17px;
  color: #000;
}
@media (max-width: 768px) {
  .course-section .course-col h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
}
.course-section .course-col p {
  font-family: "neurial_groteskregular", sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
  color: #737373;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 768px) {
  .course-section .course-col p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.course-section .course-col p:last-child {
  margin-bottom: 0;
}
.course-section .course-col .course-descriptions article {
  display: none;
}
.course-section .course-col .course-descriptions article.active {
  display: block;
}
.course-section .course-bg {
  position: absolute;
  width: calc(50% - 200px);
  height: calc(100vh - 130px);
  right: 0;
  top: 0;
  margin-left: 200px;
  background: linear-gradient(62.76deg, #2A2A2A 23.5%, #343434 86.82%);
}
.course-section--full .course-col {
  height: 100vh;
}
.course-section--full .course-bg {
  height: 100vh;
}
.course-section .course-row {
  height: 130px;
  overflow: hidden;
  background: #3B3B47;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 768px) {
  .course-section .course-row {
    z-index: 2;
  }
}
.course-section .course-row .course-crs {
  max-width: 1110px;
  padding: 0 10px;
  width: 100%;
  margin: 10px auto 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .course-section .course-row .course-crs {
    padding: 0 20px 0 10px;
    width: 95%;
  }
}
.course-section .course-row .course-crs .slick-next, .course-section .course-row .course-crs .slick-prev {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 15px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.course-section .course-row .course-crs .slick-prev {
  left: 0;
  background: url(../../images/course-arrow-left.svg) no-repeat center center !important;
  background-size: contain;
}
.course-section .course-row .course-crs .slick-next {
  right: 0;
  background: url(../../images/course-arrow-right.svg) no-repeat center center !important;
  background-size: contain;
}
.course-section .course-row .course-crs .slick-current .course-crs-item-box {
  background: rgba(255, 255, 255, 0.1);
}
.course-section .course-row .course-crs-item {
  padding: 10px;
  cursor: pointer;
}
.course-section .course-row .course-crs-item-box {
  padding: 10px 10px 10px 140px;
  border-radius: 5px;
  position: relative;
  height: 90px;
}
.course-section .course-row .course-crs-item-box::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #757575;
  left: 100%;
  margin-left: 8px;
  top: 0;
}
@media (max-width: 768px) {
  .course-section .course-row .course-crs-item-box::after {
    display: none;
  }
}
.course-section .course-row .course-crs-item-box::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 800/530;
  background: url(../../images/mockup-macbook-pro.webp) no-repeat center center;
  left: 0;
  width: 140px;
  top: 10px;
  background-size: 100% 100%;
}
.course-section .course-row .course-crs-item-box img {
  position: absolute;
  left: 24px;
  width: 93px;
  top: 14px;
  height: 63px;
  object-fit: cover;
}
.course-section .course-row .course-crs-item-box h4 {
  font-size: 11px;
  font-family: "neurial_grotesklight", sans-serif;
  color: #fff;
}
.course-section .course-row .course-crs-item-box h4 strong {
  color: #F0C430;
  font-family: "neurial_groteskbold", sans-serif;
  display: block;
  margin-bottom: 5px;
}
.course-section .course-mockup {
  position: absolute;
  overflow: hidden;
  width: 625px;
  aspect-ratio: 800/530;
  background: url(../../images/mockup-macbook-pro.webp) no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  left: calc(100% + 32px);
  z-index: 1;
  margin-top: -200px;
}
@media (max-width: 768px) {
  .course-section .course-mockup {
    display: none;
  }
}
.course-section .course-mockup img {
  display: none;
  width: 67%;
  max-width: 100%;
  margin: 2% auto 0 auto;
  position: relative;
  left: -1px;
  aspect-ratio: 67/45;
  object-fit: cover;
}
.course-section .course-mockup img.active {
  display: block;
}
@media (max-width: 768px) {
  .course-section--full .course-mockup {
    left: 0;
    top: auto;
    bottom: 10vh;
    display: block;
    width: 34vh;
    right: 0;
    margin: 0 auto;
  }
}
.course-section .course-cta {
  position: absolute;
  width: 600px;
  left: 112%;
  top: 50%;
  z-index: 2;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .course-section .course-cta {
    width: 100%;
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    margin-top: 0;
  }
}
.course-section .course-cta .course-buttons {
  display: none;
  text-align: center;
}
.course-section .course-cta .course-buttons a {
  width: 250px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
.course-section .course-cta .course-buttons a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .course-section .course-cta .course-buttons a {
    font-size: 14px !important;
  }
}
.course-section .course-cta .course-buttons a:first-child {
  font-family: "neurial_groteskregular", sans-serif;
  font-size: 18px;
  padding: 15px 15px;
  text-align: center;
}
.course-section .course-cta .course-buttons a:first-child, .course-section .course-cta .course-buttons a:first-child:active, .course-section .course-cta .course-buttons a:first-child:visited, .course-section .course-cta .course-buttons a:first-child:focus, .course-section .course-cta .course-buttons a:first-child:hover {
  color: #000000;
  text-decoration: underline;
}
.course-section .course-cta .course-buttons a:last-child {
  font-family: "neurial_groteskbold", sans-serif;
  font-size: 18px;
  padding: 15px 15px;
  text-align: center;
  background: #F0C430;
}
.course-section .course-cta .course-buttons a:last-child, .course-section .course-cta .course-buttons a:last-child:active, .course-section .course-cta .course-buttons a:last-child:visited, .course-section .course-cta .course-buttons a:last-child:focus, .course-section .course-cta .course-buttons a:last-child:hover {
  color: #000000;
  text-decoration: none;
}
.course-section .course-cta .course-buttons.active {
  display: block;
}

/*# sourceMappingURL=store-page.css.map */
