/*
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';

.align-left{
    text-align:left !important;
}
.mobile-show{
    display:none !important;
}
.plr20{
    padding: 0 20px;
}
.pdt30{
    padding: 30px 0 0 !important;
}
.pdtb40{
    padding: 40px 0 !important;
}
.w100p64{
    width: calc(100% - 64px);
}

.pbtm32{
    padding: 72px 32px 32px !important;
}

.owl-carousel {
    display: block !important;
    opacity: 1 !important;
}

body, html{
    padding:0;
    margin:0;
    background-color: #E5E2DA;
    scroll-behavior: smooth;
    min-height: 100%;
    position:relative;
}

/*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; }

.fixed-top{
    position:fixed;
    width:100%;
    height:auto;
    top:0;
    left:0;
    z-index:9999;
}

.homepage-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0px;
}

.front-main-content {
  background-color: #E5E2DA;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  position:relative;
  margin-top:113px;
}

.front-main-content .hero-section,  .hero-section {
  z-index: 0;
  display: flex;
  min-height: 640px;
  width: 100%;
  padding:0;
  flex-direction: column;
  font-family: Zerno, sans-serif;
  justify-content: center;
  background-size:cover;
}
.single-service  .hero-subtitle{
    padding-bottom: 50px;
}
.hero-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 96px 0;
}

.front-main-content.about-page .hero-section .hero-content{
  padding: 0 0 36px 0;
}

.calendar-hero{
    min-height: 300px !important;
}
.calendar-hero .hero-content {
   padding: 40px 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-text p{
    font-family: Zerno;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
    color: #1A15046B;
}
.front-main-content .hero-title, .hero-title {
  color: #202020;
  font-family: Zerno;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -3%;
  text-align: center;
  text-transform: uppercase;

}

.front-main-content .hero-subtitle,  .hero-subtitle {
  color: #4F4D49;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.54px;
  align-self: center;
  margin-top: 24px;
  width: 341px;
}

.front-main-content .cta-button {
  border-radius: 100px;
  background-color: #202020;
  display: flex;
  margin-top: 64px;
  width: auto;
  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;
  text-decoration:none;
}

.front-main-content .button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.front-main-content .button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
  position:relative;
  right:0;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(40, 32, 1, 0.18);
}

/* Media Queries */
@media (max-width: 991px) {
  .homepage-container {
    padding: 0 20px;
  }
  
  .front-main-content {
    max-width: 100%;
  }
  
  .front-main-content .hero-section {
    max-width: 100%;
  }
  
  .front-main-content .hero-content {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  
  .front-main-content .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  
  .front-main-content .hero-subtitle {
    margin-top: 20px;
  }
  
  .front-main-content .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: #ece9e3;
    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;
    color: #ece9e3;
    text-decoration:none;
  }
  @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%;
      text-align: center;
    }
  }
  .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 {
    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;
    cursor:pointer;
    transition: 200ms linear 200ms;
  }
  .menu-button.active {
    background-color: #d7d3c9;
  }
  .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;
    border-left: 1px solid rgba(40, 32, 1, 0.12);
  }
  .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: #1A15046B;
  }
  .nav-item:hover {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    padding: 8px 12px;
    text-decoration:none;
    color: #202020;
    background: #d7d3c9;
    border-radius: 25px;
  }
  .menu-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%;
    }
  }
/* main events */
    .main_event-closest-events{
        overflow:hidden;
        position: relative;
    }
    .main_event-event-cards {
      align-items: flex-start;
      position: relative;
      display: flex;
      padding: 8px;
      gap: 8px;
      justify-content: start;
      background-color: #e5e2da;
      height:auto;
      
    }
    .main_event-event-cards .owl-wrapper-outer{
        position: relative;
    }
    .main_event-event-card {
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.001);
      z-index: 0;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      padding: 8px 8px 0;
      position:relative;
      text-decoration:none;
      height: calc(100% - 8px);
    }
    
    .event-title-block{
      position: absolute;
      left: 25%;
      transform: translateX(-50%);
      z-index: 1;
      background: #ECE9E3;
    }

    .main_event-img-wrapper {
      border-radius: 4px;
      min-height: 188px;
      width: 100%;
      overflow: hidden;
    }

    .main_event-event-image {
      aspect-ratio: 1.67;
      object-fit: contain;
      object-position: center;
      width: 100%;
      flex: 1;
    }

    .main_event-event-content {
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 13px;
      color: #1a1504;
      font-weight: 400;
      text-align: center;
    }

    .main_event-event-date {
      line-height: 1;
      letter-spacing: 1.04px;
      text-transform: uppercase;
    }

    .main_event-event-title {
      color: #202020;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1.08px;
      text-transform: uppercase;
      margin-top: 65px;
    }

    @media (max-width: 991px) {
      .main_event-event-title {
        margin-top: 40px;
      }
      .main_event-event-cards .owl-item{
        padding: 0 5px;
      }
      .main_event-event-cards.owl-carousel .owl-nav button.owl-next{
        right: 25px;
      }
    }

    .main_event-event-details {
      display: flex;
      margin-top: 65px;
      width: 100%;
      align-items: center;
      gap: 12px;
      letter-spacing: 0.39px;
      line-height: 1;
      justify-content: center;
    }

    @media (max-width: 991px) {
      .main_event-event-details {
        margin-top: 40px;
      }
    }

    .main_event-event-time {
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .main_event-separator {
      color: #251a04;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .main_event-event-capacity {
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .main_event-event-cards .owl-next, .main_event-nav-button-next {
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      box-shadow: 0px 15px 32px 0px rgba(46, 46, 44, 0.06),
        0px 4px 2px 0px rgba(46, 46, 44, 0.02);
      align-self: start;
      position: absolute;
      z-index: 0;
      display: flex;
      padding: 0 24px;
      flex-direction: column;
      width: 68px;
      height: 68px;
      right: 8px;
      top: 50%;
      transform: translate(0%, -50%);
      background-color: #ece9e3;
      border: none;
      cursor: pointer;
    }

    @media (max-width: 991px) {
      .main_event-event-cards .owl-next, .main_event-nav-button-next {
        padding: 0 20px;
      }
    }

    .main_event-button-content {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 14px;
      justify-content: center;
    }

    .main_event-arrow-icon-next {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 20px;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main_event-event-cards .owl-prev, .main_event-nav-button-prev {
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      box-shadow: 0px 15px 32px 0px rgba(46, 46, 44, 0.06),
        0px 4px 2px 0px rgba(46, 46, 44, 0.02);
      align-self: start;
      position: absolute;
      z-index: 0;
      display: flex;
      padding: 0 24px;
      flex-direction: column;
      width: 68px;
      height: 68px;
      left: 8px;
      top: 50%;
      transform: translate(0%, -50%);
      background-color: #ece9e3;
      border: none;
      cursor: pointer;
    }

    @media (max-width: 991px) {
      .main_event-event-cards .owl-prev, .main_event-nav-button-prev {
        padding: 0 20px;
      }
    }

    .main_event-arrow-icon-prev {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 20px;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main_event-events-summary {
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      align-self: start;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      background-color: #ece9e3;
      height: 100%;
      width: 100%;
    }

    .main_event-title-container {
      align-self: center;
      position: relative;
      z-index: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
    }

    .main_event-summary-title {
      color: #202020;
      text-align: center;
      font-size: 30px;
      line-height: 42px;
      letter-spacing: -0.3px;
      z-index: 0;
      margin-top: auto;
      margin-bottom: auto;
    }

    .main_event-event-count {
      color: #1a1504;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 1.12px;
      align-self: start;
      position: absolute;
      z-index: 0;
      right: -30px;
      top: -22px;
      width: 30px;
      height: 16px;
    }

    .main_event-view-all-wrapper {
      max-width: 100%;
      width: 340px;
      padding: 24px 0;
      font-size: 12px;
      color: #202020;
      letter-spacing: 0.96px;
      line-height: 1;
      position:absolute;
      bottom:40px;
    }

    @media (max-width: 991px) {
      .main_event-view-all-wrapper {
        padding: 0 20px 20px;
      }
    }

    .main_event-view-all-button {
      justify-content: center;
      align-items: stretch;
      border-radius: 56px;
      border: 1px solid rgba(40, 32, 1, 0.18);
      background-color: transparent;
      display: flex;
      width: calc(100% - 44px);
      padding: 16px 22px;
      flex-direction: column;
      cursor: pointer;
    }

    @media (max-width: 991px) {
      .main_event-view-all-button {
        padding: 16px 20px;
      }
    }

    .main_event-button-inner {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 8px;
      justify-content: center;
    }

    .main_event-button-label {
      color: #202020;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .main_event-button-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 14px !important;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
      flex-shrink: 0;
    }

/* main courses */
  
.courses-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.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: url("assets/images/courses-main-bg.svg");
  background-size: cover;
  background-position: center center;
}

.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;
}

.courses-container .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;
}

.form-content .button-group{
    margin: auto;
}

.courses-container .primary-button {
  border-radius: 56px;
  background-color: #202020;
  color: #e5e2da;
  font-weight: 500;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
} 

@media (max-width: 991px) {
    .courses-container .primary-button {
        display: inline-flex;          /* keeps the button size to its content (use block/flex if full-width) */
        align-items: center;           /* vertical center */
        justify-content: center;       /* horizontal center of the group */
        text-decoration: none;
        box-sizing: border-box;
    }
}

.courses-container .secondary-button, .button-container .secondary-button {
  border-radius: 56px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  padding: 16px 22px;
  color: #202020;
  text-decoration:none;
}
.button-container .secondary-button{
    margin:auto;
    font-family: Zerno, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
 
.main-page-courses-preview-container {
  padding: 0 8px;
  margin: 0 0 10px 0;
}

.main-page-course-preview {
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
  background-color: #c3366f;
}

@media (max-width: 991px) {
  .main-page-course-preview {
    max-width: 100%;
  }
}

.main-page-block {
  min-width: 240px;
  padding: 8px;
  flex: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .main-page-block {
    max-width: 100%;
  }
}

.main-page-exlibris {
  display: flex;
  width: 100%;
  padding-top: 40px;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 991px) {
  .main-page-exlibris {
    max-width: 100%;
  }
}

.main-page-img {
  aspect-ratio: 0.66;
  object-fit: contain;
  object-position: center;
  width: 38px;
  align-self: stretch;
  margin: auto 0;
}

.main-page-description {
  color: #ece9e3;
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  width: calc(100% - 80px);
  padding: 25% 40px;
  gap: 10px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  line-height: 26px;
  /*height:20%;*/
  vertical-align:middle;
}

@media (max-width: 991px) {
  .main-page-description {
    max-width: 100%;
    padding: 0 20px;
  }
}

.main-page-info {
  width: calc(100% - 48px);
  padding: 0 24px 40px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #efbacf;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.12px;
}

@media (max-width: 991px) {
  .main-page-info {
    max-width: 100%;
    padding: 0 20px 40px;
  }
}

.main-page-line {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  line-height: 2;
  justify-content: start;
}

.main-page-div {
  color: #ece9e3;
  text-align: right;
  opacity: 0.6;
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-basis: 0%;
}

.main-page-css-1224 {
  color: #ece9e3;
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-basis: 0%;
}

.main-page-line-2 {
  display: flex;
  margin-top: 16px;
  width: 100%;
  align-items: center;
  gap: 20px;
  line-height: 2;
  justify-content: start;
}

.main-page-css-2 {
  color: #ece9e3;
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-basis: 0%;
}

.main-page-line-3 {
  display: flex;
  margin-top: 16px;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: start;
}

.main-page-div-2 {
  color: #ece9e3;
  text-align: right;
  line-height: 2;
  opacity: 0.6;
  flex: 1;
  flex-basis: 0%;
}

.main-page-css-332 {
  color: #ece9e3;
  line-height: 22px;
  flex: 1;
  flex-basis: 0%;
}

.main-page-img-2 {
  aspect-ratio: 0.75;
  object-fit: contain;
  object-position: center;
  width: 100%;
  min-width: 240px;
  padding: 8px 0;
  flex: 1;
  flex-basis: 16px;
}

@media (max-width: 991px) {
  .main-page-img-2 {
    max-width: 100%;
  }
}

.main-page-speaker {
  min-width: 240px;
  padding: 8px 8px 0;
  overflow: hidden;
  flex: 1;
  flex-basis: 0%;
  position:relative;
}

@media (max-width: 991px) {
  .main-page-speaker {
    max-width: 100%;
  }
}

.main-page-avatars {
  display: flex;
  width: 100%;
  padding: 24px 0 56px;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 991px) {
  .main-page-avatars {
    max-width: 100%;
  }
}





.main-page-speaker-avatar {
  border-radius: 64px;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  align-items: center;
  justify-content: center;
  width: 32px;
}


.main-page-speaker-avatar.active {
  border-radius: 64px;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 46px;  
  border: 2px solid rgba(236, 233, 227, 0.3);
  animation: border-fill 10s linear infinite;
  --fill-percentage: 0%;
  position: relative;
}

.main-page-img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin: auto 0;
}
.main-page-speaker-avatar.active .main-page-img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  margin: auto 0;
}
@property --fill-percentage {
            syntax: "<percentage>";
            inherits: true;
            initial-value: 0%;
        }
.main-page-speaker-avatar.active::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            border-radius: 64px;
            background: conic-gradient(
                from -90deg,
                rgba(236, 233, 227, 1) 0deg,
                rgba(236, 233, 227, 1) var(--fill-percentage),
                rgba(236, 233, 227, 1) var(--fill-percentage),
                rgba(236, 233, 227, 1) 360deg
            );
            z-index: -1;
        }
@keyframes border-fill {
            0% {
                --fill-percentage: 0%;
            }
            100% {
                --fill-percentage: 100%;
            }
        }

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.course-author{
    display:none;
}
.course-author.active{
    display:block;
}



.main-page-speaker-avatar-3 {
  border-radius: 64px;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  align-items: center;
  justify-content: center;
  width: 32px;
}

.main-page-img-5 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin: auto 0;
}

.main-page-course-text {
  display: flex;
  width: calc(100% - 80px);
  padding: 0 40px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  color: #ece9e3;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  justify-content: start;
}

@media (max-width: 991px) {
  .main-page-text {
    max-width: 100%;
    padding: 0 20px;
    white-space: initial;
  }
}

.main-page-caption {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1;
  justify-content: start;
}

@media (max-width: 991px) {
  .main-page-caption {
    white-space: initial;
  }
}

.main-page-div-3 {
  color: #ece9e3;
  opacity: 0.6;
  align-self: stretch;
  margin: auto 0;
  width: 145px;
}

.main-page-div-4 {
  color: #ece9e3;
  opacity: 0.3;
  align-self: stretch;
  margin: auto 0;
}

.main-page-css-3 {
  color: #ece9e3;
  opacity: 0.6;
  align-self: stretch;
  margin: auto 0;
}

.main-page-div-5 {
  color: #ece9e3;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.3px;
  margin-top: 28px;
  font-weight: 400;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.main-page-course-speaker-img {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  position:absolute;
  bottom:0;
  margin: 0;
}

@media (max-width: 991px) {
  .main-page-img-6 {
    max-width: 100%;
  }
}

.main-page-img-7 {
  aspect-ratio: 1.35;
  object-fit: contain;
  object-position: bottom center;
  width: 100%;
  min-width: 240px;
  flex: 1;
  flex-basis: 0%;
  max-height: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 991px) {
  .main-page-img-7 {
    max-width: 100%;
  }
}



@media (max-width: 991px) {
  .courses-container {
    padding:0;
  }

  .intro-section {
    padding: 100px 20px;
    width: calc(100% - 40px);
  }

  .courses-container .main-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 40px;
  }

  .button-group {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .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;
}

.coaching-wrapper {
  border-radius: 4px;
  background-color: #ECE9E3;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

.coaching-hero-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 220px 0 112px;
  background-image: url("https://cdn.builder.io/api/v1/image/assets/cb9de79a9bd440dfb1efac8a519811c7/0479b1c2ba96f0e3b0cb7f794cbbc4e0da2efb0d894248ddc837702aab9a08f4?apiKey=cb9de79a9bd440dfb1efac8a519811c7&");
  background-size: cover;
  backround-position: center center;
}

.coaching-hero-section .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;
}

.coaching-hero-section .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;
}

.coaching-hero-section .coaching-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;
  background: transparent;
}

.coaching-hero-section .coaching-cta-wrapper {
  display: flex;
  min-width: 240px;
  padding-right: 40px;
  flex-direction: column;
  align-items: end;
  flex: 1;
}

.coaching-hero-section .coaching-cta-button, .view-all {
  border-radius: 24px;
  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;
}
.coaching-description-block{
   flex: 1;
   min-width: 240px;
}
.coaching-hero-section .coaching-description {
  max-width: 340px;
  color: #4F4D49;
  font: 400 15px/22px Zerno, sans-serif;
  text-align: justify;
  letter-spacing: 0.45px;
  padding:0;
  margin:0;
}

.coaching-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;
}

.coaching-card-icon {
  display: flex;
  width: 100%;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}

.coaching-card-title {
  color: #1A1504;
  text-align: center;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  margin-top: 160px;
  font: 400 22px/30px Zerno, sans-serif;
  text-decoration: none;
}

.coaching-card-title-highlight {
  color: rgba(26, 21, 4, 0.42);
}

.coaching-speakers-section {
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}

.coaching-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 img{
  width: 32px;
  border-radius: 16px;
}

.avatar.avatar-large {
  width: 64px;
  padding: 10px;
  border: 2px solid rgba(236, 233, 227, 0.3);
  animation: border-fill-co 10s linear infinite;
  --fill-percentage-co: 0%;
  position: relative;
}

@property --fill-percentage-co {
            syntax: "<percentage>";
            inherits: true;
            initial-value: 0%;
        }
.avatar.avatar-large::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            border-radius: 64px;
            /*background: conic-gradient(
                from -90deg,
                rgba(78, 118, 155, 1) 0deg,
                rgba(78, 118, 155, 1) var(--fill-percentage),
                rgba(78, 118, 155, 1) var(--fill-percentage),
                rgba(78, 118, 155, 1) 360deg
            );*/
            z-index: -1;
        }
@keyframes border-fill-co {
            0% {
                --fill-percentage: 0%;
            }
            100% {
                --fill-percentage: 100%;
            }
        }

.avatar.avatar-large img{
  width: 46px;
  padding: 10px;
  border-radius: 36px;
}
.consult-author{
    display:none;
}
.consult-author.active{
    display:block;
}
.coaching-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;
}

.coaching-diamond-icon {
  display: none;
}
.coaching-diamond-icon.active {
  display: flex;
  min-height: 22px;
  align-items: center;
  width: 12px;
}

.coaching-promo-tile {
  border-radius: 4px;
  background-color: #DDD9CF;
  position: relative;
  display: flex;
  min-width: 240px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 32px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  font-family: Zerno, sans-serif;
  background-image: url('assets/images/coaching-main-pressing.svg');
  background-size:cover;
  background-position:center center;
}
.coaching-promo-tile h2, .coaching-promo-tile h2 span{
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  font-family: Zerno, sans-serif;
  color: #202020;
}
.coaching-promo-tile span{
  color: #8b877a;
}

.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: 0px;
  }
  
  .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;
    width: 100%;
  }

  .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: calc(100% - 24px);
  flex-direction: column;
  justify-content: start;
  inset: 0 2px 0 0;
  padding: 12px;
}

.frame-inner {
  border-radius: 4px;
  display: flex;
  width: calc(100% - 24px);
  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 {

  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;
  text-decoration:none;
}

.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%;
  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%;
  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;
  width:50%;
}

.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;
  }
}

.main-page-main-books-showcase {
  display: flex;
  padding: 0 36px;
  align-items: flex-start;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .main-page-main-books-showcase {
    flex-direction: column;
    padding: 20px;
  }
}

.main-page-main-books-book-list {
  display: flex;
  padding: 40px 68px 0 40px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

@media (max-width: 991px) {
  .main-page-main-books-book-list {
    padding: 20px;
  }
}

.main-page-main-books-book-card {
  display: flex;
  height: 170px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  width: 100%;
}

.main-page-main-books-book-card.active {
  display: flex;
  height: 170px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  width: 100%;
  background: #d7d3c9;
  border: 3px solid ##202020;
}

@media (max-width: 640px) {
  .main-page-main-books-book-card {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
}

.main-page-main-books-book-info {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  align-self: stretch;
}

@media (max-width: 640px) {
  .main-page-main-books-book-info {
    padding: 20px;
  }
}

.main-page-main-books-book-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  font-family: Zerno, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0;
}

.main-page-main-books-book-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  margin-top: 10px;
}

.main-page-main-books-author {
  color: #4f4d49;
  text-align: center;
  font-family: Zerno, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.39px;
}

.main-page-main-books-separator {
  color: rgba(37, 26, 4, 0.28);
  text-align: center;
  font-family: Zerno, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.39px;
}

.main-page-main-books-year {
  color: #4f4d49;
  text-align: center;
  font-family: Zerno, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.39px;
}

.main-page-main-books-book-cover-container {
  display: flex;
  width: 210px;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin: 0;
}

@media (max-width: 640px) {
  .main-page-main-books-book-cover-container {
    width: 100%;
    padding-top: 20px;
  }
}

.main-page-main-books-book-cover {
  display: flex;
  width: 102px;
  height: 137.7px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 1px 2px 2px 1px;
  /*box-shadow: 0 30.6px 27.2px 0 rgba(46, 46, 44, 0.2),
    0 10.2px 7.65px 0 rgba(46, 46, 44, 0.08),
    0 1.7px 0.85px 0 rgba(46, 46, 44, 0.03);*/
}

.main-page-main-books-detail-section {
  display: flex;
  padding-bottom: 64px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1;
}

.main-page-main-books-book-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.main-page-main-books-book-detail-card {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  box-shadow: 0 72px 56px 0 rgba(8, 28, 18, 0.1),
    0 24px 18px 0 rgba(8, 28, 18, 0.04), 0 4px 2px 0 rgba(8, 28, 18, 0.02);
  background-color: #163e24;
}

@media (max-width: 991px) {
  .main-page-main-books-book-detail-card {
    width: 100%;
  }
}

.main-page-main-books-book-detail-content {
  display: flex;
  width: 834px;
  height: 600px;
  align-items: center;
  border-radius: 2px;
  background-color: #ece9e3;
}

@media (max-width: 991px) {
  .main-page-main-books-book-detail-content {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}

.main-page-main-books-book-detail-info {
  display: flex;
  padding: 64px 32px 72px 42px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1;
  align-self: stretch;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 16.95%,
    rgba(255, 255, 255, 0) 49.87%
  );
}

@media (max-width: 991px) {
  .main-page-main-books-book-detail-info {
    padding: 20px;
    width: 100%;
  }
}

.main-page-main-books-book-detail-title {
  align-self: stretch;
  color: #202020;
  text-align: center;
  font-family: Zerno, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  margin: 0;
}

.main-page-main-books-book-detail-description-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  flex: 1;
  align-self: stretch;
}

.main-page-main-books-description-label {
  align-self: stretch;
  color: rgba(26, 21, 4, 0.42);
  text-align: center;
  font-family: Zerno, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
}

