/*
Theme Name: Twoco
Author: A-Team
Description: Twoco Website Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Twoco
*/

@import 'assets/fonts/fonts.css';
.lang-item{
   list-style: none;
}
.mobile-show{
    display:none;
}

.owl-carousel {
    display: block !important;
    opacity: 1 !important;
}

body, html{
    padding:0;
    margin:0;
    background-color: #E5E2DA;
    scroll-behavior: smooth;
}

/*popup*/
.popup {
  position:fixed; z-index:999; top:60px; left:50%;
  width:70%; height:auto; background:#fff;
    -moz-box-shadow:4px 4px 30px #130507;
    -webkit-box-shadow:4px 4px 30px #130507;
  box-shadow:4px 4px 30px #130507;
    -moz-transition:top 800ms;
    -o-transition:top 800ms;
    -webkit-transition:top 800ms;
  transition:top 800ms;
}
  .p_content { width:100%; text-align:center; font-size:23px; padding:0; aspect-ratio: 16 / 9; }
  .p_content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
  .p_anch {
    float:left; position:relative; z-index:1; width:100%;
    margin:80px 0 0 0; text-align:center; font-size:18px;
  }
  .p_anch a { color:#000; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
  .p_close {
    float:right; width:15px; height:14px; margin:11px 10px 0 0;
    background:url('assets/images/close-popup-icon.svg');
  }
  .p_body {
    background:#000; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.7;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
    z-index:998;
  }


/* js стили — декларативно */
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }



.homepage-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0px;
}

.main-content {
  background-color: #E5E2DA;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1360px;
  flex-direction: column;
  overflow: hidden;
}

.hero-section {
  z-index: 0;
  display: flex;
  min-height: 840px;
  width: 100%;
  padding: 96px 0;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  justify-content: center;
}

.hero-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 96px 0;
}

.hero-logo {
  aspect-ratio: 0.66;
  object-fit: contain;
  width: 57px;
}

.hero-text {
  align-self: stretch;
  display: flex;
  margin-top: 64px;
  width: 100%;
  flex-direction: column;
  font-weight: 400;
  text-align: center;
}

.hero-title {
  color: #202020;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

.hero-subtitle {
  color: #4F4D49;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.54px;
  align-self: center;
  margin-top: 24px;
  width: 341px;
}

.cta-button {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  margin-top: 64px;
  width: 318px;
  max-width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: #E5E2DA;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
  justify-content: center;
  padding: 22px 30px;
}

.button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(40, 32, 1, 0.18);
}

/* Media Queries */
@media (max-width: 991px) {
  .homepage-container {
    padding: 0 20px;
  }
  
  .main-content {
    max-width: 100%;
  }
  
  .hero-section {
    max-width: 100%;
  }
  
  .hero-content {
    max-width: 100%;
    padding: 40px 20px;
  }
  
  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  
  .hero-subtitle {
    margin-top: 20px;
  }
  
  .cta-button {
    margin-top: 40px;
    padding: 16px 20px;
  }
}
 .featured-announcement {
    background-color: rgba(195, 54, 111, 1);
    display: flex;
    min-height: 30px;
    width: calc(100% - 24px);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6px 12px;
  }
  .indicator-group {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: start;
    margin: auto 0;
  }
  .indicator-dot {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 12px;
    align-self: stretch;
    margin: auto 0;
  }
  .indicator-dot-small {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 8px;
    align-self: stretch;
    margin: auto 0;
  }
  .announcement-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 22px;
    color: rgba(243, 187, 210, 1);
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 12px Zerno, sans-serif;
  }
  .announcement-text {
    align-self: stretch;
    min-width: 240px;
    gap: 8px;
    white-space: nowrap;
    text-align: right;
    flex: 1;
    margin: auto 0;
    padding: 2px 0;
  }
  .announcement-right {
    align-self: stretch;
    min-width: 240px;
    gap: 8px;
    flex: 1;
    margin: auto 0;
    padding: 2px 0;
  }
  @media (max-width: 991px) {
    .featured-announcement {
      max-width: 100%;
    }
    .announcement-content {
      max-width: 100%;
    }
    .announcement-text {
      max-width: 100%;
      white-space: initial;
    }
    .announcement-right {
      max-width: 100%;
    }
  }
  .main-header {
    background-color: rgba(229, 226, 218, 1);
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .menu-logo-container {
    align-self: stretch;
    z-index: 0;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 8px;
    justify-content: start;
    margin: auto 0;
    padding: 10px 0 15px 8px;
  }
  .menu-logo-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* Adjust the "height" of the bottom border */
    background: url("assets/images/line.svg") repeat-x;
  }
  .svg-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .menu-button {
    border-right: 1px solid rgba(40, 32, 1, 0.12);
    background-color: transparent;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    color: rgba(32, 32, 32, 1);
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: center;
    width: 108px;
    margin: auto 0;
    padding: 16px;
    font: 400 12px/1 Zerno, sans-serif;
  }
  .menu-button-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
    justify-content: center;
  }
  .menu-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
  }
  .menu-text {
    align-self: stretch;
    margin: auto 0;
  }
  .divider {
    object-fit: contain;
    object-position: center;
    width: 0;
    align-self: stretch;
    margin: auto 0;
  }
  .logo-container {
    align-self: stretch;
    display: flex;
    min-height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    margin: auto 0;
    padding: 0 18px;
  }
  .logo {
    aspect-ratio: 4.63;
    object-fit: contain;
    object-position: center;
    width: 74px;
  }
  .action-buttons {
    align-self: stretch;
    z-index: 0;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: end;
    margin: auto 0;
    padding: 10px 8px 10px 0;
    font: 12px/1 Zerno, sans-serif;
  }
  .login-button {
    border-radius: 56px;
    background-color: transparent;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    color: rgba(32, 32, 32, 1);
    font-weight: 400;
    justify-content: center;
    width: 98px;
    margin: auto 0;
    padding: 16px 22px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    text-transform: uppercase;
  }
  .contact-button {
    border-radius: 2px;
    border:0;
    background-color: rgba(32, 32, 32, 1);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    color: rgba(229, 226, 218, 1);
    font-weight: 500;
    justify-content: center;
    width: 130px;
    margin: auto 0;
    padding: 16px 22px;
    text-transform: uppercase;
    outline:none;
  }
  .navigation {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 12px;
    color: rgba(32, 32, 32, 1);
    letter-spacing: 0.39px;
    justify-content: start;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 400 13px/1 Zerno, sans-serif;
  }
  .nav-item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    padding: 8px 12px;
    text-decoration:none;
    color: rgba(32, 32, 32, 1);
  }
  .separator {
    color: rgba(37, 26, 4, 0.28);
    text-align: center;
    align-self: stretch;
    margin: auto 0;
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  @media (max-width: 991px) {
    .main-header {
      max-width: 100%;
    }
    .menu-button,
    .menu-button-content,
    .nav-item,
    .login-button,
    .contact-button {
      white-space: initial;
    }
    .navigation {
      max-width: 100%;
    }
  }
  .event-count {
    color: rgba(26, 21, 4, 0.42);
    font: 14px/1 Zerno, sans-serif;
    letter-spacing: 1.12px;
    position: absolute;
    right: -30px;
    top: -22px;
    width: 30px;
    height: 16px;
  }
  .events-container {
    background-color: #e5e2da;
    position: relative;
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 8px;
  }
  .event-card {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 330px;
    min-width: 240px;
    padding: 8px 8px 0;
  }
  .event-image-wrapper {
    border-radius: 4px;
    min-height: 188px;
    width: 100%;
    overflow: hidden;
  }
  .event-image {
    aspect-ratio: 1.67;
    object-fit: contain;
    width: 100%;
  }
  .event-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 294px;
    padding: 40px 0;
    color: rgba(26, 21, 4, 0.42);
    font: 400 13px Zerno, sans-serif;
    text-align: center;
  }
  .event-date {
    line-height: 1;
    letter-spacing: 1.04px;
    text-transform: uppercase;
  }
  .event-title {
    color: #202020;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin: 65px 0;
  }
  .event-details {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    letter-spacing: 0.39px;
    line-height: 1;
  }
  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 4px;
    background: #ece9e3;
    box-shadow: 0 15px 32px rgba(46, 46, 44, 0.06), 0 4px 2px rgba(46, 46, 44, 0.02);
  }
  .nav-button-next {
    right: 8px;
  }
  .nav-button-prev {
    left: 8px;
  }
  .nav-icon {
    width: 20px;
    aspect-ratio: 1;
  }
  .events-header {
    position: absolute;
    left: 340px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 490px;
    min-width: 240px;
    border-radius: 4px;
    background-color: #ece9e3;
    font-family: Zerno, sans-serif;
  }
  .header-title {
    color: #202020;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -0.3px;
    text-align: center;
    text-transform: uppercase;
  }
  .view-all-button {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px);
    padding: 16px 22px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    border-radius: 56px;
    color: #202020;
    font-size: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  @media (max-width: 991px) {
    .events-container {
      max-width: 100%;
    }
    .event-title {
      margin: 40px 0;
    }
    .nav-button {
      padding: 0 20px;
    }
    .view-all-button {
      padding: 0 20px;
    }
  }
  
  .courses-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 80px;
}

.courses-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.intro-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 220px 0 112px;
  overflow: hidden;
}

.background-image {
  position: absolute;
  inset: 0;
  display: flex;
  height: 738px;
  width: 1360px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.subtitle {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font: 400 14px/1 Zerno, sans-serif;
  z-index: 1;
}

.main-title {
  max-width: 1000px;
  color: #202020;
  text-align: center;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  margin-top: 64px;
  font: 400 64px/72px Zerno, sans-serif;
  z-index: 1;
}

.button-group {
  display: flex;
  margin-top: 64px;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font: 12px/1 Zerno, sans-serif;
  z-index: 1;
}

.primary-button {
  border-radius: 2px;
  background-color: #202020;
  color: #e5e2da;
  font-weight: 500;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.secondary-button {
  border-radius: 56px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  padding: 16px 22px;
  color: #202020;
}

.course-preview-section {
  padding: 0 8px;
  width: 100%;
}

.preview-card {
  border-radius: 4px;
  background-color: #4e769b;
  min-height: 600px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

.card-content {
  flex: 1;
  padding: 8px;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.course-logo {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.course-description {
  flex: 1;
  color: #bed9f1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  padding: 0 40px;
  font: 400 18px/26px Zerno, sans-serif;
}

.course-info {
  padding: 0 24px 40px;
  color: #bed9f1;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  font: 400 14px Zerno, sans-serif;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 2;
  margin-top: 16px;
}

.info-label {
  text-align: right;
  opacity: 0.6;
  flex: 1;
}

.info-value {
  flex: 1;
}

.preview-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px;
}

.control-button {
  border-radius: 4px;
  padding: 16px;
  width: 52px;
  display: flex;
  justify-content: center;
}

.preview-counter {
  color: #bed9f1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font: 400 15px/1 Zerno, sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.preview-progress {
  display: flex;
  margin-top: 12px;
  gap: 4px;
  justify-content: center;
}

.progress-bar {
  flex: 1;
  height: 2px;
}

.preview-image {
  width: 100%;
  flex: 1;
  object-fit: contain;
}

.speaker-section {
  padding: 8px 8px 0;
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.avatar-group {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 24px 0 56px;
}

.avatar {
  border-radius: 64px;
  width: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-small {
  width: 32px;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker-info {
  text-align: center;
  color: #bed9f1;
  text-transform: uppercase;
  padding: 0 40px;
  font-family: Zerno, sans-serif;
}

.speaker-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 1.12px;
}

.speaker-name {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.3px;
  margin-top: 28px;
}

.speaker-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}

.speaker-image {
  width: 100%;
  flex: 1;
  min-width: 240px;
  object-fit: contain;
}

.speaker-decoration {
  position: absolute;
  left: 0;
  top: 40px;
  width: 155px;
}

@media (max-width: 991px) {
  .courses-container {
    padding: 0 20px;
  }

  .intro-section {
    padding: 100px 0;
  }

  .main-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 40px;
  }

  .button-group {
    margin-top: 40px;
  }

  .course-description {
    padding: 0 20px;
  }

  .course-info {
    padding: 0 20px;
  }

  .speaker-info {
    padding: 0 20px;
  }
}
.coaching-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0 80px;
}

.coaching-wrapper {
  border-radius: 4px;
  background-color: #ECE9E3;
  display: flex;
  width: 100%;
  max-width: 1360px;
  flex-direction: column;
  overflow: hidden;
}

.hero-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 220px 0 112px;
}

.background-image {
  position: absolute;
  z-index: 0;
  display: flex;
  height: 813px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  inset: 0;
}

.section-subtitle {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  align-self: center;
  z-index: 1;
  font: 400 14px/1 Zerno, sans-serif;
}

.section-title {
  max-width: 1000px;
  align-self: center;
  color: #202020;
  text-align: center;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  z-index: 1;
  margin-top: 64px;
  font: 400 64px/72px Zerno, sans-serif;
}

.content-wrapper {
  z-index: 1;
  display: flex;
  margin-top: 64px;
  width: 100%;
  align-items: start;
  font-family: Zerno, sans-serif;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-wrapper {
  display: flex;
  min-width: 240px;
  padding-right: 40px;
  flex-direction: column;
  align-items: end;
  flex: 1;
}

.cta-button {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  width: 210px;
  padding: 16px 22px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #E5E2DA;
  font: 500 12px/1 Zerno, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  cursor: pointer;
}

.description {
  min-width: 240px;
  color: #4F4D49;
  font: 400 15px/22px Zerno, sans-serif;
  text-align: justify;
  letter-spacing: 0.45px;
  flex: 1;
}

.cards-grid {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 8px 0;
}

.coaching-card {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.001);
  display: flex;
  min-width: 240px;
  min-height: 680px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 12px;
}

.card-icon {
  display: flex;
  width: 100%;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}

.card-title {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  margin-top: 160px;
  font: 400 22px/30px Zerno, sans-serif;
}

.card-title-highlight {
  color: #1A1504;
}

.speakers-section {
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}

.avatars-group {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}

.avatar-large {
  width: 64px;
  padding: 10px;
}

.speaker-name {
  display: flex;
  min-height: 44px;
  margin-top: 16px;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  color: #202020;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font: 400 15px/1 Zerno, sans-serif;
}

.diamond-icon {
  display: flex;
  min-height: 22px;
  align-items: center;
  width: 12px;
}

.promo-tile {
  border-radius: 4px;
  background-color: #DDD9CF;
  position: relative;
  display: flex;
  min-width: 240px;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  padding: 32px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font: 400 30px/42px Zerno, sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (max-width: 991px) {
  .coaching-container {
    padding-left: 20px;
  }
  
  .coaching-wrapper {
    max-width: 100%;
  }
  
  .hero-section {
    max-width: 100%;
    padding: 100px 0;
  }
  
  .section-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
    line-height: 50px;
  }
  
  .content-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .cta-wrapper {
    max-width: 100%;
  }
  
  .description {
    max-width: 100%;
  }
  
  .cards-grid {
    max-width: 100%;
  }
  
  .coaching-card {
    max-width: 100%;
  }
  
  .card-title {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .speakers-section {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .speaker-name {
    max-width: 100%;
  }
  
  .promo-tile {
    max-width: 100%;
    padding: 20px;
  }
}
 .testing-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 88px 0;
  }

  .content-wrapper {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    justify-content: flex-start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 88px 0;
  }

  .subtitle {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font: 400 14px/1 Zerno, sans-serif;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }

  .text-container {
    align-self: stretch;
    display: flex;
    margin-top: 64px;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .main-heading {
    color: #202020;
    font: 400 46px/56px Zerno, sans-serif;
    letter-spacing: -0.46px;
    text-transform: uppercase;
  }

  .description {
    max-width: 440px;
    align-self: center;
    color: #4f4d49;
    font: 400 15px/22px Zerno, sans-serif;
    letter-spacing: 0.45px;
    margin-top: 40px;
    width: 440px;
  }

  .button-container {
    display: flex;
    margin-top: 64px;
    align-items: center;
    gap: 8px;
  }

  .primary-button {
    border-radius: 2px;
    background-color: #202020;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .button-text {
    color: #e5e2da;
    font: 500 12px/1 Zerno, sans-serif;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }

  .card-section {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-basis: 0%;
  }

  .info-card {
    border-radius: 4px;
    background: #ece9e3;
    box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
                0 12px 16px 0 rgba(46, 46, 44, 0.03),
                0 4px 2px 0 rgba(46, 46, 44, 0.02);
    position: relative;
    display: flex;
    min-height: 520px;
    width: 340px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
  }

  .card-image-wrapper {
    position: absolute;
    z-index: 0;
    display: flex;
    height: 520px;
    width: 100%;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    inset: 0;
  }

  .stats-container {
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    flex: 1;
    padding: 64px 24px 6px;
  }

  .stat-number {
    color: #202020;
    font: 400 64px/1 Zerno, sans-serif;
    letter-spacing: -1.92px;
    text-transform: uppercase;
  }

  .stat-label {
    color: #3d3c39;
    font: 400 15px/1 Zerno, sans-serif;
    letter-spacing: 0.45px;
    margin-top: 24px;
  }

  .progress-section {
    background-color: #ece9e3;
    z-index: 1;
    padding: 6px;
  }

  .progress-bar {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4px;
    justify-content: center;
  }

  .navigation-controls {
    display: flex;
    margin-top: 6px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
  }

  .nav-button {
    border-radius: 4px;
    padding: 16px;
    width: 52px;
    display: flex;
    justify-content: center;
  }

  .page-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(37, 26, 4, 0.28);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    justify-content: center;
    flex: 1;
    flex-basis: 32px;
    font: 400 15px/1 Zerno, sans-serif;
  }

  @media (max-width: 991px) {
    .content-wrapper {
      max-width: 100%;
    }
    
    .text-container {
      max-width: 100%;
      margin-top: 40px;
    }
    
    .main-heading {
      font-size: 40px;
      line-height: 55px;
    }
    
    .description {
      max-width: 100%;
    }
    
    .button-container {
      margin-top: 40px;
    }
    
    .card-section {
      max-width: 100%;
    }
    
    .primary-button {
      padding: 0 20px;
    }
    
    .stats-container {
      padding: 0 20px;
    }
    
    .stat-number {
      font-size: 40px;
    }
    
    .page-indicator {
      white-space: initial;
    }
  }
.book-container {
  border-radius: 6px;
  position: relative;
  display: flex;
  padding-bottom: 112px;
  flex-direction: column;
  justify-content: start;
}

.frame {
  position: absolute;
  z-index: 0;
  display: flex;
  max-width: 100%;
  width: 1358px;
  flex-direction: column;
  justify-content: start;
  inset: 0 2px 0 0;
  padding: 12px;
}

.frame-inner {
  border-radius: 4px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 12px;
  border: 1px solid rgba(40, 32, 1, 0.18);
}

.frame-content {
  border-radius: 4px;
  display: flex;
  min-height: 1338px;
  width: 100%;
  flex: 1;
  padding: 10px 0;
  border: 1px solid rgba(40, 32, 1, 0.18);
}

.header {
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Zerno, sans-serif;
  text-transform: uppercase;
  justify-content: center;
  padding: 220px 0 112px;
}

.title-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  justify-content: center;
}

.main-title {
  color: #202020;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  text-align: center;
  z-index: 0;
  margin: auto 0;
}

.count {
  color: rgba(26, 21, 4, 0.42);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.04px;
  position: absolute;
  z-index: 0;
  right: -39px;
  top: -12px;
}

.view-all {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  margin-top: 64px;
  width: 227px;
  max-width: 100%;
  flex-direction: column;
  font-size: 12px;
  color: #e5e2da;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: center;
  padding: 16px 22px;
}

.button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.button-text {
  align-self: stretch;
  margin: auto 0;
}

.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
}

.book-grid {
  border-radius: 6px;
  z-index: 0;
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 36px;
}

.book-list {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  padding: 40px 68px 0 40px;
}

.book-card {
  border-radius: 4px;
  background-color: rgba(55, 40, 6, 0.08);
  display: flex;
  min-height: 170px;
  width: 100%;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
  border: 1px solid #202020;
}

.book-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  justify-content: space-between;
  flex: 1;
  flex-basis: 0%;
  padding: 32px;
}

.book-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #202020;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.meta-info {
  align-self: start;
  display: flex;
  margin-top: 44px;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #4f4d49;
  text-align: center;
  letter-spacing: 0.39px;
  line-height: 1;
}

.author {
  align-self: stretch;
  margin: auto 0;
}

.separator {
  color: rgba(37, 26, 4, 0.28);
  align-self: stretch;
  margin: auto 0;
}

.year {
  align-self: stretch;
  margin: auto 0;
}

.book-preview {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 210px;
}

.book-cover {
  border-radius: 1px 2px 2px 1px;
  box-shadow: 0 31px 27px rgba(46, 46, 44, 0.2);
  display: flex;
  min-height: 138px;
  width: 102px;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
}

.spine {
  display: flex;
  justify-content: end;
  height: 100%;
  width: 9px;
}

.spine-shade {
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  min-height: 130px;
  width: 3px;
}

.cover-image {
  display: flex;
  width: 100%;
  height: 130px;
  flex: 1;
  flex-basis: 0%;
  padding: 17px 0;
}

.featured-book {
  display: flex;
  min-width: 240px;
  padding-bottom: 64px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-basis: 108px;
}

.featured-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.featured-content {
  border-radius: 12px;
  background-color: #163e24;
  box-shadow: 0 72px 56px rgba(8, 28, 18, 0.1);
  display: flex;
  width: 100%;
  max-width: 854px;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  padding: 10px;
}

.featured-inner {
  border-radius: 2px;
  background-color: #ece9e3;
  display: flex;
  min-height: 600px;
  width: 100%;
  max-width: 834px;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
}

.featured-details {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  padding: 64px 32px 72px 42px;
}

.featured-title {
  color: #202020;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.description-wrapper {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  white-space: nowrap;
  justify-content: start;
  flex: 1;
}

.description-label {
  align-self: start;
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.description-text {
  color: #4f4d49;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin-top: 22px;
  flex: 1;
}

.featured-image {
  display: flex;
  min-width: 240px;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  flex-basis: 0%;
  padding: 30px 42px 38px 32px;
}

.featured-cover {
  aspect-ratio: 0.64;
  object-fit: contain;
  object-position: center;
  width: 37px;
  align-self: stretch;
  margin: auto 0;
}

.more-info {
  border-radius: 56px;
  background-color: transparent;
  align-self: center;
  display: flex;
  margin-top: 40px;
  width: 254px;
  max-width: 100%;
  flex-direction: column;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: center;
  padding: 22px 30px;
  font: 400 14px/1 Zerno, sans-serif;
  border: 1px solid rgba(40, 32, 1, 0.18);
}

.more-info-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.more-info-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}

