:root {
  --pudra-500: #221e20;
  --white: white;
  --green: #909c87;
  --pudra-100: #f9f7f6;
  --border-radius-animation: 0px;
  --pudra-200: #e2d7d2;
  --gray-300: #514f56;
  --gray-200: #949191;
  --gray-100: #ebebeb;
  --black: #18171b;
  --green-secondary: #636d5c;
  --pudra: #ece8e7;
  --gray: #efefef;
  --header-text-color: white;
  --header-background: #ffffff1f;
  --plan-card-border: 20px;
  --font-family-second: Playfairdisplay, sans-serif;
  --font-family-main: Poppins, sans-serif;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--pudra-500);
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main {
  z-index: 1;
  flex: 1;
  position: relative;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.hero-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
  position: relative;
}

.container.experts-conainer, .container.contact-conainer {
  grid-column-gap: 5.62rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.sessions-container {
  margin-bottom: 2.5rem;
}

.container.session-progressbar {
  margin-top: 2.5rem;
}

.button {
  background-color: var(--white);
  color: var(--pudra-500);
  text-align: center;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 2.5rem 1.375rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.button-green {
  background-color: var(--green);
  color: var(--pudra-100);
}

.button.button-green.experts-button {
  margin-top: 1rem;
}

.button.button-green.form-button {
  margin-top: 1.25rem;
}

.button.button-green.subscribe-button {
  height: 4.5625rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.button.button-smoke {
  background-color: var(--pudra-100);
}

.button.button-smoke.plan-button {
  align-self: stretch;
  margin-top: 2.62rem;
}

.button.header-button.insta {
  aspect-ratio: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.sessions {
  background-color: var(--white);
  height: 300vh;
  position: relative;
}

.section.section-padding-small {
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.section-padding-small.experts-info {
  z-index: 1;
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--pudra-100);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-padding-small.contact {
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--white);
  margin-bottom: -80px;
  overflow: hidden;
}

.section.instructors {
  background-color: var(--white);
  overflow: hidden;
}

.section.reviews {
  background-color: var(--pudra-100);
}

.section.journey {
  background-color: var(--white);
  overflow: hidden;
}

.section.plans {
  background-color: var(--pudra-100);
}

.section.plans.hide {
  display: none;
}

.section.timetable {
  background-color: var(--pudra-100);
}

.section.inner {
  padding-bottom: 5rem;
}

.colors {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.25rem;
  display: grid;
}

.color-card {
  flex-direction: column;
  display: flex;
}

.color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 32px;
  margin-bottom: 1.25rem;
}

.typography {
  width: 100%;
  margin-top: 2.5rem;
}

.typography-item-wrapper {
  border-top: 1px solid var(--pudra-200);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.rich-text ul {
  grid-row-gap: .625rem;
  letter-spacing: -.02em;
  flex-direction: column;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.4em;
  display: flex;
}

.rich-text h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.button-card {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
}

.content-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-horizontal-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-horizontal-left.header-content {
  border-radius: 0;
  padding: .5rem;
  position: relative;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.header {
  z-index: 10;
  width: 100%;
  height: 0;
  position: fixed;
  inset: 1.25rem auto auto 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding: 10rem 5vw;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 3.125rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-large {
  letter-spacing: -.02em;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.text-large.schedule-card-value {
  align-items: center;
  display: flex;
}

.text {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.text.color-white.hero-text {
  max-width: 28.5556em;
}

.text.text-center.timetable-description {
  max-width: 42em;
}

.text-extra-small {
  font-size: 1rem;
}

.text-italic {
  font-style: italic;
}

.heading-medium {
  letter-spacing: -.06em;
  font-size: 4.25rem;
  line-height: 1.1em;
}

.heading-medium.font-family-small {
  font-size: 2.5rem;
}

.heading-small {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.heading-small.font-weight-normal {
  font-size: 1.5rem;
}

.gray-300 {
  background-color: var(--gray-300);
}

.gray-200 {
  background-color: var(--gray-200);
}

.gray-100 {
  background-color: var(--gray-100);
}

.pudra-500 {
  background-color: var(--pudra-500);
}

.pudra-200 {
  background-color: var(--pudra-200);
}

.pudra-100 {
  background-color: var(--pudra-100);
}

.green {
  background-color: var(--green);
}

.white {
  background-color: var(--white);
}

.black {
  background-color: var(--black);
}

.green-secondary {
  background-color: var(--green-secondary);
}

.pudra {
  background-color: var(--pudra);
}

.gray {
  background-color: var(--gray);
}

.text-gray-200 {
  color: var(--gray-200);
}

.text-pudra-500 {
  color: var(--pudra-500);
}

.style-guide-title {
  margin-bottom: 5rem;
}

.footer {
  background-color: var(--pudra-500);
  padding-top: 8.75rem;
  padding-bottom: 1.25rem;
}

.header-navigation {
  margin-left: auto;
}

.header-list {
  grid-column-gap: 3vw;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
  transition: opacity .3s;
}

.link:hover {
  opacity: .8;
}

.link.navigation-link {
  color: var(--header-text-color);
}

.link.navigation-link.w--current {
  text-decoration: underline;
}

.link.navigation-link.insta {
  margin-left: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.link.link-small {
  font-size: 1rem;
  line-height: 1.5em;
}

.hero {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-bg2x.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.header-logo {
  flex: none;
  transition: opacity .3s;
  position: relative;
}

.header-logo:hover {
  opacity: .8;
}

.header-logo.w--current {
  position: relative;
}

.header-blur {
  z-index: -1;
  background-color: var(--header-background);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-image {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.header-logo-image.tablet-hide {
  opacity: 1;
}

.tablet-visible {
  display: none;
}

.tablet-hide {
  display: block;
}

.socials {
  grid-column-gap: .625rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.socials-link {
  background-color: var(--gray-300);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link:hover {
  background-color: var(--white);
  color: var(--pudra-500);
}

.socials-link.background-green:hover {
  background-color: var(--green);
  color: var(--white);
}

.socials-link.background-green.small {
  width: 3.45rem;
  height: 3.5rem;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg.button-icon {
  z-index: 1;
  position: relative;
}

.svg.button-icon.hide {
  display: none;
}

.svg.button-icon-insta {
  z-index: 1;
  width: 2.5rem;
  position: relative;
}

.svg.button-icon-insta.hide {
  display: none;
}

.heading-large {
  letter-spacing: -.03em;
  font-family: Playfairdisplay, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1em;
}

.color-white {
  color: var(--white);
}

.hero-video-wrapper {
  aspect-ratio: 1 / 1.34;
  border-radius: 162px;
  width: 100%;
  max-width: 20.25rem;
  position: relative;
  overflow: hidden;
}

.hero-video {
  z-index: 1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-header {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.section-header.section-header-small-margin-bottom {
  margin-bottom: 3.75rem;
}

.section-header.content-horizontal-left, .section-header.content-vertical-left {
  align-items: flex-start;
}

.heading-max-width {
  max-width: 14.1176em;
}

.text-center {
  text-align: center;
}

.text-center.section-header-text {
  max-width: 43.25em;
}

.text-center.journey-title {
  max-width: 12em;
}

.text-center.plans-title {
  max-width: 15em;
}

.sessions-wrapper {
  flex: none;
  overflow: hidden;
}

.sessions-list {
  grid-column-gap: 1.25rem;
  display: flex;
}

.sessions-item {
  flex: none;
  width: 100%;
  max-width: 26.25rem;
}

.session-card {
  grid-row-gap: 1.25rem;
  color: var(--white);
  background-image: linear-gradient(#879c98, #909c87);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 29.25rem;
  padding: 2rem;
  display: flex;
}

.session-card.small {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.session-card-logo {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.session-card-description {
  margin-top: auto;
}

.sessions-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19rem;
  margin-bottom: -14.6rem;
  display: flex;
  position: sticky;
  top: 50vh;
  overflow: hidden;
  transform: translate(0, -50%);
}

.sessions-sticky-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.experts {
  flex-direction: column;
  display: flex;
  position: relative;
}

.experts-video {
  pointer-events: none;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.experts-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 29.5em;
  display: flex;
}

.experts-image-wrapper {
  aspect-ratio: 1 / 1.36;
  border-radius: 500px;
  width: 100%;
  max-width: 33.75rem;
  overflow: hidden;
}

.experts-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.video-button {
  color: var(--pudra-500);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  inset: 0% auto auto 0%;
}

.pause-state {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  padding-left: .125rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.play-state {
  opacity: .95;
}

.hidden {
  display: none;
}

.instructors-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.instructors-collection {
  justify-content: center;
  display: flex;
}

.instructors-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.instructors-item {
  flex: none;
  width: 100%;
  max-width: 21.25rem;
}

.instructor-card {
  grid-row-gap: 1.5rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.instructor-card.instructor-card-small {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.instructor-card-image-wrapper {
  aspect-ratio: 1 / 1.44;
  border-radius: 200px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.instructor-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instructor-card-info {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.instructor-card-experience {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.instructors-inner {
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.reviews-title {
  max-width: 13.5em;
}

.reviews-wrapper {
  display: flex;
}

.reviews-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.reviews-item {
  width: 100%;
  max-width: 26.25rem;
}

.review {
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.review-stars {
  color: var(--green);
  align-items: center;
  display: flex;
}

.review-content {
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--pudra-200);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.color-gray-200 {
  color: var(--gray-200);
}

.color-gray-200.review {
  padding: 0;
}

.review-video {
  aspect-ratio: 1 / 1.2;
  color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-background-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.review-video-content {
  z-index: 2;
  grid-row-gap: .25rem;
  pointer-events: none;
  flex-direction: column;
  padding-bottom: 2.75rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: block;
  position: relative;
}

.reviews-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.journey-slider-wrapper {
  width: 100%;
  height: auto;
  overflow: visible;
}

.journey-slide {
  aspect-ratio: 1.625;
  border-radius: 40px;
  width: 97%;
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  overflow: hidden;
}

.journey-slider {
  background-color: #ddd0;
  height: auto;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.journay-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.plans-list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.plans-item {
  flex: 1;
  min-width: 27rem;
}

.plan {
  background-color: var(--white);
  height: 100%;
}

.plan.plan-left {
  border-radius: var(--plan-card-border) 0px 0px var(--plan-card-border);
}

.plan.plan-right {
  border-top-right-radius: var(--plan-card-border);
  border-bottom-right-radius: var(--plan-card-border);
}

.plan-wrapper {
  border-radius: var(--plan-card-border);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.plan-wrapper.background-green {
  color: var(--white);
}

.tag {
  background-color: var(--green);
  color: var(--white);
  border-radius: 100px;
  height: 2.5rem;
  padding: .625rem 1.25rem .375rem;
  overflow: hidden;
}

.plan-price {
  margin-top: 2rem;
}

.plan-features {
  grid-row-gap: 1rem;
  border-top: 1px solid var(--pudra-200);
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: auto;
  padding-top: 2.5rem;
  display: flex;
}

.custom-marker {
  background-color: var(--pudra-500);
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  position: absolute;
  inset: .62rem auto auto 0%;
}

.custom-marker-item {
  padding-left: .75rem;
  position: relative;
}

.background-green {
  background-color: var(--green);
}

.tag-white {
  background-color: var(--pudra-100);
  color: var(--pudra-500);
  border-radius: 100px;
  height: 2.5rem;
  padding: .625rem 1.25rem .375rem;
  overflow: hidden;
}

.tabs-menu {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.tab {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #fff0;
  border-radius: 100px;
  flex: none;
  height: 3rem;
  margin-bottom: .5rem;
  padding: .75rem 2rem;
  transition: background-color .3s, color .3s;
}

.tab:hover, .tab.w--current {
  background-color: var(--green);
  color: var(--white);
}

.tabs {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.tabs-content {
  margin-top: 2.5rem;
}

.timetable-item:first-child {
  border-top: 1px solid var(--pudra-200);
}

.schedule-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pudra-200);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: grid;
}

.schedule-card-field {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.schedule-card-field.schedule-card-field-horizontal {
  flex-direction: row;
  align-items: center;
}

.schedule-card-field.schedule-card-field-horizontal.mobile-hidden {
  display: flex;
}

.schedule-card-image-wrapper {
  border-radius: 50%;
  flex: none;
  width: 4.125rem;
  height: 4.125rem;
  overflow: hidden;
}

.schedule-card-info {
  display: none;
}

.mobile-hidden {
  display: flex;
}

.schedule-card-image {
  object-fit: cover;
  object-position: 50% 100%;
}

.mobile-visible {
  display: none;
}

.contact-content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 29em;
  display: flex;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.form.hide {
  display: none;
}

.form-field {
  width: 100%;
}

.text-field {
  background-color: var(--gray-100);
  outline-offset: 0px;
  color: var(--pudra-500);
  border: 1px #000;
  border-radius: 10px;
  outline: 0 #221e20;
  height: 4.625rem;
  margin-bottom: 0;
  padding: 1.75rem;
}

.text-field::placeholder {
  color: var(--pudra-500);
}

.form-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.contact-image-wrapper {
  aspect-ratio: 1 / 1.36;
  border-radius: 500px;
  width: 100%;
  max-width: 33.75rem;
  overflow: hidden;
}

.footer-top {
  border-bottom: 1px solid var(--gray-300);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer-top.hide {
  display: none;
}

.subscribe {
  grid-row-gap: 2rem;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.form-subscribe {
  width: 100%;
  max-width: 33.125rem;
  margin-bottom: 0;
}

.form-subscribe-wrapper {
  position: relative;
}

.text-field-subscribe {
  background-color: var(--gray-300);
  outline-offset: 0px;
  color: var(--white);
  border: 1px #000;
  border-radius: 72px;
  outline: 3px #d9d9d9;
  height: 5.5625rem;
  margin-bottom: 0;
  padding-left: 2.25rem;
  padding-right: 11.5rem;
  font-size: 1.125rem;
}

.text-field-subscribe::placeholder {
  color: var(--white);
}

.success-message {
  background-color: var(--pudra);
  border-radius: 50px;
}

.success-message-2 {
  background-color: #ddd0;
  min-height: 5.5625rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.link-to-top {
  background-color: var(--white);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-to-top:hover {
  background-color: var(--gray-300);
  color: var(--white);
}

.link-to-top.mobile-visible, .link-to-top.mobile-small-visible {
  display: none;
}

.footer-content {
  grid-column-gap: 8vw;
  grid-row-gap: 2.5rem;
  color: var(--white);
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.footer-info {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 29rem;
  display: flex;
}

.footer-logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: 4.5rem;
  height: 4.5rem;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .8;
}

.footer-logo.w--current {
  width: auto;
}

.footer-logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-pudra-100 {
  color: var(--pudra-100);
}

.footer-navigation {
  grid-column-gap: 5rem;
  margin-left: auto;
  display: flex;
}

.footer-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.footer-navigation-item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.font-weight-medium {
  font-weight: 500;
}

.footer-bootom {
  border-top: 1px solid var(--gray-300);
  justify-content: space-between;
  margin-top: 6.25rem;
  padding-top: 1.25rem;
  display: flex;
}

.link-dark {
  color: var(--gray-200);
  transition: color .3s;
}

.link-dark:hover {
  color: var(--white);
}

.mobile-small-visible {
  display: none;
}

.plans-wrapper {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: auto;
}

.modal {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal.modal-instructor {
  cursor: auto;
  display: none;
}

.modal.modal-instructor.show, .modal.ashow {
  display: flex;
}

.modal-overlay {
  cursor: pointer;
  background-image: linear-gradient(#3f3d44b3, #3f3d44b3);
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-wrapper {
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: auto;
}

.modal-content {
  background-color: var(--pudra-100);
  border-radius: 60px;
  width: 100%;
  max-width: 48rem;
  padding: 2.5rem 3rem;
}

.modal-close {
  z-index: 2;
  background-color: var(--gray-100);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 4rem 3rem auto auto;
}

.modal-close:hover {
  opacity: .8;
}

.button-hover {
  background-color: var(--gray-300);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.button-hover.background-gray.header-button-hover.hide {
  display: none;
}

.background-white {
  background-color: var(--white);
}

.button-content {
  z-index: 1;
  position: relative;
}

.background-green-secondary {
  background-color: var(--green-secondary);
}

.background-pudra {
  background-color: var(--pudra);
}

.background-gray {
  background-color: var(--gray);
}

.header-logo-dark {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-small {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.font-family-main {
  font-family: Poppins, sans-serif;
}

.font-family-main.utility-page-title {
  margin-bottom: -2.5rem;
  font-size: 25rem;
}

.footer-sticky {
  background-color: var(--pudra-500);
  padding-top: 5rem;
  position: sticky;
  bottom: 0;
}

.inner-list {
  width: 100%;
}

.inner-item {
  grid-row-gap: 1.25rem;
  border-top: 1px solid var(--pudra-200);
  border-bottom: 1px solid var(--pudra-200);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.rich-text-block {
  flex-direction: column;
  display: flex;
}

.rich-text-block h2 {
  margin-top: 3.25rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.rich-text-block p {
  color: var(--gray-200);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.rich-text-block ul {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.rich-text-block h3 {
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 1.6em;
}

.button-navigation {
  background-color: var(--white);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: var(--gray);
}

.button-navigation.prev {
  margin-left: 2%;
  transform: translate(-50%);
}

.button-navigation.next {
  margin-right: 2%;
  transform: translate(50%);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.instructor-info {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.instructor-info-field {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.font-family-second {
  font-family: var(--font-family-second);
  font-weight: 400;
}

.font-weight-normal {
  font-weight: 400;
}

.instructor-socials {
  border-top: 1px solid var(--pudra-200);
  padding-top: 1rem;
}

.instructor-socials.hide {
  display: none;
}

.sticky-space {
  flex: none;
  width: 0%;
}

.review-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-background-slider {
  width: 100%;
  height: 100%;
}

.hero-background-slider.hide-desktop {
  display: none;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.progressbar {
  background-color: var(--gray-100);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.progressbar-line {
  background-color: var(--green);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.heading-2 {
  font-size: 1.8rem;
  line-height: 1.25em;
}

.heading-3 {
  font-size: 1.9rem;
  line-height: 1.25em;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.fixed_wrapper {
  z-index: 10;
  padding-bottom: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-small {
  font-size: 1rem;
}

.contact-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-inst-but {
  aspect-ratio: 1;
  color: var(--pudra-500);
  text-align: center;
  background-color: #fff0;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 1rem 1.375rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .header {
    top: 2vh;
  }

  .header-list {
    grid-column-gap: 3.125rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .sessions-sticky-wrapper, .instructors-inner {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .plan-wrapper {
    padding: 3.75rem;
  }

  .footer-content {
    grid-column-gap: 8.75rem;
    grid-row-gap: 2.5rem;
  }

  .modal {
    display: none;
  }

  .button-navigation {
    width: 7.5rem;
    height: 7.5rem;
  }

  .button-navigation.prev {
    margin-left: 1.5%;
  }

  .button-navigation.next {
    margin-right: 1.5%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero-container {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .container.experts-conainer, .container.contact-conainer {
    grid-column-gap: 5vw;
  }

  .section.sessions {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.section-padding-small.contact {
    border-radius: 0;
    margin-bottom: 0;
  }

  .header {
    height: 4.75rem;
  }

  .utility-page-content {
    grid-row-gap: 2.5rem;
  }

  .text.color-white.hero-text {
    text-align: center;
  }

  .footer {
    padding-top: 5rem;
    position: static;
  }

  .header-navigation {
    z-index: -1;
    grid-row-gap: 2.5rem;
    background-color: var(--pudra-500);
    flex-direction: column;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: 9.75rem 1rem 4rem;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    transform: translate(0, -100%);
  }

  .header-list {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .header-item.header-button-wrapper {
    margin-top: 1.25rem;
  }

  .header-item.header-button-wrapper.hide-tab {
    display: none;
  }

  .link.navigation-link {
    letter-spacing: -.06em;
    font-family: Playfairdisplay, sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1em;
  }

  .hero {
    justify-content: center;
  }

  .tablet-visible {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .header-socials.tablet-visible {
    border-top: 1px solid var(--gray-300);
    justify-content: center;
    padding-top: 2.5rem;
    display: flex;
  }

  .burger-wrapper {
    margin-left: auto;
    position: relative;
  }

  .burger {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .burger-line {
    background-color: var(--pudra-500);
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .burger-line.burger-line-bottom {
    transform: translate(-50%, 7px);
  }

  .burger-close {
    background-color: #f0f0f000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-large.color-white.hero-title {
    text-align: center;
  }

  .hero-title-text {
    display: inline-block;
  }

  .sessions-wrapper {
    padding-top: 0;
  }

  .sessions-sticky-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pause-state {
    width: 4.5rem;
    height: 4.5rem;
  }

  .instructors-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .reviews-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .reviews-list {
    grid-column-gap: 1.25rem;
    flex-direction: row;
    flex: none;
  }

  .review {
    grid-row-gap: 1.25rem;
  }

  .review-content {
    grid-row-gap: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .review-video {
    aspect-ratio: 1 / 1.47;
  }

  .reviews-inner {
    flex: none;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .journey-slider {
    padding-bottom: 4rem;
  }

  .plans-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-menu {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .footer-content {
    grid-column-gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-navigation {
    margin-left: 0;
  }

  .plans-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .font-family-main.utility-page-title {
    font-size: 20rem;
  }

  .footer-sticky {
    padding-top: 0;
    position: static;
  }

  .button-navigation {
    display: none;
  }

  .review-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.625rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.experts-conainer, .container.contact-conainer {
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
  }

  .container.session-progressbar {
    display: none;
  }

  .button.button-smoke.plan-button {
    margin-top: 2.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.sessions {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.section-padding-small.experts-info {
    min-height: auto;
  }

  .section.section-padding-small.contact {
    margin-bottom: 0;
  }

  .section.inner {
    padding-top: 6.5rem;
  }

  .buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    display: flex;
  }

  .text-large.schedule-card-value.schedule-card-value-small-text {
    font-size: 1.125rem;
  }

  .heading-medium {
    font-size: 2.625rem;
  }

  .heading-small {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .heading-large {
    font-size: 3.625rem;
  }

  .hero-title-text {
    display: inline;
  }

  .hero-video-wrapper {
    max-width: 18.125rem;
  }

  .section-header, .section-header.section-header-small-margin-bottom {
    margin-bottom: 2.5rem;
  }

  .sessions-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sessions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 2rem;
    position: static;
    overflow: auto;
  }

  .sessions-sticky-wrapper {
    flex: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .experts-video {
    aspect-ratio: 1.3;
    height: auto;
  }

  .experts-content {
    grid-row-gap: 1.25rem;
  }

  .experts-image-wrapper {
    max-width: 18.125rem;
  }

  .instructors-wrapper {
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .instructors-list {
    flex-wrap: nowrap;
  }

  .instructors-item {
    max-width: 18.125rem;
  }

  .instructors-inner {
    flex: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .journey-slide {
    aspect-ratio: 1.23;
  }

  .plans-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-item {
    min-width: 24rem;
  }

  .plan-wrapper {
    padding: 2rem;
  }

  .plan-price {
    margin-top: 1.5rem;
  }

  .plan-features {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tabs-content {
    margin-top: 1.75rem;
  }

  .schedule-card {
    grid-template-columns: minmax(max-content, .8fr) minmax(16.25rem, auto);
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .schedule-card-field.schedule-card-field-horizontal.mobile-hidden, .mobile-hidden {
    display: none;
  }

  .text-small {
    font-size: .875rem;
    line-height: 1em;
  }

  .mobile-visible {
    display: flex;
  }

  .contact-content {
    grid-row-gap: 1.25rem;
  }

  .contact-image-wrapper {
    max-width: 18.125rem;
  }

  .footer-top {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .link-to-top.mobile-visible {
    margin-left: auto;
    display: flex;
  }

  .footer-bootom.color-gray-200 {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }

  .plans-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .modal-content {
    border-radius: 40px;
    padding: 3.75rem 2.5rem 2.5rem;
  }

  .modal-close {
    top: 4rem;
    right: 2rem;
  }

  .font-family-main.utility-page-title {
    font-size: 15rem;
  }

  .hero-background-slider.hide-desktop {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button.button-green.subscribe-button {
    align-self: stretch;
    position: relative;
    top: 0;
    right: 0;
  }

  .section.sessions {
    padding-bottom: 4rem;
  }

  .rich-text ul {
    grid-row-gap: .4rem;
  }

  .rich-text li {
    font-size: .8rem;
    line-height: 1.4em;
  }

  .text-large.schedule-card-value {
    font-size: 1.125rem;
  }

  .text-italic.subscribe-title {
    text-align: center;
  }

  .heading-medium.font-family-small {
    font-size: 1.5rem;
  }

  .heading-small.font-weight-normal {
    font-size: 1.125rem;
  }

  .header-navigation {
    padding-top: 9.25rem;
  }

  .header-list {
    grid-row-gap: 1.5rem;
  }

  .link.navigation-link {
    font-size: 2rem;
  }

  .header-socials.tablet-visible {
    padding-top: 1.75rem;
  }

  .socials-link.background-green.small {
    width: 3rem;
    height: 3rem;
  }

  .svg.button-icon-insta {
    width: 2rem;
  }

  .sessions-item {
    width: 90vw;
    max-width: 20rem;
  }

  .sessions-sticky {
    margin-top: 22rem;
  }

  .pause-state {
    width: 3.75rem;
    height: 3.75rem;
  }

  .reviews-wrapper {
    padding-bottom: 1rem;
  }

  .reviews-item {
    max-width: 21.5rem;
  }

  .review {
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .review-content {
    padding-bottom: 1rem;
  }

  .color-gray-200 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .color-gray-200.review {
    padding: 0;
    font-size: 12px;
    line-height: 1.2em;
  }

  .color-gray-200.mob-smalll {
    font-size: 13px;
  }

  .reviews-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-list {
    flex: none;
  }

  .plans-item {
    flex: none;
    width: 21.5rem;
    min-width: auto;
    max-width: 90vw;
  }

  .schedule-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(max-content, .8fr) minmax(12rem, auto);
    align-content: center;
    align-items: center;
  }

  .schedule-card-field {
    max-width: 12.5rem;
  }

  .schedule-card-image-wrapper {
    display: none;
  }

  .subscribe {
    width: 100%;
  }

  .form-subscribe-wrapper {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-field-subscribe {
    height: 4.5625rem;
    padding-right: 2.25rem;
  }

  .link-to-top {
    width: 3rem;
    height: 3rem;
  }

  .link-to-top.mobile-visible {
    display: none;
  }

  .link-to-top.mobile-small-visible {
    transition: color .3s;
    display: none;
  }

  .footer-content {
    justify-content: center;
  }

  .footer-info {
    max-width: none;
  }

  .footer-navigation {
    grid-column-gap: 2rem;
    flex: 1;
    justify-content: space-between;
  }

  .footer-bootom.color-gray-200.mob-pad {
    padding-right: 3rem;
  }

  .mobile-small-visible {
    display: flex;
  }

  .modal-wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .modal-content {
    border-radius: 25px;
    padding: 2rem 1rem 1rem;
  }

  .modal-close {
    width: 2rem;
    height: 2rem;
    top: 3.5rem;
  }

  .font-family-main.utility-page-title {
    font-size: 10rem;
  }

  .instructor-info {
    grid-row-gap: 1rem;
  }

  .instructor-info-field {
    grid-row-gap: .75rem;
  }

  .instructor-socials {
    padding-top: .5rem;
  }

  .contact-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-4 {
    font-size: 1.125rem;
  }

  .review-title {
    font-size: 1.15rem;
  }

  .client-review-name {
    font-size: 14px;
    line-height: 1.1em;
  }
}

#w-node-f480ca7c-2839-ae3b-7f2b-78eaffcfc62e-66696408, #w-node-b2bf0dc4-5ef8-78e2-b626-bcd6a90a3513-66696408, #w-node-_76162cae-dce0-b4c8-ac63-25324722e19a-66696408, #w-node-_2b3aaff7-e40b-1440-29dd-e4c680b8fe66-66696408, #w-node-aaf0cf1c-6960-0be4-3fcb-62c10e628bc6-66696408, #w-node-ecd58bea-f4c3-2074-5883-973c635087f1-66696408, #w-node-_83d64447-8e41-a611-a12d-da911fe72436-66696408, #w-node-_9deb6472-9baa-aea6-eca8-ee6c9d9ba246-66696408, #w-node-_715bd7d5-18fe-9598-d8ed-13397a7913c5-66696408, #w-node-_9f91efa6-ceee-0f8f-e256-e3162267ac3b-66696408, #w-node-_0e057f6b-1a5b-54b6-11a3-33d85d6ede81-66696408, #w-node-ae25bdb5-dcd8-638e-32f1-6d64c482bb7e-66696408, #w-node-_347fa478-4d29-3889-1cf2-b49c3a201dbc-66696408, #w-node-d6678321-cb6e-7be5-75d6-3f80abdf7fe3-66696408, #w-node-_1b0da09f-3d16-0348-0113-0a38bbca1eb4-66696408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14a3a77-1228-168f-6539-8daceb9b22ce-6669640c {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a4292ff9-0fa9-a816-f65d-40b2ecfc0c9c-6669640c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20cc0e90-4961-132f-d58d-5d5f94bc39c0-6669640c, #w-node-_04c1cb5f-cad0-0bd4-0616-89eac98bd285-6669640c, #w-node-_04c1cb5f-cad0-0bd4-0616-89eac98bd28d-6669640c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c1cb5f-cad0-0bd4-0616-89eac98bd292-6669640c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a173-37b9a171, #w-node-_19d24ac3-8409-327f-07d0-423f37b9a17b-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a180-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a18a-37b9a171, #w-node-_19d24ac3-8409-327f-07d0-423f37b9a192-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a197-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa7bbdde-3b67-743f-af09-896ca5c98f07-37b9a171, #w-node-aa7bbdde-3b67-743f-af09-896ca5c98f0f-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa7bbdde-3b67-743f-af09-896ca5c98f14-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a1a1-37b9a171, #w-node-_19d24ac3-8409-327f-07d0-423f37b9a1a9-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a1ae-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a1b8-37b9a171, #w-node-_19d24ac3-8409-327f-07d0-423f37b9a1c0-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d24ac3-8409-327f-07d0-423f37b9a1c5-37b9a171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b59-f8a02b57, #w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b61-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b66-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5767e2d8-0b65-a364-8ec6-2cc9c0cdc884-f8a02b57, #w-node-_5767e2d8-0b65-a364-8ec6-2cc9c0cdc88c-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5767e2d8-0b65-a364-8ec6-2cc9c0cdc891-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b70-f8a02b57, #w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b78-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b7d-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b87-f8a02b57, #w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b8f-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b94-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02b9e-f8a02b57, #w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02ba6-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ef673ae-3ab5-3673-54e2-a637f8a02bab-f8a02b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fbd-66696410, #w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fc9-66696410, #w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fce-66696410, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae1403-66696411, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae140f-66696411, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae1414-66696411, #w-node-_7e105cdb-6ce8-3466-dc28-62ee69150952-66696412, #w-node-_7e105cdb-6ce8-3466-dc28-62ee6915095e-66696412, #w-node-_7e105cdb-6ce8-3466-dc28-62ee69150963-66696412, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec5f-66696413, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec6b-66696413, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec70-66696413, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf46-66696414, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf52-66696414, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf57-66696414, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70a4-66696415, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70b0-66696415, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70b5-66696415, #w-node-_6d0421de-549b-e2fd-3ab0-409b53800681-66696416, #w-node-_6d0421de-549b-e2fd-3ab0-409b5380068d-66696416, #w-node-_6d0421de-549b-e2fd-3ab0-409b53800692-66696416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14a3a77-1228-168f-6539-8daceb9b22ce-ef02cbde {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a4292ff9-0fa9-a816-f65d-40b2ecfc0c9c-ef02cbde {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20cc0e90-4961-132f-d58d-5d5f94bc39c0-ef02cbde, #w-node-b174ad5a-8858-dbd1-8d24-bf032e28f9f9-ef02cbde, #w-node-d117c9b4-b7ac-e507-bf2a-8a2b8155eb34-ef02cbde, #w-node-fd5043ac-48f5-1e20-08c1-3ec1a6f5524c-ef02cbde, #w-node-e6855433-429d-a010-62c9-4472bd6a3182-ef02cbde, #w-node-e6855433-429d-a010-62c9-4472bd6a318b-ef02cbde, #w-node-e6855433-429d-a010-62c9-4472bd6a318f-ef02cbde, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b0fe-ef02cbde, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b107-ef02cbde, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b10b-ef02cbde, #w-node-_48944667-8082-547d-f05b-451975bcf2f1-ef02cbde, #w-node-_48944667-8082-547d-f05b-451975bcf2fa-ef02cbde, #w-node-_48944667-8082-547d-f05b-451975bcf2fe-ef02cbde, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e551-ef02cbde, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e55a-ef02cbde, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e55e-ef02cbde, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536b6-ef02cbde, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536bf-ef02cbde, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536c3-ef02cbde, #w-node-_262bbe0f-3652-1c1c-2363-36ec90811703-ef02cbde, #w-node-_262bbe0f-3652-1c1c-2363-36ec9081170c-ef02cbde, #w-node-_262bbe0f-3652-1c1c-2363-36ec90811710-ef02cbde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}