.main-page-main-books-description-text {
  flex: 1;
  align-self: stretch;
  color: #4f4d49;
  text-align: justify;
  font-family: Zerno, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.45px;
}

.main-page-main-books-description-text p {
  margin: 0 0 22px 0;
}

.main-page-main-books-publisher-logo-container {
  display: flex;
  padding: 30px 42px 38px 32px;
  justify-content: center;
  align-items: center;
  flex: 1;
  align-self: stretch;
  background: linear-gradient(
      270deg,
      rgba(197, 193, 175, 0) 49.87%,
      rgba(197, 193, 175, 0.1) 77.44%,
      rgba(197, 193, 175, 0.2) 100%
    ),
    linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 9.33%,
      rgba(255, 255, 255, 0) 49.87%
    );
}

@media (max-width: 991px) {
  .main-page-main-books-publisher-logo-container {
    padding: 20px;
    width: 100%;
  }
}

.main-page-main-books-publisher-logo {
  width: 37.76px;
  height: 58px;
}

.main-page-main-books-more-button {
  display: flex;
  padding: 22px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 56px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  margin: 30px auto;
  color: #202020;
  text-align: center;
  font-family: Zerno, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .main-page-main-books-more-button {
    width: 100%;
  }
}

.main-page-main-books-arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}



.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;
}

.calendar-header{
  padding: 90px 0 72px !important;
}

.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%;
}
.mission-container .mission-content{
    position: relative;
}
.mission-container .mission-content-wrapper {
  display: flex !important;
  min-height: 820px;
  width: 100%;
}

.mission-container .mission-content-wrapper .mission-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;
}

#slide2_image, #p32_text{
    display:none;
}

.mission-container .mission-content-wrapper .mission-content-sidebar {
  width: 453px;
  min-width: 240px;
  padding-right: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content {
  padding-bottom: 88px;
}

.p3_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 0 112px calc(50% - 30px);
}

.logo-secondary {
  width: 138px;
  position: absolute;
  left: 10px;
  bottom: 34px;
}

.logo-tertiary {
  width: 109px;
  position: absolute;
  right: 28px;
  top: 40px;
}

.p3_footer-content {
  padding: 88px 0;
  text-align: center;
}
.p3_footer-content img{
    margin: auto;
}
.p3_name {
  font-family: Zerno;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;
}

.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;
  }
  
  .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, .contact-popup-filter-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;
  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;
  padding: 80px 0;
}

.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: 44px;
  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*/

/* Hero section styles */
.sw-hero {
  display: flex;
  width: calc(100% - 16px);
  padding: 8px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.sw-hero-container {
  border-radius: 4px;
  background-color: rgba(236, 233, 227, 1);
  position: relative;
  display: flex;
  width: 100%;
  padding: 120px 0 80px;
  align-items: start;
  justify-content: space-between;
  overflow: hidden;
  background-size:cover;
  background-repeat:no-repeat;
}

.sw-hero-background {
  aspect-ratio: 2;
  object-fit: contain;
  object-position: center;
  width: 1344px;
  position: absolute;
  z-index: 0;
  min-width: 240px;
  right: 0px;
  bottom: 0px;
  height: 674px;
}

.sw-hero-content {
  z-index: 1;
  min-width: 240px;
  padding: 0 80px;
  font-family:
    Zerno,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.sw-hero-text-container {
  width: 100%;
  
}

.sw-hero-text-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.sw-hero-text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  text-align: center;
  justify-content: start;
}

.sw-hero-title {
  color: #202020;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  font-weight: 400;
}

.sw-hero-subtitle {
  color: #4f4d49;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.54px;
  align-self: center;
  margin-top: 20px;
  text-transform: uppercase;
}

.sw-register-button {
  border-radius: 100px;
  background-color: rgba(195, 54, 111, 1);
  align-self: center;
  display: flex;
  margin-top: 32px;
  padding: 22px 30px;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: rgba(236, 233, 227, 1);
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family:
    Zerno,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.sw-button-text {
  align-self: stretch;
  gap: 10px;
}

.sw-event-details {
  display: flex;
  margin-top: 64px;
  width: 100%;
  align-items: center;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  justify-content: start;
  flex-wrap: wrap;
}

.sw-event-detail-item {
  align-self: stretch;
  margin: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.sw-detail-label {
  color: #1a1504;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  font-weight: 400;
}

.sw-detail-value {
  color: #202020;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  margin-top: 12px;
}

/* Video section styles */
.sw-video-section {
  align-self: stretch;
  z-index: 1;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 160px;
}

.sw-video-container {
  display: flex;
  min-height: 366px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sw-video-wrapper {
  border-radius: 4px;
  background-color: rgba(221, 217, 207, 1);
  width: 538px;
  max-width: 100%;
  padding: 8px;
  flex: 1;
}

.sw-video-thumbnail {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.sw-thumbnail-image {
  aspect-ratio: 1.76;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.sw-video-controls {
  display: flex;
  margin-top: 8px;
  width: 100%;
  padding: 0 8px;
  align-items: center;
  gap: 40px 100px;
  font-family:
    Zerno,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sw-play-button {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  align-self: stretch;
  display: flex;
  margin: auto 0;
  padding: 16px 0;
  flex-direction: column;
  align-items: stretch;
  color: #202020;
  justify-content: center;
  width: 151px;
  border: none;
  cursor: pointer;
  font-family:
    Zerno,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

.sw-play-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sw-play-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto;
  flex-shrink: 0;
}

.sw-play-text {
  align-self: stretch;
  margin: auto;
}

.sw-video-duration {
  color: #1a1504;
  text-align: right;
  align-self: stretch;
  margin: auto;
}

/* Background images */
.background-image-1,
.background-image-2,
.background-image-3 {
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .sw-hero {
    max-width: 100%;
  }

  .sw-hero-container {
    max-width: 100%;
    padding-top: 0px;
    display: block;
  }

  .sw-hero-background {
    max-width: 100%;
  }

  .sw-hero-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .sw-hero-text-container {
    max-width: 100%;
  }

  .sw-hero-text-wrapper {
    max-width: 100%;
  }

  .sw-hero-text-content {
    max-width: 100%;
  }

  .sw-hero-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .sw-hero-subtitle {
    max-width: 100%;
  }

  .sw-register-button {
    padding: 22px 20px;
    white-space: initial;
  }

  .sw-button-text {
    white-space: initial;
  }

  .sw-event-details {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }

  .sw-video-section {
    max-width: 100%;
  }

  .sw-video-container {
    max-width: 100%;
  }

  .sw-video-controls {
    max-width: 100%;
  }

  .background-image-1,
  .background-image-2,
  .background-image-3 {
    max-width: 100%;
  }
}

.eligibility-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        padding: 70px 0 35px;
        width: 100%;
        background-color: #e5e2da;
      }

      .eligibility-title {
        color: #202020;
        text-align: center;
        font-family: "Zerno", sans-serif;
        font-size: 64px;
        font-weight: 400;
        line-height: 72px;
        letter-spacing: -1.92px;
        text-transform: uppercase;
        max-width: 1200px;
        padding: 20px 20px;
        margin:auto;
      }

      .eligibility-content {
        display: flex;
        flex-direction: column;
        gap: 80px;
        width: calc(100% - 160px);
        padding: 0 80px;
      }

      .eligibility-row {
        display: flex;
        justify-content: center;
        gap: 80px;
      }

      .eligibility-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        flex: 1;
      }

      .eligibility-text {
        color: #202020;
        text-align: center;
        font-family: "Zerno", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.45px;
      }

      .diamond {
        width: 14px;
        height: 14px;
      }

      @media (max-width: 991px) {
        .eligibility-title {
          font-size: 48px;
          line-height: 56px;
        }

        .eligibility-content {
          padding: 0 40px;
          gap: 60px;
        }

        .eligibility-row {
          gap: 40px;
        }
      }

      @media (max-width: 640px) {
        .eligibility-container {
          padding: 40px 0 20px;
          gap: 40px;
        }

        .eligibility-title {
          font-size: 32px;
          line-height: 40px;
          padding: 0 15px;
        }

        .eligibility-content {
          padding: 0 15px;
        }

        .eligibility-row {
          flex-direction: column;
          gap: 40px;
        }

        .eligibility-item {
          gap: 20px;
        }
      }


  .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: 100px;
    background-color: rgba(195, 54, 111, 1);
    align-self: center;
    display: flex;
    margin-top: 32px;
    padding: 22px 30px;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: rgba(236, 233, 227, 1);
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family:
      Zerno,
      -apple-system,
    ÿ Ro 䞯翴 ,
      Helvetica,
      sans-serif;
  }
  
  .registration-container .register-button.color-3A3850 {
    background-color: #3A3850;
  }
  .course-single{
    margin-top:113px;
  }
  .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;
    background: #ddd9cf;
  }
  .aspirations-container .content-wrapper, .aspirations-container .content-section{
    background: transparent !important;
  }
  .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 0 29%; 
    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-number img{
    width: 38px;
    height: 64px;
  }

  .goal-description {
    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 !important;
      line-height: 55px !important;
      padding-top: 100px;
    }

    .goal-item {
      padding: 0 20px 30px;
    }
  }
  .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;
  justify-content: center;
  flex: 1;
  flex-basis: 0;
  padding: 88px 0;
}

.program-title-section img{
    width: 38px;
    position: absolute;
    top:30px;
    left:50%;
    margin-left: -19px;
}
.program-title-section p{
    padding: 20px 30%;
    text-align:center;
    color:#4F4D49;
}
.program-heading {
  color: #202020;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.46px;
  z-index: 0;
  text-transform: uppercase;
}

.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-size:cover;
  background-repeat:no-repeat;
}
.testing-section .program-content-wrapper {
    background: transparent;
}
.testing-section .subtitle{
    padding: 50px 0 30px;
    margin:auto;
}
.testing-section .content-wrapper{
    min-height:500px;
}
.testing-section .main-heading {
  width: 100%;
  font-family: Zerno;
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -1%;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0 30px;
  margin: 0;
}
.testing-section .description{
    width:500px;
    font-family: Zerno;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 3%;
    text-align: center;
}
.testing-section .program-card-content{
    font-family: Zerno;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    padding: 120px 0 20px;
    margin:0;
}
.testing-section .owl-tt-main p{
    padding: 0 30px;
    font-family: Zerno;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 3%;
    text-align: center;
    color: #3D3C39;
}
.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: 440px;
  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-tt-main .owl-nav{
  position:absolute;
  bottom:-48px;
  padding: 0 30px;
  width: calc(100% - 60px);
  top:auto;
}
.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-tt-main .owl-dots{
  top:auto;
  bottom: -4px;  
}
.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;
}
.owl-program-card{
    height:100%;
    background-size: cover;
    background-position: top center;
    width:100%;
}
.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-card.color-3A3850{
  background-color: #3A3850;
}

.webinar-speaker-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  padding: 8px;
}

.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;
  line-height:40px;
  height:50% !important;
}
.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: #ece9e3;
  text-decoration:none;
}
.webinar-speaker-links a:hover{
    opacity: 0.6;
}
.speaker-links-pink {
  color: #ece9e3;
}

.speaker-links-blue {
  color: #ece9e3;
}
.speaker-links-orange{
    color: #ece9e3;
}
.speaker-links-biege{
    color: #a39f94 !important;
    margin:0;
}
.social-links {
  display: flex;
  width: calc(100% - 32px);
  flex-direction: column;
  padding: 0 16px 30px;
  height: 165px;
}

.social-links-heading {
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  opacity: 0.7;
  font: 400 14px/1 Zerno, sans-serif;
  color: #ece9e3;
}

.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;
  border: 1px solid #ece9e3;
}

.social-icon-pink {
  border: 1px solid #ece9e3;
}

.social-icon-blue {
  border: 1px solid #ece9e3;
}

.social-icon-orange {
  border: 1px solid #ece9e3;
}
.social-icon-biege {
  border: 1px solid #a39f94 ;
}
.webinar-speaker-center {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  padding: 8px 8px 0 8px;
  position:relative;
  background-image: url('assets/images/line-vertical-light.png');
  background-repeat: repeat-y;
  background-position: left top;
}
.speaker-position{
  /*margin-top:45px;*/
  text-align:center;
  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: 35px 40px 0;
  font: 400 46px/56px Zerno, sans-serif;
  color: #ece9e3;
}
.service-speaker-name{
  padding: 100px 40px 0;
  width:300px;
  margin:auto;
  color: #ece9e3;  
}
.webinar-speaker-center .details-button, .webinar-speaker-details .details-button-prsentaton{
  color: #ece9e3; 
}
.speaker-name-pink {
  color: #ece9e3;
}

.speaker-name-blue {
  color: #ece9e3;
}

.webinar-speaker-image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  flex: 1;
  min-height: 361px;
}
.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: #ece9e3;
  font-family: Zerno, sans-serif;
  font-weight: 400;
  overflow-y: hidden;
}
.speaker-details-content div {
  overflow-y: hidden;
  /*height:90%;*/
}
.speaker-details-content span{
    text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
}
.right-dotted-border{
  background-image: url('assets/images/line-vertical-light.png');
  background-repeat: repeat-y;
  background-position: right top;
}
.speaker-details-separator {
    width: 100%;
  }

  .speaker-details-line-margin {
    display: flex;
    padding: 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 100%;
  }

  .speaker-details-info-row {
    display: flex;
    padding: 8px 24px;
    align-items: baseline;
    align-self: stretch;
    height: auto !important;
  }

  .speaker-details-info-label {
    flex: 1 0 0;
    font-family: "Zerno", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    opacity: 0.7;
    text-align:left !important;
  }

  .speaker-details-info-value {
    text-align: right;
    font-family: "Zerno", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
  }

  .speaker-details-button-container {
    display: flex;
    padding: 0 8px 8px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: auto !important;
  }

  .speaker-details-book-button {
    display: flex;
    padding: 22px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    cursor: pointer;
    background-color: #ece9e3;
    border: none;
    width: 100%;
  }

  .speaker-details-button-text {
    color: #202020;
    font-family: "Zerno", sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    letter-spacing: 1.12px !important;
    text-transform: uppercase;
    gap: 10px;
    align-self: stretch;
    text-align:center !important;
  }
.details-heading {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 11px;
}

.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: #ece9e3;
}
.speaker-details-content ul, .speaker-details-content p{
    padding-left:14px;
}
.speaker-details-content ul li{
    text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #ece9e3;
}
.speaker-details-content strong{
    color:#000;
}
.webinar-speaker-card .speaker-details-content strong{
    color:#ece9e3;
}
.webinar-speaker-card .course-biege .speaker-details-content strong{
    color:#000;
}
.details-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  width: calc(100% - 64px);
  max-width: 100%;
  justify-content: center;
  padding: 72px 32px 16px;
}

.details-button {
  border-radius: 56px;
  background: none;
  display: flex;
  width: 242px;
  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;
  font-family: 'Zerno';
  text-decoration:none;
  color: #ece9e3;
  border: 1px solid #ece9e3;
}

.details-button-prsentaton{
    width:260px;
}

.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-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%;
  }
  
  
}
.qw-quote-container {
        border-radius: 4px;
        background-color: rgba(221, 217, 207, 1);
        display: flex;
        padding: 42px 8px;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        width:calc(100% - 16px);
      }
      .qw-logo-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        justify-content: center;
      }

      .logo-image {
        aspect-ratio: 0.6;
        object-fit: contain;
        object-position: center;
        width: 32px;
        align-self: stretch;
        margin-top: auto;
        margin-bottom: auto;
      }

      .quote-text {
        align-self: center;
        margin: 29px auto;
        width: 1100px;
        max-width: 100%;
        font-family:
          Zerno,
          -apple-system,
          Roboto,
          Helvetica,
          sans-serif;
        font-size: 22px;
        color: #4f4d49;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.32px;
        line-height: 30px;
      }

.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;
}

.topic-faq-content {
  flex: 1;
  min-width: 240px;
  max-width:1360px;
  padding: 0;
  margin:auto;
}




.faq-item {
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 32px;
}

.faq-item-active {
  background-color: rgba(97, 77, 35, 0.06);
}

.topic-faq-item-active {
  background-color: transparent;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  background:transparent;
  border:0;
  width:100%;
  cursor:pointer;
}

.topic-faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  background:transparent;
  border:0;
  width:100%;
  cursor:pointer;
  text-transform:uppercase;
}

.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;
}
.topic-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;
}
.topic-faq-item-active .toggle-button-active {
    display:flex;
    background-color: transparent;
}

.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;
}

.topic-faq-item-active .faq-answer {
    display:block;
}
.topic-faq-item-active .faq-answer 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;
}
.topic-faq-item-active .faq-answer ul li {
    position: relative;
    padding-left: 30px; /* Space for bullet */
    line-height:25px;
}

.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;
  }
  .dot-separator-light {
    width: 100%;
    height: 5px; /* Adjust the "height" of the bottom border */
    background: url("assets/images/line-light.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-contacts{
    border-radius: 26px;
    background-color: rgba(32, 32, 32, 1);
    display: flex;
    margin-top: 12px;
    width: 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;
    outline:none;
    border: 0;
    font-family: Zerno;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 8%;
    text-transform: uppercase;
  }
  .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;
    }
  }
  .medium-show{
        display: none;
    }
@media (max-width: 1024px) {
    .navigation {
        display:none;
    }
    .medium-show{
        display: block !important;
    }
}
 /* ################################ MOBILE ################################# */ 
@media (max-width: 768px) {
    html, body{
        width:100%;
        overflow-x:hidden;
    }
    .mobile-no-show{
        display:none !important;
    }
    .navigation, .login-button,
    .signature-text:nth-child(2), .announcement-text, .announcement-content .indicator-dot {
        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-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;  
        bottom: 2px; 
    }
    .speaker-details-content {
        padding: 20px 20px 10px;
        width: calc(100% - 40px);
        flex: 0 0 auto;
    }
    .speaker-details-book-button{
       padding: 14px 22px;
    }
    .speaker-details-info-row{
       display: block;
    }
    .speaker-details-info-row span{
       display: block;
       text-align: center !important;
    }
    .details-button-wrapper{
       position: relative;
       margin: 20px 0;
    }
    .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: 28px 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:auto;
    }
  }
  .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;
  }
  .dark-bread, .dark-bread .single-course-breadcrumb-item, .dark-bread .single-course-breadcrumb-item a{
    color:#4F4D49 !important;
  }
  @media (max-width: 991px) {
    .single-course-breadcrumbs {
      white-space: initial;
    }
  }
  .single-course-breadcrumb-item, .single-course-breadcrumb-item a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    border-radius: 4px;
    align-self: stretch;
    margin: auto 0;
    padding: 6px 8px;
    text-decoration:none;
    color: var(--Background-Light-00, #ece9e3);
  }
  @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: #8F8D95;
  }
  @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 !important;
    top: 111px;
    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%;
      padding: 60px 0px;
    }
  }
  .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%;
      padding-left: 0px;
      margin-top: 10px;
    }
  }
  .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% - 80px);
      white-space: initial;
      padding: 0 20px;
      margin: auto;
    }
  }
  .sc-block2-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  @media (max-width: 768px) {
    .sc-block2-cta-wrapper {
      white-space: initial;
      width: 100%;
    }
  }
  .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: 768px) {
    .sc-block2-cta-button {
      white-space: initial;
      padding: 16px 20px;
      calc(100% - 40px);
    }
    
    .benefits-frame{
        display:none;
    }
  }

  .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%;
  }
  
  .color-c3366f .audience-item {
        border-right:1px solid #cb5a86;/*#386354;*/
   }
   
  .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: 1024px) {
    .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:0px;/*#386354;*/
      min-height: 72px;
      border-right: 0px;
    }
  }

.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, .preview-illustration a {
  z-index: 500;
  min-width: 240px;
  flex: 1;
  position: relative;
  min-height: 200px; /* Safari needs explicit height for relative containers with absolute children */
  overflow: visible;
  display:block;
}
.preview-illustration img{
  aspect-ratio: 0.85;
  height: 50%;
  max-width: 408px;
  margin:32% auto 0;
  display:block;
  min-height: 50%;
}
.course-book-title{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:528px;
    margin-top:150px;
    text-align: center;
}
.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.list-course h3{
    font-family: Zerno;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #202020;
}
.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;
  position: relative;
}

.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;
}

.contact-footer-pressing{
    background-image: url('assets/images/contact-footer-pressing.svg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.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 !important;
    line-height: 55px !important;
  }

  .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;
}
.color-c3366f ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* Adjust image size */
    height: 16px;
    background: url('assets/images/c3366f-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-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;
  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;
}

.mission-content-sidebar .text-content {
  padding: 24px 0 48px;
}
@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;
  text-decoration:none;
}
.button-content span{
    text-decoration:none;
}
.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;
  }
  .speaker-text-course-biege, .speaker-text-course{
     overflow-y: hidden;
     height: 90%;
  }
    .speaker-text-course{
        height: 300px;
    }
.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;
    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;
    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: 30px;
  }
  @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;
}

@media (max-width: 991px) {
  .tarrif-button-container {
    max-width: 100%;
    padding-left: 20px;
    white-space: initial;
  }
}

.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;
}

@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;
}

@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, .dialog_close_service{
    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, .dialog_close_service{
    position:relative;
    top:0;
    margin: 10px auto 30px;
    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) {  
    .review-card {
        width:590px;
    }
}
@media (min-width: 1650px) {  
    .review-card {
        width:660px;
    }
}
@media (min-width: 1850px) {  
    .review-card {
        width:740px;
    }
}
@media (min-width: 2100px) {  
    .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;
        padding: 0 20px;
    }
    .benefits-section .program-title-section{
        padding: 44px 0;
    }
    .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;
    }
    .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;
        width: calc(100% - 64px);
    }
    .mobile-show.details-button-wrapper{
        padding:0 20px;
        width: calc(100% - 40px);
    }
    .mobile-show.details-button-wrapper .details-button {
        width: calc(100% - 40px);
    }
    .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:30%;
        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%;
    }
}   

