.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s;
  z-index: 99;
  padding-block: 20px;
}
.site-header .logo {
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .site-header .logo {
    max-height: 40px;
  }
}
.site-header_fixed {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: 0px 7px 10px 0px rgba(42, 59, 76, 0.15);
}
.site-header_fixed .logo {
  max-height: 40px;
}
.navigation .mega-menu .image, .navigation .mega-menu .mega-placeholder {
  margin: 10px;
}
@media (max-width: 992px) {
  .navigation .mega-menu .image, .navigation .mega-menu .mega-placeholder {
    margin: 10px 0 !important;
  }
}
@media (max-width: 992px) {
  .navigation .mega-menu > .mega-menu-item.mega-menu-megamenu > a {
    background: transparent !important;
    color: var(--tblr-primary) !important;
  }
}
@media (max-width: 992px) {
  .navigation .mega-menu > .mega-menu-item.mega-menu-megamenu .mega-sub-menu {
    box-shadow: none !important;
    padding-top: 0 !important;
    padding-left: 5px !important;
  }
}
@media (max-width: 992px) {
  .navigation .mega-menu > .mega-menu-item.mega-menu-megamenu .mega-sub-menu .mega-menu-item a {
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--tblr-primary) !important;
    padding: 0 !important;
  }
}
.navigation .mega-menu > .mega-menu-item > .mega-sub-menu {
  margin-top: 20px !important;
}
@media (min-width: 992px) {
  .navigation .mega-menu > .mega-menu-item > .mega-sub-menu {
    box-shadow: 0px 7px 10px 0px rgba(42, 59, 76, 0.15) !important;
  }
}
@media (max-width: 992px) {
  .navigation .mega-menu > .mega-menu-item > .mega-sub-menu {
    margin-top: 0 !important;
  }
}
.navigation .mega-menu > .mega-menu-item > .mega-sub-menu .mega-menu-link {
  border-radius: 0px 8px 8px 0px !important;
}
.navigation .mega-menu > .mega-menu-item a {
  font-weight: 500 !important;
  line-height: inherit !important;
  display: flex;
  align-items: center;
  color: #102447 !important;
}
.navigation .mega-menu > .mega-menu-item a:hover {
  text-decoration: none;
  color: rgba(16, 36, 71, 0.3) !important;
}
.navigation .mega-menu > .mega-menu-item.mega-current-menu-item a {
  color: rgba(16, 36, 71, 0.3) !important;
}
@media (min-width: 992px) {
  .navigation .mega-menu > .mega-menu-item:last-child {
    border-radius: 18px !important;
    font-weight: 500 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #FBAE8F 0%, #E87392 100%) !important;
  }
  .navigation .mega-menu > .mega-menu-item:last-child a {
    color: #102447 !important;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-row {
  float: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu {
  display: flex !important;
}
@media (max-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu {
    display: block !important;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column {
  padding-block: 50px;
  padding-inline: 66px;
}
@media (max-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column {
    padding-block: 0;
    padding-inline: 0;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column:first-child {
  padding-left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column:last-child {
  padding-right: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column .mega-menu-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #102447;
  margin-bottom: 8px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column .mega-menu-description {
  font-size: 12px;
  line-height: 19px;
  color: #102447;
  font-weight: normal;
  margin-top: 0;
  font-style: normal;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column.mega-menu-vertical {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column.mega-menu-vertical:last-child {
  border: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column.mega-menu-vertical .mega-custom-icon {
  flex-direction: column;
  row-gap: 21px;
}
@media (max-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-column.mega-menu-vertical .mega-custom-icon {
    flex-direction: row;
    row-gap: 0;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu .mega-menu-swap-wrapper {
  background: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu .mega-menu-swap-wrapper {
    display: none;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu .mega-menu-swap-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 99%;
  background: #f5f5f5;
  height: 100%;
  width: 100vw;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu .mega-custom-icon {
  display: flex !important;
  align-items: start !important;
  column-gap: 8px;
}
h1 {
  font-family: var(--font-poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  letter-spacing: 2.4px;
  text-transform: capitalize;
}
h2 {
  font-family: var(--font-poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
h3 {
  font-family: var(--font-poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.g-icon {
  position: absolute;
  z-index: 2;
  max-width: 80px;
}
.g-icon-1 {
  right: 15%;
  top: 55%;
}
.g-icon-2 {
  right: 5%;
  top: 40%;
}
.g-icon-3 {
  right: 25%;
  top: 65%;
}
.g-icon-41 {
  right: 20%;
  top: 30%;
}
.g-icon-42 {
  left: 5%;
  top: 25%;
}
.g-icon-5 {
  left: 14%;
  top: 50%;
}
.g-icon-61 {
  right: 10%;
  top: 20%;
}
.g-icon-62 {
  right: 35%;
  top: 67%;
}
.g-icon-7 {
  left: 45%;
  top: 65%;
}
.g-icon-81 {
  left: 20%;
  top: 30%;
}
.g-icon-82 {
  right: 25%;
  top: 11%;
}
.g-icon-9 {
  left: 10%;
  top: 65%;
}
.g-icon-10 {
  left: 2%;
  top: 45%;
}
.g-icon-101 {
  right: 3%;
  top: 68%;
}
.g-icon-11 {
  left: 25%;
  top: 70%;
}
.announcement-bar {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  padding: 7px 0;
  background: linear-gradient(270deg, #e87392 0%, #fbae8f 100%);
}
@media (max-width: 576px) {
  .announcement-bar {
    top: 88px;
  }
}
.announcement-bar__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  column-gap: 4px;
}
@media (max-width: 576px) {
  .announcement-bar__body {
    display: block;
    text-align: center;
  }
  .announcement-bar__body a {
    display: block;
  }
}
.announcement-bar__text {
  font-weight: 700;
  font-size: 15px;
  line-height: 220%;
  color: #102447;
}
@media (max-width: 576px) {
  .announcement-bar__text {
    line-height: 1.2;
  }
}
.announcement-bar__link {
  font-size: 15px;
  line-height: 220%;
  color: #102447;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.site-footer {
  padding-top: 50px;
  background: #102447;
  position: relative;
  padding-bottom: 25px;
}
.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 845px;
  background: url("../img/footer_cloud.png") bottom / cover no-repeat;
  pointer-events: none;
}
.site-footer__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 236%;
  text-transform: uppercase;
  color: var(--basic-white);
  margin-bottom: 4px;
}
.site-footer__copyright {
  padding-top: 250px;
  font-weight: 500;
  font-size: 11px;
  line-height: 218%;
  color: #102447;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer__copyright {
    padding-top: 140px;
  }
}
.site-footer nav li {
  padding-bottom: 10px;
}
.site-footer nav li:last-child {
  padding-bottom: 0;
}
.site-footer nav a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .trial {
  padding-bottom: 40px;
}
.page-template-page_home .component-10 .video-js-wrapper {
  max-width: 100%;
}
@media (max-width: 992px) {
  .page-template-page_home .component-10 .video-js-wrapper {
    display: none;
  }
}
.page-template-page_home .component-10 .home-popup-video {
  width: 100%;
  max-width: 400px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 22%;
}
.page-template-page_home .component-10 .home-popup-image {
  width: 420px;
  height: 260px;
  bottom: 25%;
  right: 0;
  position: absolute;
  opacity: 0;
}
@media (max-width: 992px) {
  .page-template-page_home .component-10 .home-popup-image {
    display: none;
  }
}
.page-template-page_home .component-10 .home-image {
  display: none;
}
@media (max-width: 992px) {
  .page-template-page_home .component-10 .home-image {
    display: block;
  }
}
.podcasts {
  position: relative;
  padding-top: 240px;
  padding-bottom: 152px;
}
@media (max-width: 768px) {
  .podcasts {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.podcasts__title {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
.podcasts__decoration {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 64px;
}
.podcasts__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 82.92%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.podcasts__loadmore {
  background: transparent;
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #65b0c5;
}
.podcasts__loadmore:has(svg) {
  column-gap: 8px;
}
@media (max-width: 992px) {
  .category-podcast {
    padding-top: 88px;
  }
}
.category-podcast #page {
  overflow: hidden;
}
.single-podcast {
  position: relative;
  padding-top: 180px;
  padding-bottom: 152px;
  /* &__date {
			position: absolute;
			top: 0;
			right: 0;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			column-gap: 8px;
			padding: 8px 16px;
			background: #FFFFFF;
			border-radius: 8px;
			font-weight: 400;
			font-size: 12px;
			text-align: center;
			color: #1f3c56;
		} */
}
@media (max-width: 768px) {
  .single-podcast {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.single-podcast__hero-wrapper {
  position: relative;
}
.single-podcast__title {
  text-align: center;
  color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto 16px;
}
@media (max-width: 1400px) {
  .single-podcast__title {
    max-width: 820px;
  }
}
@media (max-width: 1100px) {
  .single-podcast__title {
    max-width: inherit;
  }
}
@media (max-width: 576px) {
  .single-podcast__title {
    font-size: 26px;
  }
}
.single-podcast__description {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto 16px;
}
@media (max-width: 576px) {
  .single-podcast__description {
    font-size: 16px;
  }
}
.single-podcast .podcasts__background {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 63%);
}
.single-podcast .podcasts__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 60, 86, 0.5);
}
@media (max-width: 768px) {
  .single-podcast .podcasts__background {
    padding-top: 0;
    min-height: 550px;
    clip-path: none;
  }
}
@media (max-width: 992px) {
  .podcast-single {
    padding-top: 88px;
  }
}
.podcast-single #page {
  overflow: hidden;
}
/*
	& .site-header {
		
		&_fixed {
			background: #FFFFFF;
		}
	}
	
	& #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		& > a.mega-menu-link {
			background: #FFFFFF;
			border-radius: 12px;
			text-transform: none;
		}
		&:last-child {
			& > a.mega-menu-link {
				background: var(--grad-dark, linear-gradient(103deg, #1E5B4D -10.53%, #1E5B4D -2.43%, #1E5A4D 4.17%, #1D584D 9.49%, #1D564D 13.76%, #1D534C 17.22%, #1D504C 20.1%, #1C4C4C 22.63%, #1C484C 25.05%, #1B444B 27.58%, #1B404B 30.46%, #1B3C4B 33.92%, #1A384A 38.19%, #1A344A 43.51%, #19314A 50.1%, #192D49 58.21%)) !important;
				
				@include _lg-down {
					background: transparent !important;
					border-radius: 0;
				}
			}
		}
	}
} */
@media (min-width: 1100px) {
  .component-2 {
    margin-top: -80px;
  }
}
@media (max-width: 768px) {
  .component-3 .nav-item {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
.component-3 .nav-link {
  border: 1px solid transparent;
}
.component-3 .nav-link.active {
  border-color: var(--tblr-blue);
}
.component-5 .f-carousel__slide {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .component-5 .f-carousel__slide {
    width: calc(100% / 2);
  }
}
@media (min-width: 768px) {
  .component-5 .f-carousel__slide {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .component-5 .f-carousel__slide {
    width: calc(100% / 4);
  }
}
@media (min-width: 1200px) {
  .component-5 .f-carousel__slide {
    width: calc(100% / 5);
  }
}
.component-6 .f-carousel {
  --f-carousel-slide-width: 100%;
}
.component-6 .f-carousel__dots {
  bottom: 70px;
}
@media (min-width: 768px) {
  .component-6 .f-carousel {
    --f-carousel-slide-width: calc(100% / 2);
  }
}
@media (min-width: 1100px) {
  .component-6 .f-carousel {
    --f-carousel-slide-width: 50%;
  }
}
.component-6 .f-carousel__viewport {
  padding: 0 0 130px;
}
.component-6 .f-carousel__slide {
  display: flex;
  justify-content: end;
  padding-top: 20px;
}
.component-6 .f-carousel__slide .card {
  width: 50%;
}
.component-6 .f-carousel__slide.is-selected {
  padding-top: 0;
}
.component-6 .f-carousel__slide.is-selected .card {
  width: 100%;
}
.component-6 .f-carousel__slide.is-selected .card-img-top {
  padding-top: 325px;
}
.component-6 .f-carousel__slide.is-selected .card > div {
  box-shadow: 0px 9px 20px 0px rgba(42, 59, 76, 0.1), 0px 37px 37px 0px rgba(42, 59, 76, 0.1), 0px 83px 50px 0px rgba(42, 59, 76, 0.05), 0px 148px 59px 0px rgba(42, 59, 76, 0.01), 0px 232px 65px 0px rgba(42, 59, 76, 0);
}
.component-6 .f-carousel__slide.is-selected + .f-carousel__slide {
  justify-content: start;
}
.component-7 .f-carousel {
  --f-carousel-slide-width: 100%;
}
@media (min-width: 992px) {
  .component-7 .f-carousel {
    --f-carousel-slide-width: 55%;
  }
}
.component-7 .f-carousel__viewport {
  padding: 0 0 130px;
}
.component-7 .f-carousel__viewport:before, .component-7 .f-carousel__viewport:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 120px;
  height: 300px;
  z-index: 1;
}
@media (max-width: 992px) {
  .component-7 .f-carousel__viewport:before, .component-7 .f-carousel__viewport:after {
    display: none;
  }
}
.component-7 .f-carousel__viewport:before {
  left: 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.component-7 .f-carousel__viewport:after {
  right: 0;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.component-7 .f-carousel__slide .card {
  transform: scale(0.95);
}
.component-7 .f-carousel__slide.is-selected .card {
  transform: scale(1);
  box-shadow: 0px 9px 20px 0px rgba(42, 59, 76, 0.1), 0px 37px 37px 0px rgba(42, 59, 76, 0.1), 0px 83px 50px 0px rgba(42, 59, 76, 0.05), 0px 148px 59px 0px rgba(42, 59, 76, 0.01), 0px 232px 65px 0px rgba(42, 59, 76, 0);
}
.component-7 .f-carousel__dots {
  bottom: 70px;
}
.component-8 .f-carousel {
  --f-button-next-pos: -7px;
  --f-button-prev-pos: -7px;
}
.component-8 .f-carousel__slide {
  width: 50%;
  text-align: center;
}
@media (min-width: 576px) {
  .component-8 .f-carousel__slide {
    width: calc(100% / 3);
  }
}
@media (min-width: 768px) {
  .component-8 .f-carousel__slide {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .component-8 .f-carousel__slide {
    width: calc(100% / 5);
  }
}
@media (min-width: 1200px) {
  .component-8 .f-carousel__slide {
    width: calc(100% / 6);
  }
}
.component-8 .f-button svg {
  stroke: none;
}
.component-9 .f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;
  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
  --f-button-bg: #fff;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
  --f-button-next-pos: -20px;
  --f-button-prev-pos: -20px;
}
.component-9 .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-9 .f-thumbs__slide__button img {
  width: 100%;
}
.component-11 p:last-child {
  margin-bottom: 0;
}
.component-12.gradient-dark {
  background: linear-gradient(103deg, #1E5B4D -10.53%, #1E5B4D -2.43%, #1E5A4D 4.17%, #1D584D 9.49%, #1D564D 13.76%, #1D534C 17.22%, #1D504C 20.1%, #1C4C4C 22.63%, #1C484C 25.05%, #1B444B 27.58%, #1B404B 30.46%, #1B3C4B 33.92%, #1A384A 38.19%, #1A344A 43.51%, #19314A 50.1%, #192D49 58.21%);
}
.component-12 .meetings-iframe-container iframe {
  height: 100vh !important;
}
@media (max-width: 576px) {
  .page-id-374 .site-footer {
    padding-top: 0 !important;
  }
}
.component-13 ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
.component-13 ol li {
  margin-bottom: 20px;
}
.component-13 ol li::before {
  counter-increment: li;
  content: counter(li);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: var(--tblr-danger);
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin-right: 10px;
}
.component-13.gradient-dark {
  background: linear-gradient(103deg, #1E5B4D -10.53%, #1E5B4D -2.43%, #1E5A4D 4.17%, #1D584D 9.49%, #1D564D 13.76%, #1D534C 17.22%, #1D504C 20.1%, #1C4C4C 22.63%, #1C484C 25.05%, #1B444B 27.58%, #1B404B 30.46%, #1B3C4B 33.92%, #1A384A 38.19%, #1A344A 43.51%, #19314A 50.1%, #192D49 58.21%);
}
.component-13.gradient-dark svg path {
  fill: #fff;
}
.component-17 .f-carousel {
  --f-button-next-pos: -7px;
  --f-button-prev-pos: -7px;
}
.component-17 .f-carousel__slide {
  width: 100%;
  text-align: center;
}
.component-17__card {
  width: 100%;
  height: 250px;
  perspective: 1000px;
}
.component-17__card--flip:hover .component-17__card-inner {
  transform: rotateY(180deg);
}
.component-17__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.component-17__card-front, .component-17__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.component-17__card-back {
  transform: rotateY(180deg);
}
.component-17__card--default {
  height: auto;
}
.component-17__card--default .component-17__card-front {
  position: static;
}
@media (min-width: 768px) {
  .component-17 .f-carousel__slide {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .component-17 .f-carousel__slide {
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .component-17 .f-carousel__slide {
    width: calc(100% / 4);
  }
}
.component-17 .f-button svg {
  stroke: none;
}
.hover-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.hover-popup--close {
  pointer-events: none;
}
.hover-popup.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.hover-popup--close .hover-popup-close {
  display: none;
}
.hover-popup-content {
  position: relative;
  max-width: 877px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 7px 10px 0px rgba(42, 59, 76, 0.15);
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.hover-popup.show .hover-popup-content {
  transform: scale(1);
}
.hover-popup img {
  width: 100%;
  height: auto;
  display: block;
}
.hover-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
.component-22 .nav-link {
  border: 1px solid transparent;
  width: 100%;
}
.component-22 .nav-link.active {
  border-color: #FBAE8F;
}
.component-24 .f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;
  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
  --f-button-bg: #fff;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
  --f-button-next-pos: -20px;
  --f-button-prev-pos: -20px;
  --f-carousel-spacing: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 3);
  padding-bottom: 30px;
}
.component-24 .f-carousel.center-items .f-carousel__track {
  justify-content: center;
}
@media (max-width: 576px) {
  .component-24 .f-carousel.center-items .f-carousel__track {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .component-24 .f-carousel {
    --f-carousel-slide-width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .component-24 .f-carousel {
    --f-carousel-slide-width: 100%;
    --f-button-next-pos: -30px;
    --f-button-prev-pos: -30px;
  }
}
.component-24 .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-24 .f-carousel__track {
  padding-top: 30px;
  padding-bottom: 30px;
}
.component-24 .f-thumbs__slide__button img {
  width: 100%;
}
.component-24 .quotes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 10px 7px 20px 1px rgba(42, 59, 76, 0.15);
  height: 100%;
  border-radius: 16px;
}
.component-24 .quotes__item-image {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 24px;
}
.component-24 .quotes__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-24 .quotes__item-text {
  text-align: center;
  margin-bottom: 16px;
}
.component-24 .quotes__item-full-name {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .component-24 .quotes__item {
    padding: 16px;
  }
}
.podcast__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #f1f1f1;
  border-radius: 16px;
  overflow: hidden;
}
.podcast__item-image .podcast__item-link {
  display: block;
}
.podcast__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.4146341463;
}
.podcast__item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  padding: 24px 16px 16px;
}
.podcast__item-title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1f3c56;
}
.podcast__item-guest {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #65b0c5;
  padding-bottom: 8px;
}
.podcast__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #1f3c56;
  padding-bottom: 20px;
}
.podcast__item-button {
  margin-top: auto;
  padding: 9px 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 11px, transparent 11px) 0% 0%/12px 12px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 11px, transparent 11px) 100% 0%/12px 12px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 11px, transparent 11px) 0% 100%/12px 12px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 11px, transparent 11px) 100% 100%/12px 12px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat, linear-gradient(0deg, #3E77C7 0%, #45B8BF 100%);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #1f3c56;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .podcast__item-button {
    padding: 9px 24px;
    font-size: 16px;
  }
}
.podcast__item-button:has(svg) {
  column-gap: 12px;
}
.podcast-guests {
  margin-bottom: 18px;
}
.podcast-guests__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  padding: 16px 2px 16px;
  background: #FFFFFF;
}
.podcast-guests__item-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  text-align: center;
  color: #1f3c56;
  margin-bottom: 24px;
}
.podcast-guests__item-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.podcast-guests__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.1538461538;
}
.podcast-guests__item-title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1f3c56;
}
.podcast-guests__item-state {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #65b0c5;
  margin-bottom: 8px;
}
.podcast-guests__item-decoration {
  text-align: center;
  margin-bottom: 8px;
}
.podcast-guests__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #1f3c56;
  padding: 0 14px;
}
.podcast-highlights__content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: #1f3c56;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .podcast-highlights__content h2 {
    margin-bottom: 40px;
  }
}
.podcast-audio {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .podcast-audio {
    margin-bottom: 40px;
  }
}
.podcast-video {
  margin-bottom: 64px;
}
@media (max-width: 576px) {
  .podcast-video {
    margin-bottom: 40px;
  }
}
.audio-links {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 16px 24px;
  background: #FFFFFF;
}
.audio-links__title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1f3c56;
  margin-bottom: 20px;
}
.audio-links__list {
  display: grid;
  row-gap: 8px;
}
.audio-links__item {
  border-radius: 12px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 11px, transparent 11px) 0% 0%/12px 12px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 11px, transparent 11px) 100% 0%/12px 12px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 11px, transparent 11px) 0% 100%/12px 12px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 11px, transparent 11px) 100% 100%/12px 12px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat, linear-gradient(0deg, #3E77C7 0%, #45B8BF 100%);
}
.trial__block {
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #102447;
  position: relative;
  overflow: hidden;
}
.trial__content {
  padding: 37px 37px 37px 50px;
}
@media (max-width: 768px) {
  .trial__content {
    padding: 32px;
  }
}
.trial__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  background: linear-gradient(225deg, #e87392 0%, #fbae8f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.trial__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.trial__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 35px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 220%;
  text-transform: uppercase;
  text-align: center;
  color: #102447;
  background: linear-gradient(234deg, #e87392 0%, #fbae8f 100%);
  border-radius: 17px;
  cursor: pointer;
}
.trial__image {
  height: 100%;
}
.trial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .trial__image {
    width: 100%;
  }
}
:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --tblr-body-bg: #fff;
  --tblr-primary: #1F3C56;
  --tblr-primary-rgb: 31, 60, 86;
  --tblr-danger: #E87392;
  --tblr-orange: #FFA14D;
  --tblr-azure-lt: #DEE9F3;
  --tblr-azure-lt-rgb: 222, 233, 243;
  --tblr-blue: #55DAFB;
  --tblr-azure-rgb: 85, 218, 251;
  --tblr-link-color: #1F3C56;
  --tblr-link-color-rgb: 31, 60, 86;
}
.btn {
  border-radius: 12px;
}
body {
  font-family: var(--font-poppins);
  padding-top: 90px;
  color: var(--tblr-primary);
  scroll-behavior: smooth;
}
.container-xxl {
  max-width: 1440px;
}
.display-5 {
  font-size: 40px;
}
.nav-link {
  background-color: #fff;
  box-shadow: 0px 7px 10px 0px rgba(42, 59, 76, 0.15);
}
.w-fit-content {
  width: fit-content;
}
.w-max-content {
  width: max-content;
}
.mw-75 {
  max-width: 75%;
}
@media (max-width: 768px) {
  .mw-75 {
    max-width: 100%;
  }
}
.mw-50 {
  max-width: 50%;
}
.w-40px {
  width: 40px;
  height: 40px;
}
.h-5px {
  height: 5px;
}
.h-46px {
  height: 46px;
}
.border-azure {
  border-color: #55dafb !important;
}
.btn-gradient-red {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #FBAE8F 0%, #E87392 100%);
  background-blend-mode: overlay, normal;
  box-shadow: 0px 18px 36px 0px rgba(233, 115, 140, 0.35);
}
.btn-gradient-green {
  background: linear-gradient(93deg, #45B8BF 16.08%, #3E77C7 87.78%);
  box-shadow: 0px 18px 36px 0px rgba(48, 107, 193, 0.35);
}
.f-carousel {
  --f-carousel-dot-color: var(--tblr-gray);
}
.f-carousel__dots .is-current .f-carousel__dot {
  background: linear-gradient(90deg, #FBAE8F 0%, #E87392 100%);
}
.nav-pills {
  --tblr-nav-pills-link-active-bg: var(--tblr-white);
}
.nav-pills .nav-link.active .fs-2, .nav-pills .nav-link.active .fs-4 {
  font-weight: 600;
}
.video-js {
  border-radius: 16px;
}
.video-js-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.border-color-gradient-green-16 {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 15px, transparent 15px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 15px, transparent 15px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 15px, transparent 15px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 15px, transparent 15px) 100% 100%/16px 16px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 32px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 32px) calc(100% - 2px) no-repeat, linear-gradient(0deg, #3E77C7 0%, #45B8BF 100%);
}
blockquote {
  padding-left: 20px;
  border: 0;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 99px 0px 0px 99px;
  background: linear-gradient(180deg, #4CC9AC 0%, #3E77C7 100%);
}
.shadow-md {
  box-shadow: 0px 7px 10px 0px rgba(42, 59, 76, 0.15);
}
.border-color-gradient-green-12 {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 11px, transparent 11px) 0% 0%/12px 12px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 11px, transparent 11px) 100% 0%/12px 12px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 11px, transparent 11px) 0% 100%/12px 12px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 11px, transparent 11px) 100% 100%/12px 12px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat, linear-gradient(0deg, #3E77C7 0%, #45B8BF 100%);
}
.border-color-gradient-green-12 svg {
  width: 16px;
  height: 16px;
}
.border-color-gradient-green-12 svg path {
  fill: #B6B6B7;
}
.height-525 {
  height: 525px;
}
@media (max-width: 768px) {
  .height-525 {
    height: 260px;
  }
}
.height-640 {
  height: 640px;
}
@media (max-width: 768px) {
  .height-640 {
    height: 260px;
  }
}
.height-125 {
  height: 125px;
}
@media (max-width: 768px) {
  .height-125 {
    height: 260px;
  }
}
.height-165 {
  height: 165px;
}
@media (max-width: 768px) {
  .height-165 {
    height: 260px;
  }
}
.height-250 {
  height: 250px;
}
@media (max-width: 768px) {
  .height-250 {
    height: 260px;
  }
}
.mt-n80 {
  margin-top: -80px;
}
.mw-fc {
  max-width: fit-content;
}
ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
ol li {
  margin-bottom: 20px;
}
ol li::before {
  counter-increment: li;
  content: counter(li);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: var(--tblr-danger);
  border: 1px solid #F1F1F1;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .display-6 {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  .display-5 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .display-4 {
    font-size: 30px;
  }
}
.scrollable-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollable-content::-webkit-scrollbar {
  display: none;
}
.video-js {
  background-color: transparent !important;
}
.video-js .vjs-big-play-button {
  border: none;
}
video {
  background-color: transparent !important;
}
.card-link {
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .card img {
    height: 260px !important;
    object-fit: cover;
  }
  .card .card-img-overlay {
    position: static;
    background: #FFFFFF;
    width: 100% !important;
    text-align: center;
    border-bottom-right-radius: var(--tblr-border-radius-xl) !important;
    border-bottom-left-radius: var(--tblr-border-radius-xl) !important;
    border-left: var(--tblr-border-width) var(--tblr-border-style) rgba(4, 32, 69, 0.14) !important;
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) rgba(4, 32, 69, 0.14) !important;
    border-right: var(--tblr-border-width) var(--tblr-border-style) rgba(4, 32, 69, 0.14) !important;
  }
  .card .card-title {
    font-size: 1rem;
    font-weight: var(--tblr-font-weight-medium);
    line-height: 1.5rem;
    color: #182433;
  }
  .card .card-text {
    font-size: 0.75rem !important;
    color: #182433 !important;
    margin-bottom: 0 !important;
  }
  .card .btn {
    display: none !important;
  }
}
