@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: local("Playfair Display");
  src: url("../fonts/PlayfairDisplay-Regular.woff2");
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: local("Playfair Display");
  src: url("../fonts/PlayfairDisplay-Medium.woff2");
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Playfair Display Italic";
  font-display: swap;
  src: local("Playfair Display Italic");
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2");
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: local("Playfair Display");
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2");
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: local("Playfair Display");
  src: url("../fonts/PlayfairDisplay-Bold.woff2");
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: local("Playfair Display");
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2");
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: local("Mulish");
  src: url("../fonts/Mulish-ExtraLight.woff2");
  src: url("../fonts/Mulish-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Mulish Italic";
  font-display: swap;
  src: local("Mulish Italic");
  src: url("../fonts/Mulish-ExtraLightItalic.woff2");
  src: url("../fonts/Mulish-ExtraLightItalic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: local("Mulish");
  src: url("../fonts/Mulish-Regular.woff2");
  src: url("../fonts/Mulish-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: local("Mulish");
  src: url("../fonts/Mulish-Medium.woff2");
  src: url("../fonts/Mulish-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: local("Mulish");
  src: url("../fonts/Mulish-SemiBold.woff2");
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: local("Mulish");
  src: url("../fonts/Mulish-Bold.woff2");
  src: url("../fonts/Mulish-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
/* Boostrap */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row > .col, .row > [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Typography */
h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #1B1B1B;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  h1 {
    font-size: 32px;
    line-height: 110%;
  }
}

h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #1B1B1B;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 28px;
    line-height: 130%;
  }
}

h3 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  color: #1B1B1B;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  h3 {
    font-size: 20px;
    line-height: 135%;
  }
}

h4 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #1B1B1B;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  h4 {
    font-size: 18px;
    line-height: 140%;
  }
}

h5 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1B1B1B;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  h5 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media screen and (max-width: 560px) {
  p {
    font-size: 14px;
    line-height: 140%;
  }
}