@media (max-width: 991px) {
  .book-container {
    padding-bottom: 100px;
  }
  
  .header {
    max-width: 100%;
    padding: 100px 0;
  }
  
  .main-title {
    max-width: 100%;
    font-size: 40px;
  }
  
  .view-all {
    margin-top: 40px;
    padding: 0 20px;
  }
  
  .book-grid {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .book-list {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .book-info {
    padding: 0 20px;
  }
  
  .meta-info {
    margin-top: 40px;
  }
  
  .featured-content {
    max-width: 100%;
  }
  
  .featured-inner {
    max-width: 100%;
  }
  
  .featured-details {
    padding: 0 20px;
  }
  
  .description-text {
    white-space: initial;
  }
  
  .featured-image {
    padding: 0 20px;
  }
  
  .more-info {
    padding: 0 20px;
  }
}
.mission-container {
  background-color: #ece9e3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mission-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font: 400 14px/1 Zerno, sans-serif;
  color: #202020;
  text-transform: uppercase;
  padding: 220px 0 112px;
}

.section-label {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  letter-spacing: 1.12px;
  width: 100%;
}

.mission-title {
  max-width: 1000px;
  text-align: center;
  font: 400 46px/56px Zerno, sans-serif;
  letter-spacing: -0.46px;
  margin: 64px 0 0;
  width: 1000px;
}

.cta-button {
  border: 1px solid rgba(40, 32, 1, 0.18);
  border-radius: 56px;
  display: flex;
  margin-top: 64px;
  width: 193px;
  padding: 16px 22px;
  font-size: 12px;
  letter-spacing: 0.96px;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.content-wrapper {
  display: flex;
  height: 820px;
  width: 100%;
}

.image-section {
  position: relative;
  display: flex;
  min-width: 240px;
  align-items: start;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.main-image {
  width: 823px;
  min-width: 240px;
  z-index: 0;
}

.avatar-container {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 24px;
  top: 0;
  width: 84px;
}

.avatar-large {
  border-radius: 64px;
  padding: 10px;
  width: 84px;
}

.avatar-small {
  border-radius: 64px;
  margin-top: 20px;
  width: 44px;
}

.content-sidebar {
  width: 453px;
  min-width: 240px;
  padding-right: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content {
  padding-bottom: 88px;
}

.description {
  color: #4f4d49;
  text-align: justify;
  letter-spacing: 0.45px;
  font: 400 15px/22px Zerno, sans-serif;
}

.logo-section {
  position: relative;
  margin-top: 48px;
}

.divider {
  width: 100%;
}

.logo-primary {
  width: 61px;
  margin: 112px auto;
}

.logo-secondary {
  width: 138px;
  position: absolute;
  left: 10px;
  bottom: 34px;
}

.logo-tertiary {
  width: 109px;
  position: absolute;
  right: 28px;
  top: 40px;
}

.footer-content {
  padding: 88px 0;
  text-align: center;
}

.footer-icon {
  width: 32px;
}

@media (max-width: 991px) {
  .mission-header {
    padding: 100px 0;
  }
  
  .mission-title {
    font-size: 40px;
    line-height: 55px;
  }
  
  .cta-button {
    margin-top: 40px;
    padding: 0 20px;
  }
  
  .logo-primary {
    margin: 40px auto;
  }
  
  .description {
    margin-top: 40px;
  }
}
  .testimonials {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: Zerno, sans-serif;
    padding: 0 80px;
  }

  .testimonials-container {
    background-color: #ddd9cf;
    width: 100%;
    padding-bottom: 88px;
    display: flex;
    flex-direction: column;
  }

  .testimonials-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: center;
    padding: 220px 0 112px;
  }

  .section-number {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
  }

  .header-content {
    display: flex;
    margin-top: 64px;
    width: 100%;
    flex-direction: column;
    color: #202020;
  }

  .main-title {
    text-align: center;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.92px;
  }

  .filter-tags {
    align-self: center;
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1;
    flex-wrap: wrap;
  }

  .tag {
    border-radius: 56px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tag-active {
    background-color: rgba(97, 77, 35, 0.06);
    border: 1px solid #202020;
  }

  .tag-inactive {
    background-color: transparent;
    border: 1px solid rgba(40, 32, 1, 0.18);
  }

  .testimonials-grid {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  .testimonial-card {
    border-radius: 4px;
    background-color: #d7d3c9;
    min-width: 240px;
    min-height: 520px;
    width: 333px;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 48px 12px 24px;
    flex: 1;
  }

  .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    align-self: center;
    object-fit: contain;
  }

  .quote {
    margin-top: 40px;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    line-height: 26px;
  }

  .author-info {
    padding: 24px 12px;
  }

  .author-name {
    color: #202020;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .author-title {
    color: #4f4d49;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.39px;
    margin-top: 8px;
  }

  .featured-card {
    background: #ece9e3;
    box-shadow: 0 72px 64px rgba(46, 46, 44, 0.08),
                0 12px 16px rgba(46, 46, 44, 0.03),
                0 4px 2px rgba(46, 46, 44, 0.02);
    padding: 40px 24px 0;
    position: relative;
  }

  .course-label {
    color: rgba(26, 21, 4, 0.42);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    text-align: center;
  }

  .course-title {
    color: #202020;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    text-align: center;
  }

  .testimonial-text {
    color: #4f4d49;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin-top: 40px;
  }

  .cta-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px 24px 24px;
  }

  .cta-button {
    border-radius: 56px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    padding: 16px 22px;
    font-size: 12px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    text-align: center;
    width: 100%;
  }

  @media (max-width: 991px) {
    .testimonials {
      padding-left: 20px;
    }

    .testimonials-container {
      max-width: 100%;
    }

    .testimonials-header {
      max-width: 100%;
      padding: 100px 0;
    }

    .section-number {
      max-width: 100%;
    }

    .header-content {
      max-width: 100%;
      margin-top: 40px;
    }

    .main-title {
      max-width: 100%;
      font-size: 40px;
    }

    .filter-tags {
      max-width: 100%;
    }

    .tag {
      padding: 0 20px;
    }

    .testimonials-grid {
      max-width: 100%;
    }

    .featured-card {
      padding: 0 20px;
    }

    .cta-wrapper {
      padding: 0 20px;
    }
  }
.cta-section {
  background-color: #ECE9E3;
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: flex-start;
}

.cta-content {
  z-index: 1;
  display: flex;
  min-width: 240px;
  align-items: center;
  font-family: Zerno, sans-serif;
  justify-content: flex-start;
  width: 453px;
  margin: auto 0;
  padding: 40px 0 40px 8px;
}

.cta-card {
  border-radius: 0 4px 4px 0;
  background-color: #DDD9CF;
  display: flex;
  min-width: 240px;
  min-height: 700px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 40px 32px;
}

.cta-icon {
  aspect-ratio: 0.64;
  object-fit: contain;
  width: 38px;
  align-self: center;
}

.cta-title {
  color: #202020;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  line-height: 42px;
  flex: 1;
}

.cta-text {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.cta-description {
  color: #4F4D49;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.45px;
}

.cta-buttons {
  display: flex;
  margin-top: 64px;
  width: 100%;
  flex-direction: column;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

.whatsapp-button {
  border-radius: 4px;
  display: flex;
  width: 100%;
  color: #202020;
  font-weight: 400;
  justify-content: center;
  padding: 16px 22px;
}

.whatsapp-text {
  text-decoration: underline;
  width: 100%;
}

.form-button {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  margin-top: 12px;
  width: 100%;
  color: #E5E2DA;
  font-weight: 500;
  justify-content: center;
  padding: 16px 22px;
}

.image-wrapper {
  z-index: 1;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.hero-image {
  aspect-ratio: 1.41;
  object-fit: contain;
  width: 832px;
  max-width: 100%;
}

.footer-section {
  background-color: #E5E2DA;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.footer-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 88px 0;
}

.newsletter-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 0 12px;
}

.newsletter-icon {
  aspect-ratio: 0.66;
  object-fit: contain;
  width: 38px;
}

.newsletter-text {
  align-self: stretch;
  display: flex;
  margin-top: 72px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  text-align: center;
}

.newsletter-title {
  max-width: 520px;
  color: #202020;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.newsletter-description {
  max-width: 440px;
  color: #4F4D49;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin-top: 24px;
}

.newsletter-form {
  display: flex;
  margin-top: 72px;
  width: 420px;
  max-width: 420px;
  flex-direction: column;
}

.input-container {
  border-radius: 4px;
  background-color: rgba(97, 77, 35, 0.06);
  position: relative;
  display: flex;
  min-height: 40px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
}

.subscribe-input-wrapper {
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  color: rgba(26, 21, 4, 0.42);
  letter-spacing: 0.3px;
  font: 400 15px/1 Zerno, sans-serif;
  background:transparent;
  border:0;
  outline:none;
}

.submit-button {
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  display: flex;
  width: 52px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.submit-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.footer-nav {
  display: flex;
  min-width: 240px;
  padding-right: 12px;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.nav-columns {
  display: flex;
  width: 100%;
  align-items: flex-start;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  justify-content: flex-start;
  flex: 1;
  flex-wrap: wrap;
  text-align:left;
}

.nav-column {
  display: flex;
  padding-top: 22px;
  flex-direction: column;
  text-transform: uppercase;
  justify-content: flex-start;
  flex: 1;
}

.column-title {
  color: rgba(26, 21, 4, 0.42);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

.nav-links {
  display: flex;
  margin-top: 88px;
  width: 100%;
  flex-direction: column;
  font-size: 15px;
  color: #202020;
  letter-spacing: 0.9px;
  line-height: 1;
}

.nav-link {
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
}

.nav-link:first-child {
  margin-top: 0;
}

.footer-social-links {
  display: flex;
  min-height: 76px;
  width: 100%;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 24px;
}

.footer-divider {
  width: 100%;
}

.footer-signatures {
  display: flex;
  width: calc(100% - 36px);
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px 18px;
}

.signature-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: center;
  flex-wrap: wrap;
  font: 400 14px/1 Zerno, sans-serif;
}

.signature-text {
  align-self: stretch;
  margin: auto 0;
}

.agency-link {
  color: #4F4D49;
  text-decoration: underline;
}

.brand-logos {
  background-blend-mode: linear-burn;
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: center;
  gap: 40px 85px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-logo {
  aspect-ratio: 1.5;
  object-fit: contain;
  width: 114px;
}

.footer-brand {
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -6.16px;
  font: 350 308px/1 Zerno, sans-serif;
  padding:0;
  margin:0;
}

.footer-legal {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: column;
  color: rgba(26, 21, 4, 0.42);
  letter-spacing: 0.45px;
  justify-content: center;
  padding: 32px 40px;
  font: 400 15px/1 Zerno, sans-serif;
}

.legal-links {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.legal-text {
  align-self: stretch;
  flex: 1;
  margin: auto 0;
}

.legal-link {
  text-align: center;
  align-self: stretch;
  margin: auto 0;
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .main-container {
    padding-left: 20px;
  }
  
  .cta-section,
  .cta-content,
  .image-wrapper,
  .footer-section,
  .footer-content,
  .newsletter-section,
  .footer-nav,
  .nav-columns,
  .social-links,
  .footer-signatures,
  .brand-logos {
    max-width: 100%;
  }
  
  .footer-content {
    padding: 0; /*temporary*/
  }
  
  .newsletter-text {
    margin-top: 40px;
  }
  
  .newsletter-title,
  .newsletter-description {
    max-width: 100%;
  }
  
  .newsletter-form {
    margin-top: 40px;
  }
  
  .nav-links {
    margin-top: 40px;
  }
  
  .footer-brand {
    font-size: 40px;
    padding-bottom: 10px;
  }
  
  .footer-legal {
    padding: 0 20px;
  }
  
  .cta-card {
    padding: 0 20px;
  }
  
  .cta-buttons {
    margin-top: 40px;
  }
}
/*Webinar*/
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .webinar-container {
    display: flex;
    flex-direction: column;
  }

  .webinar-hero-section {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  
  

  .webinar-hero-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    justify-content: center;
    padding: 162px 0 50px;
  }

  .webinar-hero-title {
    max-width: 1000px;
    align-self: center;
    color: #202020;
    text-align: center;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    z-index: 0;
    width: 1000px;
    margin:0px 0px 62px;
  }
  .webinar-hero-subtitle{
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #4F4D49;
    margin:0;
  }

  .breadcrumbs {
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #4f4d49;
    letter-spacing: 0.39px;
    line-height: 1;
    left: 0;
    top: 0;
    padding: 24px 18px 0;
  }

  .breadcrumb-item {
    border-radius: 4px;
    padding: 6px 8px;
    text-decoration:none;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #4F4D49;
  }

  .breadcrumb-separator {
    color: rgba(40, 32, 1, 0.18);
    text-align: center;
  }

  .hero-image {
    width: 100%;
    object-fit: contain;
  }



  .registration-container {
    align-self: center;
    display: flex;
    margin-top: 56px;
    flex-direction: column;
    align-items: center;
  }
  .topics-container .registration-container {
    align-self: center;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    
  }
  .registration-container .register-button {
    border-radius: 2px;
    background-color: rgba(195, 54, 111, 1);
    color: #e5e2da;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    padding: 22px 30px;
    border: none;
    cursor: pointer;
    display:block;
    text-decoration:none;
    font-family: 'Zerno';
  }
  .course-single .registration-container .register-button {
    background-color: #202020;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E5E2DA;
  }
  .spots-left {
    color: #4f4d49;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.39px;
    margin-top: 24px;
  }


  @media (max-width: 991px) {
    .hero-section {
      max-width: 100%;
    }

    .hero-content {
      max-width: 100%;
      padding: 100px 0;
    }

    .hero-title {
      max-width: 100%;
      font-size: 40px;
      line-height: 50px;
    }

    .description-section {
      max-width: 100%;
      padding: 0 20px;
    }

    .description-text {
      max-width: 100%;
    }

    .registration-container {
      margin-top: 40px;
    }

    .register-button {
      padding: 0 20px;
    }
  }
    .aspirations-container {
    display: flex;
    flex-direction: column;
  }

  .image-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 0 8px;
  }

  .hero-image {
    aspect-ratio: 2.17;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 4px;
  }

  .content-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    padding: 8px;
  }

  .content-section {
    border-radius: 4px;
    background-color: rgb(236, 233, 227);
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-heading {
    width: 100%;
    font-size: 46px;
    color: rgb(32, 32, 32);
    letter-spacing: -0.46px;
    line-height: 56px;
    padding: 140px 0 64px;
  }

  .goals-grid {
    display: flex;
    min-width: 240px;
    padding-bottom: 64px;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
  }

  .goal-item {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.001);
    display: flex;
    min-width: 320px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    flex-basis: 0%;
    padding: 48px 32px;
  }

  .goal-number {
    color: rgba(26, 21, 4, 0.42);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    align-self: center;
  }

  .goal-description {
    max-width: 320px;
    align-self: stretch;
    flex: 1;
    margin-top: 32px;
    width: 100%;
    font-size: 15px;
    color: #202020;
    letter-spacing: 0.9px;
    line-height: 22px;
  }

  @media (max-width: 991px) {
    .image-container,
    .hero-image,
    .content-wrapper,
    .content-section,
    .goals-grid,
    .goal-item {
      max-width: 100%;
    }

    .main-heading {
      max-width: 100%;
      font-size: 40px;
      line-height: 55px;
      padding-top: 100px;
    }

    .goal-item {
      padding: 0 20px;
    }
  }
  .webinar-program {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.program-container {
  display: flex;
  min-height: 840px;
  width: 100%;
  overflow: hidden;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}

.program-title-section {
  position: relative;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  text-transform: uppercase;
  justify-content: center;
  flex: 1;
  flex-basis: 0;
  padding: 88px 0;
}

.program-heading {
  color: #202020;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.46px;
  z-index: 0;
}

.register-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  width: 672px;
  max-width: 100%;
  padding-bottom: 64px;
  justify-content: center;
}

.register-button {
  border-radius: 2px;
  background-color: #202020;
  color: #e5e2da;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  padding: 16px 22px;
  border: none;
  cursor: pointer;
  text-decoration:none;
}

.program-content-wrapper {
  border-radius: 4px;
  background-color: #ddd9cf;
  position: relative;
  display: flex;
  min-width: 240px;
  align-items: flex-start;
  gap: 40px 100px;
  justify-content: center;
  flex: 1;
  flex-basis: 0;
}

.background-image {
  position: absolute;
  z-index: 0;
  display: flex;
  min-width: 240px;
  height: 824px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  inset: 0;
  width: 672px;
}

.content-card {
  border-radius: 4px;
  background: #ece9e3;
  box-shadow: 0 72px 64px 0 rgba(46,46,44,0.08),
              0 12px 16px 0 rgba(46,46,44,0.03),
              0 4px 2px 0 rgba(46,46,44,0.02);
  z-index: 1;
  display: flex;
  min-width: 240px;
  min-height: 480px;
  flex-direction: column;
  overflow: hidden;
  width: 328px;
  margin: auto 0;
  padding: 6px;
  background-repeat:no-repeat;
  background-size:cover;
}

.card-header {
  display: flex;
  width: calc(100% - 12px);
  flex-direction: column;
  padding: 6px;
}

.program-navigation {
  display: flex;
  width: calc(100% - 12px);
  align-items: center;
  justify-content: space-between;
  padding: 6px;
}

.program-navigation .program-nav-button {
  border-radius: 4px;
  background: none;
  border: none;
  padding: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(37,26,4,0.28);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font: 400 15px/1 Zerno, sans-serif;
  padding: 16px; 
}
.owl-program .owl-nav{
  position:absolute;
  top:-48px;
  padding: 0 30px;
  width: calc(100% - 60px);
}
.owl-program .owl-nav .owl-prev{
    float:left;
    border-radius: 4px;
    border: none;
    padding: 16px;
    cursor: pointer;
}
.owl-program .owl-nav .owl-next{
    float:right;
    border-radius: 4px;
    border: none;
    padding: 16px;
    cursor: pointer;
}
.owl-program .owl-nav .owl-prev .custom-prev{
    width:20px;
    height:20px;
    background: url('assets/images/owl-prev.svg') center center !important;
    display:block;
}
.owl-program .owl-nav .owl-next .custom-next{
    width:20px;
    height:20px;
    background: url('assets/images/owl-next.svg') center center !important;
    display:block;
}
.owl-program .owl-dots{
  display: flex;
  margin-top: 6px;
  width: calc(100% - 12px);
  align-items: center;
  gap: 4px;
  justify-content: center;
  flex-wrap:no-wrap;
  padding:0 6px;
  position:absolute;
  top:-14px;
}
.owl-program .owl-dots .owl-dot{
    flex: 1;
    height:2px;
    background: rgba(40, 32, 1, 0.18);
}
.owl-program .owl-dots .owl-dot.active{
    height:2px;
    background: rgba(32, 32, 32, 1);
}
.owl-program .owl-wrapper{
    display:flex;
    justify-content: center;
    flex-wrap:no-wrap;
    align-items: stretch;
    height:380px;
}
.owl-program .owl-wrapper .owl-item{
    flex: 1; 
    display: flex; 
    justify-content: center;
    align-items: center;
}
.program-card-content {
  margin-top: 6px;
  width: calc(100% - 20px);
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  flex: 1;
  padding: 0 10px;
  font: 400 18px/26px Zerno, sans-serif;
}

.webinar-speakers-section {
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.speakers-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 80px 0 10px;
}

.speakers-count {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(26,21,4,0.42);
  letter-spacing: 1.12px;
}

.speakers-title {
  color: #202020;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  margin-top: 64px;
}

.webinar-speaker-card {
  border-radius: 4px;
  display: flex;
  min-height: 508px;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-top:8px;
}

.speaker-card-pink {
  background-color: #c3366f;
}

.speaker-card-blue {
  background-color: #4e769b;
}

.speaker-card-orange {
  background-color: #de882d;
}

.speaker-card-biege {
  background-color: #d2cec2;
}

.webinar-speaker-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  padding: 8px;
  background-image: url('assets/images/line-vertical-light.png');
  background-repeat: repeat-y;
  background-position: right top;
}

.webinar-speaker-links {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.32px;
  justify-content: center;
  flex: 1;
  padding: 0 40px;
  font: 400 22px/1 Zerno, sans-serif;
}
.webinar-speaker-links a{
  font-family: 'Zerno';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #EFBACF;
  text-decoration:none;
}

.speaker-links-pink {
  color: #efbacf;
}

.speaker-links-blue {
  color: #bed9f1;
}
.speaker-links-orange{
    color: rgba(255, 235, 213, 1);
}
.speaker-links-biege{
    color: #a39f94;
    margin:0;
}
.social-links {
  display: flex;
  width: calc(100% - 32px);
  flex-direction: column;
  padding: 0 16px 0px;
}

.social-links-heading {
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  opacity: 0.7;
  font: 400 14px/1 Zerno, sans-serif;
}

.social-icons {
  display: flex;
  margin-top: 32px;
  width: calc(100% - 80px);
  align-items: start;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
}

.social-icon-link {
  border-radius: 100px;
  display: flex;
  min-height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
}

.social-icon-pink {
  border: 1px solid rgba(240,195,212,0.3);
}

.social-icon-blue {
  border: 1px solid rgba(187,206,240,0.3);
}

.social-icon-orange {
  border: 1px solid rgba(255, 235, 213, 1);
}
.social-icon-biege {
  border: 1px solid #4f4d49;
}
.webinar-speaker-center {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  padding: 8px 8px 0 8px;
  background-size:cover;

  position:relative;
}
.speaker-position{
  position: absolute;
  left: 44px;
  top: 50%;

  font-family: 'Zerno';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  /* or 117% */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #EFBACF;
  opacity: 0.7;
}
.webinar-speaker-name {
  width: calc(100% - 80px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.46px;
  padding: 64px 40px 0;
  font: 400 46px/56px Zerno, sans-serif;
}

.speaker-name-pink {
  color: #efbacf;
}

.speaker-name-blue {
  color: #bed9f1;
}

.webinar-speaker-image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  flex: 1;
}
.webinar-speaker-image-wrapper .speaker-portrait {
    position:absolute;
    width:auto;
    bottom:0;
    max-height:350px;
}

.webinar-speaker-details {
  position: relative;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  flex: 1;
  padding: 8px;
  background-image: url('assets/images/line-vertical-light.png');
  background-repeat: repeat-y;
  background-position: left top;
}

.speaker-details-content {
  z-index: 1;
  display: flex;
  width: calc(100% - 64px);
  flex-direction: column;
  flex: 1;
  padding: 32px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #EFBACF;
}

.details-heading {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 43px;
}

.speaker-details-content p, .speaker-details-content div.divp{
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin-top: 32px;
  color: #EFBACF;
}
.speaker-details-content ul, .speaker-details-content p{
    padding-left:10px;
}
.speaker-details-content ul li{
    text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #EFBACF;
}
.speaker-details-content strong{
    color:#000;
}
.details-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  width: 448px;
  max-width: 100%;
  justify-content: center;
  padding: 72px 32px 32px;
}

.details-button {
  border-radius: 56px;
  background: none;
  display: flex;
  width: 236px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  padding: 16px 22px;
  cursor: pointer;
}

.details-button-pink {
  color: #efbacf;
  border: 1px solid rgba(240,195,212,0.3);
}

.details-button-blue {
  color: #bed9f1;
  border: 1px solid rgba(190,217,241,0.3);
}
.details-button-orange{
   color: rgba(255, 235, 213, 1);
  border: 1px solid rgba(255, 235, 213, 0.3); 
}
.details-button-biege{
   color: #000;
  border: 1px solid #000; 
}
@media (max-width: 991px) {
  .program-container {
    max-width: 100%;
  }
  
  .program-title-section {
    max-width: 100%;
  }
  
  .program-heading {
    max-width: 100%;
    font-size: 40px;
    line-height: 55px;
  }
  
  .content-wrapper {
    max-width: 100%;
  }
  
  .background-image {
    max-width: 100%;
  }
  
  .speakers-header {
    max-width: 100%;
    padding: 100px 0;
  }
  
  .speakers-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
  
  .speaker-info {
    max-width: 100%;
  }
  
  .speaker-links {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .social-icons {
    padding: 0 20px;
    margin: auto;
  }
  
  .speaker-name {
    max-width: 100%;
    padding: 0 20px;
    font-size: 40px;
    line-height: 55px;
  }
  
  .speaker-image-wrapper {
    max-width: 100%;
  }
  
  .speaker-details {
    max-width: 100%;
  }
  
  
}
.webinar-registration-container {
  display: flex;
  flex-direction: column;
  background-color:#e5e2da;
  margin-bottom:40px;
}

.webinar-registration-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  padding: 112px 0 112px;
}

.webinar-registration-title {
  color: #202020;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  font: 400 64px/72px Zerno, sans-serif;
}

.webinar-form-fields {
  display: flex;
  margin-top: 32px;
  width: 620px;
  max-width: 620px;
  flex-direction: column;
}

.webinar-input-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 12px;
  background-color: rgba(97, 77, 35, 0.06);
}

.input-wrapper {
  border-radius: 4px;
  display: flex;
  min-height: 76px;
  width: calc(100% - 40px);
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}

.input-wrapper:focus-within {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #202020;
}

.input-wrapper.novalid {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid red;
}

.input-label {
  position: absolute;
  pointer-events: none;
  left: 22px;
  top: 32px;
  transition: 300ms ease all;
  font-size: 15px;
  color: rgba(26, 21, 4, 0.42);
  letter-spacing: 0.48px;
  line-height: 1;
}

.input-text {
  background-color: transparent;
  width:100%;
  border:0;
  height:56px;
  outline:none;
  box-sizing: border-box;
  line-height:40px;
  padding-top: 20px;
}
.input-wrapper input:focus {
  outline: none;
}
.input-wrapper input:focus ~ label,
.input-wrapper input:valid ~ label{
  top: 18px;
  font-size: 12px;
}

.phone-input {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  font-size: 15px;
  color: #202020;
  letter-spacing: 0.3px;
  line-height: 1;
  flex-wrap: wrap;
}

.submit-wrapper {
  align-self: stretch;
  display: flex;
  margin-top: 32px;
  width: 100%;
  padding-top: 0px;
  flex-direction: column;
  align-items: center;
}

.registraton-submit-button {
  border-radius: 2px;
  background-color: #202020;
  color: #e5e2da;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
  padding: 22px 30px;
  border: none;
  cursor: pointer;
}

.confirmation-wrapper {
  align-self: stretch;
  display: flex;
  margin: 32px 0 0;
  width: 100%;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.success-button {
  border-radius: 2px;
  background-color: rgba(45, 115, 68, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 30px;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button-text {
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
}

.status-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.email-notification {
  max-width: 720px;
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.39px;
  margin: 24px 0 0;
}

.email-link {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .confirmation-wrapper {
    max-width: 100%;
  }
  
  .success-button {
    padding: 22px 20px;
  }
  
  .email-notification {
    max-width: 100%;
  }
}

.image-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 780px;
  align-items: center;
  overflow: hidden;
}

.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay-image {
  aspect-ratio: 1000;
  object-fit: contain;
  object-position: center;
  width: 1360px;
  align-self: stretch;
  margin: auto 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .registration-form {
    max-width: 100%;
    padding: 100px 0;
  }
  
  .registration-title {
    max-width: 100%;
    font-size: 40px;
  }
  
  .form-fields {
    max-width: 100%;
  }
  
  .submit-button {
    padding: 0 20px;
  }
  
  .overlay-image {
    max-width: 100%;
  }
}
.webinars-section {
  display: flex;
  flex-direction: column;
}

.webinars-list {
  display: flex;
  width: 100%;
  padding: 0 0 80px;
  flex-direction: column;
}

.webinars-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  color: #202020;
  padding: 220px 0 112px;
  text-align: center;
}

.header-title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

.filter-tags {
  display: flex;
  margin-top: 32px;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.tag {
  border-radius: 56px;
  padding: 16px 22px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  text-transform: uppercase;
}

.tag-active {
  background-color: rgba(97, 77, 35, 0.06);
  border-color: #202020;
}

.webinars-grid {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 8px;
  gap: 8px;
}

.webinar-card {
  border-radius: 4px;
  background-color: rgba(97, 77, 35, 0.06);
  display: flex;
  min-width: 400px;
  max-width: 440px;
  flex-direction: column;
  flex: 1;
  padding: 8px 8px 0;
}

.webinar-image {
  border-radius: 4px;
  min-height: 230px;
  width: 100%;
  overflow: hidden;
}

.webinar-content {
  display: flex;
  min-height: 358px;
  width: 100%;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  padding: 40px 32px;
  justify-content: space-between;
}

.webinar-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: rgba(26, 21, 4, 0.42);
  text-transform: uppercase;
  letter-spacing: 1.04px;
  justify-content: center;
}

.webinar-title {
  color: #202020;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 55px 0 18px;
}

.webinar-description {
  color: #4f4d49;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
}

.webinar-footer {
  display: flex;
  margin-top: 55px;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(26, 21, 4, 0.42);
  letter-spacing: 0.39px;
  justify-content: center;
}

.next-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 4px;
  background: #ece9e3;
  box-shadow: 0 15px 32px rgba(46, 46, 44, 0.06),
              0 4px 2px rgba(46, 46, 44, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-section {
  display: flex;
  flex-wrap: wrap;
}

.faq-header {
  flex: 1;
  min-width: 240px;
  padding: 132px 0 0;
  font-family: Zerno, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.faq-label {
  color: rgba(26, 21, 4, 0.42);
  font-size: 14px;
  letter-spacing: 1.12px;
}

.faq-title {
  color: #202020;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.92px;
  height: 150px;
  top: 50%;
  margin-top: -75px;
  position: relative;
}

.faq-content {
  flex: 1;
  min-width: 240px;
  padding: 132px 24px 0 0;
}

.faq-item {
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 32px;
}

.faq-item-active {
  background-color: rgba(97, 77, 35, 0.06);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  background:transparent;
  border:0;
  width:100%;
  cursor:pointer;
}

.question-text {
  flex: 1;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0.54px;
  padding: 13px 0 13px 12px;
  font-family: Zerno, sans-serif;
  text-align:left;
}

.toggle-button {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item-active .toggle-button {
    display:none;
}
.toggle-button-active {
  background-color: rgba(55, 40, 6, 0.08);
  display:none;
}
.faq-item-active .toggle-button-active {
    display:flex;
}

.faq-answer {
  color: #4f4d49;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 16px 40px 18px 12px;
  font-family: Zerno, sans-serif;
  display:none;
}
.faq-item-active .faq-answer {
    display:block;
}

.divider {
  width: 100%;
  margin: 32px 0;
}

@media (max-width: 991px) {
  .webinars-header {
    padding: 100px 0;
  }
  
  .header-title {
    font-size: 40px;
  }
  
  .webinar-content {
    padding: 40px 20px;
  }
  
  .faq-header {
    padding: 100px 0;
  }
  
  .faq-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 40px;
  }
  
  .faq-content {
    padding: 100px 0;
  }
  
  .faq-answer {
    padding-right: 20px;
  }
}

  .dot-separator {
    width: 100%;
    height: 5px; /* Adjust the "height" of the bottom border */
    background: url("assets/images/line.svg") repeat-x;
  }
  .cards{
    padding-bottom:80px;
  }
  .dismissal-cards {
    display: flex;
    align-items: start;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    max-width:960px;
    margin:auto;
  }
  .cards .main-heading{
    padding: 60px 0;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #202020;
} 
  .card {
    border-radius: 4px;
    background-color: var(--card-bg, rgba(221, 217, 207, 1));
    position: relative;
    display: flex;
    min-height: 369px;
    width: 100%;
    max-width: 254px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 48px 29px 28px;
    background-size:cover;
  }

  .card-wrapper {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    flex: 0 1 calc(33.333% - 12px);
  }

  .card-number {
    color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    z-index: 1;
  }

  .card-text {
    flex: 1;
    margin-top: 48px;
    width: 100%;
    font-size: 18px;
    color: var(--Text-On-Light-Primary-110, #202020);
    letter-spacing: 1.08px;
    line-height: 26px;
    padding: 0 20px;
  }

  .webinar-card-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
    z-index: 1;
    padding-top: 15px;
  }
  .card-wrapper:last-child .webinar-card-icon{
    width: 46px;
  }
  .card-bg {
    position: absolute;
    z-index: 0;
    display: flex;
    min-height: 420px;
    width: 100%;
    align-items: center;
    justify-content: center;
    inset: 0;
  }

  .card-bg-image {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
  }

  
  @media (max-width: 991px) {
    .dismissal-cards {
      padding: 0 20px;
    }

    .card-text {
      margin-top: 40px;
    }

    .card-icon {
      margin-top: 40px;
    }
  }
  .topics-section {
    display: flex;
    flex-direction: column;
  }

  .topics-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    justify-content: center;
    padding: 0;
  }

  .topics-wrapper {
    border-radius: 4px;
    background-color: #ECE9E3;
    width: 100%;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
  }

  .topics-section-title {
    width: 100%;
    font-size: 46px;
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.46px;
    line-height: 1;
    padding: 112px 0 64px;
  }

  .topics-grid {
    display: flex;
    padding: 0 0 82px;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
  }

  .topic-card {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.001);
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    padding: 0 32px;
    border-right: 1px solid rgba(40, 32, 1, 0.1);
  }
  
  .topic-card:last-child {
    border-right:0px;
  }

  .topic-number {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    align-self: center;
  }

  .topic-content {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    font-size: 15px;
    line-height: 22px;
  }

  .topic-heading {
    max-width: 320px;
    align-self: center;
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .topic-description, .topic-content ul li {
    color: #4F4D49;
    letter-spacing: 0.45px;
    margin-top: 16px;
  }

  .topic-divider {
    object-fit: contain;
    object-position: center;
    width: 0;
    align-self: stretch;
  }

  .last-topic {
    padding-bottom: 48px;
  }

  @media (max-width: 991px) {
    .topics-container {
      max-width: 100%;
      margin-top: 40px;
    }

    .topics-wrapper {
      max-width: 100%;
    }

    .topics-section-title {
      max-width: 100%;
      font-size: 40px;
      padding-top: 100px;
    }

    .topics-grid {
      max-width: 100%;
    }

    .topic-card {
      padding: 0 20px;
    }
  }
.contact-section {
    display: flex;
    flex-direction: column;
}
  .contact-wrapper {
    background: url('assets/images/contacts-pressing.png') no-repeat #ece9e3;
    background-size:cover;
    background-position: bottom right ;
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: start;
  }
  .background-element {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    min-width: 240px;
    height: 780px;
    padding: 260px 0 0;
    align-items: center;
    justify-content: center;
    inset: 0;
    width: 1360px;
  }
  .contact-card-container {
    z-index: 0;
    display: flex;
    min-width: 240px;
    align-items: center;
    font-family: Zerno, sans-serif;
    text-transform: uppercase;
    justify-content: start;
    width: 453px;
    margin: auto 0;
    padding: 40px 0 40px 8px;
  }
  .contact-card {
    border-radius: 0 4px 4px 0;
    background-color: rgba(221, 217, 207, 1);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 700px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 40px 32px;
  }
  .contact-icon {
    aspect-ratio: 0.64;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: center;
  }
  .contacts-head{
    align-self: stretch;
    width: 100%;
    font-size: 30px;
    color: var(--Text-On-Light-Primary-110, #202020);
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 42px;
    flex: 1;
    height: 100%;
    justify-content: center;
    display:flex;
  }
  .contact-heading {
    width: 100%;
    font-size: 30px;
    color: var(--Text-On-Light-Primary-110, #202020);
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 42px;
    padding-top:185px;
  }
  .contact-buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: start;
  }
  .whatsapp-button {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    width: calc(100% - 44px);
    flex-direction: column;
    color: var(--Text-On-Light-Primary-110, #202020);
    font-weight: 400;
    justify-content: center;
    padding: 16px 22px;
    text-align:center;
  }
  .whatsapp-text {
    text-decoration: underline;
    align-self: stretch;
    width: 100%;
  }
  .form-button {
    border-radius: 2px;
    background-color: rgba(32, 32, 32, 1);
    display: flex;
    margin-top: 12px;
    width: calc(100% - 44px);
    flex-direction: column;
    color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
    font-weight: 500;
    justify-content: center;
    padding: 16px 22px;
    text-align:center;
  }
  .form-button-text {
    align-self: stretch;
    width: 100%;
  }
  .image-container {
    z-index: 0;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    flex: 1;
    flex-basis: 0%;
  }
  .hero-image {
    aspect-ratio: 1.41;
    object-fit: contain;
    object-position: center;
    width: 832px;
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .contact-section {
      padding-left: 20px;
    }
    .contact-wrapper {
      max-width: 100%;
    }
    .background-element {
      max-width: 100%;
    }
    .contact-card-container {
      max-width: 100%;
    }
    .contact-card {
      max-width: 100%;
      padding: 0 20px;
    }
    .whatsapp-button {
      padding: 0 20px;
    }
    .form-button {
      padding: 0 20px;
    }
    .image-container {
      max-width: 100%;
    }
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  @media (max-width: 1300px) {
    .footer-brand{
        font: 300 250px/1 Zerno, sans-serif;   
    }
}
.leeloo-lgt-form-wrapper{
    margin:auto;
    display: flex !important;
    align-content: center;
    justify-content: center;
}


  .trusted-companies {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    padding: 8px 0 16px;
  }
  .companies-section {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    flex-basis: 0%;
    padding: 16px 64px;
  }
  @media (max-width: 991px) {
    .companies-section {
      padding: 0 20px;
    }
  }
  .companies-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .section-title {
    color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
    text-align: center;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    align-self: start;
    font: 400 14px/2 Zerno, sans-serif;
    margin:0;
    width:100%;
  }
  .logo-grid {
    display: flex;
    margin-top: 16px;
    width: 100%;
    max-width: 289px;
    flex-direction: column;
    justify-content: start;
    margin: 16px auto 0;
  }
  .logo-row {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 8px;
    justify-content: start;
    padding-bottom:8px;
  }
  .company-logo {
    aspect-ratio: 1.9;
    object-fit: contain;
    object-position: center;
    width: 91px;
    flex: 1;
    flex-basis: 0%;
  }
  .video-section {
    display: flex;
    min-width: 240px;
    height: 374px;
    flex-direction: column;
    justify-content: start;
    width: 546px;
    padding: 16px 0 0 8px;
  }
  @media (max-width: 991px) {
    .video-section {
      max-width: 100%;
    }
  }
  .video-container {
    border-radius: 4px;
    background-color: rgba(221, 217, 207, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 8px;
  }
  @media (max-width: 991px) {
    .video-container {
      max-width: 100%;
    }
  }
  .video-thumbnail {
    border-radius: 4px;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .video-thumbnail {
      max-width: 100%;
    }
  }
  .thumbnail-image {
    aspect-ratio: 1.76;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  @media (max-width: 991px) {
    .thumbnail-image {
      max-width: 100%;
    }
  }
  .video-controls {
    display: flex;
    margin-top: 8px;
    width: calc(100% - 16px);
    align-items: center;
    gap: 40px 100px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px;
    font: 400 12px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .video-controls {
      max-width: 100%;
    }
  }
  .play-button {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    color: var(--Text-On-Light-Primary-110, #202020);
    justify-content: center;
    width: 151px;
    margin: auto 0;
    padding: 16px 0;
    border:0;
  }
  .button-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .play-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
  }
  .button-label {
    align-self: stretch;
    margin: auto 0;
    font: 400 12px/1 Zerno, sans-serif;
  }
  .duration {
    color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
    text-align: right;
    align-self: stretch;
    margin: auto 0;
  }
  .event-details {
    display: flex;
    min-width: 240px;
    min-height: 382px;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    flex: 1;
    flex-basis: 128px;
    padding: 20px 0;
  }
  .date-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .detail-label {
    color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.12px;
  }
  .detail-value {
    color: var(--Text-On-Light-Primary-110, #202020);
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-top: 14px;
  }
  .location-section {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    white-space: nowrap;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .location-section {
      white-space: initial;
    }
  }
  .time-section {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .reviews-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0;
  }
  .reviews-section {
    background-color: var(--surface-bg, #DDD9CF);
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 86px 0 112px;
    flex-direction: column;
    overflow:hidden;
  }
  .reviews-title {
    width: 100%;
    color: var(--text-primary, #202020);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1.92px;
    margin-bottom: 64px;
    font: 400 64px/72px Zerno, sans-serif;
  }
  .reviews-carousel {
    display: flex;
    width: 120% !important;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-left:-10%;
  }
  .review-card {
    align-items: start;
    border-radius: 4px;
    background: url('assets/images/reviews_pressing.svg') var(--Surface-00, #ECE9E3);
    box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
                0 12px 16px 0 rgba(46, 46, 44, 0.03),
                0 4px 2px 0 rgba(46, 46, 44, 0.02);
    position: relative;
    display: flex;
    min-width: 240px;
    min-height: 520px;

    flex-direction: column;
    width: 540px;
    margin: auto 0;
    background-size:cover;
  }
  .review-card-alt {
    background: url('assets/images/reviews_pressing.svg') var(--Surface-25, #D7D3C9);
  }
  .review-content {
    position: absolute;
    z-index: 0;
    display: flex;
    min-height: 480px;
    width: calc(100% - 48px);
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: calc(100% - 40px);
    padding: 40px 24px 0;
  }
  .review-image {
    aspect-ratio: 1.39;
    object-fit: contain;
    object-position: center;
    max-width: 90%;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .owl-carousel .owl-item img.review-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px !important;
    align-self: center;
    z-index: 0;
    margin-top: 40px;
  }
  @media (max-width: 991px) {
    .reviews-title {
      font-size: 40px;
      line-height: 50px;
    }
    .review-card {
      padding: 0 20px;
    }
  }

 /* ################################ MOBILE ################################# */ 
@media (max-width: 768px) {
    html, body{
        width:100%;
        overflow-x:hidden;
    }
    .mobile-no-show{
        display:none !important;
    }
    .featured-announcement, .navigation, .login-button, .newsletter-icon, .newsletter-text, .newsletter-form,
    .footer-nav, .signature-text:nth-child(2){
        display:none;
    }
    .footer-brand{
        font-family: 'Zerno';
        font-style: normal;
        font-weight: 300;
        font-size: 84.0611px;
        line-height: 100%;
        /* identical to box height, or 84px */
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
    .footer-legal {
        width: calc(100% - 40px);
        padding-bottom:40px;
    }
    .legal-links, .legal-text, .legal-link {
        display:block;
        text-align:center;
    }
    .legal-text{
        height:40px;
        border-bottom: 1px solid rgba(40, 32, 1, 0.1);
        margin-bottom:16px;
    }
    .menu-logo-container {
        min-width: 200px;
        width:70%;
    }
    .action-buttons {
        min-width: 100px;
        width:30%;
    }
    .contact-button{
        padding: 10px 16px;
    }
    .webinar-hero-title {
        max-width:90%;
        font-family: 'Zerno';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 42px;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }
    .webinar-hero-subtitle {
        font-family: 'Zerno';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.03em;
        color: #4F4D49;
    }
    .registration-container, .registration-container a {
        width: calc(100% - 60px);
        text-align:center;
        margin:auto;
    }
    .video-section{
        order:1;
    }
    .companies-section{
        order:3;
        padding-top:16px;
        overlow-x:hidden;
    }
    .event-details{
        order:2;
    }
    .video-section{
        padding: 16px 16px;
        width:calc(100% - 32px);
        height:auto;
    }
    .video-container, .video-controls {
        width: calc(100% - 16px);
    }
    .event-details{
        min-height:50px;
        height:auto;
        border-bottom: 1px solid rgba(40, 32, 1, 0.1);
        border-top: 1px solid rgba(40, 32, 1, 0.1);
    }
    .date-section, .location-section, .time-section {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin: 0;
        width:90%;
        flex-direction:row;
        border-bottom: 1px solid rgba(40, 32, 1, 0.1);
        padding:8px 0 16px;
    }
    .time-section{
        border-bottom:0px;
    }
    .detail-label {
        color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.96px;
    }

    .detail-value {
        color: var(--Text-On-Light-Primary-110, #202020);
        font-size: 15px;
        line-height: 1;
        letter-spacing: 0.9px;
        text-align: right;
        flex: 1;
        margin-top: 0px;
    }
    .logo-row{
        padding-right:8px;
    }
    .logo-grid .owl-item{
        margin-right:8px;
    }
    .logo-grid {
        max-width:100%;
        margin-left: -8%;
        height: 70px;
    }
    .cards .main-heading{
        margin-top:0;
        font-weight: 400;
        font-size: 30px;
        line-height: 42px;
        /* or 140% */
        text-align: center;
        letter-spacing: -0.01em;
        margin-bottom:0;
        padding-bottom:16px;
    }
    .dismissal-cards{
        height:auto;
        min-height:410px;
        overlow-x:hidden;
    }
    .owl-carousel .owl-item img.webinar-card-icon{
        width:32px;
    }
    .card{
        max-width: 80%;
    }
    .speakers-header{
        margin:0;
        padding:0;
    }
    .speakers-title,  .reviews-title, .webinar-registration-title, .faq-title{
        font-size:30px;
        font-weight:400;
    }
    .webinar-speaker-center {
        min-height: 600px;
    }
    .speaker-position{
        top:35%;
        text-align:center;
        width:100%;
        left:0;
    }
    .webinar-speaker-image-wrapper .speaker-portrait{
        height:90%;
        width:auto;   
    }
    .speaker-details-content {
        padding: 0 40px;
        width: calc(100% - 80px);
    }
    .topics-section-title {
        max-width: 100%;
        font-size: 30px;
        font-weight:400;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .topics-grid{
        margin-left: -16px;
    }
    .topics-wrapper .registration-container{
        margin-left:5%;
    }
    .review-card {
        width: 97%;
        padding:0;
    }
    .review-content {
        width:100%;
        padding:0;
        height: 100%;
    }
    .reviews-carousel {
        margin-left: 0;
    }
    .faq-content {
        padding: 0;
        padding: 0 5%;
    }
    .faq-header {
        padding: 50px 0 80px;
    }
    
}




/************** COURSE ******************/
.investment-banner {
    background-color: rgba(210, 206, 194, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
  }
  .banner-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .banner-content {
      max-width: 100%;
    }
  }
  .banner-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    border: 1px solid rgba(195, 191, 179, 1);
  }
  @media (max-width: 991px) {
    .banner-wrapper {
      max-width: 100%;
    }
  }
  .banner-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 24px;
  }
  @media (max-width: 991px) {
    .banner-title {
      max-width: calc(100% - 40px);
      padding: 0 20px;
    }
  }
  .banner-main-heading {
    max-width: 1000px;
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    align-self: stretch;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 22px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .banner-main-heading {
      order: 2;
      width: 100%;
      flex: 0;
      flex-basis: 100%;
      padding:15px 0;
    }
  }
  .banner-icon-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 38px;
    margin: auto 0;
  }
  @media (max-width: 991px) {
    .banner-icon-wrapper {
      order: 1;
      width: 100%;
    }
  }
  .banner-icon-image {
    aspect-ratio: 0.66;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: stretch;
    margin: auto 0;
  }
  .banner-sub-heading {
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    text-align: center;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    align-self: stretch;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 15px/22px Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .banner-sub-heading {
      order: 3;
      width: 100%;
      padding:0px 0 15px;
    }
  }

  .course-section {
    display: flex;
    flex-direction: column;
  }
  .main-screen {
    display: flex;
    margin-top: 0px;
    width: calc(100% - 16px);
    flex-direction: column;
    justify-content: start;
    padding: 8px;
  }
  @media (max-width: 991px) {
    .main-screen {
      max-width: 100%;
    }
  }
  .course-content-wrapper {
    border-radius: 4px;
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: space-between;
    position:relative;
  }
  @media (max-width: 991px) {
    .content-wrapper {
      max-width: 100%;
    }
  }
  .single-course-info {
    padding-right: 672px;
    align-items: start;
    border-radius: 4px;
    position: relative;
    display: flex;
    min-width: 240px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
  }
  @media (max-width: 991px) {
    .single-course-info {
      max-width: 100%;
      padding:0;
    }
  }
  .single-course-pressing {
    position: absolute;
    z-index: 0;
    display: flex;
    min-height: 169px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 100%;
  }
  .single-course-image-container {
    position: absolute;
    z-index: 0;
    display: flex;
    max-width: 100%;
    width: 727px;
    padding-top: 181px;
    flex-direction: column;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
    height: 969px;
  }
  @media (max-width: 991px) {
    .image-container {
      padding: 100px 20px 0 0;
    }
    .single-course-image-container {
        height:600px;
    }
  }
  .single-course-background-image {
    aspect-ratio: 0.89;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    position:absolute;
    bottom:0;
  }
  @media (max-width: 991px) {
    .background-image {
      max-width: 100%;
    }
  }
  .single-course-breadcrumbs {
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Greyscale-00, #ece9e3);
    white-space: nowrap;
    letter-spacing: 0.39px;
    justify-content: start;
    padding: 24px 18px 0;
    font: 400 13px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .single-course-breadcrumbs {
      white-space: initial;
    }
  }
  .single-course-breadcrumb-item {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    border-radius: 4px;
    align-self: stretch;
    margin: auto 0;
    padding: 6px 8px;
  }
  @media (max-width: 991px) {
    .single-course-breadcrumb-item {
      white-space: initial;
    }
  }
  .single-course-breadcrumb-separator {
    text-align: center;
    opacity: 0.3;
    align-self: stretch;
    margin: auto 0;
  }  
  .single-course-details {
    align-self: stretch;
    z-index: 0;
    display: flex;
    margin-top: 24px;
    width: 70%;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    text-transform: uppercase;
    justify-content: start;
    padding: 40px 92px;
  }
  @media (max-width: 991px) {
    .single-course-details {
      width: calc(100% - 40px);
      padding: 0 20px 300px;
    }
    .single-course-pressing{
        display:none;
    }
  }
  .single-course-icon {
    aspect-ratio: 0.66;
    object-fit: contain;
    object-position: center;
    width: 40px;
    align-self: center;
  }
  .type2 .single-course-icon{
    display:none;
  }
  .single-course-content {
    display: flex;
    margin-top: 80px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .single-course-content {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .type2 .single-course-content{
     margin-top: 40px;
  }
  .single-course-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-weight: 400;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .single-course-header {
      max-width: 100%;
    }
  }
  .single-course-title-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .single-course-title-wrapper {
      max-width: 100%;
    }
  }
  .single-course-title-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    white-space: nowrap;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .single-course-title-container {
      max-width: 100%;
      white-space: initial;
    }
  }
  .single-course-type {
    color: #8F8D95;/*var(--Brunswick-Green-50, #789285);*/
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
  }
  @media (max-width: 991px) {
    .single-course-type {
      max-width: 100%;
    }
  }
  .single-course-name {
    color: var(--Background-Light-00, #ece9e3);
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.92px;
    margin-top: 20px;
  }
  @media (max-width: 991px) {
    .single-course-name {
      max-width: 100%;
      font-size: 40px;
    }
  }
  .single-course-description {
    align-self: start;
    color: var(--Greyscale-00, #ece9e3);
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.32px;
    margin: 48px auto;
  }
  @media (max-width: 991px) {
    .single-course-description {
      max-width: 100%;
      margin: 40px auto;
    }
  }
  .type2 .single-course-description{
     margin: 20px auto;
  }
  .single-course-info-list {
    display: flex;
    margin-top: 80px;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 1.12px;
    line-height: 2;
    justify-content: start;
  }
  .type2 .single-course-info-list{
    display:none;
  }
  @media (max-width: 991px) {
    .single-course-info-list {
      max-width: 100%;
      margin-top: 40px;
      display: flex !important;
    }
    .type2 .single-course-info-list .info-label{
        color: #8F8D95;
    }
  }

  .info-item {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .info-item {
      max-width: 100%;
    }
  }
  .info-label {
    color: var(--Brunswick-Green-50, #789285);
    text-align: right;
    width: 221px;
  }
  .info-value {
    color: var(--Greyscale-Alpha-10-, #e5e2da);
    flex: 1;
    flex-basis: 0%;
  }
  .single-course-register-button-container {
    transform: rotate(-1.0842021724855044e-19rad);
    display: flex;
    margin-top: 120px;
    width: calc(100% - 48px);
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #0b4230;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 1.12px;
    line-height: 1;
    justify-content: center;
    padding: 0 24px;
  }
  .type2 .single-course-register-button-container{
     margin-top: 40px;
  }
  @media (max-width: 991px) {
    .single-course-register-button-container {
      max-width: 100%;
      margin-top: 40px;
      white-space: initial;
      padding: 0 20px;
    }
  }
  .single-course-register-button {
    transform: rotate(8.84480706054283e-20rad);
    border-radius: 56px;
    background-color: rgba(236, 233, 227, 1);
    align-self: stretch;
    display: flex;
    width: 224px;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
    padding: 22px 30px;
    text-align:center;
    text-decoration:none;
    color:#3A3850;
    font-family: Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .single-course-register-button {
      white-space: initial;
      padding: 18px 20px;
    }
  }
  .single-course-register-button-text {
    align-self: stretch;
    width: 100%;
    gap: 10px;
  }
  @media (max-width: 991px) {
    .single-course-register-button-text {
      white-space: initial;
    }
  }
  .instructors-section {
    display: flex;
    width: calc(100% - 16px);
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    justify-content: start;
    padding: 0 8px 8px;
  }
  @media (max-width: 991px) {
    .instructors-section {
      max-width: 100%;
    }
  }
  .instructors-section.type2 {
    display:none;
  }
  .instructors-container {
    display: flex;
    width: 100%;
    gap: -1px;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0px 0 8px;
  }
  @media (max-width: 991px) {
    .instructors-container {
      max-width: 100%;
    }
  }
  .instructor-card {
    background-color: rgba(229, 226, 218, 1);
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    padding: 0px 104px 10px;
    border-right:1px solid #d4d1c8;
  }
  .instructor-card:last-child {
    border-right:0px;
  }
  @media (max-width: 991px) {
    .instructor-card {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .instructor-role {
    color: var(--Text-On-Light-Tertiary-60, #8f8b80);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.12px;
    opacity: 0.7;
    padding: 40px 0 0;
    min-height:50px;
  }
  .instructor-name-container {
    display: flex;
    margin-top: 16px;
    width: 100%;
    flex-direction: column;
    font-size: 30px;
    color: var(--Text-On-Light-Primary-110, #202020);
    white-space: nowrap;
    letter-spacing: -0.3px;
    line-height: 42px;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .instructor-name-container {
      white-space: initial;
    }
  }
  .instructor-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 120px;
    border-radius: 50%;
    align-self: center;
    margin-top: 24px;
    max-width: 100%;
  }
  .instructor-separator {
    object-fit: contain;
    object-position: center;
    width: 0px;
  }

.single-course-info.type2{
    padding-bottom: 200px;
}

.type1-course-info{
    display:none;
}  
  
.type2-course-info {
    border-radius: 4px;
    background-color: rgba(236, 233, 227, 0.2);
    width: calc(100% - 16px);
    position:absolute;
    bottom:8px;
    left:8px;
    backdrop-filter: blur(32px);
}
  .type2-course-details {
    display: flex;
  }
  .type2-info-column-icon {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 12%;
    margin-left: 0;
    padding: 50px 0 30px;
  }
  .type2-info-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 40%;
    margin-left: 0;
    background-image: url('assets/images/line-vertical-light.png');
    background-repeat: repeat-y;
    background-position: left top;
    padding: 40px 0 40px;
  }
  .type2-course-stats {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    font: 400 14px/2 Zerno, sans-serif;
  }
  .type2-stat-line {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:3px 0;
  }
  .type2-stat-label {
    text-align: right;
    flex: 1;
    flex-basis: 0%;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8F8D95;

  }
  .type2-stat-value {
    flex: 1;
    flex-basis: 0%;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #E5E2DA;
  }
  .type2-instructor-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 16%;
    background-image: url('assets/images/line-vertical-light.png');
    background-repeat: repeat-y;
    background-position: left top;
    padding: 40px 0 40px;
  }
  .type2-instructor-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Zerno, sans-serif;
    color: #E5E2DA;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
  .type2-instructor-name {
    font-size: 16px;
    line-height: 24px;
    width:100%;
    text-align:center;
  }
  .type2-instructor-role {
    font-size: 12px;
    line-height: 1;
    opacity: 1;
    margin-top: 12px;
    width:100%;
    text-align:center;
    color: #4F4D49;
  }
  @media (max-width: 991px) {
    .type2-course-info {
      display:none;
    }
    .type2-course-details {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .type2-info-column,
    .type2-instructor-column {
      width: 100%;
      margin-left: 0;
    }
    .type2-course-stats,
    .type2-instructor-info {
      margin-top: 40px;
    }
    .type2-stat-line {
      max-width: 100%;
    }
  }

.single-course-navigation-bar {
    background-color: rgba(255, 255, 255, 0.001);
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    color: #ece9e3;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: center;
    font: 400 12px/1 Zerno, sans-serif;
    position:sticky;
  }
.single-course-navigation-bar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
  .single-course-nav-content {
    background-color: #2e2e2c;
    display: flex;
    min-height: 30px;
    width: calc(100% - 24px);
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
  }
  @media (max-width: 991px) {
    .single-course-nav-content {
      max-width: 100%;
    }
  }
  .single-course-nav-items {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 100%;
    align-items: center;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    list-style:none;
  }
  @media (max-width: 991px) {
    .single-course-nav-items {
      max-width: 100%;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;          
        -ms-overflow-style: none;
    }
    .single-course-nav-items::-webkit-scrollbar {
      display: none;                  /* Hides scrollbar in WebKit browsers */
    }
  }
  .single-course-nav-item {
    align-self: stretch;
    gap: 8px;
    margin: auto 0;
    padding: 2px 0;
  }
  .single-course-nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 12px;
    align-self: stretch;
    margin: auto 0;
  }
  .single-course-nav-item-nowrap {
    align-self: stretch;
    gap: 8px;
    white-space: nowrap;
    margin: auto 0;
    padding: 2px 0;
  }
  .single-course-nav-item-nowrap a, .single-course-nav-item a{
    text-decoration:none;
    color:#ECE9E3;
  }
  @media (max-width: 991px) {
    .single-course-nav-item-nowrap {
      white-space: initial;
    }
    .single-course-nav-item {
        min-width: 74px;
    }
  }


  .leadership-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px 0;
  }
  .content-wrapper {
    background-color: #e5e2da;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 6px 8px;
  }
  @media (max-width: 991px) {
    .content-wrapper {
      max-width: 100%;
    }
  }
  .quote-container {
    border-radius: 4px;
    background-color: #ddd9cf;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 60px 8px;
  }
  @media (max-width: 991px) {
    .quote-container {
      max-width: 100%;
    }
  }
  .icon-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .icon-wrapper {
      max-width: 100%;
    }
  }
  .icon {
    aspect-ratio: 0.66;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: stretch;
    margin: auto 0;
  }
  .quote-text {
    align-self: center;
    margin-top: 59px;
    width: 1100px;
    max-width: 100%;
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    font: 400 22px/30px Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .quote-text {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .sc-block2-main-content {
    background-color: #e5e2da;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  @media (max-width: 991px) {
    .sc-block2-main-content {
      max-width: 100%;
    }
  }
  .content-grid {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 40px 100px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 56px 34px 0;
  }
  @media (max-width: 991px) {
    .content-grid {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .sc-block2-video-container {
    display: flex;
    min-width: 240px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: flex-start;
    width: 546px;
  }
  @media (max-width: 991px) {
    .sc-block2-video-container {
      max-width: 100%;
    }
  }
  .sc-block2-video-wrapper {
    border-radius: 4px;
    background-color: #ddd9cf;
    display: flex;
    width: calc(100% - 16px);
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px;
  }
  @media (max-width: 991px) {
    .sc-block2-video-wrapper {
      max-width: 100%;
    }
  }
  .sc-block2-video-thumbnail {
    border-radius: 4px;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .sc-block2-video-thumbnail {
      max-width: 100%;
    }
  }
  .sc-block2-thumbnail-image {
    aspect-ratio: 1.76;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  @media (max-width: 991px) {
    .sc-block2-thumbnail-image {
      max-width: 100%;
    }
  }
  .sc-block2-video-controls {
    display: flex;
    margin-top: 8px;
    width: calc(100% - 16px);
    align-items: center;
    gap: 40px 100px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px;
    font: 400 12px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .sc-block2-video-controls {
      max-width: 100%;
    }
  }
  .sc-block2-play-button {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0);
    align-self: stretch;
    display: flex;
    /*min-width: 240px;
    width: 260px;*/
    flex-direction: column;
    color: var(--Text-On-Light-Primary-110, #202020);
    justify-content: center;
    
    margin: auto 0;
    padding: 16px 0;
    outline:none;
    border:0;
  }
  .button-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .play-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
  }
  .button-label {
    align-self: stretch;
    margin: auto 0;
  }
  .sc-block2-video-duration {
    color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
    text-align: right;
    align-self: stretch;
    margin: auto 0;
  }
  .text-column {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    flex-basis: 0%;
  }
  
  .text-column.type2 {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    flex-basis: 0%;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #4F4D49;
    padding: 80px 80px 0;
  }
  .text-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .text-column, .text-column.type2 {
      padding: 20px 20px 0;
    }
  }
  @media (max-width: 991px) {
    .text-item {
      max-width: 100%;
    }
  }
  .bullet-point {
    display: flex;
    padding-top: 4px;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
    width: 14px;
  }
  .bullet-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
  }
  .text-item p {
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    letter-spacing: 0.45px;
    flex: 1;
    flex-basis: 0%;
    font: 400 15px/22px Zerno, sans-serif;
    text-transform:none;
    text-align:left;
    margin:0 0 10px;
  }
  @media (max-width: 991px) {
    .text-item p {
      max-width: 100%;
    }
  }
  .separator-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 20px;
  }
  @media (max-width: 991px) {
    .separator-image {
      max-width: 100%;
    }
  }
  .sc-block2-cta-section {
    display: flex;
    margin-top: 20px;
    min-height: 93px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: #e5e2da;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    justify-content: flex-start;
    padding: 21px 0 12px;
    font: 500 14px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .sc-block2-cta-section {
      max-width: calc(100% - 40px);
      white-space: initial;
      padding: 0 20px;
    }
  }
  .sc-block2-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  @media (max-width: 991px) {
    .sc-block2-cta-wrapper {
      white-space: initial;
    }
  }
  .sc-block2-cta-button {
    border-radius: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 30px;
    color: #ECE9E3;
    text-decoration:none;
  }
  @media (max-width: 991px) {
    .sc-block2-cta-button {
      white-space: initial;
      padding: 16px 20px;
    }
  }

  .course-audience {
    display: flex;
    padding-top: 120px;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .course-title {
    color: rgba(32, 32, 32, 1);
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.92px;
    text-transform: uppercase;
  }
  .audience-container {
    display: flex;
    margin-top: 80px;
    width: 100%;
    flex-direction: column;
  }
  .audience-top-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .audience-content {
    display: flex;
    margin-top: 8px;
    width: calc(100% - 16px);
    flex-direction: column;
    padding: 0 8px;
  }
  .audience-grid {
    justify-content: center;
    border-radius: 4px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }
  .audience-item {
    display: flex;
    min-width: 240px;
    min-height: 272px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 12px;
    margin: 0;
    padding: 80px 34px;
    border-right:1px solid #8F8D95;/*#386354;*/
    height:100%;
  }
  .audience-type {
    color: var(--Surface-00, #ece9e3);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    align-self: center;
  }
  .audience-description {
    color: var(--Greyscale-Alpha-10-, #e5e2da);
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.39px;
    margin-top: 24px;
  }
  @media (max-width: 991px) {
    .course-audience {
      padding-top: 100px;
    }
    .course-title {
      max-width: 100%;
      font-size: 40px;
    }
    .audience-container {
      max-width: 100%;
      margin-top: 40px;
    }
    .audience-top-image,
    .audience-bottom-image {
      max-width: 100%;
    }
    .audience-content {
      max-width: 100%;
    }
    .audience-grid {
      max-width: 100%;
      flex-wrap: wrap;
    }
    .audience-item {
      padding: 40px 20px;
      border-bottom:1px solid #8F8D95;/*#386354;*/
      min-height: 72px;
    }
  }

.course-container {
  display: flex;
  padding-left: 80px;
  flex-direction: column;
  align-items: end;
}

.course-wrapper {
  display: flex;
  min-height: 906px;
  width: calc(100% - 16px);
  flex-direction: column;
  justify-content: start;
  padding: 0px 8px 0;
}

.course-preview {
  border-radius: 4px;
  background-color: rgba(195, 54, 111, 1);
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
  justify-content: start;
  flex: 1;
  height: 100%;
}

.preview-background {
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  min-width: 240px;
  height: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  inset: 0;
  width: 100%;
  backgroud-size:cover;
}

.background-pattern {
  aspect-ratio: 2.04;
  object-fit: cover;
  object-position: center;
  width: 100%;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.preview-illustration {
  z-index: 0;
  min-width: 240px;
  flex: 1;
  position:relative;
}
.preview-illustration img{
  aspect-ratio: 0.85;
  object-fit: contain;
  object-position: center;
  width: 100%;  
}
.course-book-title{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:528px;
    margin-top:300px;
}
.course-book-title span, .course-book-title h1{
    text-align:center;
    width:100%;
    display:block;
}
.course-book-title span{
    font-family: 'Zerno';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 21, 4, 0.42);
}
.course-book-title h3{
    font-family: 'Zerno';
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #202020;
    text-align:center;
}
.course-book-title .book-icon{
    width:32px;
    margin-left:-16px;
    left:50%;
    position:absolute;
    bottom:200px;
}
.course-details {
  z-index: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  padding: 40px 0 64px;
}

.logo-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.course-logo {
  aspect-ratio: 0.66;
  object-fit: contain;
  object-position: center;
  width: 38px;
  align-self: stretch;
  margin: auto 0;
}

.one-course-title {
  color: var(--Accents-pink-light, #efbacf);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  padding: 90px 40px;
  font: 400 30px/42px Zerno, sans-serif;
}
.one-course-title p{
    margin:0;
    padding:0;
}
.course-specs {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: column;
  overflow: hidden;
  color: var(--Accents-pink-light, #efbacf);
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: start;
  padding: 64px 40px 0;
  font: 400 14px/2 Zerno, sans-serif;
}

.spec-row {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 16px;
}

.spec-row:first-child {
  margin-top: 0;
}

.spec-label {
  text-align: right;
  opacity: 0.7;
  flex: 1;
}

.spec-value {
  flex: 1;
}

.course-top-action-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: center;
  flex-wrap: wrap;
  font: 14px/1 Zerno, sans-serif;
}

.primary-button {
  border-radius: 2px;
  background-color: #ece9e3;
  color: #202020;
  font-weight: 500;
  padding: 22px 30px;
  border: none;
  cursor: pointer;
  text-decoration:none;
}

.secondary-button {
  border-radius: 56px;
  background-color: transparent;
  color: #ece9e3;
  font-weight: 400;
  padding: 22px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.breadcrumb-nav {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  padding: 24px 18px 0;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #efbacf;
  font: 400 13px/1 Zerno, sans-serif;
  letter-spacing: 0.39px;
}

.breadcrumb-link {
  color: inherit;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 4px;
}

.breadcrumb-separator-course {
  opacity: 0.3;
}

.course-content-section {
  width: calc(100% - 12px);
  padding: 40px 6px;
}

.course-section-title {
  color: #202020;
  text-align: center;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  font: 400 46px/56px Zerno, sans-serif;
}

.section-divider {
  width: 100%;
  object-fit: contain;
}

.content-blocks {
  display: flex;
  max-width: 1259px;
  margin: 0 auto;
  gap: 40px 100px;
  padding: 48px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-block {
  width: 343px;
  min-width: 240px;
}

.block-title {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  font: 400 14px/1 Zerno, sans-serif;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.block-text {
  color: #4f4d49;
  font: 400 15px/22px Zerno, sans-serif;
  letter-spacing: 0.45px;
  margin-top: 12px;
}

.cta-section {
  display: flex;
  width: 100%;
  padding: 8px 0 16px;
  align-items: center;
  gap: 20px;
}

.cta-divider {
  width: 1px;
  height: 108px;
  background: rgba(40, 32, 1, 0.1);
}

.benefits-section {
  position: relative;
  min-height: 770px;
  padding: 0 36px;
  overflow: hidden;
  display:flex;
  margin-top:30px;
}

.benefits-frame {
  position: absolute;
  inset: 0;
  padding: 12px;
  z-index: 0;
}

.benefits-inner-frame {
  border: 1px solid rgba(40, 32, 1, 0.18);
  border-radius: 4px;
  height: calc(100% - 24px);
  padding: 12px;
}
.benefits-content {
  border: 1px solid rgba(40, 32, 1, 0.18);
  border-radius: 4px;
  height: calc(100% - 24px);
  padding: 12px;
}
.benefits-wrapper {
  border: 1px solid rgba(40, 32, 1, 0.18);
  border-radius: 4px;
  height: calc(100% - 24px);
  padding: 12px;
}

.benefits-header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 124px 40px;
  flex:1;
  display: flex;
}

.benefits-title {
  color: #202020;
  font: 400 64px/72px Zerno, sans-serif;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  max-width: 558px;
  margin: 0 auto;
  align-content: center;
  vertical-align: middle;
}

.benefits-list {
  display: block;
  padding-top: 141px;
  flex:1;
}
.benefits-list .slick-list{
    height:617px !important;
    width:390px;
    margin:auto; 
}
.benefit-item {
  background: #ece9e3;
  border-radius: 4px;
  padding: 48px 24px 0;
  min-height: 440px !important;
  width: 340px !important;
  box-shadow: 
    0px 72px 64px 0px rgba(46, 46, 44, 0.08),
    0px 12px 16px 0px rgba(46, 46, 44, 0.03),
    0px 4px 2px 0px rgba(46, 46, 44, 0.02);
  position: relative;
  margin:0 auto 10px;
  position:relative;
}
.slick-vertical .slick-slide.benefit-item{
   height:340px !important;
}

.benefit-title {
  color: #202020;
  text-align: center;
  font: 400 18px/26px Zerno, sans-serif;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.benefit-description {
  color: #4f4d49;
  font: 400 15px/22px Zerno, sans-serif;
  letter-spacing: 0.45px;
  margin-top: 28px;
  padding: 40px 20px 0;
}

.benefit-number {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(26, 21, 4, 0.42);
  font: 400 14px/1 Zerno, sans-serif;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .course-container {
    padding-left: 20px;
  }

  .course-wrapper,
  .course-preview,
  .preview-background,
  .course-details,
  .course-title,
  .course-specs,
  .content-section,
  .content-blocks,
  .benefits-section {
    max-width: 100%;
  }

  .section-title {
    font-size: 40px;
    line-height: 55px;
  }

  .benefits-title {
    font-size: 40px;
    line-height: 50px;
  }

  .primary-button,
  .secondary-button {
    padding: 20px;
  }

  .benefits-header {
    padding: 100px 20px;
  }

  .benefit-item {
    padding: 100px 20px 0;
  }
}
.program-header {
  z-index: 10;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: center;
}

.program-title-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  justify-content: center;
  padding: 120px 0 112px;
}

.program-title-wrapper {
  position: relative;
  display: block;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
}

.program-title {
  color: #202020;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  text-align: center;
  z-index: 0;
  margin: auto 0;
}

.program-subtitle {
  color: rgba(26, 21, 4, 0.42);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.04px;
  align-self: start;
  right: 0;
      top: 0;
      width: 100%;
      height: 14px;
      text-align:center;
      display:block;
  height: 14px;
  padding-bottom:15px;
}

.module-card {
  background-color: #e5e2da;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.module-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 0 96px;
}

.module-header {
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: Zerno, sans-serif;
  text-transform: uppercase;
  justify-content: center;
}

.module-number {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  align-self: stretch;
  margin: auto 0;
}
  .module-details {
    border-radius: 8px;
    background-color: #ddd9cf;
    align-self: center;
    display: flex;
    margin-top: 24px;
    width: 1134px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
    padding: 24px 16px 16px;
  }
  .module-details-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    color: #000;
    font-weight: 400;
    justify-content: start;
  }
  .module-details-content ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0px; /* Adjust for custom bullet */
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.39px;
}

.module-details-content ul li {
    position: relative;
    padding-left: 30px; /* Space for bullet */
    line-height:25px;
}

.color-0b4230 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* Adjust image size */
    height: 16px;
    background: url('assets/images/0b4230-dot.svg') no-repeat center;
    background-size: contain;
}
.color-3A3850 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* Adjust image size */
    height: 16px;
    background: url('assets/images/3A3850-dot.svg') no-repeat center;
    background-size: contain;
}
  @media (max-width: 991px) {
    .module-details{
        padding:0 8px 8px;
        width: calc(100% - 16px);
    }
    .module-details-content {
      max-width: 100%;
    }
  }
  .module-details-header {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .module-details-header {
      max-width: 100%;
    }
  }
  .module-video-preview {
    border-radius: 4px;
    background-color: #d2cec2;
    position: relative;
    display: flex;
    margin-top: 20px;
    min-height: 92px;
    width: calc(100% - 32px);
    padding-right: 32px;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .module-video-preview {
      max-width: 100%;
    }
  }
  .module-video-thumbnail {
    align-self: stretch;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    margin: auto 0;
    padding: 8px 0 8px 8px;
  }
  .module-thumbnail-image {
    aspect-ratio: 1.74;
    object-fit: contain;
    object-position: center;
    width: 132px;
    border-radius: 2px;
  }
  .module-video-duration {
    color: #000;
    text-align: right;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    align-self: stretch;
    z-index: 0;
    margin: auto 0;
    font: 400 15px/1 Zerno, sans-serif;
  }
  .module-video-info {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: start;
    gap: 12px;
    justify-content: start;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0%);
  }
  .module-info-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
  }
  .module-info-icon {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    width: 16px;
    margin: auto 0;
    padding: 3px 0;
  }
  .module-icon-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
  }
  .module-info-text {
    color: #000;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    align-self: stretch;
    margin: auto 0;
    font: 400 14px/2 Zerno, sans-serif;
  }
.module-cta-button {
    border-radius: 56px;
    background-color: rgba(255, 255, 255, 0);
    align-self: center;
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 4px;
    justify-content: center;
    padding: 20px 30px;
    border: 1px solid #0b4230;
    outline:none;
    cursor:pointer;
  }
.module-content-active .module-cta-button{
    display:none;
}
  @media (max-width: 991px) {
    .module-thumbnail-image {
      width: 120px;
    }
    .module-cta-button {
      padding: 19px 27px;
    }    
    .module-info-text {
      color: #000;
      letter-spacing: 1.12px;
      text-transform: uppercase;
      align-self: stretch;
      margin: auto 0;
      font: 400 12px/2 Zerno, sans-serif;
    }
    .module-video-info {
      left: 58%;
      bottom: 34px;
    }
    .module-video-duration {
        font-size:12px;
    }
  }
  .module-button-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: auto 0;
  }
  .module-button-icon {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    width: 18px;
    margin: auto 0;
  }
  .module-icon-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 18px;
    align-self: stretch;
    margin: auto 0;
  }
  .module-button-text {
    color: #000;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    align-self: stretch;
    margin: auto 0;
    font: 400 14px/1 Zerno, sans-serif;
  }
.module-collapse-button {
  justify-content: center;
  max-width: 462px;
  padding: 19px 27px;
  border-radius: 100px;
  display:none;
  outline:none;
  margin-top: 32px;
  cursor:pointer;
  border:0;
}
.module-content-active .module-collapse-button{
    display: flex;
}
.module-collapse-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.module-collapse-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}

.module-collapse-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.module-collapse-text {
  font-family: 'Zerno';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #AFBAAF;
}
.update-button {
  border-radius: 2px;
  background-color: #c3366f;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #e5e2da;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: center;
  width: 133px;
  margin: auto 0;
  padding: 8px 12px 8px 8px;
  font-family: Zerno, sans-serif;
  text-transform:uppercase;
}

.button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.update-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
}

.module-title {
  align-self: stretch;
  flex: 1;
  margin-top: 40px;
  width: 100%;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.46px;
  font: 400 46px/1 Zerno, sans-serif;
}

.module-stats {
  z-index: 0;
  display: flex;
  margin-top: 40px;
  align-items: start;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  justify-content: start;
}

.stat-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 200px;
}

.stat-number {
  color: #202020;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.stat-label {
  color: rgba(26, 21, 4, 0.42);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  margin-top: 6px;
}

.module-video{
    width:450px;
    margin:20px auto 0;
}

.register-button-wrapper {
  display: flex;
  margin-top: 64px;
  flex-direction: column;
  align-items: center;
  color: #e5e2da;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: start;
  font: 500 14px/1 Zerno, sans-serif;
}


@media (max-width: 991px) {
  .program-container {
    padding-left: 20px;
  }
  
  .program-footer {
    max-width: 100%;
  }
  
  .program-header {
    max-width: 100%;
    margin-top: -200px;
  }
  
  .program-title-block {
    max-width: 100%;
    padding: 100px 0;
  }
  
  .program-title {
    font-size: 40px;
  }
  
  .module-card {
    margin-top: 40px;
  }
  
  .module-title {
    font-size: 40px;
  }
  
  .register-button-wrapper {
    margin-top: 40px;
    white-space: initial;
  }
  
  .register-button {
    padding: 0 20px;
  }
}

.module-content-active {
  /*background-color: rgba(221, 217, 207, 1);*/
}

.expand-button {
  border-radius: 100px;
  background-color: #202020;
  align-self: center;
  width: 18px;
  height: 18px;
  padding: 18px;
  margin-top: 12px;
  display:none;
}
.expand-button img{
    width:18px;
    height:18px;
}
.module-content-active .expand-button{
    display:block;
}
.lessons-container {
  display: none;
  width: calc(100% - 12px);
  flex-direction: column;
  padding: 6px 0 26px;
}
.module-content-active .lessons-container {
   display: flex; 
}
.lesson-card {
  border-radius: 8px;
  background-color: #ddd9cf;
  align-self: center;
  display: flex;
  margin-top: 24px;
  width: 1134px;
  max-width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  padding: 24px 16px 16px;
  cursor:pointer;
}
.lesson-card-active{
  background-color: rgba(215, 211, 201, 1);
}
.lesson-header {
  display: flex;
  width: calc(100% - 4px);
  flex-direction: column;
  padding: 4px 4px 0;
  position:relative;
}

.lesson-top {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

  .lesson-button {
    border-radius: 4px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    width: 36px;
    padding: 8px;
  }

.lesson-button-active, .lesson-card-active .lesson-button{
    display: none;
}
.lesson-card-active .lesson-button-active{
    display:flex;
}
  .lesson-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 240px;
  }
  .lesson-info {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .lesson-title {
    display: flex;
    min-width: 240px;
    padding-right: 88px;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    justify-content: flex-start;
    width: 664px;
  }
  .lesson-number {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.12px;
  }
  .lesson-name {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.32px;
    margin-top: 32px;
  }
  .lesson-time {
    display: flex;
    flex-direction: column;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    justify-content: flex-start;
    width: 227px;
    font: 400 14px/2 Zerno, sans-serif;
  }
  .lesson-date {
    margin-top: 16px;
  }
  .lesson-speaker {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 221px;
  }
  .speaker-label {
    color: #000000;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    font: 400 14px/2 Zerno, sans-serif;
  }
  .speaker-image {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
  }
  .speaker-avatar {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 44px;
  }


.lesson-details {
  display: none;
  width: 100%;
  padding-bottom: 12px;
  flex-direction: column;
}
.lesson-card-active .lesson-details {
  display: flex;
}
.lesson-detail-block {
  display: flex;
  margin-top: 28px;
  width: calc(100% - 8px);
  flex-direction: column;
  padding: 0 4px;
  font: 400 14px/20px Zerno, sans-serif;
}

.lesson-block-title {
  color: rgba(26, 21, 4, 0.42);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 2;
}

.lesson-block-content,  .lesson-block-pactical{
  margin-top: 6px;
  color: #202020;
  letter-spacing: 0.42px;
}
.lesson-block-pactical ul{
  padding: 0 0 0 5px;
  margin:0;
  list-style:none;
  position: relative;
  margin-left:-5px;
}
.lesson-block-pactical ul li{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 35px;
  border: 1px solid #C3BFB3;
  border-radius: 4px;
  margin-bottom:10px;
}
.lesson-block-content ul{
  padding: 0 0 0 5px;
  margin:0;
  list-style:none;
  position: relative;
  margin-left:-10px;
}

.lesson-block-content ul::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #0b4230; /* Timeline line */
}

/* Timeline Items */
.lesson-block-content ul li {
    position: relative;
    padding: 10px 20px 10px 40px;
}

/* Timeline Dots */
.lesson-block-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 10px;
    background-color: rgba(215, 211, 201, 1);
    border: 1px solid #0b4230;
    border-radius: 50%;
}
.video-preview {
  border-radius: 4px;
  background-color: rgba(97, 77, 35, 0.06);
  display: flex;
  width: calc(100% - 20px);
  padding-right: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.lesson-video-thumbnail {
  width: 80px;
  aspect-ratio: 1.67;
  object-fit: contain;
  padding: 6px;
}

.video-title {
  flex: 1;
  min-width: 240px;
  padding-left: 12px;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font: 400 12px/2 Zerno, sans-serif;
}

.video-duration {
  color: rgba(26, 21, 4, 0.42);
  text-align: right;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  font: 400 13px/1 Zerno, sans-serif;
}

.outcomes-section {
  display: flex;
  margin: 6px auto;
  width: calc(100% - 24px);
  flex-direction: column;
  font: 400 14px/20px Zerno, sans-serif;
  padding: 28px 12px;
  max-width:800px;
}

.outcomes-title {
  color: #202020;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.outcomes-list {
  color: #4f4d49;
  text-align: justify;
  letter-spacing: 0.42px;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .module-container,
  .module-header,
  .header-content,
  .module-info,
  .module-number,
  .module-title,
  .module-stats,
  .stat-item,
  .lessons-container,
  .lesson-card,
  .lesson-header,
  .lesson-top,
  .lesson-number,
  .lesson-meta,
  .lesson-time,
  .meta-label,
  .lesson-speaker,
  .lesson-details,
  .detail-block,
  .video-preview,
  .video-title,
  .outcomes-section,
  .outcomes-title,
  .outcomes-list {
    max-width: 100%;
  }

  .lessons-container{
    padding: 6px 8px 26px;
    width:calc(100% - 16px);
  }
  
  .module-info,
  .update-button {
    white-space: initial;
  }
}

.price-amount {
  color: #202020;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.course-book-content {
  z-index: 10;
  display: flex;
  height: 840px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  justify-content: center;
  padding: 2px 0;
}
@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
  }
}
.content-wrapper {
  display: flex;
  min-height: 840px;
  width: calc(100% - 16px);
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
  padding: 6px 8px;
}
.leadership-content-wrapper {
  display: flex;
  width: calc(100% - 16px);
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
  padding: 6px 8px 60px;
}
@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
  }
}
.text-content {
  display: flex;
  min-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  flex-basis: 0%;
  padding: 24px 0 88px;
}
@media (max-width: 991px) {
  .text-content {
    max-width: 100%;
  }
}
.header-tabs {
  display: flex;
  width: calc(100% - 48px);
  align-items: start;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.54px;
  line-height: 1;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .header-tabs {
    max-width: 100%;
    padding: 0 20px;
  }
}
.tab.active {
  align-self: stretch;
  flex: 1;
  border-radius: 4px;
  background-color: #ddd9cf;
  min-width: 240px;
  gap: 10px;
  color: #000;
  padding: 32px 24px;
}
@media (max-width: 991px) {
  .tab-active {
    padding: 0 20px;
  }
}
.tab {
  align-self: stretch;
  flex: 1;
  min-width: 240px;
  gap: 10px;
  color: #8f8b80;
  padding: 32px 24px;
  cursor:pointer;
}
@media (max-width: 991px) {
  .tab-inactive {
    padding: 0 20px;
  }
}
.main-content {
  display: flex;
  margin-top: 137px;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: start;
}
@media (max-width: 991px) {
  .main-content {
    max-width: 100%;
    margin-top: 40px;
  }
}
.main-title {
  color: #202020;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .main-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 55px;
  }
}
.description {
  color: #4f4d49;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  align-self: center;
  margin-top: 40px;
  width: 400px;
  text-align: left;
}
.cta-button {
  border-radius: 56px;
  background-color: transparent;
  align-self: center;
  display: flex;
  margin-top: 137px;
  width: 346px;
  max-width: 100%;
  flex-direction: column;
  font-size: 12px;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: center;
  padding: 16px 22px;
  border: 1px solid rgba(40, 32, 1, 0.18);
}
@media (max-width: 991px) {
  .cta-button {
    margin-top: 40px;
  }
}
.button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.button-label {
  align-self: stretch;
  margin: auto 0;
}
.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
  alt: "Arrow icon";
}
.price-card-wrapper {
  border-radius: 4px;
  background-color: #ddd9cf;
  position: relative;
  display: flex;
  min-width: 50%;
  align-items: flex-start;
  gap: 40px 100px;
  text-transform: uppercase;
  justify-content: center;
  height: 100%;
  flex: 1;
  flex-basis: 0%;
}
@media (max-width: 991px) {
  .price-card-wrapper {
    max-width: 100%;
  }
}
.price-card-background {
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  min-width: 240px;
  width: 671px;
  height: 708px;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.price-card {
  border-radius: 4px;
  background: var(--Greyscale-00, #ece9e3);
  box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
    0 12px 16px 0 rgba(46, 46, 44, 0.03),
    0 4px 2px 0 rgba(46, 46, 44, 0.02);
  z-index: 0;
  display: flex;
  min-width: 240px;
  min-height: 480px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  width: 340px;
  margin: auto 0;
  padding: 6px;
}
.price-included {
  width: calc(100% - 48px);
  font-size: 22px;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-align: center;
  letter-spacing: 1.32px;
  line-height: 30px;
  flex: 1;
  padding: 150px 24px;
}
.price-image {
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 6px;
  alt: "Price feature illustration";
}
.price-details {
  background-color: #ece9e3;
  display: flex;
  margin-top: 6px;
  width: calc(100% - 24px);
  align-items: start;
  gap: 40px 100px;
  white-space: nowrap;
  justify-content: space-between;
  padding: 26px 12px;
}
@media (max-width: 991px) {
  .price-details {
    white-space: initial;
  }
}
.price-label {
  color: rgba(26, 21, 4, 0.42);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-align:left;
}
.features-section {
  border-radius: 4px;
  background-color: #ece9e3;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom:82px;
}
.features-title {
  width: 100%;
  font-size: 64px;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-align: center;
  letter-spacing: -1.92px;
  line-height: 72px;
  padding: 100px 0 64px;
  margin:0;
}
@media (max-width: 991px) {
  .features-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
    padding-top: 100px;
  }
}
.features-grid {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 0%;
}
@media (max-width: 991px) {
  .features-grid {
    max-width: 100%;
  }
}
.feature-item {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.001);
  display: flex;
  min-width: 320px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .feature-item {
    max-width: 100%;
    padding: 0 20px;
  }
}
.feature-number {
  color: var(--Text-On-Light-Tertiary-60-, rgba(26, 21, 4, 0.42));
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  align-self: center;
}
.feature-text {
  align-self: stretch;
  flex: 1;
  margin-top: 32px;
  width: 100%;
  gap: 10px;
  font-size: 15px;
  color: var(--Text-On-Light-Primary-110, #202020);
  letter-spacing: 0.9px;
  line-height: 22px;
}
.register-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #e5e2da;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.12px;
  line-height: 1;
  justify-content: start;
}
@media (max-width: 991px) {
  .register-wrapper {
    white-space: initial;
  }
}
.register-button {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 30px;
}
@media (max-width: 991px) {
  .register-button {
    white-space: initial;
    padding: 0 20px;
  }
}
.register-text {
  align-self: stretch;
  gap: 10px;
}
@media (max-width: 991px) {
  .register-text {
    white-space: initial;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.price-card-wrapper .background-image{
    align-items: flex-start;
}
.price-card-wrapper .background-image .background-img{
    width:100%;
}



.review-card-overlay {
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 520px;
  width: 332px;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  height: 520px;
}

.quote-icon {
  aspect-ratio: 0.47;
  object-fit: contain;
  width: 32px;
  align-self: center;
  z-index: 0;
}

.review-text {
  z-index: 0;
  margin-top: 40px;
}

.video-review-card {
  border-radius: 4px;
  background-color: #d7d3c9;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  min-height: 520px;
  flex-direction: column;
  justify-content: start;
  width: 333px;
  margin: auto 0;
  padding: 8px;
}

.video-review-top {
  display: flex;
  width: 100%;
  padding-top: 26px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
}

.video-label {
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font: 400 14px/1 Zerno, sans-serif;
}

.review-video-container {
  border-radius: 4px;
  display: flex;
  margin-top: 30px;
  width: calc(100% - 66px);
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 33px;
  cursor:pointer;
}
.review-image-container {
  border-radius: 4px;
  display: flex;
  margin-top: 30px;
  width: calc(100% - 66px);
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 33px;
}
.review-video-container .review-image, .review-image-container .review-image{
    top:38%;
}
.review-play-button {
  border-radius: 2px;
  background-color: #202020;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  z-index:10;
  margin:auto;
}

.review-play-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  flex: 1;
}

.review-author {
  display: flex;
  width: calc(100% - 24px);
  flex-direction: column;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  text-align: center;
  justify-content: start;
  padding: 24px 12px;
  z-index:10;
}

.author-name {
  color: #202020;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.author-title {
  color: #4f4d49;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.39px;
  margin-top: 8px;
}

.pricing-section {
  border-radius: 4px;
  background-color: #ddd9cf;
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 1px;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  padding: 120px 0 0;
  min-height: 974px;
}

.pricing-title {
  width: 100%;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.46px;
  padding: 20px 0 84px;
  font: 400 46px/56px Zerno, sans-serif;
}

.pricing-cards {
  position: absolute;
  z-index: 0;
  display: flex;
  height: 660px;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
  bottom:15px;
  
}

.pricing-card {
  border-radius: 4px;
  background: #ece9e3;
  box-shadow: 0 72px 64px rgba(46, 46, 44, 0.08),
              0 12px 16px rgba(46, 46, 44, 0.03),
              0 4px 2px rgba(46, 46, 44, 0.02);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 340px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  margin: auto 0;
  padding: 12px 11px 48px;
  font: 400 46px/56px Zerno, sans-serif;
}

.pricing-card-title {
  width: 100%;
  font-size: 22px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.32px;
  line-height: 30px;
  padding: 24px 0 6px;
}

.price-container {
  display: flex;
  margin-top: 6px;
  width: 100%;
  flex-direction: column;
  text-transform: uppercase;
  text-align:center;
}

.current-price {
  width: calc(100% - 24px);
  font-size: 22px;
  color: #202020;
  letter-spacing: 1.32px;
  line-height: 1;
  padding: 0 12px;
}

.original-price {
  margin-top: 4px;
  width: calc(100% - 24px);
  font-size: 15px;
  color: #8f8b80;
  letter-spacing: 0.9px;
  line-height: 1;
  padding: 0 12px;
  text-decoration: line-through;
}

.signup-button {
  border-radius: 2px;
  background-color: #202020;
  color: #e5e2da;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  padding: 16px 22px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  width: calc(100% - 44px);
  display:block;
  line-height: 16px;
  text-align:center;
  text-decoration:none;
}

.price-validity {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding-top: 16px;
}

.validity-label {
  color: #4f4d49;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

.validity-date {
  color: #202020;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.32px;
  margin-top: 16px;
}

.donation-info {
  text-align: center;
  margin-top: 20px;
}

.donation-amount {
  color: #202020;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.donation-description {
  color: #4f4d49;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin-top: 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .course-section {
    padding: 0px;
  }
  
  .reviews-container,
  .pricing-section {
    max-width: 100%;
  }
  
  .section-heading {
    font-size: 40px;
    padding-top: 100px;
  }
  
  .reviews-carousel {
    margin-top: 40px;
  }
  
  .register-button {
    margin-top: 40px;
    padding: 0 20px;
  }
  
  .pricing-title {
    font-size: 40px;
    line-height: 55px;
    padding-top: 100px;
  }
  .module-video{
    padding:0 16px;
    width: calc(100% - 32px);
  }
}  
.testimonials-heading {
    display: flex;
    width: 100%;
    padding: 28px 0 20px;
    flex-direction: column;
    color: var(--Accents-pink-light, #efbacf);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    justify-content: start;
    font: 400 14px/1 Zerno, sans-serif;
  }
  .testimonials-content {
    display: flex;
    width: calc(100% - 80px) !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0 40px;
    overflow-x:hidden;
  }
  .speaker-testimonial-card {
    border-radius: 24px;
    background-color: #c64076;
    display: flex;
    width: calc(100% - 50px);
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    font-family: Zerno, sans-serif;
    padding: 23px;
    border: 1px solid rgba(240, 195, 212, 0.3);
    height: 450px;
  }
  .speaker-testimonial-card.blue-card{
    background-color:  #567da1;
  }
  .speaker-testimonial-card.orange-card{
    background-color:  #e0903c;
  }
  .speaker-testimonial-card.biege-card{
    background-color:  #d7d3c9;
    border: 1px solid #fff;
  }
  .testimonial-profile-header {
    align-self: start;
    display: flex;
    gap: 12px;
    white-space: nowrap;
  }
  .testimonial-profile-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
    border-radius: 134px;
  }
  .testimonial-profile-info {
    align-self: start;
    display: flex;
    flex-direction: column;
  }
  .testimonial-profile-name {
    color: var(--Accents-pink-light, #efbacf);
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
  .testimonial-profile-company {
    color: rgba(236, 233, 227, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    align-self: start;
    margin-top: 13px;
  }
  .testimonial-divider {
    margin-top: 11px;
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(240, 195, 212, 0.3);
  }
  .testimonial-text {
    color: rgba(239, 186, 207, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.39px;
    margin-top: 13px;
    text-align: left;
  }

  .read-more {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    align-self: center;
    display: flex;
    margin-top: 26px;
    width: 207px;
    max-width: 100%;
    flex-direction: column;
    font-size: 12px;
    color: #000;/*var(--Surface-00, #ece9e3);*/
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: center;
    padding: 16px 22px;
  }
  .read-more-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .underline-text {
    text-decoration: underline;
    align-self: stretch;
    margin: auto 0;
  }
  .arrow-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px !important;
    align-self: stretch;
    margin: auto 0;
  }
  .pagination {
    display: flex;
    margin-top: 24px;
    align-items: center;
    gap: 6px;
    justify-content: start;
  }
  .pagination-dot {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 8px;
    align-self: stretch;
    margin: auto 0;
  }
  .pagination-active {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 12px;
    align-self: stretch;
    margin: auto 0;
  }
  .course-speaker-center .speaker-position {
    position: absolute;
    left: 0;
    top: 38px;
    width:100%;
    text-align:center;
  }
  .course-speaker-center .webinar-speaker-name{
    padding: 50px 40px 0;
  }
  .course-speaker-details .speaker-details-content{
    max-height:450px;
    overflow-y:hidden;
    position:relative;
  }
  .course-speaker-details.course-pink .speaker-details-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      background: linear-gradient(to bottom, rgba(195, 54, 111, 0), rgba(195, 54, 111, 1));
      pointer-events: none; /* Щоб прозорість не заважала взаємодії */
  }
  .course-speaker-details.course-blue .speaker-details-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(78, 118, 155, 0), rgba(78, 118, 155, 1));
  }
  .course-speaker-details.course-orange .speaker-details-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(222, 136, 45, 0), rgba(222, 136, 45, 1));
  }
  .course-speaker-details.course-biege .speaker-details-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(210, 206, 194, 0) 0%, #D2CEC2 40%);
  }
  .course-speaker-details.course-biege .speaker-details-content p{
    color:#000 !important;
  }
  .course-speaker-card{
    min-height:600px;
  }
  
  .speaker-text-course-blue, .speaker-position-blue, .testimonial-text-blue, .testimonial-profile-company-blue, .testimonial-profile-name-blue, .testimonials-heading-blue{
    color:#bed9f1 !important;
  }
  .speaker-text-course-orange, .speaker-position-orange, .testimonial-text-orange, .testimonial-profile-company-orange, .testimonial-profile-name-orange, .testimonials-heading-orange,
  .speaker-name-orange{
    color:rgba(255, 235, 213, 1) !important;
  }
  
  .speaker-position-biege,   .testimonial-profile-name-biege, .testimonials-heading-biege{
    color:#a39f94 !important;
  }
  .speaker-details-content .speaker-text-course-biege ul li, .speaker-text-course-biege, .testimonial-text-biege, .testimonial-profile-company-biege, .speaker-name-biege {
    color:#000 !important;
  }

.donate-section {
    display: flex;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    justify-content: start;
    padding: 8px 6px;
  }
  .donate-container {
    position: relative;
    display: flex;
    min-height: 770px;
    width: calc(100% - 72px);
    overflow: hidden;
    justify-content: start;
    padding: 0 36px;
    background-repeat:no-repeat;
    background-size:cover;
  }
  @media (max-width: 991px) {
    .donate-container {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  
  .donate-content-block {
    z-index: 0;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    color: #010101;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    padding: 108px 140px 80px;
  }
  @media (max-width: 991px) {
    .donate-content-block {
      max-width: 100%;
      padding: 100px 20px 0;
    }
  }
  .donate-section-title {
    text-align: center;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #D7D3C9;
    align-self: center;
  }
  @media (max-width: 991px) {
    .donate-section-title {
      max-width: 100%;
      font-size: 40px;
      line-height: 50px;
    }
  }
  .donate-plan-container {
    border-radius: 4px;
    box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
      0 12px 16px 0 rgba(46, 46, 44, 0.03),
      0 4px 2px 0 rgba(46, 46, 44, 0.02);
    display: flex;
    margin-top: 81px;
    width: calc(100% - 160px);
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
    padding: 0 80px;
  }
  @media (max-width: 991px) {
    .donate-plan-container {
      margin-top: 40px;
    }
  }
  .donate-price-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    line-height: 1.4;
    justify-content: start;
    color: #D7D3C9;
    text-align:center;
  }
  @media (max-width: 991px) {
    .donate-price-wrapper {
      white-space: initial;
    }
  }
  .donate-price-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .donate-price-inner {
      white-space: initial;
    }
  }
  .donate-price {
    width: 100%;
    gap: 20px;
  }
  @media (max-width: 991px) {
    .donate-price {
      white-space: initial;
    }
  }
  .donate-register-button {
    border-radius: 56px;
    background-color: rgba(236, 233, 227, 1);
    display: flex;
    margin: 28px 20px 0;
    width: calc(100% - 84px);
    flex-direction: column;
    font-size: 12px;
    color: #000000;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: center;
    padding: 16px 22px;
    text-align:center;
    text-decoration:none;
  }
  @media (max-width: 991px) {
    .donate-register-button {
      white-space: initial;
      padding: 0 20px;
    }
  }
  .separator {
    aspect-ratio: 333.33;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 28px;
  }
  .donate-team-info {
    align-self: center;
    margin-top: 20px;
    padding-top: 25px;
    width: 318px;
    max-width: 100%;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.45px;
    line-height: 22px;
    color: #D7D3C9;
  }
  .features-block {
    z-index: 0;
    display: flex;
    min-width: 240px;
    padding-top: 141px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    color: #000000;
    justify-content: start;
    flex: 1;
    flex-basis: 80px;
  }
  @media (max-width: 991px) {
    .features-block {
      max-width: 100%;
      padding-top: 100px;
    }
  }
  .feature-tile {
    border-radius: 4px;
    box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
      0 12px 16px 0 rgba(46, 46, 44, 0.03),
      0 4px 2px 0 rgba(46, 46, 44, 0.02);
    background-color: var(--Greyscale-00, #ece9e3);
    display: flex;
    min-height: 488px;
    width: 340px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
    padding: 6px;
  }
  .feature-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 100px 12px 16px;
  }
  .feature-text {
    z-index: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .feature-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
  }
  .feature-description {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.39px;
    margin-top: 20px;
  }
  .sample-button {
    justify-content: center;
    border-radius: 56px;
    border: 1px solid var(--Brunswick-Green-100, #0b4230);
    align-self: center;
    z-index: 0;
    display: flex;
    width: 130px;
    max-width: 100%;
    flex-direction: column;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    line-height: 1;
    padding: 16px 22px;
    margin:15px auto 0;
    text-decoration:none;
    color: #0b4230; 
    position:relative;
  }
  @media (max-width: 991px) {
    .sample-button {
      padding: 0 20px;
    }
  }
  .button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
    position:absolute;
    right:15px;
  }
  .feature-number {
    align-self: stretch;
    flex: 1;
    position: absolute;
    width: 340px;
    padding-top: 56px;
    gap: 10px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
    left: 50%;
    top: -6px;
    transform: translate(-50%, 0%);
  }
  @media (max-width: 991px) {
    .feature-number {
      white-space: initial;
    }
  }
  .feature-bottom{
    position:absolute;
    bottom:0;
    width: calc(100% - 48px);
  }
  .feature-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 8px;
  }
  .price-info {
    background-color: rgba(236, 233, 227, 1);
    display: flex;
    margin-top: 8px;
    width: calc(100% - 24px);
    align-items: start;
    white-space: nowrap;
    text-transform: uppercase;
    justify-content: space-between;
    padding: 24px 12px;
    max-width: 316px;
  }
  @media (max-width: 991px) {
    .price-info {
      white-space: initial;
    }
  }
  .price-label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.12px;
    flex: 1;
    flex-basis: 0%;
    max-width:50%;
  }
  .price-value {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    text-align: right;
  }
  .step-container {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 72px 64px 0 rgba(46, 46, 44, 0.08),
      0 12px 16px 0 rgba(46, 46, 44, 0.03),
      0 4px 2px 0 rgba(46, 46, 44, 0.02);
    background-color: var(--Greyscale-00, #ece9e3);
    display: flex;
    margin-top: 12px;
    min-height: 488px;
    width: 340px;
    max-width: 100%;
    padding-top: 32px;
    flex-direction: column;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
  }
  @media (max-width: 991px) {
    .step-container {
      white-space: initial;
    }
  }
  .step-number {
    align-self: stretch;
    flex: 1;
    width: 100%;
    padding-top: 56px;
    gap: 10px;
  }
  @media (max-width: 991px) {
    .step-number {
      white-space: initial;
    }
  }
  .bottom-image-1 {
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  @media (max-width: 991px) {
    .bottom-image-1 {
      max-width: 100%;
    }
  }
  .bottom-image-2 {
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  @media (max-width: 991px) {
    .bottom-image-2 {
      max-width: 100%;
    }
  }
  
  
.after-course-benefits {
  border-radius: 4px;
  background-color: #e5e2da;
  font-family: Zerno, sans-serif;
  text-transform: uppercase;
  justify-content: center;
  flex-wrap: wrap;
}

.after-course-section-title {
  width: 100%;
  font-size: 64px;
  color: #000;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1.92px;
  line-height: 1;
  padding: 140px 0 64px;
  display:block;
}

.after-course-benefits-container {
  display: flex;
  width: 100%;
  padding-bottom: 64px;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  flex-basis: 0%;
}

.after-course-benefits-grid {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.9px;
  line-height: 22px;
  justify-content: flex-start;
}

.after-course-benefits-row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.after-course-benefit-item {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.001);
  display: flex;
  min-width: 320px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  padding: 48px 32px;
}

.after-course-benefit-icon {
  aspect-ratio: 0.59;
  object-fit: contain;
  object-position: center;
  width: 38px;
  align-self: center;
}

.after-course-benefit-text {
  max-width: 320px;
  align-self: stretch;
  flex: 1;
  margin: 32px auto 0;
  width: 100%;
}

@media (max-width: 991px) {
  .after-course-section-title {
    max-width: 100%;
    font-size: 40px;
    padding-top: 100px;
  }

  .after-course-benefits-container,
  .after-course-benefits-grid,
  .after-course-benefits-row {
    max-width: 100%;
  }

  .after-course-benefit-item {
    max-width: 100%;
    padding: 0 20px;
  }
}

  .list-course-benefits {
    background-color: #e5e2da;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
  }
  .list-benefits-container {
    align-items: center;
    border-radius: 4px;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-size:cover;
  }
  @media (max-width: 991px) {
    .list-benefits-container {
      max-width: 100%;
    }
  }
  .list-course-title {
    align-self: stretch;
    position: relative;
    display: flex;
    min-width: 240px;
    min-height: 824px;
    flex-direction: column;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    justify-content: center;
    flex-grow: 1;
    width: 538px;
    margin: auto 0;
  }
  @media (max-width: 991px) {
    .list-course-title {
      max-width: 100%;
      padding: 40px 0;
    }
    .list-course-title {
      min-height: 124px;
    }
  }
  .list-course-heading {
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #E5E2DA;
    z-index: 0;
  }
  @media (max-width: 991px) {
    .list-course-heading {
      max-width: 100%;
      font-size: 40px;
      line-height: 55px;
    }
  }
  .list-button-container {
    position: absolute;
    z-index: 0;
    display: flex;
    max-width: 100%;
    width: 672px;
    padding-bottom: 64px;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #000000;
    white-space: nowrap;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: flex-start;
    left: 0;
    right: 0;
    bottom: 0;
  }
  @media (max-width: 991px) {
    .list-button-container {
      white-space: initial;
    }
  }
  .list-register-button {
    border-radius: 100px;
    background-color: #ece9e3;
    display: flex;
    width: 186px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 16px 22px;
  }
  @media (max-width: 991px) {
    .list-register-button {
      white-space: initial;
      padding: 0 20px;
    }
  }
  .list-button-text {
    align-self: stretch;
    width: 100%;
    gap: 8px;
  }
  @media (max-width: 991px) {
    .list-button-text {
      white-space: initial;
    }
  }
  .list-benefits-wrapper {
    justify-content: center;
    border-radius: 0 4px 4px 0;
    background-color: var(--Gun-Powder-100, #3a3850);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 824px;
    flex-grow: 1;
    width: 538px;
    margin: auto 0;
    padding: 8px;
  }
  @media (max-width: 991px) {
    .list-benefits-wrapper {
      max-width: 100%;
    }
  }
  .list-benefits-list {
    border-radius: 4px;
    background-color: #ece9e3;
    display: flex;
    min-width: 240px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    flex-basis: 0%;
    padding: 80px;
  }
  @media (max-width: 991px) {
    .list-benefits-list {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .list-benefit-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  @media (max-width: 991px) {
    .list-benefit-item {
      max-width: 100%;
    }
  }
  .list-icon-wrapper {
    display: flex;
    padding-top: 2px;
    align-items: flex-start;
    gap: 4px;
    justify-content: flex-start;
    width: 14px;
  }
  .list-benefit-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    margin-top:11px;
  }
  .list-benefit-text {
    color: #000000;
    letter-spacing: 0.39px;
    flex: 1;
    flex-basis: 0%;
    font: 400 13px/1 Zerno, sans-serif;
  }
  @media (max-width: 991px) {
    .list-benefit-text {
      max-width: 100%;
    }
  }
  .list-separator {
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  @media (max-width: 991px) {
    .list-separator {
      max-width: 100%;
    }
  }


.tariffs {
  align-items: center;
  background-color: var(--Greyscale-10, #e5e2da);
  display: flex;
  gap: 4px;
  overflow: hidden;
  justify-content: start;
  padding: 8px;
}

.tariffs-container {
  align-items: center;
  border-radius: 4px;
  align-self: stretch;
  position: relative;
  display: flex;
  min-width: 240px;
  width: calc(100% - 16px);
  flex-direction: column;
  justify-content: start;
  margin: auto 0;
  padding: 120px 8px;
  background-size: contain;
  background-repeat:no-repeat;
}

@media (max-width: 991px) {
  .tariffs-container {
    padding: 100px 0;
  }
}

.background-image {
  aspect-ratio: 3.92;
  object-fit: contain;
  object-position: center;
  width: 1348px;
  align-self: start;
  position: absolute;
  z-index: 0;
  right: -4px;
  top: 0;
  height: 344px;
}

.tariffs-section-title {
  font-family: 'Zerno';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #D7D3C9;
  display:block;
  width:100%;
}

@media (max-width: 991px) {
  .tariffs-section-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
  }
}

.tariff-table {
  background-color: #ece9e3;
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 80px;
  width: 100%;
  max-width: 1328px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 40px 0 56px;
}

@media (max-width: 991px) {
  .tariff-table {
    max-width: 100%;
    margin-top: 40px;
  }
}

.table-header {
  align-self: stretch;
  z-index: 0;
  display: flex;
  width: 100%;
  align-items: center;
  color: #010101;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: start;
  flex-wrap: wrap;
  font: 400 14px/1 Zerno, sans-serif;
}

@media (max-width: 991px) {
  .table-header {
    max-width: 100%;
    white-space: initial;
  }
}

.header-program {
  align-self: stretch;
  width: 664px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .header-program {
    max-width: 100%;
  }
}

.header-basic,
.header-standard,
.header-premium {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.header-premium {
  color: #000000;
}

.table-content {
  align-self: stretch;
  z-index: 0;
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .table-content {
    max-width: 100%;
  }
}

.table-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .table-row {
    max-width: 100%;
  }
}

.row-striped {
  background-color: #e5e2da;
}

.feature-name {
  align-self: stretch;
  gap: 4px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  height: 100%;
  width: 504px;
  font: 400 15px/1 Zerno, sans-serif;
  padding:20px 80px;
  vertical-align:middle;
  justify-content:center;
}

@media (max-width: 991px) {
  .feature-name {
    max-width: 100%;
    padding: 0 20px;
  }
}

.feature-check {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  padding: 16px 20px;
}

.check-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.video-access {
  align-self: stretch;
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.tarrif-line-text {
  display: flex;
  width: 181px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Zerno';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height, or 117% */
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #4F4D49;
}

.tarrif-button-container {
  display: flex;
  margin-top: 24px;
  padding-left: 664px;
  align-items: start;
  color: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  justify-content: start;
  flex-wrap: wrap;
  font: 400 12px/1 Zerno, sans-serif;
  width: calc(100% - 664px);
}

@media (max-width: 991px) {
  .tarrif-button-container {
    max-width: 100%;
    padding:0;
    white-space: initial;
    width: 100%;
  }
}

.tarrif-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  width: 177px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .tarrif-button-wrapper {
    white-space: initial;
  }
}

.tarrif-register-button {
  justify-content: center;
  border-radius: 56px;
  border: 1px solid var(--Gun-Powder-100, #3a3850);
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  width: calc(100% - 44px);
  flex-direction: column;
  padding: 16px 22px;
  text-decoration:none;
  color:#3a3850;
  text-align: center;
}

@media (max-width: 991px) {
  .tarrif-register-button {
    display:none;
  }
}

.button-text {
  align-self: stretch;
  width: 100%;
  gap: 8px;
}

@media (max-width: 991px) {
  .button-text {
    white-space: initial;
  }
}

.tarrif-register-button-premium {
  justify-content: center;
  border-radius: 100px;
  background-color: var(--Gun-Powder-100, #3a3850);
  display: flex;
  width: calc(100% - 44px);
  flex-direction: column;
  padding: 16px 22px;
    color: #ECE9E3;
    text-decoration:none;
  text-align: center;
}

@media (max-width: 991px) {
  .tarrif-register-button-premium {
    white-space: initial;
    padding: 16px 22px;
    text-align:center;
  }
}

.table-background {
  object-fit: contain;
  object-position: center;
  width: 0;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, 0%);
  height: 806px;
}

.gift-info {
  color: #010101;
  text-align: center;
  letter-spacing: 0.45px;
  z-index: 0;
  margin-top: 80px;
  width: 608px;
  font: 400 15px/22px Zerno, sans-serif;
  color: #E5E2DA;
}

@media (max-width: 991px) {
  .gift-info {
    max-width: 100%;
    margin-top: 40px;
  }
}

 /* ################################ MOBILE ################################# */ 

.p_close, .dialog_close{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    position: absolute;
    width: 114px;
    height: 40px;
    /*left: calc(50% - 114px/2);*/
    top: -80px;
    background: #ECE9E3;
    border-radius: 46px;
    right:0;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    /* identical to box height, or 109% */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #202020;
    text-decoration:none;
    z-index:999;
}
.dialog_close{
    position:relative;
    top:0;
    margin:0 auto 10px;
    left:0;
    border:0;
    outline:none;
    cursor:pointer;
}
.popup {
  position: fixed;
  z-index: 999;
  top: 160px;
  width:60%;
  background: transparent;
}
.pp_content{
   background: #ECE9E3;
   padding:40px;
    font-family: 'Zerno';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #4F4D49;
    width:calc(100% - 80px);
    max-width: 744px;
    bottom:10%;
}
#textDialog{
    border:0;
    padding:0;
    background:transparent;
    outline:none;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
}
.full-review-text{
    display:none;
}

.you-will-register{
    position:absolute;
    bottom:50px;
}


  .sc-partners-section {
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .sc-hero-image {
      max-width: 100%;
    }
  }
  .sc-partners-content-wrapper {
    display: flex;
    width: calc(100% - 16px);
    flex-direction: column;
    justify-content: start;
    padding: 0 8px;
  }
  @media (max-width: 991px) {
    .sc-partners-content-wrapper {
      max-width: 100%;
    }
  }
  .sc-partners-container {
    border-radius: 4px;
    display: flex;
    width: calc(100% - 128px);
    flex-direction: column;
    justify-content: start;
    padding: 40px 64px 56px;
  }
  @media (max-width: 991px) {
    .sc-partners-container {
      width: calc(100% - 40px);
      padding: 10px 20px;
    }
  }
  .sc-partners-title {
    align-self: start;
    color: #ece9e3;
    text-align: center;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    font: 400 14px/1 Zerno, sans-serif;
    display:block;
    width:100%;
  }
  @media (max-width: 991px) {
    .sc-partners-title {
      max-width: 100%;
    }
  }
  .sc-logos-wrapper {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  @media (max-width: 991px) {
    .sc-logos-wrapper {
      max-width: 100%;
    }
  }
  .sc-logos-grid {
    margin-top: 8px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr); /* 9 columns */
    gap: 0px; /* Adjust spacing between items */
  }
  @media (max-width: 991px) {
    .sc-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .sc-logo-item {
    align-self: stretch;
    display: flex;
    min-height: 64px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto 0;
  }
  .sc-logo-image {
    object-fit: contain;
    object-position: center;
  }

@media (max-width: 400px) {
    .benefits-header .registration-container .register-button{
        font-size:12px;
    }
    .social-icons {
      padding: 0;
      margin: auto;
      width:100%;
    }
}
@media (max-width: 1300px) {  
    .section-title{
        font-size:11px;
    }
    .review-card {
        width:500px;
    }
    .course-book-title {
        margin-top: 235px;
    }
}
@media (max-width: 1200px) {  
    .review-card {
        width:460px;
    }
}  
@media (min-width: 1500px) {  
    .webinar-speaker-image-wrapper .speaker-portrait{
        width:75%;
    }
    .review-card {
        width:590px;
    }
}
@media (min-width: 1650px) {  
    .review-card {
        width:660px;
    }
}
@media (min-width: 1850px) {  
    .review-card {
        width:740px;
    }
}
@media (min-width: 2100px) {  
    .webinar-speaker-image-wrapper .speaker-portrait{
        width:60%;
    }
    .review-card {
        width:840px;
        min-height: 720px;
    }
}
@media (max-width: 768px) {
    .course-preview{
       flex-wrap: wrap;
    }
    .course-book-title{
       margin-top: 140px;
       height: 340px;
    }
    .course-book-title span{
        font-weight: 400;
        font-size: 8.59091px;
        line-height: 10px;
        text-align: center;
        letter-spacing: 0.08em;
    }
    .course-book-title h3{
        font-weight: 400;
        font-size: 28.2273px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -0.01em;
    }
    .course-book-title .book-icon {
        width: 20px;
        margin-left: -10px;
        bottom: 160px;
    }
    .preview-illustration, .course-details{
        padding: 16px;
        width: calc(100% - 32px);
        height: auto;
    }
    .one-course-title{
        padding: 0px 40px;
        font: 400 22px/30px Zerno, sans-serif;
    }
    .primary-button, .secondary-button{
        width:100%;
        text-align:center;
        display:block;
    }
    .course-section-title {
        font: 400 18px/26px Zerno, sans-serif;
    }
    .content-block {
        width:calc(100% - 16px);
        padding:0 8px;
    }
    .benefits-section{
        flex-wrap: wrap;
    }
    .benefits-header {
      padding: 100px 20px 0;
    }
    .benefits-list {
      padding-top: 41px;
    }
    .benefit-item{
        margin: 0 10px 0 0;
    }
    .benefits-list .slick-list {
      height: 460px !important;
    }
    .progtram-container{
        margin-top:200px;
    }
    .program-title-wrapper{
        display:block;
    }
    .program-title,  .module-title {
        font-family: 'Zerno';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 42px;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }
    .program-subtitle {
      color: rgba(26, 21, 4, 0.42);
      font-size: 13px;
      line-height: 1;
      letter-spacing: 1.04px;
      align-self: start;
      position: relative;
      z-index: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 14px;
      text-align:center;
      display:block;
      
    }
    .module-content {
        padding: 36px 8px 36px;
        width:calc(100% - 16px);
    }
    .course-book-content, .content-wrapper {
      display: flex;
      min-height: 1540px;
    }
    .price-card-wrapper {
        width:100%;
    }
    .feature-item{
        margin-top:30px;
    }
    .feature-text{
        margin-top:16px;
    }
    .features-section .registration-container, .reviews-section .registration-container{
        margin-top:30px;
    }
    .pricing-section{
        padding-top:40px;
    }
    .pricing-section{
        height:900px;
        justify-content: flex-start;
    }
    .pricing-title{
        font-size:30px;
        font-weight:400;
        margin:0;
        padding:30px 0 480px;
    }
    .course-speaker-center{
        order: 1;
    }
    .course-speaker-details{
        order: 2;
        min-height:500px;
    }
    .webinar-speaker-info{
        order:3;
    }
    .details-button-wrapper{
        padding:0;
    }
    
    .review-card {
        width:100%;
    }
    .testimonials-content {
        margin: 0 10px;
        width:calc(100% - 20px) !important;
    }
    
    .course-speaker-center .webinar-speaker-name {
      width: calc(100% - 40px);
      padding: 50px 20px 0;
      font: 400 36px/46px Zerno, sans-serif;
    }
    .speaker-position {
      font-size: 12px;
    }
    .testimonial-profile-name {
      font-size: 12px;
    }
    .tariffs-container {
      width: 100%;
    }
    .feature-name {
        padding: 10px 20px 0;
    }
    .header-program{
        display:none;
    }
    .feature-check{
        max-width:45%;
        padding: 16px 5px;
    }
    .tariffs-section-title {
      max-width: 100%;
      font-size: 36px;
      line-height: 42px;
      padding: 0 40px;
      width: calc(100% - 80px);
    }
    .list-benefits-list .dot-separator{
        display:none;
    }
    .popup {
        position: fixed;
        top: 160px;
        left: 50%;
        width: 85%;
    }
    .tarrif-button-wrapper{
        width: calc(100% - 40px);
    }
}   

