:root {
  --background-2: #1e2029;
  --outline-dark: #dbe2f0;
  --text-color: #62708b;
  --royal-blue-2: #296ee5;
  --background-3: #2a2c34;
  --shadow: #294f6817;
  --light-green: #c5e4e5;
  --outline: #e3e8f3;
  --royal-blue: #2365b1;
}

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: #12141d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45em;
}

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

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

.section.no-top-padding {
  padding-top: 0;
  display: block;
  overflow: visible;
}

.section.no-top-padding.video-section {
  display: none;
}

.section.thin-section {
  margin-top: 100px;
  margin-bottom: 0;
  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;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  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;
  position: relative;
}

.wrapper.shade-wrapper {
  background-color: var(--background-2);
  position: static;
}

.nav-bar {
  background-color: #0000;
  justify-content: center;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.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 {
  max-width: 25%;
}

.nav-bar-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.large-heading.text-streamers {
  text-align: center;
  margin-bottom: 40px;
}

.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 {
  background-color: #1e2029;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 12px 36px -8px #0000000d;
}

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

.hover-link-wrapper.centered {
  inset: auto;
}

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

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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: 80px;
  display: grid;
}

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

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

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

.body-display.text-footer {
  display: none;
}

.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 {
  border-color: var(--outline-dark);
  color: var(--text-color);
  white-space: nowrap;
  font-weight: 400;
}

.button.solid {
  color: #fff;
  background-color: #465b74;
  border-style: none;
}