services-container {
      padding-left: 74px;
      padding-right: 74px;
    }

    .services-section {
      padding-bottom: 64px;
    }

    .services-header {
      position: relative;
      display: flex;
      width: 100%;
      padding-top: 220px;
      padding-bottom: 112px;
      flex-direction: column;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      background-size:cover;
      background-position: center center;
    }

    .services-background {
      align-self: start;
      position: absolute;
      z-index: 0;
      display: flex;
      height: 628px;
      max-width: 100%;
      width: 1360px;
      align-items: center;
      overflow: hidden;
      justify-content: center;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
    }

    .services-background-image {
      aspect-ratio: 2.4;
      object-fit: contain;
      object-position: center;
      width: 1508px;
      align-self: stretch;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
    }

    .services-caption {
      z-index: 0;
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 14px;
      color: #1a1504;
      font-weight: 400;
      white-space: nowrap;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1.12px;
      line-height: 1;
      justify-content: start;
    }

    .services-caption-text {
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .services-caption-dot {
      color: #251a04;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .services-caption-count {
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
    }

    .services-title {
      max-width: 1000px;
      color: #202020;
      text-align: center;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 64px;
      font-weight: 400;
      line-height: 72px;
      letter-spacing: -1.92px;
      text-transform: uppercase;
      z-index: 0;
      margin-top: 64px;
      width: 1000px;
    }

    .services-listing {
      width: calc(100% - 16px);
      padding-left: 8px;
      padding-right: 8px;
    }

    .services-table-header {
      align-items: center;
      border-radius: 4px;
      display: flex;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 14px;
      color: #1a1504;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.12px;
      line-height: 1;
      justify-content: start;
      flex-wrap: wrap;
      background-color: rgba(55, 40, 6, 0.08);
    }

    .services-column-number {
      align-self: stretch;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      padding-left: 32px;
      padding-right: 32px;
      gap: 10px;
      white-space: nowrap;
      width: 332px;
    }

    .services-column-name {
      align-self: stretch;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      gap: 10px;
      width: 684px;
      padding-right: 40px;
    }

    .services-column-provider {
      align-self: stretch;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 64px;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      gap: 10px;
    }

    .services-row {
      border-radius: 4px;
      display: flex;
      margin-top: 8px;
      width: 100%;
      align-items: center;
      justify-content: start;
      flex-wrap: wrap;
      border-bottom: 2px solid var(--Outlines-Tertiary-40-a-12, #2820011F);
      text-decoration:none;
    }

    .services-row-number {
      align-self: stretch;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      padding-left: 32px;
      padding-right: 32px;
      gap: 10px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 15px;
      color: #1a1504;
      font-weight: 400;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.9px;
      line-height: 1;
      width: 332px;
    }

    .services-row-name {
      color: #202020;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      align-self: stretch;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      padding-right: 40px;
      padding-top: 56px;
      padding-bottom: 56px;
      gap: 10px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 22px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.32px;
      line-height: 1;
      width: 684px;
      text-decoration:none;
    }

    .services-avatar-group {
      align-self: stretch;
      display: flex;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      align-items: center;
      gap: 10px;
      justify-content: center;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 64px;
    }

    .services-avatar {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 38px;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
      flex-shrink: 0;
    }

    .services-divider {
      object-fit: contain;
      object-position: center;
      width: 100%;
      stroke-width: 1px;
      stroke: rgba(40, 32, 1, 0.12);
      margin-top: 8px;
    }

    .services-provider-text {
      color: #4f4d49;
      align-self: stretch;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 64px;
      min-width: 240px;
      margin-top: auto;
      margin-bottom: auto;
      gap: 10px;
      letter-spacing: 0.45px;
      line-height: 22px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 400;
      text-align:center;
    }
    
    .single-service-avatars .services-provider-text {
        text-align:center;
    }

    @media (max-width: 991px) {
      .services-section {
        max-width: 100%;
      }

      .services-header {
        max-width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
      }

      .services-caption {
        white-space: initial;
      }

      .services-title {
        max-width: 100%;
        margin-top: 40px;
        font-size: 40px;
        line-height: 50px;
      }

      .services-listing {
        max-width: 100%;
      }

      

      .services-column-number {
        white-space: initial;
      }

      .services-column-name {
        max-width: 100%;
      }

      .services-row {
        max-width: 100%;
      }

      .services-row-number {
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
      }

      .services-row-name {
        max-width: 100%;
        white-space: initial;
      }

      .services-divider {
        max-width: 100%;
      }
    }
/* Service Themes Component Styles */
.service-themes-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: calc(100% - 16px);
  background-color: #ddd9cf;
  padding: 0 8px;
}

.service-themes-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 220px 0 64px;
  gap: 64px;
  width: 100%;
}

.service-themes-title {
  max-width: 1000px;
  color: #202020;
  text-align: center;
  font-family: Zerno, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin: 0;
}

.service-themes-tags {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px;
  width: 100%;
  list-style: none;
  margin: 0;
}

.service-themes-tag {
  padding: 16px 22px;
  border-radius: 56px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  background: transparent;
  color: #202020;
  font-family: Zerno, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor:pointer;
}

.is-active{
   border: 1px solid #202020; 
   background: #d6d1c5;
}

.service-themes-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 8px;
  width: 100%;
}

.service-themes-card {
  display: flex;
  height: 188px;
  min-width: 270px;
  padding: 12px;
  flex: 1 0 23%;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #d7d3c9;
  width:calc(25% - 36px);
  margin: 4px;
}

.service-themes-card-title,
.service-themes-card-title-single {
  color: #202020;
  text-align: center;
  font-family: Zerno, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0;
}

.service-themes-footer {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 96px;
  width: 100%;
}

