.video-container {
  width: 100% !important;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  width: 100% !important;
  height: 100%;
}

.hero-content {
  /* text-align: center !important; */
}

.h1-price {
  font-family: SFProDisplay-Semibold;
  font-size: 40px;
  font-weight: initial;
  letter-spacing: -0.2px;
  color: #57acfa;
  margin-bottom: 0;
  line-height: 2.625rem;
  margin-top: 0;
}

.main-text h1 {
  color: #fff;
}

.main-text h1 {
  font-family: "SFProDisplay-Bold";
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 48px;
}

.main-text h1 {
  font-size: 60px;
  margin-bottom: 30px;
}

footer #mc_embed_signup {
  background-color: transparent !important;
}

footer #newsletter-wrapper .btn {
  /* top: 17% !important; */
}

/* COUNTER BANNER */

.counter-hero {
  background-image: url(/templates/frontend/img/counter-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  margin-bottom: 65px;
}

.counter-hero .instant-search {
  margin-bottom: -5.25rem;
  margin-left: auto;
  margin-right: auto;
}

.counter-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
}

.banner-img-mobile {
  max-width: 284px;
}

.banner-img-desktop {
  display: none;
}

.counter {
  margin-bottom: 26px;
}

.counter-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 10px;
}

.counter-days-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
  min-height: 95px;
}

.counter-days-wrapper .counter-days {
  margin-bottom: 6px;
  min-height: 38px;
}

.counter-days-wrapper .counter-days span {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  background-color: transparent;
  border-radius: 3px;
  border: 1.5px solid #fff;
  text-align: center;
  color: #fff;
  margin-right: 4px;
  font-family: SFProDisplay-Bold, sans-serif;
}

.counter-days-wrapper .counter-days span:nth-child(2) {
  margin-right: 20px;
}

.counter-days-wrapper .counter-days span:nth-child(4) {
  margin-right: 20px;
}

.counter-days-wrapper .counter-days span:last-of-type {
  margin-right: 0;
}

.day-hour-min span {
  color: #fff;
  display: inline-block;
  width: 80px;
  text-align: center;
  font-family: SFProDisplay-Light, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-right: 17px;
}

.day-hour-min span:last-of-type {
  margin-right: 0;
}

.counter-courses-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.courses-number {
  display: flex;
  justify-content: center;
}

.courses-number span {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #a200c8;
  border-radius: 3px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin: 0 4px;
  font-family: SFProDisplay-Bold, sans-serif;
}

.counter-hero .more-button {
  display: block;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
  line-height: 19px;
  font-family: SFProDisplay-Semibold, sans-serif;
  border-radius: 9px;
  background: linear-gradient(180.92deg, #00a9da 0%, #484dd7 100%);
}

.counter-banner-wrapper .promo-desc {
  font-family: SFProDisplay-Regular, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  margin-top: 20px;
  max-width: 750px;
  text-align: center;
  margin-inline: auto;
}

.counter-banner-wrapper .promo-desc span {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .counter-banner-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-img-mobile {
    display: none;
  }

  .banner-img-desktop {
    display: block;
    max-width: 330px;
    margin-bottom: 29px;
  }

  .counter {
    display: flex;
    justify-content: space-around;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .counter-hero {
    background-image: url(/templates/frontend/img/counter-banner-bg-radial.png);
  }

  .counter-text {
    max-width: 88px;
    font-size: 16px;
    line-height: 20px;
  }

  .counter-banner-wrapper .promo-desc {
    font-size: 17px;
    line-height: 20px;
  }

  .counter-days-wrapper {
    flex-direction: row;
    margin-bottom: 0;
    align-items: flex-start;
  }

  .counter-days-wrapper .counter-days span {
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    margin-right: 5px;
  }

  .counter-days-wrapper .counter-days span:nth-child(2) {
    margin-right: 24px;
  }

  .counter-days-wrapper .counter-days span:nth-child(4) {
    margin-right: 24px;
  }

  .counter-days-wrapper .counter-days span:last-of-type {
    margin-right: 0;
  }

  .counter-courses-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .day-hour-min span {
    width: 96px;
    font-size: 14px;
    line-height: 16px;
    margin-right: 24px;
  }

  .day-hour-min span:last-of-type {
    margin-right: 0;
  }

  .courses-number span {
    width: 47px;
    height: 47px;
    line-height: 47px;
    margin: 0 4px;
  }
}

@media (max-width: 992px) {
  .promo-image-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .promo-image-desktop {
    display: block !important;
  }

  .promo-image-mobile {
    display: none;
  }

  .banner-img-desktop {
    max-width: 498px;
  }

  .counter {
    justify-content: center;
  }

  .counter-days-wrapper {
    margin-right: 100px;
    min-height: 113px;
  }

  .contact-modal-new {
    display: none;
  }
}

@media (min-width: 1200px) {
  .counter-hero {
    padding-bottom: 70px;
  }

  .counter-hero .instant-search {
    margin-bottom: -6.25rem;
  }

  .counter-days-wrapper {}
}

/* COUNTER NY*/

.counter-hero-ny {
  background-image: url(/templates/frontend/img/banner-NY-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 43px;
  padding-top: 40px;
  margin-bottom: 65px;
}

.counter-hero-ny .instant-search {
  display: none;
}

.counter-hero-ny .more-button {
  display: block;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
  line-height: 19px;
  font-family: SFProDisplay-Semibold, sans-serif;
  border-radius: 5px;
  background-color: #2798ff;
  text-transform: uppercase;
}

.counter-hero-ny .counter-banner-wrapper {
  max-width: 320px;
  margin: 0 auto;
}

.counter-banner-subtitle {
  font-size: 20px;
  line-height: 36px;
  font-family: SFProDisplay-Light, sans-serif;
  color: #fff;
  width: 100%;
}

.counter-banner-title {
  font-size: 50px;
  line-height: 50px;
  font-family: SFProDisplay-Semibold, sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

.neonText {
  color: #fff;
  text-shadow:
    1px 1px 10px #fff,
    1px 1px 10px #ccc;
}

.banner-gifts-img {
  max-width: 230px;
}

.newyearModal .modal-dialog {
  max-width: 324px;
  margin: 57px auto;
}

.newyearModal .modal-content {
  background-image: url(/templates/frontend/img/popup-NY-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 24px;
}

.newyearModal .modal-header {
  border-bottom: none;
  padding: 9px 7px 8px;
}

.newyearModal .modal-header .close {
  margin-left: auto;
  max-width: 34px;
  opacity: 1;
  cursor: pointer;
}

.newyearModal-title {
  font-family: SFProDisplay-Semibold, sans-serif;
  font-size: 44px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 17px;
}

.newyearModal-text {
  font-family: SFProDisplay-Light, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 21px;
}

.newyearModal-text span {
  font-family: SFProDisplay-Bold, sans-serif;
}

.newyearModal .modal-body {
  padding: 0 18px;
}

.newyearModal-form {
  background: transparent !important;
}

.newyearModal-form form {
  padding: 0 !important;
}

.newyearModal #mc_embed_signup .apply-button {
  display: block;
  color: #fff;
  padding: 18px 30px !important;
  font-size: 16px;
  line-height: 19px;
  font-family: SFProDisplay-Semibold, sans-serif;
  border-radius: 3px;
  background-color: #2798ff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

.newyearModal #mc_embed_signup .mc-field-group .newyear-input {
  background: transparent;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  padding: 16px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  height: auto;
  margin-bottom: 15px;
  font-family: SFProDisplay-Semibold, sans-serif;
}

.newyearModal #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
  margin-top: -5px !important;
}

.newyearModal #mc_embed_signup div#mce-responses {
  margin: 0 !important;
}

.newyearModal #mc_embed_signup div.response {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  width: auto !important;
  color: #fff !important;
}

.newyearModal #mc_embed_signup #mce-success-response {
  color: #fff !important;
}

.newyearModal #mce-error-response a {
  color: #fff !important;
  text-decoration: underline !important;
}

.newyearModal #mc_embed_signup .required {
  color: #fff !important;
}

.newyearModal .form-footnote {
  font-size: 14px;
  line-height: 21px;
  font-family: SFProDisplay-Regular, sans-serif;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 450px) {}

@media (min-width: 768px) {
  .counter-hero-ny {
    background-image: url(/templates/frontend/img/banner-NY-web.jpg);
    background-position: 80% 50%;
  }

  .counter-hero-ny .counter-banner-wrapper {
    max-width: 100%;
    margin: 0;
  }

  .counter-banner-title {
    text-align: center;
    max-width: 540px;
  }

  .counter-banner-subtitle {
    text-align: center;
  }

  .newyearModal .modal-content {
    background-image: url(/templates/frontend/img/popup-NY-web.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 24px;
  }

  .newyearModal .modal-dialog {
    max-width: 85%;
    margin: 150px auto;
  }

  .newyearModal-title {
    max-width: 380px;
  }

  .newyearModal-text {
    max-width: 354px;
  }

  .newyearModal-form .form-elements-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .newyearModal #mc_embed_signup .mc-field-group {
    flex: 0 0 36%;
    width: 36%;
    padding-bottom: 10px !important;
  }

  .newyearModal #mc_embed_signup div#mce-responses {
    order: 5;
  }

  .newyearModal .form-footnote {
    order: 4;
  }
}

@media (min-width: 992px) {
  .counter-hero-ny {
    background-position: 80% 50%;
    position: relative;
  }

  .counter-hero-ny .container {
    position: static;
  }

  .counter-hero-ny .row {
    position: static;
  }

  .counter-hero-ny .col-12 {
    position: static;
  }

  .banner-gifts-img {
    position: absolute;
    left: 20px;
    top: 27%;
  }

  .counter-hero-ny .counter-days-wrapper {
    display: block;
    margin-right: 0;
  }

  .counter-hero-ny .counter-days-wrapper .counter-text {
    max-width: 155px;
    text-align: center;
    margin: 0 auto 16px;
  }

  .newyearModal .modal-dialog {
    max-width: 85%;
    margin: 150px auto;
  }

  .newyearModal-title {
    max-width: 422px;
    font-size: 70px;
    line-height: 72px;
  }

  .newyearModal-text {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 26px;
    max-width: 515px;
  }

  .newyearModal #mc_embed_signup .mc-field-group {
    flex: 0 0 40%;
    width: 40%;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .counter-hero-ny {
    background-position: right center;
    padding-top: 68px;
    padding-bottom: 79px;
  }

  .counter-banner-title {
    font-size: 60px;
    line-height: 62px;
  }

  .counter-banner-subtitle {
    font-size: 26px;
    line-height: 36px;
  }

  .banner-gifts-img {
    max-width: 300px;
  }

  .newyearModal .modal-dialog {
    max-width: 1035px;
  }

  .newyearModal-text {
    max-width: 515px;
  }

  .newyearModal .modal-body {
    padding: 0 80px;
  }
}

@media (min-width: 1400px) {
  .banner-gifts-img {
    max-width: 350px;
    left: 6%;
  }
}

/* NEW NY BANNER */

.header-counter {
  padding: 12px 0 8px;
}

.header-counter .counter {
  margin-bottom: 0;
}

.header-counter .counter-days-wrapper {
  margin-bottom: 0;
  flex-direction: row;
  min-height: 54px;
  margin-right: 0;
  justify-content: center;
}

.header-counter .counter-days-wrapper .counter-text {
  max-width: 80px;
  font-size: 13px;
}

.header-counter .counter-days-wrapper .counter-days {
  min-height: 30px;
  margin-bottom: 0;
}

.header-counter .counter-days-wrapper .counter-days span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.header-counter .counter-days-wrapper .day-hour-min span {
  width: 64px;
}

.ny-banner {
  background-image: url(/templates/frontend/img/new-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 65px;
}

.ny-banner .banner-border {
  margin-inline: 0;
}

.ny-banner .banner-content {
  border: 6px solid #fff;
}

.ny-banner .instant-search {
  margin-bottom: -6.25rem;
}

.new-banner-gifts-img {
  max-width: 300px;
  margin-inline: auto;
}

.ny-banner .ny-banner-title {
  font-size: 43px;
  line-height: 50px;
  color: #fff;
  background-color: #33064e;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: -15px;
  font-family: SFProDisplay-Semibold, sans-serif;
  padding: 0 10px;
}

.ny-banner .ny-banner-subtitle {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: SFProDisplay-Semibold, sans-serif;
}

.ny-banner .ny-banner-description {
  font-size: 16px;
  line-height: 22px;
  font-family: SFProDisplay-Light, sans-serif;
  color: #fff;
}

.ny-banner .ny-banner-description span {
  font-family: SFProDisplay-Bold, sans-serif;
}

.ny-banner .button-wrapper {
  text-align: center;
}

.ny-banner .more-button {
  display: inline-block;
  color: #fff;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 21px;
  font-family: SFProDisplay-Bold, sans-serif;
  border-radius: 5px;
  background-color: #2798ff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ny-banner .choose-course {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 20px;
}

.ny-banner .choose-course p {
  font-family: SFProDisplay-Bold, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ny-banner .choose-course span {
  display: block;
  color: #fff;
}

@media (min-width: 576px) {
  .banner-content {
    padding: 20px 30px;
  }

  .ny-banner .ny-banner-title {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .banner-text {
    flex: 0 0 50%;
    width: 50%;
  }

  .ny-banner .ny-banner-title {
    margin-left: 0;
  }

  .new-banner-gifts-img {
    flex: 0 0 50%;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }

  .ny-banner .button-wrapper {
    text-align: left;
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .banner-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-text {
    flex: 0 0 50%;
    width: 50%;
  }

  .ny-banner .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ny-banner .ny-banner-title {
    margin-left: 0;
  }

  .new-banner-gifts-img {
    flex: 0 0 50%;
    width: 50%;
    max-width: 350px;
    margin-top: 30px;
  }

  .ny-banner .button-wrapper {
    flex: 0 0 100%;
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .header-counter {
    padding: 18px 0;
  }

  .header-counter .counter-days-wrapper {
    min-height: 70px;
    min-width: 440px;
  }

  .header-counter .counter-days-wrapper .counter-text {
    max-width: 84px;
    font-size: 16px;
    margin-right: 15px;
  }

  .header-counter .counter-days-wrapper .counter-days {
    min-height: 46px;
    margin-bottom: 0;
  }

  .header-counter .counter-days-wrapper .counter-days span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }

  .header-counter .counter-days-wrapper .day-hour-min span {
    width: 95px;
  }

  .banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-text {
    flex: 0 0 678px;
    width: 678px;
  }

  .ny-banner .ny-banner-title {
    margin-left: 0;
    font-size: 60px;
    line-height: 73px;
  }

  .ny-banner .ny-banner-subtitle {
    font-size: 30px;
    line-height: 45px;
  }

  .ny-banner .ny-banner-description {
    font-size: 18px;
    line-height: 25px;
  }

  .new-banner-gifts-img {
    flex: 0 0 calc(100% - 678px);
    width: calc(100% - 678px);
    max-width: 440px;
  }

  .ny-banner .button-wrapper {
    margin-top: -30px;
  }
}

@media (min-width: 1400px) {
  .ny-banner .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-content {
    padding-left: 89px;
    padding-right: 89px;
  }
}

/* WIDGET */

.course-price-data .course-price-data-wrapper {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 6px 3px 65px -10px rgba(117, 131, 175, 0.31);
  padding: 17px 20px 26px 22px;
}

.course-price-data .course-price-wrapper .course-price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8.5px;
  border-bottom: 1px solid rgba(181, 196, 218, 0.5);
}

.course-price-data .course-price-wrapper .course-price-discount span {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #667a97;
  margin-right: 5px;
}

.course-price-data .course-price-wrapper .course-price-discount h3 {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #b259e7;
}

.course-price-data .course-price-wrapper .all-prices {
  padding: 10.5px 0 15.5px;
  border-bottom: 1px solid rgba(181, 196, 218, 0.5);
}

.course-price-data .course-price-wrapper .course-final-price {
  text-align: center;
}

.course-price-data .course-price-wrapper .course-final-price span {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 10px;
  color: #667a97;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.course-price-data .course-price-wrapper .course-final-price h3 {
  font-family: SFProDisplay-Semibold, sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.2px;
  color: #b259e7;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.course-price-data .course-price-wrapper .course-first-price {
  text-align: center;
}

.course-price-data .course-price-wrapper .course-first-price h3 {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.1px;
  color: #586c88;
  text-decoration: line-through #b259e7 2px;
}

.course-price-data .course-price-wrapper .course-installment-wrapper {
  padding-top: 6.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-price-data .course-price-wrapper .course-installment-wrapper .course-installment {
  display: flex;
  align-items: center;
}

.course-price-data .course-price-wrapper .course-installment-wrapper .course-installment span {
  font-size: 12px;
  line-height: 23px;
  font-family: SFProDisplay-Semibold, sans-serif;
  text-transform: uppercase;
  color: #667a97;
  margin-right: 3px;
}

.course-price-data .course-price-wrapper .course-installment-wrapper .course-installment h3,
.course-price-data .course-price-wrapper .course-installment-wrapper .course-installment p {
  font-size: 12px;
  line-height: 23px;
  font-family: SFProDisplay-Semibold, sans-serif;
  text-transform: uppercase;
  color: #b259e7;
}

.course-price-data .course-data {
  padding-bottom: 21.5px;
  border-bottom: 1px solid rgba(181, 196, 218, 0.5);
}

.course-price-data .course-price-data-wrapper .apply-button {
  text-align: center;
  margin-bottom: 22px;
}

.course-price-data .course-price-data-wrapper .apply-button a {
  background: #b259e7;
  color: #fafeff;
  box-shadow: 0 11px 14px -10px rgba(117, 131, 188, 0.74);
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  padding: 13px;
  display: block;
}

.course-price-data .course-data .icon-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
}

.course-price-data .course-data .icon-wrapper:last-of-type {
  margin-bottom: 0px;
}

.course-price-data .course-data .icon-wrapper-profile {
  align-items: center;
}

.course-price-data .course-data .icon-wrapper .icon-text {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #667a97;
}

.course-price-data .course-data .icon-wrapper .icon {
  text-align: center;
  display: inline-block;
  width: 20px;
  margin-right: 12px;
}

.course-price-data .course-data .icon-wrapper-profile .icon {
  margin-right: 17px;
}

.course-price-data .course-data .icon-wrapper .icon img {
  max-height: 15px;
  width: auto;
}

.course-price-data .user-rating {
  padding-top: 10.5px;
  text-align: center;
}

.course-price-data .user-rating .rating-text {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 10px;
  color: #667a97;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.course-price-data .user-rating .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-price-data .user-rating .icon-wrapper span {
  color: #b259e7;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
  margin-right: 4px;
}

.course-price-data .user-rating .icon-wrapper p {
  color: #b259e7;
  font-size: 12px;
  line-height: 14px;
  font-family: SFProDisplay-Bold, sans-serif;
  margin-left: 3px;
}

/* WIDGET BUTTON */

@media (max-width: 991px) {
  .aside-courses {
    position: fixed;
    right: -100%;
    padding-top: 10px;
    transition: top 0.5s ease-in-out 0s;
    top: 0px !important;
    bottom: 0px;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding-top: 80px;
  }

  .aside-open {
    right: 0;
  }

  .btn-aside {
    transform: translate(calc(-100% - 7px), -50%) rotate(-90deg);
    transition: 0.3s linear;
    position: fixed;
    top: 68% !important;
    font-size: 15px;
    line-height: 21px;
    font-family: SFProDisplay-Bold, sans-serif;
    border-radius: 5px;
    background-color: #b259e7;
    text-transform: uppercase;
  }

  .btn-aside:hover {
    background-color: #b259e7;
  }

  .course-price-data {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
  }

  .close-aside {
    display: block !important;
    font-size: 20px !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #b259e7;
    color: #fff;
    padding: 4px 2px 2px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .aside-courses {
    position: sticky;
    position: -webkit-sticky;
    top: 183.5px;
    padding-top: 10px;
    transition: top 0.5s ease-in-out;
  }

  .btn-aside {
    display: none;
  }

  .close-aside {
    display: none !important;
  }
}

.february-banner .container-fluid {
  padding: 0;
}

.february-banner .banner-wrapper {
  padding-top: 47px;
}

.february-banner .banner-text {
  max-width: 290px;
  padding-left: 33px;
  color: #000;
}

.february-banner .banner-text .banner-subtitle {
  font-size: 30px;
  line-height: 34px;
  font-family: SFProDisplay-Light, sans-serif;
  margin-bottom: 0;
}

.february-banner .banner-text .banner-title {
  font-size: 58px;
  line-height: 52px;
  font-family: SFProDisplay-Bold, sans-serif;
  margin-bottom: 11px;
}

.february-banner .banner-text .discount {
  font-size: 20px;
  line-height: 20px;
  padding: 5px 8px;
  font-family: SFProDisplay-Bold, sans-serif;
  margin-bottom: 17px;
  color: #fff;
  background-color: #9237c8;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #9237c8;
}

.february-banner .banner-text .basic-text {
  font-size: 25px;
  line-height: 38px;
  font-family: SFProDisplay-Light, sans-serif;
  margin-bottom: 0;
  color: #000;
}

.february-banner .banner-text .action-date {
  font-size: 32px;
  line-height: 30px;
  font-family: SFProDisplay-Bold, sans-serif;
  color: #000;
}

.february-banner .banner-img-mobile {
  max-width: 100%;
  margin-top: -20px;
}

@media (min-width: 576px) {
  .february-banner .container-fluid {
    padding: 0 10px;
  }

  .february-banner .banner-text {
    margin-bottom: 15px;
  }

  .february-banner .banner-img-desktop {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .february-banner .banner-img-desktop {
    display: none;
  }

  .february-banner .banner-wrapper {
    background-image: url(../../img/february-web-01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
    padding: 20px 0 40px;
  }
}

@media (min-width: 992px) {
  .february-banner {
    padding-top: 20px;
  }

  .february-banner .container-fluid {
    padding: 0 25px;
  }

  .february-banner .banner-wrapper {
    background-size: contain;
    padding: 20px 0 40px;
  }

  .february-banner .banner-text {
    max-width: 100%;
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .february-banner .banner-text .banner-subtitle {
    font-size: 37px;
    line-height: 37px;
  }

  .february-banner .banner-text .banner-title {
    font-size: 75px;
    line-height: 64px;
    letter-spacing: 0.67px;
  }

  .february-banner .banner-text .discount {
    font-size: 24px;
    line-height: 24px;
  }

  .february-banner .banner-text .basic-text {
    font-size: 30px;
    line-height: 42px;
  }

  .february-banner .banner-text .action-date {
    font-size: 38px;
    line-height: 32px;
  }
}

@media (min-width: 1400px) {
  .february-banner .container-fluid {
    padding: 0 60px;
  }

  .february-banner .banner-text .banner-subtitle {
    font-size: 60px;
    line-height: 50px;
  }

  .february-banner .banner-text .banner-title {
    font-size: 102px;
    line-height: 90px;
    letter-spacing: 0.67px;
  }

  .february-banner .banner-text .discount {
    font-size: 26px;
    line-height: 26px;
    padding: 7px 8px;
    margin-top: 5px;
  }

  .february-banner .banner-text .basic-text {
    font-size: 30px;
    line-height: 42px;
  }

  .february-banner .banner-text .action-date {
    font-size: 40px;
    line-height: 32px;
  }
}

.february-banner-counter {
  background-color: #160532;
  padding: 12px 0 8px;
}

.february-banner-counter .counter {
  margin-bottom: 0;
}

.february-banner-counter .counter-days-wrapper {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 10px;
}

.february-banner-counter .counter-days-wrapper .counter-text {
  margin-bottom: 0;
}

.february-banner-counter .counter-days-wrapper .counter-days {
  margin-left: 10px;
  margin-bottom: 0;
}

.february-banner-counter .counter-days-wrapper .counter-days span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-family: SFProDisplay-Regular, sans-serif;
}

.february-banner-counter .counter-days-wrapper .day-hour-min {
  line-height: 14px;
  margin-left: 10px;
}

.february-banner-counter .counter-days-wrapper .day-hour-min span {
  width: 77px;
  margin-right: 16px;
}

.february-banner-counter .counter-days-wrapper .day-hour-min span:last-of-type {
  margin-right: 0;
}

.february-banner-counter .counter-courses-wrapper {
  flex-direction: row;
  justify-content: center;
}

.february-banner-counter .counter-courses-wrapper .counter-text {
  margin-bottom: 0;
  margin-right: 10px;
}

.february-banner-counter .counter-courses-wrapper .courses-number span {
  font-family: SFProDisplay-Regular, sans-serif;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.february-banner-second {
  background-color: #480ca0;
  padding: 45px 0;
}

.february-banner-second .container {
  padding: 0;
}

.february-banner-second .counter-banner-wrapper {
  padding-top: 0;
  align-items: initial;
}

.february-banner-second .banner-img-mobile {
  max-width: 100%;
}

.february-banner-second .banner-text {
  padding: 0 22px;
}

.february-banner-second .banner-text .discount {
  display: none;
}

.february-banner-second .banner-text .basic-text {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-family: SFProDisplay-Light, sans-serif;
  margin-bottom: 26px;
}

.february-banner-second .banner-text .basic-text span {
  font-family: SFProDisplay-Bold, sans-serif;
}

.february-banner-second .apply-button {
  display: inline-block;
  color: #fff;
  padding: 18px 30px !important;
  font-size: 18px;
  line-height: 21px;
  font-family: SFProDisplay-Semibold, sans-serif;
  border-radius: 3px;
  background-color: #2798ff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

@media (min-width: 576px) {
  .february-banner-counter .counter {
    align-items: baseline;
  }

  .february-banner-counter .counter-days-wrapper {
    margin-bottom: 0;
  }

  .february-banner-second {
    background-image: url(../../img/february-web-02.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding: 40px 0;
    position: relative;
  }

  .february-banner-second::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -39px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(../../img/february-banner-icon.png);
    background-repeat: no-repeat;
    background-size: 100px auto;
  }

  .february-banner-second .banner-text {
    margin-left: auto;
    padding: 0;
  }

  .february-banner-second .banner-text .discount {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 8px;
    font-family: SFProDisplay-Bold, sans-serif;
    margin-bottom: 12px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-transform: uppercase;
  }

  .february-banner-second .banner-text .basic-text {
    font-size: 24px;
    line-height: 28px;
  }

  .february-banner-second .apply-button {
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 20px;
  }

  .february-banner-second .counter-banner-wrapper {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .february-banner-second {
    padding: 80px 0;
  }

  .february-banner-second .counter-banner-wrapper {
    justify-content: flex-start;
  }

  .february-banner-second .banner-text {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .february-banner-counter {
    padding: 19px 0;
  }

  .february-banner-counter .counter-days-wrapper {
    min-height: 68px;
  }

  .february-banner-counter .counter-days-wrapper .counter-days {
    min-height: 47px;
  }

  .february-banner-counter .counter-days-wrapper .counter-days {
    margin-bottom: 5px;
  }

  .february-banner-counter .counter-days-wrapper .counter-days span {
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 28px;
  }

  .february-banner-counter .counter-days-wrapper .day-hour-min span {
    width: 102px;
  }

  .february-banner-counter .counter-courses-wrapper .courses-number span {
    width: 47px;
    height: 47px;
    line-height: 47px;
  }

  .february-banner-second {
    padding: 110px 0;
  }

  .february-banner-second::after {
    bottom: -61px;
    right: 20px;
    width: 160px;
    height: 160px;
    background-size: 160px auto;
  }

  .february-banner-second .banner-text .basic-text {
    font-size: 30px;
    line-height: 34px;
  }

  .february-banner-second .banner-text .discount {
    font-size: 26px;
    line-height: 26px;
    padding: 7px 12px;
  }

  .february-banner-second .apply-button {
    padding: 18px 30px !important;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .february-banner-second .banner-text .basic-text {
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 60px;
  }

  .february-banner-second .banner-text .discount {
    font-size: 37px;
    line-height: 37px;
  }

  .february-banner-second::after {
    right: 70px;
  }
}

@media (min-width: 1400px) {
  .february-banner-second {
    padding: 155px 0;
  }

  .february-banner-second::after {
    right: 12%;
  }
}

@font-face {
  font-family: "Gatwick";
  src: url("../../css/fonts/GatwickBold/Gatwick-Bold.eot");
  src:
    local("NeueHaasDisplay"),
    url("../../css/fonts/GatwickBold/Gatwick-Bold.woff2") format("woff2"),
    url("../../css/fonts/GatwickBold/Gatwick-Bold.woff") format("woff"),
    url("../../css/fonts/GatwickBold/Gatwick-Bold.ttf") format("truetype"),
    url("../../css/fonts/GatwickBold/Gatwick-Bold.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.march-banner-front {
  background: url(../../img/march-banner-front-mobile.png), linear-gradient(311.14deg, #9237c8 0%, #484dd7 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 97px 0 230px;
}

.march-banner-online-course {
  background: url(../../img/march-banner-online-mobile.png), linear-gradient(311.14deg, #9237c8 0%, #484dd7 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 97px 0 230px;
}

.march-banner-content .march-banner-title {
  font-family: "Gatwick";
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 42px;
  max-width: 334px;
}

.march-banner-content .discount {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 20px;
  line-height: 40px;
  padding: 0 11px;
  color: #fff;
  background-color: #ea40cd;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 17px;
}

.march-banner-content .text {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 61px;
  max-width: 200px;
}

.march-banner-content .apply-link {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  border-bottom: 2px solid #ea40cd;
}

@media (min-width: 576px) {
  .march-banner-front {
    background-size: contain;
  }

  .march-banner-content .march-banner-title {
    font-size: 58px;
    line-height: 62px;
    max-width: 420px;
  }

  .march-banner-content .discount {
    font-size: 24px;
    line-height: 51px;
  }
}

@media (min-width: 768px) {
  .march-banner-front {
    padding: 50px 0;
  }

  .march-banner-content .text {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .march-banner-front {
    background: url(../../img/march-banner-front-web.png), linear-gradient(311.14deg, #9237c8 0%, #484dd7 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 0;
  }

  .march-banner-online-course {
    background: url(../../img/march-banner-online-web.png), linear-gradient(311.14deg, #9237c8 0%, #484dd7 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 0;
  }

  .march-banner-online-course .march-banner-content {
    padding: 35px 0;
  }

  .march-banner-content {
    padding: 40px 0;
  }

  .march-banner-content .text {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .march-banner-online-course {
    padding: 30px 0;
  }

  .march-banner-content .text {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .march-banner-front {
    padding: 30px 0;
  }

  .march-banner-online-course {
    padding: 50px 0;
  }

  .march-banner-content .march-banner-title {
    font-size: 70px;
    line-height: 72px;
    max-width: 520px;
  }
}

@font-face {
  font-family: "MonkeyHat";
  src: url("../../css/fonts/MonkeyHat/MonkeyHat.eot");
  src:
    local("MonkeyHat"),
    url("../../css/fonts/MonkeyHat/MonkeyHat.woff2") format("woff2"),
    url("../../css/fonts/MonkeyHat/MonkeyHat.woff") format("woff"),
    url("../../css/fonts/MonkeyHat/MonkeyHat.ttf") format("truetype"),
    url("../../css/fonts/MonkeyHat/MonkeyHat.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.april-banner {
  background: url(../../img/april-banner-mob.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.april-banner .april-banner-content {
  padding: 265px 0 40px;
  max-width: 86%;
  margin: 0 auto;
}

.april-banner .april-banner-content h5 {
  font-family: "MonkeyHat";
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
}

.april-banner .april-banner-content h2 {
  font-family: "MonkeyHat";
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 3px;
}

.april-banner .april-banner-content h2 span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.april-banner .april-banner-content h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  right: -19px;
  width: 318px;
  height: 77px;
  clip-path: polygon(5% 8%, 98% 11%, 95% 92%, 2% 80%);
  background-color: #ea40cd;
  z-index: -1;
}

.april-banner .april-banner-content h6 {
  font-family: "MonkeyHat";
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 18px;
}

.april-banner .april-banner-content p {
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 26px;
}

.april-banner .april-banner-content .apply-link {
  display: inline-block;
  padding: 20px 5px;
  background-color: #ea40cd;
  text-align: center;
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 5px;
  width: 172px;
}

.april-banner .april-banner-content .counter-days-wrapper {
  margin-bottom: 15px;
}

.april-banner .april-banner-content .counter-text {
  margin-bottom: 10px;
  line-height: 18px;
}

.april-banner .april-banner-content .counter-days {
  margin-bottom: 0;
  min-height: 50px;
}

.april-banner .april-banner-content .day-hour-min {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 450px) {
  .april-banner .april-banner-content {
    padding: 330px 0 80px;
    max-width: 67%;
  }
}

@media (min-width: 576px) {
  .april-banner {
    background-size: contain;
  }

  .april-banner .april-banner-content {
    padding: 370px 0 130px;
    max-width: 52%;
  }

  .april-banner .april-banner-content .counter-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .april-banner {
    background: url(../../img/april-banner-web.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .april-banner .april-banner-content {
    padding: 40px 0 30px 20px;
    max-width: 100%;
    margin: 0;
  }

  .april-banner .april-banner-content h5 {
    font-size: 19px;
    line-height: 21px;
  }

  .april-banner .april-banner-content h2 {
    font-size: 41px;
    line-height: 47px;
  }

  .april-banner .april-banner-content h2 span::before {
    width: 285px;
    height: 67px;
  }

  .april-banner .april-banner-content p {
    margin-bottom: 20px;
    line-height: 18px;
  }

  .april-banner .april-banner-content .apply-link {
    padding: 10px 5px;
    width: 110px;
  }

  .april-banner .april-banner-content .counter {
    display: block;
  }

  .april-banner .april-banner-content .counter-days-wrapper {
    margin-bottom: 0;
    min-height: auto;
    display: block;
  }

  .april-banner .april-banner-content .counter-text {
    margin-bottom: 10px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .april-banner {
    background-size: 100% 100%;
  }

  .april-banner .april-banner-content {
    padding: 40px 0 30px 80px;
  }

  .april-banner .april-banner-content h5 {
    font-size: 24px;
    line-height: 29px;
  }

  .april-banner .april-banner-content h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .april-banner .april-banner-content h2 span::before {
    width: 318px;
    height: 77px;
  }

  .april-banner .april-banner-content h6 {
    font-size: 16px;
    line-height: 19px;
  }

  .april-banner .april-banner-content .apply-link {
    padding: 15px 5px;
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .april-banner .april-banner-content {
    padding: 40px 0 30px 150px;
  }
}

@media (min-width: 1400px) {
  .april-banner .april-banner-content h5 {
    font-size: 36px;
    line-height: 43px;
  }

  .april-banner .april-banner-content h2 {
    font-size: 70px;
    line-height: 85px;
  }

  .april-banner .april-banner-content h2 span::before {
    top: -28px;
    right: -28px;
    width: 485px;
    height: 116px;
  }

  .april-banner .april-banner-content h6 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .april-banner .april-banner-content p {
    font-size: 18px;
    line-height: 50px;
  }

  .april-banner .april-banner-content .apply-link {
    padding: 20px 5px;
    width: 172px;
  }
}

@media (min-width: 1600px) {
  .april-banner .april-banner-content {
    padding: 70px 0 40px 230px;
  }
}

/* LANDING BANNER */

@font-face {
  font-family: "SupplySans";
  src: url("../../css/fonts/SupplySans/PPSupplySans-Regular.eot");
  src:
    local("SupplySans"),
    url("../../css/fonts/SupplySans/PPSupplySans-Regular.woff2") format("woff2"),
    url("../../css/fonts/SupplySans/PPSupplySans-Regular.woff") format("woff"),
    url("../../css/fonts/SupplySans/PPSupplySans-Regular.ttf") format("truetype"),
    url("../../css/fonts/SupplySans/PPSupplySans-Regular.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.landing-banner {
  background-color: #2e3ebd;
  padding: 40px 0;
}

.landing-banner h1 {
  color: #fff;
  font-family: "SupplySans";
  font-size: 52px;
  line-height: 57px;
  margin-bottom: 30px;
  max-width: 320px;
}

.landing-banner .landing-banner-wrapper .btn-pink {
  display: inline-block;
  transition: 0.2s linear;
  padding: 12px 10px 8px;
  color: #fff;
  background-color: #ec5acd;
}

.landing-banner .landing-banner-wrapper .btn-pink .btn-text {
  color: #fff;
  font-family: "SupplySans";
  text-transform: uppercase;
  display: block;
}

.landing-banner .landing-banner-wrapper .btn-pink:hover .btn-text {
  color: #2e3ebd;
}

.landing-banner .landing-banner-wrapper .btn-pink .btn-text {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 576px) {
  .landing-banner h1 {
    font-size: 75px;
    line-height: 78px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .landing-banner {
    padding: 60px 0;
    background-image: url(../../img/.landing-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .landing-banner h1 {
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .landing-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .landing-banner-wrapper .landing-banner-text {
    flex: 0 0 50%;
    width: 50%;
  }

  .landing-banner-wrapper .landing-banner-img {
    flex: 0 0 45%;
    width: 45px;
  }
}

@media (min-width: 1250px) {
  .landing-banner .landing-banner-wrapper .btn-pink {
    padding: 16px 15px 12px;
  }

  .landing-banner .landing-banner-wrapper .btn-pink .btn-text {
    font-size: 20px;
    line-height: 24px;
  }

  .landing-banner h1 {
    font-size: 75px;
    line-height: 78px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1450px) {
  .landing-banner h1 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 61px;
  }
}

/* JUNE BANNER */

@font-face {
  font-family: "EquitanSans SemiBold";
  src: url("../../css/fonts/EquitanSans/EquitanSans-SemiBold.eot");
  src:
    local("EquitanSans"),
    url("../../css/fonts/EquitanSans/EquitanSans-SemiBold.woff2") format("woff2"),
    url("../../css/fonts/EquitanSans/EquitanSans-SemiBold.woff") format("woff"),
    url("../../css/fonts/EquitanSans/EquitanSans-SemiBold.ttf") format("truetype"),
    url("../../css/fonts/EquitanSans/EquitanSans-SemiBold.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EquitanSans Italic";
  src: url("../../css/fonts/EquitanSans/EquitanSans-Italic.eot");
  src:
    local("EquitanSans"),
    url("../../css/fonts/EquitanSans/EquitanSans-Italic.woff2") format("woff2"),
    url("../../css/fonts/EquitanSans/EquitanSans-Italic.woff") format("woff"),
    url("../../css/fonts/EquitanSans/EquitanSans-Italic.ttf") format("truetype"),
    url("../../css/fonts/EquitanSans/EquitanSans-Italic.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EquitanSans Bold";
  src: url("../../css/fonts/EquitanSans/EquitanSans-Bold.eot");
  src:
    local("EquitanSans"),
    url("../../css/fonts/EquitanSans/EquitanSans-Bold.woff2") format("woff2"),
    url("../../css/fonts/EquitanSans/EquitanSans-Bold.woff") format("woff"),
    url("../../css/fonts/EquitanSans/EquitanSans-Bold.ttf") format("truetype"),
    url("../../css/fonts/EquitanSans/EquitanSans-Bold.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MonumentExtended Bold";
  src: url("../../css/fonts/Monument/MonumentExtended-Bold.eot");
  src:
    local("MonumentExtended"),
    url("../../css/fonts/Monument/MonumentExtended-Bold.woff2") format("woff2"),
    url("../../css/fonts/Monument/MonumentExtended-Bold.woff") format("woff"),
    url("../../css/fonts/Monument/MonumentExtended-Bold.ttf") format("truetype"),
    url("../../css/fonts/Monument/MonumentExtended-Bold.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.june-banner {
  background-color: #300575;
  padding: 40px 0;
}

.june-banner .june-banner-wrapper .june-banner-text p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1.85px;
  font-family: "EquitanSans SemiBold";
  text-transform: uppercase;
}

.june-banner .june-banner-wrapper .june-banner-text h1 {
  font-family: "MonumentExtended Bold";
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.09px;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 0;
  color: #fff;
}

.june-banner .june-banner-wrapper .june-banner-text span {
  font-family: "EquitanSans Italic";
  font-size: 20px;
  line-height: 80px;
  color: #fff;
  display: block;
}

.june-banner .june-banner-wrapper .june-banner-text .btn-pink1 {
  font-family: "EquitanSans Bold";
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.13px;
  color: #fff;
  background-color: #b325ff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 163px;
}

@media (min-width: 768px) {
  .june-banner .june-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .june-banner {
    padding: 0;
  }

  .june-banner .june-banner-wrapper .june-banner-text {
    flex: 0 0 40%;
    width: 40%;
  }

  .june-banner .june-banner-wrapper .june-banner-text p {
    font-size: 20px;
    line-height: 22px;
  }

  .june-banner .june-banner-wrapper .june-banner-text h1 {
    font-size: 65px;
    line-height: 65px;
  }

  .june-banner .june-banner-wrapper .june-banner-text span {
    font-size: 20px;
    line-height: 100px;
  }

  .june-banner .june-banner-wrapper .june-banner-img {
    flex: 0 0 55%;
    width: 55%;
  }

  .june-banner .june-banner-wrapper .june-banner-text .btn-pink1 {
    padding: 20px 35px;
  }
}

.ucionica-banner {
  padding: 80px 0 10px;
  background-image: url(../../img/ucionica-mobile-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text {
  margin-bottom: 50px;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text h1 {
  font-size: 35px;
  line-height: 40px;
  font-family: "MonumentExtended Bold";
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text p {
  font-family: "MonumentExtended Bold";
  font-size: 16px;
  line-height: 20px;
  color: #6a32c3;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text .btn-pink2 {
  font-family: "MonumentExtended Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  border: none;
  background-color: #ec5acd;
  border-radius: 12px;
  max-width: 170px;
  padding: 20px;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-img-mob {
  margin-bottom: 0;
}

.ucionica-banner .ucionica-banner-wrapper .ucionica-banner-img-web {
  margin-bottom: 0;
  display: none;
}

@media (min-width: 576px) {
  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  .ucionica-banner {
    padding: 30px 0 0;
    background-image: url(../../img/ucionica-web-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .ucionica-banner .ucionica-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text {
    margin-bottom: 0;
    flex: 0 0 50%;
    width: 50%;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text p {
    margin-bottom: 30px;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-img-mob {
    display: none;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-img-web {
    display: block;
    flex: 0 0 50%;
    width: 50%;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text .btn-pink2 {
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 992px) {
  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text h1 {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 20px;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1265px) {
  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 60px;
  }

  .ucionica-banner .ucionica-banner-wrapper .ucionica-banner-text .btn-pink2 {
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
  }
}

.avgust-vikend-banner {
  padding: 60px 0;
  background-color: #2e3ebd;
  background-image: url(../../img/avgust-vikend-bg-mob.png);
  background-size: 350px auto;
  background-repeat: no-repeat;
  background-position: right 95%;
}

.avgust-vikend-banner .counter {
  margin-bottom: 50px;
}

.avgust-vikend-banner .courses-number span {
  background-color: #ff7cd9;
}

.avgust-vikend-banner .avgust-vikend-banner-text {
  margin-bottom: 34px;
}

.avgust-vikend-banner .avgust-vikend-banner-text h1 {
  font-size: 29px;
  line-height: 36px;
  letter-spacing: -0.04px;
  font-family: "MonumentExtended Bold";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.avgust-vikend-banner .avgust-vikend-banner-text span {
  color: #ff7cd9;
}

.avgust-vikend-banner .avgust-vikend-banner-text p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02px;
  color: #fff;
  font-family: "MonumentExtended Bold";
  text-transform: uppercase;
}

.avgust-vikend-banner .avgust-vikend-banner-wrapper .avgust-vikend-banner-text .btn-pink2 {
  display: inline-block;
  font-family: "MonumentExtended Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  border: none;
  background-color: #ec5acd;
  border-radius: 12px;
  max-width: 170px;
  padding: 13px 29px;
  margin-top: 34px;
}

@media (min-width: 768px) {
  .avgust-vikend-banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../../img/avgust-vikend-bg-web.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.28;
    z-index: 1;
  }

  .avgust-vikend-banner {
    padding: 50px 0;
    background-image: none;
    position: relative;
    /* background-image: url(../../img/rsz_avgust-vikend-bg-web.png);
        background-size: 60% 100%;
        background-repeat: no-repeat;
        background-position: right center; */
  }

  .avgust-vikend-banner .avgust-vikend-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .avgust-vikend-banner .avgust-vikend-banner-text {
    margin-bottom: 0;
  }

  .avgust-vikend-banner .avgust-vikend-banner-img {
    flex: 0 0 45%;
    width: 45%;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .avgust-vikend-banner .avgust-vikend-banner-text h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.08px;
  }

  .avgust-vikend-banner .avgust-vikend-banner-text p {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02px;
  }

  .avgust-vikend-banner .avgust-vikend-banner-text .additional-text {
    margin-top: 20px;
  }
}

@media (min-width: 1265px) {
  .avgust-vikend-banner {}

  .avgust-vikend-banner .avgust-vikend-banner-text h1 {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -0.08px;
    margin-bottom: 23px;
  }

  .avgust-vikend-banner .avgust-vikend-banner-text p {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02px;
  }

  .avgust-vikend-banner .avgust-vikend-banner-text .additional-text {
    margin-top: 35px;
  }

  .avgust-vikend-banner .avgust-vikend-banner-img {
    flex: 0 0 40%;
    width: 40%;
  }

  .avgust-vikend-banner .avgust-vikend-banner-wrapper .avgust-vikend-banner-text .btn-pink2 {
    margin-top: 83px;
  }
}

.back-to-school {
  background-color: #6b00c1;
  color: #fff;
  padding: 117px 0 29px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .back-to-school {
    padding: 34px 0 21px;
  }
}

@media (min-width: 992px) {
  .back-to-school .back-to-school-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.back-to-school .back-to-school-content {
  max-width: 745px;
  margin-bottom: 40px;
  padding-inline: 15px;
}

@media (min-width: 992px) {
  .back-to-school .back-to-school-content {
    flex: 0 0 55%;
    width: 55%;
    margin-bottom: 0;
  }
}

.back-to-school .back-to-school-content h1 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: SFProDisplay-Bold, sans-serif;
}

@media (min-width: 768px) {
  .back-to-school .back-to-school-content h1 {
    font-size: 55px;
  }
}

@media (min-width: 992px) {
  .back-to-school .back-to-school-content h1 {
    font-size: 65px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1250px) {
  .back-to-school .back-to-school-content h1 {
    font-size: 80px;
  }
}

.back-to-school .back-to-school-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #bcace1;
  font-family: SFProDisplay-Bold, sans-serif;
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .back-to-school .back-to-school-content p {
    font-size: 21px;
  }
}

.back-to-school .back-to-school-content p b {
  color: #d300ff;
}

.back-to-school .back-to-school-image {
  max-width: 595px;
  margin-inline: auto;
}

.back-to-school .back-to-school-image img {
  width: 100%;
  display: block;
}

.back-to-school .back-to-school-wrapper .back-to-school-content .btn-pink {
  display: inline-block;
  padding: 13px 29px;
  background-color: #ed00ff;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  font-family: SFProDisplay-Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.back-to-school-quiz {
  margin-bottom: 40px;
}

.back-to-school-quiz a img {
  display: block;
  width: 100%;
}

.back-to-school-quiz a.banner-desc {
  max-width: 70%;
  margin-inline: auto;
}

.last-minute-banner {
  background-image: url("./../../img/last-minute-banner-mobile-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 135px 0 57px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .last-minute-banner {
    background-image: url("./../../img/last-minute-banner-desktop-bg.png");
    padding: 66px 0 45px;
  }
}

@media (min-width: 992px) {
  .last-minute-banner .container-fluid {
    padding-inline: 25px;
  }
}

@media (min-width: 1400px) {
  .last-minute-banner .container-fluid {
    padding-inline: 60px;
  }
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content {
  margin-bottom: 42px;
  color: #fff;
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content {
    flex: 0 0 50%;
    width: 50%;
    margin-right: 70px;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1250px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.08px;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content p:first-of-type {
  font-family: "MonumentExtended Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.09px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content p:first-of-type {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content p:last-of-type {
  font-family: SFProDisplay-Semibold, sans-serif;
  color: #37c0d1;
  font-size: 16px;
  letter-spacing: -0.03px;
  line-height: 60px;
  font-style: italic;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content p:last-of-type {
    font-size: 18px;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 16px 29px;
  background-color: #ff00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

@media (min-width: 992px) {
  .last-minute-banner .last-minute-banner-wrapper .last-minute-banner-content .last-minute-banner-link {
    letter-spacing: -0.09px;
  }
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-image {
  max-width: 462px;
  margin-inline: auto;
}

.last-minute-banner .last-minute-banner-wrapper .last-minute-banner-image img {
  display: block;
  width: 100%;
}

.open-day-banner {
  margin-bottom: 40px;
}

.open-day-banner a img {
  display: block;
  width: 100%;
}

.open-day-banner .banner-desktop {
  max-width: 80%;
  margin-inline: auto;
}

.autumn-action-banner {
  background-image: url("./../../img/autumn-action-mobile-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000a56;
  padding: 135px 0 91px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .autumn-action-banner {
    background-image: url("./../../img/autumn-action-desktop-bg.png");
    padding: 45px 0 19px;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .container-fluid {
    padding-inline: 25px;
  }
}

@media (min-width: 1400px) {
  .autumn-action-banner .container-fluid {
    padding-inline: 60px;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content {
  margin-bottom: 15px;
  color: #fff;
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content {
    flex: 0 0 50%;
    width: 50%;
  }
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .autumn-action-banner-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .autumn-action-banner-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .autumn-action-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1250px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .autumn-action-banner-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.08px;
  }
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content p,
.autumn-action-banner .autumn-action-banner-wrapper .action-text {
  font-family: SFProDisplay-Semibold, sans-serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.03px;
  line-height: 60px;
  font-style: italic;
  margin-bottom: 10px;
}

.autumn-action-banner .autumn-action-banner-wrapper .action-text {
  color: #37c0d1;
  text-align: center;
  background-color: rgba(0, 1, 86, 0.85);
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .action-text {
  display: none;
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .action-text {
    display: block;
    color: #37c0d1;
    text-align: left;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .action-text {
    display: none;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content p {
    font-size: 20px;
  }
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-content .autumn-action-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 29px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-image {
  max-width: 450px;
  margin-inline: auto;
  position: relative;
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-image img {
  display: block;
  width: 100%;
}

.autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-image .desktop-image {
  display: none;
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-image .mobile-image {
    display: none;
  }
}

@media (min-width: 992px) {
  .autumn-action-banner .autumn-action-banner-wrapper .autumn-action-banner-image .desktop-image {
    display: block;
  }
}

/*  Black Friday Banner */
.black-friday-banner {
  margin-bottom: 30px;
}

.black-friday-banner .counter {
  padding: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .black-friday-banner .counter {
    padding: 0;
  }
}

.black-friday-banner .counter-days-wrapper {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .black-friday-banner .counter-days-wrapper {
    align-items: center;
  }
}

.black-friday-banner .counter-days-wrapper .counter-text {
  font-size: 14px;
  line-height: 17px;
  font-family: SFProDisplay-Semibold, sans-serif;
}

@media (min-width: 768px) {
  .black-friday-banner .counter-days-wrapper .counter-text {
    max-width: unset;
    margin-bottom: 30px;
    margin-right: 14px;
    font-size: 16px;
    line-height: 20px;
  }
}

.black-friday-banner .counter-days-wrapper .day-hour-min span {
  font-size: 12px;
  line-height: 14px;
  font-family: SFProDisplay-Semibold, sans-serif;
}

@media (min-width: 768px) {
  .black-friday-banner .counter-days-wrapper .day-hour-min span {
    font-size: 14px;
    line-height: 16px;
  }
}

.black-friday-banner .video-wrapper {
  position: relative;
  max-height: 75vh;
}

.black-friday-banner .video-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 768px) {
  .black-friday-banner .video-wrapper::before {
    padding-top: 35%;
  }
}

.black-friday-banner .video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .black-friday-banner .video-wrapper video {
    height: auto;
  }
}

/* Black Friday Action Banner start */
.black-friday-action-banner {
  background-color: #000;
  padding: 47px 0 10px;
  text-transform: uppercase;
  font-family:
    MonumentExtended Bold,
    sans-serif;
}

.black-friday-action-banner .black-friday-action-banner-image img {
  width: 100%;
  display: block;
  max-width: 650px;
  margin-inline: auto;
}

.black-friday-action-banner .container-fluid {
  padding-inline: 25px;
}

@media (min-width: 992px) {
  .black-friday-action-banner {
    padding: 72px 0;
  }

  .black-friday-action-banner .black-friday-action-banner-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .black-friday-action-banner .black-friday-action-banner-content,
  .black-friday-action-banner .black-friday-action-banner-image {
    flex: 0 0 40%;
    width: 40%;
  }

  .black-friday-action-banner .black-friday-action-banner-image img {
    max-width: unset;
    margin-inline: unset;
  }
}

@media (min-width: 1400px) {
  .black-friday-action-banner .container-fluid {
    padding-inline: 60px;
  }
}

.black-friday-action-banner .black-friday-action-banner-content {
  margin-bottom: 30px;
}

.black-friday-action-banner .black-friday-action-banner-content h1 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.06px;
  color: #fff;
}

.black-friday-action-banner .black-friday-action-banner-content p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: -0.02px;
  color: #fff;
}

.black-friday-action-banner .black-friday-action-banner-content .action-date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02px;
  color: #37c0d1;
  margin-bottom: 20px;
}

.black-friday-action-banner .black-friday-action-banner-content .black-friday-action-link {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  letter-spacing: -0.02px;
  color: #fff;
  padding: 12px 25px;
  border-radius: 37px;
  border: 2px solid #fff;
}

@media (min-width: 1200px) {
  .black-friday-action-banner .black-friday-action-banner-content h1 {
    font-size: 68px;
    line-height: 74px;
    letter-spacing: -0.09px;
  }

  .black-friday-action-banner .black-friday-action-banner-content p {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.03px;
  }

  .black-friday-action-banner .black-friday-action-banner-content .action-date {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.03px;
    margin-bottom: 30px;
  }

  .black-friday-action-banner .black-friday-action-banner-content .black-friday-action-link {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.03px;
    padding: 13px 40px;
  }
}

/* new year banner */
.new-year-action-banner {
  background-image: url("./../../img/new-year-bg-mobile.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #6b00c1;
  padding: 100px 0 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.new-year-action-banner .new-year-bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .new-year-action-banner .container-fluid {
    padding-inline: 25px;
  }
}

@media (min-width: 1400px) {
  .new-year-action-banner .container-fluid {
    padding-inline: 60px;
  }
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content {
  margin-bottom: 60px;
  color: #fff;
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content {
    flex: 0 0 50%;
    width: 50%;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .new-year-action-banner {
    background-image: url("./../../img/new-year-bg-desktop.png");
    padding: 45px 0 0;
  }
}

@media (min-width: 992px) {
  .new-year-action-banner .container-fluid {
    padding-inline: 25px;
  }
}

@media (min-width: 1400px) {
  .new-year-action-banner .container-fluid {
    padding-inline: 60px;
  }
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
  font-size: 37px;
  line-height: 40px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1250px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.08px;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content p {
  font-family: SFProDisplay, sans-serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.03px;
  line-height: 46px;
  font-style: italic;
  margin-bottom: 10px;
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .action {
  font-style: normal;
  font-family: SFProDisplaySemibold, sans-serif;
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content p {
    font-size: 20px;
    line-height: 70px;
  }

  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .action {
    line-height: 46px;
  }
}

@media (min-width: 1250px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content {
    margin-bottom: 80px;
  }

  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content p {
    font-size: 30px;
  }

  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .action {
    line-height: 46px;
    margin-bottom: 27px;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 29px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-link {
    font-size: 16px;
    line-height: 28px;
  }
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-image {
  max-width: 450px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-image img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1250px) {
  .new-year-action-banner .new-year-action-banner-wrapper .new-year-action-banner-content .new-year-action-banner-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.08px;
  }
}

.valentines-day-banner {
  background-image: url("./../../img/valentines-day-bg-mobile.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content {
  margin-bottom: 32px;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-title {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 22px;
  color: #fff;
  position: relative;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-title::after {
  content: "";
  background-image: url("./../../img/valentines-day-shape.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 28px;
  z-index: 3;
  width: 195px;
  height: 45px;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-subtitle {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 22px;
  color: #2c41bf;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 29px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .valentines-day-banner {
    background-image: url("./../../img/valentines-day-bg-web.png");
    padding-top: 10px;
  }

  .valentines-day-banner .valentines-day-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content {
    margin-bottom: 0;
    padding-right: 45px;
    padding-top: 20px;
    flex: 0 0 50%;
    width: 50%;
  }

  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 527px;
  }
}

@media (min-width: 992px) {
  .valentines-day-banner .valentines-day-banner-wrapper {
    max-width: 1220px;
    margin-inline: auto;
  }

  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-title {
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 35px;
  }

  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-title::after {
    width: 260px;
    height: 61px;
  }

  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-subtitle {
    font-size: 25px;
    line-height: 30px;
    white-space: nowrap;
    margin-bottom: 35px;
  }
}

@media (min-width: 1250px) {
  .valentines-day-banner .valentines-day-banner-wrapper .valentines-day-banner-content .valentines-day-banner-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}

/* WOMEN'S DAY */

.womens-day-banner {
  background-image: url("./../../img/womens-day-bg-mobile.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content {
  margin-bottom: 50px;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-title {
  font-size: 45px;
  line-height: 49px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 22px;
  color: #fff;
  max-width: 400px;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-subtitle {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 14px;
  color: #35bed0;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-text {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-style: italic;
  margin-bottom: 40px;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 29px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-image {
  margin-bottom: 0;
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}

.womens-day-banner .womens-day-banner-wrapper .womens-day-banner-image .image-text {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
  text-align: center;
  color: #37c0d1;
}

@media (min-width: 768px) {
  .womens-day-banner {
    background-image: url("./../../img/womens-day-bg-web.png");
    padding: 20px 0;
  }

  .womens-day-banner .womens-day-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content {
    margin-bottom: 0;
    padding-right: 45px;
    padding-top: 20px;
    flex: 0 0 50%;
    width: 50%;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 520px;
    margin-inline: 0;
  }
}

@media (min-width: 992px) {
  .womens-day-banner .womens-day-banner-wrapper {
    max-width: 1220px;
    margin-inline: auto;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-subtitle {
    font-size: 35px;
    line-height: 40px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}

@media (min-width: 1250px) {
  .womens-day-banner {
    padding: 20px 0 30px;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-title {
    font-size: 65px;
    line-height: 75px;
    max-width: 600px;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-subtitle {
    font-size: 40px;
    line-height: 45px;
  }

  .womens-day-banner .womens-day-banner-wrapper .womens-day-banner-content .womens-day-banner-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 58px;
  }
}

/* HALF PRICE BANNER */

.half-price-banner {
  background-image: url("./../../img/half-price-bg-mob.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.half-price-banner .half-price-banner-wrapper .half-price-banner-content {
  margin-bottom: 27px;
}

.half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-title {
  font-size: 43px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 13px;
  color: #fff;
  max-width: 370px;
}

.half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-text {
  font-size: 20px;
  line-height: 24px;
  color: #35bed0;
  font-style: italic;
  margin-bottom: 38px;
  max-width: 350px;
}

.half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 25px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.half-price-banner .half-price-banner-wrapper .half-price-banner-image {
  margin-bottom: 0;
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-title {
    font-size: 50px;
    line-height: 55px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-image {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .half-price-banner {
    background-image: url("./../../img/half-price-bg-web.png");
    padding: 0;
  }

  .half-price-banner .half-price-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content {
    margin-bottom: 0;
    padding: 20px 0;
    flex: 0 0 50%;
    width: 50%;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-title {
    font-size: 43px;
    line-height: 46px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-text {
    margin-bottom: 27px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 633px;
    margin-inline: 0;
  }
}

@media (min-width: 992px) {
  .half-price-banner .half-price-banner-wrapper {
    max-width: 1220px;
    margin-inline: auto;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content {
    padding-left: 50px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
    max-width: 400px;
  }
}

@media (min-width: 1250px) {
  .half-price-banner .half-price-banner-wrapper .half-price-banner-content {
    padding-left: 70px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-title {
    font-size: 71px;
    line-height: 72px;
    max-width: 600px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-content .half-price-banner-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 58px;
  }

  .half-price-banner .half-price-banner-wrapper .half-price-banner-image {
    flex: 0 0 633px;
    width: 633px;
    max-width: 633px;
    margin-inline: 0;
  }
}

/* PHP LARAVEL */

.php-laravel-banner {
  background-image: url("./../../img/php-laravel-bg-mobile.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.php-laravel-banner .php-laravel-label {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 156px;
  height: 47px;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content {
  margin-bottom: 35px;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-title {
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 22px;
  color: #fff;
  max-width: 320px;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-subtitle {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 12px;
  color: #35bed0;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-text {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-style: italic;
  margin-bottom: 32px;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 14px 29px;
  background-color: #ed00ff;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-image {
  margin-bottom: 0;
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}

.php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-image .image-text {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  color: #fff;
  margin-top: -30px;
}

@media (min-width: 576px) {
  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-title {
    font-size: 40px;
    line-height: 46px;
    max-width: 400px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-subtitle {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .php-laravel-banner {
    background-image: url("./../../img/php-laravel-bg.png");
    padding: 60px 0 20px;
  }

  .php-laravel-banner .php-laravel-label {
    top: 10px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content {
    margin-bottom: 0;
    padding-right: 45px;
    padding-top: 20px;
    flex: 0 0 50%;
    width: 50%;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-subtitle {
    font-size: 25px;
    line-height: 27px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 520px;
    margin-inline: 0;
  }
}

@media (min-width: 992px) {
  .php-laravel-banner .php-laravel-banner-wrapper {
    max-width: 1220px;
    margin-inline: auto;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-subtitle {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 1250px) {
  .php-laravel-banner {
    padding: 60px 0 30px;
  }

  .php-laravel-banner .php-laravel-label {
    top: 15px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-title {
    font-size: 45px;
    line-height: 48px;
    max-width: 580px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-subtitle {
    font-size: 43px;
    line-height: 48px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-content .php-laravel-banner-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }

  .php-laravel-banner .php-laravel-banner-wrapper .php-laravel-banner-image .image-text {
    margin-top: -50px;
  }
}

/* LANDING JUN23*/

.landing-jun23-banner {
  background-image: url("./../../img/landing-jun23-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #37c0d1;
}

.landing-jun23-banner .landing-jun23-banner-wrapper {
  max-width: 1220px;
  margin-inline: auto;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content {
  margin-bottom: 35px;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-title {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 15px;
  max-width: 320px;
  color: #1a1818;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-subtitle {
  padding: 12px 24px 9px;
  border-radius: 148px;
  background-color: #d300ff;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 12px;
  display: inline-block;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-text {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #1a1818;
  font-family: "Lexend", sans-serif;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-text span {
  color: #d300ff;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 8px;
  color: #fff;
  border: none;
  margin-inline: auto;
  cursor: pointer;
  background-color: #d300ff;
  margin-bottom: 12px;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink:hover {
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink .btn-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  transition: 0.2s linear;
  font-family: "Lexend", sans-serif;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .footnote {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #1a1818;
  font-family: "Lexend", sans-serif;
}

.landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-image {
  margin-bottom: 0;
  max-width: 450px;
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-title {
    font-size: 40px;
    line-height: 46px;
    max-width: 500px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-text {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .landing-jun23-banner .landing-jun23-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content {
    margin-bottom: 0;
    padding-right: 20px;
    flex: 0 0 55%;
    width: 55%;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-image {
    flex: 0 0 45%;
    width: 45%;
    margin-inline: 0;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .landing-jun23-banner {
    padding: 35px 0 45px;
  }
}

@media (min-width: 1250px) {
  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-title {
    font-size: 48px;
    line-height: 54px;
    max-width: 554px;
    margin-bottom: 20px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .landing-jun23-banner-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 500px;
    margin-bottom: 32px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink {
    margin-bottom: 24px;
    padding: 14px 24px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink .btn-text {
    font-size: 20px;
    line-height: 22px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .btn-pink .btn-arrow {
    width: 24px;
    height: 24px;
  }

  .landing-jun23-banner .landing-jun23-banner-wrapper .landing-jun23-banner-content .footnote {
    font-size: 16px;
    line-height: 18px;
  }
}

/* QA */

.qa-banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #3a0b8c;
}

.qa-banner .qa-banner-wrapper .qa-banner-content {
  margin-bottom: 16px;
  text-align: center;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-pretitle {
  font-family: "MonumentExtended Bold";
  font-size: 16px;
  background: linear-gradient(90deg, rgba(211, 0, 255, 0) 0%, rgba(211, 0, 255, 0.6) 100%);
  border-radius: 200px;
  color: #fff;
  padding: 12px;
  margin-bottom: 24px;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-title {
  font-size: 36px;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 18px;
  color: #fff;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-subtitle {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  font-family: "MonumentExtended Bold";
  margin-bottom: 32px;
  color: #fff;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-text {
  font-size: 13px;
  line-height: 1.15;
  color: #fff;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-link {
  font-family: "MonumentExtended Bold";
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  padding: 12px 16px;
  background-color: #d300ff;
  color: #fff;
  display: inline-block;
  margin-bottom: 56px;
}

.qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-link .arrow-icon {
  width: 26.5px;
  display: inline-block;
  margin-left: 12px;
}

.qa-banner .qa-banner-wrapper .qa-banner-image {
  margin-bottom: 0;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.qa-banner .qa-banner-wrapper .qa-banner-image .image-text {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  color: #fff;
  margin-top: -30px;
}

@media (min-width: 576px) {
  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-title {
    font-size: 40px;
    line-height: 46px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-subtitle {
    font-size: 30px;
    line-height: 34px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-image {
    width: 100%;
    max-width: 400px;
    margin-left: unset;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .qa-banner {
    background-image: url("./../../img/qa-image.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0;
  }

  .qa-banner .qa-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content {
    margin-bottom: 0;
    padding: 50px 45px 50px 0;
    flex: 0 0 50%;
    width: 50%;
    text-align: left;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-subtitle {
    font-size: 25px;
    line-height: 27px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 520px;
    margin-inline: 0;
    display: none;
  }
}

@media (min-width: 992px) {
  .qa-banner .qa-banner-wrapper {
    max-width: 1220px;
    margin-inline: auto;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content {
    padding: 75px 0;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-pretitle {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 32px;
    display: inline-block;
    padding: 12px 16px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 24px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-subtitle {
    font-size: 20px;
    line-height: 1.15;
  }
}

@media (min-width: 1250px) {
  .qa-banner .qa-banner-wrapper .qa-banner-content {
    padding: 115px 0;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-title {
    font-size: 48px;
    line-height: 1.15;
    max-width: 360px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-subtitle {
    margin-bottom: 48px;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-text {
    font-size: 16px;
    line-height: 1.15;
  }

  .qa-banner .qa-banner-wrapper .qa-banner-content .qa-banner-link {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 32px;
    padding: 18px 24px;
  }
}

@media (min-width: 1400px) {
  .qa-banner {
    background-position: right 90px center;
  }
}

@media (min-width: 1600px) {
  .qa-banner {
    background-position: right 190px center;
  }
}

@media (min-width: 1800px) {
  .qa-banner {
    background-position: right 290px center;
  }
}

.school23-banner {
  background-image: url(/templates/back-to-school23/img/lead.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 66px 0 32px;
}

.school23-banner .school23-banner-content .school23-banner-data {
  margin-bottom: 32px;
}

.school23-banner .school23-banner-content .school23-banner-data .school23-banner-title {
  font-family: "SFProDisplay-Bold";
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 24px;
  max-width: 280px;
  color: #0C2134;
}

.school23-banner .school23-banner-content .school23-banner-data .school23-banner-text {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 24px;
  color: #0C2134;
}

.school23-banner .school23-banner-content .school23-banner-data .school23-banner-text span {
  display: block;
}

.school23-banner .school23-banner-content .school23-banner-data .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-family: "SFProDisplay-Bold";
  padding: 16px 24px;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
  background-color: #D300FF;
  color: #fff;
  margin-bottom: 32px;
}

.school23-banner .school23-banner-content .school23-banner-data .school23-banner-footnote {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #0C2134;
}

.school23-banner .school23-banner-content .school23-banner-image img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .school23-banner {
    background-position: center -70px;
    background-size: 100% 100%;
    padding: 10px 0;
  }

  .school23-banner .school23-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .school23-banner .school23-banner-content .school23-banner-data {
    flex: 0 0 calc(100% / 2 - 35px / 2);
    width: calc(100% / 2 - 35px / 2);
  }

  .school23-banner .school23-banner-content .school23-banner-image {
    flex: 0 0 calc(100% / 2 - 35px / 2);
    width: calc(100% / 2 - 35px / 2);
  }
}

@media (min-width: 992px) {
  .school23-banner {
    background-position: center -100px;
  }

  .school23-banner .school23-banner-content .school23-banner-data .school23-banner-title {
    font-size: 62px;
    line-height: 68px;
    max-width: 450px;
  }

  .school23-banner .school23-banner-content .school23-banner-data .school23-banner-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 48px;
  }

  .school23-banner .school23-banner-content .school23-banner-data .school23-banner-footnote {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1250px) {
  .school23-banner .school23-banner-content .school23-banner-data .school23-banner-title {
    font-size: 76px;
    line-height: 84px;
    max-width: 560px;
    margin-bottom: 32px;
  }

  .school23-banner .school23-banner-content .school23-banner-data .btn {
    padding: 16px 32px 17px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 48px;
  }
}

.school23-bnr-wrapper {
  overflow: hidden;
}

.back-to-school23-small-bnr-mob {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 360px;
  height: 150px;
  z-index: 1000;
}

.back-to-school23-small-bnr-desk {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  width: 300px;
  height: 300px;
  z-index: 1000;
}

@media(min-width:992px) {
  .back-to-school23-small-bnr-mob {
    display: none;
  }

  .back-to-school23-small-bnr-desk {
    display: block;
  }
}

.last-minute23-banner .web-img {
  display: none;
}

.last-minute23-banner .mobile-img {
  display: block;
}

@media(min-width:576px) {
  .last-minute23-banner .mobile-img {
    display: none;
  }

  .last-minute23-banner .web-img {
    display: block;
  }
}

.marketing23-banner .web-img {
  display: none;
}

.marketing23-banner .mobile-img {
  display: block;
}

@media(min-width:576px) {
  .marketing23-banner .mobile-img {
    display: none;
  }

  .marketing23-banner .web-img {
    display: block;
  }
}

/* BLACK FRIDAY 2023 */

.black-friday-23 {
  margin-bottom: 20px;
}

.black-friday-23 .video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.black-friday-23 .video-wrapper {
  position: relative;
  display: block;
}

.black-friday-23 .video-wrapper::before {
  content: "";
  display: block;
  padding-top: 176%;
}

.black-friday-23 .header-counter .counter .counter-days-wrapper {
  display: block;
  text-align: center;
}

.black-friday-23 .header-counter .counter .counter-days-wrapper .counter-text {
  max-width: 100%;

}

.black-friday-23 .img-wrapper {
  position: relative;
  display: block;
}

.black-friday-23 .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.black-friday-23 .img-wrapper::before {
  content: "";
  display: block;
  padding-top: 204%;
}

@media(min-width: 576px) {
  .black-friday-23 .video-wrapper::before {
    padding-top: 40%;
  }

  .black-friday-23 .img-wrapper::before {
    padding-top: 40%;
  }
}

@media(min-width: 768px) {
  .black-friday-23 .header-counter .counter .counter-days-wrapper {
    display: flex;
  }

  .black-friday-23 .header-counter .counter .counter-days-wrapper .counter-text {
    margin-bottom: 0;
    margin-right: 30px;
    padding-top: 5px;
  }

  .black-friday-23 .video-wrapper::before {
    padding-top: 40%;
  }
}

@media(min-width: 1250px) {
  .black-friday-23 .header-counter .counter .counter-days-wrapper .counter-text {
    padding-top: 12px;
  }
}

.black-friday-23-bnr-wrapper {
  overflow: hidden;
}

.black-friday-23-small-bnr-mob {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 360px;
  height: 120px;
  z-index: 1000;
}

.black-friday-23-small-bnr-desk {
  display: none;
  position: fixed;
  right: 0;
  top: 60%;
  width: 360px;
  height: 300px;
  z-index: 1000;
}

@media(min-width:992px) {
  .black-friday-23-small-bnr-mob {
    display: none;
  }

  .black-friday-23-small-bnr-desk {
    display: block;
  }
}