.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  color: #fff;
  background-color: #1e2029;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45em;
  overflow: visible;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0;
  display: block;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.thin-section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.section.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.about-hero-section {
  z-index: 10;
  padding-top: 220px;
  padding-bottom: 160px;
}

.section.paralax-section {
  min-height: 700px;
  padding-top: 180px;
}

.section.speaker-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 0;
}

.section.contact-secction {
  padding-bottom: 0;
}

.section.extra-top-padding {
  padding-top: 200px;
}

.section.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
  position: relative;
  top: 0;
}

.wrapper.shade-wrapper {
  background-color: #1e2029;
  position: static;
}

.nav-bar {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  width: 150px;
  height: 150px;
  display: block;
  position: static;
}

.nav-bar-wrapper {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.large-heading {
  max-width: none;
  font-family: Eudoxussans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3em;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.mobile-speaker-text {
  display: none;
}

.navigation-cover {
  height: 20%;
  background-color: rgba(0, 0, 0, 0);
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .05);
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: 5vw;
  right: auto;
}

.hover-link-wrapper.centered {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hover-link-wrapper.right-scroll-link {
  left: auto;
  right: 5vw;
}

.hover-link {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.three-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.body-display {
  color: #8a94a6;
  text-align: center;
  line-height: 1.55em;
}

.body-display.large {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4em;
}

.body-display.large.position {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.body-display.feature-descriptor {
  color: #fff;
  margin-bottom: 0;
}

.body-display.large {
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.justificado {
  text-align: center;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.dark {
  color: #62708b;
  white-space: nowrap;
  border-color: #dbe2f0;
  font-weight: 400;
}

.button.solid {
  background-color: #296ee6;
  border-style: none;
}

.button.submit-button {
  min-width: 160px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #296ee6;
  border-style: none;
  font-weight: 400;
}

.feature-item {
  min-height: 350px;
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.middle-item {
  margin-top: -48px;
  margin-bottom: 0;
}

.max-450 {
  max-width: 450px;
}

.feature-icon-wrapper {
  min-height: 60px;
  min-width: 60px;
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon-wrapper.white {
  color: #dbe2f0;
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.nav-menu-wrapper {
  z-index: 101;
  align-items: stretch;
  display: flex;
  position: relative;
}

.speaker-list-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.speaker-list-icon {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  box-shadow: 0 12px 60px -8px #000;
}

.thin-span {
  font-weight: 400;
}

.speakers-hero-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.speaker-slider-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.speaker-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  height: 65vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.slide-image {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-image {
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.slide-image.team-gallery {
  height: 100%;
}

.speaker-image-cover {
  z-index: 10;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  text-align: center;
  font-size: 64px;
  position: relative;
}

.speaker-arrow {
  width: 60px;
  height: 60px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  text-align: center;
  margin: -48px auto 10px;
}

.speaker-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.one {
  background-image: url('../images/Portrait003.jpg');
}

.speaker-image.two {
  background-image: url('../images/Portrait002.jpg');
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.five {
  width: 101%;
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
}

.speaker-image.quick-list {
  z-index: 10;
}

.speaker-image.team-images {
  width: 100%;
  background-position: 50% 30%;
}

.speaker-image.speaker-page {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -140px;
  display: flex;
  overflow: hidden;
}

.speaker-image.team-one {
  background-image: url('../images/Team002.jpeg');
}

.speaker-image.team-two {
  background-image: url('../images/Team003.jpeg');
}

.speaker-image.team-three {
  background-image: url('../images/Team004.jpeg');
}

.speaker-image.team-four {
  background-image: url('../images/Team005.jpeg');
}

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

.off-page-menu {
  z-index: 101;
  width: 45vw;
  color: #12141d;
  background-color: #fff;
  flex-direction: column;
  padding-top: 160px;
  padding-left: 36px;
  padding-right: 5vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.speaker-quick-list {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

.quick-list-item {
  color: #12141d;
  border-bottom: 1px solid #dbe2f0;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  text-decoration: none;
  display: flex;
}

.quick-list-image-hover {
  width: 30vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -30vw;
  right: auto;
  overflow: hidden;
}

.quick-list-image-hover.quick-list {
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: 45vw;
}

.quick-list-wrapper {
  height: 100%;
  min-width: 35vw;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.quick-list-overlay {
  z-index: 100;
  background-color: rgba(18, 20, 29, .7);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide-arrow {
  width: 18px;
}

.dual-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.quick-list-collection-item:first-child {
  border-top: 1px solid #dbe2f0;
}

.logos-heading-wrapper {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.solid-line {
  height: 1px;
  background-color: #1e2029;
  flex: 1;
  margin-left: 36px;
}

.featured-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.showreel-wrapper {
  height: 70vh;
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  top: auto;
  bottom: -38px;
  left: auto;
  right: auto;
}

.centered-intro {
  max-width: 600px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.centered-intro.large-intro {
  max-width: 700px;
  grid-row-gap: 36px;
  margin-bottom: 0;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: relative;
}

.feature-descriptor {
  font-weight: 500;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-wrapper {
  z-index: 20;
  width: 100vw;
  min-height: 650px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item {
  width: 33.33%;
  height: 100%;
  min-width: 33.33vw;
  color: #fff;
  text-decoration: none;
}

.team-member-info {
  z-index: 100;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-shade {
  z-index: 5;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
}

.background-shade.top-thirds {
  height: auto;
  margin-top: -60px;
  top: 0;
}

.background-shade.clip {
  align-items: center;
}

.background-cover {
  width: 50%;
  background-color: #1e2029;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-cover.left-cover {
  z-index: 10;
  margin-bottom: -60px;
  left: 0;
  right: auto;
}

.background-cover.left-cover.no-margin {
  margin-bottom: 0;
}

.showreel-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .23;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-span {
  letter-spacing: normal;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
}

.circle-hover {
  width: 6vw;
  height: 6vw;
  background-color: #2a2c34;
  border-radius: 100%;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.social-items {
  z-index: 10;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.half-dual {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.overlay-social {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.box-two.collection-list-images {
  height: 100%;
}

.social-block {
  color: #fff;
  border: 1px rgba(255, 255, 255, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px rgba(0, 0, 0, .24);
}

.team-image {
  width: 100%;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: rgba(255, 255, 255, .45);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-link {
  color: rgba(255, 255, 255, .45);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.background-fill {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-background-fill {
  height: 101%;
  min-width: 100vw;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  display: block;
}

.clip {
  overflow: hidden;
}

.background-fill-image {
  width: 120%;
  height: 120%;
  background-image: url('../images/GradientSquare.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-intro.max-450 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-auto-columns: 1fr;
}

.dual-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.button-arrow {
  width: 18px;
  margin-left: 12px;
}

.left-intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.speaker-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-page-image {
  flex: 1;
}

.speaker-descriptor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 1px solid #1e2029;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 48px;
  display: grid;
}

.center-speaker-info {
  width: 100%;
  max-width: 550px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-small-description {
  padding-bottom: 5vw;
}

.form-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  flex-direction: column;
  display: flex;
}

.dual-text-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.text-field {
  min-height: 56px;
  color: #fff;
  background-color: #1e2029;
  border: 1px solid #2a2c34;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 24px;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.large {
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 18px;
}

.text-field-wrapper {
  margin-bottom: 24px;
}

.field-label {
  margin-bottom: 9px;
  font-weight: 500;
}

.speaker-hero-image {
  width: 120%;
  max-width: none;
  margin-top: -80px;
  margin-left: -2px;
}

.gallery-collection-item {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.background-clip {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form-success-wrapper {
  min-height: 200px;
  background-color: #2a2c34;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 12px 36px -8px #000;
}

.error-message {
  background-color: #682929;
  margin-top: 24px;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.collection-list-wrapper {
  max-width: 90%;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  max-width: none;
  letter-spacing: normal;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  max-width: 80%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

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

.image-3 {
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-item-2 {
  min-height: 350px;
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item-2.left-item {
  height: 160px;
  min-height: auto;
}

.feature-item-2.middle-item {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-item-2.right-item {
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.slide-image-2 {
  width: 100%;
  height: 65vh;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image-2.team-gallery {
  height: 100%;
}

.container-2 {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  max-width: 110%;
  margin-top: -102px;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.column {
  margin-top: 70px;
}

.brand__logo__testimonial {
  width: 200px;
  padding-bottom: 20px;
  transform: skew(0deg, -5deg);
}

.brand__logo__testimonial.is--cosmo {
  transform: skew(0deg, 3deg);
}

.brand__logo__testimonial.is--buzzfeed {
  transform: skew(0deg, -4deg);
}

.brand__logo__testimonial.is--foodwine {
  transform: skew(0deg, 3deg);
}

.feature__testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature__testimonial.is--feature--card--4 {
  top: -44px;
}

.feature__testimonial.is--feature--card--2 {
  position: relative;
  top: -44px;
}

.instagram__title {
  color: #f9c0ee;
  letter-spacing: 0;
  font-size: 9em;
  font-weight: 600;
  line-height: 1.3em;
}

.instagram__title__wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.instagram__title__wrapper.is--seen {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-size: 54px;
  display: block;
}

.text-span-9 {
  color: #fdd056;
}

.testimonial__grid {
  grid-column-gap: 57px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.button-side-3 {
  z-index: 6;
  width: 99.5%;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #ecff00;
  border: 2px solid #ecff00;
  border-radius: 12px;
  position: absolute;
  top: 7%;
  bottom: 0%;
  left: 5%;
  right: 0%;
  transform: perspective(100px);
}

.button-side-3.is--button--1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
}

.button-side-3.is--button-4 {
  background-color: #fdd056;
  border-color: #fdd056;
  top: 9%;
  left: -4%;
  transform: perspective(100px);
}

.button-side-3.is--button--3 {
  background-color: #fdd056;
  border-color: #fdd056;
  transform: translate(0)perspective(100px);
}

.button-side-3.is--button--2 {
  background-color: #fdd056;
  border-color: #fdd056;
  left: -4%;
  transform: skew(0deg)perspective(100px);
}

.testimonial__container {
  max-width: 1140px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.button-text {
  color: #fff;
  text-transform: none;
  font-family: Eudoxussans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button-face-3 {
  z-index: 10;
  color: #000;
  text-transform: uppercase;
  background-color: #2a2c34;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 22px 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.quote__wrapper {
  perspective: 1500px;
  text-decoration: none;
  position: relative;
}

.quote__wrapper.is--button--2 {
  transform: skew(0deg, 3deg);
}

.quote__wrapper.is--button--3 {
  transform: skew(-4deg)rotate(-3deg);
}

.quote__wrapper.is--button-4 {
  transform: skew(0deg, 3deg);
}

.quote__wrapper.is--button--1 {
  transform: skew(0deg, -5deg);
}

.text-span-10 {
  font-weight: 700;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  color: #e3e8f3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #e3e8f3;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #c5e4e5;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.image-5 {
  filter: blur(5px);
}

.column-2 {
  margin-top: 0;
  padding-right: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.image-6, .image-7, .image-8, .image-9, .details_icon {
  filter: invert();
}

.is--text-white {
  color: #e2ebfd;
  text-transform: none;
}

.card_team-info-wrapper {
  height: 22em;
  cursor: pointer;
  background-color: #2a2c34;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-info_content-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  align-self: flex-start;
  margin-top: .25em;
}

.margin-top.margin-medium {
  margin-top: 1.5em;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10em 5em;
}

.team-info_image-wrapper {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.team-info_text {
  align-self: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.team-info_details-wrapper {
  height: 100%;
  flex-direction: column;
  padding: .5em;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.details_icon-wrapper {
  z-index: 10;
  width: 2em;
  height: 2em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2em;
}

.team-info_text-overline {
  color: rgba(227, 232, 243, .4);
  align-self: flex-end;
  font-family: Eudoxussans, sans-serif;
  font-size: 1.1em;
}

.details_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.details_background-color {
  height: 100%;
  background-color: rgba(231, 58, 58, .9);
  border-radius: 8px;
  position: relative;
}

.details_background-color.purple {
  background-color: rgba(168, 58, 231, .9);
}

.details_background-color.green {
  background-color: rgba(25, 128, 87, .9);
}

.details_background-color.yellow {
  background-color: rgba(231, 176, 58, .9);
}

.details_background-color.pink {
  background-color: rgba(231, 58, 179, .9);
}

.details_background-color.blue {
  background-color: rgba(41, 110, 230, .8);
}

.team_card-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
}

.team-info_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team_heading-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 8em 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.horizontal-line {
  width: 7.5em;
  height: .375em;
  background-color: #333;
}

.details_social-wrapper {
  justify-content: flex-start;
  margin-top: 2em;
  display: flex;
}

.details_social-text {
  font-size: .95em;
}

.details_social-link {
  width: 2.75em;
  height: 2.75em;
  color: #e2ebfd;
  border: 1px solid #e2ebfd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  transition: color .2s, background-color .2s;
  display: flex;
  overflow: visible;
}

.details_social-link:hover {
  color: #3a68e7;
  background-color: #e2ebfd;
}

.details_social-link.is--last {
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .button-face-3 {
    padding: 36px 13px;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .section.home-hero-section {
    min-height: 60vh;
  }

  .wrapper {
    margin-top: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .brand.w--current {
    margin-top: 0;
    display: flex;
  }

  .large-heading {
    font-size: 64px;
  }

  .three-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .75fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    display: grid;
  }

  .body-display {
    color: #e3e8f3;
    font-size: 18px;
  }

  .body-display.large {
    color: #e3e8f3;
    text-align: center;
    font-size: 14px;
  }

  .body-display.large.position {
    text-align: left;
  }

  .body-display.large {
    text-align: left;
    font-size: 30px;
    line-height: 1.1em;
  }

  .body-display.banner {
    color: #e3e8f3;
    text-align: left;
    font-size: 28px;
    line-height: 1.1em;
  }

  .speaker-slide-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .speaker-image-cover {
    border-radius: 400px;
    padding-bottom: 0;
    bottom: 0%;
  }

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

  .gradient-span.logo {
    letter-spacing: -7px;
    margin-top: 60px;
    padding-left: 20px;
    font-size: 5em;
  }

  .about-wrapper {
    height: 105vh;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .collection-list-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
  }

  .container {
    max-width: 85%;
  }

  .image-3 {
    margin-left: 40px;
  }

  .collection-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-2 {
    max-width: 80%;
  }

  .image-4 {
    max-width: 150%;
    margin-top: 0;
    padding-left: 60px;
    display: block;
  }

  .column {
    margin-top: 285px;
  }

  .instagram__title {
    font-size: 11em;
  }

  .testimonial__grid {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial__container {
    max-width: 100%;
  }

  .brand-2 {
    min-width: 110px;
  }

  .div-block {
    margin-top: 140px;
  }

  .image-6, .image-7, .image-8, .image-9 {
    filter: invert();
  }
}

@media screen and (min-width: 1920px) {
  .brand__logo__testimonial.is--people, .brand__logo__testimonial.is--cosmo, .brand__logo__testimonial.is--buzzfeed, .brand__logo__testimonial.is--foodwine {
    width: 20vw;
  }

  .instagram__title {
    font-size: 5vw;
  }

  .instagram__title__wrapper {
    padding-bottom: 191px;
  }

  .testimonial__grid {
    grid-column-gap: 79px;
  }

  .button-side-3.is--button--1 {
    padding-bottom: 0;
  }

  .testimonial__container {
    max-width: 80%;
  }

  .button-text {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2vw;
    line-height: 1.1;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }

  .nav-bar {
    height: 75px;
  }

  .large-heading {
    text-align: center;
    font-size: 48px;
  }

  .nav-menu {
    background-color: #1e2029;
  }

  .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link.mobile-speaker-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-style: none;
    padding: 0 12px 0 0;
    font-size: 14px;
    display: flex;
  }

  .hover-link-wrapper.scroll-link-wrapper {
    display: none;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 0;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.middle-item {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .speaker-list-icon-wrapper {
    background-color: rgba(255, 255, 255, .05);
    border: 1px rgba(255, 255, 255, .09);
    border-radius: 100px;
    margin-right: 24px;
    padding: 3px 3px 3px 18px;
  }

  .speaker-list-icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -80px;
    position: relative;
  }

  .off-page-menu {
    width: 70vw;
  }

  .quick-list-image-hover.quick-list {
    width: 30vw;
    right: 70vw;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .centered-intro {
    margin-bottom: 48px;
  }

  .centered-intro.large-intro {
    margin-top: 36px;
  }

  .trio-cards {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .team-wrapper {
    min-height: 500px;
    justify-content: flex-start;
    overflow: auto;
  }

  .team-item {
    min-width: 48vw;
  }

  .background-cover.left-cover {
    width: 100%;
    margin-bottom: 0;
  }

  .social-items {
    width: 100%;
    height: 100%;
    background-size: auto 160%;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .menu-button {
    border-left: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: flex;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Background-Blur.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .gradient-background-fill {
    background-size: cover;
  }

  .dual-hero-wrapper, .speaker-wrapper {
    grid-template-columns: 1fr;
  }

  .speaker-descriptor {
    padding-top: 36px;
  }

  .center-speaker-info {
    grid-row-gap: 36px;
  }

  .speaker-small-description, .hide-mobile {
    display: none;
  }

  .navbar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    display: inline;
  }

  .feature-item-2 {
    margin-bottom: 0;
  }

  .feature-item-2.middle-item {
    margin-top: 0;
  }

  .slide-image-2 {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image-2.team-gallery {
    min-height: 300px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .instagram__title {
    font-size: 7em;
  }

  .instagram__title__wrapper {
    padding-top: 0;
    padding-bottom: 138px;
  }

  .testimonial__grid {
    width: 95%;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .button-face-3 {
    padding: 33px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .column-2 {
    padding-left: 0;
  }

  .icon {
    display: none;
  }

  .is--text-white.is--mobile-header {
    font-size: 2em;
  }

  .container-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .team-info_text {
    align-self: auto;
  }

  .details_icon-wrapper {
    display: flex;
  }

  .team-info_text-overline {
    align-self: auto;
  }

  .team_card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team_heading-wrapper {
    grid-template-columns: 3.5rem 1fr;
  }

  .horizontal-line {
    width: 3.5em;
  }

  .columns {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }

  .section.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.about-hero-section {
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }

  .nav-bar {
    height: 70px;
  }

  .brand {
    font-size: 22px;
  }

  .large-heading {
    text-align: center;
    font-size: 42px;
  }

  .nav-link.mobile-speaker-text {
    padding-right: 12px;
    font-size: 12px;
  }

  .hover-link-wrapper.right-scroll-link {
    display: none;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .speaker-list-icon-wrapper {
    margin-right: 18px;
    padding-left: 18px;
  }

  .speaker-list-icon {
    min-height: 40px;
    min-width: 40px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-image {
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .off-page-menu {
    width: 90vw;
  }

  .quick-list-image-hover.quick-list {
    width: 10vw;
    right: 90vw;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team-item {
    min-width: 55vw;
  }

  .background-shade.top-thirds {
    margin-top: 0;
  }

  .background-cover {
    width: 100%;
  }

  .box {
    margin-bottom: -100px;
  }

  .about-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .menu-button {
    padding-left: 18px;
    font-size: 16px;
  }

  .navbar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 90%;
    justify-content: space-between;
    padding-left: 0;
    display: inline;
  }

  .slide-image-2 {
    min-height: 400px;
  }

  .slide-image-2.team-gallery {
    min-height: 250px;
  }

  .image-4 {
    max-width: 100%;
    margin-top: -80px;
  }

  .feature__testimonial.is--feature--card--4 {
    margin-top: 79px;
  }

  .feature__testimonial.is--feature--card--2 {
    margin-top: 92px;
  }

  .testimonial__grid {
    width: 60%;
    grid-template-columns: 1fr;
  }

  .button-side-3.is--button--1 {
    background-size: cover;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .icon {
    display: none;
  }

  .is--text-white.is--mobile-header {
    font-size: 1.6em;
  }

  .container-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team_card-wrapper {
    grid-column-gap: 1em;
  }

  .team_heading-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5rem 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .horizontal-line {
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .section.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section.about-hero-section {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .section.paralax-section {
    min-height: 350px;
  }

  .section.speaker-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .nav-bar {
    height: 65px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .large-heading {
    font-size: 38px;
  }

  .large-heading.heading-quote {
    font-size: 32px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-link.mobile-speaker-text {
    display: none;
  }

  .body-display {
    text-align: justify;
  }

  .body-display.large, .body-display.banner {
    text-align: center;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .max-450.clip {
    display: none;
  }

  .speaker-list-icon-wrapper {
    margin-left: 0;
    margin-right: 18px;
    padding: 0;
  }

  .speaker-slide-content {
    height: 100vh;
    padding-bottom: 6px;
  }

  .speaker-slide-content.bigger {
    height: 120vh;
  }

  .slide-image {
    height: auto;
    min-height: 45vh;
    align-items: flex-start;
  }

  .slide-image.team-image {
    height: 100%;
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .speaker-image-cover {
    height: 78%;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -36px;
    position: relative;
  }

  .off-page-menu {
    width: 95vw;
    padding-top: 100px;
    padding-left: 24px;
  }

  .quick-list-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .quick-list-image-hover.quick-list {
    width: 5vw;
    right: 95vw;
  }

  .dual-title-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .logos-heading-wrapper {
    border-bottom: 1px solid #1e2029;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .solid-line {
    margin-left: 0;
  }

  .featured-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-between;
    display: grid;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .feature-title-wrapper {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .team-item {
    min-width: 90vw;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
  }

  .featured-logo-item {
    padding: 0;
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .about-wrapper {
    margin-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .box-two.collection-list-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .menu-button {
    padding-left: 18px;
  }

  .buttons-wrapper.clip {
    grid-auto-flow: row;
  }

  .speaker-descriptor {
    padding-top: 24px;
  }

  .center-speaker-info {
    grid-row-gap: 24px;
    grid-template-rows: auto 1fr;
  }

  .speaker-hero-image {
    margin-top: 0;
  }

  .gallery-collection-item {
    min-width: 200px;
  }

  .gallery-collection-list-wrapper {
    margin-right: -5vw;
    overflow: auto;
  }

  .collection-list-wrapper {
    align-items: flex-start;
  }

  .container {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .collection-item {
    position: static;
  }

  .feature-item-2 {
    min-height: 120px;
    padding: 24px;
  }

  .slide-image-2 {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image-2.team-gallery {
    min-height: 160px;
  }

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

  .image-4 {
    margin-top: 0;
  }

  .column {
    text-align: center;
    order: 1;
  }

  .feature__testimonial {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .feature__testimonial.is--feature--card--4 {
    margin-top: 0;
    padding-top: 0;
    top: 0;
  }

  .feature__testimonial.is--feature--card--2 {
    margin-top: 0;
    top: 0;
  }

  .instagram__title {
    font-size: 4em;
  }

  .instagram__title__wrapper {
    padding-bottom: 0;
  }

  .testimonial__grid {
    width: 80%;
    max-width: none;
    grid-row-gap: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-side-3.is--button--1 {
    top: 3%;
    left: 2%;
  }

  .footer-subscribe {
    padding-top: 0;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-2 {
    display: flex;
  }

  .image-10 {
    margin-top: 0;
    display: block;
  }

  .icon {
    display: none;
  }

  .container-4 {
    padding-bottom: .5em;
  }

  .team_card-wrapper {
    grid-template-columns: 1fr;
  }

  .team_heading-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5rem 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .horizontal-line {
    align-self: auto;
  }

  .columns {
    width: 95%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-e0e15127-0342-2a1a-a58d-09918ad5b3e4-d78bfd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e0e15127-0342-2a1a-a58d-09918ad5b3f3-d78bfd9c, #w-node-e0e15127-0342-2a1a-a58d-09918ad5b402-d78bfd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e15127-0342-2a1a-a58d-09918ad5b406-d78bfd9c {
  align-self: auto;
  justify-self: auto;
}

#w-node-_02583418-7bd0-e27e-b178-e487f79d34f6-d78bfd9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70682d15-28c8-c854-0e77-1b7b79a72ea0-d78bfd9c {
  align-self: auto;
  justify-self: auto;
}

#w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-d78bfd9c {
  align-self: center;
  justify-self: center;
}

#w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-d78bfd9c {
  align-self: center;
  justify-self: end;
}

#w-node-_35f8d1d2-9863-d3df-2117-a67a99b400de-ed8bfda2 {
  justify-self: center;
}

#w-node-e4b1f664-79d2-ddf1-735f-e808d641bd03-ed8bfda2 {
  align-self: end;
}

#w-node-_82f689a4-8940-2fd2-5471-3ddf65acf1b4-ed8bfda2 {
  align-self: center;
  justify-self: center;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-ed8bfda2 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8989-ed8bfda2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-ed8bfda2 {
  align-self: center;
  justify-self: center;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-ed8bfda2 {
  align-self: center;
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd46-8e56bd43 {
  justify-self: start;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4c-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4f-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd52-8e56bd43 {
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd55-8e56bd43 {
  justify-self: start;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd56-8e56bd43 {
  align-self: center;
  justify-self: start;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd57-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd5a-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd5d-8e56bd43 {
  align-self: center;
  justify-self: center;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd60-8e56bd43 {
  justify-self: start;
}

#w-node-_1331348f-648e-6e60-41f3-74945daf5fc1-5daf5fbe {
  align-self: center;
  justify-self: start;
}

#w-node-_1331348f-648e-6e60-41f3-74945daf5fc4-5daf5fbe {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e0e15127-0342-2a1a-a58d-09918ad5b3e4-d78bfd9c, #w-node-e0e15127-0342-2a1a-a58d-09918ad5b3f3-d78bfd9c, #w-node-e0e15127-0342-2a1a-a58d-09918ad5b402-d78bfd9c, #w-node-_02583418-7bd0-e27e-b178-e487f79d34f6-d78bfd9c {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-d78bfd9c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-d78bfd9c {
    justify-self: start;
  }

  #w-node-_6ebd2c01-3f39-69a3-e871-b0a36057a5d7-ed8bfda2 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-ed8bfda2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-ed8bfda2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-ed8bfda2 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-d78bfd9c {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-d78bfd9c {
    justify-self: center;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-ed8bfda2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-ed8bfda2 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-ed8bfda2 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0e15127-0342-2a1a-a58d-09918ad5b3e4-d78bfd9c, #w-node-e0e15127-0342-2a1a-a58d-09918ad5b3f3-d78bfd9c, #w-node-e0e15127-0342-2a1a-a58d-09918ad5b402-d78bfd9c, #w-node-_02583418-7bd0-e27e-b178-e487f79d34f6-d78bfd9c {
    grid-row: span 1 / span 1;
  }

  #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
    align-self: start;
  }

  #w-node-_1331348f-648e-6e60-41f3-74945daf5fc4-5daf5fbe {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussansgx';
  src: url('../fonts/EudoxusSansGX.ttf') format('truetype'), url('../fonts/EudoxusSansGX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}