.service-themes-download-link {
  display: flex;
  padding: 16px 22px;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  border: 1px solid rgba(40, 32, 1, 0.18);
  background: transparent;
  color: #202020;
  font-family: Zerno, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.service-themes-download-icon {
  margin-left: 8px;
}

.dark-bg{
    background: #DDD9CF;
}
.form-content{
    width: calc(100% - 16px);
    margin: 0 8px 96px;
    background-color: #ECE9E3;
    background-size:cover;
    background-posiion: center center;
}

.about-form-content{
    width: calc(100% - 16px);
    margin: 60px 8px 60px;
    background-color: #DDD9CF;
    background-size:cover;
    background-posiion: center center;
}

.single-service .hero-content{
    padding:0;
}

/* Responsive styles */
@media (max-width: 991px) {
  .service-themes-container {
    max-width: 991px;
  }

  .service-themes-title {
    font-size: 38px;
    line-height: 46px;
    padding: 0 16px;
  }

  .service-themes-grid {
    padding: 0 16px;
  }
}

@media (max-width: 640px) {
  .service-themes-container {
    max-width: 640px;
  }

  .service-themes-header {
    padding: 120px 0 40px;
    gap: 40px;
  }

  .service-themes-title {
    font-size: 32px;
    line-height: 40px;
  }

  .service-themes-tag {
    padding: 12px 16px;
  }

  .service-themes-card {
    min-width: 100%;
    height: 160px;
  }

  .service-themes-footer {
    padding-top: 32px;
  }
}

.single-service-details {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #DDD9CF;
}

.single-service-container {
  min-width: 240px;
  padding-left: 8px;
  width: 25%;
}

.single-service-video-cont {
  border-radius: 4px;
  width: calc(100% - 16px);
  padding: 8px;
  background-color: #ddd9cf;
  margin: 0;
}

.single-service-thumbnail {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.single-service-img {
  aspect-ratio: 1.77;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.single-service-controls {
  display: flex;
  margin-top: 8px;
  width: 100%;
  padding: 0 8px;
  align-items: center;
  gap: 40px 100px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: space-between;
}

.single-service-button {
  border: none;
  border-radius: 100px;
  background-color: transparent;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  padding: 16px 0;
  flex-direction: column;
  align-items: stretch;
  color: #202020;
  justify-content: center;
  width: 151px;
  cursor: pointer;
}

.single-service-button-master {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.single-service-play-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.single-service-label {
  color: #202020;
  align-self: stretch;
  margin: auto 0;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

.single-service-duration {
  color: #1a1504;
  text-align: right;
  align-self: stretch;
  margin: auto 0;
}

.single-service-line {
  border: 0;
  border-left: 1px solid rgba(40, 32, 1, 0.1);
  align-self: stretch;
  display: flex;
  width: 0;
  flex-shrink: 0;
  height: 348px;
  margin: 0;
}

.single-service-text {
  display: flex;
  min-width: 240px;
  padding: 48px 113px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: flex-start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .single-service-text {
    max-width: 100%;
    padding: 48px 20px;
  }
}

.single-service-description {
  color: #4f4d49;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.54px;
  margin: 0;
}

@media (max-width: 991px) {
  .single-service-description {
    max-width: 100%;
  }
}

.single-service-cta {
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  align-self: center;
  display: flex;
  margin-top: 56px;
  padding: 22px 30px;
  flex-direction: column;
  font-size: 14px;
  color: #e5e2da;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
  background-color: #202020;
  cursor: pointer;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .single-service-cta {
    padding: 22px 20px;
    margin-top: 40px;
  }
}

.single-service-cta-text {
  color: #e5e2da;
  align-self: stretch;
  gap: 10px;
}

.single-service-separator {
  object-fit: contain;
  object-position: center;
  width: 0;
  align-self: stretch;
  flex-shrink: 0;
}

.single-service-info {
  min-width: 240px;
  padding: 48px 0;
  width: 25%;
  border-left: 1px solid #DDD9CF;
}

.single-service-providers {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.single-service-providers-title {
  color: #1a1504;
  text-align: center;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
}

.single-service-avatars {
  align-self: center;
  display: flex;
  margin-top: 32px;
  width: 196px;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.single-service-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.single-service-pricing {
  margin-top: 56px;
  width: 100%;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .single-service-pricing {
    margin-top: 40px;
  }
}

.single-service-pricing-title {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  margin: 0;
}

.single-service-price {
  color: #202020;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  margin-top: 14px;
  margin-bottom: 0;
}

.service-help-cards {
  display: flex;
  padding: 50px 113px 0;
  align-items: start;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 991px) {
  .service-help-cards {
    padding: 0 20px;
  }
}

.service-help-card-margin {
  display: flex;
  min-width: 240px;
  max-width: 330px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  /*text-transform: uppercase;*/
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 250px;
}

.service-help-card {
  align-items: center;
  border-radius: 4px;
  position: relative;
  display: flex;
  min-height: 344px;
  width: 100%;
  max-width: 312px;
  padding: 48px 9px 28px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  background-color: #ddd9cf;
  background-size: cover;
  background-position: center center;
}

.service-help-pressing {
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 420px;
  width: 100%;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-help-01 {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  z-index: 0;
  margin: 0;
  font-weight: 400;
}

.service-help-text-wrapper {
  color: #202020;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  z-index: 0;
  margin-top: 85px;
  width: 100%;
  padding: 0 20px;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 26px;
  height: 100%;
  margin-bottom: 0;
}

.service-help-img {
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 32px;
  z-index: 0;
  margin-top: 40px;
}

/*.service-help-card-margin:nth-child(2) {
    margin-top:-40px;
}
.service-help-card-margin:nth-child(3) {
    margin-top:-20px;
}
.service-help-card-margin:nth-child(5) {
    margin-top:20px;
} */

.service-etap .benefit-title{
    padding-top:100px;
}
.service-etap .benefit-description{
    text-align:center;
    padding: 15px 20px 0;
}
.f64{
    font-size:64px;
    line-height:72px;
}

.service-logos-container {
    display: flex;
    width: 100%;
    padding: 48px 0;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  @media (max-width: 640px) {
    .service-logos-container {
      padding: 32px 0;
    }
  }

  .service-logos-heading {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: "Zerno", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 0;
  }

  .service-logos-wrapper {
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  @media (max-width: 991px) {
    .service-logos-wrapper {
      flex-wrap: wrap;
      gap: 20px;
    }
  }

  @media (max-width: 640px) {
    .service-logos-wrapper {
      flex-direction: column;
      gap: 24px;
    }
  }

  .service-logos-logo-container {
    display: flex;
    /*width: 260px;*/
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
  }

  @media (max-width: 991px) {
    .service-logos-logo-container {
      width: 200px;
    }
  }

  @media (max-width: 640px) {
    .service-logos-logo-container {
      width: 90%;
      height: 40px;
    }
  }
  
.service-values-features {
  display: flex;
  padding-left: 36px;
  padding-right: 36px;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding-top:40px;
}

@media (max-width: 991px) {
  .service-values-features {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-values-col {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .service-values-col {
    max-width: 100%;
  }
}

.service-values-hotkey-el {
  border-radius: 4px;
  display: flex;
  min-width: 400px;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .service-values-hotkey-el {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    min-width:0px;
  }
}

.service-values-number {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  margin: 0;
  font-weight: 400;
  font-family: inherit;
}

.service-values-description {
  max-width: 320px;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.9px;
  margin-top: 32px;
  margin-bottom: 0;
}

.service-values-hotkey-el-2 {
  border-radius: 4px;
  display: flex;
  min-width: 400px;
  margin-top: 24px;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .service-values-hotkey-el-2 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    min-width:0px;
  }
}

.service-values-number-03 {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

.service-values-wrapper {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 1024px) {
  .service-values-wrapper {
    max-width: 100%;
    min-width: 100%;
    order: 1;
  }
  .service-values-hotkey-el {
      min-width: 200px;
      width: calc(100% - 44px);
      padding: 38px 22px;
    }
}

.service-values-review-card {
  border-radius: 4px;
  align-self: stretch;
  position: relative;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 446px;
  width: 308px;
  padding: 6px;
  overflow: hidden;
  background-color: #d7d3c9;
}

.service-values-pressing {
  position: absolute;
  z-index: 0;
  display: flex;
  height: 446px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.service-values-bg-image {
  aspect-ratio: 0.87;
  object-fit: contain;
  object-position: center;
  width: 390px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

.service-values-t {
  z-index: 0;
  display: flex;
  width: calc(100% - 48px);
  padding: 40px 24px 48px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  line-height: 26px;
  justify-content: center;
  flex: 1;
}

@media (max-width: 991px) {
  .service-values-t {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-values-decorative-image {
  aspect-ratio: 3.53;
  object-fit: contain;
  object-position: center;
  width: 92px !important;
  align-self: center;
}

.service-values-t-wrapper {
  color: #202020;
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 10px;
  height: 100%;
  margin: 0;
  padding-top:110px;
}

.service-values-top {
  background-color: rgba(215, 211, 201, 1);
  z-index: 0;
  margin-top: 6px;
  width: 100%;
  padding: 6px;
}

.service-values-progress {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.service-values-progress-line {
  aspect-ratio: 111.11;
  object-fit: contain;
  object-position: center;
  width: 108px;
  stroke-width: 1px;
  stroke: rgba(40, 32, 1, 0.18);
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 1;
  flex: 1;
  flex-basis: 0%;
}

.service-values-progress-indicator {
  aspect-ratio: 30.3;
  object-fit: contain;
  object-position: center;
  width: 60px;
  stroke-width: 1.4px;
  stroke: #202020;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.service-values-nums {
  display: flex;
  margin-top: 6px;
  width: 100%;
  padding: 6px;
  align-items: center;
  justify-content: space-between;
}

.service-values-button {
  border-radius: 4px;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 52px;
  background: none;
  border: none;
  cursor: pointer;
}

.service-values-button-master {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.service-values-nav-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.service-values-num {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 8px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  color: #251a04;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 32px;
}

@media (max-width: 991px) {
  .service-values-num {
    white-space: initial;
  }
}

.service-values-current-num {
  color: #202020;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.service-values-divider {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.service-values-total-num {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.service-values-number-02 {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

.service-values-softskills {
  max-width: 320px;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.9px;
  margin-top: 32px;
}

.service-values-hotkey-el-3 {
  border-radius: 4px;
  display: flex;
  min-width: 400px;
  margin-top: 24px;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .service-values-hotkey-el-3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-values-number-04 {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}
.pos-relative{
    position:relative !important;
}
.bottom-about-image{
    margin:auto;
    max-width:950px;
}
.about-subtitle{
    color: rgba(26, 21, 4, 0.42);
    font-family: Zerno;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
}
about-section-wrapper {
            display: flex;
            width: 100%;
            max-width: 1360px;
            padding: 0px 6px;
            flex-direction: column;
            align-items: center;
            margin: 0 auto;
        }

        @media (max-width: 991px) {
            .about-section-wrapper {
                padding: 0px 16px;
            }
        }

        @media (max-width: 640px) {
            .about-section-wrapper {
                padding: 0px 12px;
            }
        }

        .about-mission-vision-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            background-color: #ddd9cf;
            position: relative;
            overflow: visible;
        }

        @media (max-width: 991px) {
            .about-mission-vision-container {
                flex-direction: column;
            }
        }

        .about-vision-block {
            display: flex;
            padding: 112px 24px;
            flex-direction: column;
            align-items: center;
            gap: 44px;
            /* FIXED: Proper sticky positioning */
            position: -webkit-sticky; /* Safari */
            position: sticky;
            top: 20px;
            /* ADDED: Set explicit height */
            max-height: calc(100vh - 40px);
            overflow-y: auto;
            align-self: flex-start;
            /* FIXED: Set fixed width */
            width: calc(50% - 48px);
            min-width: calc(50% - 48px);
            max-width: calc(50% - 48px);
            flex-shrink: 0;
            /* ADDED: z-index to ensure it's on top */
            z-index: 10;
        }

        /* ADDED: When JS makes it fixed, preserve width */
        .about-vision-block.is-sticky-js {
            position: fixed;
            top: 20px;
            width: calc(50% - 48px);
            left: auto; /* Let JS calculate this */
        }

        /* ADDED: Placeholder to prevent layout shift */
        .about-vision-block-placeholder {
            width: calc(50% - 48px);
            min-width: calc(50% - 48px);
            flex-shrink: 0;
            visibility: hidden;
        }
        
        @media (max-width: 991px) {
            .about-vision-block {
                padding: 80px 24px;
                gap: 32px;
            }
        }

        @media (max-width: 640px) {
            .about-vision-block {
                padding: 60px 16px;
                gap: 24px;
            }
        }

        .about-vision-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            margin-bottom: 0;
        }

        .about-our-text {
            width: 100%;
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 92px;
            letter-spacing: -1.92px;
            text-transform: uppercase;
            margin:0;
            margin-bottom: 20px;
        }

        @media (max-width: 991px) {
            .about-our-text {
                font-size: 48px;
                line-height: 56px;
                letter-spacing: -1.44px;
            }
        }

        @media (max-width: 640px) {
            .about-our-text {
                font-size: 32px;
                line-height: 40px;
                letter-spacing: -0.96px;
            }
        }

        .about-vision-mission-tabs {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
            width: 100%;
        }

        @media (max-width: 640px) {
            .about-vision-mission-tabs {
                flex-direction: column;
                gap: 12px;
            }
        }

        .about-vision-tab {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .about-vision-title {
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 60px;
            letter-spacing: -1.92px;
            text-transform: uppercase;
            padding:0;
            margin:0;
            opacity: 0.2;
        }

        @media (max-width: 991px) {
            .about-vision-title {
                font-size: 48px;
                line-height: 56px;
                letter-spacing: -1.44px;
            }
        }

        @media (max-width: 640px) {
            .about-vision-title {
                font-size: 32px;
                line-height: 40px;
                letter-spacing: -0.96px;
            }
        }

        .about-progress-bar {
            display: flex;
            padding-top: 6px;
            justify-content: center;
            align-items: center;
            gap: 4px;
            width: 100%;
        }

        .about-mission-tab, .about-values-tab {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .about-mission-title, .about-values-title {
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 60px;
            letter-spacing: -1.92px;
            text-transform: uppercase;
            opacity: 0.2;
            padding:0;
            margin:0;
        }

        @media (max-width: 991px) {
            .about-mission-title, .about-values-title {
                font-size: 48px;
                line-height: 56px;
                letter-spacing: -1.44px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-title, .about-values-title {
                font-size: 32px;
                line-height: 40px;
                letter-spacing: -0.96px;
            }
        }
        .about-vision-tab.active .about-vision-title,
          .about-mission-tab.active .about-mission-title,
          .about-values-tab.active .about-values-title {
              color: #202020;
              opacity: 1;
          }
        .about-vision-description {
            width: 279px;
            color: #363b48;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            letter-spacing: 0.45px;
        }

        @media (max-width: 991px) {
            .about-vision-description {
                width: 100%;
                font-size: 14px;
                line-height: 20px;
            }
        }

        @media (max-width: 640px) {
            .about-vision-description {
                font-size: 13px;
                line-height: 18px;
            }
        }

        .about-mission-section {
            display: flex;
            padding: 56px 0px;
            flex-direction: column;
            align-items: flex-start;
            /* CHANGED: Changed flex to take remaining space */
            flex: 1;
            /* CHANGED: Added min-width to prevent overflow */
            min-width: 0;
            max-width: 50%;
        }

        @media (max-width: 991px) {
            .about-mission-section {
                padding: 40px 0px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-section {
                padding: 24px 0px;
            }
        }

        .about-mission-content {
            display: flex;
            padding: 64px 40px;
            flex-direction: column;
            align-items: center;
            gap: 80px;
            width: calc(100% - 80px);
            /* CHANGED: Added min-height for scroll detection */
            min-height: 80vh;
            /* CHANGED: Added scroll-margin for better detection */
            scroll-margin-top: 100px;
        }

        @media (max-width: 991px) {
            .about-mission-content {
                padding: 48px 32px;
                gap: 60px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-content {
                padding: 32px 16px;
                gap: 40px;
            }
        }
        .about-mission-content p{
            width: 100%;
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.54px;
        }
        .about-exlibris-flower {
            width: 32px;
            height: 52px;
            flex-shrink: 0;
            fill: #202020;
        }

        .about-mission-heading {
            width: 100%;
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 30px;
            font-weight: 400;
            line-height: 42px;
            letter-spacing: -0.3px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            .about-mission-heading {
                font-size: 26px;
                line-height: 36px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-heading {
                font-size: 20px;
                line-height: 28px;
            }
        }

        .about-mission-list {
            display: flex;
            padding-bottom: 32px;
            align-items: flex-start;
            align-content: flex-start;
            gap: 32px 32px;
            width: 100%;
            flex-wrap: wrap;
        }

        @media (max-width: 991px) {
            .about-mission-list {
                gap: 24px 8px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-list {
                flex-direction: column;
                gap: 24px;
            }
        }

        .about-mission-item {
            display: flex;
            min-width: 240px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex: 1 0 47%;
        }

        @media (max-width: 991px) {
            .about-mission-item {
                min-width: 200px;
                gap: 16px;
            }
        }

        @media (max-width: 640px) {
            .about-mission-item {
                min-width: 100%;
                gap: 12px;
            }
        }

        .about-item-number {
            width: 100%;
            color: rgba(26, 21, 4, 0.42);
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 1.12px;
            text-transform: uppercase;
        }

        .about-item-text {
            width: 100%;
            color: #202020;
            text-align: center;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.54px;
        }

        @media (max-width: 991px) {
            .about-item-text {
                font-size: 16px;
                line-height: 24px;
            }
        }

        @media (max-width: 640px) {
            .about-item-text {
                font-size: 14px;
                line-height: 20px;
            }
        }

        .about-divider-line {
            height: 0px;
            width: 100%;
            stroke-width: 1.8px;
            stroke: #202020;
        }

        .about-values-section {
            display: flex;
            padding: 64px 40px;
            flex-direction: column;
            align-items: center;
            gap: 80px;
            width: 100%;
        }

        @media (max-width: 991px) {
            .about-values-section {
                padding: 48px 32px;
                gap: 60px;
            }
        }

        @media (max-width: 640px) {
            .about-values-section {
                padding: 32px 16px;
                gap: 40px;
            }
        }

        .about-exlibris-gerb {
            width: 33px;
            height: 54px;
            flex-shrink: 0;
            fill: #202020;
        }

        .about-values-content {
            display: flex;
            padding: 32px 0px;
            align-items: flex-start;
            width: 100%;
        }

        @media (max-width: 991px) {
            .about-values-content {
                flex-direction: column;
                gap: 24px;
            }
        }

        .about-values-left {
            flex: 1 0 0;
            color: #202020;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.54px;
        }

        .about-values-right {
            flex: 1 0 0;
            color: #202020;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.54px;
        }

        @media (max-width: 991px) {
            .about-values-right {
                font-size: 16px;
                line-height: 24px;
            }
        }

        @media (max-width: 640px) {
            .about-values-right {
                font-size: 14px;
                line-height: 20px;
            }
        }
        
 .statistics-section {
            padding: 6px;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-weight: 400;
            text-align: center;
        }

        .statistics-main-title {
            color: #202020;
            align-self: stretch;
            margin:100px 0;
            width: 100%;
            font-size: 64px;
            text-transform: uppercase;
            letter-spacing: -1.92px;
            line-height: 72px;
            font-weight: 400;
        }

        @media (max-width: 991px) {
            .statistics-main-title {
                font-size: 40px;
                line-height: 50px;
                max-width: 100%;
            }
        }

        .section-image {
            object-fit: contain;
            object-position: center;
            width: 100%;
            stroke-width: 1.8px;
            stroke: #202020;
        }

        @media (max-width: 991px) {
            .section-image {
                max-width: 100%;
            }
        }

        .statistics-grid {
            display: flex;
            width: 100%;
            padding: 64px 0;
            align-items: center;
            justify-content: start;
            flex-wrap: wrap;
        }

        @media (max-width: 991px) {
            .statistics-grid {
                max-width: 100%;
            }
        }

        .stat-card {
            align-self: stretch;
            display: flex;
            min-width: 240px;
            margin: auto 0;
            flex-direction: column;
            align-items: stretch;
            justify-content: start;
            flex: 1;
            flex-shrink: 1;
            flex-basis: 0%;
        }

        .stat-card-centered {
            align-self: stretch;
            display: flex;
            min-width: 240px;
            margin: auto 0;
            flex-direction: column;
            align-items: center;
            justify-content: start;
            flex: 1;
            flex-shrink: 1;
            flex-basis: 0%;
        }

        .stat-number {
            color: #202020;
            font-size: 46px;
            line-height: 1;
            letter-spacing: -0.46px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            
        }

        .stat-description {
            color: #4f4d49;
            font-size: 15px;
            line-height: 22px;
            letter-spacing: 0.45px;
            align-self: center;
            margin-top: 18px;
        }

        .stat-description-first {
            width: 272px;
        }

        .stat-description-second {
            width: 266px;
        }

        .stat-description-third {
            width: 250px;
        }

        .stat-description-fourth {
            width: 270px;
        }
        
.donation-section {
    background-color: rgba(221, 217, 207, 1);
    display: flex;
    align-items: start;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-block {
    display: flex;
    min-width: 240px;
    padding: 120px 40px;
    flex-direction: column;
    align-items: stretch;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .content-block {
        max-width: 100%;
        padding: 100px 20px;
    }
}

.support-icon {
    aspect-ratio: 0.66;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: center;
}

.main-title {
    color: #202020;
    text-align: center;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    margin: 80px 0 0 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .main-title {
        max-width: 100%;
        margin-top: 40px;
        font-size: 40px;
        line-height: 55px;
    }
}

.organizations-list {
    margin-top: 80px;
    width: 100%;
    padding: 32px 0;
}

@media (max-width: 991px) {
    .organizations-list {
        max-width: 100%;
        margin-top: 40px;
    }
}

.organization-item {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
}

.organization-item:not(:first-child) {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .organization-item {
        max-width: 100%;
    }
}

.organization-number {
    color: #1a1504;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: 0;
    font-weight: 400;
}

.organization-name {
    color: #202020;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.54px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: 0;
    font-weight: 400;
}

.organization-item:last-child .organization-name {
    line-height: 26px;
}

.donation-card-wrapper {
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    display: flex;
    min-width: 240px;
    padding: 112px 0;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 80px;
    background-color: #ddd9cf;
}

@media (max-width: 991px) {
    .donation-card-wrapper {
        max-width: 100%;
        padding: 100px 0;
    }
}

.donation-card {
    padding-top: 24px;
    justify-content: center;
    align-items: stretch;
    border-radius: 4px;
    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);
    align-self: stretch;
    position: relative;
    display: flex;
    min-width: 240px;
    margin: auto;
    min-height: 480px;
    width: 340px;
    flex-direction: column;
    overflow: hidden;
    background-color: #ece9e3;
    background-size:cover;
    background-position:center center;
}

.card-background {
    position: absolute;
    z-index: 0;
    display: flex;
    height: 480px;
    width: 100%;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    left: 1px;
    right: -1px;
    top: 0px;
    bottom: 0px;
}

.donation-amount {
    color: #202020;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

@media (max-width: 991px) {
    .donation-amount {
        font-size: 40px;
    }
}

.donation-description {
    color: #4f4d49;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
    z-index: 1;
    position: relative;
    margin: 24px 0 0 0;
}
.timeline-container {
  width: 80%;
  margin: auto;
  font-family: sans-serif;
}

.timeline-header {
  text-align: center;
  margin-bottom: 20px;
}

.years {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.year {
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  background: #ddd;
  transition: all 0.3s;
}

.year.active {
  background: #000;
  color: #fff;
}

.timeline-swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-swiper-content {
  text-align: center;
}

.timeline-swiper-content img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.about-history-container {
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    align-items: end;
    background-image: url('assets/images/about-history-bg.svg');
    background-size: cover;
    background-position: top center;
}

@media (max-width: 991px) {
    .about-history-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.about-history-content {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .about-history-content {
        max-width: 100%;
    }
}

.about-background-image {
    aspect-ratio: 2.55;
    object-fit: contain;
    object-position: center;
    width: 2222px;
    z-index: 0;
    min-width: 240px;
    margin: auto;
}

@media (max-width: 991px) {
    .about-background-image {
        max-width: 100%;
    }
}

.about-background-fade {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    min-width: 240px;
    flex-shrink: 0;
    height: 280px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1360px;
}

@media (max-width: 991px) {
    .about-background-fade {
        max-width: 100%;
    }
}

.about-header {
    z-index: 0;
    display: flex;
    width: 100%;
    padding: 220px 0 112px;
    flex-direction: column;
    align-items: stretch;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
}

@media (max-width: 991px) {
    .about-header {
        max-width: 100%;
        padding: 100px 0;
    }
}

.about-section-label {
    color: #999790;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    margin: 0;
}

@media (max-width: 991px) {
    .about-section-label {
        max-width: 100%;
    }
}

.about-main-title {
    max-width: 1000px;
    align-self: center;
    color: #202020;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    margin: 64px auto 0;
    width: 1000px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about-main-title {
        max-width: 100%;
        margin-top: 40px;
        font-size: 40px;
        line-height: 50px;
    }
}

.about-content-block {
    z-index: 0;
    width: 100%;
    padding-bottom: 112px;
}

@media (max-width: 991px) {
    .about-content-block {
        max-width: 100%;
        padding-bottom: 100px;
    }
}

.about-timeline-wrapper {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #4f4d49;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
    justify-content: center;
}

@media (max-width: 991px) {
    .about-timeline-wrapper {
        max-width: 100%;
        padding: 24px 20px;
        white-space: initial;
    }
}

.about-timeline {
    display: flex;
    width: 71px;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .about-timeline {
        white-space: initial;
    }
}

.about-timeline-year {
    color: #4f4d49;
    align-self: stretch;
    border-radius: 30px;
    margin: auto 0;
    padding: 14px 18px;
    gap: 10px;
    background-color: rgba(55, 40, 6, 0.08);
}

.about-timeline-year-active {
    color: #e5e2da;
    background-color: #202020;
}

@media (max-width: 991px) {
    .about-timeline-year {
        white-space: initial;
    }
}

.about-timeline-connector {
    aspect-ratio: 125;
    object-fit: contain;
    object-position: center;
    width: 242px;
    stroke-width: 2px;
    stroke: rgba(40, 32, 1, 0.12);
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

.about-years-content {
    display: flex;
    width: 100%;
    padding: 64px 0;
    align-items: start;
    justify-content: start;
}

@media (max-width: 991px) {
    .about-years-content {
        max-width: 100%;
    }
}

.about-year-section {
    display: flex;
    min-width: 240px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: no-wrap;
}

@media (max-width: 991px) {
    .about-year-section {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.about-year-layout {
    display: flex;
    min-width: 240px;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    height: 100%;
    width: 680px;
}

@media (max-width: 991px) {
    .about-year-layout {
        max-width: 100%;
    }
}

.about-year-number {
    display: flex;
    width: 350px;
    flex-shrink: 0;
    height: 240px;
    font-family: Zerno;
    font-weight: 350;
    font-size: 160px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #d7d3c9;
    transform: rotate(-90deg);
    margin-top: 50px;
}

.about-image-container {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-top: 20px;
}

@media (max-width: 1500px) {
  .about-year-number {
    font-size: 120px;
    width:255px;
  }
}

@media (max-width: 991px) {
    .about-image-container {
        max-width: 100%;
    }
}

.about-image-wrapper {
    align-self: stretch;
    position: relative;
    min-width: 240px;
    margin: auto 0;
}

.about-year-image {
    aspect-ratio: 1.36;
    object-fit: contain;
    object-position: center;
    width: 400px;
    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);
    z-index: 0;
    max-width: 100%;
    padding: 20px 0;
}

.about-image-tape {
    border-radius: 1px;
    background-color: rgba(194, 181, 143, 0.7);
    border-color: rgba(14, 23, 21, 0.06);
    position: absolute;
    z-index: 0;
    display: flex;
    min-height: 76px;
    width: 44px;
    left: 50%;
    top: -31px;
    transform: translate(-50%, 0%);
    height: 76px;
}

.about-text-content {
    align-self: start;
    display: flex;
    min-width: 240px;
    padding: 50px 0;
    flex-direction: column;
    align-items: stretch;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    justify-content: start;
    width: 567px;
}

@media (max-width: 991px) {
    .about-text-content {
        max-width: 100%;
    }
}

.about-date-label {
    color: #908c80;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .about-date-label {
        max-width: 100%;
    }
}

.about-description {
    color: #202020;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.45px;
    align-self: center;
    margin: 48px 0 0;
    width: 400px;
}

@media (max-width: 991px) {
    .about-description {
        margin-top: 40px;
    }
}



.about-block {
  display: flex;
  padding-top: 164px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .about-block {
    padding-top: 100px;
  }
}

.about-col {
  min-width: 240px;
  padding-left: 112px;
  padding-bottom: 112px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .about-col {
    max-width: 100%;
    padding-bottom: 10px;
    padding-left:12px;
    padding-right: 12px;
  }
}

.about-two-co {
  color: #202020;
  text-align: center;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 991px) {
  .about-two-co {
    font-size: 40px;
    line-height: 55px;
  }
}

.about-text-block {
  margin-top: 64px;
  width: 100%;
}

@media (max-width: 991px) {
  .about-text-block {
    margin-top: 40px;
  }
}

.about-coaching-consulting {
  color: #4f4d49;
  text-align: justify;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin: 0 0 48px 0;
}

.about-twoco {
  position: relative;
  display: flex;
  margin: 48px 0 0 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .about-twoco {
    margin-top: 40px;
  }
}


.name-about-description {
  color: #4f4d49;
  text-align: justify;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin: 48px 0 0 0;
}

@media (max-width: 991px) {
  .name-about-description {
    margin-top: 40px;
  }
}

.about-img-wrapper {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: end;
  gap: 10px;
  justify-content: center;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 113px;
  margin: 0;
}

@media (max-width: 991px) {
  .about-img-wrapper {
    max-width: 100%;
  }
}

.about-main-image {
  aspect-ratio: 0.42;
  object-fit: contain;
  object-position: center;
  width: 348px;
  min-width: 240px;
}

.about-col-2 {
  display: flex;
  min-width: 240px;
  padding-right: 113px;
  padding-bottom: 88px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  color: #202020;
  font-weight: 400;
  text-align: center;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .about-col-2 {
    max-width: 100%;
  }
}

.about-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: center;
}

.about-quote-heading {
  color: #202020;
  margin: 48px 0 0 0;
  width: 100%;
  padding: 24px 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .about-quote-heading {
    margin-top: 40px;
  }
}

.about-quote {
  color: #4f4d49;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  margin: 48px 0 0 0;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .about-quote {
    margin-top: 40px;
  }
}

.about-attribution {
  display: flex;
  margin: 48px 0 0 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  line-height: 1;
  justify-content: start;
}

@media (max-width: 991px) {
  .about-attribution {
    margin-top: 40px;
  }
}

.about-author {
  color: #202020;
  font-style: normal;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
}

.about-signature {
  aspect-ratio: 1.49;
  object-fit: contain;
  object-position: center;
  width: 155px;
  margin-top: 12px;
  max-width: 100%;
}

.about-form-one{
    background: #ECE9E3;
}

.resource-filter-chips {
  display: flex;
  padding: 26px 8px;
  align-items: center;
  gap: 8px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #1a1504;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.resource-chip {
  align-self: stretch;
  border-radius: 56px;
  background-color: rgba(255, 255, 255, 0);
  margin: auto 0;
  padding: 16px 22px;
  gap: 10px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration:none;
}

.resource-chip-active, .resource-chip:hover {
  color: #e5e2da;
  background-color: #202020;
  text-align: center;
}

@media (max-width: 991px) {
  .resource-chip {
    padding: 16px 20px;
    white-space: initial;
  }

  .resource-chip-active {
    white-space: initial;
  }
}

.resource-articles-section {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-bottom: 64px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    min-height: 1212px;
    background-color: #ece9e3;
}

@media (max-width: 991px) {
    .resource-articles-section {
        padding: 0 20px 40px 20px;
        min-height: 500px;
    }
}

@media (max-width: 640px) {
    .resource-articles-section {
        padding: 0 0 32px 0;
        width: 100%;
    }
}

.resource-section-header {
    display: flex;
    padding: 220px 0 64px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    width: 100%;
}

@media (max-width: 991px) {
    .resource-section-header {
        padding: 120px 0 40px 0;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .resource-section-header {
        padding: 80px 0 32px 0;
        gap: 32px;
    }
}

.resource-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.resource-main-title {
    max-width: 1000px;
    color: #202020;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 991px) {
    .resource-main-title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.44px;
    }
}

@media (max-width: 640px) {
    .resource-main-title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1.08px;
    }
}

.resource-articles-count {
    position: relative;
    right: -48px;
    top: -12px;
    color: rgba(26, 21, 4, 0.42);
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .resource-articles-count {
        font-size: 12px;
        right: -36px;
        top: -8px;
    }
}

@media (max-width: 640px) {
    .resource-articles-count {
        font-size: 11px;
        right: -24px;
        top: -6px;
    }
}

.resource-category-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 991px) {
    .resource-category-filters {
        gap: 6px;
    }
}

@media (max-width: 640px) {
    .resource-category-filters {
        gap: 8px;
        width: 100%;
        margin-left: -26px;
    }
}

.resource-filter-button {
    display: flex;
    padding: 16px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 56px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0);
}
.resource-filter-active {
    color: #202020;
    border: 1.4px solid var(--Outlines-Primary-110, #202020);
    background-color: rgba(97, 77, 35, 0.06);
}
@media (max-width: 991px) {
    .resource-filter-button {
        padding: 12px 18px;
    }
}

@media (max-width: 640px) {
    .resource-filter-button {
        width: 100%;
        max-width: 300px;
    }
}

.resource-filter-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.resource-filter-label {
    color: #202020;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .resource-filter-label {
        font-size: 11px;
    }
}

.resource-filter-count {
    color: rgba(26, 21, 4, 0.42);
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .resource-filter-count {
        font-size: 11px;
    }
}

.resource-articles-container {
    width: 100%;
    overflow-x: hidden;
}

.resource-articles-list, .resource-articles-list-author {
    display: flex;
    padding: 0 8px;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .resource-articles-list, .resource-articles-list-author {
        gap: 6px;
        padding: 0 4px;
    }
}

@media (max-width: 640px) {
    .resource-articles-list, .resource-articles-list-author {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0;
        margin-left: -28px;
        width: calc(100% + 28px) !important;
    }
    .resource-articles-list .owl-item{
        /*margin-right: 20px;*/
    }
}

.resource-article-tile {
    display: flex;
    width: calc(100% - 16px);
    min-width: 400px;
    margin: 8px 8px 0 8px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    flex-shrink: 0;
    background-color: #ddd9cf;
    text-decoration:none;
}

@media (max-width: 991px) {
    .resource-article-tile {
        width: 350px;
        min-width: 350px;
        padding: 6px 6px 0 6px;
    }
}

@media (max-width: 640px) {
    .resource-article-tile {
        width: 100%;
        max-width: 400px;
        min-width: unset;
    }
}

.resource-article-image-wrapper {
    display: flex;
    height: 230px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .resource-article-image-wrapper {
        height: 200px;
    }
}

@media (max-width: 640px) {
    .resource-article-image-wrapper {
        height: 180px;
    }
}

.resource-article-image {
    display: flex;
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    flex: 1 0 0;
}

@media (max-width: 991px) {
    .resource-article-image {
        height: 200px;
    }
}

@media (max-width: 640px) {
    .resource-article-image {
        height: 180px;
    }
}

.resource-article-content {
    display: flex;
    height: 358px;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
}

@media (max-width: 991px) {
    .resource-article-content {
        height: 320px;
        padding: 30px 0;
    }
}

@media (max-width: 640px) {
    .resource-article-content {
        height: 300px;
        padding: 24px 0;
    }
}

.resource-article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.resource-article-type {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.resource-meta-separator {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.resource-article-tag {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.resource-article-text {
    display: flex;
    max-height: 174px;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
}

@media (max-width: 991px) {
    .resource-article-text {
        padding: 0 24px;
    }
}

@media (max-width: 640px) {
    .resource-article-text {
        padding: 0 16px;
        gap: 12px;
    }
}

.resource-article-title {
    width: 100%;
    color: #202020;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 991px) {
    .resource-article-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 640px) {
    .resource-article-title {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.9px;
    }
}

.resource-article-description {
    width: 100%;
    color: #4f4d49;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin: 0;
}

@media (max-width: 991px) {
    .resource-article-description {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 640px) {
    .resource-article-description {
        font-size: 13px;
        line-height: 18px;
    }
}

.resource-article-info {
    display: flex;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .resource-article-info {
        padding: 0 30px;
    }
}

@media (max-width: 640px) {
    .resource-article-info {
        padding: 0 20px;
        gap: 8px;
    }
}

.resource-article-date {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.39px;
}

@media (max-width: 640px) {
    .resource-article-date {
        font-size: 12px;
    }
}

.resource-info-separator {
    color: rgba(37, 26, 4, 0.28);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.39px;
}

@media (max-width: 640px) {
    .resource-info-separator {
        font-size: 12px;
    }
}

.resource-reading-time {
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.39px;
}

@media (max-width: 640px) {
    .resource-reading-time {
        font-size: 12px;
    }
}

.resource-scroll-button {
    display: flex;
    padding: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 266px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    background-color: #ece9e3;
    border: none;
}

.resource-articles-list .owl-next, .resource-articles-list-author .owl-next{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 266px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    background-color: #ece9e3;
    border: none;
    right:20px;
}
.resource-articles-list .owl-prev, .resource-articles-list-author .owl-prev{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 266px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    background-color: #ece9e3;
    border: none;
    left:5px;
}
.resource-articles-list .owl-next .main_event-button-content,
.resource-articles-list .owl-prev .main_event-button-content,
.resource-articles-list-author .owl-next .main_event-button-content,
.resource-articles-list-author .owl-prev .main_event-button-content{
   padding: 22px !important;
   background-color: #ece9e3;
   width:20px; 
}

@media (max-width: 991px) {
    .resource-scroll-button {
        padding: 18px;
        top: 230px;
    }
}

@media (max-width: 640px) {
    .resource-scroll-button {
        display: none;
    }
}

.resource-scroll-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.resource-arrow-icon {
    width: 16px;
    height: 12px;
    flex-shrink: 0;
    fill: #4f4d49;
}

.resource-show-all-wrapper {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

@media (max-width: 991px) {
    .resource-show-all-wrapper {
        padding-top: 30px;
    }
}

@media (max-width: 640px) {
    .resource-show-all-wrapper {
        padding-top: 24px;
        width: calc(100% - 20px);
    }
}

.resource-show-all-button {
    display: flex;
    padding: 16px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 56px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

@media (max-width: 640px) {
    .resource-show-all-button {
        width: 100%;
        max-width: 300px;
    }
}

.resource-show-all-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.resource-show-all-label {
    color: #202020;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.resource-show-all-arrow {
    width: 11px;
    height: 9px;
    flex-shrink: 0;
    fill: #202020;
}

.post-content{
    color: #202020;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-family: Zerno;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3%;
    text-align: justify;
    padding-top: 40px;
}
.single-post h1{
    width: 100%;
    margin: auto;
}
.post-content p, .wp-block-image, .post-content ul, .post-content ol, .post-content h2{
    display:block;
    width: 70%;
    margin: auto;
}
.post-content h2{
    margin: 30px auto;
}
.wp-block-image img{
    width: 100%;
    margin: 50px 0;
}
.wp-block-heading{
    font-family: Zerno;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
}
.wp-element-caption{
    text-align:center;
    font-family: Zerno;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 3%;
    color: #4F4D49;
    margin-bottom: 60px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  content: "";
  height: 100%;
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 40%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: transparent;
    text-align:center;
    font-family: Zerno;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 3%;
    color: #4F4D49;
    text-shadow: none;
}

.leftmenu-container {
    background-color: rgba(229, 226, 218, 1);
    max-width: 340px;
    padding: 8px 0;
    position:fixed;
    left: -100%;
    top: 113px;
    height: calc(100% - 113px);
    transition: 200ms linear 200ms;
    z-index:1111;
}

.overlay{
    position:fixed;
    height: calc(100% - 113px);
    top: 113px;
    z-index:390;
    background-color: #000;
    opacity: 0.2;
    display:none;
    transition: 200ms linear 200ms;
    width:100%;
}
.overlay-popup{
    position:fixed;
    height: 100vh;
    top: 0;
    z-index:9998;
    background-color: #000;
    opacity: 0.2;
    display:none;
    transition: 200ms linear 200ms;
    width:100%;
}

.leftmenu-container.active{
    left: 0;
}
.leftmenu-navigation {
    display: flex;
    width: calc(100% - 64px);
    padding: 40px 32px;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    color: #202020;
    font-weight: 400;
    justify-content: flex-start;
    flex: 1;
}

.leftmenu-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.leftmenu-menu-item {
    color: #202020;
    align-self: stretch;
    gap: 10px;
    cursor: pointer;
}
.leftmenu-menu-item a{
    text-decoration:none;
    color: #202020;
}
.leftmenu-menu-item-spacing {
    margin-top: 18px;
}

.leftmenu-divider {
    aspect-ratio: 166.67;
    object-fit: contain;
    object-position: center;
    width: 100%;
    stroke-width: 1.8px;
    stroke: #202020;
}

.leftmenu-social-section {
    width: calc(100% - 64px);
    padding: 40px 32px;
}

.leftmenu-social-caption {
    color: var(--Text-On-Light-Tertiary-60-, #1A15046B);
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0;
}

.leftmenu-social-icons {
    display: flex;
    margin-top: 24px;
    min-height: 56px;
    width: 100%;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

.leftmenu-social-icon-container {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    min-height: 56px;
    flex-direction: column;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.leftmenu-social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 18px;
}

.leftmenu-legal-section {
    width: calc(100% - 64px);
    padding: 40px 32px;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    color: #1a1504;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1;
}

.leftmenu-legal-item {
    cursor: pointer;
    display: block;
    color: var(--Text-On-Light-Tertiary-60-, #1A15046B);
    text-decoration: none;
}

.leftmenu-legal-item-spacing {
    margin-top: 10px;
}

/* Hover effects for interactive elements */
.leftmenu-menu-item:hover {
    opacity: 0.8;
}

.leftmenu-social-icon-container:hover {
    background-color: rgba(40, 32, 1, 0.05);
}

.leftmenu-legal-item:hover {
    opacity: 0.8;
}
.post-content iframe{
    display: block;
    margin: 0px auto;
}
.docs-file-list {
            display: flex;
            width: 100%;
            max-width: 1376px;
            padding: 0px 8px;
            align-items: flex-start;
            align-content: flex-start;
            gap: 8px;
            flex-wrap: wrap;
            box-sizing: border-box;
            text-decoraion: none;
        }

        @media (max-width: 991px) {
            .docs-file-list {
                padding: 0px 4px;
                gap: 6px;
            }
        }

        @media (max-width: 640px) {
            .docs-file-list {
                flex-direction: column;
                padding: 0px 2px;
                gap: 4px;
            }
        }

        .docs-file-item {
            display: flex;
            min-width: 600px;
            padding: 12px 22px;
            align-items: flex-start;
            gap: 18px;
            flex: 1 0 0;
            border-radius: 4px;
            box-sizing: border-box;
            background-color: rgba(97, 77, 35, 0.06);
            text-decoration: none;
        }

        @media (max-width: 991px) {
            .docs-file-item {
                min-width: calc(50% - 3px);
                padding: 10px 18px;
                gap: 14px;
            }
        }

        @media (max-width: 640px) {
            .docs-file-item {
                min-width: calc(100% - 28px);
                padding: 8px 14px;
                gap: 10px;
                width: calc(100% - 28px);
            }
        }

        .docs-icon-container {
            display: flex;
            padding: 10px 0px;
            align-items: center;
            gap: 10px;
        }

        @media (max-width: 640px) {
            .docs-icon-container {
                padding: 8px 0px;
            }
        }

        .docs-icon-wrapper {
            display: flex;
            width: 76px;
            height: 76px;
            padding: 22px;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            box-sizing: border-box;
            background-color: rgba(97, 77, 35, 0.06);
        }

        @media (max-width: 991px) {
            .docs-icon-wrapper {
                width: 64px;
                height: 64px;
                padding: 18px;
            }
        }

        @media (max-width: 640px) {
            .docs-icon-wrapper {
                width: 52px;
                height: 52px;
                padding: 14px;
            }
        }

        .docs-file-icon {
            width: 22px;
            height: 26px;
            flex-shrink: 0;
            fill: #4f4d49;
        }

        .docs-content-wrapper {
            display: flex;
            padding: 16px 0px 0px 14px;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            flex: 1 0 0;
        }

        @media (max-width: 991px) {
            .docs-content-wrapper {
                padding: 12px 0px 0px 10px;
                gap: 6px;
            }
        }

        @media (max-width: 640px) {
            .docs-content-wrapper {
                padding: 8px 0px 0px 8px;
                gap: 4px;
            }
        }

        .docs-file-title {
            align-self: stretch;
            color: #202020;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 1.08px;
            text-transform: uppercase;
            margin: 0;
        }

        @media (max-width: 991px) {
            .docs-file-title {
                font-size: 16px;
                line-height: 22px;
                letter-spacing: 0.96px;
            }
        }

        @media (max-width: 640px) {
            .docs-file-title {
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 0.84px;
            }
        }

        .docs-file-actions {
            display: flex;
            align-items: center;
            gap: 14px;
            align-self: stretch;
        }

        @media (max-width: 640px) {
            .docs-file-actions {
                gap: 8px;
                flex-wrap: wrap;
            }
        }

        .docs-download-button {
            display: flex;
            padding: 16px 0px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0);
            border: none;
            cursor: pointer;
        }

        .docs-button-content {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
        }

        @media (max-width: 640px) {
            .docs-button-content {
                gap: 4px;
            }
        }

        .docs-download-icon {
            width: 11px;
            height: 11px;
            flex-shrink: 0;
            fill: #202020;
        }

        .docs-button-label {
            color: #202020;
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            .docs-button-label {
                font-size: 11px;
                line-height: 13px;
                letter-spacing: 0.88px;
            }
        }

        @media (max-width: 640px) {
            .docs-button-label {
                font-size: 10px;
                line-height: 12px;
                letter-spacing: 0.8px;
            }
        }

        .docs-metadata-separator {
            color: rgba(37, 26, 4, 0.28);
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            .docs-metadata-separator {
                font-size: 11px;
                line-height: 13px;
                letter-spacing: 0.88px;
            }
        }

        @media (max-width: 640px) {
            .docs-metadata-separator {
                font-size: 10px;
                line-height: 12px;
                letter-spacing: 0.8px;
            }
        }

        .docs-file-format {
            color: rgba(26, 21, 4, 0.42);
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            .docs-file-format {
                font-size: 11px;
                line-height: 13px;
                letter-spacing: 0.88px;
            }
        }

        @media (max-width: 640px) {
            .docs-file-format {
                font-size: 10px;
                line-height: 12px;
                letter-spacing: 0.8px;
            }
        }

        .docs-file-size {
            color: rgba(26, 21, 4, 0.42);
            font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
        }

        @media (max-width: 991px) {
            .docs-file-size {
                font-size: 11px;
                line-height: 13px;
                letter-spacing: 0.88px;
            }
        }

        @media (max-width: 640px) {
            .docs-file-size {
                font-size: 10px;
                line-height: 12px;
                letter-spacing: 0.8px;
            }
        }
        
        
.speaker-profile {
    display: flex;
    width: 100%;
    min-height: 840px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    position: relative;
    background-size:cover;
    
}

@media (max-width: 991px) {
    .speaker-profile {
        min-height: auto;
    }
}

.speaker-background-pattern {
    display: flex;
    width: 100%;
    height: 840px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.speaker-watermark {
    display: flex;
    width: 1116px;
    height: 1717px;
    transform: rotate(90deg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    opacity: 0.7;
    position: relative;
}

@media (max-width: 991px) {
    .speaker-watermark {
        width: 800px;
        height: 1200px;
    }
}

@media (max-width: 640px) {
    .speaker-watermark {
        width: 600px;
        height: 900px;
    }
}

.speaker-breadcrumbs {
    display: flex;
    padding: 24px 18px 0 18px;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.speaker-breadcrumbs a{
    text-decoration: none;
    color: #ece9e3;
}
@media (max-width: 991px) {
    .speaker-breadcrumbs {
        padding: 24px 12px 0 12px;
    }
}

@media (max-width: 640px) {
    .speaker-breadcrumbs {
        padding: 16px 12px 0 12px;
        flex-wrap: wrap;
    }
}

.speaker-breadcrumb {
    max-width: 240px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #ece9e3;
    text-overflow: ellipsis;
    font-family: Zerno;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.39px;
    position: relative;
    padding: 6px 8px;
    gap: 8px;
    border-radius: 4px;
}

@media (max-width: 640px) {
    .speaker-breadcrumb {
        font-size: 12px;
        line-height: 13px;
        padding: 4px 6px;
    }
}

.speaker-breadcrumb-separator {
    color: #efbacf;
    text-align: center;
    font-family: Zerno;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.39px;
    opacity: 0.3;
    position: relative;
}

@media (max-width: 640px) {
    .speaker-breadcrumb-separator {
        font-size: 12px;
        line-height: 13px;
    }
}

.speaker-main-heading {
    flex: 1 0 0;
    position: relative;
    padding: 64px 0 24px 0;
    gap: 10px;
    align-self: stretch;
    z-index: 2;
}

.speaker-main-heading h1 {
    color: #ece9e3;
    text-align: center;
    font-family: Zerno;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 991px) {
    .speaker-main-heading {
        padding: 0 20px;
    }

    .speaker-main-heading h1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 640px) {
    .speaker-main-heading {
        padding: 48px 0 20px 0;
    }

    .speaker-main-heading h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

.speaker-content {
    display: flex;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .speaker-content {
        flex-direction: column;
    }
}

.speaker-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .speaker-info {
        order: 2;
        padding-top: 30px;
    }
}

.speaker-signature {
    width: 155px;
    height: 104px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}

.speaker-signature-image {
    width: 143px;
    height: 104px;
    transform: rotate(-2.249deg);
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -71px;
}

.speaker-signature-overlay {
    width: 155px;
    height: 104px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    background-color: #efbacf;
}

.speaker-title {
    flex: 1 0 0;
    color: #ece9e3;
    text-align: center;
    font-family: Zerno;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    position: relative;
    padding: 70px 48px;
    gap: 10px;
    align-self: stretch;
    margin: 0;
}

@media (max-width: 991px) {
    .speaker-title {
        font-size: 20px;
        line-height: 28px;
        padding: 0 24px;
    }
}

@media (max-width: 640px) {
    .speaker-title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 0 16px;
    }
}

.speaker-subtitle {
    display: flex;
    padding: 0 48px 64px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .speaker-subtitle {
        padding: 0 24px 48px 24px;
        margin-top: 40px;
    }
    .speaker-signature.mobile-show{
        margin-top: 0;
        padding-top:0;
    }
}

@media (max-width: 640px) {
    .speaker-subtitle {
        padding: 0 16px 40px 16px;
    }
}

.speaker-subtitle-label {
    align-self: stretch;
    color: #ece9e3;
    text-align: center;
    font-family: Zerno;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    opacity: 0.6;
    position: relative;
    margin: 0;
}

.speaker-subtitle-description {
    align-self: stretch;
    color: #ece9e3;
    text-align: center;
    font-family: Zerno;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
    position: relative;
    margin: 0;
}

@media (max-width: 640px) {
    .speaker-subtitle-description {
        font-size: 14px;
        line-height: 20px;
    }
}

.speaker-image-container {
    display: flex;
    padding-top: 48px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .speaker-image-container {
        order: 1;
        padding-top: 24px;
        display: block;
    }
}

.speaker-portrait {
    position: relative;
    max-width: 360px;
}

@media (max-width: 991px) {
    .speaker-portrait {
        margin: auto;
        display: block;
    }
}

@media (max-width: 640px) {
    .speaker-portrait {
        width: 240px;
    }
}

.speaker-social-cta {
    display: flex;
    padding-top: 24px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .speaker-social-cta {
        order: 3;
    }
}

.speaker-social-icons {
    display: flex;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 640px) {
    .speaker-social-icons {
        padding: 0 20px;
        gap: 6px;
    }
}

.speaker-social-link {
    display: flex;
    width: 64px;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid rgba(236, 233, 227, 0.3);
    position: relative;
    text-decoration: none;
}

@media (max-width: 640px) {
    .speaker-social-link {
        width: 56px;
        height: 56px;
    }
}

.speaker-telegram-icon,
.speaker-instagram-icon,
.speaker-facebook-icon,
.speaker-substack-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #efbacf;
    position: relative;
}

.speaker-cta-wrapper {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 640px) {
    .speaker-cta-wrapper {
        padding: 8px;
    }
}

.speaker-cta-button {
    display: flex;
    padding: 22px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    background-color: #ece9e3;
    border: none;
}

@media (max-width: 640px) {
    .speaker-cta-button {
        padding: 18px 24px;
    }
}

.speaker-cta-text {
    color: #202020;
    font-family: Zerno;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    position: relative;
    gap: 10px;
    align-self: stretch;
}

@media (max-width: 640px) {
    .speaker-cta-text {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 1px;
    }
}

.speaker-testimonial {
    display: flex;
    padding: 32px 0 64px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #cfccc1;
}

.speaker-video-container {
    min-width: 240px;
    padding-left: 8px;
    width: 340px;
}

.speaker-video-wrapper {
    border-radius: 4px;
    width: 100%;
    padding: 8px;
    background-color: #ddd9cf;
}

.speaker-thumbnail {
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.speaker-thumbnail-image {
    aspect-ratio: 0.69;
    object-fit: contain;
    object-position: center;
    width: 100%;
    display: block;
}

.speaker-video-controls {
    display: flex;
    margin-top: 8px;
    width: calc(100% - 16px);
    padding: 0 8px;
    align-items: center;
    gap: 40px 61px;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: space-between;
}

.speaker-play-button {
    border-radius: 100px;
    background-color: transparent;
    border: none;
    align-self: stretch;
    display: flex;
    margin: auto 0;
    padding: 16px 0;
    flex-direction: column;
    align-items: stretch;
    color: #202020;
    justify-content: center;
    width: 212px;
    cursor: pointer;
    text-align: left;
}

.speaker-button-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.speaker-play-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.speaker-button-label {
    color: #202020;
    align-self: stretch;
    margin: auto 0;
    text-transform: uppercase;
    font-family: Zerno, sans-serif;
}

.speaker-duration {
    color: #1a1504;
    text-align: right;
    align-self: stretch;
    margin: auto 0;
}

.speaker-testimonial-content {
    display: flex;
    min-width: 240px;
    padding: 88px 113px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .speaker-testimonial-content {
        max-width: 100%;
        padding: 88px 20px;
    }
}

.speaker-quote {
    max-width: 420px;
    align-self: center;
    color: #4f4d49;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
    margin: 0;
}

.speaker-signature {
    display: flex;
    margin-top: 88px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .speaker-signature {
        max-width: 100%;
        margin-top: 40px;
    }
}

.speaker-signature-image {
    aspect-ratio: 1.49;
    object-fit: contain;
    object-position: center;
    width: 155px;
    max-width: 100%;
}

.speaker-info-section {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 340px;
    flex-shrink: 0;
    height: 530px;
    padding: 88px 0;
}

.speaker-navigation {
    background-color: rgba(229, 226, 218, 1);
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #1a1504;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
    position: sticky;
}

@media (max-width: 991px) {
    .speaker-navigation {
        white-space: initial;
    }
}

.speaker-nav-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    stroke-width: 1.8px;
    stroke: #202020;
}

@media (max-width: 991px) {
    .speaker-nav-image {
        max-width: 100%;
    }
}

.speaker-nav-menu {
    display: flex;
    margin: 20px auto;
    width: fit-content;
    padding: 0 26px;
    gap: 8px 100px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .speaker-nav-menu {
        max-width: 100%;
        padding: 0 20px;
        white-space: initial;
    }
}

.speaker-nav-chip {
    align-self: stretch;
    border-radius: 56px;
    background-color: rgba(255, 255, 255, 0);
    border: 1.4px solid rgba(255, 255, 255, 0);
    margin: auto 0;
    padding: 16px 22px;
    gap: 10px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration:none;
}

.speaker-nav-chip--active, .speaker-nav-chip:hover {
    color: #202020;
    border: 1.4px solid var(--Outlines-Primary-110, #202020);
    background-color: rgba(97, 77, 35, 0.06);
}

@media (max-width: 991px) {
    .speaker-nav-chip {
        padding: 16px 20px;
        white-space: initial;
    }
}

.speaker-nav-chip:hover {
    background-color: rgba(97, 77, 35, 0.03);
}

.speaker-nav-chip--active:hover {
    background-color: rgba(97, 77, 35, 0.08);
}

.speaker-nav-image-bottom {
    object-fit: contain;
    object-position: center;
    width: 100%;
    stroke-width: 1.8px;
    stroke: #202020;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .speaker-nav-image-bottom {
        max-width: 100%;
    }
}


.speaker-qualification {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .speaker-qualification {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 640px) {
    .speaker-qualification {
        padding: 0;
    }
}

.speaker-title-section {
    display: flex;
    padding: 220px 0 112px 0;
    justify-content: center;
    align-items: center;
    gap: 64px;
    width: 100%;
}

@media (max-width: 991px) {
    .speaker-title-section {
        padding: 120px 0 60px 0;
    }
}

@media (max-width: 640px) {
    .speaker-title-section {
        padding: 80px 0 40px 0;
        gap: 32px;
    }
}

.speaker-main-title {
    color: #202020;
    text-align: center;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 991px) {
    .speaker-main-title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.44px;
    }
}

@media (max-width: 640px) {
    .speaker-main-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.96px;
    }
}

.speaker-content-wrapper {
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.speaker-separator-container {
    width: 100%;
}

.speaker-line-separator {
    height: 0px;
    width: 100%;
    stroke-width: 1px;
    stroke: rgba(40, 32, 1, 0.1);
}

.speaker-qualification-row {
    display: flex;
    padding: 0 12px;
    align-items: center;
    gap: 12px;
    width: calc(100% - 24px);
    border-top: 1px solid #cfccc1;
}

@media (max-width: 991px) {
    .speaker-qualification-row {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .speaker-qualification-row {
        padding: 0 8px;
        gap: 16px;
    }
}

.speaker-qualification-item {
    display: flex;
    padding: 12px;
    align-items: center;
    flex: 1 0 0;
}

@media (max-width: 991px) {
    .speaker-qualification-item {
        width: 100%;
        flex: none;
    }
}

@media (max-width: 640px) {
    .speaker-qualification-item {
        padding: 8px;
        text-align: center;
    }
}

.speaker-qualification-image {
    display: flex;
    width: 142px;
    height: 142px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .speaker-qualification-image {
        width: 100px;
        height: 100px;
        margin-bottom: 16px;
    }
}

.speaker-qualification-text {
    display: flex;
    padding: 0 40px 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

@media (max-width: 991px) {
    .speaker-qualification-text {
        padding: 0 20px 0 24px;
    }
}

@media (max-width: 640px) {
    .speaker-qualification-text {
        padding: 0;
        gap: 12px;
        text-align: center;
    }
}

.speaker-qualification-title {
    width: 100%;
    color: #202020;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
    margin: 0;
}

@media (max-width: 991px) {
    .speaker-qualification-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 640px) {
    .speaker-qualification-title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

.speaker-qualification-text p {
    width: 100%;
    color: rgba(26, 21, 4, 0.42);
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin: 0;
}
.speaker-qualification-text a {
    color: #4F4D49;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.45px;
}
@media (max-width: 991px) {
    .speaker-qualification-text p  {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 640px) {
    .speaker-qualification-text p  {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
}

.speaker-highlighted-text {
    color: rgba(79, 77, 73, 1);
    text-decoration: underline;
}

.speaker-single-item {
    width: 662px;
}

@media (max-width: 991px) {
    .speaker-single-item {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .speaker-single-item {
        flex-direction: column;
        text-align: center;
    }
}

.books-image img{
    margin:auto;
    display:block;
    width:452px;
}

.books-margin {
  padding: 0 8px 8px;
}

.books-event-tile {
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  min-height: 520px;
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
  background-color: var(--Surface-20, #ddd9cf);
}

@media (max-width: 991px) {
  .books-event-tile {
    max-width: 100%;
  }
}

.books-left-content {
  min-width: 240px;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--Text-On-Light-Primary-110, #202020);
  font-weight: 400;
  text-transform: uppercase;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 8px;
}

@media (max-width: 991px) {
  .books-left-content {
    max-width: 100%;
  }
}

.books-category {
  display: flex;
  width: calc(100% - 80px);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1a1504;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1.12px;
  line-height: 2;
  justify-content: center;
  padding: 40px 40px 0;
}

@media (max-width: 991px) {
  .books-category {
    max-width: 100%;
    white-space: initial;
    padding: 0 20px;
  }
}

.books-category-label {
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.books-title-section {
  display: flex;
  width: calc(100% - 80px);
  align-items: center;
  gap: 10px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1.32px;
  line-height: 30px;
  justify-content: center;
  flex: 1;
  height: 70%;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .books-title-section {
    max-width: 100%;
    padding: 0 20px;
  }
}

.books-main-title {
  color: var(--Text-On-Light-Primary-110, #202020);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.books-action-section {
  display: flex;
  width: 100%;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: start;
}

@media (max-width: 991px) {
  .books-action-section {
    max-width: 100%;
  }
}

.books-read-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 56px;
  border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  width: 181px;
  max-width: 100%;
  flex-direction: column;
  padding: 16px 22px;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-decoration:none;
}

@media (max-width: 991px) {
  .books-read-button {
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .books-read-button {
    width: calc(100% - 40px);
  }
}

.books-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.books-button-label {
  color: var(--Text-On-Light-Primary-110, #202020);
  align-self: stretch;
  margin: auto 0;
}

.books-button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.books-book-display {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 8px;
}

@media (max-width: 991px) {
  .books-book-display {
    max-width: 100%;
  }
}

.books-book-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 72px 64px 0px rgba(46, 46, 44, 0.2),
    0px 24px 18px 0px rgba(46, 46, 44, 0.08),
    0px 4px 2px 0px rgba(46, 46, 44, 0.03);
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.768;
  min-height: 310px;
  width: 238px;
  max-width: 100%;
}

.books-cover-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.books-book-spine {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: end;
  height: 100%;
  width: 20px;
}

@media (max-width: 991px) {
  .books-book-spine {
    display: none;
  }
}

.books-spine-shadow {
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  min-height: 310px;
  width: 8px;
}

.books-book-overlay {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 1;
  height: 310px;
  flex: 1;
  flex-basis: 0%;
  padding: 40px 0;
}

.books-metadata {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 8px;
}

@media (max-width: 991px) {
  .books-metadata {
    max-width: 100%;
  }
}

.books-year-section {
  display: flex;
  width: 100%;
  padding-top: 40px;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
}

@media (max-width: 991px) {
  .books-year-section {
    max-width: 100%;
  }
}

.books-year-label {
  color: #1a1504;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
}

@media (max-width: 991px) {
  .books-year-label {
    max-width: 100%;
  }
}

.books-year-value {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.08px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .books-year-value {
    max-width: 100%;
  }
}

.books-description-container {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: column;
  align-items: stretch;
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  text-align: center;
  letter-spacing: 0.45px;
  justify-content: center;
  flex: 1;
  padding: 0 40px;
  font: 400 15px/22px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  height:56%;
}

@media (max-width: 991px) {
  .books-description-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.books-description {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  margin: 0;
}

.books-authors-section {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .books-authors-section {
    max-width: 100%;
  }
}

.books-authors-label {
  color: #1a1504;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font: 400 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .books-authors-label {
    max-width: 100%;
  }
}

.books-author-avatars {
  align-self: center;
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.books-avatar-first {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.books-avatar-second {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}


.book-hero-header {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    justify-content: center;
    padding: 162px 0 112px;
}

@media (max-width: 991px) {
    .book-hero-header {
        max-width: 100%;
        padding: 100px 0;
    }
}

.book-title {
    max-width: 1000px;
    align-self: center;
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    z-index: 0;
    width: 1000px;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .book-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 50px;
    }
}

.book-breadcrumbs {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    letter-spacing: 0.39px;
    line-height: 1;
    justify-content: start;
    left: 0px;
    top: 0px;
    padding: 24px 18px 0;
}
.book-breadcrumbs a{
    text-decoration: none;
    color: #4f4d49;
}

@media (max-width: 991px) {
    .book-breadcrumbs {
        max-width: 100%;
    }
}

.book-breadcrumb {
    border-radius: 4px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    margin: auto 0;
    padding: 6px 8px;
}

@media (max-width: 991px) {
    .book-breadcrumb {
        white-space: initial;
    }
}

.book-crumb {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    text-overflow: ellipsis;
}

.book-separator {
    color: #282001;
    text-align: center;
    align-self: stretch;
    margin: auto 0;
}

.book-breadcrumb-current {
    border-radius: 4px;
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    padding: 6px 8px;
}

.book-hero-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 991px) {
    .book-hero-image {
        max-width: 100%;
    }
}

.book-details {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    padding: 8px 0;
    border-top: 1px solid #cfccc1;
}



.book-info {
    min-height: 560px;
    min-width: 240px;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 48px;
    padding: 8px;
    border-right: 1px solid #cfccc1;
}

@media (max-width: 991px) {
    .book-info {
        max-width: 100%;
    }
}

.book-description-container {
    width: 100%;
    font-weight: 400;
    flex: 1;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .book-description-container {
        max-width: 100%;
    }
}

.book-section-title {
    color: #1a1504;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .book-section-title {
        max-width: 100%;
    }
}

.book-description-wrapper {
    display: flex;
    margin-top: 32px;
    width: calc(100% - 48px);
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex: 1;
    padding: 0 24px;
}

@media (max-width: 991px) {
    .book-description-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
}

.book-description-text {
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    text-align: justify;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.54px;
    margin: 0;
    overflow-y: hidden;
    height: 290px;
    transition: height 0.3s ease;
    box-sizing: border-box;
    display:block !important;
}

.book-description-text.expanded {
    height: auto;
}

@media (max-width: 991px) {
    .book-description-text {
        white-space: initial;
    }
}

.book-expand-button {
    align-self: start;
    display: flex;
    margin-top: 24px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--Text-On-Light-Primary-110, #202020);
    text-transform: uppercase;
    letter-spacing: 1.12px;
    line-height: 1;
    justify-content: start;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.book-expand-text {
    color: var(--Text-On-Light-Primary-110, #202020);
    align-self: stretch;
    margin: auto 0;
}

.book-expand-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.book-purchase-section {
    width: calc(100% - 16px);
    text-transform: uppercase;
    padding: 0 8px 8px;
    border-top: 1px solid #cfccc1;
}

@media (max-width: 991px) {
    .book-purchase-section {
        max-width: 100%;
        padding: 30px 8px 8px;
    }
}

.book-purchase-divider {
    aspect-ratio: 500;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 991px) {
    .book-purchase-divider {
        max-width: 100%;
    }
}

.book-price-line {
    display: flex;
    width: calc(100% - 48px);
    align-items: start;
    font-weight: 400;
    justify-content: start;
    padding: 28px 24px;
}

@media (max-width: 991px) {
    .book-price-line {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
}

.book-price-label {
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.book-price-value {
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.32px;
}

.book-buy-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: flex;
    width: calc(100% - 108px);
    flex-direction: column;
    font-size: 14px;
    color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
    font-weight: 500;
    letter-spacing: 1.12px;
    line-height: 1;
    background-color: var(--Surface-110, #202020);
    padding: 22px 30px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin:0 24px;
    text-decoration:none;
}

@media (max-width: 991px) {
    .book-buy-button {
        max-width: 100%;
        padding: 12px 20px;
        width: calc(100% - 40px);
        margin: 20px 0 0;
    }
}

.book-buy-button-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.book-buy-label {
    color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
    align-self: stretch;
    margin: auto 0;
}

.book-vertical-divider {
    object-fit: contain;
    object-position: center;
    width: 0px;
    flex-shrink: 0;
}

.book-cover-section {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 64px;
    border-right: 1px solid #cfccc1;
}

@media (max-width: 991px) {
    .book-cover-section {
        max-width: 100%;
    }
}

.book-cover-image {
    aspect-ratio: 1.1;
    object-fit: contain;
    object-position: center;
    width: 80%;
    max-width: 100%;
    margin-top:-100px;
}
@media (max-width: 991px) {
    .book-details {
        max-width: 100%;
        border-top: 0;
    }
    .book-cover-image{
        margin: auto;
        width: 100%;
    }
}
.book-vertical-divider-right {
    object-fit: contain;
    object-position: center;
    width: 0px;
    flex-shrink: 0;
}

.book-metadata {
    align-self: start;
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 48px 32px;
}

@media (max-width: 991px) {
    .book-metadata {
        max-width: 100%;
        padding: 0 20px;
    }
}

.book-metadata-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    justify-content: start;
    margin: 0;
}

.book-metadata-item:not(:first-child) {
    margin-top: 32px;
}

.book-metadata-label {
    color: #1a1504;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.book-authors {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    width: 148px;
    margin: auto 0;
}

.book-author-avatar {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 44px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.book-metadata-value {
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.45px;
    align-self: stretch;
    margin: auto 0;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
}

.book-demo-container {
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 132px 0 132px 36px;
}

@media (max-width: 768px) {
    .book-demo-container {
        padding: 40px 0px;
        display: block;
    }
}

.book-demo-border-frame {
    position: absolute;
    z-index: 0;
    min-width: 240px;
    min-height: 884px;
    left: 0;
    right: 2px;
    top: 0;
    bottom: 0;
    width: calc(100% - 26px);
    padding: 12px;
}

@media (max-width: 768px) {
    .book-demo-border-frame {
        display: none;
    }
}

.book-demo-border-inner {
    justify-content: center;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
    display: flex;
    width: calc(100% - 24px);
    flex-direction: column;
    flex: 1;
    padding: 12px;
}

@media (max-width: 991px) {
    .book-demo-border-inner {
        max-width: 100%;
    }
}

.book-demo-border-middle {
    justify-content: center;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
    display: flex;
    width: calc(100% - 24px);
    flex-direction: column;
    flex: 1;
    padding: 12px;
}

@media (max-width: 991px) {
    .book-demo-border-middle {
        max-width: 100%;
    }
}

.book-demo-border-core {
    border-radius: 4px;
    border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
    display: flex;
    min-height: 812px;
    width: 100%;
    flex: 1;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .book-demo-border-core {
        max-width: 100%;
    }
}

.book-demo-content {
    align-self: stretch;
    z-index: 0;
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 40px;
}

@media (max-width: 991px) {
    .book-demo-content {
        max-width: 100%;
        padding: 0 20px;
    }
}

.book-demo-header {
    display: flex;
    width: 100%;
    padding-top: 140px;
    flex-direction: column;
    align-items: stretch;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .book-demo-header {
        max-width: 100%;
        padding-top: 100px;
    }
}

.book-demo-title {
    color: var(--Text-On-Light-Primary-110, #202020);
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .book-demo-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 55px;
    }
}

.book-demo-description {
    max-width: 400px;
    align-self: center;
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin: 28px 0 0 0;
    width: 400px;
}

.book-demo-file-card {
    min-width: 420px;
    align-items: start;
    border-radius: 4px;
    display: flex;
    margin-top: 136px;
    width: calc(100% - 44px);
    gap: 18px;
    justify-content: start;
    flex-wrap: wrap;
    background-color: var(--Greyscale-Alpha-20-, rgba(97, 77, 35, 0.06));
    padding: 12px 22px;
}

@media (max-width: 991px) {
    .book-demo-file-card {
        max-width: 100%;
        margin: 40px 0;
        padding: 0 20px;
        min-width : 0;
    }
}

.book-demo-file-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    width: 76px;
    padding: 10px 0;
}

.book-demo-icon-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 76px;
    align-self: stretch;
    margin: auto 0;
}

.book-demo-file-content {
    min-width: 240px;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 16px 0 0 14px;
}

@media (max-width: 786px) {
    .book-demo-file-content {
        max-width: 100%;
        min-width: 140px;
        padding: 12px 0 0 0px;
    }
}

.book-demo-file-title {
    color: var(--Text-On-Light-Primary-110, #202020);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.9px;
    margin: 0;
}

.book-demo-file-actions {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #251a04;
    letter-spacing: 0.96px;
    line-height: 1;
    justify-content: start;
}

.book-demo-download-button {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: var(--Text-On-Light-Primary-110, #202020);
    white-space: nowrap;
    justify-content: center;
    width: 89px;
    margin: auto 0;
    padding: 16px 0;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .book-demo-download-button {
        white-space: initial;
    }
}

.book-demo-button-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

@media (max-width: 991px) {
    .book-demo-button-content {
        white-space: initial;
    }
}

.book-demo-download-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.book-demo-button-label {
    color: var(--Text-On-Light-Primary-110, #202020);
    align-self: stretch;
    margin: auto 0;
}

.book-demo-separator {
    align-self: stretch;
    margin: auto 0;
}

.book-demo-file-type {
    color: #1a1504;
    align-self: stretch;
    margin: auto 0;
}

.book-demo-file-size {
    color: #1a1504;
    align-self: stretch;
    margin: auto 0;
}

.book-demo-preview {
    z-index: 0;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 80px;
    width: 70%;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .book-demo-preview {
        display: none;
    }
}

.book-demo-book-wrapper {
    border-radius: 12px;
    background-color: rgba(42, 48, 64, 1);
    /*box-shadow: 0px 72px 56px rgba(8, 28, 18, 0.1);*/
    display: flex;
    width: 100%;
    max-width: 854px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 991px) {
    .book-demo-book-wrapper {
        max-width: 100%;
    }
}

.book-demo-book-inner {
    align-items: stretch;
    border-radius: 2px;
    display: flex;
    min-height: 600px;
    width: 100%;
    max-width: 834px;
    overflow: hidden;
    justify-content: start;
    flex-wrap: wrap;
    background-color: var(--Surface-00, #ece9e3);
}

@media (max-width: 991px) {
    .book-demo-book-inner {
        max-width: 100%;
    }
}

.book-demo-book-content {
    min-width: 240px;
    font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    flex: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 64px 32px 72px 42px;
    width: 65%;
    flex-direction: column;
}

@media (max-width: 991px) {
    .book-demo-book-content {
        padding: 0 20px;
    }
}

.book-demo-book-title {
    color: var(--Text-On-Light-Primary-110, #202020);
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin: 0;
}

.book-demo-book-details {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex: 1;
}

@media (max-width: 991px) {
    .book-demo-book-details {
        white-space: initial;
    }
}

.book-demo-details-label {
    align-self: start;
    color: #1a1504;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: auto;
}

.book-demo-book-description {
    color: var(--Text-On-Light-Secondary-75, #4f4d49);
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin: 22px 0 0 0;
    flex: 1;
}

@media (max-width: 991px) {
    .book-demo-book-description {
        white-space: initial;
    }
}

.book-demo-book-cover {
    display: flex;
    min-width: 240px;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 300px 42px 38px 32px;
    width: 35%;
        flex-direction: column;
}

@media (max-width: 991px) {
    .book-demo-book-cover {
        padding: 0 20px;
    }
}

.book-demo-cover-image {
    aspect-ratio: 0.64;
    object-fit: contain;
    object-position: center;
    width: 37px;
    align-self: stretch;
    margin: auto;
}

.courses-aspirations{
    background: transparent !important;
}

.content-card .benefit-item{
    box-shadow: none;
    margin:0;
    padding: 48px 0 0;
    font-family: Zerno, sans-serif;
    width: auto !important;
}

.content-card .benefit-item .feature-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  font-weight: 400;
  text-align:center;
}

.content-card .benefit-item .feature-text{
    margin-top: 109px;
}

.content-card .benefit-item .feature-bottom {
    width: 100%;
}
.course-values .content-card{
    background: #D7D3C9;
}



.calendar-container {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 10px;
  overflow: hidden;
  font-family: sans-serif;
  border-top: 1px solid #2820011F;
  border-bottom: 1px solid #2820011F;
}

.nav {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.calendar-scroll {
  overflow-x: hidden;
  flex-grow: 1;
}

.calendar-days {
  display: flex;
  gap: 10px;
  padding: 0 10px;
}

.calendar-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 37px;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 5px;
  font-family: Zerno, sans-serif;
}

.calendar-day.today {
  background: #000;
  color: #fff;
}
.calendar-day.today .weekday{
  color: #fff;
}

.calendar-day.marked_1 {
  position: relative;
  background-image: url('assets/images/date-circle_1.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center top;
}

.calendar-day.marked_2 {
  position: relative;
  background-image: url('assets/images/date-circle_2.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center top;
}

.calendar-day.marked_1.today, .calendar-day.marked_2.today{
    background-image: none;
}

.calendar-day .day {
  font-weight: bold;
}

.calendar-day .weekday {
  font-size: 12px;
  color: #666;
}


.calendar-event-card {
  justify-content: space-between;
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--Greyscale-Alpha-20-, rgba(97, 77, 35, 0.06));
  padding: 8px;
  margin-bottom: 20px;
}

.calendar-content-section {
  display: flex;
  min-width: 240px;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .calendar-content-section {
    max-width: 100%;
  }
}

.calendar-date-display {
  text-transform: uppercase;
  width: 179px;
  padding: 40px 0 40px 24px;
  border-right: 1px solid #251A0447;
}

.calendar-date-day {
  color: var(--Text-On-Light-Primary-110, #202020);
  font-size: 64px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -1.92px;
}

@media (max-width: 991px) {
  .calendar-date-day {
    font-size: 40px;
  }
}

.calendar-date-month {
  color: #251a04;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.46px;
}

@media (max-width: 991px) {
  .calendar-date-month {
    font-size: 40px;
  }
}

.calendar-separator-image {
  object-fit: contain;
  object-position: center;
  width: 0px;
  flex-shrink: 0;
}

.calendar-event-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 40px 32px 32px;
}

@media (max-width: 991px) {
  .calendar-event-info {
    max-width: 100%;
    padding: 0 20px;
  }
}

.calendar-event-header {
  width: 100%;
  font-weight: 400;
}

@media (max-width: 991px) {
  .calendar-event-header {
    max-width: 100%;
  }
}

.calendar-event-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-overflow: ellipsis;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .calendar-event-title {
    max-width: 100%;
  }
}

.calendar-event-details {
  display: flex;
  margin: 56px 0 0 0;
  width: 100%;
  align-items: center;
  gap: 28px 0px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .calendar-event-details {
    max-width: 100%;
    margin-top: 40px;
  }
}

.calendar-detail-item {
  align-self: stretch;
  min-width: 160px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  maÿ in ꌢ翴 to 0;
}

.calendar-detail-label {
  color: #1a1504;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}

.calendar-detail-value {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.45px;
  margin: 8px 0 0 0;
}

.calendar-detail-location {
  align-self: stretch;
  min-width: 160px;
  white-space: nowrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .calendar-detail-location {
    max-width: 100%;
    white-space: initial;
  }
}

.calendar-detail-location .calendar-detail-label {
  color: #1a1504;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .calendar-detail-location .calendar-detail-label {
    max-width: 100%;
  }
}

.calendar-detail-location .calendar-detail-value {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.45px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .calendar-detail-location .calendar-detail-value {
    max-width: 100%;
  }
}

.calendar-action-buttons {
  align-self: start;
  display: flex;
  margin-top: 104px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  line-height: 1;
  justify-content: start;
}

@media (max-width: 991px) {
  .calendar-action-buttons {
    margin-top: 40px;
  }
}

.calendar-primary-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 100px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  font-weight: 500;
  white-space: nowrap;
  width: 185px;
  background-color: var(--Surface-110, #202020);
  margin: auto 0;
  padding: 16px 22px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media (max-width: 991px) {
  .calendar-primary-button {
    white-space: initial;
    padding: 0 20px;
  }
}

.calendar-primary-button .calendar-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 991px) {
  .calendar-primary-button .calendar-button-content {
    white-space: initial;
  }
}

.calendar-primary-button .calendar-button-label {
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  align-self: stretch;
  margin: auto 0;
}

.calendar-secondary-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 56px;
  border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
  background-color: rgba(255, 255, 255, 0);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  color: var(--Text-On-Light-Primary-110, #202020);
  font-weight: 400;
  width: 128px;
  margin: auto 0;
  padding: 16px 22px;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration:none;
}

@media (max-width: 991px) {
  .calendar-secondary-button {
    padding: 0 20px;
  }
}

.calendar-secondary-button .calendar-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.calendar-secondary-button .calendar-button-label {
  color: var(--Text-On-Light-Primary-110, #202020);
  align-self: stretch;
  margin: auto 0;
}

.calendar-image-wrapper {
  border-radius: 4px;
  min-width: 240px;
  overflow: hidden;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .calendar-image-wrapper {
    max-width: 100%;
  }
}

.calendar-event-image {
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex: 1;
}

@media (max-width: 991px) {
  .calendar-event-image {
    max-width: 100%;
  }
}

.course-menu-container {
  top: 114px;
  position:fixed;
  z-index: 1111;
  width:100%;
  display:none;
}

@media (max-width: 991px) {
  .course-menu-container {
    padding-left: 20px;
  }
}

.course-menu-opened {
  align-items: stretch;
  display: flex;
  min-height: 438px;
  justify-content: start;
  flex-wrap: wrap;
  background-color: var(--Surface-10, #e5e2da);
}

@media (max-width: 991px) {
  .course-menu-opened {
    max-width: 100%;
  }
}

.course-menu-cta-section {
  display: flex;
  min-height: 360px;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  justify-content: center;
  width: 279px;
  padding: 8px;
  font: 12px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.course-menu-cta-content {
  justify-content: space-between;
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  width: calc(100% - 48px);
  flex-direction: column;
  flex: 1;
  background-color: var(--Greyscale-20, #ddd9cf);
  padding: 180px 24px 32px;
}

@media (max-width: 991px) {
  .course-menu-cta-content {
    padding: 100px 20px 0;
  }
}

.course-menu-cta-text {
  color: #251a04;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}

.course-menu-cta-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 100px;
  align-self: center;
  display: flex;
  margin-top: 136px;
  width: 142px;
  max-width: 100%;
  flex-direction: column;
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  font-weight: 500;
  line-height: 1;
  background-color: var(--Surface-110, #202020);
  padding: 16px 22px;
}

@media (max-width: 991px) {
  .course-menu-cta-button {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.course-menu-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration:none;
}

.course-menu-button-label {
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  align-self: stretch;
  margin: auto 0;
  text-decoration:none;
}

.course-menu-button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.course-menu-separator {
  object-fit: contain;
  object-position: center;
  width: 0px;
  stroke-width: 1.8px;
  stroke: var(--Outlines-Primary-110, #202020);
  flex-shrink: 0;
  border-left: 1.8px solid var(--Outlines-Primary-110, #202020);
}

.course-menu-course-card {
  display: flex;
  min-height: 360px;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 8px;
  transition: background-color 0.3s ease;
  text-decoration:none;
}

@media (max-width: 991px) {
  .course-menu-course-card {
    max-width: 100%;
  }
}

.course-menu-course-content {
  border-radius: 4px;
  width: calc(100% - 160px);
  flex: 1;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .course-menu-course-content {
    max-width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.course-menu-icon-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.course-menu-course-icon {
  aspect-ratio: 0.66;
  object-fit: contain;
  object-position: center;
  width: 38px;
  align-self: stretch;
  margin: auto 0;
  filter: invert(33%);
}

.course-menu-course-info {
  display: flex;
  margin-top: 48px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  color: #251A0447;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
}

@media (max-width: 991px) {
  .course-menu-course-info {
    margin-top: 40px;
  }
}

.course-menu-course-title {
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.46px;
  align-self: center;
  margin: 0;
  text-decoration:none;
  color: #251A0447;
}
.course-menu-course-card-featured .course-menu-course-title{
    text-decoration:underline;
    color: var(--Greyscale-00, #ece9e3);
}
@media (max-width: 991px) {
  .course-menu-course-title {
    font-size: 40px;
  }
}

.course-menu-course-description {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.12px;
  margin: 32px 0 0 0;
  text-decoration:none;
}

.course-menu-course-card-featured {
  display: flex;
  min-height: 360px;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 8px;
}

@media (max-width: 991px) {
  .course-menu-course-card-featured {
    max-width: 100%;
  }
}

.course-menu-course-content-featured {
  border-radius: 4px;
  width: calc(100% - 160px);
  flex: 1;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .course-menu-course-content-featured {
    max-width: 100%;
    padding: 0 20px;
  }
}

.course-menu-course-content-featured .course-menu-course-info {
  color: var(--Greyscale-00, #ece9e3);
}

@media (max-width: 991px) {
  .course-menu-course-info-featured {
    margin-top: 40px;
  }
}

.course-menu-featured-title-wrapper {
  align-self: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 46px;
  letter-spacing: -0.46px;
  line-height: 1;
  justify-content: center;
}

@media (max-width: 991px) {
  .course-menu-featured-title-wrapper {
    font-size: 40px;
  }
}

.course-menu-featured-title {
  color: var(--Greyscale-00, #ece9e3);
  z-index: 0;
  margin: auto 0;
  font-size: inherit;
}

@media (max-width: 991px) {
  .course-menu-featured-title {
    font-size: 40px;
  }
}

.course-menu-title-underline {
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  height: 2px;
  left: 0px;
  right: 0px;
  bottom: -2px;
  width: 109px;
  background-color: var(--Greyscale-00, #ece9e3);
}

.course-menu-featured-description {
  color: var(--Greyscale-00, #ece9e3);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.12px;
  opacity: 0.5;
  margin: 32px 0 0 0;
}

.course-menu-featured-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 56px;
  border: 1px solid var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  background-color: rgba(255, 255, 255, 0);
  align-self: center;
  display: none;
  width: 142px;
  max-width: 100%;
  flex-direction: column;
  color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
  text-transform: uppercase;
  letter-spacing: 0.96px;
  padding: 16px 22px;
  font: 400 12px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  margin:67px auto auto;
}
.course-menu-course-card-featured  .course-menu-featured-button{
    display:flex;
}
@media (max-width: 991px) {
  .course-menu-featured-button {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.service-menu-container {
  align-items: stretch;
  display: none;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  justify-content: start;
  flex-wrap: wrap;
  background-color: var(--Surface-10, #e5e2da);
  position: fixed;
  top: 114px;
  z-index: 1111;
  width: 100%;
}
.service-menu-container.active {
  display: flex;  
}
.service-menu-left-section {
  align-self: start;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 12px;
  padding: 64px 0;
}

@media (max-width: 991px) {
  .service-menu-left-section {
    max-width: 100%;
  }
}

.service-menu-logo {
  aspect-ratio: 0.66;
  object-fit: contain;
  object-position: center;
  width: 38px;
  align-self: center;
}

.service-menu-title {
  color: var(--Text-On-Light-Primary-110, #202020);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin: 72px 0 0 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .service-menu-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
}

.service-menu-description {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.54px;
  margin: 72px 0 0 0;
}

@media (max-width: 991px) {
  .service-menu-description {
    max-width: 100%;
    margin-top: 40px;
  }
}

.service-menu-right-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  text-transform: uppercase;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 6px;
}

@media (max-width: 991px) {
  .service-menu-right-section {
    max-width: 100%;
  }
}

.service-menu-services-container {
  justify-content: center;
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
  background-color: var(--Surface-20, #ddd9cf);
  padding: 64px 0;
}

@media (max-width: 991px) {
  .service-menu-services-container {
    max-width: 100%;
  }
}

.service-menu-service-item {
  width: 100%;
  margin:24px 0;
}

@media (max-width: 991px) {
  .service-menu-service-item {
    max-width: 100%;
  }
}

.service-menu-service-number {
  color: #1a1504;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

@media (max-width: 991px) {
  .service-menu-service-number {
    max-width: 100%;
  }
}

.service-menu-service-title {
  color: var(--Text-On-Light-Primary-110, #202020);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  margin: 16px 0 0 0;
  font-weight: 400;
  display:block;
  text-decoration: none;
}

@media (max-width: 991px) {
  .service-menu-service-title {
    max-width: 100%;
  }
}

.service-menu-service-item-second {
  margin-top: 56px;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .service-menu-service-item-second {
    max-width: 100%;
    margin-top: 40px;
    white-space: initial;
  }
}

.service-menu-service-item-third {
  margin-top: 56px;
  width: 100%;
}

@media (max-width: 991px) {
  .service-menu-service-item-third {
    max-width: 100%;
    margin-top: 40px;
  }
}

.service-form, .command-form, .custom-form{
    position:fixed;
    display:none;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index:9999;
    overflow: hidden;
}

.service-form-content{
    position: relative;
    width: 100%;
    max-height:100vh;
    overflow:hidden;
    display: flex;
    flex-direction: column;
}
body.modal-open { overflow: hidden; }
.contact-popup-container {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px 4px 0 0;
    position: relative;
    font-family: "Zerno", sans-serif;
    background-color: #e5e2da;
    overflow: auto;
    padding: 1rem;
    overscroll-behavior: contain;          /* avoid scroll chaining */
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .contact-popup-container {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .contact-popup-container {
        padding: 4px;
        flex-direction: column;
    }
}

.contact-popup-main {
    display: flex;
    padding-bottom: 88px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    position: relative;
}

@media (max-width: 991px) {
    .contact-popup-main {
        padding-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .contact-popup-main {
        padding-bottom: 24px;
    }
}

.contact-popup-header {
    display: flex;
    padding: 88px 0 32px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .contact-popup-header {
        padding: 40px 0 24px 0;
    }
}

@media (max-width: 640px) {
    .contact-popup-header {
        padding: 24px 0 16px 0;
    }
}

.contact-popup-title {
    width: 557px;
    color: #202020;
    text-align: center;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    position: relative;
    font: 400 64px/72px "Zerno", sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-popup-title {
        width: auto;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.44px;
    }
}

@media (max-width: 640px) {
    .contact-popup-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.96px;
        width: auto;
    }
}

.contact-popup-filters {
    display: flex;
    max-width: 720px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    position: relative;
    margin:auto;
}

@media (max-width: 991px) {
    .contact-popup-filters {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .contact-popup-filters {
        flex-direction: column;
        gap: 12px;
    }
}

.contact-popup-filter-button {
    display: flex;
    padding: 16px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 56px;
    border: 1px solid rgba(40, 32, 1, 0.18);
    position: relative;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 640px) {
    .contact-popup-filter-button {
        padding: 12px 18px;
    }
}

.contact-popup-filter-label {
    color: #202020;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    position: relative;
    font: 400 12px/14px "Zerno", sans-serif;
}

.contact-popup-form {
    display: flex;
    max-width: 720px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 18px 8px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 991px) {
    .contact-popup-form {
        max-width: 100%;
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .contact-popup-form {
        gap: 12px;
    }
}

.contact-popup-input-group {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    position: relative;
}

@media (max-width: 991px) {
    .contact-popup-input-group {
        min-width: 200px;
    }
}

@media (max-width: 640px) {
    .contact-popup-input-group {
        min-width: 100%;
    }
}

.contact-popup-textarea-group {
    flex: 1 0 100%;
}

.contact-popup-input-field {
    display: flex;
    min-height: 76px;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    position: relative;
    background-color: rgba(97, 77, 35, 0.06);
}

@media (max-width: 640px) {
    .contact-popup-input-field {
        min-height: 60px;
        padding: 12px 16px;
    }
}

.contact-popup-label {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    position: relative;
}

.contact-popup-label-text {
    color: rgba(26, 21, 4, 0.42);
    letter-spacing: 0.48px;
    position: relative;
    font: 400 12px/14px "Zerno", sans-serif;
}

.contact-popup-required {
    color: #c74d44;
    letter-spacing: 0.48px;
    position: relative;
    font: 400 12px/14px "Zerno", sans-serif;
}

.contact-popup-input {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    color: #202020;
    letter-spacing: 0.3px;
    font: 400 15px/20px "Zerno", sans-serif;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
}

.contact-popup-input::placeholder {
    color: rgba(26, 21, 4, 0.42);
}

.contact-popup-textarea-container {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}

.contact-popup-cursor-line {
    width: 0;
    height: 20px;
    stroke-width: 1px;
    border-left: 1px solid #202020;
    position: relative;
    margin-right: 8px;
    flex-shrink: 0;
}

.contact-popup-textarea {
    flex: 1 0 0;
    color: rgba(26, 21, 4, 0.42);
    letter-spacing: 0.3px;
    font: 400 15px/20px "Zerno", sans-serif;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    min-height: 40px;
}

.contact-popup-select-container {
    position: relative;
    align-self: stretch;
}

.contact-popup-select {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    color: rgba(26, 21, 4, 0.42);
    letter-spacing: 0.3px;
    font: 400 15px/20px "Zerno", sans-serif;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    appearance: none;
    padding-right: 40px;
}

.contact-popup-select-arrow {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: none;
}

.contact-popup-submit-button {
    display: flex;
    max-width: 720px;
    padding: 22px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    background-color: #202020;
    border: none;
}

@media (max-width: 640px) {
    .contact-popup-submit-button {
        padding: 18px 24px;
    }
}

.contact-popup-submit-label {
    color: #e5e2da;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    position: relative;
    font: 500 14px/16px "Zerno", sans-serif;
}

.contact-popup-sidebar {
    display: flex;
    width: 440px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    position: relative;
    background-color: #ddd9cf;
}

@media (max-width: 640px) {
    .contact-popup-sidebar {
        width: 100%;
    }
}

.contact-popup-info-header {
    display: flex;
    padding: 56px 48px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
}

@media (max-width: 991px) {
    .contact-popup-info-header {
        padding: 40px 24px;
    }
}

@media (max-width: 640px) {
    .contact-popup-info-header {
        padding: 24px 16px;
    }
}

.contact-popup-info-title {
    align-self: stretch;
    color: #202020;
    text-align: center;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    position: relative;
    font: 400 22px/30px "Zerno", sans-serif;
    margin: 0;
}

@media (max-width: 640px) {
    .contact-popup-info-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.contact-popup-info-subtitle {
    align-self: stretch;
    color: #4f4d49;
    text-align: center;
    letter-spacing: 0.39px;
    position: relative;
    font: 400 13px/18px "Zerno", sans-serif;
    margin: 0;
}

.contact-popup-divider {
    height:1px;
    width:100%;
    align-self: stretch;
    border-top: 1px solid rgba(40, 32, 1, 0.1);
    position: relative;
}

.contact-popup-contact-section {
    display: flex;
    padding: 28px 0;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    position: relative;
}

.contact-popup-section-title {
    align-self: stretch;
    color: rgba(26, 21, 4, 0.42);
    text-align: center;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    position: relative;
    font: 400 14px/16px "Zerno", sans-serif;
    margin: 0;
}

.contact-popup-contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    position: relative;
}

.contact-popup-contact-text {
    color: #202020;
    position: relative;
    text-align: center;
    font: 400 24px/36px "Zerno", sans-serif;
    text-decoration: none;
}

@media (max-width: 640px) {
    .contact-popup-contact-text {
        font-size: 20px;
        line-height: 28px;
    }
}

.contact-popup-external-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

.contact-popup-external-link svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0);
}

.author-reviews-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991px) {
  .author-reviews-container {
    padding: 0px;
  }
}

.author-reviews-section {
  padding-bottom: 112px;
  width: 100%;
  background-color: var(--Greyscale-20, #ddd9cf);
}

@media (max-width: 991px) {
  .author-reviews-section {
    max-width: 100%;
    padding-bottom: 100px;
  }
}

.author-reviews-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-transform: uppercase;
  letter-spacing: -1.92px;
  line-height: 72px;
  justify-content: center;
  padding: 220px 0 112px;
}

@media (max-width: 991px) {
  .author-reviews-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
    padding: 100px 0;
  }
}

.author-reviews-heading {
  max-width: 1000px;
  color: var(--Text-On-Light-Primary-110, #202020);
  width: 1000px;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .author-reviews-heading {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
  }
}

.author-reviews-carousel {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 991px) {
  .author-reviews-carousel {
    max-width: 100%;
  }
}

.author-reviews-card {
  border-radius: 4px;
  align-self: stretch;
  min-width: 240px;
  min-height: 520px;
  width: 93%;
  background-color: var(--Surface-25, #d7d3c9);
  padding: 8px;
  position:relative;
}

.author-reviews-card-content {
  display: flex;
  width: calc(100% - 24px);
  flex-direction: column;
  align-items: stretch;
  font-size: 18px;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-transform: uppercase;
  letter-spacing: 1.08px;
  line-height: 26px;
  justify-content: start;
  flex: 1;
  padding: 48px 12px 24px;
}

.author-reviews-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 56px;
  border-radius: 50%;
  align-self: center;
}

.author-reviews-quote {
  color: var(--Text-On-Light-Primary-110, #202020);
  margin: 40px 0 0 0;
  font-style: normal;
}

.author-reviews-card-footer {
  width: calc(100% - 40px);
  padding: 24px 12px;
  position:absolute;
  bottom:0;
}

.author-reviews-name {
  color: var(--Text-On-Light-Primary-110, #202020);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0;
}

.author-reviews-position {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.39px;
  margin: 8px 0 0 0;
}

.author-reviews-card:hover {
  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(--Surface-00, #ece9e3);
}

@media (max-width: 991px) {
  .author-reviews-featured-card {
    padding: 0 20px;
  }
}

.owl-carousel .owl-item img.author-reviews-featured-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px !important;
  align-self: center;
  margin:0 auto 30px;
  z-index: 0;
}

.author-reviews-featured-text {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  z-index: 0;
  margin: 40px 0 0 0;
  font-style: normal;
  padding: 0 24px 0;
}

/*.author-reviews-card:hover > .owl-carousel .owl-item img.author-reviews-featured-icon, .author-reviews-card:hover .author-reviews-featured-text{
    display:block;
}
.author-reviews-card:hover .author-reviews-card-content, .author-reviews-card:hover .author-reviews-card-footer{
    display:none;
}*/
.single-service{
    margin-top: 82px;
}
div[class^="leeloo-hash-"] {
   max-height: 425px;
   overflow-y: hidden;
}
.webinar-registration-container div[class^="leeloo-hash-"] {
   max-height: 525px;
   overflow-y: hidden;
}
.leeloo-hash-759r15{
    max-height: 815px !important;
    overflow-y: hidden;
}
.leeloo-hash-9igy18, .leeloo-hash-29brsy, .leeloo-hash-29brsy .leeloo-lgt-form-wrapper, .leeloo-hash-9igy18 .leeloo-lgt-form-wrapper{
    min-height: 615px !important;
    max-height: 625px !important;
    overflow-y: hidden;
    height: auto;
}
.leeloo-hash-29brsy .leeloo-lgt-form-wrapper .leeloo-lgt-form,  .leeloo-hash-9igy18 .leeloo-lgt-form-wrapper .leeloo-lgt-form{
    height: 615px !important;
}
.leeloo-hash-759r15 .leeloo-lgt-form-wrapper .leeloo-lgt-form{
    height:900px !important;
} 
.contact-popup-filter-active {
    background-color: rgba(97, 77, 35, 0.06);
    border: 1px solid #202020;
  }
.hide{
    display:none;
}
.h4{
    font-family: Zerno;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.p3_bottom_image{
    margin:auto;
}

.author-services-tooltip-hint {
  display: none;
  position: absolute;
  top: 100%; /* show below avatar */
  left: -200%;
  transform: translateX(-50%);
  padding: 16px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  width: auto;
  min-width: 251px;
  height: 96px;
  box-sizing: border-box;
  background-color: #202020;
}
.services-avatar-wrapper {
  position: relative;
  display: inline-block;
}
.services-avatar-wrapper:hover .author-services-tooltip-hint {
  display: block;
}

@media (max-width: 991px) {
  .author-services-tooltip-hint {
    width: 100%;
    max-width: 251px;
    height: auto;
    min-height: 96px;
    padding: 16px 12px;
  }
}

@media (max-width: 640px) {
  .author-services-tooltip-hint {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 80px;
    padding: 12px 10px;
    gap: 12px;
  }
}

.author-services-tooltip-icon-wrapper {
  display: flex;
  height: 22px;
  align-items: center;
  position: relative;
}

@media (max-width: 640px) {
  .author-services-tooltip-icon-wrapper {
    height: 18px;
  }
}

.author-services-tooltip-icon-container {
  position: relative;
}

.author-services-tooltip-diamond-icon {
  width: 12px;
  height: 12px;
  fill: rgba(255, 255, 255, 0);
  position: relative;
}

.author-services-tooltip-content-wrapper {
  display: flex;
  padding-right: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
}

@media (max-width: 640px) {
  .author-services-tooltip-content-wrapper {
    padding-right: 8px;
    gap: 4px;
  }
}

.author-services-tooltip-expert-name {
  color: #e5e2da;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: relative;
  font: 400 15px/22px "Zerno", sans-serif;
  margin-left:10px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .author-services-tooltip-expert-name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}

@media (max-width: 640px) {
  .author-services-tooltip-expert-name {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.7px;
  }
}

.author-services-tooltip-name-text {
  color: #e5e2da;
  font: 400 15px "Zerno", sans-serif;
  margin: 0;
}

.author-services-tooltip-description {
  align-self: stretch;
  color: #c3bfb3;
  letter-spacing: 0.39px;
  position: relative;
  font: 400 13px/18px "Zerno", sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .author-services-tooltip-description {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
  }
}

@media (max-width: 640px) {
  .author-services-tooltip-description {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.33px;
  }
}
.cursor-pointer{
    cursor:pointer;
}
.read-more.margin-auto{
    margin-left:auto;
    margin-right:auto;
}
.mt113{
    margin-top:113px !important;
}
.cv-form-icon{
    height: 70px;
    width: auto;
    margin: auto;
}
.order-service{
    cursor: pointer;
}
.main-page-courses-preview-container-tablet-container{
    display:none;
    position: relative;
    -webkit-transform: translateZ(0); /* Forces Safari GPU layer */
    transform: translateZ(0);
}
.main-page-courses-preview-container-tablet-visual-section img {
    width: 100%;
    height: auto;
    min-height: 1px; /* Forces Safari to render the image */
    display: block;
}
@media (max-width: 1024px) {
    .single-course-image-container{
        order:2;
        position:relative;
        width: 100%;
        padding-top: 10px;
    }
    .single-course-background-image{
        position:relative;
    }
    .single-course-details{
        order:1;
        padding: 0 20px 0px;
    }
    .info-label {
        width: calc(50% - 10px);
    }
    .speaker-info-section{
        display:none;
    }
    .stat-number {
        font-size: 28px;
        line-height: 36px;
    }
    .stat-description{
        font-size: 12px;
        line-height: 16px;

    }
    .stat-description-first {
      width: 256px;
    }
    .timeline-container {
        width: 100%;
    }
    .about-year-layout {
        width: 65%;
    }
    .about-year-image {
        width: 347px;
    }
    .about-text-content{
       width:30%;
    }
    .about-description {
        width: 100%;
    }
    .about-year-number {
        font-size: 90px;
        width: 37px;
        height: 70px;
        margin-top: 205px;
    }
    .about-image-container {
      max-width: 100%;
    }
    .about-description {
        font-size: 14px;
        line-height: 20px;

    }
    .webinar-speaker-info{
        display:none;
    }
    .about-col-2 {
        padding-right: 10%;
         padding-left: 10%;
    }
    .speaker-details-content, .speaker-details-content ul li {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.45px;
        color: #ece9e3;
      }
    .program-content-wrapper{
        padding: 40px 0;
    }
    .content-card .benefit-item .feature-title {
        font-size: 18px;
        line-height: 26px;
    }
    .price-label {
        font-size: 12px;
        line-height: 20px;
    }
    .price-value {
        font-size: 18px;
        line-height: 26px;
    }
    .benefit-item {
        min-height: 360px !important;
    }
    .content-card .benefit-item .feature-text {
      margin-top: 79px;
    }
    .bottom-about-image {
        margin: auto;
        max-width: 85%;
    }
     .about-vision-block {
      padding: 80px 24px;
      gap: 32px;
      width: calc(100% - 48px);
    }
    .service-form-content{
        padding-bottom: 80px;
        max-height: calc(100vh - 80px);
    }
    .legal-links, .legal-text, .legal-link {
        display:block;
        text-align:center;
    }
    .footer-legal, .legal-text{
        margin-bottom: 30px;
    }
    .front-main-content .hero-subtitle, .hero-subtitle {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-social-links {
        width: 216px;
        margin: auto;
    }
    .footer-brand{
        font-size: 168px;
    }
    .main-title {
      max-width: 100%;
      margin-top: 30px !important;
      font-family: Zerno;
      font-size: 34px !important;
      line-height: 40px !important;
    }
   .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .order3{
        order: 3;
    }
    .program-container {
      width: 100%;
    }
    .program-title-section{
       padding: 88px 20px;
       min-width: calc(100% - 40px);
    }
    .you-will-register {
      position: relative;
      max-width: calc(100% - 40px);
      bottom: 0;
    }
    .mission-title{
        width: calc(100% - 40px);
        padding: 0 20px;
        max-width: 100%;
        display: block;
        white-space: normal !important;      /* allow normal wrapping */
        overflow-wrap: anywhere;             /* allow breaks if necessary (modern) */
        word-wrap: break-word;               /* legacy */
        word-break: normal;                  /* avoid breaking inside every character */
        -webkit-hyphens: auto;
        -ms-hyphens: none;
        hyphens: auto;
        font-size: 34px !important;
       line-height: 40px !important;
    }
    .main-image {
        width: 80%;
        margin: auto;
    }
    .p3_footer-content {
        padding: 28px 0;
    }
    .p3_bottom_image{
       margin: auto;
    }
    .cta-buttons {
        width: 209px;
        margin: auto;
    }
    .reverse{
        order: 2
    }
    .mission-container .mission-content-wrapper {
      flex-wrap: wrap;
    }
    .mission-container .mission-content-wrapper .mission-content-sidebar{
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .avatar-container{
        display:none;
    }
    .main-page-courses-preview-container{
        display:none;
    }
    .main-page-courses-preview-container-tablet-container {
      padding: 0 8px 8px;
      display:block;
    }
     .course-book-title {
      margin-top: 128px;
    }
    .main-page-div-5{
        font-size: 16px;
        line-height: 24px;

    }
    .main-page-caption {
        font-size: 12px;
    }
    .main-page-info {
        font-size: 12px;
    }
    .main-page-courses-preview-container-tablet-course-card {
      align-items: stretch;
      border-radius: 4px;
      display: flex;
      width: 100%;
      overflow: hidden;
      justify-content: start;
      flex-wrap: wrap;
      background-color: var(--Accents-pink, #c3366f);
    }

    .main-page-courses-preview-container-tablet-visual-section {
      min-width: 240px;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }
    @media (max-width: 768px) {
        .main-page-courses-preview-container-tablet-visual-section {
            margin: 0 16px;
        }
    }
    .main-page-img-3{
       width: 28px;
    }
    .main-page-speaker-avatar.active .main-page-img-3 {
       width: 38px;
    }
    .main-page-courses-preview-container-tablet-logo-header {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 10px;
      justify-content: center;
      padding: 28px 0;
    }

    .main-page-courses-preview-container-tablet-logo-icon {
      aspect-ratio: 0.64;
      object-fit: contain;
      object-position: center;
      width: 28px !important;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-book-display {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin: 0;
    }

    .main-page-courses-preview-container-tablet-book-cover {
      aspect-ratio: 0.77;
      object-fit: contain;
      object-position: center;
      width: 200px;
      box-shadow: 0 51.429px 45.714px 0 rgba(46, 46, 44, 0.2),
        0 17.143px 12.857px 0 rgba(46, 46, 44, 0.08),
        0 2.857px 1.429px 0 rgba(46, 46, 44, 0.03);
      align-self: stretch;
      min-height: 260px;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-separator {
      object-fit: contain;
      object-position: center;
      width: 0px;
      flex-shrink: 0;
    }

    .main-page-courses-preview-container-tablet-content-section {
      min-width: 240px;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main-page-courses-preview-container-tablet-author-section {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      justify-content: start;
    }
    .main-page-speaker-avatar.active {
        width: 38px;
    }
    .main-page-avatars {
        padding: 24px 0;
    }
    .preview-illustration img {
        margin: 12% auto 0;
    }
    .main-page-courses-preview-container-tablet-author-avatars {
      align-self: center;
      display: flex;
      min-height: 54px;
      align-items: center;
      gap: 8px;
      justify-content: center;
    }

    .main-page-courses-preview-container-tablet-avatar-primary {
      border-radius: 64px;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      margin: auto 0;
      padding: 8px;
    }

    .main-page-courses-preview-container-tablet-avatar-image {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 38px;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-avatar-secondary {
      border-radius: 64px;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-avatar-image-small {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 28px;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-avatar-tertiary {
      border-radius: 64px;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-author-info {
      display: flex;
      margin-top: 20px;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      color: var(--Accents-pink-light, #efbacf);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.96px;
      justify-content: start;
    }

    .main-page-courses-preview-container-tablet-author-label {
      align-self: center;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 12px;
      white-space: nowrap;
      text-align: right;
      line-height: 1;
      justify-content: start;
    }

    .main-page-courses-preview-container-tablet-role-text {
      color: var(--Accents-pink-light, #efbacf);
      opacity: 0.6;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-author-name {
      color: var(--Accents-pink-light, #efbacf);
      text-align: center;
      font-size: 16px;
      margin: 10px 0 0 0;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.96px;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    }

    .main-page-courses-preview-container-tablet-course-details {
      margin-top: 24px;
      width: 100%;
      color: var(--Accents-pink-light, #efbacf);
      text-transform: uppercase;
      letter-spacing: 0.96px;
      padding: 0 8px;
      font: 400 12px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    }

    .main-page-courses-preview-container-tablet-detail-row {
      display: flex;
      width: 100%;
      align-items: start;
      gap: 14px;
      line-height: 2;
      justify-content: center;
    }

    .main-page-courses-preview-container-tablet-detail-row:not(:first-child) {
      margin-top: 14px;
    }

    .main-page-courses-preview-container-tablet-detail-row:last-child {
      align-items: start;
    }

    .main-page-courses-preview-container-tablet-detail-label {
      color: var(--Accents-pink-light, #efbacf);
      text-align: right;
      opacity: 0.6;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main-page-courses-preview-container-tablet-detail-value {
      color: var(--Accents-pink-light, #efbacf);
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main-page-courses-preview-container-tablet-detail-value-multiline {
      color: var(--Accents-pink-light, #efbacf);
      line-height: 20px;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
    }

    .main-page-courses-preview-container-tablet-action-section {
      display: flex;
      margin-top: 144px;
      height: 118px;
      width: 100%;
      align-items: start;
      color: var(--Accents-pink, #c3366f);
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 1.12px;
      justify-content: center;
      font: 500 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
    }
    .coaching-hero-section {
      padding: 80px 0 42px;
    }
    .coaching-card-title {
      color: #1A1504;
      text-align: center;
      letter-spacing: 1.32px;
      text-transform: uppercase;
      margin-top: 80px;
    }
    .testing-section {
      padding: 38px 0;
    }
    .main-page-courses-preview-container-tablet-cta-button {
      justify-content: center;
      align-items: center;
      border-radius: 200px;
      display: flex;
      min-height: 160px;
      width: 160px;
      flex-direction: column;
      background-color: rgba(236, 233, 227, 0.5);
      border: none;
      cursor: pointer;
      font: 500 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.12px;
      text-decoration: none;
    }

    .main-page-courses-preview-container-tablet-button-content {
      display: flex;
      align-items: center;
      gap: 12px;
      justify-content: center;
    }

    .main-page-courses-preview-container-tablet-button-text {
      color: #202020;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-courses-preview-container-tablet-button-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 18px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0;
    }
    .main-page-main-books-tablet-book-block {
      border-radius: 6px;
      max-width: 100%;
      font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
      font-weight: 400;
    }

    .main-page-main-books-tablet-line-wrapper {
      display: flex;
      min-height: 0px;
      width: 100%;
    }

    .main-page-main-books-tablet-book-preview {
      align-items: stretch;
      border-top: 1px solid var(--Outlines-Tertiary-40-a-12, rgba(40, 32, 1, 0.12));
      background-color: rgba(255, 255, 255, 0);
      display: flex;
      width: 100%;
      overflow: hidden;
      justify-content: start;
    }

    .main-page-main-books-tablet-text-content {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: start;
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      margin: auto 0;
      padding: 32px 0 32px 16px;
    }

    .main-page-main-books-tablet-text-content-alt {
      flex: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      margin: auto 0;
      padding: 32px 0 32px 16px;
    }

    .main-page-main-books-tablet-book-title {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: var(--Text-On-Light-Primary-110, #202020);
      text-overflow: ellipsis;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 400;
    }

    .main-page-main-books-tablet-book-meta {
      align-self: start;
      display: flex;
      margin-top: 14px;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      color: var(--Text-On-Light-Secondary-75, #4f4d49);
      text-align: center;
      letter-spacing: 0.39px;
      line-height: 1;
      justify-content: start;
    }

    .main-page-main-books-tablet-book-meta-alt {
      display: flex;
      margin-top: 14px;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      color: var(--Text-On-Light-Secondary-75, #4f4d49);
      text-align: center;
      letter-spacing: 0.39px;
      line-height: 1;
      justify-content: start;
    }

    .main-page-main-books-tablet-author {
      color: var(--Text-On-Light-Secondary-75, #4f4d49);
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-main-books-tablet-separator {
      color: #251a04;
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-main-books-tablet-year {
      color: var(--Text-On-Light-Secondary-75, #4f4d49);
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-main-books-tablet-book-cover {
      aspect-ratio: 0.79;
      object-fit: contain;
      object-position: center;
      width: 110px;
      flex-shrink: 0;
    }

    .main-page-main-books-tablet-button-section {
      border-top: 1px solid var(--Outlines-Tertiary-40-a-12, rgba(40, 32, 1, 0.12));
      width: 100%;
      font-size: 11px;
      color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
      text-transform: uppercase;
      letter-spacing: 0.88px;
      line-height: 1;
      padding: 38px 8px 8px;
    }

    .main-page-main-books-tablet-view-all-button {
      justify-content: center;
      align-items: stretch;
      border-radius: 100px;
      display: flex;
      width: 100%;
      flex-direction: column;
      background-color: var(--Surface-110, #202020);
      padding: 14px 16px;
      border: none;
      cursor: pointer;
    }

    .main-page-main-books-tablet-button-content {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 8px;
      justify-content: center;
    }

    .main-page-main-books-tablet-button-label {
      color: var(--Text-On-Dark-Primary-Light-10, #e5e2da);
      align-self: stretch;
      margin: auto 0;
    }

    .main-page-main-books-tablet-button-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 12px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0;
    }
    .cta-section {
        flex-wrap: wrap;
    }
    .cta-content {
        padding: 0 40px;
        width: calc(100% - 80px);
    }
    .cta-card{
        background: transparent;
        min-height: 400px;
    }
    .newsletter-section{
        padding-top: 40px;
        width: 100%;
        min-width: 600px;
    }
    .footer-nav{
        padding-left: 20px;
    }
    .services-table-header {
        display:none;
    }
    .services-row-number{
        text-align: center;
        padding-top: 30px;
        min-width: calc(100% - 40px);
    }
    .services-row-name{
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        text-align:center;
        min-width:calc(100% - 40px);
    }
    .services-column-provider{
        margin-bottom: 15px;
        text-align:center;
        font-family: Zerno;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #1A15046B;
    }
    .services-avatar-group, .services-provider-text{
        margin-bottom: 40px;
    }
    .front-main-content .hero-content.form-content{
        width: calc(100% - 56px);
    }
    .single-service .hero-content {
      width: 100%;
    }  
    .contact-popup-main {
        margin: auto;
    }
    .contact-popup-sidebar {
      width: calc(100% - 16px);
    }
    .about-mission-section{
        max-width: 100%;
    }
    .about-vision-block{
        display:none;
    }
    .about-mission-content{
        min-height: 0;
    }
}
@media (max-width: 768px) {
    .newsletter-section {
        min-width: 0px;
    }
    .bottom-about-image{
        max-width: 100%;
    }
    
    
    .about-mission-content {
        width: calc(100% - 32px);
    }
    .speaker-nav-menu{
       max-width: 100%;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: 8px;
      padding-right: 40px;
    }

    .speaker-testimonial{
       padding: 32px 0 0;
    }
    .speaker-info-section{
        display:none;
    }
    .about-main-title {
        font-family: Zerno;
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    .books-category, .books-title-section, .books-description-container {
        width: calc(100% - 40px);
        margin: 20px 0;
    }
    .books-event-tile {
        display: block;
    }
    .books-action-section.mobile-show .books-read-button{
        padding: 12px 20px;
        width: calc(100% - 80px);
        margin: auto;
    }
    .books-action-section.mobile-show .books-read-button .books-button-label{
        font-family: Zerno;
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
        text-transform: uppercase;
    }
    .form-content{
       margin: 0 8px 36px;
    }
    .service-speaker-name {
      padding: 100px 10px 0;
      width: calc(100% - 20px);
    }
    .f64 {
        font-size: 40px;
    }
    .single-service-cta {
      width: 100%;
    }
    .single-service-info {
      min-width: 240px;
      padding: 48px 0;
      width: 100%;
      border-left: 0px;
    }
    .front-main-content.single-service .hero-title {
      font-size: 36px;
      line-height: 46px;
    }
   .program-title-section p {
      padding: 20px 0;
      display: block;
    }
    .program-content-wrapper{
        padding: 40px 20px;
    }
    .you-will-register {
      bottom: 0px;
    }
    
    .single-service .you-will-register {
      position: relative;
      width: 100%;
      max-width: calc(100% - 40px);
    }
    
   .books-image img {
    width: 100%;
  }
  .goals-grid{
    padding-top:30px;
  }
   .course-content-section {
      padding: 40px 6px 0px;
    }
    .single-service .course-content-section {
      padding: 40px 0px 0px;
      width: 100%;
    }
   .benefits-frame.pos-relative{
        width: calc(100% + 84px);
        margin-left: -48px;
   }
   
   .footer-social-links {
        justify-content: space-between;
        padding: 0 20px;
        width: calc(100% - 40px);
    }
   .input-container {
        width: calc(100% - 40px);
   }
   .newsletter-form {
        width: 100%;
   }
   .nav-columns {
        display: block;
        padding-left: 60px;
   }
   .cta-content {
        padding: 0;
        width: 100%;
    }
    
  .mission-container .mission-content-wrapper .mission-content-sidebar{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
  .main-page-courses-preview-container-tablet-button-content {
    white-space: initial;
  }
  .main-page-courses-preview-container-tablet-cta-button {
    white-space: initial;
  }
  .main-page-courses-preview-container-tablet-action-section {
    white-space: initial;
  }
  .main-page-courses-preview-container-tablet-author-label {
    white-space: initial;
  }
  .main-page-courses-preview-container-tablet-course-card {
    max-width: 100%;
  }
  .preview-illustration img {
    aspect-ratio: 0.85;
    max-width: 100%;
    margin: 20px auto 0;
    display: block;
  }
  .main-page-courses-preview-container-tablet-visual-section{
    padding-bottom:0;
  }
  .main-page-courses-preview-container-tablet-content-section{
    margin-top: -70px;
  }
  .coaching-hero-section{
     padding: 120px 0 70px;
  }
  .coaching-hero-section .coaching-cta-wrapper {
    padding: 0 20px;
  }
  .coaching-hero-section .coaching-cta-button{
     width: calc(100% - 44px);
  }
  .coaching-hero-section .coaching-description{
    margin: auto;
  }
  .coaching-cta-wrapper.mobile-show{
    margin-top: 40px;
  }
  .coaching-card-title{
    margin-top: 40px;
    font: 400 18px/25px Zerno, sans-serif;
  }
  .coaching-card{
    min-height: auto;
  }
  .mobile-show{
    display: block !important;
  }
  .secondary-button span{
    font-size: 12px;
  }
  .button-container .secondary-button {
    border-radius: 24px;
  }
  .testing-section .button-container .secondary-button{
    width: calc(100% - 84px);
  }
  .leftmenu-container {
    max-width: 100%;
  }
  .leftmenu-container.active {
    width: 100%;
  }
  .leftmenu-navigation:not(.mobile-show) {
    border-top: 1px solid #cfc8c7;
  }
  .frame{
    display: none;
  }
  .frame-mobile{
    width: 100%;
    border-top: 1px solid rgba(40, 32, 1, 0.18);
    height: 12px;
  }
  .book-demo-icon-image, .book-demo-file-icon{
     width: 56px;
  }
  .webinar-speaker-details {
    background-image: url('assets/images/line-light.svg');
    background-repeat: repeat-x;
    background-position: left top;
  }
  .webinar-speaker-center{
    background-image: url('assets/images/line-light.svg');
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .webinar-speaker-links a{
    padding: 15px 0;
  }
  .about-form-content{
    width: calc(100% - 56px) !important;
  }
  .about-form-one .cta-button{
    width: calc(100% - 20px);
  }
  .book-description-container {
      width: 100%;
      font-weight: 400;
      flex: 1;
      padding: 40px 0 0;
  }
    .resource-filter-chips, .resource-category-filters{
        max-width: 100%;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .wp-block-heading{
        font-family: Zerno;
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
   }
}
@media (max-width: 599px) {
  
  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
    gap: 8px 12px; /* row-gap column-gap (adjust as needed) */
    align-items: stretch;
  }

  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items li {
    /* ensure li takes full grid cell */
    width: 100%;
  }

  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items li a {
    display: flex;
    align-items: center;
    height: 56px;            /* optional fixed height for items */
    padding: 0 12px;
    box-sizing: border-box;
    font-family: Zerno;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 3%;
  }
  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items .leftmenu-menu-item-spacing {
    margin-top: 0px;
  }
  .mission-title{
        width: calc(100% - 40px);
        padding: 0 20px;
        max-width: 559px;
        display: block;
    }
}
@media (max-width: 1300px) {
    .book-demo-preview{
        display:none;
    }
    .frame-content {
        min-height: 400px;
    }
    .main-page-main-books-showcase {
        width: calc(100% - 40px);
    }
    .main-page-main-books-book-card.active {
        background: transparent;
        border-top: 1px solid #d7d3c9;
        border-radius: 0;
    }
    .main-page-main-books-book-card.active:last-child {
        border-bottom: 1px solid #d7d3c9;
    }
    .header {
        padding: 100px 0 50px;
    }
    .view-all {
      margin-top: 40px;
      padding: 12px 20px;
    }
}
/* TABLET: one row (horizontal single line) */
    .medium-no-show{
        display: block;
    }
    .medium-show{
        display: none;
    }
@media (min-width: 600px) and (max-width: 1024px) {
    .you-will-register.medium-show{
        padding-top: 20px;
    }
    .medium-no-show{
        display: none;
    }
    .medium-show{
        display: block;
    }
  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
    gap: 8px 12px; /* row-gap column-gap (adjust as needed) */
    align-items: stretch;
  }

  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items li {
    /* ensure li takes full grid cell */
    width: 100%;
  }

  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items li a {
    display: flex;
    align-items: center;
    height: 56px;            /* optional fixed height for items */
    padding: 0 12px;
    box-sizing: border-box;
    font-family: Zerno;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 3%;
  }
  .leftmenu-navigation:not(.mobile-show) .leftmenu-menu-items .leftmenu-menu-item-spacing {
    margin-top: 0px;
  }
}

.single-article-description-container {
  background-color: rgba(229, 226, 218, 1);
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  padding: 8px 0;
}

.single-article-description-author-section {
  align-self: start;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 24px;
}

@media (max-width: 991px) {
  .single-article-description-author-section {
    max-width: 100%;
    padding: 0 20px;
  }
}

.single-article-description-author-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
  flex-shrink: 0;
}

.single-article-description-author-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .single-article-description-author-content {
    max-width: 100%;
  }
  .single-article-description-author-avatar{
    margin: auto;
  }
}

.single-article-description-author-main {
  width: 100%;
  padding: 8px 0 40px;
}

@media (max-width: 991px) {
  .single-article-description-author-main {
    max-width: 100%;
  }
}

.single-article-description-author-header {
  width: 100%;
}

@media (max-width: 991px) {
  .single-article-description-author-header {
    max-width: 100%;
  }
}

.single-article-description-author-label {
  color: #1a1504;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font: 400 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .single-article-description-author-label {
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

.single-article-description-author-name {
  display: flex;
  margin-top: 12px;
  min-height: 26px;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .single-article-description-author-name {
    max-width: 100%;
  }
}

.single-article-description-diamond-icon {
  align-self: stretch;
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 10px;
  justify-content: start;
  width: 12px;
  margin: auto 0;
}

.single-article-description-diamond-img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 12px;
  align-self: stretch;
  margin: auto 0;
}

.single-article-description-first-name {
  color: var(--Text-On-Light-Primary-110, #202020);
  letter-spacing: 1.08px;
  text-transform: uppercase;
  align-self: stretch;
  margin: auto 0;
  font: 400 18px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.single-article-description-last-name {
  color: var(--Text-On-Light-Primary-110, #202020);
  letter-spacing: 1.08px;
  text-transform: uppercase;
  align-self: stretch;
  margin: auto 0;
  font: 400 18px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.single-article-description-author-bio {
  color: var(--Text-On-Light-Secondary-75, #4f4d49);
  letter-spacing: 0.39px;
  margin-top: 16px;
  font: 400 13px/18px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.single-article-description-action-buttons {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-On-Light-Primary-110, #202020);
  text-transform: uppercase;
  letter-spacing: 0.96px;
  justify-content: start;
  font: 400 12px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

.single-article-description-primary-button {
  justify-content: center;
  align-items: stretch;
  border-radius: 56px;
  border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
  background-color: rgba(255, 255, 255, 0);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  padding: 16px 22px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 991px) {
  .single-article-description-primary-button, .single-article-description-secondary-button {
     padding: 12px 20px;
     width: calc(100% - 40px);
  }
  .single-article-description-secondary-button{
    margin: 20px 0 0 !important;
  }
  .single-article-description-diamond-icon{
     margin: auto 0 auto auto;
  }
  .single-article-description-first-name{
     margin: auto auto auto 0;
  }
  .single-article-description-author-bio{
    text-align: center;
  }
  .single-article-description-action-buttons{
    display:block;
    width: 100%;
  }
}

.single-article-description-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.single-article-description-button-label {
  color: var(--Text-On-Light-Primary-110, #202020);
  align-self: stretch;
  margin: auto 0;
}

.single-article-description-secondary-button {
  border-radius: 56spx;
  background-color: rgba(255, 255, 255, 0.001);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin: auto 0;
  padding: 16px 22px;
  border: none;
  cursor: pointer;
  border: 1px transparent;
  text-decoration: none;
}

@media (max-width: 991px) {
  .single-article-description-secondary-button {
    padding: 0 20px;
  }
}

.single-article-description-divider {
  object-fit: contain;
  object-position: center;
  width: 0px;
  flex-shrink: 0;
}


.single-article-description-metadata-section {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 48px;
  padding: 24px;
}

@media (max-width: 991px) {
  .single-article-description-metadata-section {
    max-width: 100%;
    border-top: 1px solid rgba(40, 32, 1, 0.18);
    margin-top:40px;
  }
}

.single-article-description-publication-info {
  display: flex;
  width: calc(100% - 80px);
  align-items: center;
  font-family: Zerno, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  justify-content: start;
  flex: 1;
  flex-wrap: wrap;
  padding: 40px 40px;
}

@media (max-width: 991px) {
  .single-article-description-publication-info {
    max-width: 100%;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

.single-article-description-publish-date {
  align-self: stretch;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.single-article-description-metadata-label {
  color: #1A15046B;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  margin: 0;
}

.single-article-description-metadata-value {
  color: var(--Text-On-Light-Primary-110, #202020);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
  margin-top: 14px;
  margin-bottom: 0;
}

.single-article-description-reading-time {
  align-self: stretch;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.single-article-description-social-sharing {
  display: flex;
  width: 100%;
  padding-top: 20px;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .single-article-description-social-sharing {
    max-width: 100%;
  }
  .single-article-description-publish-date{
    margin-bottom: 30px;
  }
}

.single-article-description-share-label {
  align-self: stretch;
  display: flex;
  padding-right: 20px;
  align-items: center;
  gap: 10px;
  color: #1A15046B;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  justify-content: center;
  margin: auto 0;
  font: 400 14px/1 Zerno, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .single-article-description-share-label {
    white-space: initial;
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.single-article-description-share-text {
  align-self: stretch;
  margin: auto 0;
}

.single-article-description-social-button {
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--Outlines-Secondary-40-a, rgba(40, 32, 1, 0.18));
  align-self: stretch;
  display: flex;
  min-height: 64px;
  flex-direction: column;
  width: 64px;
  height: 64px;
  margin: auto 0;
  background: none;
  cursor: pointer;
}
.single-article-description-social-button:hover{
    background: #2820012E;
}
.single-article-description-social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
}
.article-image{
    width: 98%;
    margin:auto;
}
.mgl0{
    margin-left: 0 !important;
}
.single-article-share-popup-alert {
    display: none;
            width: 680px;
            padding: 24px 32px 34px 32px;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            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);
            position: relative;
            height: 110px;
            box-sizing: border-box;
            background-color: #202020;
            position:fixed;
            top: 114px;
            z-index:9999;
            left: 50%;
            margin-left: -340px;
        }

        @media (max-width: 991px) {
            .single-article-share-popup-alert {
                width: 90%;
                max-width: 600px;
                padding: 20px 24px 28px 24px;
            }
        }

        @media (max-width: 640px) {
            .single-article-share-popup-alert {
                width: 95%;
                max-width: 400px;
                padding: 16px 20px 24px 20px;
            }
        }

        .single-article-share-popup-title {
            align-self: stretch;
            color: #e5e2da;
            letter-spacing: 0.9px;
            text-transform: uppercase;
            position: relative;
            font: 400 15px/22px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            margin: 0;
        }

        @media (max-width: 640px) {
            .single-article-share-popup-title {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.7px;
            }
        }

        .single-article-share-popup-subtitle {
            align-self: stretch;
            color: #c3bfb3;
            letter-spacing: 0.45px;
            position: relative;
            font: 400 15px/22px Zerno, -apple-system, Roboto, Helvetica, sans-serif;
            margin: 0;
        }

        @media (max-width: 640px) {
            .single-article-share-popup-subtitle {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.35px;
            }
        }

        .single-article-share-popup-progress-bar {
            display: flex;
            width: 680px;
            padding: 0 6px 6px 6px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0);
        }

        @media (max-width: 991px) {
            .single-article-share-popup-progress-bar {
                width: 100%;
            }
        }

        @media (max-width: 640px) {
            .single-article-share-popup-progress-bar {
                padding: 0 4px 4px 4px;
            }
        }

        .single-article-share-popup-progress {
            width: 200px;
            height: 4px;
            position: relative;
            background-color: #8f8b80;
        }

        @media (max-width: 640px) {
            .single-article-share-popup-progress {
                width: 150px;
                height: 3px;
            }
        }
        
@media (max-width: 1540px) {
    .hero-text {
        margin-top: 34px;
    }
    .program-container {
        min-height: 640px
    }
    .main-heading {
       padding: 60px 0 34px;
    }
}
.speaker-about-button{
   position: relative;
   padding: 32px;
}

.leeloo-hash-iq8ap5{
   height: 190px;
   overflow: hidden;
}
.leeloo-hash-kit85d{
   height: 570px;
   overflow: hidden;
}
.command-button{
   cursor:pointer;
}
.hero-title span{
    height: 64px !important;
}
.hero-title span::after, .coaching-promo-tile h2 span.active::after {
  content: '|';
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s step-end infinite;
  color: currentColor;
}


/* Remove cursor after typing is complete (optional) */
.hero-title span.typing-complete::after, .coaching-promo-tile h2 span.typing-complete::after {
  display: none;
}


.coaching-promo-tile h2 {
  position: relative;
}

.coaching-promo-tile h2 span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.coaching-promo-tile h2 span.active {
  opacity: 1;
  position: relative;
}


@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media (max-width: 991px){
    .footer-content {
        display:block;
    }
    .newsletter-section {
        padding-top: 40px;
        width: calc(100% - 24px);
    }
}


@media (max-width: 768px) {
  .about-year-layout {
        width: 95%;
  }
  .timeline-swiper {
        height: 700px;
  }
  .single-article-share-popup-alert{
    margin-left: -200px;
  }
  .mobile-show .benefits-wrapper {
    width: calc(100% - 36px);
  }
  .article-image {
    width: 100%;
  }

}
.book-author-details-button{
    position:relative;
    padding: 0px 32px 16px;
}

.post-content .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.post-content .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media (min-width: 769px) {
    .post-content .wp-block-embed__wrapper {
        padding-bottom: 0;
        height: 100vh;
        max-height: 100vh;
    }
    
    .post-content .wp-block-embed__wrapper iframe {
        position: static;
        height: 100vh;
    }
    .post-content iframe {
      display: block;
      margin: 50x auto;
    }
}
.leeloo-lgt-form body{
    background: #e5e2da !important;
}
.course-speaker-link{
    width: 100%;
    display: block;
}






