@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --color: #d41d28;
  --color-2: white;
  --color-3: #eff0f3;
  --color-4: #1e1f24;
  --top-radius: 20px;
  --bottom-radius: 20px;
  --_container-padding---container-padding: 32px;
  --_grid-gap---main: 1rem;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica;
  font-size: 18px;
}

a {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica;
  font-size: 18px;
  text-decoration: none;
}

img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.brand {
  float: none;
  vertical-align: baseline;
  display: inline-block;
  position: static;
}

.nav-menu {
  float: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  background-image: none;
  border: 1px solid #a5a5a54a;
  border-radius: 35px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px .5rem 6px 1rem;
  display: flex;
  position: static;
}

.nav-container.nav2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6b6b6b82;
  border-style: none;
  padding-left: 1rem;
  padding-right: .5rem;
}

.logo {
  width: auto;
  max-width: none;
  height: 40px;
  min-height: auto;
}

.navbar-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #fefefe;
  border-radius: 55px;
  width: 66.5625rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.is-desktop {
  background-color: #fefefe00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40rem;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar.is-desktop.nav222 {
  width: 40rem;
  display: none;
}

.navbar.is-mobile {
  display: none;
}

.body {
  color: #1e1f24;
  background-color: #fff0;
  font-family: Helvetica;
  font-size: 1rem;
  line-height: 140%;
}

.nav-link {
  border: 1px solid #000;
  border-radius: 20px;
  padding: .5rem 2.5rem;
}

.nav-link.get-started {
  color: #1e1f24;
  background-color: #fff;
  border-style: none;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 1rem;
  position: static;
}

.nav-link.get-started.contact {
  color: #fff;
  background-color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section {
  background-color: #d1d1d1;
  background-image: url('../images/IMG_08031.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 0 35px 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.second {
  background-color: #8f8f8f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 40rem;
  max-height: 100%;
  display: flex;
}

.div-block {
  background-color: #b66c6c;
}

.top-section {
  background-color: #fff;
  width: 100%;
  height: 8rem;
}

.nav-link-2 {
  font-size: .875rem;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  height: 100vh;
  max-height: 100%;
  display: none;
  position: absolute;
}

.website-wrapper {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 188px;
  padding-right: 188px;
}

.grid-block {
  background-color: #3c43871a;
}

.nav-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 66.5625rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
  position: relative;
}

.about-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 4rem 1rem;
  display: flex;
  position: static;
}

.career-section {
  z-index: -4;
  background-color: #10100f;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 57px;
  font-weight: 700;
  line-height: 120%;
}

.heading.hero {
  font-family: Gt Super Text Trial;
  font-weight: 700;
}