.button.submit-button {
  background-color: var(--royal-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  min-width: 160px;
  font-weight: 400;
}

.feature-item {
  background-color: var(--background-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  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 {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: var(--outline-dark);
  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 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 14px;
  display: flex;
  box-shadow: 0 12px 60px -8px #000;
}

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

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

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

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/gradient-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.speaker-name {
  z-index: 10;
  font-size: 54px;
  position: relative;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 140px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  margin-right: 72px;
  padding-bottom: 0;
  left: auto;
  right: 5vw;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

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

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

.speaker-image.one {
  background-image: url('../images/case-voce-sabia-max.jpg');
}

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

.speaker-image.three {
  background-image: url('../images/large_Ronaldinho_1_512x600_Mobile_78d7c18e84.webp');
  background-position: 50%;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/ronaldinho-scores.jpg');
  background-position: 50% 0;
  background-size: 488px;
}

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

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

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

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

.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/Charles-Oliveira-UFC-309-Redencao.png');
}

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

.speaker-image.team-three {
  background-image: url('../images/felipe-titto.webp');
  background-position: 50%;
}

.speaker-image.team-four {
  background-image: url('../images/Podpah-7-scaled.jpg');
  background-position: 50% 0;
}

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

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

.speaker-quick-list {
  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;
  height: 100%;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

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

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

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

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

.quick-list-overlay {
  z-index: 100;
  background-color: #12141db3;
  display: none;
  position: fixed;
  inset: 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 var(--outline-dark);
}

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

.solid-line {
  background-color: #1e2029;
  flex: 1;
  height: 1px;
  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 {
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  height: 70vh;
  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;
  inset: auto auto -38px;
}

.centered-intro {
  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;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 48px;
  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-items: center;
  margin-bottom: 60px;
  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;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.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;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  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 {
  background-color: var(--background-2);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.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;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-background-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.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-icon.logo-familia, .social-icon.logo-member-class {
  width: 100px;
}

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

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

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  display: grid;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 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;
  padding-left: 6vw;
  display: flex;
}

.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 #ffffff17;
  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 #0000003d;
}

.reg-icon.logo-gmaes {
  box-shadow: none;
  width: 100px;
}

.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: #ffffff73;
  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: #ffffff73;
  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;
  inset: 0%;
  overflow: hidden;
}

.gradient-background-fill {
  background-image: url('../images/gradient-background-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  min-width: 100vw;
  height: 101%;
}

.clip {
  overflow: hidden;
}

.background-fill-image {
  background-image: url('../images/GradientSquare.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  height: 120%;
  margin: auto;
  position: absolute;
  inset: auto 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 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.center-speaker-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 550px;
  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 {
  border: 1px solid var(--background-3);
  background-color: var(--background-2);
  color: #fff;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
}

.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 {
  flex-direction: column;
  height: 100%;
  display: flex;
}

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

.success-message {
  background-color: #0000;
  padding: 0;
}

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

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

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

.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;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.hidden-desktop {
  background-color: #222;
  border-width: 0;
  margin-top: 170px;
  margin-bottom: 0;
  margin-left: 0;
}

.slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.slider-nav.instagram-feed---slider-nav {
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  transform: none;
}

.mg-bottom-0 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.slider-mask {
  height: 100%;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

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

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .section.home-hero-section {
    min-height: 60vh;
  }
}

@media screen and (min-width: 1920px) {
  .projects-marquee-container {
    width: 200vw;
  }
}

@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 {
    font-size: 48px;
  }

  .nav-menu {
    background-color: var(--background-2);
  }

  .nav-link {
    border-bottom: 1px solid #ffffff1a;
    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: 60px;
  }

  .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: #ffffff0d;
    border: 1px #ffffff17;
    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 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .menu-button {
    border-left: 1px solid #ffffff1a;
    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: #0000;
    background-image: url('../images/Background-Blur.jpg');
    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;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .slider-mask {
    position: static;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._4-col-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }
}

@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 {
    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-width: 40px;
    min-height: 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 {
    padding-left: 0;
  }

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

  .projects-marquee-container {
    width: 320vw;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .grid-4-columns._4-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._4-col-tablet.gap-16px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

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

  h3 {
    font-size: 20px;
  }

  .section {
    margin-top: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home-hero-section {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
  }

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

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

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

  .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;
  }

  .section.section-casting {
    margin-top: 20px;
  }

  .section.section-fazemos {
    margin-top: 60px;
  }

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

  .brand {
    font-size: 18px;
  }

  .brand.w--current {
    max-width: 85%;
  }

  .large-heading {
    text-align: left;
    padding-top: 20px;
  }

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

  .large-heading.name-casting {
    text-align: center;
  }

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

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

  .body-display {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    display: block;
  }

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

  .body-display.text-footer {
    display: block;
  }

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

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

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

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

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

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

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

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

  .speaker-arrow {
    margin-bottom: 400px;
    top: auto;
    bottom: 20px;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-bottom: 400px;
    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 var(--background-2);
    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;
    place-content: stretch space-between;
    display: grid;
  }

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

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

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

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

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

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

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

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

  .background-cover {
    padding-top: 0;
  }

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

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

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

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

  .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;
    display: block;
  }

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

  .footer-credits {
    display: block;
  }

  .footer-legal {
    overflow: visible;
  }

  .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;
  }

  .image {
    margin-top: 10px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .btn-circle-secondary.hidden-desktop {
    margin-top: 250px;
  }

  .slider-nav.instagram-feed---slider-nav {
    font-size: 10px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }
}

#w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-193e6d64 {
  place-self: center;
}

#w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-193e6d64 {
  place-self: center end;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-193e6d64 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-193e6d64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-193e6d64, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-193e6d64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-193e6d64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-193e6d64, #w-node-beba613e-e543-c2cb-df03-3cace9312372-193e6d64, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-193e6d64, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-193e6d64, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-193e6d64 {
  place-self: center;
}

#w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-193e6d64, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-193e6d64, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-193e6d64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-193e6d64 {
  place-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-193e6d64 {
  place-self: center start;
}

#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;
  place-self: center 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 {
  place-self: center 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 {
  place-self: center;
}

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

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

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

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

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

#w-node-_82f689a4-8940-2fd2-5471-3ddf65acf1b4-193e6d65 {
  place-self: center;
}

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

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

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-193e6d65 {
  place-self: center;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-193e6d65 {
  place-self: center end;
}

#w-node-e71f584d-e6f0-532b-15ac-ea580c58cbb9-193e6d66 {
  align-self: end;
}

#w-node-fe82c55c-b46c-e913-1575-2eec13d6be3a-193e6d66 {
  place-self: center;
}

#w-node-_901822f3-3710-8628-a203-615a6103352d-193e6d66 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_901822f3-3710-8628-a203-615a6103352f-193e6d66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-193e6d66 {
  place-self: center;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-193e6d66 {
  place-self: center end;
}

#w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-193e6d67 {
  place-self: center start;
}

#w-node-_47452d74-ce76-1524-16cc-e8425f9f25fb-193e6d67 {
  place-self: center;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c1140188-193e6d67 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c1140189-193e6d67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c114018b-193e6d67, #w-node-_41e71508-0cfe-61a0-439c-dc50c114018d-193e6d67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c114018f-193e6d67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1e5364f-083a-dd24-3474-059ea7ffc08d-193e6d68 {
  justify-self: start;
}

#w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-193e6d68 {
  place-self: center stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-193e6d64 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

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

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-193e6d64 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-193e6d64 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-193e6d64, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-193e6d64, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-193e6d64 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

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

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

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

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

  #w-node-e71f584d-e6f0-532b-15ac-ea580c58cbae-193e6d66 {
    justify-self: center;
  }

  #w-node-_37413672-66d9-2923-9dc2-c37f1a0a3a6e-193e6d66 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_901822f3-3710-8628-a203-615a6103352d-193e6d66 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-193e6d66 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-193e6d66 {
    justify-self: start;
  }

  #w-node-_41e71508-0cfe-61a0-439c-dc50c1140188-193e6d67 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41e71508-0cfe-61a0-439c-dc50c1140191-193e6d67 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }
}

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

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

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-193e6d64 {
    place-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-193e6d64 {
    justify-self: center;
  }

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

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

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

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-193e6d66 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-193e6d66 {
    justify-self: center;
  }

  #w-node-_7e161515-290f-ddaf-4a0e-90daeef975f2-193e6d67 {
    justify-self: start;
  }

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-193e6d67, #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-193e6d68 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-193e6d64, #w-node-beba613e-e543-c2cb-df03-3cace9312372-193e6d64, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-193e6d64, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-193e6d64, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-193e6d64 {
    justify-self: start;
  }

  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-193e6d64, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-193e6d64, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-193e6d64 {
    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;
  }

  #w-node-_7e161515-290f-ddaf-4a0e-90daeef975f2-193e6d67 {
    justify-self: start;
  }

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-193e6d67, #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-193e6d68 {
    justify-self: stretch;
  }
}


@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;
}