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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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;
  margin-top: 40px;
  padding: 20px 5vw;
  display: flex;
  position: relative;
}

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

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

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

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

.section.footer {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.about-hero-section.duer {
  display: none;
}

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

.section.paralax-section.duer {
  display: none;
}

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

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

.section.log, .section.duer {
  display: none;
}

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

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

.nav-bar {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 20px 5vw 20px 2vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  max-width: 366px;
  color: #fff;
  letter-spacing: -.03em;
  justify-content: flex-start;
  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: 40%;
  justify-content: flex-start;
}

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

.large-heading {
  max-width: 100%;
  padding: 19px 19px 19px 0;
  font-size: 76px;
  line-height: .9em;
}

.nav-menu {
  justify-content: space-between;
  font-size: 13px;
  display: flex;
}

.nav-link {
  max-width: 100%;
  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: #1e2029;
  position: absolute;
  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: none;
}

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

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

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

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

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

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

.button.solid {
  color: #fff;
  background-color: #465b74;
  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;
}

.feature-item.left-item {
  padding: 20px;
}

.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: none;
  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: none;
  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: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-image {
  width: 100%;
  height: 65vh;
  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: 101%;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  font-size: 39px;
  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 {
  margin-top: -48px;
  margin-bottom: 36px;
}

.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/Schermata-2021-04-25-alle-14.44.05.png');
}

.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/WhatsApp-Image-2021-04-22-at-09.44.49-e1619087074104.jpeg');
  background-position: 0 0;
}

.speaker-image.six {
  background-image: url('../images/Schermata-2021-04-26-alle-11.38.56.png');
  background-position: 50%;
}

.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.jpg');
  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 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;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 48px;
  display: none;
}

.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: 10px;
  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;
}

.centered-call-to-action.clip {
  align-content: center;
  justify-items: center;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto 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: 27px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.background-shade {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/WhatsApp-Image-2021-04-15-at-11.01.05.jpeg');
  background-position: 0%;
  background-size: cover;
  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%;
  display: none;
}

.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 {
  max-width: 100%;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Ibiza-Sunset.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
}

.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.jpg');
  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;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  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;
  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 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: 18px;
  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: block;
}

.footer-nav-link.w--current {
  display: block;
}

.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: 75%;
  min-width: 100vw;
  background-image: url('../images/Ibiza-Sunset.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clip {
  max-width: 100%;
  font-size: 15px;
  overflow: hidden;
}

.background-fill-image {
  width: 120%;
  height: 120%;
  background-image: url('../images/GradientSquare.jpg');
  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;
}

.team-collection-list-wrapper {
  display: none;
}

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

.image {
  max-width: 70%;
}

.background-video {
  width: 100%;
  height: 102%;
  background-image: linear-gradient(#1e2029, rgba(255, 255, 255, .18)), radial-gradient(circle, rgba(41, 79, 104, .09), rgba(0, 0, 0, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video.mobile {
  display: none;
}

.s-scroll {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.s-scroll.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.transition-block {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-content-wrapper {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1.2em;
}

.paragraph {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link {
  color: #c6ae94;
}

.number {
  margin-bottom: 30px;
  font-size: 1.6em;
  display: none;
}

.section-p {
  display: none;
}

.content-top {
  z-index: 2;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-heading-wrapper {
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.image-2 {
  width: 75px;
  display: none;
}

.content-top-right {
  z-index: 9999;
  max-width: 400px;
  font-size: 14px;
  line-height: 2em;
  position: relative;
}

.dev-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1.3em;
}

.s-scroll-bg-img {
  height: 100%;
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s-scroll-bg-img.is-1 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .38)), url('../images/55b27f53-d934-4b1a-aecc-1187f3a6a6d0.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-scroll-bg-img.is-2 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .52)), url('../images/Schermata-2021-04-25-alle-14.45.52.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-scroll-bg-img.is-3 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .55)), url('../images/Schermata-2021-04-22-alle-09.43.32.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 75px;
  display: none;
}

.design-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1.3em;
}

.design-letter.space {
  padding-right: 10px;
}

.interaction-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1.3em;
}

.interaction-letter.space {
  padding-right: 20px;
}

.image-4 {
  width: 75px;
  display: none;
}

.heading-2 {
  color: #dbe2f0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 80px;
}

.heading-2.due {
  font-size: 44px;
  line-height: 46px;
}

.image-5, .image-6 {
  width: 100%;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: Droid Sans, sans-serif;
  font-size: 17px;
}

.mobile-block {
  display: none;
}

.page-wrapper-2 {
  margin-bottom: 100px;
}

.subheader {
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  transform: rotate(90deg);
}

.subheader.text-weight-light {
  color: #fff;
}

.navbar-menu_wrapper {
  z-index: auto;
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
}

.progress-bar {
  z-index: 1;
  width: 100%;
  height: .5%;
  background-color: #fff;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
  position: relative;
}

.navbar-brand_wrapper {
  z-index: auto;
  display: flex;
  position: relative;
}

.layers-component {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header_component {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.header-section {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.header-rail {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  flex-direction: column;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_component {
  z-index: 9999;
  width: 100%;
  height: 10vh;
  color: #fff;
  mix-blend-mode: exclusion;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-wrapper {
  z-index: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.layer-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
  background-color: #a31621;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layer-background.is--3 {
  z-index: 2;
  background-color: #ced3dc;
}

.layer-background.is--2 {
  z-index: 2;
  background-color: #fcf7f8;
}

.layer-background.is--4 {
  z-index: 2;
  background-color: #343434;
}

.text-size-medium {
  font-size: 1.25rem;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  padding-left: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-large {
  color: #fff;
  text-align: center;
  font-size: 8em;
  position: relative;
}

.subheader_wrapper {
  width: 10%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.subheader_wrapper.margin-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.progress-bar_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-rail {
  height: 1.7em;
  flex-direction: column;
  margin-left: 5px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header-wrapper {
  z-index: auto;
  width: 60em;
  height: 10em;
  mix-blend-mode: exclusion;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fullpage-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section-2 {
  height: 100vh;
  position: relative;
}

.body-2 {
  background-color: #12141d;
}

.c-created {
  z-index: 999999;
  opacity: .7;
  transform-origin: 100% 100%;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  transition: all .25s;
  position: fixed;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.c-created:hover {
  background-color: #324155;
}

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

._w-created {
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.created-text {
  color: #fff;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
}

.bi-close-menu {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(-45deg);
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-slider-btn-loading {
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-logo-content {
  align-items: center;
  display: flex;
}

.c-overlay-menu {
  z-index: 1001;
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._w-overlay-menu {
  z-index: 1100;
  height: 100vh;
  background-color: #131313;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
  position: relative;
  box-shadow: -5px 0 15px rgba(19, 19, 19, .5);
}

.sub-slider {
  width: 350px;
  height: 25vh;
  background-color: rgba(0, 0, 0, 0);
}

.c-menu-btn {
  cursor: pointer;
}

.close-stripe {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
}

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

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.logo-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.logo-icon {
  height: 25px;
}

.main-slide-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/2.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/4.jpg');
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/3.jpg');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/5.jpg');
}

.c-copyright {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-trigger-left {
  z-index: 50;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-slider-nav-arrow {
  display: none;
}

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

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.sub-slider-mask {
  overflow: visible;
}

._w-menu-close {
  cursor: pointer;
}

.ci-overlay-menu {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

._w-overlay-menu-bg {
  z-index: 1099;
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-main-slide-description {
  width: 50vw;
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.main-slider-nav-arrow {
  display: none;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-logo-text {
  padding-left: 10px;
  padding-right: 10px;
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.copyright {
  opacity: .25;
  color: #aaa;
  white-space: nowrap;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

.c-play-btn {
  z-index: 50;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-menu {
  letter-spacing: 2px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  transition: all .25s;
}

.link-menu:hover {
  text-shadow: 0 7px 3px #333;
  transform: translate(0, -3px);
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-slider-btn-circle {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

.link-menu-item {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-stripe {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.menu-stripe.short {
  width: 15px;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

._w-main-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-slide-btn-loading {
  z-index: 30;
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(255, 255, 255, .5);
  border-radius: 1000px;
  position: absolute;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.b-overlay-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._w-slide-btn {
  position: relative;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.c-slide-btn-frame {
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1000px;
  position: relative;
}

.main-slider {
  height: 85vh;
  background-color: #222;
  flex-direction: column;
}

.main-slider.mobile {
  display: none;
}

.curtain {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

._w-slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.c-main-nav {
  z-index: 999;
  padding: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sub-slider-slide {
  width: 350px;
  perspective: 1000px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.ci-slider-btn-loading {
  width: 100%;
  height: 100%;
  opacity: .5;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub-slide-wrapper {
  width: 100%;
  height: 100%;
  background-color: #333;
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px rgba(19, 19, 19, .5);
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/4.jpg');
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/2.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.c-menu-close {
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-menu-item {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.slider-trigger-right {
  z-index: 50;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-slide-btn-block {
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide {
  padding-right: 20px;
}

.fa {
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  width: 90%;
  overflow: visible;
}

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

.section-3 {
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

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

.container {
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.container.come {
  display: block;
}

.container.come.due, .container.free {
  display: none;
}

.image-wrap {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.body-3 {
  background-color: #12141d;
  margin-top: 140px;
}

.dueo {
  padding: 31px;
}

.hero-without-image {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.hero-heading-left {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-right, .hero-stack {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

.image-8 {
  width: 100%;
}

.slide-2 {
  height: 100%;
}

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

.image-10 {
  width: 100%;
  height: 100%;
  display: block;
}

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

.text-block-7 {
  color: #dbe2f0;
}

.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.dropdown-toggle {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.icon {
  filter: invert();
}

.image-11 {
  height: 100%;
}

.mask-2 {
  color: rgba(0, 0, 0, 0);
}

.heading-3 {
  margin-bottom: 40px;
}

.heading-4, .heading-5, .heading-6 {
  margin-bottom: 20px;
}

.header_content-right {
  height: 100vh;
  grid-column-gap: 1rem;
  align-items: center;
  padding-right: 5vw;
  overflow: hidden;
}

.header_images-layout {
  width: 100%;
  grid-column-gap: 1rem;
  display: flex;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header_image-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.margin-bottom.margin-small {
  margin-left: 0;
}

.section-header {
  color: #fff;
  background-color: #070707;
}

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

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.header_component-2 {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_image-list-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  margin-top: -60%;
  display: grid;
}

.header_image-list-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.header_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 1.25%;
  left: auto;
  right: 1.25rem;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: rgba(236, 64, 103, .9);
  text-decoration: none;
  transform: scale(1.05);
}

.header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.section-4 {
  height: 20vh;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #ec3535;
}

.overlay__inner-wrap {
  width: 40vw;
  height: 80vh;
  background-color: #25282a;
  background-image: url('../images/oui6.jpg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  position: absolute;
}

.overlay__inner-wrap.fourth {
  background-image: url('../images/p-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay__inner-wrap.second {
  background-image: url('../images/p-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay__inner-wrap.fifth {
  background-image: url('../images/p-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay__inner-wrap.first {
  background-image: url('../images/p-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay__inner-wrap.third {
  background-image: url('../images/p-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.number-2 {
  height: 4.5vh;
  float: right;
  color: rgba(255, 255, 255, .7);
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: auto;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.progress-bar-2 {
  width: 6px;
  height: 0%;
  background-color: #fff;
}

.project-title-wrap {
  width: 20vw;
  height: 4.5vh;
  position: absolute;
  bottom: 10vh;
  left: 5vw;
  overflow: hidden;
}

.project-title {
  width: 20vw;
  height: 4.5vh;
  color: rgba(255, 255, 255, .7);
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.overlay__inner-container {
  width: 34vw;
  height: 74vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 3vh;
  overflow: hidden;
}

.page-wrap {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #1b1f25;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.section-overlay {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-overlay.five {
  z-index: 1;
  transform: translate(100vw, 100vh);
}

.section-overlay.one {
  z-index: 1;
}

.section-overlay.two, .section-overlay.four, .section-overlay.three {
  z-index: 1;
  transform: translate(100vw, 100vh);
}

.title-outline {
  color: rgba(0, 0, 0, 0);
}

.title-block {
  width: 50%;
  height: 30vh;
  text-decoration: none;
  position: relative;
  top: 32vh;
}

.number-rail {
  width: 4vw;
  height: 22.5vh;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.title.slide1 {
  margin-left: -5px;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
}

.content {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  padding: 5vh 5vw;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fullpage {
  width: auto;
  height: auto;
  float: right;
  position: relative;
}

.fullpage.fullpage-wrapper {
  width: 100vw;
  height: auto;
  min-height: 0;
  position: static;
  overflow: visible;
}

.number-wrap {
  width: 4vw;
  height: 4.5vh;
  position: absolute;
  bottom: 10vh;
  right: 5vw;
  overflow: hidden;
}

.section-6 {
  width: 100%;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.title-rail {
  width: 20vw;
  height: 22.5vh;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.scroll-wrap {
  width: 6px;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cursor__dot1 {
  width: 6px;
  height: 6px;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
}

.cursor__dot1.is--larger {
  width: 150px;
  height: 150px;
  background-color: #fff;
}

.heading-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1;
}

.hero-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.vertical-padding {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.section-header-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider__wave {
  z-index: 2;
  width: 100vw;
  margin-top: -.6vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-180deg);
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.cursor {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.controls {
  z-index: 4;
  width: 12rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed.is-flipped {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-180deg);
}

.container_slider {
  width: 100%;
  max-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.control__fill {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.control {
  width: 3.875rem;
  height: 3.875rem;
  border: 1px solid #2a2a2a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  transition: transform .2s, all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.next-splide, .control.prev-splide {
  border-color: #fff;
}

.splide__slide {
  width: 33.3333%;
  height: 40.3125rem;
  flex: none;
  padding-left: .5rem;
  padding-right: .5rem;
}

.splide__list {
  display: flex;
}

.page-wrapper-3 {
  height: auto;
  overflow: hidden;
}

.cursor-text {
  text-align: center;
  line-height: 1;
}

.section-hero_slider {
  height: auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.headings {
  max-width: 30rem;
}

.cursor__dot2 {
  width: 52px;
  height: 52px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .35s, height .35s, width .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor__dot2.is--larger {
  width: 150px;
  height: 150px;
  color: #fff;
  background-color: #2a2a2a;
  overflow: hidden;
}

.paragraph-3 {
  color: #dbe2f0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.paragraph-3.foot {
  margin-bottom: 20px;
  font-size: 23px;
}

.section-7 {
  flex-direction: column;
  display: flex;
}

.section-7.taci {
  display: none;
}

.image-13 {
  padding: 0 58px 58px;
}

.image-14, .image-15 {
  max-width: 50%;
}

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

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  max-width: 50%;
}

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

.image-22 {
  padding: 41px;
}

.image-23, .image-24 {
  max-width: 50%;
}

.image-25 {
  padding: 52px;
}

.section-9 {
  height: 15vh;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-26 {
  padding-right: 20px;
}

.link-2 {
  color: #dbe2f0;
  font-size: 27px;
  line-height: 1.3em;
  text-decoration: none;
}

.section-10 {
  height: 15vh;
}

.image-27 {
  margin-right: 10px;
}

.column {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.image-28 {
  max-width: 90%;
}

.link-3, .link-4 {
  color: #dbe2f0;
  text-decoration: none;
}

.footmobile {
  display: none;
}

.image-33 {
  padding: 10px;
}

.section-17 {
  height: 15vh;
}

.taci {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero-stack {
    padding-bottom: 0;
  }
}

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

@media screen and (min-width: 1920px) {
  .section.no-top-padding {
    display: flex;
  }

  .mobile-block {
    display: none;
  }

  .subheader.text-weight-light {
    color: #fff;
  }

  .navbar-brand_wrapper {
    font-weight: 400;
  }

  .layers-component {
    display: block;
  }

  .header-rail {
    margin-top: 0;
  }

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

  .fullpage-wrapper {
    display: block;
  }

  .hero-stack {
    padding-top: 10px;
  }
}

@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: #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: 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: 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 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .heading {
    text-align: center;
    font-size: 3em;
  }

  .paragraph {
    max-width: 100%;
    text-align: center;
  }

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

  .content-top {
    flex-direction: column;
    align-items: center;
  }

  .content-heading-wrapper, .image-2 {
    margin-bottom: 25px;
  }

  .dev-letter {
    font-size: 5em;
  }

  .content-bottom {
    flex-direction: column;
    align-items: center;
  }

  .image-3 {
    margin-bottom: 25px;
  }

  .design-letter, .interaction-letter {
    font-size: 5em;
  }

  .image-4 {
    margin-bottom: 25px;
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 15px;
  }

  .mobile-block {
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-block_text {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
  }

  .c-overlay-menu {
    display: none;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, rgba(19, 19, 19, .75), rgba(0, 0, 0, 0));
    display: block;
  }

  .second-slider-container, .c-funtext {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider.desktop {
    display: none;
  }

  .container {
    padding-right: 20px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

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

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

  .header_component-2 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .header_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .overlay__inner-wrap.first {
    width: 46vw;
  }

  .number-2 {
    font-size: 20px;
  }

  .project-title-wrap {
    width: 26vw;
  }

  .project-title {
    font-size: 20px;
  }

  .overlay__inner-container {
    width: 40vw;
  }

  .title-block {
    width: 60%;
    top: 36vh;
  }

  .number-rail {
    width: 5vw;
  }

  .title {
    font-size: 80px;
    line-height: 84px;
  }

  .title.slide1 {
    margin-left: 0;
    font-size: 80px;
  }

  .number-wrap {
    width: 5vw;
  }

  .title-rail {
    width: 26vw;
  }

  .hero-section {
    padding-bottom: 6.2rem;
  }

  .cursor {
    display: none;
  }

  .controls {
    bottom: -4%;
  }

  .control.next-splide, .control.prev-splide {
    width: 3rem;
    height: 3rem;
  }

  .page-wrapper-3 {
    min-height: 100vh;
  }
}

@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-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 {
    padding-left: 0;
  }

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

  .dev-letter, .design-letter, .interaction-letter {
    font-size: 4em;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  ._w-overlay-menu {
    width: 100%;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .ci-main-slide-content {
    width: 70%;
    text-align: left;
    align-items: flex-start;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .link-menu {
    font-size: 2em;
  }

  .c-main-slide-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-main-nav {
    padding: 20px;
  }

  .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .container {
    padding-left: 15px;
    padding-right: 5px;
  }

  .image-wrap {
    padding-top: 60%;
  }

  .hero-without-image, .hero-heading-left, .hero-heading-right, .hero-stack {
    padding: 60px 15px;
  }

  .header_content-right {
    height: 30rem;
  }

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

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

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header_component-2 {
    padding-top: 4rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .overlay__inner-wrap.fourth, .overlay__inner-wrap.second, .overlay__inner-wrap.fifth {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.first {
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(circle, rgba(228, 228, 228, 0) 55%, rgba(15, 15, 15, .6)), url('../images/p-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .overlay__inner-wrap.third {
    width: 100vw;
    height: 100vh;
  }

  .number-2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
  }

  .progress-bar-2 {
    width: 4px;
  }

  .project-title-wrap {
    width: 40vw;
  }

  .project-title {
    width: 40vw;
    color: #fff;
    font-size: 18px;
  }

  .overlay__inner-container {
    width: 100vw;
    height: 100vh;
    top: 0;
  }

  .page-wrap {
    z-index: 1;
  }

  .title-block {
    position: relative;
    top: 31vh;
  }

  .number-rail {
    width: 10vw;
  }

  .title {
    text-align: center;
    font-size: 66px;
    line-height: 70px;
  }

  .title.slide1 {
    text-align: left;
    margin-left: 0;
  }

  .number-wrap {
    width: 10vw;
  }

  .title-rail {
    width: 40vw;
  }

  .scroll-wrap {
    width: 4px;
  }

  .container_slider {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .splide__slide {
    width: 100%;
  }
}

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

  h3 {
    font-size: 20px;
  }

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

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

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

  .section.thin-section.milan {
    display: block;
  }

  .section.footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .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.log {
    display: none;
  }

  .wrapper {
    max-width: 1300px;
  }

  .nav-bar {
    height: 82px;
    padding: 10px 12px;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 10px;
    font-size: 18px;
  }

  .nav-bar-wrapper {
    justify-content: space-between;
  }

  .large-heading {
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
    line-height: 1.1em;
  }

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

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

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

  .three-grid-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .three-grid-wrapper.due {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

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

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

  .speaker-list-icon {
    width: 0;
    height: 0;
    min-height: 0;
    min-width: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0%;
    display: flex;
  }

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

  .lottie-menu {
    display: none;
  }

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

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

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

  .dual-title-wrapper {
    z-index: 4;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

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

  .showreel-heading.foo {
    display: block;
  }

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

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

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

  .footer-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 8px;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

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

  .gradient-span {
    background-image: url('../images/Ibiza-Sunset.png');
  }

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

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

  .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: 17px;
    grid-row-gap: 4px;
    align-content: center;
    justify-content: center;
  }

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

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

  .menu-button.w--open, .gradient-background-fill {
    background-image: url('../images/Ibiza-Sunset.png');
  }

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

  .background-clip {
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Schermata-2021-04-25-alle-14.44.42.png');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

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

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

  .background-video.desktop {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .s-scroll {
    height: 60vh;
  }

  .transition-block {
    display: block;
  }

  .heading {
    font-size: 2em;
  }

  .paragraph {
    font-size: 1em;
  }

  .content-top {
    padding: 40px;
  }

  .content-top-right {
    max-width: 100%;
  }

  .dev-letter {
    font-size: 2em;
  }

  .content-bottom {
    padding: 40px;
  }

  .design-letter, .interaction-letter {
    font-size: 2em;
  }

  .heading-2 {
    padding-top: 0;
    font-size: 37px;
    line-height: 39px;
  }

  .heading-2.due {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 35px;
  }

  .image-6 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .text-block {
    font-size: 9px;
  }

  .text-block-2 {
    text-align: right;
    font-size: 9px;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: 9px;
  }

  .ci-main-slide-content {
    width: 85%;
    align-items: center;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .link-menu {
    font-size: 2.5em;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .slide {
    padding-right: 10px;
  }

  .mask {
    width: 98%;
  }

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

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.paolo {
    display: none;
  }

  .image-wrap {
    padding-top: 100%;
  }

  .body-3 {
    margin-top: 100px;
  }

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

  .hero-wrapper-two {
    align-items: flex-start;
  }

  .margin-bottom-24px {
    text-align: left;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .hero-stack {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image-10 {
    display: block;
  }

  .text-block-7 {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    border-bottom: 1px #000;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  .icon {
    filter: invert();
  }

  .image-12 {
    display: none;
  }

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

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

  .header_component-2 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .section-5 {
    height: 5vh;
  }

  .number-2 {
    font-size: 16px;
  }

  .project-title-wrap {
    bottom: 14vh;
  }

  .project-title {
    font-size: 16px;
  }

  .title-block {
    width: 80%;
    top: 30vh;
  }

  .title {
    font-size: 46px;
    line-height: 52px;
  }

  .title.slide1 {
    font-size: 60px;
    line-height: 58px;
  }

  .number-wrap {
    bottom: 14vh;
  }

  .controls {
    bottom: -13%;
  }

  .container_slider {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .splide__slide {
    height: 25rem;
  }

  .headings {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .paragraph-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3.foot {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 22px;
  }

  .image-13 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-25 {
    padding: 0;
  }

  .section-9 {
    height: 20vh;
  }

  .link-2 {
    font-size: 20px;
  }

  .image-27 {
    filter: none;
    margin-right: 5px;
  }

  .column {
    justify-content: flex-start;
    padding-left: 0;
  }

  .column-2 {
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .link-3 {
    font-size: 13px;
  }

  .footdesk {
    display: none;
  }

  .footmobile {
    display: block;
  }

  .section-11 {
    height: 2vh;
  }

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

  .section-12 {
    height: 2vh;
  }

  .image-29, .image-30 {
    max-width: 50%;
  }

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

  .section-13, .section-14, .section-15, .section-16 {
    height: 2vh;
  }

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

  .image-31, .image-32 {
    max-width: 50%;
  }

  .background-video-2 {
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: .51;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-34 {
    display: none;
  }

  .heading-9 {
    color: #1e2029;
  }

  .div-block-2 {
    z-index: 3;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }

  .text-block-8 {
    color: #dbe2f0;
  }

  .link-5 {
    color: #2a2c34;
    font-size: 20px;
    text-decoration: none;
  }

  .link-6 {
    color: #2a2c34;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .link-6.tre {
    font-weight: 300;
  }

  .image-35, .image-36 {
    filter: invert();
    margin-right: 10px;
  }

  .div-block-3 {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }

  .section-17 {
    height: 2vh;
  }

  .columns {
    display: flex;
  }

  .columns-2 {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}

#w-node-_344f86ad-eba0-e4dd-ae98-ff4345945684-708fc9bb, #w-node-_58996f75-7dbc-14fe-673e-18fada8e1f17-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-c593969e-3175-b53e-d4b0-8d7a5855fd1b-708fc9bb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-708fc9bb {
  align-self: center;
  justify-self: start;
}

#w-node-_188b2ec2-240b-964d-3031-d45769534e44-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_768bcbc5-880d-176c-ac78-51bf0b56112f-708fc9bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f3-708fc9bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cacc8cad-ce36-265c-2011-e4bf0b1934ee-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f4-708fc9bb {
  align-self: center;
  justify-self: center;
}

#w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f7-708fc9bb {
  align-self: center;
  justify-self: end;
}

#w-node-_0a492322-4c57-a736-38d5-2bc63ef587ef-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0a492322-4c57-a736-38d5-2bc63ef587f2-708fc9bb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0a492322-4c57-a736-38d5-2bc63ef587f4-708fc9bb {
  align-self: center;
  justify-self: start;
}

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

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

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

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

#w-node-_3956fdff-cd30-2f7a-d1d9-5a8a2fd132c4-708fc9bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3956fdff-cd30-2f7a-d1d9-5a8a2fd132c7-708fc9bb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3956fdff-cd30-2f7a-d1d9-5a8a2fd132c9-708fc9bb {
  align-self: center;
  justify-self: start;
}

#w-node-_52fdd7c7-c2b3-7bc5-c4a4-1b6e633d418d-8e56bd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

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

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

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4c-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4f-8e56bd43, #w-node-_22301a49-9624-068a-d346-db543b1e2716-8e56bd43, #w-node-ced1b0df-dd91-0563-7d7f-1cb037d5106c-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd52-8e56bd43 {
  justify-self: end;
}

#w-node-_0bc4eaa9-9960-ed79-b2ab-f44e49213dd2-8e56bd43, #w-node-_863e0b95-2dc7-f8f5-6be2-cd5779779864-8e56bd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_5aeec22f-dec1-009e-160f-2f6a92a913ea-708fc9bc {
  justify-self: end;
}

#w-node-_5aeec22f-dec1-009e-160f-2f6a92a91402-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91403-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91404-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91405-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91406-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91407-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91408-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91409-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140a-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140b-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140c-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140d-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140e-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9140f-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91411-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91412-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91413-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91414-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91415-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91416-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91417-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91418-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a91419-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9141a-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9141b-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9141c-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9141d-708fc9bc, #w-node-_5aeec22f-dec1-009e-160f-2f6a92a9141e-708fc9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-708fc9bc {
  align-self: center;
  justify-self: start;
}

#w-node-_47452d74-ce76-1524-16cc-e8425f9f25fb-708fc9bc {
  align-self: center;
  justify-self: center;
}

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

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

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

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

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

#w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-708fc9bd {
  align-self: center;
  justify-self: stretch;
}

#w-node-_4eb09be3-48f8-4f45-c546-dccacd798b9a-708fc9bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

#w-node-fe82c55c-b46c-e913-1575-2eec13d6be3a-708fc9c0 {
  align-self: center;
  justify-self: center;
}

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

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

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-708fc9c0 {
  align-self: center;
  justify-self: center;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-708fc9c0 {
  align-self: center;
  justify-self: end;
}

#w-node-baee1225-47b4-4977-396c-9f912ec9a88a-cb387ebc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-baee1225-47b4-4977-396c-9f912ec9a88d-cb387ebc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-baee1225-47b4-4977-396c-9f912ec9a88f-cb387ebc {
  align-self: center;
  justify-self: start;
}

#w-node-a90dca44-6b21-bc0f-70ed-fc611ae80b9d-cb387ebc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-a90dca44-6b21-bc0f-70ed-fc611ae80ba0-cb387ebc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a90dca44-6b21-bc0f-70ed-fc611ae80ba2-cb387ebc {
  align-self: center;
  justify-self: start;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-518afc44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-518afc44 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-1a0f6b62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-1a0f6b62 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-1a0f6b62 {
  align-self: center;
  justify-self: start;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-7d7219b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-7d7219b8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-7d7219b8 {
  align-self: center;
  justify-self: start;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-7d724091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-7d724091 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-7d724091 {
  align-self: center;
  justify-self: start;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-be3ccfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-be3ccfa1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-be3ccfa1 {
  align-self: center;
  justify-self: start;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815580-70ad63d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815583-70ad63d6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-70ad63d6 {
  align-self: center;
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934ee-708fc9bb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0bc4eaa9-9960-ed79-b2ab-f44e49213dd2-8e56bd43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-708fc9bb, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-708fc9bb, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-708fc9bb {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

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

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

  #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f4-708fc9bb {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f7-708fc9bb {
    justify-self: start;
  }

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

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

  #w-node-_5aeec22f-dec1-009e-160f-2f6a92a913ea-708fc9bc {
    justify-self: start;
  }

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

  #w-node-_41e71508-0cfe-61a0-439c-dc50c1140191-708fc9bc, #w-node-_6ebd2c01-3f39-69a3-e871-b0a36057a5d7-708fc9bf {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-708fc9bb {
    align-self: center;
    justify-self: center;
  }

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

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-708fc9bb {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

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

  #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f4-708fc9bb {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f7-708fc9bb {
    justify-self: center;
  }

  #w-node-_0a492322-4c57-a736-38d5-2bc63ef587f0-708fc9bb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0a492322-4c57-a736-38d5-2bc63ef587f4-708fc9bb {
    justify-self: center;
  }

  #w-node-_3956fdff-cd30-2f7a-d1d9-5a8a2fd132c5-708fc9bb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3956fdff-cd30-2f7a-d1d9-5a8a2fd132c9-708fc9bb {
    justify-self: center;
  }

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

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-708fc9bc {
    justify-self: center;
  }

  #w-node-_022a9482-167d-8118-b962-09c1357a9d3b-708fc9bd {
    align-self: center;
    justify-self: center;
  }

  #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-708fc9bd {
    justify-self: center;
  }

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

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

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

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

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

  #w-node-baee1225-47b4-4977-396c-9f912ec9a88b-cb387ebc {
    align-self: center;
    justify-self: center;
  }

  #w-node-baee1225-47b4-4977-396c-9f912ec9a88f-cb387ebc {
    justify-self: center;
  }

  #w-node-a90dca44-6b21-bc0f-70ed-fc611ae80b9e-cb387ebc {
    align-self: center;
    justify-self: center;
  }

  #w-node-a90dca44-6b21-bc0f-70ed-fc611ae80ba2-cb387ebc {
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815581-1a0f6b62 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-1a0f6b62 {
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815581-7d7219b8 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-7d7219b8 {
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815581-7d724091 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-7d724091 {
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815581-be3ccfa1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-be3ccfa1 {
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815581-70ad63d6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b316a0e5-16e0-4c4a-ed8e-60e4e6815585-70ad63d6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-708fc9bb, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-708fc9bb, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-708fc9bb {
    grid-row: span 1 / span 1;
  }

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

  #w-node-_768bcbc5-880d-176c-ac78-51bf0b56112f-708fc9bb, #w-node-cacc8cad-ce36-265c-2011-e4bf0b1934f3-708fc9bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52fdd7c7-c2b3-7bc5-c4a4-1b6e633d418d-8e56bd43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

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

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

  #w-node-_0bc4eaa9-9960-ed79-b2ab-f44e49213dd2-8e56bd43 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-_863e0b95-2dc7-f8f5-6be2-cd5779779864-8e56bd43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

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

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

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-708fc9bc {
    justify-self: stretch;
  }

  #w-node-_022a9482-167d-8118-b962-09c1357a9d3b-708fc9bd {
    align-self: center;
    justify-self: center;
  }

  #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-708fc9bd {
    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;
}