.paragraph {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph._1 {
  letter-spacing: 0;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.nav-link-3 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica;
  font-size: 18px;
}

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

.button-contact {
  background-color: #fefefe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 5px;
  padding-right: 13px;
  display: flex;
}

.button-contact.black {
  background-color: #1e1f24;
  background-image: linear-gradient(178deg, #3a3b3f, #121316);
  border: 1px solid #1e1f24b8;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-left: 20px;
  padding-right: 15px;
  box-shadow: 1px 1px 3px #0003, inset .5px 1.5px 1px #ffffffa6, inset .5px 2.5px 3px #919191;
}

.divider {
  background-color: #a0a0a0;
  width: 100%;
  height: 1px;
}

.button-contact-cody {
  color: #1e1f24;
  text-decoration: none;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.button-text {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Figtree;
  font-weight: 500;
}

.button-text.faq-button {
  color: #fff;
  padding-left: 0;
  padding-right: 3px;
  font-size: 1rem;
}

.button-text.cody-contact-text {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.button-circle {
  color: #333;
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.stats-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.navbar-link {
  padding: 0 10px;
  font-family: Figtree;
  font-size: 1rem;
  font-weight: 500;
}

.navbar-link:hover {
  background-color: #ededed;
  border-radius: 55px;
}

.navbar-link._2 {
  color: #fff;
}

.arrow-icon {
  width: 20px;
  height: 20px;
}

.stat-wrapepr {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-2 {
  letter-spacing: -1.5px;
  font-family: Figtree;
  font-size: 2.1875rem;
}

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

.container-normal.about-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding: 3rem 4rem;
  display: flex;
}

.container-normal.timeline-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 1340px;
  display: none;
}

.container-normal.hero-wrapper {
  width: 70.5625rem;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-normal.hero-wrapper.container-padding {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5rem 2rem 0;
  display: flex;
}

.container-normal.other {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 8rem;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding-top: 0;
}

.heading-3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

.about-content-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.image-about {
  width: 45%;
  height: 25%;
  padding: 0;
}

.about-image {
  border-radius: 20px;
  width: 100%;
  height: 23rem;
  max-height: 100%;
}

.container-2 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  font-family: Helvetica;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 0;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #d4d4d4;
  font-family: Geist;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fefefe;
  background-image: none;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1340px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #fff0;
  background-image: url('../images/image-mesh-gradient-8.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline-heading-right {
  color: #fefefe;
  letter-spacing: -.03em;
  margin-bottom: 1rem;
  font-family: Helvetica;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
  position: static;
  top: 50vh;
}

.timeline-subheading {
  color: #fefefe;
  letter-spacing: -.03em;
  margin-bottom: .5rem;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  position: static;
  top: 50vh;
}

.timeline-subheading.title-career {
  font-size: 35px;
}

.paragraph-3 {
  font-family: Figtree;
  font-size: 18px;
  line-height: 145%;
}

.quick-stack {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  max-width: 90rem;
  padding: 4rem;
  container-name: threshold-large;
}

.section-timeline-heading {
  background-color: #0000;
  background-image: url('../images/image-mesh-gradient-8.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Geist;
  font-size: 18px;
  line-height: 150%;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.4375rem;
  line-height: 120%;
}

.timeline-subheading-sub {
  color: #fefefe;
  letter-spacing: -.03em;
  margin-bottom: 1.5rem;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  position: static;
  top: 50vh;
}

.timeline-subheading-sub.title-career {
  font-size: 35px;
}

.currently-section {
  width: 100vw;
  max-width: 90rem;
  padding-left: 0;
  padding-right: 0;
}

.slide_nav.hidden {
  display: none;
}

.margin-bottom {
  margin: 0 0 .5rem;
}

.margin-bottom.margin-xxlarge.specific {
  margin-top: 2rem;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1.5rem;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.padding-medium_large {
  grid-template-rows: auto auto;
}

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

.text-style-allcaps {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.gallery9_graphic_wide {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slider_gallery_standard {
  background-color: #ddd0;
  height: 25rem;
}

.gallery9_content_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-bottom: 2rem;
}

.text-size-medium {
  font-family: Figtree;
  font-size: 18px;
  line-height: 145%;
}

.slider_arrow_right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -5rem;
  display: flex;
}

.gallery9_content-wrapper {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider_arrow_left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: -5rem;
  display: flex;
}

.testimonial-wrapper {
  width: 100%;
  max-width: 90rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-5 {
  color: #1e1f24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 44px;
  line-height: 120%;
}

.div-block-2 {
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 130%;
}

.div-block-3 {
  width: 50%;
  height: 20rem;
  margin-top: 0;
  display: flex;
}

.about2 {
  background-color: #090909;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about3 {
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.data-about {
  width: 100%;
}

.paragraph-5 {
  color: #b5b5b5;
  font-size: 16px;
}

.paragraph-6 {
  color: #fefefe;
  font-size: 16px;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
  display: flex;
}

.about-stuff {
  margin-bottom: 1rem;
}

.heading-6 {
  color: #fefefe;
  padding-left: 4rem;
  padding-right: 4rem;
}

.slider_gallery_squared {
  background-color: #ddd0;
  height: 100%;
}

.gallery15_slide {
  width: 25%;
  height: auto;
  margin-right: 2rem;
}

.slider15_arrow_right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: -1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto -4rem 3.3rem;
}

.padding-medium_large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-style-allcaps-2 {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-size-medium-2 {
  font-size: 18px;
  line-height: 145%;
}

.gallery15_graphic {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.slider15_arrow_left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: auto auto -4rem 0%;
}

.gallery15_content_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 6.5rem;
  margin-bottom: 2rem;
}

.padding-medium_large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-style-allcaps-3 {
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Figtree;
  text-decoration: none;
}

.gallery9_graphic_wide-2 {
  object-fit: cover;
  height: 100%;
}

.slider_gallery_standard-2 {
  background-color: #ddd0;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery9_content_grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.text-size-medium-3 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Helvetica;
  font-size: 1.125rem;
  line-height: 145%;
}

.testimonial-wrapper-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  height: 15rem;
  padding-right: 0;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  padding-left: 0;
  font-family: Figtree;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.heading-8 {
  color: #1e1f24;
  font-size: 44px;
  line-height: 120%;
}

.articles-section {
  background-color: #f1f1f1;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  margin-top: 0;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.videos-section {
  margin-top: 6.5rem;
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.partners-section {
  margin-top: 6.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.section_logocloud1 {
  overflow: hidden;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.logocloud1_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.logocloud_logo {
  min-width: 3rem;
  min-height: 3rem;
}

.online-coaching-section {
  background-color: #f1f1f1;
  border-radius: 35px;
  width: 100%;
  max-width: 100%;
  margin-top: 6.5rem;
  padding: 2rem 4rem;
}

.heading-coaching {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  line-height: 120%;
}

.group-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rectangle-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.hello {
  color: #818185;
  text-align: center;
  text-shadow: 0 1px 1px #0000008a, 0 .5px #ffffff40;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: static;
  inset: 0%;
}

.paragraph-7 {
  outline-offset: 0px;
  color: #818185;
  text-shadow: 0 1px 1px #0000008a, 0 .5px 2px #ffffff40;
  border: 1px #000;
  outline: 0 #818185;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
}

.quick-stack-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0 0 0;
}

.bento-big {
  background-image: linear-gradient(#00000059, #00000059), url('../images/mk-s-WHf1wtNMMLU-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.bento-big._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.bento-small {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.bento-small._2 {
  background-image: url('../images/image-mesh-gradient-7.png');
  background-position: 100% 100%;
}

.faq-section {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.arrow_accordion_icon {
  width: 2rem;
  height: 2rem;
}

.padding-global-2 {
  padding-left: 0;
  padding-right: 0;
}

.faq-answer {
  font-family: Figtree;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.text-style-allcaps-4 {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.faq7_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  align-items: start;
  max-width: 90rem;
}

.accordion_answer {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion_answer.w--open {
  background-color: #0000;
}

.text-size-medium-4 {
  font-family: Figtree;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
}

.text-size-medium-4._3 {
  font-size: 18px;
}

.text-size-medium-4._3-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.accordion_question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  display: flex;
}

.accordion_question.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion_question.is-underlined {
  border-bottom: 1px solid #d5d9e5;
  padding-left: 0;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.accordion {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.heading-9 {
  margin-top: 0;
  padding-top: 0;
  font-size: 2.75rem;
  line-height: 120%;
}

.heading-10 {
  color: #fff;
  font-size: 35px;
}

.heading-10.v1golf {
  color: #1e1f24;
  text-align: center;
}

.image-2 {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-3 {
  width: 25px;
  height: 100%;
}

.line-coaching {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  font-size: 23px;
}

.wrapper-app {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper-benefits {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 25px;
}

.image-5 {
  width: 22px;
  height: 22px;
}

.image-6 {
  height: 40px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Figtree;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.mask {
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.partners-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: Figtree;
  font-size: 2.75rem;
  line-height: 120%;
}

.testimonial-section {
  background-color: #131313;
  background-image: linear-gradient(#00000080, #00000080), url('../images/allan-nygren--xvKQuNtOhI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 6rem;
  padding-bottom: 0;
}

.button-nav-cody {
  background-color: #fefefe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 5px;
  padding-right: 13px;
  display: flex;
}

.button-nav-cody.black {
  background-color: #1e1f24;
  background-image: linear-gradient(178deg, #3a3b3f, #121316);
  border: 1px solid #1e1f24b8;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 3px #0003, inset .5px 1.5px 1px #ffffffa6, inset .5px 2.5px 3px #919191;
}

.image-7, .image-8 {
  width: 22px;
  height: 22px;
}

.career-hz-view {
  background-color: #f5f5f5;
  height: auto;
  margin-top: 6rem;
  padding-top: 3rem;
  padding-bottom: 0;
}

.quote-section {
  background-color: #fff;
  margin-top: 4rem;
}

.container-quote {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.cody-picture {
  background-image: url('../images/jc-cervantes-vtEyVU1Gckk-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 20rem;
}

.heading-11 {
  margin-top: .7rem;
  font-family: Figtree;
  font-size: 32px;
  line-height: 0%;
}

.heading-11.quote {
  margin-top: 1rem;
}

.split-lines {
  font-size: 31px;
  font-weight: 700;
  line-height: 0%;
}

.split-lines.scroll-highlight {
  font-family: Figtree;
  font-size: 39px;
  line-height: 120%;
}

.split-lines.scroll-highlight-copy {
  font-family: Figtree;
  font-size: 31px;
  line-height: 120%;
}

.case-study-section {
  background-color: #f1f1f1;
  border-radius: 35px 35px 0 0;
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
  padding: 3rem 4rem;
}

.level-improvement-section {
  background-color: #141313;
  border-radius: 35px;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  padding: 2rem 0 3rem;
}

.container-c2 {
  width: 100%;
  height: 30rem;
}

.splide_arrows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section-2.is--dark {
  color: #dfdad5;
  background-color: #e4e4e4;
  position: relative;
  overflow: hidden;
}

.splide-2 {
  width: 100%;
  position: relative;
}

.container-4 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.embed {
  display: none;
}

.splide__track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__list.slide2 {
  justify-content: center;
  align-items: center;
  height: 35rem;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  background-color: #fff0;
}

.splide__slide {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  width: 33.33%;
  height: 100%;
  margin-right: 1.5rem;
  display: flex;
}

.heading-12 {
  color: #000;
}

.splide__arrow {
  background-image: url('../images/arrow-sm-right-svgrepo-com-5.svg');
  background-position: 0 0;
  background-size: cover;
}

.splide__arrow.spiide__arrow--prev, .splide__arrow.spiide__arrow--next {
  background-image: none;
}

.image-9 {
  width: 50px;
  transform: rotate(180deg);
}

.arrow-next {
  width: 50px;
  transform: rotate(0);
}

.code-embed {
  opacity: 0;
  cursor: auto;
}

.splide__pagination {
  margin-bottom: 0;
  padding-left: 0;
}

.splide__pagination__item {
  padding-right: 1rem;
  display: inline-block;
}

.splide__pagination__item.is-active {
  background-color: #b15151;
}

.splide__pagination__page {
  background-color: #a5a5a5;
  width: 4rem;
  height: 2px;
}

.arrow-div {
  outline-offset: 0px;
  border: 1.4px solid #1e1f24;
  border-radius: 100vw;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.arrow-div.rright {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: #1e1f24;
  border-radius: 0;
}

.arrow-image {
  width: 30px;
  height: 30px;
}

.arrow-image-left {
  width: 16px;
  height: 16px;
  transform: rotate(-180deg);
}

.client-slide-div {
  background-image: url('../images/Larry.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 24rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.client-slide-div.slide16 {
  background-image: url('../images/Jeff.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.client-slide-div.slide17 {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.client-slide-div.slide18 {
  background-image: url('../images/Jason.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.client-slide-div.slide17-copy {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.client-slide-div.slide19 {
  background-image: url('../images/David.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.heading-13 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Helveticanowdisplay;
  font-size: 28px;
}

.paragraph-12 {
  color: #fff;
  text-wrap: balance;
}

.gallery16_slide {
  width: 25%;
  height: 100%;
  margin-right: 2rem;
}

.line {
  width: 100%;
  height: 1px;
}

.container-content {
  background-color: #f1f1f1;
  max-width: 94rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-5, .caste-study-section {
  width: 100%;
  max-width: 100%;
}

.section-content {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-800 {
  color: #394151;
}

.content-arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -73px 0% auto auto;
}

.content-arrow.right {
  background-color: #23272f;
}

.content-arrow.left {
  right: 62px;
}

.content-slider-card {
  background-color: #edeff3;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 48px;
  display: flex;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 44px;
  font-weight: 600;
  line-height: 72px;
}

.content-statistics-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.content-slider {
  background-color: #ddd0;
  max-width: 740px;
  height: auto;
  position: static;
}

.text-color-purple {
  color: #a355f7;
}

.image-10 {
  width: 100%;
  max-width: 410px;
  height: 100%;
}

.content-tabs-content {
  overflow: visible;
}

.text-color-orange {
  color: #fe5b25;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-mask {
  overflow: visible;
}

.text-color-green {
  color: #008f4a;
}

.content-tabs {
  width: 100%;
}

.slide-nav---hidden {
  display: none;
}

.content-slide {
  margin-right: 24px;
}

.tab-link-small {
  color: #8896aa;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.tab-link-small.w--current {
  color: #fe5b25;
  background-color: #fff;
  border-bottom: 2px solid #fe5b25;
}

.container-regular {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: hidden;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-tabs-menu {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  max-width: 780px;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.h3-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.blog-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.h5-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading.text-color-inverse {
  color: #fff;
}

.paragraph-small {
  color: #454545;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small.text-color-inverse {
  color: #fff;
}

.paragraph-small.text-color-tertiary {
  color: #6d6d6d;
}

.blog-image {
  border-radius: 12px 16px 12px 12px;
  min-height: 256px;
  max-height: 256px;
  position: relative;
  overflow: hidden;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #1843dc;
}

.blog-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-image-large {
  aspect-ratio: 3.66 / 3.64;
  border-radius: 12px 16px 12px 12px;
  max-height: 364px;
  position: relative;
  overflow: hidden;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-center {
  justify-content: center;
  align-items: center;
}

.blog-block-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.h6-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading.text-weight-semibold {
  font-weight: 600;
}

.blog-badge {
  z-index: 2;
  color: #6d6d6d;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  padding: 4px 8px 8px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 0 0 auto auto;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-author-image {
  background-color: #deac4f;
  border-radius: 12px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.paragraph-x-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #6d6d6d;
}

.blog-author-detail {
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.blog-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #bf793b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.container-small {
  z-index: 2;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.blog-background-image {
  z-index: -1;
  width: 1256px;
  position: absolute;
  top: -40px;
}

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

.section-large {
  background-color: #f6f6f6;
  padding: 96px 3%;
  position: relative;
}

.section-large.overflow-hidden {
  overflow: hidden;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #1843dc;
}

.badge-substract {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -8px;
}

.badge-substract.bottom {
  inset: auto 0% -8px auto;
}

.blog-block-background {
  z-index: 0;
  opacity: .65;
  pointer-events: none;
  background-image: none, none;
  background-position: 0 0, 50%;
  background-size: 125px, 366px;
  position: absolute;
  inset: 0%;
}

.subheading-regular {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-regular.text-color-inverse {
  color: #fff;
}

.subheading-x-small {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 500;
}

.subheading-x-small.text-color-brand {
  color: #286efb;
}

.h1-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading.text-balance {
  text-wrap: balance;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.slide {
  height: 100%;
  margin-top: 1rem;
}

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

.testimoinal-header {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Figtree;
  font-size: 38px;
  font-weight: 500;
}

.paragraph-13 {
  color: #fff;
  margin-top: 0;
}

.image-11 {
  width: 25px;
  height: 25px;
}

.circle-arrow-wrapper {
  border: 1.5px solid #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 17px;
  height: 17px;
  position: relative;
  inset: 0% 0% 0% 2%;
}

.quotation-mark {
  color: #fff;
  margin-top: 3rem;
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.arrow-left {
  width: 20px;
  height: 20px;
}

.image-12-copy {
  width: 17px;
  height: 17px;
  position: relative;
  inset: 0% 0% 0% 2%;
}

.arrow-lf {
  width: 17px;
  height: 17px;
  position: relative;
  inset: 0% 0% 0% -2%;
  transform: rotate(-180deg);
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.row-x-small-2.child-wrap {
  flex-flow: wrap;
}

.testimonial-quote {
  text-align: center;
  background-color: #1e1f24;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonial-avatar {
  background-color: #f0edea;
  border-radius: 50%;
  flex: none;
  width: 306px;
  height: 306px;
  overflow: hidden;
}

.rating-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4d4d4c;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 2px 16px 2px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.testimonial-slide-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.badge-large {
  color: #ff443d;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #ffeae6;
  border-radius: 96px;
  padding: 2px 8px 2px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.code-embed-2 {
  display: none;
}

.section-regular {
  padding: 96px 5%;
}

.section-regular.background-gray-50 {
  background-color: #f6f5f300;
  padding-top: 3rem;
  padding-bottom: 15px;
}

.hide {
  display: none;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-color-gray-700 {
  color: #bdbdbd;
  font-family: Figtree;
}

.testimonial-carousel-horizontal {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.icon-x-small {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.icon-x-small.black {
  color: #fff;
  width: 25px;
  height: 25px;
}

.icon-x-small.black-copy {
  color: #fff;
  width: 22px;
  height: 22px;
  transform: rotate(-180deg);
}

.testimonial-carousel-fade {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f6f5f3, #faf9f900 20%, #f9f7f700 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.testimonial-slide-arrow {
  color: #1e1f24;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  inset: auto 12px 24px auto;
}

.testimonial-slide-arrow:hover {
  color: #1e1f24;
  background-color: #fff;
  border-color: #000;
  transform: scale(.9);
}

.testimonial-slide-arrow.left {
  color: #1e1f24;
  background-color: #fff;
  border-color: #fff;
  right: 50px;
}

.testimonial-slide-arrow.left:hover {
  background-color: #fff;
  transform: scale(.9);
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

.h6-heading-2.text-weight-medium {
  color: #fff;
  font-family: Figtree;
  font-size: 23px;
  font-weight: 500;
}

.testimonial-divider {
  background-color: #d6d3d1;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.testimonial-carousel-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.relative {
  position: relative;
}

.featured-header {
  color: #1e1f24;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  font-family: Figtree;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.online-header {
  color: #1e1f24;
  text-align: center;
  margin-top: .5rem;
  padding-left: 0;
  font-family: Figtree;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 120%;
}

.helping-header {
  color: #1e1f24;
  text-align: center;
  letter-spacing: 0;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Figtree;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.testimonal-slide {
  margin-right: 40px;
}

.testimonial-icon-wrapper {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-regular-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #837171;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-2.background-off-white {
  background-color: #f6f5f300;
  padding-left: 0%;
  padding-right: 0%;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-width-small {
  max-width: 400px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading-2 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-slider-left {
  background-color: #0000;
  width: 100%;
  max-width: 512px;
  height: auto;
  margin-right: auto;
  position: static;
}

.testimonial-slider-button-top {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: 32px 0% auto auto;
}

.testimonial-slider-button-top:hover {
  color: #fff;
  background-color: #5e53a2;
}

.testimonial-slider-button-top.left {
  right: 52px;
}

.testimonial-mask-small {
  overflow: visible;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.testimonial-title-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  padding-right: 104px;
  display: grid;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
}

.max-width-regular {
  width: 100%;
  max-width: 510px;
}

.testimonal-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost-small:hover {
  color: #000;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.row-regular.row-center {
  justify-content: flex-start;
  align-items: center;
}

.testimonial-avatar-2 {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.slider15_arrow_left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto auto -4rem 0%;
}

.slider15_arrow_right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -1.5rem;
  display: flex;
  inset: auto auto -4rem 5rem;
}

.padding-medium_large-4 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.gallery15_content_grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.slider_gallery_squared-2 {
  background-color: #ddd0;
  height: 100%;
}

.gallery15_slide-2 {
  width: 22%;
  margin-right: 2rem;
}

.text-style-allcaps-5 {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.gallery15_graphic-2 {
  object-fit: cover;
}

.mask-2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.paragraph-16 {
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 18px;
  line-height: 145%;
}

.paragraph-16.text-size-medium {
  color: #676767;
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 24px;
}

.blog-card-row-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #fff;
  border-radius: 35px;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  height: 18rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-row-main:hover {
  background-color: #fff;
}

.blog-image-2 {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.blog-image-row {
  border-radius: 16px;
  flex: none;
  width: 40%;
  min-height: 200px;
  padding: 0;
  overflow: hidden;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.h6-heading-3 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.caption-small {
  color: #676767;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.caption-small.clamp-copy {
  text-align: left;
  margin-bottom: 0;
}

.blog-description-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem 2.5rem;
  display: flex;
}

.blog-card-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  border-radius: 16px;
  flex-flow: row;
  padding: 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-row:hover {
  background-color: #fff;
}

.blog-grid-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dot-orange {
  background-color: #294dec;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.row-x-small-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-x-small.text-color-tertiary {
  color: #2a5abb;
  text-transform: uppercase;
  background-color: #e9edff;
  border-radius: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

.case-study-heading {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.case-study-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-17 {
  max-width: 25rem;
}

.quick-stack-3 {
  padding: 0;
}

.text-size-medium--online {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  font-family: Helvetica;
  font-size: 1.125rem;
  line-height: 145%;
}

.article-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, .25fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-cody-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1e2022;
  background-color: #fff;
  border-radius: 35px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.article-cody-block:hover {
  background-color: #fff;
}

.article-img {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.img-article-row {
  border-radius: 16px;
  flex: none;
  width: 100%;
  min-height: 200px;
  padding: 0;
  overflow: hidden;
}

.quick-stack-4 {
  padding: 0;
}

.magazine-logos {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading-15 {
  color: #fff;
}

.heading-stats {
  color: #fff;
  font-size: 50px;
  line-height: 120%;
}

.div-block-6 {
  margin-top: 3rem;
}

.left-block {
  width: 30%;
}

.stat-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divider-small {
  background-color: #e0e0e04d;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.sell-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-size-medium-6 {
  color: #676767;
  text-align: left;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.text-size-medium-6.sell-text-copy {
  color: #f1f1f1;
  text-align: left;
  width: 90%;
  max-width: 55rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
}

.text-size-medium-6.sell-text-descp {
  color: #676767;
  text-align: left;
  width: 90%;
  max-width: 55rem;
  margin-top: .5rem;
  margin-left: 0;
  margin-right: auto;
}

.right-block {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin: 0 auto 0 0;
  font-family: Figtree;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.h2.sell-headingg {
  color: #fff;
  width: 40%;
  min-width: 15rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.main-stat {
  width: 40%;
  min-width: 15rem;
  margin-bottom: 1rem;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-69 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 8px;
  display: flex;
}

.main-stat-container {
  flex-flow: column;
  display: flex;
}

.stat-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 8px;
  display: flex;
}

.footer-section {
  background-color: #000;
  border-radius: 35px;
  width: 100%;
  max-width: 100%;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.footer-section-2 {
  background-color: #f7f8f8;
  padding: 80px 5% 40px;
  position: relative;
}

.footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5b616e;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover {
  color: #ff4b0e;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 570px;
}

.footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #5b616e;
}

.footer-legal-link {
  color: #5b616e;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-vertical-divider {
  background-color: #d8dbdf;
  width: 1px;
  height: 20px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-social-link {
  color: #5b616e;
  text-decoration: none;
  transition: color .3s;
}

.footer-social-link:hover {
  color: #ff4b0e;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #ff4b0e;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.footer-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-large {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.footer-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

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

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-tertiary {
  color: #59595f;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-grid-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-link {
  color: #59595f;
  text-decoration: underline;
}

.footer-section-3 {
  padding: 96px 5% 40px;
  position: relative;
}

.footer-divider-small {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.subheading-regular-2 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-2.text-color-secondary {
  color: #fff;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.social-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.footer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding: 36px 32px;
  display: grid;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: color .3s;
}

.footer-link-2:hover {
  color: #9e9e9e;
}

.text-field-outline {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-field-outline:focus {
  border-color: #ff5805;
}

.text-field-outline::placeholder {
  color: #59595f;
}

.footer-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link-small {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
  transition: color .3s;
}

.footer-link-small:hover {
  color: #252527;
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.container-regular-3 {
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular-4 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-tertiary {
  color: #fff;
  font-family: Figtree;
  line-height: 24px;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.row-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.brand-divider {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.white-paragraph {
  color: #fff;
  margin-top: 1rem;
  font-family: Figtree;
  font-size: 18px;
  line-height: 145%;
}

.white-paragraph.small-paragraph {
  width: 50%;
}

.gallery-slider-mask {
  width: 100%;
  overflow: visible;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-slide {
  margin-right: 40px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.right-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .3s;
  display: flex;
  inset: 432px auto 0% 60px;
}

.right-arrow:hover {
  color: #fff;
  background-color: #16004200;
  border-color: #160042;
  top: 432px;
  transform: scale(.9);
}

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

.left-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .3s;
  display: flex;
  inset: 432px auto 0% 0%;
}

.left-arrow:hover {
  color: #fff;
  background-color: #16004200;
  transform: scale(.9);
}

.h3-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-gallery {
  padding: 0 0%;
  overflow: visible;
}

.gallery-image-small-square {
  height: 350px;
}

.main-stat-container-2 {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.image-wrapper-stat {
  aspect-ratio: 2;
  width: 50%;
  height: 50vh;
  max-height: 40vh;
  margin-top: 0;
}

.image-13 {
  border-radius: 20px;
  width: 50%;
  height: 50vh;
}

.image-marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100vw;
  max-width: 100vw;
  margin-top: 2rem;
  display: flex;
}

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

.container-stats.about-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding: 3rem 4rem;
  display: flex;
}

.container-stats.timeline-container {
  width: 100%;
}

.container-stats.hero-wrapper {
  width: 70.5625rem;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-stats.hero-wrapper.container-padding {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  padding: 6.5rem 4rem 3rem;
  display: flex;
}

.container-stats.other {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  width: 100%;
}

.img-marquee {
  border-radius: 20px;
  width: 50%;
  height: 50vh;
  max-height: 20rem;
}

.gallery-lightbox-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.container-small-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper {
  margin-bottom: 80px;
}

.gallery-lightbox-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-auto-rows: auto;
}

.divider-2 {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
  margin-top: 0;
}

.gallery-item {
  background-color: #fff0;
  border-radius: 8px;
}

.gallery-title {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-5 {
  color: #36393f;
  font-size: 14px;
  line-height: 24px;
}

.caption-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.gallery-lightbox-thumbnail-wrapper {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.h6-heading-4 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.section-regular-3 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.gallery-item-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 180px;
  display: flex;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-lightbox-link {
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.subheading-small {
  color: #1e2022;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.gallery-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 8px;
  padding-bottom: 24px;
  display: flex;
}

.caption-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.caption-small-2.text-color-tertiary {
  color: #6b7280;
  font-family: Figtree;
  font-weight: 500;
}

.subheading-regular-3 {
  color: #1e2022;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gallery-dropdown-trigger {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  transition: padding-bottom .3s;
  display: flex;
}

.divider-small-2 {
  background-color: #cfd2d6;
  width: 100%;
  max-width: 384px;
  height: 1px;
}

.gallery-lightbox-image-count {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-dropdown {
  overflow: hidden;
}

.career-div-slide {
  background-color: #dadada;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.career-div-slide.slide16 {
  background-image: url('../images/Jeff.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.career-div-slide.slide17 {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide.slide18 {
  background-image: url('../images/Jason.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide.slide17-copy {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide.slide19 {
  background-image: url('../images/David.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-copy {
  background-color: #bdbdbd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.career-div-slide-copy.slide16 {
  background-image: url('../images/Jeff.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.career-div-slide-copy.slide17 {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-copy.slide18 {
  background-image: url('../images/Jason.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-copy.slide17-copy {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-copy.slide19 {
  background-image: url('../images/David.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.slide-career-years {
  width: 30%;
  height: auto;
  margin-right: 2rem;
}

.career-div-slide-year {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.career-div-slide-year.slide16 {
  background-image: url('../images/Jeff.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.career-div-slide-year.slide17 {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-year.slide18 {
  background-image: url('../images/Jason.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-year.slide17-copy {
  background-image: url('../images/Chris.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.career-div-slide-year.slide19 {
  background-image: url('../images/David.jpg');
  background-position: 35% 40%;
  background-size: cover;
}

.div-block-70 {
  width: 100%;
  height: 100%;
}

.content-career-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  display: flex;
}

.left-block-copy, .right {
  width: 30%;
}

.content-l {
  width: 50%;
  height: auto;
}

.content-r {
  width: 50%;
}

.paragraph-18 {
  margin-bottom: .5rem;
  font-family: Figtree;
}

.career-img {
  border-radius: 20px;
}

.list {
  margin-bottom: 0;
  padding-left: 1rem;
}

.left-arrow-career {
  color: #393b6a;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: all .3s;
  display: flex;
  inset: auto auto -17% 15px;
}

.left-arrow-career:hover {
  color: #fff;
  background-color: #16004200;
  transform: scale(.9);
}

.right-arrow-career {
  color: #393b6a;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: all .3s;
  display: flex;
  inset: auto auto -17% 70px;
}

.right-arrow-career:hover {
  color: #fff;
  background-color: #16004200;
  border-color: #160042;
  top: auto;
  transform: scale(.9);
}

.career-h {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ppeditorialold, Georgia, sans-serif;
  font-size: 71px;
  font-weight: 400;
  line-height: 120%;
}

.container-regular-4-copy {
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.career-img-copy {
  border-radius: 20px;
}

.client-pic {
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 1rem;
}

.heading-16 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialold, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.text-block {
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 500;
}

.container {
  object-fit: fill;
  background-color: #a0a0a000;
  width: 100%;
  max-width: 1340px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-71 {
  background-color: #b52222;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0% 0% auto 264px;
}

.content-left {
  background-color: #76767600;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.timeline-line {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pictures-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #41414100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.line-up {
  background-color: #ffbf0000;
  width: 2px;
  height: 115px;
}

.cube-timeline {
  background-color: #ffbf00;
  width: 16px;
  height: 16px;
}

.heading-timeline {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: freight-display-pro, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timeline._32 {
  margin-bottom: 32px;
}

.heading-timeline._32-copy {
  margin-bottom: 16px;
}

.heading-timeline._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timeline._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timeline-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: freight-display-pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

.svg {
  width: 6rem;
}

.logo-forest {
  color: #fff;
  width: 6.5rem;
  margin-top: 32px;
  margin-bottom: 32px;
}

.content-centerted {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.year-txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: halyard-display, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.line-down {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 705px;
}

.title-txt {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 14px;
  font-family: freight-display-pro, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.location-txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.designer-txt {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: freight-display-pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 12px;
}

.text-block-2 {
  color: #fff;
}

.highlights-text {
  color: #f1f1f1;
  text-transform: none;
  margin-top: 3rem;
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.list-2 {
  color: #fff;
}

.list-text {
  color: #f1f1f1f2;
  text-wrap: balance;
  font-family: halyard-display, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.list-wrapper {
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.list-item {
  margin-bottom: 12px;
}

.content-left-wrapper {
  height: 650px;
}

.image-wrapper-timeline {
  width: 400px;
  height: 300px;
  margin-top: 0;
}

.image-timeline {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-timeline.wc {
  height: auto;
}

.image-timeline.n {
  object-fit: cover;
  object-position: 50% 50%;
}

._2image-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  height: 650px;
  display: flex;
}

.img-left-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: 650px;
  margin-top: 6rem;
  display: flex;
}

.content-right-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  margin-top: 6rem;
  display: flex;
}

.img-right-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  height: 650px;
  margin-top: 6rem;
  display: flex;
}

.logo-2 {
  filter: invert();
  width: 10rem;
  margin-top: 32px;
  margin-bottom: 32px;
}

.line-down-2 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 730px;
}

.content-left-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  margin-top: 6rem;
  display: flex;
}

.image-wrapper-timeline-2 {
  width: 100%;
  height: 32.5rem;
}

.logo-3 {
  width: 10rem;
  margin-top: 32px;
  margin-bottom: 32px;
}

.line-down-3 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 730px;
}

.line-down-4 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 830px;
}

.logo-4 {
  width: 4rem;
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-wrapper-timeline-4 {
  width: 100%;
  height: 24rem;
}

.content-right-wrapper-long {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 750px;
  margin-top: 6rem;
  display: flex;
}

.img-left-wrapper-long {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: 750px;
  margin-top: 6rem;
  display: flex;
}

.image-wrapper-timeline-5 {
  width: 100%;
  height: 26rem;
}

.img-right-wrapper-small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 420px;
  margin-top: 6rem;
  display: flex;
}

.content-left-wrapper-small {
  height: 420px;
  margin-top: 6rem;
}

.content-right-wrapper-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 685px;
  margin-top: 6rem;
  display: flex;
}

.img-left-wrapper-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: 715px;
  margin-top: 6rem;
  display: flex;
}

.logo-5 {
  width: 4rem;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.image-wrapper-timeline-6 {
  width: 100%;
  height: 22rem;
  overflow: hidden;
}

.content-right-wrapper-11-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 715px;
  margin-top: 6rem;
  display: flex;
}

.line-down-5 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 510px;
}

.image-timeline-zoom {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line-down-6 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 785px;
}

.logo-6 {
  width: 14rem;
  margin-bottom: 32px;
}

.image-wrapper-timeline-7 {
  width: 100%;
  height: 20rem;
}

.image-timeline-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.line-down-7 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 400px;
}

.content-left-wrapper-small2 {
  height: 20rem;
  margin-top: 6rem;
}

.img-right-wrapper-sma2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 20rem;
  margin-top: 6rem;
  display: flex;
}

.logo-7 {
  width: 3rem;
  margin-top: 16px;
  margin-bottom: 32px;
}

.list-text-copy {
  color: #f1f1f1f2;
  text-wrap: balance;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.line-down-8 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 400px;
}

.content-left-wrapper-2-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  margin-top: 6rem;
  display: flex;
}

.content-left-wrapper-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  margin-top: 6rem;
  display: flex;
}

.img-right-wrapper-sma23 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 30rem;
  margin-top: 6rem;
  display: flex;
}

.image-wrapper-timeline-8 {
  width: 100%;
  height: 30rem;
}

.line-down-9 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 550px;
}

.image-wrapper-timeline-9 {
  width: 100%;
  height: 27rem;
}

.img-right-wrapper-sma23-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: 27rem;
  margin-top: 6rem;
  display: flex;
}

.content-left-wrapper-23-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  margin-top: 6rem;
  display: flex;
}

.instructor-media-section {
  background-color: #10100f;
  margin-top: 0;
}

.heading-itallic {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  font-family: freight-display-pro, sans-serif;
  font-size: 89px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
}

.header-teacher {
  background-color: #060605;
  margin-bottom: 3rem;
  padding: 8rem 50px 10rem;
}

.heading-black {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: freight-display-pro, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 110%;
}

.heading-black._32 {
  margin-bottom: 32px;
}

.heading-black._32-copy {
  margin-bottom: 16px;
}

.heading-black._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-black._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.quick-stack-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.collage-1, .collage-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  height: 80%;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding: 0;
}

.image-15 {
  width: 100%;
  height: 26rem;
}

.container-22 {
  object-fit: fill;
  background-color: #a0a0a000;
  width: 100%;
  max-width: 1340px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.image-16-copy {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.image-16-copy-copy {
  object-fit: cover;
  object-position: 50% 43%;
  width: 100%;
  height: 20rem;
}

.large {
  width: 100%;
  height: 24rem;
}

.large-copy {
  object-position: 50% 0%;
  width: 100%;
  height: 24rem;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.image-17-copy {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
}

.print-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.magazine {
  width: 8rem;
}

.magazine:hover {
  box-shadow: 0 2px 5px #0000008f;
}

.footer {
  background-color: #10100f;
  height: 15rem;
  margin-top: 10rem;
}

._2image-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  height: 650px;
  display: flex;
}

.uuk {
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  height: 100%;
}

.image-wrapper-timeline--77 {
  width: 100%;
  height: 20rem;
}

.career-timeline {
  background-color: #060605;
  padding: 5rem 50px 0;
}

.exp1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 380px;
  display: flex;
}

.imr {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  height: 380px;
  display: flex;
}

.heading-timeline-copy2 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-family: freight-display-pro, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timeline-copy2._32 {
  margin-bottom: 32px;
}

.heading-timeline-copy2._32-copy {
  margin-bottom: 16px;
}

.heading-timeline-copy2._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timeline-copy2._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.timeline-div2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line-up-copy {
  background-color: #ffbf0000;
  width: 2px;
  height: 40px;
  display: none;
}

.logo-forest-copy {
  color: #fff;
  width: 4rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.year-txt-copy {
  color: #ffbf00;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: halyard-display, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.title-txt-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.location-txt-copy {
  color: #ffffffe6;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: halyard-display, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.designer-txt-copy {
  color: #fffc;
  text-align: right;
  text-transform: none;
  font-family: freight-display-pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 12px;
}

.content-centerted-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.list-wrapper-copy {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._11 {
  color: #f1f1f1;
  text-align: left;
  text-wrap: balance;
  width: auto;
  padding-left: 4px;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 130%;
}

._11._250 {
  width: 250px;
}

.list-2-copy {
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 25px;
}

.exp1-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.imr-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 362px;
  margin-top: 0;
  display: flex;
}

.content-left-copy {
  background-color: #76767600;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.heading-timeline-copy2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-family: freight-display-pro, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timeline-copy2-copy._32 {
  margin-bottom: 32px;
}

.heading-timeline-copy2-copy._32-copy {
  margin-bottom: 16px;
}

.heading-timeline-copy2-copy._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timeline-copy2-copy._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.exp1-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.year-txt-copy-copy {
  color: #ffbf00;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: halyard-display, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.exp1-copy-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 440px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

._2 {
  margin-bottom: 8px;
}

.list-item-copy {
  margin-bottom: 12px;
}

.exp1-copy-copy-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 370px;
  margin-top: 4rem;
  display: flex;
}

.imr-copy-c1opy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: 380px;
  margin-top: 2rem;
  display: flex;
}

.dclogo {
  aspect-ratio: auto;
  filter: invert();
  width: 6rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.line-down-co12py {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 425px;
}

.exp1-44copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.exp1-44copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.heading-timeline-cop3y2-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-family: freight-display-pro, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timeline-cop3y2-copy._32 {
  margin-bottom: 32px;
}

.heading-timeline-cop3y2-copy._32-copy {
  margin-bottom: 16px;
}

.heading-timeline-cop3y2-copy._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timeline-cop3y2-copy._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.content-centerted-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.content-centerted-co2py-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-2-copy2-copy {
  color: #fff;
  margin-top: 12px;
  padding-left: 20px;
}

._555 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-2-copy5-copy {
  color: #fff;
  width: 100%;
  margin: 15px auto 0;
  padding-left: 25px;
}

.title-txt-copy7copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.line-down-c4o12py-copy {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 489px;
}

.imr-copy-c1opy-ctopy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 380px;
  margin-top: 4rem;
  display: flex;
}

.image-wrapper-timeline-copy {
  width: 400px;
  height: 20rem;
  margin-top: 5px;
}

.dc-img {
  width: auto;
  height: auto;
  margin-top: 0;
}

.dc-img.wwh {
  width: 100%;
  height: 46%;
}

.imr-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 370px;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.img-wrapper-left-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 330px;
  margin-top: 4rem;
  display: flex;
}

.info-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 335px;
  margin-top: 4rem;
  display: flex;
}

.content-left-copy-copy {
  background-color: #76767600;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: auto;
  margin-right: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pictures-right-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #41414100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 100%;
  margin-left: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line-down1 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 425px;
}

.content-left-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 365px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-left-column {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 365px;
  margin-top: 4rem;
  display: flex;
}

.cabo-logo {
  aspect-ratio: auto;
  width: 5.5rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.line-down2 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 423px;
}

.white-logo {
  width: 3rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.line-down3 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 461px;
}

.info-right-long {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 512px;
  margin-top: 4rem;
  display: flex;
}

.line-down4 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 559px;
}

.long0img {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 512px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.title-txt-copy7copyw2 {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.line-down5 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 572px;
}

.content-left-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 365px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.img-wrapper-left-1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.content-left-1-cop0y {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 365px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-left-column12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  margin-top: 4rem;
  display: flex;
}

.content-left-small1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 320px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.birmingham-logo {
  width: 3rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.info-right-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  margin-top: 4rem;
  display: flex;
}

.info-right-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 480px;
  margin-top: 4rem;
  display: flex;
}

.img-wrapper-left-1-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-top: 4rem;
  padding-top: 3px;
  display: flex;
}

.logo-6nickla {
  aspect-ratio: auto;
  width: 7rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.line-down6 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 265px;
}

.line-down7 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 425px;
}

.line-down8 {
  background-color: #ffbf00;
  background-image: linear-gradient(#10100f, #ffbf00 50%, #10100f);
  width: 2px;
  height: 380px;
}

.pepperdine {
  width: 2.7rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.info-right-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 350px;
  margin-top: 4rem;
  display: flex;
}

.img-wrapper-left-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 372px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.heading-timelin21 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 9px;
  font-family: freight-display-pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timelin21._32 {
  margin-bottom: 32px;
}

.heading-timelin21._32-copy {
  margin-bottom: 16px;
}

.heading-timelin21._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timelin21._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.content-left-1-cop45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 315px;
  margin-top: 4rem;
  padding-top: 7px;
  display: flex;
}

.image-left-column12w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 404px;
  margin-top: 4rem;
  display: flex;
}

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

.dc-image, .cabo-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: freight-display-pro, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 110%;
}

.u._32 {
  margin-bottom: 32px;
}

.u._32-copy {
  margin-bottom: 16px;
}

.u._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.u._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.div-block-72 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  display: flex;
}

.content-collage {
  width: 50%;
}

.collage-media {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 60%;
  height: 80%;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding: 0;
}

.large-copy {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 24rem;
}

._15 {
  object-position: 50% 0%;
  width: 100%;
  height: 24rem;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 25rem;
}

.content-collage-copy {
  width: 50%;
  margin-top: 30rem;
}

.collage-1-c1opy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 50%;
  height: 80%;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding: 0;
}

.info-right-2212 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 522px;
  margin-top: 4rem;
  display: flex;
}

.img1-wrapper-left-1-32-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 525px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.content-left-1-cop0y-c5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 414px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.img-wrapper-left-1-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 325px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-left-column-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  margin-top: 4rem;
  display: flex;
}

.info-right8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 376px;
  margin-top: 4rem;
  display: flex;
}

.info-right-long-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 512px;
  margin-top: 4rem;
  display: flex;
}

.image-wrapper-timeline-c-2 {
  width: 400px;
  height: 220px;
  margin-top: 0;
}

.content-left-small12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 180px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-timeline-12 {
  object-fit: cover;
  object-position: 50% 27%;
  width: 100%;
  height: 100%;
}

.image-timeline-12.wc {
  height: auto;
}

.img1-wrapper-left-1-32-copy-copy4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 522px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-left-column122 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 220px;
  margin-top: 4rem;
  display: flex;
}

.content-left-small12-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 220px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.info-right-34-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 372px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.content-left-1-cop45-co2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 404px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.forest-logo-highlands {
  color: #fff;
  width: 4rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.image-wrapper-timeline-c-2-copy3 {
  width: 400px;
  height: 220px;
  margin-top: 0;
  padding-top: 0;
}

.limage-wrapper-timelin4e-copy-copy-copy {
  width: auto;
  height: 300px;
  margin-top: 0;
}

.limage-wrapper-timelin4e-copy-copy-copy.wwh {
  width: 100%;
  height: 49%;
}

.image-101 {
  width: 5rem;
  margin-bottom: 5px;
}

.img-wrapper-left-1-44-co2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 376px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.image-left-column-2-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 414px;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
}

.h-career {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 4rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 89px;
  font-weight: 300;
  line-height: 90%;
}

.fotos-iai {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #9f9f9f00;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: auto;
  display: flex;
}

.wrapper-row1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.image-102 {
  width: 25%;
  height: 280px;
}

.image-1023 {
  width: 43%;
  height: 280px;
}

.image-102-copy {
  width: 30%;
  height: 280px;
}

.fotos-iai2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #9f9f9f;
  width: 75%;
  height: auto;
  display: flex;
}

.wrapper-row2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.image-102-copy-co2 {
  object-position: 60% 50%;
  width: 30%;
  height: 280px;
}

.image-1023-copy4 {
  object-position: 50% 75%;
  width: 43%;
  height: 280px;
}

.image-1023-copy4-copy {
  object-position: 50% 75%;
  object-position: 50% 75%;
  width: 43%;
  height: 280px;
}

.image-102-copy-co2-copy, .image-102-copy-co2-copy-copy0 {
  object-position: 60% 50%;
  width: 30%;
  height: 280px;
}

._5image-1023-copy4-copy-copy {
  object-position: 50% 75%;
  width: 43%;
  height: 280px;
}

.pics {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #9f9f9f00;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  display: flex;
}

.pic1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 150px;
  height: 280px;
}

.pic2 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 400px;
  height: 280px;
}

.pic3 {
  width: 180px;
  height: 280px;
}

.pic1-2 {
  width: 400px;
  height: 280px;
}

.pic2-1 {
  width: 220px;
  height: 280px;
}

.pic3-1 {
  object-fit: cover;
  object-position: 59% 50%;
  width: 260px;
  height: 280px;
}

.pic1-3 {
  object-position: 47% 50%;
  width: 260px;
  height: 280px;
}

.h-career-2 {
  color: #fff;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 71px;
  font-weight: 300;
  line-height: 90%;
}

.articles-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-1024 {
  width: 140px;
  transition: all .4s;
}

.image-1025 {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

._11-copy {
  color: #f1f1f1f2;
  text-align: left;
  text-wrap: balance;
  width: 250px;
  padding-left: 4px;
  font-family: halyard-display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

._11-copy-copy {
  color: #f1f1f1f2;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 4px;
  font-family: halyard-display, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 130%;
  display: flex;
}

.text-span {
  display: flex;
}

.uioi {
  flex-flow: column;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.pic-1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 150px;
  height: 280px;
}

.image-iai {
  width: 400px;
  height: 280px;
}

.image-1026 {
  width: 100%;
}

.image-1027 {
  object-position: 65% 50%;
}

.pic2-copy1 {
  width: 400px;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-1028 {
  width: 12rem;
  height: auto;
}

.pic3-1-2 {
  object-fit: cover;
  object-position: 59% 50%;
  width: 200px;
  height: 280px;
}

.pic1-4 {
  object-position: 47% 50%;
  width: 400px;
  height: 280px;
}

.h-career-2-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-display-pro, sans-serif;
  font-size: 71px;
  font-weight: 300;
  line-height: 90%;
}

.heading-timelin21-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-family: freight-display-pro, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.heading-timelin21-copy._32 {
  margin-bottom: 32px;
}

.heading-timelin21-copy._32-copy {
  margin-bottom: 16px;
}

.heading-timelin21-copy._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-timelin21-copy._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.pic1-2-copy {
  width: 400px;
  height: 280px;
}

.pic1-4-copy {
  object-position: 47% 50%;
  width: 260px;
  height: 280px;
}

.wrapper-row3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.hover {
  transition: all .35s;
}

.hover:hover {
  box-shadow: -2px 2px 17px -7px #ffffff96;
}

._11-copy {
  color: #f1f1f1;
  text-align: left;
  width: 250px;
  padding-left: 4px;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 130%;
}

.pic3-1-2-copy {
  object-fit: cover;
  object-position: 59% 50%;
  width: 300px;
  height: 280px;
}

.container-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-column {
  width: auto;
  max-width: 463px;
}

.middle-column {
  flex-flow: column;
  width: auto;
  max-width: 316px;
  display: flex;
}

.right-column {
  width: auto;
  max-width: 463px;
}

.hero-header {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 98px;
  font-weight: 600;
  line-height: 90%;
}

.hero-subheader {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 4rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 90%;
}

.ab-pic {
  width: 219px;
  height: 259px;
  min-height: auto;
  max-height: 280px;
}

.l-c {
  flex-flow: column;
  display: flex;
}

.heading-about {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.heading-about._32 {
  margin-bottom: 32px;
}

.heading-about._32-copy {
  margin-bottom: 16px;
}

.heading-about._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-about._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.thefoundation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  display: flex;
}

.pic-title {
  display: flex;
}

.heading-about-copy0 {
  color: #0000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.heading-about-copy0._32 {
  margin-bottom: 32px;
}

.heading-about-copy0._32-copy {
  margin-bottom: 16px;
}

.heading-about-copy0._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-about-copy0._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.nf-pic {
  width: 316px;
  height: 159px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-about-2 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.heading-about-2._32 {
  margin-bottom: 32px;
}

.heading-about-2._32-copy {
  margin-bottom: 16px;
}

.heading-about-2._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-about-2._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.third-pic {
  object-position: 50% 0%;
  width: 463px;
  height: 235px;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-itallic-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 8rem;
  font-family: freight-display-pro, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
}

.logos-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.image-1029 {
  width: 10rem;
}

.fh-wr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

._11-copy-copy-copy {
  color: #f1f1f1f2;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  font-family: halyard-display, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 130%;
  display: flex;
}

._3343434 {
  color: #f1f1f1;
  text-align: left;
  width: auto;
  padding-left: 4px;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

._3343434._250 {
  width: 250px;
}

.mobioletimeline {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.header-teacher-mobile {
  background-color: #060605;
  margin-bottom: 3rem;
  padding: 8rem 50px 10rem;
  display: none;
}

.pics-copy2, .pics-copy23 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #9f9f9f00;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  display: flex;
}

.container-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-about-cop2 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-bottom: 4px;
  font-family: freight-display-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.heading-about-cop2._32 {
  margin-bottom: 32px;
}

.heading-about-cop2._32-copy {
  margin-bottom: 16px;
}

.heading-about-cop2._32-copy-copy {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}

.heading-about-cop2._32-copy-copy-copy {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-cop554 {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-cop554._1 {
  letter-spacing: 0;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.paragraph-copy4 {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-copy4._1 {
  letter-spacing: 0;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.info-forest {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 440px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.pics-copy888 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #9f9f9f00;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  display: flex;
}

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

  .hero-section {
    background-position: 60% 55%;
    height: 90vh;
  }

  .nav-wrapper {
    width: 100%;
    position: fixed;
  }

  .container-normal.about-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-content-wrapper {
    width: 100%;
  }

  .image-about {
    width: 100%;
    margin-top: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .gallery9_content_grid, .gallery15_content_grid, .gallery9_content_grid-2 {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logocloud1_wrapper {
    grid-column-gap: 3rem;
  }

  .padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .faq7_grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-content {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-arrow {
    inset: auto 0% -56px;
  }

  .content-arrow.right {
    left: 62px;
  }

  .content-mask {
    max-width: none;
  }

  .content-tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-image-large {
    aspect-ratio: auto;
  }

  .blog-card-large, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .testimonial-avatar {
    width: 254px;
    height: 254px;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider-left {
    max-width: 80%;
  }

  .testimonial-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .gallery15_content_grid-2 {
    grid-template-columns: 1fr;
  }

  .blog-grid-large, .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .magazine-logos {
    grid-column-gap: 3rem;
  }

  .form-block {
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .footer-section-3 {
    padding-top: 72px;
  }

  .footer-block {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-mask {
    width: 420px;
  }

  .container-stats.about-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .container {
    max-width: none;
  }

  .image-wrapper-timeline {
    width: 275px;
  }

  .header-teacher {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dc-img {
    width: 275px;
    height: 300px;
  }

  .dc-img.wwh {
    width: 275px;
  }

  .content-left-copy-copy, .pictures-right-copy {
    width: 250px;
  }

  .image-wrapper-timeline-c-2, .image-wrapper-timeline-c-2-copy3 {
    width: 275px;
  }

  .limage-wrapper-timelin4e-copy-copy-copy {
    width: 275px;
    height: 300px;
  }

  .limage-wrapper-timelin4e-copy-copy-copy.wwh {
    width: 275px;
  }

  .wrapper-row1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .image-102-copy-co2-copy {
    width: 43%;
  }

  .image-1023-copy4-copy {
    width: 30%;
  }

  .image-102-copy-co2-copy-copy0 {
    width: 43%;
  }

  ._5image-1023-copy4-copy-copy {
    width: 30%;
  }

  .pic1 {
    width: 34%;
  }

  .pic2 {
    width: 58%;
  }

  .pic3 {
    width: 34%;
  }

  .pic1-2 {
    width: 61%;
  }

  .pic2-1 {
    width: 35%;
  }

  .pic3-1 {
    width: 34%;
  }

  .pic1-3 {
    width: 61%;
  }

  .pic-1 {
    width: 34%;
  }

  .image-iai {
    width: 200px;
  }

  .pic2-copy1 {
    width: 58%;
  }

  .pic3-1-2 {
    width: 50%;
  }

  .pic1-4 {
    width: 61%;
  }

  .pic1-2-copy {
    width: 100%;
  }

  .pic1-4-copy, .pic3-1-2-copy {
    width: 50%;
  }

  .container-about {
    display: none;
  }

  .middle-column {
    justify-content: center;
    align-items: flex-start;
    max-width: 463px;
  }

  .hero-subheader {
    margin-bottom: 2rem;
  }

  .heading-about {
    font-size: 32px;
  }

  .heading-about-copy0 {
    display: none;
  }

  .nf-pic {
    object-position: 50% 30%;
    width: 100%;
    height: 200px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .heading-about-2 {
    margin-top: 15px;
    font-size: 32px;
  }

  .header-teacher-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-mobile {
    display: block;
  }

  .heading-about-cop2 {
    margin-top: 15px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline-heading-right, .timeline-subheading {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline-subheading-sub {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-content {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .content-statistics-grid {
    grid-template-columns: 1fr;
  }

  .h5-heading {
    font-size: 28px;
  }

  .blog-background-image {
    display: none;
  }

  .h1-heading {
    font-size: 56px;
  }

  .testimonial-avatar {
    width: 306px;
    height: 306px;
  }

  .testimonial-slide-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonal-slide {
    margin-right: 24px;
  }

  .paragraph-x-small-2 {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .testimonial-slider-left {
    width: 100%;
    max-width: 90%;
  }

  .testimonial-mask-small {
    width: 90%;
  }

  .testimonial-title-row {
    margin-bottom: 48px;
  }

  .blog-grid-large, .article-grid {
    grid-template-columns: 1fr;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-legal-wrapper {
    flex-flow: column;
  }

  .footer-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h5-heading-2 {
    font-size: 28px;
  }

  .brand-divider {
    display: none;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .gallery-lightbox-grid-small, .gallery-lightbox-grid, .column-large-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .gallery-item-description {
    grid-row-gap: 12px;
    flex-flow: wrap;
    width: auto;
  }

  .gallery-dropdown-content {
    flex-flow: column;
  }

  .left-arrow-career, .right-arrow-career {
    display: none;
  }

  .container {
    max-width: 100%;
  }

  .timeline-line {
    display: none;
  }

  .title-txt {
    font-size: 20px;
  }

  .image-wrapper-timeline {
    width: 100%;
  }

  .header-teacher {
    padding-top: 6rem;
  }

  .career-timeline {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline-div2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .title-txt-copy {
    font-size: 20px;
  }

  ._11, ._11._250 {
    width: auto;
    font-size: 18px;
  }

  .heading-timeline-copy2-copy {
    font-size: 22px;
  }

  .exp1-copy-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .list-2-copy5-copy {
    width: auto;
  }

  .title-txt-copy7copy {
    text-align: center;
    font-size: 20px;
  }

  .dc-img, .dc-img.wwh, .imr-copy-copy {
    width: 100%;
  }

  .content-left-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0;
  }

  .pictures-right-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .info-right-long {
    width: auto;
    height: 566px;
  }

  .long0img {
    justify-content: center;
    align-items: flex-end;
  }

  .img-wrapper-left-11 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-timelin21 {
    font-size: 28px;
  }

  .info-right-2212 {
    width: auto;
    height: 612px;
  }

  .content-left-1-cop0y-c5 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 454px;
  }

  .img-wrapper-left-1-44 {
    justify-content: center;
    align-items: flex-end;
  }

  .info-right8 {
    width: auto;
    height: 393px;
  }

  .image-wrapper-timeline-c-2 {
    width: 175px;
  }

  .img1-wrapper-left-1-32-copy-copy4 {
    justify-content: center;
    align-items: flex-start;
    height: 612px;
  }

  .image-left-column122 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .content-left-small12-2, .info-right-34-34, .content-left-1-cop45-co2 {
    width: auto;
  }

  .image-wrapper-timeline-c-2-copy3, .limage-wrapper-timelin4e-copy-copy-copy, .limage-wrapper-timelin4e-copy-copy-copy.wwh {
    width: 100%;
  }

  .img-wrapper-left-1-44-co2 {
    justify-content: center;
    align-items: flex-end;
  }

  .h-career {
    margin-bottom: 4rem;
  }

  .wrapper-row2, .articles-wrapper {
    flex-flow: row;
  }

  ._11-copy, ._11-copy-copy {
    width: 200px;
    font-size: 14px;
  }

  .heading-timelin21-copy {
    font-size: 22px;
  }

  .wrapper-row3 {
    flex-flow: column;
  }

  ._11-copy {
    width: 200px;
    font-size: 14px;
  }

  .hero-header, .hero-subheader {
    margin-bottom: 4rem;
  }

  .heading-about {
    font-size: 28px;
  }

  .heading-about-copy0 {
    font-size: 22px;
  }

  .heading-about-2 {
    font-size: 28px;
  }

  .fh-wr {
    width: 100%;
  }

  ._11-copy-copy-copy, ._3343434 {
    width: 200px;
    font-size: 14px;
  }

  .mobioletimeline {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .heading-about-cop2 {
    font-size: 28px;
  }

  .info-forest {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 69%;
    height: 95vh;
  }

  .about-section {
    padding-bottom: 3rem;
    position: relative;
  }

  .heading {
    font-size: 35px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph._1 {
    font-size: 1rem;
  }

  .stats-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
  }

  .heading-2 {
    font-family: Helvetica;
    font-size: 1.5rem;
  }

  .container-normal {
    width: 100%;
  }

  .container-normal.about-content {
    flex-flow: column;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-normal.hero-wrapper.container-padding {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-2 {
    max-width: none;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery15_slide {
    width: 80%;
    margin-right: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logocloud1_wrapper {
    grid-column-gap: 1rem;
  }

  .accordion_wrapper {
    width: auto;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 1rem;
  }

  .gallery16_slide {
    width: 80%;
    margin-right: 1rem;
  }

  .content-tabs-menu {
    grid-template-columns: 1fr;
  }

  .button-primary {
    width: 100%;
  }

  .blog-card-large {
    padding: 16px;
  }

  .button-primary-large {
    width: 100%;
  }

  .testimonial-avatar {
    width: 240px;
    height: 240px;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-slider-left {
    max-width: 100%;
    padding-top: 64px;
    position: relative;
  }

  .testimonial-slider-button-top {
    inset: 0% 0% auto auto;
  }

  .testimonial-title-row {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .gallery15_slide-2 {
    width: 80%;
    margin-right: 1rem;
  }

  .blog-card-row-main {
    flex-flow: column;
  }

  .blog-image-row {
    width: auto;
  }

  .blog-card-row, .article-cody-block {
    flex-flow: column;
  }

  .img-article-row {
    width: auto;
  }

  .magazine-logos {
    grid-column-gap: 1rem;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-vertical-divider {
    display: none;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-grid, .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery-slider-mask, .container-stats {
    width: 100%;
  }

  .container-stats.about-content {
    flex-flow: column;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-stats.hero-wrapper.container-padding {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-wrapper {
    margin-bottom: 58px;
  }

  .slide-career-years {
    width: 80%;
    margin-right: 1rem;
  }

  .image-wrapper-timeline {
    height: auto;
  }

  .heading-itallic {
    font-size: 71px;
  }

  .header-teacher {
    padding-top: 6rem;
    display: none;
  }

  .timeline-div2 {
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .location-txt-copy, .designer-txt-copy {
    font-size: 16px;
  }

  ._11 {
    width: auto;
    font-size: 18px;
  }

  ._11._250 {
    width: auto;
  }

  .list-2-copy {
    margin-top: 24px;
  }

  .heading-timeline-copy2-copy {
    font-size: 32px;
  }

  .year-txt-copy-copy {
    font-size: 16px;
  }

  .exp1-copy-copy-copy {
    height: auto;
    margin-top: 2rem;
  }

  .list-2-copy5-copy {
    margin-top: 24px;
  }

  .title-txt-copy7copy {
    font-size: 22px;
  }

  .info-right-long {
    margin-top: 1rem;
  }

  .long0img, .img-wrapper-left-11 {
    height: auto;
    margin-top: 3.5rem;
  }

  .heading-timelin21 {
    font-size: 32px;
  }

  .image-left-column12w {
    height: auto;
    margin-top: 3.5rem;
  }

  .info-right-2212, .content-left-1-cop0y-c5, .info-right8 {
    height: auto;
    margin-top: 1rem;
  }

  .img1-wrapper-left-1-32-copy-copy4 {
    height: auto;
    margin-top: 3.5rem;
  }

  .image-left-column122 {
    height: auto;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .content-left-small12-2 {
    height: auto;
    margin-top: 3.5rem;
  }

  .info-right-34-34, .content-left-1-cop45-co2 {
    height: auto;
    margin-top: 1rem;
  }

  .image-wrapper-timeline-c-2-copy3 {
    height: auto;
  }

  .img-wrapper-left-1-44-co2, .image-left-column-2-21 {
    height: auto;
    margin-top: 3.5rem;
  }

  .h-career {
    font-size: 71px;
  }

  .fotos-iai {
    flex-flow: column;
  }

  .wrapper-row1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .image-102, .image-1023, .image-102-copy {
    width: 100%;
  }

  .wrapper-row2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .image-102-copy-co2, .image-1023-copy4 {
    width: 100%;
  }

  .image-1023-copy4-copy {
    object-position: 15% 50%;
    width: 100%;
  }

  .image-102-copy-co2-copy {
    object-position: 75% 50%;
    width: 100%;
  }

  .image-102-copy-co2-copy-copy0 {
    object-position: 40% 50%;
    width: 100%;
  }

  ._5image-1023-copy4-copy-copy {
    width: 100%;
  }

  .pics {
    flex-flow: column;
    width: auto;
    margin-top: 1rem;
  }

  .pic1, .pic2 {
    width: 100%;
  }

  .pic3 {
    object-position: 50% 30%;
    width: 100%;
    height: 230px;
  }

  .pic1-2 {
    width: 100%;
  }

  .pic2-1 {
    width: 100%;
    height: auto;
  }

  .pic3-1, .pic1-3 {
    width: 100%;
  }

  .h-career-2 {
    font-size: 71px;
  }

  .articles-wrapper {
    flex-flow: wrap;
  }

  .pic-1 {
    width: 100%;
  }

  .image-iai {
    width: auto;
  }

  .pic2-copy1 {
    width: 100%;
  }

  .pic3-1-2 {
    object-position: 40% 50%;
    width: 100%;
  }

  .pic1-4 {
    width: 100%;
  }

  .h-career-2-copy {
    font-size: 71px;
  }

  .pic1-2-copy {
    width: 100%;
  }

  .pic1-4-copy {
    object-position: 65% 50%;
    width: 100%;
  }

  .wrapper-row3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  ._11-copy {
    width: auto;
    font-size: 18px;
  }

  .pic3-1-2-copy {
    object-position: 40% 50%;
    width: 100%;
  }

  .hero-header {
    margin-bottom: 1rem;
    font-size: 71px;
  }

  .hero-subheader {
    letter-spacing: -1px;
    font-size: 36px;
  }

  .ab-pic {
    height: 300px;
  }

  .heading-about {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 32px;
  }

  .pic-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nf-pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-about-2 {
    margin-top: 32px;
    margin-bottom: 7px;
    font-size: 32px;
  }

  .third-pic {
    margin-top: 20px;
  }

  .heading-itallic-copy {
    margin-top: 6rem;
    font-size: 71px;
  }

  .fh-wr {
    height: auto;
  }

  .mobioletimeline {
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .header-teacher-mobile {
    padding-bottom: 4rem;
    display: block;
  }

  .pics-copy2 {
    flex-flow: column;
    width: auto;
    margin-top: 1rem;
  }

  .pics-copy23 {
    flex-flow: column;
    width: 100%;
    margin-top: 1rem;
  }

  .heading-about-cop2 {
    margin-top: 29px;
    margin-bottom: 7px;
    font-size: 32px;
  }

  .paragraph-cop554 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .paragraph-cop554._1 {
    font-size: 1rem;
  }

  .paragraph-copy4 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .paragraph-copy4._1 {
    font-size: 1rem;
  }

  .info-forest {
    height: auto;
    margin-top: 2rem;
  }

  .pics-copy888 {
    flex-flow: column;
    width: auto;
    margin-top: 1rem;
  }
}


@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}