small {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
small b {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  small {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

b,
strong {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

a {
  color: #1B1B1B;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #1B1B1B;
  text-decoration: underline;
}

p {
  margin: 0 0 14px;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Base */
*, *:after, *:before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid #EBEBEB;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(52, 52, 52, 0.8);
  border-radius: 5px;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

html, body {
  font-size: 14px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #1B1B1B;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: unset !important;
}

.btn {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #343434;
  border-radius: 4px;
  color: #343434;
  background-color: #FFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  will-change: background-color, color;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.btn:hover {
  background-color: #343434;
  color: #FFF;
  text-decoration: none;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.btn-black {
  background-color: #343434;
  color: #FFF;
  will-change: background-color;
  transition: background-color ease 0.2s;
}
.btn-black:hover {
  background-color: rgb(26.5, 26.5, 26.5);
  transition: background-color ease 0.2s;
}
.btn-border-w {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  will-change: background-color, color;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.btn-border-w svg path {
  stroke: #FFF;
}
.btn-border-w:hover {
  background-color: #FFF;
  color: #343434;
  text-decoration: none;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.btn-border-w:hover svg path {
  stroke: #343434;
}
.btn-gradient-red {
  background: linear-gradient(to right, #FF0000, #AC0101);
  color: #FFF;
  border: 0;
}
.btn-gradient-red:hover {
  background: linear-gradient(to right, darkern(#FF0000, 10%), rgb(121.2947976879, 0.7052023121, 0.7052023121));
}
.btn-gradient-orange {
  background: linear-gradient(90deg, #FF8000 0%, #B35A00 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-orange:hover {
  background: linear-gradient(to right, darkern(#FF8000, 10%), rgb(128, 64.3575418994, 0));
}
.btn-gradient-yellow {
  background: linear-gradient(90deg, #FFFF00 0%, #CECE0E 100%);
  color: #1B1B1B;
  border: 0;
}
.btn-gradient-yellow:hover {
  background: linear-gradient(to right, darkern(#FFFF00, 10%), rgb(158.2454545455, 158.2454545455, 10.7545454545));
}
.btn-gradient-green {
  background: linear-gradient(90deg, #00BF00 0%, #005900 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-green:hover {
  background: linear-gradient(to right, darkern(#00BF00, 10%), #002600);
}
.btn-gradient-brown {
  background: linear-gradient(90deg, #A0785A 0%, #4A2000 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-brown:hover {
  background: linear-gradient(to right, darkern(#A0785A, 10%), rgb(23, 9.9459459459, 0));
}
.btn-gradient-light {
  background: linear-gradient(90deg, #F6EAD3 0%, #F2ECDD 100%);
  color: #1B1B1B;
  border: 0;
}
.btn-gradient-light:hover {
  background: linear-gradient(to right, darkern(#F6EAD3, 10%), rgb(227.8936170213, 215.3829787234, 184.1063829787));
}
.btn-gradient-gray, .btn-gradient-grey {
  background: linear-gradient(90deg, #C3C7C8 0%, #7E7E7E 100%);
  color: #1B1B1B;
  border: 0;
}
.btn-gradient-gray:hover, .btn-gradient-grey:hover {
  background: linear-gradient(to right, darkern(#C3C7C8, 10%), rgb(100.5, 100.5, 100.5));
}
.btn-gradient-blue {
  background: linear-gradient(90deg, #0000FF 0%, #000082 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-blue:hover {
  background: linear-gradient(to right, darkern(#0000FF, 10%), #00004f);
}
.btn-gradient-violet {
  background: linear-gradient(90deg, #4B0082 0%, #290047 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-violet:hover {
  background: linear-gradient(to right, darkern(#4B0082, 10%), rgb(11.5492957746, 0, 20));
}
.btn-gradient-purple {
  background: linear-gradient(90deg, #BF30F3 0%, #610084 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-purple:hover {
  background: linear-gradient(to right, darkern(#BF30F3, 10%), rgb(59.5227272727, 0, 81));
}
.btn-gradient-olive {
  background: linear-gradient(90deg, #2E5A00 0%, #101F00 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-olive:hover {
  background: linear-gradient(to right, darkern(#2E5A00, 10%), black);
}
.btn-gradient-dark {
  background: linear-gradient(90deg, #838383 0%, #292828 100%);
  color: #FFF;
  border: 0;
}
.btn-gradient-dark:hover {
  background: linear-gradient(to right, darkern(#838383, 10%), rgb(15.1851851852, 14.8148148148, 14.8148148148));
}
.btn-transparent {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  will-change: background-color, color;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-transparent:hover {
  background-color: transparent;
  color: #FFF;
}
.btn-transparent-dark {
  background-color: transparent;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  will-change: background-color, color;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-transparent-dark:hover {
  background-color: transparent;
  color: #1b1b1b;
}
.btn-no-border {
  background-color: transparent;
  color: #1B1B1B;
  border: 1px solid transparent;
  will-change: background-color, color;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-no-border:hover {
  color: #1B1B1B;
  background-color: transparent;
}

@media screen and (max-width: 425px) {
  .btn {
    width: 100%;
  }
}
.hero-center__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 48px 0;
  border-bottom: 1px solid #EBEBEB;
}
.hero-center__title, .hero-center__desc {
  max-width: 744px;
  text-align: center;
}
.hero-center__query {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  margin: 24px 0;
}
.hero-center__query search {
  flex: 0 0 100%;
  width: 100%;
  max-width: 320px;
}
.hero-center__query .sorting {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 26px;
}
.hero-center__query .sorting::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M3.5 7H21.5' stroke='%23343434' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.5 12H18.5' stroke='%23343434' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10.5 17H14.5' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
}
.hero-center__query .sorting::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M20.42 8.9502L13.9 15.4702C13.13 16.2402 11.87 16.2402 11.1 15.4702L4.57999 8.9502' stroke='%23343434' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -20px;
  top: 50%;
  display: inline-flex;
  transform: translateY(-50%) rotate(0deg);
  will-change: transfrom;
  transition: transform ease 0.2s;
}
.hero-center__query .sorting .label,
.hero-center__query .sorting select {
  display: inline-flex;
  width: auto;
  border: 0;
}
.hero-center__query .sorting .label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.hero-center__query .sorting select {
  color: #343434 !important;
  font-family: "Mulish", sans-serif !important;
  font-weight: 700;
  background-image: none;
  padding: 0 !important;
  font-size: 16px;
  line-height: 20px;
}
.hero-center__query search .form-group {
  position: relative;
}
.hero-center__query search .form-group input {
  margin-bottom: 0;
  padding: 8px 24px 8px 0;
  font-family: "Mulish", sans-serif !important;
  font-weight: 700;
}
.hero-center__query search .form-group input::-moz-placeholder {
  text-transform: capitalize;
  color: #343434;
}
.hero-center__query search .form-group input::placeholder {
  text-transform: capitalize;
  color: #343434;
}
.hero-center__query search .form-group .btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: transparent;
  border: 0;
  transform: translateY(-50%);
}
.hero-center__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
  padding-bottom: 80px;
}
.hero-center__wrapper .sidebar,
.hero-center__wrapper .content {
  flex: 0 0 100%;
  width: 100%;
}
.hero-center__wrapper .sidebar {
  max-width: 320px;
}
.hero-center__wrapper .sidebar .filter {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
}
.hero-center__wrapper .sidebar .filter:last-child {
  margin-bottom: 0;
}
.hero-center__wrapper .sidebar .filter details {
  position: sticky;
  top: 10px;
  left: 0;
  width: 100%;
  border: 1px solid #DDDDDD;
}
.hero-center__wrapper .sidebar .filter details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform ease 0.2s;
}
.hero-center__wrapper .sidebar .filter details summary {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px solid #DDD;
  padding: 12px 16px;
  position: relative;
}
.hero-center__wrapper .sidebar .filter details summary::marker {
  content: none;
}
.hero-center__wrapper .sidebar .filter details summary::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M20.42 8.9502L13.9 15.4702C13.13 16.2402 11.87 16.2402 11.1 15.4702L4.57999 8.9502' stroke='%23343434' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  will-change: transfrom;
  transition: transform ease 0.2s;
}
.hero-center__wrapper .sidebar .filter details ul li {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.hero-center__wrapper .sidebar .filter details ul li input[type=checkbox],
.hero-center__wrapper .sidebar .filter details ul li label {
  flex: 0 0 100%;
  width: 100%;
}
.hero-center__wrapper .sidebar .filter details ul li input[type=checkbox] {
  max-width: 20px;
  height: 20px;
  border: 1px solid #343434;
  border-radius: 4px;
}
.hero-center__wrapper .sidebar .filter details ul li label {
  max-width: calc(100% - 35px);
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
  text-transform: capitalize;
}
.hero-center__wrapper .content {
  max-width: calc(100% - 368px);
}
.hero-center__wrapper .content .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0;
  font-size: 16px;
  line-height: 110%;
  gap: 24px;
}
.hero-center__wrapper .content .pagination::before, .hero-center__wrapper .content .pagination::after {
  display: none;
}
.hero-center__wrapper .content .pagination nav ul {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.hero-center__wrapper .content .pagination nav ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-center__wrapper .content .pagination nav ul li a,
.hero-center__wrapper .content .pagination nav ul li span {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  padding: 8px;
  will-change: color, background-color, border;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-center__wrapper .content .pagination nav ul li.active a,
.hero-center__wrapper .content .pagination nav ul li.active span {
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
  color: #fff;
  transition: color ease 0.2s, background-color ease 0.2s, border ease 0.2s;
}
.hero-center__wrapper .content .pagination nav ul li.active:hover a,
.hero-center__wrapper .content .pagination nav ul li.active:hover span {
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
  color: #fff;
  transition: color ease 0.2s, background-color ease 0.2s, border ease 0.2s;
}
.hero-center__wrapper .content .pagination nav ul li:hover a,
.hero-center__wrapper .content .pagination nav ul li:hover span {
  border: 1px solid #1B1B1B;
}
.hero-center__wrapper .content .pagination nav ul li.disabled a svg path,
.hero-center__wrapper .content .pagination nav ul li.disabled span svg path {
  stroke: #838383;
}
.hero-center__wrapper .content .pagination nav ul li.disabled:hover a,
.hero-center__wrapper .content .pagination nav ul li.disabled:hover span {
  border: none;
}
.hero-center__wrapper .content .courses .course-item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  border-bottom: 1px solid #838383;
  padding: 24px 0;
}
.hero-center__wrapper .content .courses .course-item .course-media,
.hero-center__wrapper .content .courses .course-item .course-info {
  flex: 0 0 100%;
  width: 100%;
}
.hero-center__wrapper .content .courses .course-item .course-media {
  max-width: 326px;
  text-align: center;
}
.hero-center__wrapper .content .courses .course-item .course-media a {
  display: inline-flex;
}
.hero-center__wrapper .content .courses .course-item .course-media img {
  max-height: 230px;
  width: auto;
}
.hero-center__wrapper .content .courses .course-item .course-info {
  padding: 16px 0 16px 24px;
  max-width: calc(100% - 374px);
}
.hero-center__wrapper .content .courses .course-item .course-info .course-date {
  font-size: 12px;
  line-height: 110%;
  color: #494949;
  margin-bottom: 16px;
  display: block;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-title {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-title::before {
  content: "";
  width: 19.5px;
  height: 2px;
  background-color: #838383;
  display: inline-flex;
  position: absolute;
  left: -24px;
  top: 13px;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-title a:hover {
  color: #1b1b1b;
  text-decoration: underline;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-desc {
  font-size: 16px;
  line-height: 130%;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta {
  margin-top: 16px;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta .btn-underline {
  padding: 8px 4px;
  position: relative;
  text-decoration: none;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta .btn-underline span {
  color: #1B1B1B;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 130%;
  transition: color ease 0.15s;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta .btn-underline::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1B1B1B;
  position: absolute;
  left: 0;
  bottom: 0;
  will-change: height, color;
  z-index: 1;
  display: inline-flex;
  transition: color ease 0.2s;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta .btn-underline:hover span {
  color: #FFF;
  text-decoration: none;
  transition: color ease 0.15s;
}
.hero-center__wrapper .content .courses .course-item .course-info .course-cta .btn-underline:hover::before {
  height: 100%;
  transition: height ease 0.2s;
}
@media screen and (max-width: 1099px) {
  .hero-center__wrapper .content .courses .course-item .course-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero-center__wrapper .sidebar,
  .hero-center__wrapper .content {
    max-width: 100%;
  }
  .hero-center__wrapper .content .courses .course-item {
    justify-content: center;
  }
  .hero-center__wrapper .content .courses .course-item .course-media {
    max-width: 500px;
  }
  .hero-center__wrapper .content .pagination {
    justify-content: space-between;
  }
  .hero-center__wrapper .content .pagination::before, .hero-center__wrapper .content .pagination::after {
    display: none;
  }
}
@media screen and (max-width: 695px) {
  .hero-center__query .sorting,
  .hero-center__query search {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 560px) {
  .hero-center__wrapper .content .pagination {
    justify-content: center;
    display: block;
    text-align: center;
  }
  .hero-center__wrapper .content .pagination > span,
  .hero-center__wrapper .content .pagination nav {
    max-width: 100%;
  }
  .hero-center__wrapper .content .pagination nav {
    margin-top: 16px;
  }
  .hero-center__wrapper .content .pagination nav ul {
    justify-self: center;
  }
  .hero-center__wrapper .content .courses .course-item {
    gap: 24px;
  }
}
@media screen and (max-width: 425px) {
  .hero-center__query search {
    max-width: 100%;
  }
}

.back-link {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #555;
}

.product-detail .product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.product-detail .product-meta,
.product-detail .product-cover {
  flex: 0 0 100%;
  width: 100%;
}
.product-detail .product-meta {
  max-width: calc(100% - 511px);
}
.product-detail .product-cover {
  max-width: 463px;
}
.product-detail .product-cover img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.product-detail .product-cover figcaption {
  margin-top: 0.5rem;
  text-align: center;
}
.product-detail .product-cover figcaption .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  will-change: background-color, color;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.product-detail .product-cover figcaption .btn:hover {
  background-color: #343434;
  color: #FFF;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.product-detail .product-cover figcaption .btn:hover svg path {
  stroke: #FFF;
  transition: stroke ease 0.2s;
}
.product-detail h1 {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 48px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.product-detail .product-info {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.product-detail .product-info .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
}
.product-detail .product-info dl {
  flex: 1;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.75rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.product-detail .product-info dl > div {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
.product-detail .product-info dl > div:last-child {
  border-bottom: none;
}
.product-detail .product-info dl dt {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.product-detail .product-info dl dd {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

.purchase-options .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
}
.purchase-options .coupon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  box-shadow: 4px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-bottom: 64px;
  width: 100%;
}
.purchase-options .coupon-item {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.purchase-options .coupon-item .label {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.purchase-options .coupon {
  flex: 0 0 350px;
  width: 350px;
  padding: 20px 20px 20px 24px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
.purchase-options .coupon::before {
  content: "";
  width: 26px;
  height: 53px;
  border-radius: 0 50px 50px 0;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.purchase-options .coupon::after {
  content: "%";
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 1;
  font-size: 120px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.purchase-options .coupon .coupon-sale {
  flex: 0 0 100%;
  width: 100%;
  max-width: 102px;
  text-align: center;
  z-index: 2;
}
.purchase-options .coupon .coupon-sale span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.purchase-options .coupon .coupon-sale strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -2%;
  margin-bottom: 16px;
  display: block;
}
.purchase-options .coupon .coupon-desc {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 118px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}
.purchase-options .coupon .coupon-desc p {
  font-size: 12px !important;
  line-height: 150% !important;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.purchase-options .coupon .coupon-desc small {
  font-size: 10px !important;
  line-height: 130% !important;
  display: block;
  margin-top: auto;
  flex: 0 0 100%;
  width: 100%;
}
.purchase-options .format-select .format-label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.purchase-options .format-select .format-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-ilms {
  margin-bottom: 3rem;
  padding: 48px 0 32px 0;
}
.about-ilms.border-bottom {
  margin-bottom: 0;
  padding: 48px 0;
}
.about-ilms h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.about-ilms h2.title {
  font-size: 32px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
.about-ilms .container {
  max-width: 1280px;
}
.about-ilms .about-ilms-content {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 1rem;
  justify-content: center;
}
.about-ilms .about-ilms-content .logo,
.about-ilms .about-ilms-content .desc {
  flex: 0 0 100%;
  width: 100%;
}
.about-ilms .about-ilms-content .logo {
  max-width: 150px;
}
.about-ilms .about-ilms-content .logo img {
  width: 100%;
  height: auto;
}
.about-ilms .about-ilms-content .desc {
  max-width: calc(100% - 198px);
  font-size: 16px;
  line-height: 24px;
}
.about-ilms .about-tabs {
  display: flex;
  gap: 1rem;
}
.about-ilms .about-tabs button.tab {
  background: none;
  border: 1px solid #ccc;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #666;
}
.about-ilms .about-tabs button.tab.active, .about-ilms .about-tabs button.tab:focus {
  background: #333;
  color: #fff;
  border-color: #333;
}
@media screen and (max-width: 600px) {
  .about-ilms .about-ilms-content {
    flex-wrap: wrap;
  }
  .about-ilms .about-ilms-content .logo,
  .about-ilms .about-ilms-content .desc {
    max-width: 100%;
  }
  .about-ilms .about-ilms-content .logo img {
    height: auto;
    max-height: 65px;
    width: auto;
  }
}

.tab-product {
  padding: 64px 0;
}
.tab-product ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tab-product ul li {
  flex: 0 0 calc(25% - 6px);
  width: calc(25% - 6px);
  text-align: center;
  border-bottom: 1px solid #1b1b1b;
  justify-content: center;
}
.tab-product ul li .tab-link {
  display: flex;
  padding: 8px 20px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-weight: 600 !important;
  opacity: 0.5;
  justify-content: center;
}
.tab-product ul li .tab-link:hover {
  text-decoration: none;
}
.tab-product ul li .tab-link.active {
  opacity: 1;
}

.fea-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 48px 0;
}
.fea-block .img,
.fea-block .desc {
  flex: 0 0 100%;
  width: 100%;
}
.fea-block .img {
  max-width: 400px;
  text-align: center;
  position: relative;
}
.fea-block .img::before {
  content: "";
  display: inline-flex;
  width: 300px;
  height: 300px;
  background-color: #1b1b1b;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
}
.fea-block .img img {
  height: 100%;
  width: auto;
  max-width: 300px;
  position: relative;
  z-index: 2;
}
.fea-block .desc {
  max-width: calc(100% - 440px);
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}

.key-features {
  background-image: url(../images/bg-tab.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 48px 0;
}
.key-features .list-def {
  max-width: 50%;
  display: block;
}
.key-features .list-def li {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  margin-bottom: 32px;
  position: relative;
}
.key-features .list-def li .title,
.key-features .list-def li .desc {
  width: 100%;
}
.key-features .list-def li .title {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 1px solid #1B1B1B;
}
.key-features .list-def li .desc {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  padding: 8px 0;
}

.items-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding: 48px 0;
}
.items-block .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(33.3333333333% - 16px);
  padding: 32px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.1254901961);
}
.items-block .item__icon {
  font-size: 50px;
  text-align: center;
  margin-bottom: 24px;
}
.items-block .item__title {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.items-block .item__desc {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}

.faq-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  padding: 48px 0;
  background-image: url(../images/faq-block.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.faq-block__heading, .faq-block__list {
  flex: 0 0 100%;
  width: 100%;
}
.faq-block__heading {
  max-width: 400px;
}
.faq-block__title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.faq-block__desc {
  font-size: 24px;
  line-height: 32px;
}
.faq-block__list {
  max-width: calc(100% - 440px);
}
.faq-block__list ul {
  display: block;
  width: 100%;
}
.faq-block__list ul li {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
}
.faq-block__list ul li:last-child {
  margin-bottom: 0;
}
.faq-block__question {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}
.faq-block__answer {
  font-size: 18px;
  line-height: 26px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}

.cta-back {
  padding: 32px 0;
}
.cta-back .container {
  max-width: 1280px;
}
.cta-back .back-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
  font-size: 18px;
  line-height: 120%;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

.about-course {
  margin-bottom: 3rem;
}
.about-course h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.about-course p {
  max-width: 700px;
  font-size: 0.95rem;
  color: #444;
}
.other-products {
  padding: 80px 0;
  background-image: url(../images/lmsl-bg-prod.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
}
.other-products.dark {
  background-color: #565656;
}
.other-products.dark h2,
.other-products.dark .title {
  color: #FFF;
}
.other-products.dark .product-filters button.filter {
  color: #FFF;
}
.other-products.dark .product-filters button.filter.active,
.other-products.dark .product-filters button.filter:focus {
  color: #FFF;
  border-color: #FFF;
}
.other-products.dark .product-list .product-card__front .title,
.other-products.dark .product-list .product-card__back .title {
  color: #1B1B1B;
}
.other-products h2,
.other-products .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 24px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.other-products h2.active, .other-products h2:focus,
.other-products .title.active,
.other-products .title:focus {
  border-color: #FFF;
  color: #FFF;
}
.other-products .desc {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 16px auto;
}
.other-products .product-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.other-products .product-filters button.filter {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  font-size: 14px;
  line-height: 110%;
  padding: 0.25rem 0.5rem;
  border-bottom: 2px solid transparent;
  min-width: -moz-max-content;
  min-width: max-content;
}
.other-products .product-filters button.filter.active, .other-products .product-filters button.filter:focus {
  border-color: #333;
  color: #333;
}
.other-products .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
}
.other-products .product-list .product-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(25% - 12px);
  border-radius: 20px;
  padding: 40px 12px 20px 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.05);
}
.other-products .product-list .product-card img {
  height: 100px;
  width: auto;
  margin-bottom: 40px;
}
.other-products .product-list .product-card h3 {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.other-products .product-list .product-card ul {
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 24px;
}
.other-products .product-list .product-card ul li {
  margin-bottom: 4px;
  text-align: center;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: auto;
}
.other-products .product-list .product-card ul li::before {
  content: "•";
  width: 8px;
  height: 8px;
  display: inline-flex;
}
.other-products .product-list .product-card .btn {
  width: 100%;
  margin-top: auto;
}
.other-products.flip .product-list .product-card {
  height: 340px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.other-products.flip .product-list .product-card:hover .product-card__inner {
  transform: rotateY(180deg);
}
.other-products.flip .product-list .product-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.other-products.flip .product-list .product-card__back, .other-products.flip .product-list .product-card__front {
  position: absolute;
  backface-visibility: hidden;
  padding: 32px 24px;
}
.other-products.flip .product-list .product-card__front {
  gap: 0;
}
.other-products.flip .product-list .product-card__front .img {
  margin-bottom: 0;
  flex: 0 0 100%;
  width: 100%;
}
.other-products.flip .product-list .product-card__front .title {
  font-size: 20px;
  line-height: 26px;
  flex: 0 0 100%;
  width: 100%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.other-products.flip .product-list .product-card__back {
  transform: rotateY(180deg);
}
.other-products.flip .product-list .product-card__back:hover {
  text-decoration: none;
}

.hero-essentials.gray {
  background-color: #EFF0F0;
}
.hero-essentials.gray .hero-essentials__content,
.hero-essentials.gray .hero-essentials__media {
  max-width: calc(50% - 24px);
}
.hero-essentials__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 48px 0 60px;
}
.hero-essentials__breadcrumb {
  background-color: #F4F4F4;
  padding: 20px 0;
}
.hero-essentials__breadcrumb .breadcrumb,
.hero-essentials__breadcrumb .breadcrumb a {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #AFAFAF;
}
.hero-essentials__breadcrumb .breadcrumb .breadcrumb_last,
.hero-essentials__breadcrumb .breadcrumb a .breadcrumb_last {
  color: #1B1B1B;
}
.hero-essentials__content, .hero-essentials__media, .hero-essentials__breadcrumb {
  flex: 0 0 100%;
  width: 100%;
}
.hero-essentials__content {
  max-width: calc(100% - 535px);
}
.hero-essentials__title, .hero-essentials__desc {
  max-width: 810px;
}
.hero-essentials__title {
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 16px;
  letter-spacing: -1.96px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.hero-essentials__desc {
  font-size: 14px;
  line-height: 180%;
}
.hero-essentials__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.hero-essentials__media {
  max-width: 487px;
  position: relative;
}
.hero-essentials__media figure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
}
.hero-essentials__media figure img {
  border-radius: 20px;
  border: 1px solid #EEEEEE;
}
.hero-essentials__media figure figcaption {
  flex: 0 0 100%;
}
.hero-essentials__media figure figcaption .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  will-change: background-color, color;
  transition: background-color ease 0.2s, color ease 0.2s;
  text-align: center;
}
.hero-essentials__media figure figcaption .btn:hover {
  background-color: #343434;
  color: #FFF;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.hero-essentials__media figure figcaption .btn:hover svg path {
  stroke: #FFF;
  transition: stroke ease 0.2s;
}

.content-twocol {
  padding: 80px 0;
}
.content-twocol__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 80px;
}
.content-twocol__wrapper .content-main,
.content-twocol__wrapper .content-side {
  flex: 0 0 100%;
  width: 100%;
}
.content-twocol__wrapper .content-side {
  max-width: 440px;
}
.content-twocol__wrapper .content-side .sidebar-sticky {
  position: sticky;
  top: 24px;
  right: 0;
  height: 100vh;
  overflow-y: auto;
}
.content-twocol__wrapper .content-side .content-pricing {
  background-color: #F4F4F4;
  box-shadow: 4px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 40px 32px 30px 32px;
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .content-pricing .title {
  font-size: 2.5rem;
  line-height: 2rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
}
.content-twocol__wrapper .content-side .content-pricing .label {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.content-twocol__wrapper .content-side .content-pricing .list-box {
  border: 1px solid #DDDDDD;
  padding: 24px 16px;
}
.content-twocol__wrapper .content-side .content-pricing .list-box__label {
  font-size: 12px;
  line-height: 130%;
  color: #343434;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.content-twocol__wrapper .content-side .content-pricing .list-box .list {
  margin-bottom: 0;
}
.content-twocol__wrapper .content-side .content-pricing .list-box .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-side .content-pricing .list-box .list li .icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
}
.content-twocol__wrapper .content-side .content-pricing .list-box .list li .value {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 25px);
}
.content-twocol__wrapper .content-side .content-pricing .price-box {
  margin-top: 24px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.content-twocol__wrapper .content-side .content-pricing .price-box__label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-side .content-pricing .price-box__price {
  font-size: 3rem;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-side .content-pricing .price-cta {
  margin-top: 16px;
}
.content-twocol__wrapper .content-side .content-pricing .price-cta .btn {
  width: 100%;
}
.content-twocol__wrapper .content-side .coupons {
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .coupons.grey, .content-twocol__wrapper .content-side .coupons.gray {
  margin-top: 40px;
  background-color: #f4f4f4;
  box-shadow: 4px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px 16px;
}
.content-twocol__wrapper .content-side .coupons .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: block;
}
.content-twocol__wrapper .content-side .coupons .content .coupon {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 20px 20px 24px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  background-color: #FFF;
}
.content-twocol__wrapper .content-side .coupons .content .coupon::before {
  content: "";
  width: 26px;
  height: 53px;
  border-radius: 0 50px 50px 0;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content-twocol__wrapper .content-side .coupons .content .coupon::after {
  content: "%";
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 1;
  font-size: 120px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-sale {
  flex: 0 0 100%;
  width: 100%;
  max-width: 102px;
  text-align: center;
  z-index: 2;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-sale span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-sale strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -2%;
  margin-bottom: 16px;
  display: block;
  text-transform: lowercase;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-desc {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 118px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-desc p {
  font-size: 12px !important;
  line-height: 150% !important;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.content-twocol__wrapper .content-side .coupons .content .coupon .coupon-desc small {
  font-size: 10px !important;
  line-height: 130% !important;
  display: block;
  margin-top: auto;
  flex: 0 0 100%;
  width: 100%;
}
.content-twocol__wrapper .content-side .sidebar-card {
  padding: 40px 24px 24px 24px;
  background-color: #F4F4F4;
  border-radius: 4px;
  box-shadow: 4px 16px 32px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.content-twocol__wrapper .content-side .sidebar-card .title {
  font-size: 40px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .sidebar-card .modes-label {
  font-size: 12px;
  line-height: 130%;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.content-twocol__wrapper .content-side .sidebar-card .toggle-modes {
  display: flex;
  gap: 10px;
}
.content-twocol__wrapper .content-side .sidebar-card .toggle-modes input[type=radio] {
  display: none;
}
.content-twocol__wrapper .content-side .sidebar-card .toggle-modes label {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 5px);
  padding: 8px 20px;
  border: 1px solid #343434;
  border-radius: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #343434;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
.content-twocol__wrapper .content-side .sidebar-card .toggle-modes input[type=radio]:checked + label {
  background-color: #343434;
  color: white;
}
.content-twocol__wrapper .content-side .sidebar-card .desc {
  margin: 32px 0;
}
.content-twocol__wrapper .content-side .sidebar-card .desc .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-side .sidebar-card .desc .content {
  border: 1px solid #DDD;
  font-size: 12px;
  line-height: 130%;
  color: #343434;
  padding: 8px;
}
.content-twocol__wrapper .content-side .sidebar-card .desc .content ul {
  padding-left: 16px;
}
.content-twocol__wrapper .content-side .sidebar-card .desc .content ul li {
  list-style: disc;
}
.content-twocol__wrapper .content-side .sidebar-card .price {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .sidebar-card .price .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-twocol__wrapper .content-side .sidebar-card .price .content {
  font-size: 58px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-side .sidebar-card .schedules {
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .sidebar-card .schedules .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.content-twocol__wrapper .content-side .sidebar-card .schedules .content select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19.9201 9.44922L13.4001 15.9692C12.6301 16.7392 11.3701 16.7392 10.6001 15.9692L4.08008 9.44922' stroke='%23494949' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px;
  color: #1B1B1B !important;
}
.content-twocol__wrapper .content-side .sidebar-card .languages {
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .sidebar-card .languages .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.content-twocol__wrapper .content-side .sidebar-card .languages .content select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19.9201 9.44922L13.4001 15.9692C12.6301 16.7392 11.3701 16.7392 10.6001 15.9692L4.08008 9.44922' stroke='%23494949' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px;
  color: #1B1B1B !important;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons {
  margin-bottom: 24px;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .label {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 20px 20px 24px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  background-color: #FFF;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon::before {
  content: "";
  width: 26px;
  height: 53px;
  border-radius: 0 50px 50px 0;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon::after {
  content: "%";
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 1;
  font-size: 120px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-sale {
  flex: 0 0 100%;
  width: 100%;
  max-width: 102px;
  text-align: center;
  z-index: 2;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-sale span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-sale strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -2%;
  margin-bottom: 16px;
  display: block;
  text-transform: lowercase;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-desc {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 118px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-desc p {
  font-size: 12px !important;
  line-height: 150% !important;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon .coupon-desc small {
  font-size: 10px !important;
  line-height: 130% !important;
  display: block;
  margin-top: auto;
  flex: 0 0 100%;
  width: 100%;
}
.content-twocol__wrapper .content-side .sidebar-card .cta {
  position: relative;
  z-index: 10;
  padding: 0;
  background-color: transparent;
}
.content-twocol__wrapper .content-side .sidebar-card .cta .btn-block {
  width: 100%;
}
.content-twocol__wrapper .content-main {
  max-width: calc(100% - 520px);
}
.content-twocol__wrapper .content-main .content-section {
  padding: 48px 0;
  border-bottom: 1px solid #EBEBEB;
}
.content-twocol__wrapper .content-main .content-section:first-child {
  padding-top: 0;
}
.content-twocol__wrapper .content-main .content-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-twocol__wrapper .content-main .content-about .title {
  margin-bottom: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-main .content-about .desc {
  font-size: 14px;
  line-height: 150%;
}
.content-twocol__wrapper .content-main .content-about .desc p {
  margin-bottom: 12px;
}
.content-twocol__wrapper .content-main .content-about .desc p:last-child {
  margin-bottom: 0;
}
.content-twocol__wrapper .content-main .content-about .list {
  margin-top: 32px;
}
.content-twocol__wrapper .content-main .content-about .list__title {
  font-size: 16px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-main .content-about .list__data div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.content-twocol__wrapper .content-main .content-about .list__data div dt,
.content-twocol__wrapper .content-main .content-about .list__data div dd {
  flex: 0 0 100%;
  width: 100%;
}
.content-twocol__wrapper .content-main .content-about .list__data div dt {
  max-width: 210px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.content-twocol__wrapper .content-main .content-about .list__data div dd {
  max-width: calc(100% - 242px);
  margin: 0;
}
.content-twocol__wrapper .content-main .wsu {
  padding: 48px 0;
  border-bottom: 1px solid #ebebeb;
}
.content-twocol__wrapper .content-main .wsu .title {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 12px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-main .wsu .who__items {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.content-twocol__wrapper .content-main .wsu .who__items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 32px 23px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  flex-direction: column;
  text-align: center;
}
.content-twocol__wrapper .content-main .wsu .who__items .item__icon {
  height: 50px;
}
.content-twocol__wrapper .content-main .wsu .who__items .item__icon img {
  height: 50px;
  width: auto;
}
.content-twocol__wrapper .content-main .wsu .who__items .item__title {
  font-size: 22px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-twocol__wrapper .content-main .wsu .who__items .item__desc {
  font-size: 14px;
  line-height: 150%;
  color: #6F6F6F;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.content-twocol__wrapper .content-main .syl {
  padding: 48px 0;
}
.content-twocol__wrapper .content-main .syl .accordion {
  width: 100%;
}
.content-twocol__wrapper .content-main .syl .accordion__item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.content-twocol__wrapper .content-main .syl .accordion__item:last-of-type {
  border-bottom: 1px solid #eee;
}
.content-twocol__wrapper .content-main .syl .accordion__summary {
  font-size: 18px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  position: relative;
}
.content-twocol__wrapper .content-main .syl .accordion__summary::-webkit-details-marker, .content-twocol__wrapper .content-main .syl .accordion__summary::marker {
  display: none;
}
.content-twocol__wrapper .content-main .syl .accordion__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M19.9201%208.95001L13.4001%2015.47C12.6301%2016.24%2011.3701%2016.24%2010.6001%2015.47L4.08008%208.95001'%20stroke='%231B1B1B'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.content-twocol__wrapper .content-main .syl .accordion__item[open] .accordion__summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.content-twocol__wrapper .content-main .syl .accordion__content-text {
  margin-top: 12px;
}
.content-twocol__wrapper .content-main .syl .accordion__content-text ul {
  margin-bottom: 12px;
}
.content-twocol__wrapper .content-main .syl .accordion__content-text ul li {
  margin-bottom: 12px;
}
.content-twocol__wrapper .content-main .syl .accordion__content-text ul li:last-child {
  margin-bottom: 0;
}
.content-twocol__wrapper .content-main .content-ilms .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-ilms .ilms-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .logo,
.content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .desc {
  flex: 0 0 100%;
  width: 100%;
}
.content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .logo {
  max-width: 236px;
}
.content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .desc {
  max-width: calc(100% - 268px);
}
.content-twocol__wrapper .content-main .content-key .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-key .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  align-items: stretch;
  margin-top: 32px;
}
.content-twocol__wrapper .content-main .content-key .items .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(33.3333333333% - 11px);
  padding: 20px 16px;
  border: 1.5px solid #EBEBEB;
  min-height: 200px;
  position: relative;
}
.content-twocol__wrapper .content-main .content-key .items .item::before {
  content: var(--data-idx, "");
  display: inline-flex;
  font-size: 56px;
  line-height: 120%;
  color: rgba(27, 27, 27, 0.1215686275);
  position: absolute;
  left: -10px;
  top: -50px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-main .content-key .items .item__title {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.content-twocol__wrapper .content-main .content-key .items .item__desc {
  font-size: 14px;
  line-height: 150%;
}
.content-twocol__wrapper .content-main .content-get .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-get .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  align-items: stretch;
  margin-top: 24px;
}
.content-twocol__wrapper .content-main .content-get .items li {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.content-twocol__wrapper .content-main .content-get .items li__icon {
  flex: 0 0 18px;
}
.content-twocol__wrapper .content-main .content-get .items li__desc {
  flex: 0 0 calc(100% - 30px);
  font-size: 14px;
  line-height: 150%;
}
.content-twocol__wrapper .content-main .content-session .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-session .desc {
  margin-bottom: 32px;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table thead tr {
  background-color: #343434;
  border-radius: 8px;
  vertical-align: middle;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table thead tr td,
.content-twocol__wrapper .content-main .content-session .table-responsive table thead tr th {
  color: #FFF;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border-right: 0;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr {
  border: 1px solid rgba(85, 86, 90, 0.1215686275);
}
.content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr td {
  padding: 20px 10px;
  border: 0;
  border-right: 0;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr td .pills {
  padding: 4px 8px;
  border-radius: 50px;
  display: flex;
  width: 100%;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  justify-content: flex-start;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr td .show-sm {
  display: none;
  margin-top: 12px;
}
.content-twocol__wrapper .content-main .content-modes .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-modes .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  margin-top: 40px;
}
.content-twocol__wrapper .content-main .content-modes .items .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 364px;
  padding: 32px 24px 24px 24px;
  border: 1.5px solid #EBEBEB;
  border-radius: 12px;
}
.content-twocol__wrapper .content-main .content-modes .items .item figure {
  margin-bottom: 24px;
  text-align: center;
}
.content-twocol__wrapper .content-main .content-modes .items .item__title {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.content-twocol__wrapper .content-main .content-modes .items .item__desc {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.content-twocol__wrapper .content-main .content-modes .items .item__list {
  margin-top: 24px;
}
.content-twocol__wrapper .content-main .content-modes .items .item__list .item {
  flex: 0 0 100%;
  width: 100%;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid #F4F4F4;
  border-radius: 0;
}
.content-twocol__wrapper .content-main .content-modes .items .item__list .item:last-child {
  border-bottom: 0;
}
.content-twocol__wrapper .content-main .content-modes .items .item__list .item dt,
.content-twocol__wrapper .content-main .content-modes .items .item__list .item dd {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
}
.content-twocol__wrapper .content-main .content-modes .items .item__list .item dt {
  font-size: 14px;
  line-height: 150%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-align: left;
}
.content-twocol__wrapper .content-main .content-modes .items .item__list .item dd {
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.content-twocol__wrapper .content-main .content-group .title {
  margin-bottom: 16px;
}
.content-twocol__wrapper .content-main .content-group .group-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.content-twocol__wrapper .content-main .content-group .group-list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex: 0 0 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #F4F4F4;
  border-radius: 0;
  padding: 16px 0;
}
.content-twocol__wrapper .content-main .content-group .group-list .item:last-child {
  border-bottom: 0;
}
.content-twocol__wrapper .content-main .content-group .group-list .item dt,
.content-twocol__wrapper .content-main .content-group .group-list .item dd {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
}
.content-twocol__wrapper .content-main .content-group .group-list .item dt {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-align: left;
}
.content-twocol__wrapper .content-main .content-group .group-list .item dd {
  font-size: 20px;
  line-height: 135%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.content-twocol__wrapper .content-main .content-quotes {
  position: relative !important;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper {
  padding: 35px 0 16px 0;
  width: 100%;
  max-width: 760px;
  position: relative;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper::before {
  content: "";
  width: 90%;
  height: 100px;
  position: absolute;
  border-radius: 22px;
  border: 1px solid #000000;
  background-color: #DDDDDD;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper::after {
  content: "";
  width: 95%;
  height: 100px;
  position: absolute;
  border-radius: 22px;
  border: 1px solid #000;
  background-color: #f4f4f4;
  left: 50%;
  top: 16px;
  z-index: 2;
  transform: translateX(-50%);
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote {
  border: 1px solid #000000;
  border-radius: 24px;
  position: relative !important;
  width: 100%;
  background-color: #FFF;
  z-index: 3;
  padding: 24px 12px;
  text-align: center;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote img {
  margin: 0 auto 20px auto;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote blockquote {
  padding: 0 !important;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote blockquote::before, .content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote blockquote::after {
  display: none;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote .author {
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  color: #343434;
  padding-top: 48px;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.content-twocol__wrapper .content-main .content-quotes .quote-wrapper .quote .author::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
}

.content-threecol {
  background-color: #F4F4F4;
  padding: 40px 0 80px;
}
.content-threecol__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.content-threecol .content-box {
  padding: 32px 24px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.content-threecol .content-section .title {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 24px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-threecol .content-section .desc {
  color: #6F6F6F;
}
.content-threecol .content-section .logo {
  margin-bottom: 20px;
}
.content-threecol .content-section .logo img {
  height: 62px;
  width: auto;
}
.content-threecol .left-side,
.content-threecol .main-side,
.content-threecol .right-side {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.content-threecol .left-side .content-box,
.content-threecol .main-side .content-box,
.content-threecol .right-side .content-box {
  flex: 0 0 100%;
  width: 100%;
}
.content-threecol .left-side .content-box.sticky,
.content-threecol .main-side .content-box.sticky,
.content-threecol .right-side .content-box.sticky {
  position: sticky;
  top: 16px;
  left: 0;
  right: unset;
  max-width: 100%;
  box-shadow: 4px 16px 32px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.content-threecol .left-side,
.content-threecol .right-side {
  position: sticky;
  top: 16px;
  max-height: 100vh;
  overflow-y: auto;
}
.content-threecol .left-side::-webkit-scrollbar-track,
.content-threecol .right-side::-webkit-scrollbar-track {
  background-color: transparent;
}
.content-threecol .left-side {
  max-width: 270px;
  left: 0;
}
.content-threecol .right-side {
  max-width: 440px;
  right: 0;
}
.content-threecol .main-side {
  max-width: calc(100% - 806px);
  position: relative;
}
.content-threecol .main-side .content-nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  padding: 0 16px;
}
.content-threecol .main-side .content-nav ul::-webkit-scrollbar {
  height: 6px;
}
.content-threecol .main-side .content-nav ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.content-threecol .main-side .content-nav ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.content-threecol .main-side .content-nav ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.content-threecol .main-side .content-nav ul li {
  flex: 0 0 max-content;
  width: -moz-max-content;
  width: max-content;
}
.content-threecol .main-side .content-nav ul li a {
  padding: 16px 12px;
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  text-decoration: none;
  display: inline-flex;
}
.content-threecol .main-side .content-nav ul li a:hover, .content-threecol .main-side .content-nav ul li a.active {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.content-threecol .main-side .content-key .items li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}
.content-threecol .main-side .content-key .items li:last-child {
  margin-bottom: 0;
}
.content-threecol .main-side .content-key .items li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_14_1169)%22%3E%3Cpath%20d%3D%22M14.6649%207.52149V8.13482C14.6641%209.57243%2014.1985%2010.9713%2013.3378%2012.1227C12.477%2013.2741%2011.2671%2014.1165%209.88844%2014.5241C8.50983%2014.9317%207.03638%2014.8827%205.68785%2014.3845C4.33933%2013.8863%203.18798%2012.9655%202.40552%2011.7595C1.62305%2010.5535%201.2514%209.12686%201.34599%207.69236C1.44058%206.25787%201.99635%204.89238%202.9304%203.79955C3.86444%202.70671%205.12673%201.94509%206.529%201.62827C7.93127%201.31144%209.39838%201.4564%2010.7115%202.0415M14.6649%202.79769L7.99821%209.471L5.99821%207.47101%22%20stroke%3D%22%231B1B1B%22%20stroke-width%3D%221.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_14_1169%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(-0.00170898%200.130981)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
.content-threecol .main-side .content-key .items li .item__title {
  font-size: 16px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-threecol .main-side .content-key .items li .item__desc {
  font-size: 14px;
  line-height: 150%;
  color: #6F6F6F;
}
.content-threecol .main-side .content-get .title {
  margin-bottom: 16px;
}
.content-threecol .main-side .content-get .pricing {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border: 1px solid #1b1b1b;
  border-radius: 8px;
  max-width: 300px;
  margin-top: 16px;
}
.content-threecol .main-side .content-get .pricing .price {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.content-threecol .main-side .content-get .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  align-items: stretch;
  margin-top: 24px;
}
.content-threecol .main-side .content-get .items li {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.content-threecol .main-side .content-get .items li .item__icon {
  flex: 0 0 18px;
  width: 18px;
}
.content-threecol .main-side .content-get .items li .item__desc {
  flex: 0 0 calc(100% - 30px);
  width: 0 0 calc(100% - 30px);
  font-size: 14px;
  line-height: 150%;
}
.content-threecol .main-side .content-session .title {
  margin-bottom: 16px;
}
.content-threecol .main-side .content-session .items {
  margin-top: 32px;
}
.content-threecol .main-side .content-session .items table tr {
  border: 0;
  border-top: 1px solid #D2D6DB;
}
.content-threecol .main-side .content-session .items table tr th, .content-threecol .main-side .content-session .items table tr td {
  border: 0;
  font-size: 14px;
  line-height: 140%;
  padding: 12px 8px;
  vertical-align: top;
}
.content-threecol .main-side .content-session .items table tr th .pills, .content-threecol .main-side .content-session .items table tr td .pills {
  padding: 6px 16px;
  border-radius: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-session .items table tr th .pills img, .content-threecol .main-side .content-session .items table tr td .pills img {
  width: 20px;
  height: 20px;
}
.content-threecol .main-side .content-session .items table tr th .pills span, .content-threecol .main-side .content-session .items table tr td .pills span {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 28px);
}
.content-threecol .main-side .content-session .items table tr th {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-session .items table tr td {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
.content-threecol .main-side .content-modes .title {
  margin-bottom: 16px;
}
.content-threecol .main-side .content-modes .items {
  margin-top: 32px;
}
.content-threecol .main-side .content-modes .items .item {
  border: 1px solid #D2D6DB;
  border-radius: 12px;
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.content-threecol .main-side .content-modes .items .item:last-child {
  margin-bottom: 0;
}
.content-threecol .main-side .content-modes .items .item figure,
.content-threecol .main-side .content-modes .items .item .item__desc {
  flex: 0 0 100%;
  width: 100%;
}
.content-threecol .main-side .content-modes .items .item figure {
  max-width: 140px;
}
.content-threecol .main-side .content-modes .items .item figure figcaption {
  margin-top: 16px;
  text-align: center;
}
.content-threecol .main-side .content-modes .items .item figure figcaption .item__title {
  font-size: 18px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.content-threecol .main-side .content-modes .items .item .item__desc {
  max-width: calc(100% - 164px);
  font-size: 14px;
  line-height: 150%;
  color: #343434;
}
.content-threecol .main-side .content-modes .items .item .item__desc .item__list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.content-threecol .main-side .content-modes .items .item .item__desc .item__list .list {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-content: flex-start;
}
.content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dt, .content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dd {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}
.content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dt {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dd {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-group .title {
  margin-bottom: 16px;
}
.content-threecol .main-side .content-group .group-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.content-threecol .main-side .content-group .group-list .item {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-content: flex-start;
  padding: 0;
}
.content-threecol .main-side .content-group .group-list .item dt, .content-threecol .main-side .content-group .group-list .item dd {
  margin: 0;
  font-size: 20px;
  line-height: 135%;
}
.content-threecol .main-side .content-group .group-list .item dt {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-group .group-list .item dd {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.content-threecol .main-side .content-quotes {
  position: relative !important;
}
.content-threecol .main-side .content-quotes .quote-wrapper {
  padding: 35px 0 16px 0;
  width: 100%;
  max-width: 760px;
  position: relative;
}
.content-threecol .main-side .content-quotes .quote-wrapper::before {
  content: "";
  width: 90%;
  height: 100px;
  position: absolute;
  border-radius: 22px;
  border: 1px solid #000000;
  background-color: #DDDDDD;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.content-threecol .main-side .content-quotes .quote-wrapper::after {
  content: "";
  width: 95%;
  height: 100px;
  position: absolute;
  border-radius: 22px;
  border: 1px solid #000;
  background-color: #f4f4f4;
  left: 50%;
  top: 16px;
  z-index: 2;
  transform: translateX(-50%);
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote {
  border: 1px solid #000000;
  border-radius: 24px;
  position: relative !important;
  width: 100%;
  background-color: #FFF;
  z-index: 3;
  padding: 24px 12px;
  text-align: center;
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote img {
  margin: 0 auto 20px auto;
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote blockquote {
  padding: 0 !important;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote blockquote::before, .content-threecol .main-side .content-quotes .quote-wrapper .quote blockquote::after {
  display: none;
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote .author {
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  color: #343434;
  padding-top: 48px;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.content-threecol .main-side .content-quotes .quote-wrapper .quote .author::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
}
.content-threecol .main-side .content-syllabus .syllabus__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.content-threecol .main-side .content-syllabus .syllabus__header .syllabus__title {
  flex: 0 0 100%;
  width: 100%;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-threecol .main-side .content-syllabus .syllabus__header .syllabus__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.content-threecol .main-side .content-syllabus .syllabus__header .syllabus__meta li {
  font-size: 13px;
  line-height: 150%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.content-threecol .main-side .content-syllabus .syllabus__header .syllabus__toggle-all {
  flex: 0 0 auto;
  width: auto;
  border: 0;
  background: transparent;
  font-size: 13px;
  line-height: 150%;
  color: #6F6F6F;
  text-decoration: underline;
}
.content-threecol .main-side .content-syllabus .syllabus__header .syllabus__toggle-all:hover {
  text-decoration: none;
  color: rgb(85.5, 85.5, 85.5);
}
.content-threecol .main-side .content-syllabus .syllabus__weeks {
  margin-top: 32px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week {
  padding: 24px;
  background-color: #F9F9F9;
  border: 1.5px solid #F2F2F2;
  border-radius: 12px;
  margin-bottom: 24px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week:last-child {
  margin-bottom: 0;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week[open] {
  padding-bottom: 32px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week[open] .syllabus__week-summary {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 16px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week[open] .syllabus__week-summary::after {
  top: 2px;
  transform: rotate(180deg);
  transition: top 0.2s ease, transform 0.2s ease;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__week-summary {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__week-summary::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M3.05823 7.31348L7.94823 12.2035C8.52573 12.781 9.47073 12.781 10.0482 12.2035L14.9382 7.31348' stroke='%231B1B1B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 18px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(0deg);
  transition: top 0.2s ease, transform 0.2s ease;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__week-summary .syllabus__week-title {
  font-size: 16px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  color: #343434;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__week-summary::marker {
  content: "";
  display: none;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day {
  padding: 16px 0;
  border-bottom: 1px solid #EAEAEA;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day:last-child {
  border-bottom: 0;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__day-title {
  font-size: 14px;
  line-height: 130%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__lessons {
  margin-bottom: 0;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__lessons .lesson {
  margin-bottom: 12px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__lessons .lesson:last-child {
  margin-bottom: 0;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__lessons .lesson .lesson__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 20px;
}
.content-threecol .main-side .content-syllabus .syllabus__weeks .syllabus__week .syllabus__day .syllabus__lessons .lesson .lesson__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex: 0 0 100%;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #1B1B1B;
}
.content-threecol .right-side .content-modes {
  flex: 0 0 100%;
  width: 100%;
}
.content-threecol .right-side .content-modes__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.content-threecol .right-side .content-modes .modes-label {
  margin-bottom: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.content-threecol .right-side .content-modes .radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.content-threecol .right-side .content-modes .radio-group input[type=radio] {
  display: none;
}
.content-threecol .right-side .content-modes .radio-group label {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 5px);
  padding: 8px 20px;
  border: 1px solid #343434;
  border-radius: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #343434;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  margin-bottom: 0;
}
.content-threecol .right-side .content-modes .radio-group input[type=radio]:checked + label {
  background-color: #343434;
  color: white;
}
.content-threecol .right-side .price .label {
  font-size: 24px;
  line-height: 32px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content-threecol .right-side .price .content {
  font-size: 48px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.content-threecol .right-side .price .cta {
  padding: 0;
  margin-top: 24px;
}
.content-threecol .right-side .price .cta .btn {
  width: 100%;
  flex: 0 0 100%;
  border-radius: 4px;
}
.content-threecol .right-side .coupons {
  margin-bottom: 24px;
}
.content-threecol .right-side .coupons .label {
  font-size: 18px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.content-threecol .right-side .coupons .content .coupon {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 20px 20px 24px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  background-color: #FFF;
}
.content-threecol .right-side .coupons .content .coupon::before {
  content: "";
  width: 26px;
  height: 53px;
  border-radius: 0 50px 50px 0;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content-threecol .right-side .coupons .content .coupon::after {
  content: "%";
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 1;
  font-size: 120px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.content-threecol .right-side .coupons .content .coupon .coupon-sale {
  flex: 0 0 100%;
  width: 100%;
  max-width: 102px;
  text-align: center;
  z-index: 2;
}
.content-threecol .right-side .coupons .content .coupon .coupon-sale span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.content-threecol .right-side .coupons .content .coupon .coupon-sale strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -2%;
  margin-bottom: 16px;
  display: block;
  text-transform: lowercase;
}
.content-threecol .right-side .coupons .content .coupon .coupon-desc {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 118px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}
.content-threecol .right-side .coupons .content .coupon .coupon-desc p {
  font-size: 12px !important;
  line-height: 150% !important;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.content-threecol .right-side .coupons .content .coupon .coupon-desc small {
  font-size: 10px !important;
  line-height: 130% !important;
  display: block;
  margin-top: auto;
  flex: 0 0 100%;
  width: 100%;
}

.faq-section {
  padding: 80px 0;
  background-color: #ebebeb;
}
.faq-section__title {
  text-align: center;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 48px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.faq-section__list {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.faq-section__list .faq {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}
.faq-section__list .faq .question {
  font-size: 18px;
  line-height: 140%;
  padding-right: 30px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  position: relative;
}
.faq-section__list .faq .question::marker {
  display: none;
  content: "";
}
.faq-section__list .faq .question::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19.9201 9.44922L13.4001 15.9692C12.6301 16.7392 11.3701 16.7392 10.6001 15.9692L4.08008 9.44922' stroke='%23494949' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
  will-change: transform;
  transition: transform ease 0.2s;
}
.faq-section__list .faq[open] .question::after {
  transform: rotate(180deg);
  transition: transform ease 0.2s;
}
.faq-section__list .faq[open] .answer {
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.faq-section__list .faq[open] .answer p {
  margin-bottom: 16px;
}
.faq-section__list .faq[open] .answer p:last-child {
  margin-bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
  padding: 48px 0;
}

@media screen and (max-width: 1356px) {
  .content-threecol .main-side .content-box.sticky {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .content-threecol .left-side {
    max-width: 100%;
    position: relative;
  }
  .content-threecol .main-side {
    max-width: calc(100% - 488px);
  }
  .content-threecol .main-side .content-box.sticky {
    display: block;
  }
  .other-products .product-list .product-card {
    max-width: calc(33.3333333333% - 11px);
  }
  .other-products.flip {
    padding: 64px 0;
  }
  .other-products.flip .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .content-twocol {
    padding: 48px 0;
  }
  .content-twocol__wrapper .content-main,
  .content-twocol__wrapper .content-side {
    max-width: 100%;
  }
  .content-twocol__wrapper .content-side .sidebar-sticky {
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
  }
  .hero-essentials.grey .hero-essentials__content,
  .hero-essentials.grey .hero-essentials__media, .hero-essentials.gray .hero-essentials__content,
  .hero-essentials.gray .hero-essentials__media {
    max-width: 100%;
  }
  .hero-essentials__wrapper {
    gap: 32px;
  }
  .hero-essentials__content, .hero-essentials__media {
    max-width: 100%;
  }
  .content-threecol .main-side,
  .content-threecol .right-side {
    max-width: 100%;
  }
  .content-threecol .right-side {
    position: relative;
    max-height: 100%;
    overflow: hidden;
  }
  .content-threecol .right-side .coupons .label {
    margin-bottom: 16px;
  }
  .content-threecol .right-side .coupons .content .coupon {
    max-width: 50%;
  }
  .other-products .product-list .product-card {
    max-width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .content-twocol__wrapper .content-main .content-modes .items .item {
    max-width: calc(50% - 12px);
  }
  .content-twocol__wrapper .content-main .content-modes .items .item__list .item {
    max-width: 100%;
  }
  .content-twocol__wrapper .content-main .wsu .who__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .other-products {
    padding: 64px 0;
  }
  .other-products h2, .other-products .title {
    font-size: 32px;
  }
  .other-products .product-list .product-card {
    max-width: calc(50% - 8px);
  }
  .hero-essentials__title {
    font-size: 36px;
    line-height: 130%;
  }
  .content-threecol .right-side .coupons .content .coupon {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .content-threecol .main-side .content-box.sticky {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .other-products .product-list .product-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .logo,
  .content-twocol__wrapper .content-main .content-ilms .ilms-wrapper .desc {
    max-width: 100%;
  }
  .content-twocol__wrapper .content-main .content-key .items .item {
    max-width: calc(50% - 8px);
  }
  .content-twocol__wrapper .content-main .wsu .who__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-threecol .right-side .content-modes .radio-group label {
    max-width: 100%;
  }
  .content-threecol .right-side .coupons .content .coupon {
    max-width: 100%;
  }
  .content-threecol .main-side .content-modes .items .item figure,
  .content-threecol .main-side .content-modes .items .item .item__desc {
    max-width: 100%;
  }
  .content-threecol .main-side .content-modes .items .item figure {
    text-align: center;
    margin: 0 auto;
  }
  .content-threecol .main-side .content-session .items .table-responsive {
    overflow: auto;
  }
  .content-threecol .main-side .content-session .items table tr th:not(:first-child) {
    min-width: 250px;
  }
}
@media screen and (max-width: 550px) {
  .content-threecol .main-side .content-syllabus .syllabus__header .syllabus__meta {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-threecol .main-side .content-syllabus .syllabus__header .syllabus__meta li {
    width: 100%;
    flex: 0 0 100%;
  }
  .content-threecol .main-side .content-syllabus .syllabus__header .syllabus__toggle-all {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dt, .content-threecol .main-side .content-modes .items .item .item__desc .item__list .list dd {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .content-twocol__wrapper .content-side .sidebar-card .coupons .content .coupon {
    padding: 10px 10px 10px 24px;
    width: 100%;
  }
  .content-twocol__wrapper .content-main .content-key .items .item {
    max-width: 100%;
  }
  .content-twocol__wrapper .content-main .content-modes .items .item {
    max-width: 100%;
  }
  .content-twocol__wrapper .content-main .content-session .table-responsive table thead tr td:last-child,
  .content-twocol__wrapper .content-main .content-session .table-responsive table thead tr th:last-child,
  .content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr td:last-child,
  .content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr th:last-child {
    display: none;
  }
  .content-twocol__wrapper .content-main .content-session .table-responsive table thead tr td .show-sm,
  .content-twocol__wrapper .content-main .content-session .table-responsive table thead tr th .show-sm,
  .content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr td .show-sm,
  .content-twocol__wrapper .content-main .content-session .table-responsive table tbody tr th .show-sm {
    display: block;
  }
  .content-threecol .right-side .content-modes .radio-group label {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .content-threecol .right-side .coupons .content .coupon .coupon-sale,
  .content-threecol .right-side .coupons .content .coupon .coupon-desc {
    max-width: 100%;
  }
  .content-threecol .right-side .coupons .content .coupon .coupon-sale span {
    display: block;
  }
  .content-threecol .right-side .coupons .content .coupon .coupon-sale a {
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  .content-twocol__wrapper .content-main .content-about .list__data div dt,
  .content-twocol__wrapper .content-main .content-about .list__data div dd {
    max-width: 100%;
  }
}
.product-page {
  padding: 64px 0;
}
.product-page__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px;
  align-items: flex-start;
}
.product-page__left-column {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.product-page__details {
  display: flex;
  gap: 56px;
  margin-bottom: 40px;
}
.product-page__cover {
  flex: 1;
  max-width: 435px;
  text-align: center;
}
.product-page__sidebar {
  flex: 1;
  position: sticky;
  top: 32px;
}
.product-page .accordion {
  width: 100%;
}
.product-page .accordion__item {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.product-page .accordion__item:last-of-type {
  border-bottom: 1px solid #eee;
}
.product-page .accordion__summary {
  font-size: 18px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  position: relative;
}
.product-page .accordion__summary::-webkit-details-marker, .product-page .accordion__summary::marker {
  display: none;
}
.product-page .accordion__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M19.9201%208.95001L13.4001%2015.47C12.6301%2016.24%2011.3701%2016.24%2010.6001%2015.47L4.08008%208.95001'%20stroke='%231B1B1B'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-page .accordion__item[open] .accordion__summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.product-page .accordion__content {
  padding: 10px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.product-page .accordion__content.faq .accordion__content-text {
  flex: 0 0 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
.product-page .accordion__content.faq .accordion__content-text p:last-child {
  margin-bottom: 0;
}
.product-page .accordion__content.faq .faq-list__question {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 12px;
}
.product-page .accordion__content.faq .faq-list__answer {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin: 0 0 24px;
}
.product-page .accordion__content-image {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
}
.product-page .accordion .kf__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-page .accordion .kf__items .item {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 32px 23px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  flex-direction: column;
}
.product-page .accordion .kf__items .item__icon {
  height: 32px;
}
.product-page .accordion .kf__items .item__icon img {
  height: 32px;
  width: auto;
}
.product-page .accordion .kf__items .item__title {
  font-size: 22px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.product-page .accordion .kf__items .item__desc {
  font-size: 14px;
  line-height: 150%;
  color: #6F6F6F;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.product-page .accordion .who__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-page .accordion .who__items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 32px 23px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  flex-direction: column;
  text-align: center;
}
.product-page .accordion .who__items .item__icon {
  height: 50px;
}
.product-page .accordion .who__items .item__icon img {
  height: 50px;
  width: auto;
}
.product-page .accordion .who__items .item__title {
  font-size: 22px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.product-page .accordion .who__items .item__desc {
  font-size: 14px;
  line-height: 150%;
  color: #6F6F6F;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .product-page__layout {
    gap: 32px;
  }
  .product-page__details {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .accordion .kf__items,
  .product-page .accordion .who__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product-page__left-column, .product-page__sidebar {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 600px) {
  .product-page__details {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .product-page .accordion .kf__items,
  .product-page .accordion .who__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-standard__details {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.product-standard__cover {
  flex: 1.5;
  max-width: 435px;
  text-align: center;
}
.product-standard__cover__image {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.product-standard__cover__caption {
  margin-top: 15px;
  font-size: 0.9em;
  color: #666;
  text-align: left;
}
.product-standard__cover__developer-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-standard__cover__developer-logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  box-shadow: none;
}
.product-standard__info {
  flex: 2;
}
.product-standard__title {
  font-size: 44px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 8px;
  color: #222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.product-standard__publisher {
  font-size: 18px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.product-standard__description {
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.product-standard__description p {
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.product-standard__specs {
  margin-top: 40px;
}
.product-standard__specs-heading {
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1B1B1B;
  margin-bottom: 16px;
}
.product-standard__specs-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
}
.product-standard__specs-term {
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.product-standard__specs-definition {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .product-standard__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .product-standard__cover {
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  .product-standard__cover, .product-standard__info {
    flex: 0 0 100%;
  }
  .product-standard__title {
    font-size: 28px;
  }
  .product-standard__cover img {
    max-height: 300px;
  }
}
@media screen and (max-width: 359px) {
  .product-standard__specs-list {
    display: block;
  }
  .product-standard__specs-definition {
    margin-bottom: 12px;
  }
}

.product-sidebar {
  flex: 1;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.product-sidebar__heading {
  font-size: 18px;
  line-height: 120%;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.product-sidebar__format-group {
  margin-bottom: 20px;
}
.product-sidebar__radio {
  display: none;
}
.product-sidebar__format-option {
  border: 1.5px solid #E0E0E0;
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  min-height: 120px;
}
.product-sidebar__format-option:hover {
  border-color: #1B1B1B;
}
.product-sidebar__radio:checked + .product-sidebar__format-option {
  border-color: #1B1B1B;
  background-color: #FFF;
}
.product-sidebar__format-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-sidebar__format-name {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #343434;
}
.product-sidebar__format-type {
  font-size: 12px;
  line-height: 150%;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.product-sidebar__format-prices {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.product-sidebar__discount-badge {
  color: #FF4A4A;
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-sidebar__original-price {
  text-decoration: line-through;
  color: #343434;
  font-size: 16px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.product-sidebar__discount-price {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #343434;
}
.product-sidebar__purchase-button {
  background-color: #1B1B1B;
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #FFF;
  transition: background-color 0.2s ease-in-out;
}
.product-sidebar__purchase-button:hover, .product-sidebar__purchase-button:focus {
  color: #FFF;
  text-decoration: none;
  background-color: rgb(52.5, 52.5, 52.5);
}
.product-sidebar__brochure-button {
  background-color: #FFF;
  color: #1B1B1B;
  padding: 15px 20px;
  border: 1px solid #1B1B1B;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.product-sidebar__brochure-button:hover {
  text-decoration: none;
  background-color: #1B1B1B;
  color: #FFF;
}

.hero {
  padding: 64px;
}
.hero__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.hero__content, .hero__art {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 16px);
}
.hero__content .logo {
  margin-bottom: 48px;
}
.hero__content .title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.hero__content .desc {
  font-size: 16px;
  line-height: 24px;
}
.hero__content .actions {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.pathways {
  background-color: #F5F5F5;
  padding: 120px 0 80px 0;
}
.pathways.layout_2 .card-grid .card {
  min-height: 185px;
}
.pathways.layout_2 .card-grid .card__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pathways.layout_2 .card-grid .card__meta {
  padding: 24px;
  gap: 12px;
}
.pathways .section__title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.pathways .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.pathways .card-grid .card {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(25% - 18px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: #FFF;
}
.pathways .card-grid .card__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #FFF;
  will-change: top;
  transition: top ease-out 0.2s;
}
.pathways .card-grid .card__icon img {
  height: 72px;
  width: auto;
}
.pathways .card-grid .card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}
.pathways .card-grid .card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pathways .card-grid .card__head img {
  height: 50px;
}
.pathways .card-grid .card__head svg {
  transform: rotate(-45deg);
}
.pathways .card-grid .card__head .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.pathways .card-grid .card__desc {
  margin-top: auto;
  font-family: "Mulish", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pathways .card-grid .card:hover .card__icon {
  top: -200%;
  transition: top ease-out 0.2s;
}
.pathways .card-grid .card:hover .card__meta {
  text-decoration: none;
}

.stat-band {
  padding: 80px 0;
  background-image: linear-gradient(#4F4F4F, #1D1D1D);
  position: relative;
}
.stat-band::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-wlt-stats.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.stat-band .container {
  position: relative;
  z-index: 2;
}
.stat-band__title {
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  max-width: 710px;
  margin: 0 auto 48px auto;
}
.stat-band__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 120px;
}
.stat-band__grid .stat {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(33.3333333333% - 80px);
  color: #FFF;
  text-align: center;
}
.stat-band__grid .stat__num {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 98px;
  margin-bottom: 12px;
}
.stat-band__grid .stat__label {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.stat-band__grid .stat__small {
  font-size: 12px;
  line-height: 150%;
  color: #999999;
  font-style: italic;
  text-transform: uppercase;
}

.holistic {
  padding: 120px 0;
}
.holistic .section__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px auto;
}
.holistic .section__head .section__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 24px;
}
.holistic .section__head .section__desc {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.holistic .section__head .section__action {
  margin-top: 24px;
}

.resources {
  padding: 120px 0;
}
.resources .section__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin: 0 auto 64px auto;
  max-width: 750px;
  text-align: center;
}
.resources .resource-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.resources .resource-grid .resource {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  flex-direction: row-reverse;
}
.resources .resource-grid .resource:nth-child(even) {
  flex-direction: row;
}
.resources .resource-grid .resource__media, .resources .resource-grid .resource__body {
  flex: 0 0 100%;
  width: 100%;
}
.resources .resource-grid .resource__body {
  max-width: 650px;
}
.resources .resource-grid .resource__body .title {
  font-size: 32px;
  line-height: 150%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
.resources .resource-grid .resource__body .desc {
  font-size: 18px;
  line-height: 150%;
}
.resources .resource-grid .resource__body .desc ul.custom-icon li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.resources .resource-grid .resource__body .desc ul.custom-icon li:last-child {
  margin-bottom: 0;
}
.resources .resource-grid .resource__body .desc ul.custom-icon li .icon {
  flex: 0 0 40px;
  width: 40px;
}
.resources .resource-grid .resource__body .desc ul.custom-icon li .icon img {
  width: 40px;
  height: auto;
}
.resources .resource-grid .resource__body .desc ul.custom-icon li span {
  flex: 0 0 calc(100% - 40px - 10px);
  width: calc(100% - 40px - 10px);
}
.resources .resource-grid .resource__media {
  max-width: calc(50% - 16px);
}

.cta-band {
  padding: 80px 0;
  background-image: linear-gradient(to right, #0A0A0A, #454545);
}
.cta-band.center {
  background-image: linear-gradient(to right, #0A0A0A, #0A0A0A);
}
.cta-band.center .cta-band__copy,
.cta-band.center .cta-band__media {
  max-width: 100%;
}
.cta-band.center .cta-band__copy {
  text-align: center;
}
.cta-band.center .cta-band__copy .section__title {
  font-size: 42px;
  line-height: 52px;
}
.cta-band.red {
  background: linear-gradient(90deg, #AF0101 0%, #FA0101 100%);
}
.cta-band.red .cta-band__copy .section__title,
.cta-band.red .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.orange {
  background: linear-gradient(90deg, #B65C00 0%, #FD7F01 100%);
}
.cta-band.orange .cta-band__copy .section__title,
.cta-band.orange .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.yellow {
  background: linear-gradient(90deg, #9F9F01 0%, #F8F801 100%);
}
.cta-band.yellow .cta-band__copy .section__title,
.cta-band.yellow .cta-band__copy .section__desc {
  color: #1b1b1b;
}
.cta-band.green {
  background: linear-gradient(90deg, #015B01 0%, #01B601 100%);
}
.cta-band.green .cta-band__copy .section__title,
.cta-band.green .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.brown {
  background: linear-gradient(90deg, #4F2505 0%, #9B7355 100%);
}
.cta-band.brown .cta-band__copy .section__title,
.cta-band.brown .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.light {
  background: linear-gradient(90deg, #F2ECDD 0%, #F6EAD3 100%);
}
.cta-band.light .cta-band__copy .section__title,
.cta-band.light .cta-band__copy .section__desc {
  color: #1b1b1b;
}
.cta-band.grey, .cta-band.gray {
  background: linear-gradient(90deg, #808080 0%, #C2C6C7 100%);
}
.cta-band.grey .cta-band__copy .section__title,
.cta-band.grey .cta-band__copy .section__desc, .cta-band.gray .cta-band__copy .section__title,
.cta-band.gray .cta-band__copy .section__desc {
  color: #1b1b1b;
}
.cta-band.blue {
  background: linear-gradient(90deg, #010186 0%, #0101F9 100%);
}
.cta-band.blue .cta-band__copy .section__title,
.cta-band.blue .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.violet {
  background: linear-gradient(90deg, #2A0149 0%, #4A0181 100%);
}
.cta-band.violet .cta-band__copy .section__title,
.cta-band.violet .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.purple {
  background: linear-gradient(90deg, #630187 0%, #BE2FF1 100%);
}
.cta-band.purple .cta-band__copy .section__title,
.cta-band.purple .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.olive {
  background: linear-gradient(90deg, #112101 0%, #2C5700 100%);
}
.cta-band.olive .cta-band__copy .section__title,
.cta-band.olive .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band.dark {
  background: linear-gradient(90deg, #2C2B2B 0%, #818181 100%);
}
.cta-band.dark .cta-band__copy .section__title,
.cta-band.dark .cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.cta-band__copy, .cta-band__media {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 16px);
}
.cta-band__copy .section__title,
.cta-band__copy .section__desc {
  color: #FFF;
}
.cta-band__copy .section__title {
  font-size: 56px;
  line-height: 150%;
  margin-bottom: 8px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.cta-band__copy .section__desc {
  font-size: 16px;
  line-height: 150%;
}
.cta-band__copy .section__action {
  margin-top: 32px;
}
.cta-band__media {
  text-align: right;
}

.module-flow {
  padding: 120px 0;
}
.module-flow .section__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px auto;
}
.module-flow .section__head .section__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 24px;
}
.module-flow .section__head .section__desc {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.module-flow .section__head .section__action {
  margin-top: 24px;
}

.mf-layout {
  --gap: 16px;
  display: grid;
  grid-template-columns: repeat(var(--mf-cols, 5), minmax(180px, 1fr));
  gap: var(--gap);
}

.mf-tab {
  grid-row: 1;
  display: grid;
  align-content: flex-start;
  justify-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  padding: 20px 20px 32px 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.mf-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.mf-tab[aria-selected=true] {
  background: #343434;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  border-radius: 20px 20px 0 0;
}
.mf-tab[aria-selected=true] .mf-tab__title {
  color: #FFF;
  transition: color ease 0.2s;
}
.mf-tab[aria-selected=true] .mf-tab__badge {
  color: #B0B0B0;
  transition: color ease 0.2s;
}
.mf-tab[aria-selected=true] .mf-tab__pointer {
  display: block;
}

.mf-tab__img {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.mf-tab__badge {
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #565656;
  text-transform: uppercase;
  transition: color ease 0.2s;
}

.mf-tab__title {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: color ease 0.2s;
}

.mf-tab__pointer {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: #343434;
  display: none;
}

.mf-tab__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mf-tab__content {
  display: none;
}

.mf-tab__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Panel (row 2) — span kolom diubah JS */
.mf-panel {
  grid-row: 2;
  position: relative;
  background: #343434;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  padding: 40px 20px;
  min-height: 120px;
}
.mf-panel[data-mode=full] {
  grid-column: 1/-1;
}
.mf-panel[data-mode=single], .mf-panel[data-mode=span] {
  grid-column: auto/span 1;
}

.mf-pointer {
  position: absolute;
  top: -40px;
  left: 0;
  width: calc(100% / var(--mf-cols, 5) - 16px);
  height: 40px;
  background: #343434;
  display: none;
}

.mf-panel__head {
  padding: 4px 4px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: none;
}

.mf-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.mf-panel__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mf-item {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}
.mf-item:not(:last-child) {
  position: relative;
}
.mf-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -8px;
  bottom: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.mf-item__k {
  width: 100%;
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #B0B0B0;
}

.mf-item__t {
  margin-bottom: 6px;
  width: 100%;
  flex: 0 0 100%;
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #FFF;
}

.mf-item__d {
  font-size: 14px;
  line-height: 140%;
  color: #FFF;
  width: 100%;
  flex: 0 0 100%;
}

.mf-panel__foot {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 4px 2px;
  font-size: 12px;
  color: #bdbdbd;
  display: none;
}

/* Optional segmented style (aktif saat 2–3 item) */
.mf-panel[data-style=segments] .mf-item {
  background: transparent;
  border: 0;
  padding: 10px 16px;
  grid-template-columns: 24px 1fr;
}

.product-mode {
  padding: 64px 0;
}
.product-mode .title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.product-mode .desc {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.product-mode .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-top: 40px;
}
.product-mode .items .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 364px;
  padding: 32px 24px 24px 24px;
  border: 1.5px solid #EBEBEB;
  border-radius: 12px;
}
.product-mode .items .item figure {
  margin-bottom: 24px;
  text-align: center;
}
.product-mode .items .item__title {
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.product-mode .items .item__desc {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.product-mode .items .item__list {
  margin-top: 24px;
}
.product-mode .items .item__list .item {
  flex: 0 0 100%;
  width: 100%;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid #F4F4F4;
  border-radius: 0;
}
.product-mode .items .item__list .item:last-child {
  border-bottom: 0;
}
.product-mode .items .item__list .item dt,
.product-mode .items .item__list .item dd {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
}
.product-mode .items .item__list .item dt {
  font-size: 14px;
  line-height: 150%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  text-align: left;
}
.product-mode .items .item__list .item dd {
  font-size: 14px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 1355px) {
  .resources .resource-grid .resource .resource__media,
  .resources .resource-grid .resource .resource__body {
    max-width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1299px) {
  .mf-panel__grid {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .hero__content {
    padding: 32px 0;
  }
  .hero__content .logo {
    margin-bottom: 24px;
  }
  .hero__content .logo img {
    height: 64px;
  }
  .hero__content .title {
    font-size: 40px;
  }
  .pathways .section__title {
    font-size: 32px;
  }
  .stat-band__title {
    font-size: 32px;
  }
  .stat-band__grid {
    gap: 32px;
  }
  .module-flow {
    padding: 64px 0;
  }
  .module-flow .section__head .section__title {
    font-size: 32px;
  }
  .resources {
    padding: 64px 0;
  }
  .resources .section__title {
    font-size: 32px;
  }
  .resources .resource-grid .resource__body .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .cta-band {
    padding: 64px 0;
  }
  .cta-band__copy .section__title {
    font-size: 32px;
  }
  .mf-item {
    padding: 0;
  }
  .mf-item__d {
    display: none;
  }
  .product-mode .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 48px 0;
  }
  .hero__content {
    padding: 32px 0;
  }
  .hero__content, .hero__art {
    max-width: 100%;
  }
  .hero__art img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .pathways {
    padding: 64px 0;
  }
  .pathways .card-grid .card {
    max-width: calc(33.3333333333% - 16px);
  }
  .pathways.layout_2 .card-grid .card {
    max-width: calc(50% - 12px);
  }
  .stat-band {
    padding: 64px 0;
  }
  .stat-band__grid .stat {
    max-width: calc(50% - 18px);
  }
  .stat-band__grid .stat__label {
    font-size: 12px;
  }
  .mf-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .mf-panel,
  .mf-tab__pointer {
    display: none;
  }
  .mf-tab {
    border-radius: 20px;
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(50% - 8px);
  }
  .mf-tab[aria-selected=true] {
    border-radius: 20px;
  }
  .mf-tab[aria-selected=true] .mf-tab__pointer {
    display: none;
  }
  .mf-tab[aria-selected=true] .mf-tab__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }
  .mf-tab[aria-selected=true] .mf-tab__content .mf-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(50% - 8px);
    text-align: center;
    justify-content: center;
  }
  .mf-tab[aria-selected=true] .mf-tab__content .mf-item::after {
    display: none;
  }
  .mf-tab__img,
  .mf-tab__meta {
    flex: 0 0 100%;
    width: 100%;
  }
  .product-mode .items .item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 32px 0;
  }
  .hero__content {
    padding-top: 64px;
  }
  .hero__content .title {
    font-size: 32px;
  }
  .pathways .section__title {
    font-size: 28px;
  }
  .pathways .card-grid .card {
    max-width: calc(33.3333333333% - 12px);
  }
  .stat-band__title {
    font-size: 28px;
  }
  .stat-band__grid .stat__num {
    font-size: 60px;
  }
}
@media screen and (max-width: 560px) {
  .pathways .card-grid .card {
    max-width: 100%;
  }
  .pathways.layout_2 .card-grid .card {
    max-width: 100%;
  }
  .stat-band__grid .stat {
    max-width: 100%;
  }
  .resources .resource-grid .resource .resource__media,
  .resources .resource-grid .resource .resource__body {
    max-width: 100%;
  }
  .cta-band__copy, .cta-band__media {
    max-width: 100%;
  }
  .cta-band__media {
    text-align: center;
  }
  .mf-tab {
    max-width: 100%;
  }
  .mf-tab[aria-selected=true] .mf-tab__content .mf-item {
    max-width: 100%;
  }
  .product-mode .items .item {
    max-width: 100%;
  }
}
/* ===== Hero ===== */
.hero-main {
  background-image: url(../images/hero-main-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.hero-main__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
}
.hero-main__content, .hero-main__art {
  flex: 0 0 100%;
  width: 100%;
}
.hero-main__art {
  max-width: calc(50% - 16px);
}
.hero-main__content {
  padding: 80px 0;
  max-width: calc(50% - 16px);
}
.hero-main__content .logo {
  margin-bottom: 48px;
}
.hero-main__content .title {
  font-size: 90px;
  line-height: 110%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.hero-main__content .desc {
  font-size: 18px;
  line-height: 140%;
}
.hero-main__content .actions {
  margin-top: 40px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .hero-main__content {
    padding: 64px 0 40px;
    max-width: 100%;
  }
  .hero-main__content .title {
    font-size: 56px;
    line-height: 110%;
  }
  .hero-main__art {
    max-width: 100%;
    text-align: center;
  }
  .hero-main__art img {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .hero-main__content .actions .btn {
    width: 100%;
  }
}

/* ===== Labs strip — expandable on hover ===== */
.ver-accr {
  padding: 120px 0;
  background-color: #F4F4F4;
}
.ver-accr__heading {
  max-width: 748px;
  margin: 0 auto;
}
.ver-accr__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-align: center;
}
.ver-accr__content {
  margin-top: 48px;
}
.ver-accr__list {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  padding-left: 20px;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
}
.ver-accr__list::-webkit-scrollbar {
  width: 5px;
}
.ver-accr__list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.ver-accr__list::-webkit-scrollbar-thumb {
  background: rgba(52, 52, 52, 0.8);
  border-radius: 5px;
  height: 5px;
}
.ver-accr__list::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.ver-accr__list .item {
  width: 80px;
  flex: 0 0 auto;
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  scroll-snap-align: start;
  will-change: width, flex;
  transition: width ease 0.35s, flex ease 0.35s;
}
.ver-accr__list .item .item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 32px;
  height: 100%;
  will-change: align-items;
  transition: align-items ease 0.2s;
}
.ver-accr__list .item .item-wrapper .item-box {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ver-accr__list .item .item-wrapper .item-box .logo {
  width: auto;
  height: 56px;
}
.ver-accr__list .item .item-wrapper .item-box .info {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 8px;
  will-change: opacity, visibility, width;
  transition: opacity ease 0.35s, visibility ease 0.35s, width ease 0.35s;
}
.ver-accr__list .item:hover {
  width: 320px;
  flex: 0 0 320px;
  transition: width ease 0.35s, flex ease 0.35s;
}
.ver-accr__list .item:hover .item-wrapper {
  align-items: flex-start;
  transition: align-items ease 0.2s;
}
.ver-accr__list .item:hover .item-wrapper .item-box .info {
  opacity: 1;
  visibility: visible;
  width: auto;
  transition: opacity ease 0.35s, visibility ease 0.35s, width ease 0.35s;
}
@media screen and (max-width: 1200px) {
  .ver-accr__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .ver-accr {
    padding: 64px 0;
  }
  .ver-accr__title {
    font-size: 48px;
    line-height: 110%;
  }
}

/* ===== Podcast ===== */
.latest-podcast {
  padding: 80px 0;
}
.latest-podcast .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.latest-podcast .section-header .title {
  font-size: 3.5rem;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.latest-podcast .featured-podcast {
  padding: 56px 40px;
  position: relative;
}
.latest-podcast .featured-podcast::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: linear-gradient(to right, #000);
  opacity: 0.8;
  z-index: 1;
}
.latest-podcast .featured-podcast .featured-wrapper {
  position: relative;
  z-index: 2;
}
.latest-podcast .featured-podcast .featured-content {
  max-width: 640px;
  color: #FFF;
  padding-left: 28px;
}
.latest-podcast .featured-podcast .featured-content .podcast-date {
  font-size: 12px;
  line-height: 110%;
  margin-bottom: 24px;
  display: block;
}
.latest-podcast .featured-podcast .featured-content .podcast-title {
  font-size: 1.5rem;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFF;
  letter-spacing: -0.8px;
  position: relative;
}
.latest-podcast .featured-podcast .featured-content .podcast-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #838383;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.latest-podcast .featured-podcast .featured-content .podcast-desc {
  font-size: 16px;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.latest-podcast .featured-podcast .featured-content .read-more {
  color: #FFF;
  font-size: 14px;
  line-height: 130%;
  margin-top: 16px;
  text-decoration: underline;
  display: inline-flex;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.latest-podcast .featured-podcast .featured-content .read-more:hover {
  text-decoration: none;
}
.latest-podcast .featured-podcast .featured-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-top: 80px;
  padding-left: 28px;
}
.latest-podcast .featured-podcast .featured-cta .listen-on .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 21.6px;
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.latest-podcast .featured-podcast .featured-cta .listen-on .label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-podcast .featured-podcast .featured-cta .platform-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.latest-podcast .featured-podcast .featured-cta .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.latest-podcast .featured-podcast .featured-cta .btn-group .btn-watch {
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
}
.latest-podcast .featured-podcast .featured-cta .btn-group .btn-watch::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-podcast .featured-podcast .featured-cta .btn-group .btn-listen {
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
}
.latest-podcast .featured-podcast .featured-cta .btn-group .btn-listen::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/stream.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-podcast .podcast-list {
  margin-top: 48px;
}
.latest-podcast .podcast-list .podcast-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 16px 0;
  border-bottom: 1px solid #838383;
}
.latest-podcast .podcast-list .podcast-item:last-child {
  border-bottom: 0;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions {
  flex: 0 0 100%;
  width: 100%;
}
.latest-podcast .podcast-list .podcast-item .podcast-cover {
  max-width: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions {
  max-width: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-watch,
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-listen {
  width: 100%;
  flex: 0 0 100%;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-watch {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background-color: transparent;
  border: 0;
  color: #343434;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  gap: 8px;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-watch::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url(../images/play-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-listen {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background-color: transparent;
  border: 0;
  color: #343434;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  gap: 8px;
}
.latest-podcast .podcast-list .podcast-item .podcast-actions .btn-listen::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url(../images/stream-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-podcast .podcast-list .podcast-item .podcast-info {
  max-width: calc(100% - 320px - 80px);
  padding-left: 80px;
  position: relative;
}
.latest-podcast .podcast-list .podcast-item .podcast-info .episode-label {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.latest-podcast .podcast-list .podcast-item .podcast-info .podcast-title {
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 20px;
  position: relative;
}
.latest-podcast .podcast-list .podcast-item .podcast-info .podcast-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #838383;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .latest-podcast {
    padding: 64px 0;
  }
  .latest-podcast .section-header .title {
    font-size: 48px;
    line-height: 110%;
  }
}
@media screen and (max-width: 768px) {
  .latest-podcast .podcast-list .podcast-item .podcast-cover,
  .latest-podcast .podcast-list .podcast-item .podcast-info {
    max-width: 100%;
    margin: 0 auto;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-actions {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-actions .btn-watch,
  .latest-podcast .podcast-list .podcast-item .podcast-actions .btn-listen {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 600px) {
  .latest-podcast .section-header {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
  }
  .latest-podcast .section-header .title,
  .latest-podcast .section-header .btn {
    flex: 0 0 100%;
    width: 100%;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-cover {
    margin: 0 auto;
    max-width: 100%;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-info {
    max-width: 100%;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-actions {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 100%;
  }
  .latest-podcast .podcast-list .podcast-item .podcast-actions .btn-watch,
  .latest-podcast .podcast-list .podcast-item .podcast-actions .btn-listen {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

/* ===== Insights ===== */
.insights {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.insights .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.insights .section-header .title {
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.insights .insights__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
.insights .insights__grid .insight-feature,
.insights .insights__grid .insight-list {
  width: 100%;
  flex: 0 0 100%;
}
.insights .insights__grid .insight-feature {
  max-width: 540px;
  padding-right: 40px;
  border-right: 1px solid #838383;
}
.insights .insights__grid .insight-feature__img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.insights .insights__grid .insight-feature__img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights .insights__grid .insight-feature__body .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  gap: 8px;
  margin-bottom: 16px;
}
.insights .insights__grid .insight-feature__body .meta .cat {
  text-transform: uppercase;
  color: #494949;
}
.insights .insights__grid .insight-feature__body .meta .dash {
  width: 25px;
  height: 2px;
  background-color: #1B1B1B;
}
.insights .insights__grid .insight-feature__body .meta .date {
  color: #494949;
  font-style: italic;
}
.insights .insights__grid .insight-feature__body .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  color: #1B1B1B;
}
.insights .insights__grid .insight-feature__body .title a {
  color: #1B1B1B;
}
.insights .insights__grid .insight-feature__body .title a:hover {
  color: #1B1B1B;
  text-decoration: underline;
}
.insights .insights__grid .insight-list {
  max-width: calc(100% - 540px - 40px);
}
.insights .insights__grid .insight-list .insight-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.insights .insights__grid .insight-list .insight-item:last-child {
  margin-bottom: 0;
}
.insights .insights__grid .insight-list .insight-item__img, .insights .insights__grid .insight-list .insight-item__body {
  width: 100%;
  flex: 100%;
}
.insights .insights__grid .insight-list .insight-item__img {
  max-width: 180px;
}
.insights .insights__grid .insight-list .insight-item__img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights .insights__grid .insight-list .insight-item__body {
  max-width: calc(100% - 180px - 12px);
}
.insights .insights__grid .insight-list .insight-item__body .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  gap: 8px;
  margin-bottom: 16px;
}
.insights .insights__grid .insight-list .insight-item__body .meta .cat {
  text-transform: uppercase;
  color: #494949;
}
.insights .insights__grid .insight-list .insight-item__body .meta .dash {
  width: 25px;
  height: 2px;
  background-color: #1B1B1B;
}
.insights .insights__grid .insight-list .insight-item__body .meta .date {
  color: #494949;
  font-style: italic;
}
.insights .insights__grid .insight-list .insight-item__body .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #1B1B1B;
}
.insights .insights__grid .insight-list .insight-item__body .title a {
  color: #1B1B1B;
}
.insights .insights__grid .insight-list .insight-item__body .title a:hover {
  color: #1B1B1B;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .insights {
    padding: 64px 0;
  }
  .insights .section-header .title {
    font-size: 48px;
    line-height: 110%;
  }
  .insights .insights__grid .insight-feature,
  .insights .insights__grid .insight-list {
    max-width: 100%;
  }
  .insights .insights__grid .insight-feature {
    padding-right: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .insights .section-header {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
  }
  .insights .section-header .title,
  .insights .section-header .btn {
    flex: 0 0 100%;
    width: 100%;
  }
  .insights .insights__grid .insight-feature .insight-feature__img img {
    height: auto;
  }
  .insights .insights__grid .insight-list .insight-item__img,
  .insights .insights__grid .insight-list .insight-item__body {
    max-width: 100%;
  }
  .insights .insights__grid .insight-list .insight-item__img img {
    height: auto;
  }
}

/* ===== CTA ===== */
.cta {
  background: #0f0f10;
  color: #fff;
  padding: clamp(40px, 7vw, 88px) 0;
}
.cta .cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--gap);
}
@media (max-width: 880px) {
  .cta .cta__grid {
    grid-template-columns: 1fr;
  }
}
.cta .cta__body h2 {
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
}
.cta .cta__body p {
  color: #c9c9c9;
  margin: 8px 0 16px;
}
.cta .cta__art {
  position: relative;
}
.cta .cta__art img {
  border-radius: var(--radius-lg);
  filter: grayscale(1);
  opacity: 0.9;
}
.cta .cta__art .bubbles {
  position: absolute;
  inset: auto 10px 10px auto;
  width: 160px;
  height: 100px;
  color: #fff;
  opacity: 0.9;
}

/* ===== Newsletter ===== */
.newsletter__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
  align-items: center;
  background-color: #FFF;
}
.newsletter__grid .form,
.newsletter__grid .newsletter__art {
  flex: 1;
  width: 100%;
}
.newsletter__grid .newsletter__art img {
  max-height: 800px;
}
.newsletter__grid .section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 56px;
}
.newsletter__grid .section__head .title,
.newsletter__grid .section__head .desc {
  flex: 0 0 100%;
  width: 100%;
}
.newsletter__grid .section__head .title {
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.newsletter__grid .section__head .desc {
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .newsletter__grid .newsletter__art {
    display: none;
  }
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 620px) {
  .form__grid {
    grid-template-columns: 1fr;
  }
}

.field {
  display: grid;
  gap: 6px;
}
.field span {
  font-size: 0.9rem;
}
.field input, .field select {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #767676;
  border-radius: 4px;
  margin-bottom: 0;
}
.field input:focus, .field select:focus {
  outline: 2px solid #000;
}

.field--full {
  grid-column: 1/-1;
}

.check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.slider-card {
  padding: 64px 0;
  background-color: #FFF;
}
.slider-card.dark {
  background-color: #343434;
}
.slider-card.dark .slider-card__nav {
  filter: invert(1);
}
.slider-card.dark .slider-card__title,
.slider-card.dark .slider-card__desc {
  color: #FFF;
}
.slider-card.dark .slider-card__slider .swiper-pagination .swiper-pagination-bullet {
  filter: invert(1);
}
.slider-card__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.slider-card__heading, .slider-card__nav {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
}
.slider-card__heading {
  justify-content: left;
}
.slider-card__nav {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.slider-card__nav .swiper-button-next,
.slider-card__nav .swiper-button-prev {
  position: relative;
  top: unset !important;
  transform: translateY(0);
  left: unset !important;
  right: unset !important;
}
.slider-card__title {
  font-size: 32px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  flex: 0 0 100%;
  width: 100%;
}
.slider-card__desc {
  flex: 0 0 100%;
  width: 100%;
}
.slider-card__content {
  margin-top: 40px;
}
.slider-card__slider .swiper-wrapper {
  align-items: stretch;
}
.slider-card__slider .swiper-slide {
  height: auto !important;
}
.slider-card__slider .card {
  padding: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  background-color: #FFF;
  height: 100%;
}
.slider-card__slider .card__img, .slider-card__slider .card__meta, .slider-card__slider .card__action {
  flex: 0 0 100%;
  width: 100%;
}
.slider-card__slider .card__img {
  overflow: hidden;
  border-radius: 25px;
  margin-top: auto;
}
.slider-card__slider .card__title {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
}
.slider-card__slider .card__action {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.slider-card__slider .card__action .btn {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 8px);
  border-radius: 25px;
}
.slider-card__slider .swiper-pagination {
  position: relative;
  padding: 32px 0;
  margin-top: 16px;
  gap: 8px;
}
.slider-card__slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #767676;
  border-color: #767676;
  margin: 0 !important;
  border-radius: 35px;
}
.slider-card__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background-color: rgb(92.5, 92.5, 92.5);
  border-color: rgb(92.5, 92.5, 92.5);
}
@media screen and (max-width: 1200px) {
  .slider-card__slider .card__action .btn {
    max-width: 100%;
  }
}

.shortcode button.popup-button-brochure {
  display: none;
}

.cdown-wrap {
  background: #0A0A0A;
  color: #FFF;
  padding: 56px 20px;
  text-align: center;
}

.cdown-title {
  font-size: 42px;
  line-height: 52px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #FFF;
}

.cdown-num {
  font-size: 42px;
  line-height: 52pxƒ;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.cdown-title {
  margin: 0 0 8px;
}

.cdown-sub {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 32px;
}
.cdown-sub .price {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.cdown-sub .big {
  font-size: 46px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.cdown-sub s {
  text-decoration: line-through;
  font-size: 22px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}

.cdown-grid {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cdown-box {
  min-width: 88px∂;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.cdown-num {
  line-height: 1;
  padding: 12px 8px;
  background: #FFF;
  color: #1b1b1b;
  border-radius: 6px;
}

.cdown-label {
  font-size: 12px;
  margin-top: 6px;
  opacity: 0.9;
}

.is-disabled, .is-disabled:link, .is-disabled:visited {
  opacity: 0.5;
  pointer-events: none;
}
.is-disabled[disabled] {
  cursor: not-allowed;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cdown-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.cdown-items::before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #FFF;
  opacity: 0.7;
}
.cdown-items .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  color: #FFF;
}
.cdown-items .item__title {
  color: #FFF;
  font-size: 32px;
  line-height: 48px;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.cdown-items .item__price {
  flex: 0 0 100%;
  width: 100%;
  color: #FFF;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.cdown-items .item__price .strike {
  text-decoration: line-through;
  font-size: 26px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.cdown-items .item__price .value {
  font-size: 46px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.cdown-items .item__desc {
  flex: 0 0 100%;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 32px;
}
.cdown-items .item__cta {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cdown-items::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
  }
  .cdown-items .item {
    max-width: 100%;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  display: none;
}
.modal.is-open {
  display: flex;
}
.modal[aria-hidden=true] {
  display: none;
}
.modal .modal-dialog {
  background: #fff;
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
  padding: 1.25rem;
  position: relative;
}

.hero-items {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.hero-items__heading {
  display: flex;
  justify-content: center;
}
.hero-items__heading .title {
  text-align: center;
  font-size: 90px;
  line-height: 110%;
  letter-spacing: -4%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.hero-items__items {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 56px;
}
.hero-items__items .item {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 28px);
  border: 1px solid #D5D5D4;
  border-radius: 8px;
  padding: 32px;
}
.hero-items__items .item__logo {
  margin-bottom: 32px;
}
.hero-items__items .item__logo img {
  height: 74px;
  width: auto;
}
.hero-items__items .item__title {
  font-size: 32px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.hero-items__items .item__desc {
  margin-top: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4F4F4F;
}
@media screen and (max-width: 1200px) {
  .hero-items__heading .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .hero-items__items .item {
    max-width: 100%;
  }
}

.black-white {
  background: linear-gradient(to right, #343434 0%, #343434 20%, #FFF 20%, #FFF 100%);
}
.black-white__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.black-white__items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.black-white__items .item:last-child .item__black::after,
.black-white__items .item:last-child .item__white::after {
  display: none;
}
.black-white__items .item__black,
.black-white__items .item__white {
  flex: 0 0 auto;
  width: 100%;
}
.black-white__items .item__black {
  max-width: 300px;
  color: #FFF;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  background-color: #343434;
  position: relative;
}
.black-white__items .item__black::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #FFF;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-flex;
  position: absolute;
}
.black-white__items .item__black .item__icon {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.black-white__items .item__black .item__icon img {
  height: 64px;
  width: auto;
}
.black-white__items .item__black .item__title {
  flex: 0 0 auto;
  width: 100%;
  color: #FFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}
.black-white__items .item__white {
  max-width: calc(100% - 300px);
  background-color: #FFF;
  padding: 40px;
  font-size: 16px;
  line-height: 150%;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  position: relative;
}
.black-white__items .item__white::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #343434;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-flex;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .black-white {
    background: #FFF;
  }
  .black-white__items .item {
    padding: 0;
  }
  .black-white__items .item__black,
  .black-white__items .item__white {
    max-width: 100%;
  }
  .black-white__items .item__black::after,
  .black-white__items .item__white::after {
    display: none;
  }
  .black-white__items .item__white .item__title {
    margin-bottom: 0;
  }
}

.color-bars {
  padding: 120px 0;
  background-color: #FFF;
}
.color-bars__heading {
  max-width: 748px;
  margin: 0 auto;
}
.color-bars__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-align: center;
}
.color-bars__content {
  margin-top: 48px;
}
.color-bars__list {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding-left: 20px;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
}
.color-bars__list::-webkit-scrollbar {
  width: 5px;
}
.color-bars__list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.color-bars__list::-webkit-scrollbar-thumb {
  background: rgba(52, 52, 52, 0.8);
  border-radius: 5px;
  height: 5px;
}
.color-bars__list::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.color-bars__list .item {
  width: 80px;
  flex: 0 0 auto;
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  scroll-snap-align: start;
  will-change: width, flex;
  transition: width ease 0.35s, flex ease 0.35s;
}
.color-bars__list .item.light .item-box .title {
  color: #FFF;
}
.color-bars__list .item .item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
.color-bars__list .item .item-wrapper .item-box {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-bars__list .item .item-wrapper .item-box .title {
  font-size: 24px;
  line-height: 21.6px;
  writing-mode: sideways-lr;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .color-bars__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .color-bars {
    padding: 64px 0;
  }
  .color-bars__title {
    font-size: 48px;
    line-height: 110%;
  }
}

.teams {
  padding: 120px 0;
  background-color: #FFF;
}
.teams__heading {
  display: flex;
  justify-content: center;
  text-align: center;
}
.teams__heading .title {
  text-align: center;
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.teams__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 56px;
  margin: 54px auto 0 auto;
  max-width: 1200px;
}
.teams__items .item {
  padding: 0 20px;
}
.teams__items .item__photo {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}
.teams__items .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teams__items .item__name {
  text-align: center;
  font-size: 20px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.teams__items .item__title {
  font-size: 12px;
  line-height: 130%;
  color: #494949;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .teams {
    padding: 64px 0;
  }
  .teams__heading .title {
    font-size: 48px;
    line-height: 110%;
  }
}

.labs-page {
  padding: 64px 0 0 0;
  background-color: #f4f4f4;
}
.labs-page.pattern {
  background-image: url(../images/lmsl-bg-prod.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
}
.labs-page__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
.labs-page__sidebar, .labs-page__content {
  flex: 0 0 100%;
  width: 100%;
}
.labs-page__sidebar {
  max-width: 180px;
}
.labs-page__content {
  max-width: calc(100% - 204px);
}
.labs-page__content .other-products {
  padding: 0 0 80px 0;
  background-image: none;
}
.labs-page__content .other-products h2,
.labs-page__content .other-products .title {
  margin: 0;
  text-align: left;
}
.labs-page__content .other-products .product-filters,
.labs-page__content .other-products .product-list {
  justify-content: flex-start;
}
.labs-page__content .other-products.flip .product-list .product-card__front {
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.labs-page__content .other-products.flip .product-list .product-card__front .title,
.labs-page__content .other-products.flip .product-list .product-card__front .desc {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.labs-page__content .other-products.flip .product-list .product-card__back {
  height: 100%;
  background-color: #000;
  color: #FFF;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.labs-page__content .other-products.flip .product-list .product-card__back .title,
.labs-page__content .other-products.flip .product-list .product-card__back .desc {
  flex: 0 0 100%;
  width: 100%;
  color: #FFF;
  text-align: center;
}
.labs-page__content .cta-band {
  padding: 40px 48px;
}
.labs-page__content .cta-band .cta-band__copy .section__title {
  font-size: 2.5rem;
}
.labs-page__content .hero-podcast {
  padding: 0;
  margin-bottom: 48px;
}
.labs-page__content .hero-podcast .hero__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.labs-page__content .hero-podcast .hero__sub .sub_title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  flex: 0 0 auto;
  width: auto;
}
.labs-page__content .hero-podcast .hero__sub .sub_cta {
  flex: 0 0 auto;
  width: auto;
}
.labs-page__content .hero-podcast .hero__content,
.labs-page__content .hero-podcast .hero__art {
  max-width: calc(50% - 16px);
}
.labs-page__content .hero-podcast .hero__content .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.labs-page__content .insights {
  padding: 0 0 48px 0;
}
.labs-page__content .insights .section-header .title {
  font-size: 3rem;
  line-height: 120%;
}
.labs-page__nav {
  position: sticky;
  top: 32px;
  left: 0;
}
.labs-page__nav .labs-page__nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 100;
}
.labs-page__nav .labs-page__nav-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}
.labs-page__nav ul li {
  padding: 4px 0;
  margin-bottom: 10px;
}
.labs-page__nav ul li:last-child {
  margin-bottom: 0;
}
.labs-page__nav ul li a {
  font-size: 20px;
  line-height: 130%;
  display: inline-flex;
  font-style: italic;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 200;
}
.labs-page__nav ul li a.active {
  font-family: "Playfair Display Italic", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.labs-page__nav ul li a:hover {
  text-decoration: underline;
}
.labs-page__logo {
  margin-bottom: 20px;
}
.labs-page__logo img {
  height: 56px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .labs-page__content .hero-podcast {
    padding: 0;
  }
  .labs-page__content .hero-podcast .hero__content,
  .labs-page__content .hero-podcast .hero__art {
    max-width: 100%;
  }
  .labs-page__content .hero-podcast .hero__art img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .labs-page__content .insights .insights__grid .insight-feature,
  .labs-page__content .insights .insights__grid .insight-list {
    max-width: 100%;
  }
  .labs-page__content .insights .insights__grid .insight-feature {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .labs-page {
    padding: 64px 0;
  }
  .labs-page .section-header {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
  }
  .labs-page .section-header .title,
  .labs-page .section-header .btn {
    flex: 0 0 100%;
    width: 100%;
  }
  .labs-page .section-header .title {
    font-size: 48px;
    line-height: 110%;
  }
}
@media screen and (max-width: 768px) {
  .labs-page__content .hero-podcast .hero__sub .sub_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .labs-page__content .hero-podcast .hero__sub .sub_cta .btn-no-border {
    padding: 0 !important;
  }
  .labs-page__content .hero-podcast .hero__content {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .labs-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .labs-page__sidebar {
    max-width: 100%;
    order: -1;
    margin-bottom: 20px;
    position: relative;
  }
  .labs-page__content {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .labs-page .labs-page__nav {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    background-color: #fff;
    z-index: 5;
  }
  .labs-page .labs-page__nav .labs-page__logo {
    margin-bottom: 20px;
    align-self: flex-start;
    position: absolute;
    top: 10px;
    left: 16px;
  }
  .labs-page .labs-page__nav .labs-page__logo img {
    height: 36px;
  }
  .labs-page .labs-page__nav .labs-page__nav-toggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 100;
  }
  .labs-page .labs-page__nav .labs-page__nav-toggle.is-active .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .labs-page .labs-page__nav .labs-page__nav-toggle.is-active .icon-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .labs-page .labs-page__nav .labs-page__nav-toggle.is-active .icon-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .labs-page .labs-page__nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #eee;
    white-space: normal;
    overflow-x: hidden;
    list-style: none;
    scrollbar-width: none;
  }
  .labs-page .labs-page__nav ul.is-open {
    display: flex;
  }
  .labs-page .labs-page__nav ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .labs-page .labs-page__nav ul li a {
    display: block;
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    text-align: left;
    font-style: normal;
    font-family: "Mulish", sans-serif;
    font-weight: 200;
    color: #333;
  }
  .labs-page .labs-page__nav ul li a.active {
    background-color: #f0f0f0;
    color: #1b1b1b;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
  }
  .labs-page .labs-page__nav ul li a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
  }
  .labs-page .labs-page__nav ul::-webkit-scrollbar {
    display: none;
  }
  .labs-page .labs-page__nav ul::-webkit-scrollbar-track {
    display: none;
  }
  .labs-page .labs-page__nav ul::-webkit-scrollbar-thumb {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .labs-page__content .cta-band {
    padding: 16px 0;
  }
}

.labs-cert .labs-cert__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 0 80px 0;
  flex-wrap: wrap;
  text-align: center;
}
.labs-cert .labs-cert__text .title,
.labs-cert .labs-cert__text .desc {
  flex: 0 0 100%;
  width: 100%;
}
.labs-cert .labs-cert__text .title {
  font-size: 5.625rem;
  line-height: 1;
  color: #838383;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.labs-cert .labs-cert__text .desc {
  font-size: 16px;
  line-height: 150%;
  color: #1b1b1b;
}
@media screen and (max-width: 600px) {
  .labs-cert .labs-cert__text .title {
    font-size: 3rem;
  }
}

.block-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: center;
}
.block-section__text .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 24px;
}
.block-section__text .desc {
  font-size: 14px;
  line-height: 140%;
}
.block-section__text .desc p {
  margin-bottom: 20px;
}
.block-section__text .desc p:last-child {
  margin-bottom: 0;
}
.block-section__text .actions {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .block-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .block-section__text .title {
    font-size: 1.75rem;
  }
}

.psl-about__wrapper {
  margin-bottom: 60px;
}
.psl-about__hero {
  display: grid;
  grid-template-columns: 0.65fr 1.25fr;
  gap: 90px;
  margin-bottom: 48px;
}
.psl-about__hero.framework {
  margin-bottom: 24px;
}
.psl-about__hero.quiz .psl-about__description-container {
  position: relative;
}
.psl-about__hero.quiz .psl-about__description-container p {
  font-size: 18px;
  line-height: 140%;
  color: #494949;
}
.psl-about__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.psl-about__cta.text-left {
  justify-content: flex-start;
}
.psl-about__outline {
  font-size: 18px;
  line-height: 120%;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #7a7a7a;
}
.psl-about__title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin: 0;
}
.psl-about__subtitle {
  font-size: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.psl-about__description-container {
  position: relative;
}
.psl-about__description-container p {
  font-size: 16px;
  line-height: 140%;
  color: #494949;
}
.psl-about__description-container .psl-about__cta {
  margin-top: 32px;
}
.psl-about__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 48px;
}
.psl-about__framework {
  margin-top: 48px;
}
.psl-about__cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.psl-about__how-we-do-it {
  padding: 80px 40px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.psl-about__how-we-do-it.red {
  background: linear-gradient(70.02deg, #FD0100 -49.45%, #890000 98.94%);
  color: #FFF;
}
.psl-about__how-we-do-it.red .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.red .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.orange {
  background: linear-gradient(62.13deg, #FF8000 -48.41%, #B74C00 63.21%);
  color: #FFF;
}
.psl-about__how-we-do-it.orange .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.orange .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.yellow {
  background: linear-gradient(66.03deg, #FCFC01 -23.65%, #CECE0E 110.88%);
  color: #1b1b1b;
}
.psl-about__how-we-do-it.yellow .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.yellow .read-more-container {
  color: #1b1b1b;
}
.psl-about__how-we-do-it.green {
  background: linear-gradient(66.03deg, #00BF00 -23.65%, #008E00 110.88%);
  color: #1b1b1b;
}
.psl-about__how-we-do-it.green .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.green .read-more-container {
  color: #1b1b1b;
}
.psl-about__how-we-do-it.brown {
  background: linear-gradient(66.03deg, #A0785A -23.65%, #451E00 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.brown .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.brown .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.light {
  background: linear-gradient(66.03deg, #FFFFFF -23.65%, #F5EBD5 110.88%);
  color: #1b1b1b;
}
.psl-about__how-we-do-it.light .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.light .read-more-container {
  color: #1b1b1b;
}
.psl-about__how-we-do-it.gray, .psl-about__how-we-do-it.grey {
  background: linear-gradient(66.03deg, #C3C7C6 -23.65%, #838787 110.88%);
  color: #1b1b1b;
}
.psl-about__how-we-do-it.gray .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.gray .read-more-container, .psl-about__how-we-do-it.grey .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.grey .read-more-container {
  color: #1b1b1b;
}
.psl-about__how-we-do-it.blue {
  background: linear-gradient(66.03deg, #0005FF -23.65%, #00014B 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.blue .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.blue .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.violet {
  background: linear-gradient(66.03deg, #4B0082 -23.65%, #1A002D 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.violet .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.violet .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.purple {
  background: linear-gradient(66.03deg, #BF30F3 -23.65%, #530071 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.purple .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.purple .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.olive {
  background: linear-gradient(66.03deg, #2E5A00 -23.65%, #101F00 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.olive .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.olive .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it.dark {
  background: linear-gradient(66.03deg, #838383 -23.65%, #211F1F 110.88%);
  color: #FFF;
}
.psl-about__how-we-do-it.dark .psl-about__how-we-do-it-title,
.psl-about__how-we-do-it.dark .read-more-container {
  color: #FFF;
}
.psl-about__how-we-do-it-content {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.psl-about__how-we-do-it-title {
  font-size: 2rem;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
.psl-about__how-we-do-it-description-container {
  position: relative;
}
.psl-about__how-we-do-it-description-container p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 16px;
}
.psl-about__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.psl-about__podcasts .podcast-list .podcast-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 16px 0;
  border-bottom: 1px solid #838383;
}
.psl-about__podcasts .podcast-list .podcast-item:last-child {
  border-bottom: 0;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions {
  flex: 0 0 100%;
  width: 100%;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-cover {
  max-width: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions {
  max-width: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-watch,
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-listen {
  width: 100%;
  flex: 0 0 100%;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-watch {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background-color: transparent;
  border: 0;
  color: #343434;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  gap: 8px;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-watch::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url(../images/play-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-listen {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background-color: transparent;
  border: 0;
  color: #343434;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  gap: 8px;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-listen::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url(../images/stream-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-info {
  max-width: calc(100% - 320px - 80px);
  padding-left: 80px;
  position: relative;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-info .episode-label {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-info .podcast-title {
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 20px;
  position: relative;
}
.psl-about__podcasts .podcast-list .podcast-item .podcast-info .podcast-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #838383;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .psl-about__podcasts .podcast-list .podcast-item .podcast-cover,
  .psl-about__podcasts .podcast-list .podcast-item .podcast-info {
    max-width: 100%;
    margin: 0 auto;
  }
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-watch,
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-listen {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 600px) {
  .psl-about__podcasts .podcast-list .podcast-item .podcast-cover {
    margin: 0 auto;
    max-width: 100%;
  }
  .psl-about__podcasts .podcast-list .podcast-item .podcast-info {
    max-width: 100%;
  }
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 100%;
  }
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-watch,
  .psl-about__podcasts .podcast-list .podcast-item .podcast-actions .btn-listen {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 1024px) {
  .psl-about__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .psl-about__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .psl-about__title {
    font-size: 1.75rem;
    line-height: 120%;
  }
  .psl-about .psl-about__description-container p:first-child {
    font-size: 1.25rem;
  }
  .psl-about .psl-about__how-we-do-it {
    padding: 48px 16px;
  }
}

.read-more-collapsible-content {
  transition: max-height 0.5s ease-out;
  position: relative;
}
.read-more-collapsible-content.expanded::after {
  opacity: 0;
}

.psl-card {
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #838383;
}
.psl-card__icon {
  width: auto;
  height: 56px;
  margin-bottom: 32px;
}
.psl-card__title {
  font-size: 2rem;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  color: #333;
}
.psl-card__text {
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
  margin: 0;
}

.psl-feature {
  background-color: transparent;
  padding: 40px 28px 20px 28px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  border: 1px solid #818181;
}
.psl-feature__icon {
  width: auto;
  height: 40px;
  margin: 0 auto 16px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.psl-feature__icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}
.psl-feature__title {
  font-size: 1.25rem;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFF;
}
.psl-feature__text {
  font-size: 14px;
  line-height: 150%;
  margin: 0;
}

.read-more-btn {
  background: none;
  border: none;
  color: #1B1B1B;
  cursor: pointer;
  font-size: 14px;
  line-height: 130%;
  padding: 5px 0;
  margin-top: 10px;
  text-decoration: underline;
  display: block;
  text-align: left;
  font-weight: 500;
}
.read-more-btn:hover {
  color: #1B1B1B;
  text-decoration: none;
}
.read-more-btn.read-more-btn--how-we-do-it {
  color: #fff;
  margin: 0 auto;
}
.read-more-btn.read-more-btn--how-we-do-it:hover {
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .psl-about__hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .psl-about__cards-wrapper {
    grid-template-columns: 1fr;
  }
  .psl-about__features {
    grid-template-columns: 1fr;
  }
}
.labs {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.labs__header {
  text-align: center;
  margin-bottom: 40px;
}
.labs__header .labs__title {
  font-family: "Playfair Display", serif;
  font-size: 3.5em;
  color: #333;
  margin-bottom: 10px;
}
.labs__header .labs__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  color: #666;
  line-height: 1.5;
}
.labs__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-auto-flow: dense;
}
@media (max-width: 992px) {
  .labs__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 140px;
  }
  .labs__grid .labs__item {
    grid-row: span 3 !important;
  }
}
@media (max-width: 768px) {
  .labs__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 140px;
  }
  .labs__grid .labs__item {
    grid-row: span 3 !important;
  }
}
.labs__grid .labs__item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  grid-row: span 2;
  grid-column: span 2;
}
.labs__grid .labs__item:nth-child(3), .labs__grid .labs__item:nth-child(8) {
  grid-row: span 4;
}
.labs__grid .labs__item:nth-child(6), .labs__grid .labs__item:nth-child(7) {
  grid-column: span 3;
}
.labs__grid .labs__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.labs__grid .labs__item:hover .labs__media {
  opacity: 0;
}
.labs__grid .labs__item:hover .labs__hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: #f5f5f5;
}
.labs__grid .labs__item:hover .labs__badge {
  opacity: 0;
}
.labs__grid .labs__item .labs__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.labs__grid .labs__item .labs__media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.labs__grid .labs__item .labs__media .labs__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  display: block;
}
.labs__grid .labs__item .labs__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 0 32px 0 0;
  padding: 16px 24px;
  font-family: "Inter", sans-serif;
  font-size: 0.9em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.labs__grid .labs__item .labs__badge .labs__img {
  width: auto;
  height: 56px;
  filter: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.labs__grid .labs__item .labs__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
.labs__grid .labs__item .labs__hover .title {
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #333;
}
.labs__grid .labs__item .labs__hover .title a {
  text-decoration: none;
  color: inherit;
}
.labs__grid .labs__item .labs__hover .desc {
  font-family: "Inter", sans-serif;
  font-size: 0.9em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.labs__grid .labs__item .labs__hover .labs__hover-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.labs__grid .labs__item .labs__hover .labs__hover-cta:hover {
  background-color: #555;
}
.labs__grid .labs__item .labs__hover .labs__hover-cta svg {
  width: 20px;
  height: 20px;
  stroke: #FFF;
}

.items-count {
  padding: 80px 0;
  background-color: #f5f5f5;
  background-image: url(../images/bg-accent.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-blend-mode: overlay;
}
.items-count__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .items-count__header {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
.items-count__title {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #1B1B1B;
  margin: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .items-count__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .items-count__title {
    font-size: 28px;
  }
}
.items-count__intro-text {
  text-align: left;
}
@media (max-width: 991px) {
  .items-count__intro-text {
    text-align: center;
  }
}
.items-count__desc {
  font-size: 20px;
  line-height: 140%;
}
.items-count__desc p {
  margin-bottom: 16px;
  color: #565656;
}
.items-count__desc p:last-child {
  margin-bottom: 0;
}
.items-count__desc b,
.items-count__desc strong {
  font-size: 18px;
  line-height: 140%;
  color: #1B1B1B;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.items-count__question {
  font-size: 1.1em;
  font-weight: 600;
  color: #1B1B1B;
  margin-top: 0;
}
.items-count__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 966px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .items-count__facts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .items-count__facts {
    gap: 20px;
  }
}

.fact-card {
  text-align: center;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
.fact-card:nth-child(3n+2) {
  flex-direction: column-reverse;
}
.fact-card__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fact-card__percentage {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fact-card__percentage .fact-card__percentage-prefix,
.fact-card__percentage .fact-card__percentage-number,
.fact-card__percentage .fact-card__percentage-suffix {
  display: inline-block;
}
.fact-card__desc {
  font-size: 16px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.fact-card__source {
  font-size: 10px;
  line-height: 150%;
  color: #767676;
  text-align: center;
  font-style: italic;
  position: relative;
  padding-top: 20px;
}
.fact-card__source::before {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #838383;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .fact-card {
    flex-direction: row;
  }
  .fact-card:nth-child(3n+2) {
    flex-direction: row-reverse;
  }
  .fact-card__image {
    flex: 1;
  }
  .fact-card__image img {
    margin: 0 auto;
  }
  .fact-card__content {
    flex: 2;
  }
}
@media (max-width: 640px) {
  .fact-card {
    flex-direction: column-reverse;
  }
  .fact-card:nth-child(3n+2) {
    flex-direction: column-reverse;
  }
  .fact-card__image, .fact-card__content {
    flex: 1;
  }
}

.four-items {
  padding: 120px 0;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .four-items {
    padding: 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .four-items {
    padding: 32px 0;
  }
}
.four-items__header {
  max-width: 750px;
  margin: 0 auto 60px auto;
}
.four-items__title {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .four-items__title {
    font-size: 28px;
  }
}
.four-items__desc {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  max-width: 692px;
  margin: 0 auto;
}
.four-items__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .four-items__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .four-items__list {
    grid-template-columns: 1fr;
  }
}
.four-items .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 32px;
  background-color: rgba(235, 235, 235, 0.3);
  position: relative;
}
.four-items .feature-item::before, .four-items .feature-item::after {
  content: "";
  z-index: 0;
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
}
.four-items .feature-item::before {
  top: 0;
  background: linear-gradient(to bottom, #FFF 10%, transparent 100%);
}
.four-items .feature-item::after {
  bottom: 0;
  background: linear-gradient(to top, #FFF 10%, transparent 100%);
}
.four-items .feature-item__icon {
  margin-bottom: 20px;
  z-index: 1;
}
.four-items .feature-item__icon img {
  width: auto;
  height: 90px;
  display: block;
}
.four-items .feature-item__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  z-index: 1;
}
.four-items .feature-item__small-title {
  font-size: 14px;
  line-height: 150%;
  color: #1B1B1B;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.four-items .feature-item__desc {
  font-size: 16px;
  line-height: 24px;
  color: #1B1B1B;
  margin-bottom: 32px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.four-items .feature-item.layout_2 .feature-item__title {
  font-size: 48px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}
.four-items .feature-item.layout_2 .feature-item__desc {
  font-size: 10px;
  line-height: 150%;
  color: #767676;
  font-style: italic;
  margin-top: 48px;
  position: relative;
}
.four-items .feature-item.layout_2 .feature-item__desc::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 1px;
  background-color: #838383;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.session-items {
  padding: 80px 0;
  text-align: center;
  background-color: #fcfcfc;
}
.session-items__header {
  max-width: 960px;
  margin: 0 auto;
}
.session-items__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .session-items__title {
    font-size: 28px;
  }
}
.session-items__desc {
  font-size: 1.2em;
  color: #777;
  margin-bottom: 80px;
}
.session-items__mid-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.session-items__mid-text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.session-items__mid-text span {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #1B1B1B;
  padding: 8px 20px;
  background-color: #E7E7E7;
  border-radius: 100px;
  display: inline-block;
  border: 48px solid #fcfcfc;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .session-items__mid-text span {
    border-width: 32px;
  }
}
.session-items__plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 32px 0;
  position: relative;
}
@media (max-width: 900px) {
  .session-items__plans-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.session-items .plan-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.session-items .plan-card__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.session-items .plan-card__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin: 0;
}
.session-items .plan-card__meta {
  flex: 1.5;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.session-items .plan-card__duration {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  font-size: 12px;
  line-height: 150%;
  color: #565656;
}
.session-items .plan-card__duration span {
  flex: 0 0 100%;
  font-weight: 600;
  color: #1B1B1B;
  text-align: right;
  font-size: 16px;
  line-height: 150%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.session-items .plan-card__price {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  position: relative;
  font-size: 12px;
  line-height: 150%;
  color: #565656;
}
.session-items .plan-card__price::before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #EBEBEB;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.session-items .plan-card__price span {
  flex: 0 0 100%;
  font-weight: 600;
  color: #1B1B1B;
  text-align: right;
  font-size: 16px;
  line-height: 150%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.session-items .plan-card__desc {
  font-size: 16px;
  line-height: 150%;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
.session-items .plan-card__image {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.session-items .plan-card__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .session-items .plan-card__meta {
    flex: 0 0 100%;
    justify-content: flex-start;
  }
  .session-items .plan-card__duration, .session-items .plan-card__price {
    justify-content: flex-start;
    text-align: left;
  }
  .session-items .plan-card__duration span, .session-items .plan-card__price span {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .session-items .plan-card__meta {
    flex: 1.5;
  }
  .session-items .plan-card__title {
    flex: 2.5;
  }
}
@media screen and (max-width: 640px) {
  .session-items .plan-card__meta, .session-items .plan-card__title {
    flex: 0 0 100%;
  }
}

.dark-items .container {
  padding: 40px 20px;
  background-color: #494949;
  color: #FFF;
  border-radius: 8px;
  margin: 20px auto;
}
.dark-items__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-items__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.dark-items__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .dark-items__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .dark-items__grid {
    padding: 0 10px;
  }
}
.dark-items .value-card {
  text-align: left;
  padding: 0 32px;
  border-left: 1px solid #FDFBFB;
}
@media screen and (max-width: 991px) {
  .dark-items .value-card {
    border-left: none;
    border-bottom: 1px solid #FDFBFB;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .dark-items .value-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.dark-items .value-card__title {
  font-size: 24px;
  line-height: 135%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .dark-items .value-card__title {
    font-size: 24px;
  }
}
.dark-items .value-card__desc {
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.steps {
  padding: 80px 0;
  background-color: #fcfcfc;
}
.steps__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .steps__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.steps__content {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .steps__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.steps__illustration {
  text-align: center;
}
@media (max-width: 991px) {
  .steps__illustration {
    order: 1;
  }
}
.steps__illustration img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.steps__list {
  position: relative;
}
@media (max-width: 991px) {
  .steps__list {
    padding-left: 75px;
    order: 2;
  }
}
.steps .step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.steps .step-item::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #000000;
  position: absolute;
  left: 32px;
  top: 50%;
  display: inline-block;
  transform: translateY(15px);
}
.steps .step-item:last-child {
  margin-bottom: 0;
}
.steps .step-item:last-child::before {
  display: none;
}
@media (max-width: 991px) {
  .steps .step-item::before {
    left: -47px;
    transform: translateY(26px);
  }
}
.steps .step-item__number {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .steps .step-item__number {
    width: 48px;
    height: 48px;
    left: -70px;
  }
}
.steps .step-item__text {
  flex-grow: 1;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 32px 40px;
  text-align: left;
  margin-left: 90px;
  position: relative;
}
.steps .step-item__text::before {
  content: "";
  width: 17px;
  height: 32px;
  background-image: url(../images/triangle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .steps .step-item__text {
    margin-left: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
.steps .step-item__heading {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.steps .step-item__description {
  font-size: 16px;
  line-height: 150%;
  color: #494949;
  margin: 0;
}

.items-section {
  padding: 80px 0;
  background-color: #fcfcfc;
  text-align: center;
}
.items-section__header {
  margin-bottom: 60px;
}
.items-section__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  max-width: 836px;
  margin: 0 auto 12px auto;
}
@media (max-width: 768px) {
  .items-section__title {
    font-size: 28px;
  }
}
.items-section__subtitle {
  font-size: 18px;
  line-height: 140%;
  color: #4F4F4F;
  max-width: 836px;
  margin: 0 auto 56px auto;
}
.items-section__grid {
  display: grid;
  max-width: 1068px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .items-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .items-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.items-section .delivery-option-card {
  background-color: #FFFFFF;
  border: 1.5px solid #EBEBEB;
  border-radius: 10px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.items-section .delivery-option-card__icon {
  margin-bottom: 25px;
}
.items-section .delivery-option-card__icon img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.items-section .delivery-option-card__title {
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 32px;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.items-section .delivery-option-card__description {
  font-size: 14px;
  line-height: 150%;
  color: #494949;
  margin: 0;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.hero-main-center {
  padding: 120px 0 0 0;
  background-image: url(../images/bg-pattern.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  background-blend-mode: overlay;
}
.hero-main-center__wrapper {
  max-width: 894px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  gap: 40px;
}
.hero-main-center__content .title {
  font-size: 90px;
  line-height: 110%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-align: center;
}
.hero-main-center__content .desc {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.hero-main-center__content .actions {
  text-align: center;
  margin-top: 40px;
}
.hero-main-center__art {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .hero-main-center {
    padding: 80px 0 0 0;
  }
  .hero-main-center__content .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .hero-main-center {
    padding: 64px 0 0 0;
  }
  .hero-main-center__content {
    padding: 0 12px;
  }
  .hero-main-center__content .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .hero-main-center__content .title {
    font-size: 32px;
  }
}

.community-about {
  padding: 64px 0;
  background: linear-gradient(to bottom #DDDDDD 0%, #FFF 100%);
}
@media (max-width: 768px) {
  .community-about {
    padding: 32px 0;
  }
}
.community-about__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .community-about__content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.community-about__title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .community-about__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .community-about__title {
    font-size: 32px;
  }
  .community-about__title br {
    display: none;
  }
}
.community-about__description {
  font-size: 18px;
  line-height: 140%;
}
.community-about__description p {
  margin-bottom: 48px;
}
.community-about__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .community-about__description p {
    margin-bottom: 24px;
  }
}
.community-about__paragraph {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.community-about__paragraph:last-child {
  margin-bottom: 0;
}
.community-about__highlight {
  font-style: italic;
  font-weight: bold;
}
.community-about__visuals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .community-about__visuals {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.community-about__visual-item {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.community-about__image {
  width: 100%;
  height: auto;
  display: block;
}

.benefits-section {
  padding: 120px 0;
  background-color: #FFF;
  text-align: center;
}
.benefits-section__heading {
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 10px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .benefits-section__heading {
    font-size: 32px;
  }
}
.benefits-section__subheading {
  font-size: 18px;
  line-height: 140%;
  color: #1B1B1B;
}

.benefits-slider {
  margin-top: 56px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .benefits-slider {
    margin-top: 32px;
  }
}
.benefits-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: auto;
}
.benefits-slider__number {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #494949;
  margin-bottom: 24px;
}
.benefits-slider__figure {
  margin: 0;
  width: 100%;
  height: 268px;
  overflow: hidden;
  margin-bottom: 32px;
}
.benefits-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.benefits-slider__title {
  font-size: 24px;
  line-height: 110%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  margin: 0;
}
.benefits-slider__description {
  margin-top: 24px;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
}
.benefits-slider__pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  width: 16px;
  border-radius: 8px;
  border: none;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.benefits-slider__pagination .swiper-pagination-bullet::hover {
  background-color: #1b1b1b;
}
.benefits-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #1b1b1b;
}
.benefits-slider__button--prev, .benefits-slider__button--next {
  color: #333;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.benefits-slider__button--prev:hover, .benefits-slider__button--next:hover {
  background-color: #333;
  color: #fff;
}
.benefits-slider__button--prev::after, .benefits-slider__button--next::after {
  font-size: 18px !important;
}
.benefits-slider__button--prev {
  left: -20px;
}
.benefits-slider__button--next {
  right: -20px;
}
@media (max-width: 768px) {
  .benefits-slider__button--prev, .benefits-slider__button--next {
    display: none;
  }
}

.upcoming-events {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .upcoming-events {
    padding: 32px 0;
  }
}
.upcoming-events__heading {
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .upcoming-events__heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.upcoming-events .events-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upcoming-events .events-list__item {
  display: grid;
  grid-template-columns: 1fr minmax(120px, auto) minmax(120px, auto) max-content;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.upcoming-events .events-list__item:first-child {
  border-top: 1px solid #eee;
}
@media (max-width: 992px) {
  .upcoming-events .events-list__item {
    grid-template-columns: 1fr minmax(100px, auto) max-content;
  }
}
@media (max-width: 768px) {
  .upcoming-events .events-list__item {
    grid-template-columns: 1fr;
    grid-template-areas: "details";
    gap: 10px 15px;
    padding: 15px 0;
  }
}
.upcoming-events .events-list__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .upcoming-events .events-list__details {
    display: block;
    grid-area: details;
  }
}
.upcoming-events .events-list__title {
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  color: #1B1B1B;
  margin: 0;
}
.upcoming-events .events-list__meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  line-height: 130%;
  color: #494949;
  justify-content: center;
}
@media (max-width: 768px) {
  .upcoming-events .events-list__meta {
    grid-area: meta;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
  }
}
.upcoming-events .events-list__button {
  grid-column: 4/5;
}
@media (max-width: 450px) {
  .upcoming-events .events-list__button {
    grid-column: unset;
  }
}

.podcast-archive__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.podcast-archive__filters .filter-top,
.podcast-archive__filters .filter-bottom {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.podcast-archive__filters .filter-top {
  justify-content: space-between;
}
.podcast-archive__filters .filter-top .filter-label {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  padding: 4px 0;
  border-bottom: 1px solid #000;
}
.podcast-archive__filters .filter-top .filter-search {
  position: relative;
  min-width: 320px;
}
.podcast-archive__filters .filter-top .filter-search input {
  font-size: 14px;
  line-height: 110%;
  font-family: "Mulish", sans-serif !important;
  font-weight: 700;
  padding: 4px 20px 4px 0;
  margin: 0;
}
.podcast-archive__filters .filter-top .filter-search button {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
}
.podcast-archive__filters .filter-bottom {
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}
.podcast-archive__filters .filter-bottom .form-group .select {
  min-width: 137px;
  border: 0;
  background-color: #F2F4F5;
  padding: 8px 30px 8px 16px;
  border-radius: 50px;
  font-family: "Mulish", sans-serif !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.28 5.96655L8.9333 10.3132C8.41997 10.8266 7.57997 10.8266 7.06664 10.3132L2.71997 5.96655' stroke='%231B1B1B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.podcast-archive__filters .filter-bottom .form-group .select::marker {
  display: none;
}
.podcast-archive__filters .filter-bottom .filter-icon {
  display: inline-flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
}
.podcast-archive__filters .filter-bottom .filter-icon svg {
  height: 24px;
  width: 24px;
}
.podcast-archive__filters .filter-bottom .filter-icon .number {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
}
.podcast-archive__filters .filter-bottom .btn-clear {
  color: #E25C5C;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #E25C5C;
  border-radius: 50px;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  will-change: background-color, color;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.podcast-archive__filters .filter-bottom .btn-clear:hover {
  background-color: #E25C5C;
  color: #FFF;
  text-decoration: none;
}
.podcast-archive__filters .filter-bottom .btn-clear:hover svg path {
  stroke: #FFF;
}
.podcast-archive__results-info {
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.podcast-archive__results-info .info {
  font-size: 16px;
  line-height: 110%;
}
.podcast-archive__results-info .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-size: 16px;
  line-height: 110%;
  gap: 24px;
}
.podcast-archive__results-info .pagination::before, .podcast-archive__results-info .pagination::after {
  display: none;
}
.podcast-archive__results-info .pagination nav ul {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.podcast-archive__results-info .pagination nav ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.podcast-archive__results-info .pagination nav ul li a,
.podcast-archive__results-info .pagination nav ul li span {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  padding: 8px;
  will-change: color, background-color, border;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.podcast-archive__results-info .pagination nav ul li a.active, .podcast-archive__results-info .pagination nav ul li a.current,
.podcast-archive__results-info .pagination nav ul li span.active,
.podcast-archive__results-info .pagination nav ul li span.current {
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
  color: #fff;
  transition: color ease 0.2s, background-color ease 0.2s, border ease 0.2s;
}
.podcast-archive__results-info .pagination nav ul li a.active:hover, .podcast-archive__results-info .pagination nav ul li a.current:hover,
.podcast-archive__results-info .pagination nav ul li span.active:hover,
.podcast-archive__results-info .pagination nav ul li span.current:hover {
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
  color: #fff;
  transition: color ease 0.2s, background-color ease 0.2s, border ease 0.2s;
}
.podcast-archive__results-info .pagination nav ul li a a,
.podcast-archive__results-info .pagination nav ul li a span,
.podcast-archive__results-info .pagination nav ul li span a,
.podcast-archive__results-info .pagination nav ul li span span {
  border: 1px solid #1B1B1B;
}
.podcast-archive__results-info .pagination nav ul li.disabled a svg path,
.podcast-archive__results-info .pagination nav ul li.disabled span svg path {
  stroke: #838383;
}
.podcast-archive__results-info .pagination nav ul li.disabled:hover a,
.podcast-archive__results-info .pagination nav ul li.disabled:hover span {
  border: none;
}
@media screen and (max-width: 500px) {
  .podcast-archive__filters .filter-top .filter-search {
    flex: 0 0 100%;
    width: 100%;
  }
  .podcast-archive__results-info {
    flex-wrap: wrap;
  }
  .podcast-archive__results-info .info,
  .podcast-archive__results-info .pagination {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.hero-podcast {
  background-color: #F4F4F4;
}
.hero-podcast .hero__title {
  font-size: 5.625rem;
  line-height: 110%;
}
.hero-podcast .hero__content {
  max-width: calc(60% - 16px);
}
.hero-podcast .hero__content .icons {
  margin-top: 3.5rem;
}
.hero-podcast .hero__content .icons .label {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 110%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.hero-podcast .hero__content .icons .list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.hero-podcast .hero__art {
  max-width: calc(40% - 16px);
}
@media screen and (max-width: 991px) {
  .hero-podcast .hero__content,
  .hero-podcast .hero__art {
    max-width: 100%;
  }
  .hero-podcast .hero__art img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.custom-form {
  padding: 64px 0;
  background-color: #F4F4F4;
}
.custom-form.white {
  background-color: #FFF;
}
.custom-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.custom-form__content, .custom-form__art {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 16px);
}
.custom-form__art {
  text-align: center;
}
.custom-form__content .title {
  font-size: 3rem;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.custom-form__content .title i {
  font-family: "Playfair Display Italic", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-style: italic;
}
.custom-form__content .form-wrapper {
  padding-right: 48px;
  margin-top: 48px;
}
.custom-form__content .form-wrapper .form-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.custom-form__content .form-wrapper .form-groups .form-group {
  flex: 1;
}
.custom-form__content .form-wrapper .form-group label {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 100%;
}
.custom-form__content .form-wrapper .form-group input {
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 12px;
  background-color: transparent;
}
.custom-form__content .form-wrapper .form-group.form-action {
  margin-top: 24px;
}
.custom-form__content .form-wrapper .form-group.form-action button[type=submit],
.custom-form__content .form-wrapper .form-group.form-action .btn-black {
  padding: 12px 32px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  border: 1px solid #343434 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  justify-content: center !important;
  gap: 8px !important;
  align-items: center !important;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  background-color: #343434 !important;
  color: #fff !important;
  will-change: background-color, color;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.custom-form__content .form-wrapper .form-group.form-action button[type=submit]:hover,
.custom-form__content .form-wrapper .form-group.form-action .btn-black:hover {
  background-color: rgb(26.5, 26.5, 26.5) !important;
  text-decoration: none;
  transition: background-color ease 0.2s, color ease 0.2s;
}
@media screen and (max-width: 991px) {
  .custom-form__content, .custom-form__art {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-form {
    padding: 32px 0;
  }
  .custom-form__content .form-wrapper {
    padding-right: 0;
  }
  .custom-form__content .form-wrapper .form-groups {
    gap: 0;
  }
  .custom-form__content .form-wrapper .form-groups .form-group {
    flex: 0 0 100%;
  }
}

.hero-cards {
  padding: 64px 0;
  background-color: #F4F4F4;
}
.hero-cards__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.hero-cards__content .title {
  font-size: 5.625rem;
  line-height: 110%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}
.hero-cards__content .desc {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.hero-cards__cards {
  margin-top: 48px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.hero-cards__cards .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.hero-cards__cards .card__img, .hero-cards__cards .card__meta {
  flex: 0 0 100%;
  width: 100%;
}
.hero-cards__cards .card__img {
  text-align: center;
}
.hero-cards__cards .card__meta {
  padding: 20px 24px;
}
.hero-cards__cards .card__title {
  font-size: 18px;
  line-height: 140%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.hero-cards__cards .card__desc {
  padding-right: 32px;
  font-size: 14px;
  line-height: 150%;
  color: #494949;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin-top: 12px;
  position: relative;
}
.hero-cards__cards .card__desc::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.4297 5.92969L20.4997 11.9997L14.4297 18.0697' stroke='%231B1B1B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%231B1B1B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
}
.hero-cards__cards .card:hover .card__desc {
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .hero-cards__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .hero-cards__content .title {
    font-size: 2.25rem;
  }
  .hero-cards__cards {
    grid-template-columns: 1fr;
  }
}

.hero-sm__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.hero-sm__content, .hero-sm__art {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 16px);
}
.hero-sm__content {
  padding: 64px;
}
.hero-sm__content .logo {
  margin-bottom: 48px;
}
.hero-sm__content .title {
  font-size: 56px;
  line-height: 120%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.hero-sm__content .desc {
  font-size: 16px;
  line-height: 24px;
}
.hero-sm__content .actions {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.hero-sm__content .back_link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 140%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .hero-sm__content {
    padding: 32px 0;
  }
  .hero-sm__content, .hero-sm__art {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */