@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --z-index-2: 2px;
  --dark-grey: #333;
  --light-grey: #999;
  --z-index: 1px;
  --card-1: 1px;
  --card-2: 0px;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  font-family: Unbounded, sans-serif;
}

h1 {
  color: #eee9e0;
  letter-spacing: -.03em;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.3vw;
  font-weight: 700;
  line-height: 80%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.header {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.partner-description {
  color: #eee9e0;
  text-align: right;
  align-self: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.link-block_ain {
  align-self: auto;
}

.partner-bold-text {
  z-index: 9999;
  font-weight: 700;
  position: relative;
}

.header-partner_block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.header-separator {
  opacity: .2;
  color: #0f110f;
  background-color: #eee9e0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.partner-description-mobile {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.suggestion-image.is--1 {
  object-position: 50% 50%;
  height: 190%;
  inset: auto 0% 0% auto;
}

.suggestion-image.is--2 {
  object-position: 56% 0%;
  height: 260%;
  inset: auto 0% -50% auto;
}

.suggestion-image.is--3 {
  object-position: 40% 0%;
  height: 200%;
  inset: auto 0% -14% auto;
}

.suggestion-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.footer {
  padding: 60px 40px 57px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-description {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-link {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.partner-section {
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  background-color: #fff9f1;
}

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

.has--weight-semibold {
  font-weight: 600;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.year-text {
  color: #eee9e0;
  text-transform: uppercase;
  margin-top: -.7vw;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 110%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is--small {
  padding: .5rem 1.25rem;
}

.button.is--text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is--large {
  padding: 1rem 2rem;
}

.button.is--secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.author-description {
  font-size: 1.5rem;
}

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

.margin-tiny {
  margin: .125rem;
}

.author-name {
  font-size: 1.7rem;
}

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

.has--background-white {
  background-color: #fff;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.has--style-allcaps {
  text-transform: uppercase;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.has--style-nowrap {
  white-space: nowrap;
}

.has--style-muted {
  opacity: .6;
}

.paragraph-default {
  color: #000;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.8vw;
}

.paragraph-default.is--smaller {
  font-size: 1.6vw;
  line-height: 110%;
}

.paragraph-default.has--max-width {
  max-width: 18ch;
}

.paragraph-default.has--top-margin {
  margin-top: 3vw;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.section-padding-small {
  padding-top: 3rem;
}

.margin-huge {
  margin: 6rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.ac-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.ac-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--align-right {
  text-align: right;
}

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

.caption-supersmall {
  font-size: .6rem;
}

.ac-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.ac-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.description-supersmall {
  font-size: .6rem;
}

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

.padding-small {
  padding: 1rem;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xhuge {
  margin: 8rem;
}

.section-padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-xhuge {
  padding: 8rem;
}

.form-component {
  margin-bottom: 0;
}

.marquee-text {
  color: #000;
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 700;
  line-height: 110%;
}

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

.ac-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ac-styleguide_2-col.is-align-start {
  align-items: start;
}

.ac-styleguide_heading-medium {
  font-size: 4rem;
}

.ac-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.ac-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.ac-styleguide_item.is-stretch {
  justify-items: stretch;
}

.overflow-visible {
  overflow: visible;
}

.text-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-xxlarge {
  margin: 5rem;
}

.description-xlarge {
  font-size: 1.7rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.has--max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-medium {
  margin: 2rem;
}

.has--max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.ac-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.ac-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.ac-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.ac-styleguide_spacing-all {
  display: none;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.has--style-link {
  color: #000;
  text-decoration: underline;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.has--background-grey {
  background-color: #f5f5f5;
}

.paragraph-xsmall {
  color: #ef3341;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 300;
}

.paragraph-xsmall.has--color-white {
  color: #eee9e0;
  text-align: center;
  margin-top: -.5vw;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-xsmall.has--font-basis {
  text-transform: none;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-xsmall.has--font-basis.has--color-black {
  width: 35vw;
}

.paragraph-xsmall.has--color-black {
  text-transform: none;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-weight: 400;
}

.ac-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-superlarge {
  font-size: 2rem;
}

.caption-xsmall {
  font-size: .75rem;
}

.has--max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-medium {
  padding: 2rem;
}

.has--max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.has--background-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-tiny {
  padding: .125rem;
}

.text-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.has--weight-xbold {
  font-weight: 900;
}

.ac-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.ac-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-xsmall {
  margin: .5rem;
}

.paragraph-mediu {
  font-size: 1.25rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.caption-superlarge {
  font-size: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  font-size: 3rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.has--color-grey {
  color: gray;
}

.has--color-black {
  color: #000;
}

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

.description-medium {
  font-size: 1.25rem;
}

.caption-small {
  font-size: .875rem;
}

.description-large {
  font-size: 1.5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.ac-styleguide_color.is-3 {
  background-color: #fff;
}

.ac-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.ac-styleguide_color.is-1 {
  background-color: #000;
}

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

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

.padding-large {
  padding: 3rem;
}

.has--weight-light {
  font-weight: 300;
}

.margin-large {
  margin: 3rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.caption-default {
  font-size: 1rem;
}

.has--weight-bold {
  font-weight: 700;
}

.has--weight-bold.has--color-red {
  color: #ef3341;
}

.padding-xlarge {
  padding: 4rem;
}

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

.ac-styleguide_header {
  background-color: #0000000d;
}

.padding-xsmall {
  padding: .5rem;
}

.text-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

.has--style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.has--max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.has--max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.ac-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h2 {
  color: #eee9e0;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 110%;
}

.h2.has--max-width {
  width: 15ch;
}

.page-wrapper {
  background-image: url('../images/paperboard-texture_1.webp');
  background-position: 0 0;
  background-size: 100%;
  overflow: clip;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.caption-large {
  font-size: 1.5rem;
}

.paragraph-supersmall {
  font-size: .6rem;
}

.caption-xlarge {
  font-size: 1.7rem;
}

.ac-styleguide_heading-large {
  font-size: 6rem;
}

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

.ac-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.ac-styleguide_3-col.is-align-start {
  align-items: start;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.has--style-strikethrough {
  text-decoration: line-through;
}

.form_message-success {
  padding: 1.25rem;
}

.ac-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ac-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.ac-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.caption-medium {
  font-size: 1.25rem;
}

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

.has--color-white {
  color: #fff;
}

.description-xsmall {
  font-size: .75rem;
}

.description-small {
  font-size: .875rem;
}

.margin-0 {
  margin: 0;
}

.paragraph-small {
  color: #eee9e0;
  text-transform: uppercase;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-small.has--align-center {
  margin-bottom: 5vw;
}

.paragraph-small.has--weight-normal {
  font-weight: 400;
}

.paragraph-small.has--weight-normal.has--opacity_60 {
  color: #eee9e099;
}

.paragraph-small.has--color-red {
  color: #ec3340;
  font-family: Unbounded, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.paragraph-small.is--caption {
  color: red;
  text-transform: none;
  font-weight: 400;
}

.description-default {
  font-size: 1rem;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column.has--margin {
  margin-left: 4vw;
}

.container-default {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.block-meaning {
  z-index: 9999;
  filter: drop-shadow(0 2px 5px #000000b3);
  text-align: center;
  background-color: #0006;
  border-radius: 10px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -110px auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  inset: -9.6px 45% auto;
}

.link-block_partner {
  align-items: center;
  display: flex;
}

.link-block_partner.has--filter {
  filter: invert(90%);
}

.logo-image_ain {
  width: auto;
  height: 35px;
}

.logo-image_ain.has--filter {
  filter: brightness(350%);
}

.logo-image_partner {
  filter: brightness(0%);
  width: auto;
  height: 30px;
}

.container {
  width: 100%;
  max-width: 94vw;
}

.container.is--absolute {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block.is--hero {
  flex-flow: column;
  height: 100.1svh;
  min-height: 57vw;
  padding-top: 10vw;
  display: flex;
}

.content-block.is--relative {
  position: relative;
}

.content-block.is--absolute {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-block.has--overflow-hidden {
  overflow: hidden;
}

.h3 {
  color: #ef3341;
  text-transform: uppercase;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 110%;
}

.h3.has--color-black {
  color: #000;
}

.h3.has--color-black.is--smaller {
  max-width: none;
}

.h3.is--smaller {
  max-width: 37.4vw;
}

.paragraph-medium {
  color: #ef3341;
  text-transform: uppercase;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 110%;
}

.hero-section {
  z-index: 11;
  background-color: #ef3341;
  position: relative;
  overflow: hidden;
}

.h1 {
  z-index: 1;
  color: #eee9e0;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: Unbounded, sans-serif;
  font-size: 11.3vw;
  font-weight: 700;
  line-height: 80%;
  position: relative;
}

.h1.is--black {
  color: #000;
  mix-blend-mode: normal;
}

.h1-wrap {
  z-index: 1;
  text-align: center;
  position: relative;
}

.h1-wrap.is--under {
  z-index: 0;
  margin-top: 10.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-image {
  z-index: 0;
  width: 95vw;
  min-width: 95vw;
  height: auto;
  position: absolute;
  inset: -8vw auto auto -1.5vw;
}

.content-wrap {
  position: absolute;
  inset: 0%;
}

.hero-bottom {
  z-index: 2;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.has--weight-black {
  font-weight: 900;
}

.description-section {
  z-index: 11;
  background-color: #fff9f1;
  position: relative;
}

.padding-block {
  padding-top: 20vw;
  padding-bottom: 20vw;
}

.padding-block.is--top {
  padding-top: 10vw;
  padding-bottom: 0;
}

.padding-block.is--larger, .padding-block.has--large-bottom {
  padding-bottom: 25vw;
}

.layout {
  grid-column-gap: 0px;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 5.5vw 16.4vw 23.6vw 1fr;
  grid-auto-columns: 1fr;
  padding-right: 2vw;
  display: grid;
}

.layout.has--margin-bottom {
  margin-bottom: 13vw;
}

.layout.has--small-margin {
  margin-bottom: 10vw;
  padding-top: 4vw;
  position: relative;
}

.layout.is--last {
  margin-bottom: 0;
  padding-top: 4vw;
  position: relative;
}

.layout.has--xsmall-margin {
  margin-bottom: 10vw;
  padding-top: 4vw;
  position: relative;
}

.layout.has--medium-margin {
  margin-bottom: 13vw;
  padding-top: 4vw;
  position: relative;
}

.layout.has--medium-margin.has--no-top {
  margin-top: -1.4vw;
  padding-top: 0;
}

.layout.has--large-margin {
  margin-bottom: 12vw;
  position: relative;
}

.layout.has--no-padding, .layout.is--3 {
  margin-bottom: 10vw;
  padding-top: 0;
  position: relative;
}

.section-top {
  width: 100%;
  height: auto;
  position: absolute;
  inset: -.1% 0% auto;
}

.section-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -.1%;
}

.logo {
  width: 11vw;
  height: auto;
}

.logo.has--margin {
  opacity: .65;
  display: none;
}

.has--margin {
  margin-left: 8vw;
}

.has--opacity_30 {
  color: #ef33414d;
}

.has--opacity_30.has--color-black {
  color: #0000004d;
}

.paragraph-wrap {
  grid-column-gap: 14.5vw;
  grid-row-gap: 14.5vw;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.etap-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.year-section {
  background-color: #ef3341;
  position: relative;
}

.marquee-wrap {
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-block {
  flex: none;
  display: flex;
}

.marquee-part {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: none;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 1vw;
  display: flex;
}

.etap-svg {
  width: 6.5vw;
  height: auto;
}

.choose {
  z-index: 10;
  transform-origin: 100%;
  background-color: #ef3341;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 100vh;
  padding-left: .1vw;
  transition: transform .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.choose:hover {
  transform: scale(1.05);
}

.choose-text {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 110%;
  transform: rotate(90deg);
}

.dashed-line {
  z-index: 3;
  width: .2vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.year-wrap {
  flex-flow: column;
  display: flex;
}

.year-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 11.8vw 57.2vw 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3vw;
  padding-bottom: 2.8vw;
  padding-left: 3vw;
  display: grid;
  position: relative;
}

.year-div {
  width: 79vw;
  height: auto;
  margin-left: auto;
}

.side-line {
  width: .1vw;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.first-section {
  margin-top: -16vw;
  position: relative;
}

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

.background-image.is--mob {
  display: none;
}

.topper-content {
  position: absolute;
  inset: 0%;
}

.red-block {
  text-align: center;
  width: 10.6vw;
  height: auto;
  padding-top: .2vw;
  padding-bottom: .2vw;
  position: relative;
}

.paragraph-xlarge {
  color: #eee9e0;
  text-align: center;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 700;
  line-height: 110%;
}

.corner-item {
  width: .8vw;
  height: auto;
}

.corner-item.is--top-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-item.is--bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-item.is--top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner-item.is--bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.corner-item.is--xlarger {
  width: 1.4vw;
}

.second-section, .third-section, .fourth-section, .sixth-section {
  margin-top: -16vw;
  position: relative;
}

.s-1991-2004 {
  position: relative;
}

.number {
  color: #00000080;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.6vw;
}

.video {
  border-radius: 4px;
  height: auto;
  margin-bottom: 18vw;
  display: flex;
  overflow: hidden;
}

.video.has--small-margin {
  margin-bottom: 4vw;
}

.video.has--no-margin {
  margin-top: -6vw;
  margin-bottom: 0;
}

.video.is--2 {
  margin-bottom: 0;
}

.item-div {
  flex: none;
  width: 200vw;
  height: auto;
}

.line-wrap {
  display: flex;
  overflow: hidden;
}

.line-wrap.is--1 {
  width: 70vw;
}

.line-wrap.is--2 {
  width: 91vw;
  position: relative;
}

.line-wrap.is--3 {
  width: 38.5vw;
}

.line-wrap.is--4 {
  width: 89vw;
}

.line-wrap.is--4.hide_1280, .line-wrap.is--5 {
  width: 100%;
}

.line-wrap.is--6 {
  width: 91vw;
}

.line-wrap.is--7 {
  width: 89vw;
}

.line-wrap.is--8 {
  width: 91vw;
}

.line-wrap.is--9 {
  width: 44vw;
}

.line-wrap.is--large_1920 {
  width: 91vw;
}

.table-image {
  width: 113.5vw;
  min-width: 113.5vw;
  height: auto;
  margin-bottom: 18vw;
  margin-left: -8.6vw;
}

.table-image.has--small-margin {
  margin-bottom: 12vw;
}

.video-src {
  height: auto;
  min-height: 52vw;
}

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

.image-inner.is--smaller {
  width: 98%;
}

.press-image {
  width: 97vw;
  min-width: 97vw;
  height: auto;
  margin-bottom: 18vw;
  margin-left: -3vw;
}

.press-image.is--reg {
  display: block;
}

.press-image.is--mob {
  display: none;
}

.quote-block {
  background-color: #ffffff4d;
  margin-bottom: 21vw;
}

.quote-block.has--small-margin {
  margin-bottom: 10vw;
}

.quote-block.has--small-margin.is--smaller {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.quote-image {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.quote-image.is--hide_992 {
  display: none;
}

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

.author-info {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  display: flex;
}

.quote-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  margin: 3vw 0;
  padding-right: 5vw;
  display: flex;
}

.quote-wrap.has--no-padding {
  margin-left: 3vw;
  margin-right: 3vw;
}

.quote-svg {
  width: 2.3vw;
  height: auto;
}

.quote {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 120%;
}

.quote.has--no-margin {
  margin-bottom: 0;
}

.red-link {
  color: #ef3341;
}

.computer-block {
  width: 24vw;
  height: auto;
  position: absolute;
  inset: -1.7vw 0% auto auto;
}

.link {
  color: #000;
  border-bottom: 1px solid #000;
}

.link.has--color-red {
  color: #e1313d;
  border-bottom-color: #e1313d;
}

.link.has--color-grey {
  color: #0000004d;
  border-bottom-style: none;
  text-decoration: underline;
}

.large-image {
  width: 100%;
  height: 40vw;
  margin-bottom: 18vw;
  overflow: hidden;
}

.fifth-section {
  margin-top: -16vw;
  position: relative;
}

.h4 {
  color: #ef3341;
  text-transform: uppercase;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 120%;
}

.h4.is--large {
  font-size: 2.2vw;
}

.h4.is--medium {
  pointer-events: none;
}

.h4.is--small {
  font-size: 2vw;
}

.final-section {
  height: 40vw;
  overflow: hidden;
}

.footer-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: -2%;
  position: relative;
}

.item-wrap {
  flex-flow: column;
  display: flex;
}

.noise {
  z-index: -1;
  opacity: .5;
  pointer-events: none;
  background-image: url('../images/noise_1.webp');
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.noise-wrap {
  position: relative;
}

.noise-block {
  z-index: 99999;
  opacity: .08;
  pointer-events: none;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: 240px;
  width: 100vw;
  height: 100svh;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-wrap {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.fill {
  background-image: linear-gradient(#f0ebe180, #f0ebe180);
  width: 86%;
  height: 86%;
  position: absolute;
  inset: 7% 0% 0% 7%;
}

.old-phone-image {
  width: 8.5vw;
  height: auto;
  display: none;
}

.cross {
  width: 3.2vw;
  position: absolute;
  inset: -1.49vw .1vw auto auto;
}

.cross-wrap {
  position: relative;
}

.cross-wrap.is--s {
  width: 47.4vw;
}

.background-images-wrap {
  z-index: 1;
  mix-blend-mode: overlay;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.back-img {
  height: auto;
  position: absolute;
}

.google-image {
  mix-blend-mode: multiply;
  width: 24vw;
  height: auto;
  position: absolute;
  inset: 6vw auto auto 15vw;
}

.hover-img {
  width: 17.3vw;
  height: auto;
  position: absolute;
  inset: 0% 24% auto auto;
}

.hover-img.is--1 {
  width: 19.3vw;
  top: -17%;
}

.hover-img.is--2 {
  width: 15.4vw;
}

.hover-img.is--3 {
  width: 17.3vw;
}

.hover-img.is--5 {
  width: 18.5vw;
}

.hover-img.is--4 {
  right: 35%;
}

.images-wrapper {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32vw;
  display: flex;
}

.image-block.is--2 {
  margin-top: -1vw;
}

.image-block.is--3 {
  width: 24vw;
}

.small-image {
  width: 30.7vw;
  height: auto;
}

.small-image.is--4 {
  width: 18.5vw;
}

.image-caption {
  justify-content: center;
  align-items: center;
  height: 7vw;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  display: flex;
  position: relative;
}

.side-image {
  opacity: .65;
  height: auto;
}

.side-image.is--hide_992 {
  width: 70%;
  display: none;
}

.side-image.is--hide_992.is--larger {
  width: 36vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.side-image.is--hide_992.is--smaller {
  width: 20vw;
  display: block;
  position: absolute;
  inset: auto auto -10vw 5vw;
}

.side-image.is--hide_992.is--8 {
  width: 30vw;
  display: block;
  position: absolute;
  inset: 115% auto auto 0%;
}

.side-image.is--hide_992.is--9 {
  width: 32vw;
  display: block;
  position: absolute;
  inset: auto auto 15vw 0%;
}

.side-image.is--hide_992.is--11 {
  width: 34vw;
  display: block;
  position: absolute;
  inset: auto auto -110vw 0%;
}

.side-image.is--hide_992.is--12 {
  width: 34vw;
  display: block;
  position: absolute;
  inset: auto auto 25% 0%;
}

.side-image.is--hide_992.is--14 {
  width: 18vw;
  display: block;
  position: absolute;
  inset: auto auto 20vw 5vw;
}

.side-image.is--hide_992.is--25 {
  width: 32vw;
  display: block;
  position: absolute;
  inset: auto auto 60vw 0%;
}

.side-image.is--hide_992.is--26 {
  width: 32vw;
  display: block;
  position: absolute;
  inset: 55% auto auto 4%;
}

.side-image.is--hide_mob {
  display: block;
}

.side-image.is--hide_mob.is--1 {
  width: 23vw;
  margin-left: 2vw;
}

.side-image.is--hide_mob.is--2 {
  width: 26vw;
  margin-left: 8vw;
}

.trends-wrap {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  margin-top: -1vw;
  display: flex;
}

.trends-wrap.has--top-margin {
  margin-top: 1vw;
}

.trends-block {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: flex;
}

.graph-image {
  width: 112.5vw;
  min-width: 112.5vw;
  margin-bottom: 18vw;
  margin-left: -8.5vw;
}

.graph-inner {
  width: 100%;
  height: auto;
}

.sticky-wrap {
  z-index: 999;
  position: relative;
}

.sticky-block {
  perspective: 100vw;
  height: 65vw;
  position: relative;
  top: -5vw;
}

.card-block {
  grid-column-gap: 5.6vw;
  grid-row-gap: 3vw;
  background-color: #f9f6ef;
  border-radius: .35vw;
  grid-template-rows: auto;
  grid-template-columns: 32vw 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding: 3.5vw;
  display: grid;
  position: relative;
}

.card-block.is--2 {
  cursor: pointer;
  transition: filter .2s;
  position: absolute;
  inset: 0 auto auto 13vw;
}

.card-block.is--2:hover {
  filter: saturate(140%) brightness(97%);
}

.card-block.is--1 {
  position: absolute;
  inset: 6vw auto auto 0;
}

.small-video {
  width: 100%;
  height: auto;
  max-height: 24vw;
}

.card-inner {
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  pointer-events: none;
  flex-flow: column;
  display: flex;
}

.quote-small {
  color: #000;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.rectangle-block {
  justify-content: center;
  align-items: center;
  width: 34vw;
  height: 8.7vw;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  display: flex;
  position: relative;
}

.rectangle-block.has--white-bg {
  background-color: #ffffff4d;
}

.web-wrap {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  flex-flow: column;
  margin-bottom: 3vw;
  display: flex;
  position: relative;
}

.web-images-wrap {
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: absolute;
  inset: -10% 10% auto auto;
}

.web-image {
  opacity: .65;
  width: 20vw;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.web-image.is--2 {
  inset: 0% 0% auto auto;
}

.disappear-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.lost-images-wrap {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.side-image-wrap {
  display: none;
}

.city-image {
  opacity: .65;
  width: 100%;
  min-width: 94vw;
  height: auto;
  margin-right: -2vw;
}

.glitch-bg {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  min-width: 68vw;
  height: auto;
  position: absolute;
  inset: -3.7vw auto auto -19vw;
}

.glitch-wrap {
  z-index: 0;
  filter: brightness(200%);
  mix-blend-mode: overlay;
  border-radius: 4vw;
  width: 30vw;
  height: 23vw;
  position: absolute;
  inset: 1.4vw 0% 0% 31vw;
  overflow: hidden;
}

.glitch {
  z-index: 2;
  filter: contrast(200%);
  width: 100%;
  height: 100%;
  position: relative;
}

.large-image_inner {
  object-fit: cover;
  width: 110%;
  height: 110%;
  margin-top: -2%;
}

.fb-video {
  width: 100%;
  height: auto;
  max-height: 24vw;
}

.iframe {
  position: relative;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 11.4vw;
  }

  .header {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .suggestion-image.is--2 {
    height: 300%;
    bottom: -63%;
  }

  .suggestion-image.is--3 {
    object-position: 37% 0%;
    height: 220%;
    bottom: -26%;
  }

  .year-text {
    margin-top: -.6vw;
    font-size: 4.2vw;
  }

  .paragraph-default {
    font-size: 1.25vw;
  }

  .paragraph-default.is--smaller {
    font-size: 1.11vw;
  }

  .paragraph-default.is--smaller.has--max-width {
    width: 21.7vw;
  }

  .paragraph-default.has--max-width {
    max-width: 27ch;
  }

  .paragraph-default.has--top-margin {
    margin-top: 2vw;
  }

  .marquee-text {
    font-size: 6.25vw;
  }

  .paragraph-xsmall {
    font-size: .83vw;
  }

  .paragraph-xsmall.has--color-white {
    font-size: 1.25vw;
  }

  .paragraph-xsmall.has--font-basis {
    font-size: 1.11vw;
  }

  .paragraph-xsmall.has--font-basis.has--color-black {
    width: 32vw;
    font-size: 1.25vw;
  }

  .paragraph-xsmall.has--color-black {
    font-size: 1.11vw;
  }

  .paragraph-small {
    font-size: 1.25vw;
  }

  .paragraph-small.has--align-center {
    margin-bottom: 3.6vw;
  }

  .paragraph-small.has--weight-normal {
    font-size: 1.11vw;
  }

  .paragraph-small.is--caption {
    font-size: .97vw;
    font-weight: 400;
  }

  .container-default {
    max-width: 1200px;
  }

  .content-block.is--hero {
    min-height: 55vw;
    padding-top: 6vw;
  }

  .content-block.is--absolute {
    padding-bottom: 3vw;
  }

  .h3.is--smaller {
    max-width: 26vw;
    font-size: 1.8vw;
  }

  .paragraph-medium {
    font-size: 1.8vw;
  }

  .h1 {
    font-size: 11.4vw;
  }

  .h1-image {
    min-width: 97vw;
    top: -7.5vw;
    left: -2.2vw;
  }

  .hero-bottom {
    margin-bottom: 2vw;
  }

  .description-section {
    background-image: url('../images/paperboard-texture_1.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .padding-block {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .padding-block.is--larger {
    padding-bottom: 25vw;
  }

  .padding-block.has--large-bottom {
    padding-top: 16vw;
    padding-bottom: 25vw;
  }

  .layout {
    grid-row-gap: 4.2vw;
    grid-template-columns: 5vw 29vw 32vw 1fr;
  }

  .layout.has--margin-bottom {
    margin-bottom: 11vw;
  }

  .layout.has--small-margin {
    margin-bottom: 7vw;
    padding-top: 3.5vw;
  }

  .layout.has--small-margin.is--small_1920, .layout.has--small-margin.is--small_1920_2 {
    grid-row-gap: 2vw;
    grid-template-rows: 4vw;
    grid-template-columns: 4.5vw auto;
  }

  .layout.is--last {
    padding-top: 3.5vw;
  }

  .layout.has--xsmall-margin {
    margin-bottom: 7vw;
    padding-top: 3.5vw;
  }

  .layout.has--medium-margin {
    margin-bottom: 13.2vw;
    padding-top: 3.5vw;
  }

  .layout.has--medium-margin.has--no-top {
    margin-top: -5.5vw;
  }

  .layout.has--large-margin {
    margin-bottom: 9vw;
  }

  .layout.has--large-margin.is--small_1920, .layout.has--large-margin.is--small_1920_2 {
    grid-row-gap: 2vw;
    grid-template-rows: 4vw;
    grid-template-columns: 4.5vw auto;
  }

  .layout.has--no-padding {
    margin-bottom: 7vw;
    padding-top: 3.5vw;
  }

  .layout.is--3 {
    margin-bottom: 13.2vw;
    padding-top: 3.5vw;
  }

  .logo {
    width: 10vw;
  }

  .logo.has--margin {
    width: 8vw;
    margin-top: -4vw;
    margin-left: 6vw;
    display: block;
  }

  .paragraph-wrap {
    grid-column-gap: 14.5vw;
    grid-row-gap: 14.5vw;
    grid-template-columns: .7fr 1fr;
  }

  .year-section {
    padding-bottom: 8vw;
  }

  .etap-svg {
    width: 7vw;
  }

  .choose-text {
    font-size: 1.5vw;
  }

  .year-item {
    grid-template-columns: 7.5vw 61vw 1fr;
    padding-top: 3.5vw;
    padding-bottom: 3vw;
    padding-left: 1.4vw;
  }

  .year-div {
    width: 85.4vw;
  }

  .side-line {
    width: .12vw;
  }

  .red-block {
    padding-top: .4vw;
    padding-bottom: .4vw;
  }

  .corner-item {
    width: .6vw;
  }

  .corner-item.is--xlarger {
    width: 1vw;
  }

  .number {
    font-size: 1.1vw;
  }

  .video {
    width: 58vw;
    height: 37.5vw;
    margin-bottom: 14vw;
    margin-left: auto;
    margin-right: 2vw;
  }

  .video.has--small-margin {
    margin-bottom: 0;
  }

  .video.has--no-margin {
    margin-top: -3.5vw;
  }

  .item-div {
    width: 144.6vw;
  }

  .line-wrap {
    width: 62vw;
  }

  .line-wrap.is--1 {
    width: 66.0417vw;
  }

  .line-wrap.is--2 {
    width: 90.7vw;
  }

  .line-wrap.is--3 {
    width: 27.6vw;
  }

  .line-wrap.is--4 {
    width: 63vw;
  }

  .line-wrap.hide_1280 {
    display: none;
  }

  .line-wrap.is--5 {
    width: 100%;
  }

  .line-wrap.is--6 {
    width: 65vw;
  }

  .line-wrap.is--7 {
    width: 63vw;
  }

  .line-wrap.is--8 {
    width: 65vw;
  }

  .line-wrap.is--9 {
    width: 32.6vw;
  }

  .line-wrap.is--large_1920 {
    width: 62.5vw;
  }

  .line-wrap.is--10 {
    width: 92vw;
  }

  .table-image {
    min-width: 108.5vw;
    margin-bottom: 14vw;
    margin-left: -8.4vw;
  }

  .video-src {
    min-height: 37vw;
  }

  .image-inner.is--smaller {
    width: 96%;
    margin-left: -.8vw;
  }

  .press-image {
    margin-bottom: 14vw;
  }

  .quote-block {
    margin-bottom: 15.7vw;
  }

  .quote-block.has--small-margin {
    margin-bottom: 7vw;
  }

  .quote-block.has--small-margin.is--smaller {
    width: 60vw;
    margin-top: -3.5vw;
    margin-bottom: 0;
  }

  .quote-image {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
    margin-top: 6vw;
  }

  .quote-image.is--hide_992 {
    width: 14vw;
    margin-top: 0;
    display: flex;
  }

  .author-image {
    aspect-ratio: 1;
    width: 18vw;
  }

  .author-image.is--smaller {
    width: 14vw;
  }

  .author-info {
    grid-column-gap: .15vw;
    grid-row-gap: .15vw;
  }

  .quote-wrap {
    padding-right: 10vw;
  }

  .quote-wrap.has--no-padding {
    padding-right: 0;
  }

  .quote {
    margin-bottom: 4.2vw;
  }

  .computer-block {
    width: 26vw;
    top: -1.75vw;
    right: 2.22222vw;
  }

  .large-image {
    width: 98%;
    margin-bottom: 14vw;
  }

  .h4.is--large {
    font-size: 1.5vw;
  }

  .h4.is--small {
    font-size: 1.4vw;
  }

  .item-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 29vw 40.4vw 1fr;
    width: 92.7778vw;
    display: grid;
  }

  .old-phone-image {
    opacity: .5;
    display: block;
    position: absolute;
    inset: 30vw auto auto 6vw;
  }

  .cross {
    top: -1.52vw;
  }

  .cross-wrap.is--m {
    width: 68.5vw;
  }

  .cross-wrap.is--s {
    width: 35.9vw;
  }

  .cross-wrap.is--1920-long {
    width: 68.5vw;
  }

  .cross-wrap.is--large_1920 {
    width: 65.7vw;
  }

  .hover-img {
    right: 32%;
  }

  .hover-img.is--4 {
    right: 40%;
  }

  .images-wrapper {
    justify-content: space-between;
    margin-top: -13vw;
    padding-left: 5vw;
  }

  .image-block {
    width: 24vw;
  }

  .image-block.is--2 {
    width: 23vw;
    margin-top: -32vw;
  }

  .image-block.is--3 {
    width: 20vw;
  }

  .small-image {
    width: 22vw;
  }

  .small-image.is--2 {
    width: 23vw;
  }

  .small-image.is--4 {
    width: 20vw;
  }

  .image-caption {
    height: 6vw;
  }

  .side-image.is--hide_992 {
    width: 15.5vw;
    display: block;
  }

  .side-image.is--hide_992.is--larger {
    width: 80%;
    position: static;
  }

  .side-image.is--hide_992.is--smaller {
    width: 14vw;
    margin-left: 2vw;
    position: static;
  }

  .side-image.is--hide_992.has--filter {
    mix-blend-mode: multiply;
    width: 85%;
  }

  .side-image.is--hide_992.is--3 {
    position: absolute;
    inset: 13vw auto auto 0%;
  }

  .side-image.is--hide_992.is--2 {
    width: 8.4vw;
    position: absolute;
    inset: auto auto 6vw 20vw;
  }

  .side-image.is--hide_992.is--1 {
    width: 88%;
  }

  .side-image.is--hide_992.is--4 {
    width: 80%;
  }

  .side-image.is--hide_992.is--5 {
    width: 10vw;
    margin-top: -5vw;
    margin-left: 2vw;
  }

  .side-image.is--hide_992.is--7 {
    mix-blend-mode: multiply;
    width: 70%;
  }

  .side-image.is--hide_992.is--6 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: auto auto 0% 4%;
  }

  .side-image.is--hide_992.has--bottom-margin {
    opacity: 1;
    margin-bottom: -3vw;
    margin-left: 5vw;
  }

  .side-image.is--hide_992.has--bottom-margin_2 {
    opacity: 1;
    margin-bottom: -3vw;
    margin-right: 6vw;
  }

  .side-image.is--hide_992.is--8 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: auto auto 50% 4%;
  }

  .side-image.is--hide_992.is--9 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: 15% auto auto 4%;
  }

  .side-image.is--hide_992.is--10 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: 19% auto auto 4%;
  }

  .side-image.is--hide_992.is--11 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: auto auto -50% 4%;
  }

  .side-image.is--hide_992.is--12 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: 35% auto auto 4%;
  }

  .side-image.is--hide_992.is--14 {
    mix-blend-mode: multiply;
    width: 7vw;
    position: absolute;
    inset: 40% auto auto 4%;
  }

  .side-image.is--hide_992.is--16 {
    mix-blend-mode: multiply;
    width: 85%;
  }

  .side-image.is--hide_992.is--20 {
    mix-blend-mode: multiply;
    width: 85%;
    margin-bottom: -7vw;
  }

  .side-image.is--hide_992.is--25 {
    mix-blend-mode: multiply;
    width: 20vw;
    position: absolute;
    inset: 15% auto auto 4%;
  }

  .side-image.is--hide_992.is--26 {
    width: 80%;
    position: static;
  }

  .side-image.is--hide_mob.is--1 {
    width: 22vw;
    position: absolute;
    inset: 2vw 5.1vw auto auto;
  }

  .side-image.is--hide_mob.is--2 {
    width: 23vw;
    margin-left: 0;
    position: absolute;
    inset: auto 2vw 0% auto;
  }

  .trends-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 4.2vw;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -2vw;
    display: grid;
  }

  .trends-wrap.has--top-margin {
    margin-top: 0;
  }

  .trends-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .trends-block.has--small-margin {
    margin-top: -1.5vw;
  }

  .graph-image {
    min-width: 100vw;
    margin-bottom: 14vw;
    margin-left: -3vw;
  }

  .graph-inner {
    width: 88%;
  }

  .sticky-wrap {
    margin-bottom: 10.4vw;
  }

  .sticky-block {
    height: 55vw;
    top: -4vw;
  }

  .card-block {
    grid-column-gap: 4.8vw;
    grid-row-gap: 3vw;
    border-radius: .3vw;
    grid-template-columns: 28vw 1fr;
    width: 70vw;
    padding: 3vw;
  }

  .card-block.is--2 {
    left: 17vw;
  }

  .card-block.is--1 {
    top: 4.5vw;
    left: 7vw;
  }

  .small-video {
    max-height: 20vw;
  }

  .card-inner {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
  }

  .quote-small {
    font-size: 1.4vw;
  }

  .rectangle-block {
    width: 23.4vw;
    height: 6vw;
  }

  .rectangle-block.has--white-bg {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .web-wrap {
    grid-column-gap: 5.55vw;
    grid-row-gap: 5.55vw;
    flex-flow: row;
    margin-bottom: 4vw;
  }

  .web-images-wrap {
    height: 41vw;
    inset: 8vw auto auto 0%;
  }

  .web-image {
    inset: auto auto 0% 20%;
  }

  .web-image.is--2 {
    inset: 0% auto auto 0%;
  }

  .disappear-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .lost-images-wrap {
    position: absolute;
    inset: 0%;
  }

  .side-image-wrap {
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .city-image {
    min-width: auto;
    margin-top: 1vw;
    margin-bottom: -3.5vw;
    margin-right: 0;
  }

  .glitch-wrap {
    height: 23.4vw;
    top: 2.1vw;
  }

  .fb-video {
    max-height: 20vw;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1368px;
  }

  .line-wrap.is--5 {
    width: 100%;
  }

  .item-wrap {
    grid-auto-columns: 1fr;
  }

  .noise-block {
    background-image: url('../images/Grain.gif');
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 11.7vw;
  }

  .suggestion-image.is--2 {
    bottom: -65%;
  }

  .paragraph-default {
    max-width: 99%;
    font-size: .94vw;
  }

  .paragraph-default.is--smaller {
    font-size: .94vw;
  }

  .paragraph-default.is--smaller.has--max-width {
    width: 18vw;
  }

  .paragraph-default.has--max-width {
    max-width: 28ch;
  }

  .paragraph-default.has--top-margin {
    margin-top: 1vw;
  }

  .paragraph-xsmall.has--color-white {
    font-size: 1.25vw;
  }

  .paragraph-xsmall.has--font-basis {
    font-size: .83vw;
  }

  .paragraph-xsmall.has--font-basis.has--color-black {
    width: 25vw;
    font-size: .94vw;
  }

  .paragraph-xsmall.has--color-black {
    font-size: .94vw;
  }

  .h2 {
    font-size: 5.7vw;
  }

  .paragraph-small, .paragraph-small.has--weight-normal {
    font-size: .94vw;
  }

  .paragraph-small.has--color-red {
    font-size: 1.14vw;
  }

  .paragraph-small.is--caption {
    font-size: .83vw;
  }

  .content-block.is--hero {
    min-height: 56.25vw;
    padding-top: 5vw;
  }

  .h3 {
    font-size: 2.5vw;
  }

  .h3.is--smaller {
    max-width: 26vw;
    font-size: 1.8vw;
  }

  .paragraph-medium {
    font-size: 1.8vw;
  }

  .h1 {
    font-size: 11.45vw;
  }

  .h1-wrap {
    margin-left: -.7vw;
  }

  .h1-image {
    min-width: 100vw;
    top: -7.8vw;
    left: -3.3vw;
  }

  .padding-block {
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }

  .padding-block.is--larger, .padding-block.has--large-bottom {
    padding-bottom: 23.5vw;
  }

  .layout {
    grid-row-gap: 3.65vw;
    grid-template-columns: 5.7vw 28vw 26.56vw 1fr;
  }

  .layout.has--small-margin {
    margin-bottom: 5.8vw;
    padding-top: 2.25vw;
  }

  .layout.has--small-margin.is--small_1920 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
  }

  .layout.has--small-margin.is--small_1920_2 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
    padding-left: 8vw;
  }

  .layout.is--last {
    padding-top: 2.5vw;
  }

  .layout.has--xsmall-margin {
    margin-bottom: 2.5vw;
    padding-top: 2.5vw;
  }

  .layout.has--medium-margin {
    margin-bottom: 10vw;
    padding-top: 2.5vw;
  }

  .layout.has--medium-margin.is--small_1920 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
  }

  .layout.has--medium-margin.is--small_1920_2 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
    padding-left: 8vw;
  }

  .layout.has--medium-margin.has--no-top {
    margin-top: -4.5vw;
  }

  .layout.has--large-margin {
    margin-bottom: 10.4vw;
  }

  .layout.has--large-margin.is--small_1920 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
  }

  .layout.has--large-margin.is--small_1920_2 {
    grid-row-gap: 1.66vw;
    grid-template-rows: 4vw;
    grid-template-columns: 3.3vw auto;
    padding-left: 8vw;
  }

  .layout.has--no-padding {
    margin-bottom: 5.8vw;
    padding-top: 2.5vw;
  }

  .layout.is--3 {
    margin-bottom: 10vw;
    padding-top: 2.5vw;
  }

  .logo {
    width: 7.5vw;
  }

  .logo.has--margin {
    margin-top: 6vw;
    margin-left: 9vw;
  }

  .has--margin {
    margin-left: 7.8vw;
  }

  .paragraph-wrap {
    grid-column-gap: 17.5vw;
    grid-row-gap: 17.5vw;
    grid-template-columns: .6fr 1fr;
  }

  .year-section {
    padding-bottom: 4vw;
  }

  .etap-svg {
    width: 6.8vw;
  }

  .choose {
    width: 2.3vw;
    padding-left: .15vw;
  }

  .choose-text {
    font-size: 1.25vw;
  }

  .year-item {
    padding: 1.6vw 4vw 3.3vw .52vw;
  }

  .year-div {
    width: 85.6vw;
  }

  .side-line {
    width: .1vw;
  }

  .corner-item.is--xlarger {
    width: .7vw;
  }

  .number {
    font-size: .83vw;
  }

  .video {
    border-radius: 5px;
    width: 58.8vw;
    height: 33.6vw;
    margin-bottom: 10vw;
    margin-right: 1.5vw;
  }

  .video.has--small-margin {
    margin-bottom: .5vw;
  }

  .line-wrap.is--1 {
    width: 60.4vw;
  }

  .line-wrap.is--2 {
    width: 91.55vw;
  }

  .line-wrap.is--3 {
    width: 31.4vw;
  }

  .line-wrap.is--4 {
    width: 93.7vw;
  }

  .line-wrap.hide_1280 {
    display: none;
  }

  .line-wrap.is--6 {
    width: 58.75vw;
  }

  .line-wrap.is--7 {
    width: 90.3vw;
  }

  .line-wrap.is--8 {
    width: 100%;
  }

  .line-wrap.is--9 {
    width: 32.2vw;
  }

  .line-wrap.is--large_1920 {
    width: 91.5vw;
  }

  .line-wrap.is--10 {
    width: 92.5vw;
  }

  .table-image {
    width: 110.5vw;
    margin-bottom: 10.4vw;
    margin-left: -9vw;
  }

  .video-src {
    min-height: 33vw;
  }

  .image-inner.is--smaller {
    width: 100%;
    margin-left: -.4vw;
  }

  .press-image {
    min-width: 96vw;
    margin-bottom: 10.4vw;
    margin-left: -1.5vw;
  }

  .quote-block {
    margin-bottom: 10.4vw;
  }

  .quote-block.has--small-margin {
    margin-bottom: 5.8vw;
  }

  .quote-block.has--small-margin.is--smaller {
    width: 60.4vw;
    margin-top: -1vw;
    margin-bottom: 2vw;
  }

  .quote-image {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 4.2vw;
  }

  .quote-image.is--hide_992 {
    margin-left: 3vw;
  }

  .author-image {
    width: 14vw;
  }

  .quote-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-right: 3vw;
  }

  .quote-wrap.has--no-padding {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .quote-svg {
    width: 1.8vw;
  }

  .quote {
    margin-bottom: 1.56vw;
  }

  .computer-block {
    width: 25.5vw;
    right: 8.35vw;
  }

  .large-image {
    width: 99%;
    margin-bottom: 10vw;
  }

  .h4.is--large {
    font-size: 1.14vw;
  }

  .h4.is--small {
    font-size: 1.1vw;
  }

  .item-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 27.5vw 26.6vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .noise-block {
    background-size: 240px;
  }

  .old-phone-image {
    top: 20vw;
    left: 3vw;
  }

  .cross {
    right: -.65vw;
  }

  .cross.is--hide_1920 {
    display: none;
  }

  .cross-wrap.is--m {
    width: 61vw;
  }

  .cross-wrap.is--s {
    width: 34.7vw;
  }

  .cross-wrap.is--1920-long {
    width: 87.3vw;
  }

  .cross-wrap.is--large_1920 {
    width: 94vw;
  }

  .hover-img {
    right: 36%;
  }

  .hover-img.is--4 {
    right: 47%;
  }

  .images-wrapper {
    margin-top: -8vw;
    padding-left: 6vw;
  }

  .image-block {
    width: 21vw;
  }

  .image-block.is--2 {
    width: 26vw;
    margin-top: -22vw;
  }

  .image-block.is--3 {
    width: 18vw;
  }

  .small-image {
    width: 21vw;
  }

  .small-image.is--2 {
    width: 26vw;
  }

  .small-image.is--4 {
    width: 18vw;
  }

  .image-caption {
    width: 100%;
    height: 5vw;
  }

  .side-image.is--hide_992 {
    width: 22vw;
    margin-left: 5vw;
  }

  .side-image.is--hide_992.is--larger {
    width: 100%;
    margin-top: 1vw;
    margin-left: 1vw;
  }

  .side-image.is--hide_992.is--smaller {
    width: 10.4vw;
    margin-left: 6vw;
  }

  .side-image.is--hide_992.has--filter {
    width: 70%;
    margin-top: -1vw;
    margin-left: 2vw;
  }

  .side-image.is--hide_992.is--3 {
    width: 17.35vw;
    top: 10vw;
  }

  .side-image.is--hide_992.is--2 {
    width: 9.2vw;
    bottom: 0;
    left: 15vw;
  }

  .side-image.is--hide_992.is--1 {
    width: 84%;
    margin-top: -1vw;
  }

  .side-image.is--hide_992.is--4 {
    width: 75%;
    margin-top: -1vw;
  }

  .side-image.is--hide_992.is--5 {
    width: 12vw;
    margin-bottom: -3vw;
  }

  .side-image.is--hide_992.is--7 {
    width: 70%;
    margin-top: -1vw;
    margin-left: 2vw;
  }

  .side-image.is--hide_992.is--6 {
    left: -1%;
  }

  .side-image.is--hide_992.has--bottom-margin {
    opacity: 1;
    margin-bottom: -5vw;
    margin-left: 15vw;
  }

  .side-image.is--hide_992.has--bottom-margin_2 {
    margin-bottom: -5vw;
    margin-left: 0;
    margin-right: 0;
  }

  .side-image.is--hide_992.is--8, .side-image.is--hide_992.is--9, .side-image.is--hide_992.is--10, .side-image.is--hide_992.is--11, .side-image.is--hide_992.is--12, .side-image.is--hide_992.is--14 {
    left: -1%;
  }

  .side-image.is--hide_992.is--16 {
    width: 70%;
    margin-left: 2vw;
  }

  .side-image.is--hide_992.is--20 {
    width: 70%;
    margin-top: -1vw;
    margin-bottom: -8vw;
    margin-left: 2vw;
  }

  .side-image.is--hide_992.is--25 {
    left: -1%;
  }

  .side-image.is--hide_992.is--26 {
    width: 75%;
    margin-top: -1vw;
  }

  .side-image.is--hide_mob.is--1 {
    width: 18.2vw;
    top: 0;
    right: 12vw;
  }

  .side-image.is--hide_mob.is--2 {
    width: 18.15vw;
  }

  .trends-wrap {
    grid-column-gap: 7.3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1.05fr 1fr;
    margin-top: -1.5vw;
  }

  .trends-block {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
  }

  .graph-image {
    width: 75vw;
    min-width: 75vw;
    margin-bottom: 4.2vw;
    margin-left: 10vw;
  }

  .graph-inner {
    width: 100%;
  }

  .sticky-wrap {
    margin-bottom: 6.25vw;
  }

  .sticky-block {
    height: 60vw;
    top: 0;
  }

  .card-block {
    grid-column-gap: 4vw;
    grid-row-gap: 2vw;
  }

  .card-block.is--1 {
    grid-template-columns: 24vw 1fr;
    top: 5vw;
  }

  .card-inner {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
  }

  .rectangle-block {
    width: 20vw;
    height: 5vw;
  }

  .rectangle-block.has--white-bg {
    width: 100%;
  }

  .web-wrap {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    margin-bottom: 3vw;
  }

  .side-image-wrap {
    padding-right: 3vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .city-image {
    margin-top: 0;
    margin-bottom: -4vw;
  }

  .glitch-wrap {
    height: 24vw;
  }
}

@media screen and (max-width: 991px) {
  .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .partner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ac-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .ac-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ac-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .ac-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .ac-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .ac-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

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

  .container-default {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-meaning {
    bottom: -110px;
  }

  .content-block.is--hero {
    max-height: 66vw;
  }

  .cursor-wrapper {
    display: none;
  }
}

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

  .partner-description {
    pointer-events: none;
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .link-block_ain {
    height: 100%;
  }

  .partner-bold-text {
    pointer-events: auto;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .suggestion-image.is--3 {
    height: 210%;
    bottom: -14%;
  }

  .suggestion-section {
    z-index: 20;
    background-color: #fff9f1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .footer {
    z-index: 20;
    background-color: #fff9f1;
    padding: 57px 20px;
    position: relative;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .partner-section {
    z-index: 20;
    background-color: #fff9f1;
    position: relative;
  }

  .year-text {
    margin-top: 3vw;
    font-size: 10.7vw;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .author-description, .author-name {
    font-size: 1.25rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .has--style-nowrap {
    white-space: normal;
  }

  .paragraph-default, .paragraph-default.is--smaller {
    font-size: 4.26vw;
  }

  .paragraph-default.has--max-width {
    max-width: none;
  }

  .paragraph-default.has--margin_mobile {
    margin-bottom: 8vw;
  }

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

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-style-h3 {
    font-size: 1.5rem;
  }

  .text-style-h1 {
    font-size: 2.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .marquee-text {
    font-size: 9.4vw;
  }

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

  .ac-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-h6 {
    font-size: .75rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .description-xlarge {
    font-size: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .text-style-h2 {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .paragraph-xsmall {
    font-size: 3.2vw;
  }

  .paragraph-xsmall.has--color-white {
    margin-top: -3vw;
  }

  .paragraph-xsmall.has--font-basis {
    font-size: 3.73vw;
  }

  .paragraph-xsmall.has--font-basis.has--color-black {
    width: 100%;
  }

  .paragraph-xsmall.has--color-black {
    font-size: 4.26vw;
  }

  .description-superlarge {
    font-size: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .text-style-h5 {
    font-size: .875rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .caption-superlarge, .count {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

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

  .text-style-h4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .h2 {
    font-size: 6.4vw;
  }

  .h2.has--max-width {
    width: 16ch;
  }

  .caption-large, .caption-xlarge {
    font-size: 1.25rem;
  }

  .ac-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .ac-styleguide_version, .ac-styleguide_section-header {
    font-size: .875rem;
  }

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

  .paragraph-small {
    font-size: 3.7vw;
  }

  .paragraph-small.has--weight-normal {
    max-width: 63vw;
  }

  .paragraph-small.has--color-red {
    font-size: 5.33vw;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-partner_inner {
    line-height: 110%;
  }

  .block-meaning {
    background-color: #0009;
  }

  .link-block_partner {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-image_ain {
    height: 9.33vw;
  }

  .logo-image_partner {
    height: 9vw;
  }

  .container {
    max-width: 90vw;
  }

  .content-block.is--hero {
    min-height: 211vw;
    padding-top: 15.5vw;
    position: relative;
  }

  .content-block.is--absolute {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .h3 {
    font-size: 5.33vw;
  }

  .h3.is--smaller {
    max-width: none;
    font-size: 6.4vw;
  }

  .paragraph-medium {
    font-size: 5.4vw;
  }

  .h1 {
    font-size: 10.8vw;
  }

  .h1-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .h1-image {
    width: 213vw;
    min-width: 213vw;
    top: auto;
    bottom: -30vw;
    left: -61.5vw;
  }

  .hero-bottom {
    margin-bottom: 5vw;
  }

  .padding-block {
    padding-top: 38vw;
    padding-bottom: 38vw;
  }

  .padding-block.is--top {
    padding-top: 16vw;
  }

  .padding-block.is--larger {
    padding-bottom: 0;
  }

  .padding-block.has--large-bottom {
    padding-bottom: 26vw;
  }

  .layout {
    grid-row-gap: 8vw;
    flex-flow: column;
    display: flex;
  }

  .layout.has--margin-bottom {
    margin-bottom: 32vw;
  }

  .layout.has--small-margin {
    margin-bottom: 24.5vw;
    padding-top: 10vw;
  }

  .layout.is--last {
    padding-top: 10vw;
  }

  .layout.has--xsmall-margin {
    grid-row-gap: 10vw;
    margin-bottom: 24.5vw;
    padding-top: 10vw;
  }

  .layout.has--medium-margin {
    grid-row-gap: 10vw;
    margin-bottom: 32vw;
    padding-top: 10vw;
  }

  .layout.has--medium-margin.has--no-top {
    margin-top: -19vw;
  }

  .layout.has--large-margin {
    grid-row-gap: 10vw;
    margin-bottom: 32vw;
  }

  .layout.has--no-padding {
    grid-row-gap: 10vw;
    margin-bottom: 24.5vw;
    padding-top: 10vw;
  }

  .layout.is--3 {
    grid-row-gap: 10vw;
    margin-bottom: 32vw;
    padding-top: 10vw;
  }

  .section-bottom {
    min-height: 5.5vw;
  }

  .logo {
    order: 1;
    width: 28vw;
  }

  .has--margin {
    margin-left: 0;
  }

  .paragraph-wrap {
    grid-column-gap: 5.4vw;
    grid-row-gap: 5.4vw;
    flex-flow: column;
    margin-top: 5vw;
    margin-bottom: 10vw;
    display: flex;
  }

  .etap-wrap {
    flex-flow: column;
  }

  .marquee-part {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 5.4vw;
    padding-bottom: 5.4vw;
    padding-right: 2vw;
  }

  .etap-svg {
    width: 10vw;
  }

  .choose {
    background-color: #e6313e;
    border: 1px dashed #000;
    width: 89vw;
    height: 14.7vw;
    padding-left: 0;
    inset: auto auto 5.5vw 5.5vw;
  }

  .choose:hover {
    transform: none;
  }

  .choose-text {
    font-size: 6.4vw;
    transform: none;
  }

  .year-wrap {
    z-index: 11;
    background-color: #ef3341;
    margin-top: -20.7vw;
    position: relative;
    overflow: hidden;
  }

  .year-item {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
    flex-flow: column;
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
    padding-left: 0;
    display: flex;
  }

  .year-div {
    width: 200vw;
    margin-left: 0;
  }

  .first-section {
    margin-top: -19vw;
  }

  .background-image {
    width: 160vw;
    min-width: 160vw;
    margin-left: -28.8vw;
  }

  .background-image.is--reg {
    display: none;
  }

  .background-image.is--mob {
    display: block;
  }

  .red-block {
    width: 28.3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .corner-item {
    width: 1.3vw;
  }

  .corner-item.is--larger, .corner-item.is--xlarger {
    width: 3vw;
  }

  .second-section, .third-section, .fourth-section, .sixth-section {
    margin-top: -19vw;
  }

  .number {
    font-size: 4.3vw;
  }

  .video {
    margin-bottom: 32vw;
  }

  .item-div {
    width: 450vw;
  }

  .line-wrap.is--1, .line-wrap.is--9 {
    width: 100%;
  }

  .table-image {
    width: 119vw;
    min-width: auto;
    margin-bottom: 32vw;
    margin-left: -24vw;
    overflow: scroll;
  }

  .video-src {
    min-height: 50vw;
  }

  .image-inner {
    object-fit: cover;
    object-position: 0% 50%;
    min-width: 244.6vw;
    height: 110vw;
  }

  .image-inner.is--smaller {
    min-width: 246vw;
    margin-left: -2vw;
  }

  .press-image {
    width: 119vw;
    min-width: auto;
    margin-bottom: 42vw;
    margin-left: -24vw;
    overflow: scroll;
  }

  .press-image.is--reg {
    display: none;
  }

  .press-image.is--mob {
    min-width: 99vw;
    margin-bottom: 32vw;
    margin-left: -4vw;
    display: block;
  }

  .quote-block {
    margin-bottom: 32vw;
    padding: 5.6vw;
  }

  .quote-block.has--small-margin {
    margin-bottom: 24.5vw;
  }

  .quote-block.has--small-margin.is--smaller {
    width: 100%;
  }

  .quote-image {
    grid-column-gap: 5.33vw;
    grid-row-gap: 5.33vw;
    width: 100%;
  }

  .author-info {
    grid-column-gap: .53vw;
    grid-row-gap: .53vw;
  }

  .quote-wrap {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-bottom: 0;
    padding-right: 0;
  }

  .quote-wrap.has--no-padding {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quote-svg {
    width: 6.2vw;
  }

  .quote {
    font-size: 5.33vw;
  }

  .computer-block {
    width: 100%;
    position: relative;
  }

  .large-image {
    border-radius: 1.4vw;
    min-height: 162.4vw;
  }

  .fifth-section {
    margin-top: -19vw;
  }

  .h4 {
    font-size: 4vw;
  }

  .h4.is--large {
    font-size: 6.4vw;
  }

  .h4.is--medium {
    font-size: 5.8vw;
  }

  .h4.is--small {
    font-size: 5vw;
  }

  .final-section {
    z-index: 20;
    height: 53vw;
    position: relative;
  }

  .footer-image {
    width: 130%;
    min-width: 130%;
    margin-left: -15%;
  }

  .cross {
    display: none;
  }

  .cross-wrap.is--s {
    width: 100%;
  }

  .background-images-wrap, .google-image, .hover-img {
    display: none;
  }

  .image-block {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 100%;
  }

  .image-block.is--2 {
    display: none;
  }

  .image-block.is--3, .small-image, .small-image.is--4 {
    width: 100%;
  }

  .image-caption {
    height: 21vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .side-image.is--hide_992.is--larger, .side-image.is--hide_992.is--smaller, .side-image.is--hide_992.is--8, .side-image.is--hide_992.is--9 {
    display: none;
  }

  .side-image.is--hide_992.is--11 {
    width: 100%;
    position: static;
  }

  .side-image.is--hide_992.is--12, .side-image.is--hide_992.is--14, .side-image.is--hide_992.is--25, .side-image.is--hide_992.is--26 {
    display: none;
  }

  .trends-wrap {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
    margin-top: 8vw;
  }

  .trends-block {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .graph-image {
    width: 100vw;
    min-width: 100vw;
    margin-bottom: 16vw;
    margin-left: -5vw;
    overflow: scroll;
  }

  .graph-inner {
    object-fit: cover;
    object-position: 0% 50%;
    width: 178vw;
    min-width: 178vw;
    height: 122vw;
    margin-left: -24vw;
  }

  .sticky-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    height: auto;
    margin-bottom: 16vw;
  }

  .sticky-block {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    height: auto;
    display: flex;
    position: relative;
    top: 0;
  }

  .card-block {
    grid-row-gap: 8vw;
    border-radius: 1vw;
    flex-flow: column;
    width: 100%;
    padding: 10vw 5vw;
    display: flex;
  }

  .card-block.is--2 {
    position: relative;
    left: 0;
  }

  .card-block.is--1 {
    margin-bottom: 14vw;
    position: relative;
    top: 0;
  }

  .small-video {
    margin-top: 8vw;
  }

  .card-inner {
    grid-column-gap: 4.8vw;
    grid-row-gap: 4.8vw;
  }

  .quote-small {
    font-size: 5vw;
  }

  .rectangle-block {
    width: 100%;
    height: 21vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .web-wrap {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .web-images-wrap {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    width: 100%;
    position: relative;
    right: 0%;
  }

  .web-image {
    width: 61vw;
    position: relative;
  }

  .web-image.is--2 {
    margin-left: auto;
  }

  .lost-images-wrap {
    display: none;
  }

  .city-image {
    opacity: 1;
    object-fit: cover;
    min-width: auto;
    height: 240vw;
    margin-top: 6vw;
    margin-bottom: -18vw;
    margin-right: 0;
  }

  .glitch-bg {
    width: 213vw;
    min-width: 213vw;
    top: auto;
    bottom: -30vw;
    left: -61.5vw;
  }

  .glitch-wrap {
    border-radius: 11vw;
    width: 65vw;
    height: 52vw;
    top: auto;
    bottom: 79vw;
    left: 12.4vw;
  }

  .large-image_inner {
    object-position: 64% 50%;
    height: 100%;
    margin-top: 0%;
  }

  .fb-video {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 479px) {
  .partner-description {
    font-size: 3.75vw;
  }

  .header-separator {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-partner_inner {
    line-height: 80%;
  }

  .logo-image_ain.has--filter {
    height: 11vw;
  }

  .logo-image_partner {
    height: 12vw;
  }

  .content-block.is--hero {
    padding-top: 20vw;
  }
}

#w-node-_23f68e10-ae2f-893f-15c7-04a7d6244c35-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_885ada3f-eafe-48d7-2348-0ba12b168408-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33572c83-9699-8247-def8-af9e8d35bbb2-675477fd {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d4e26fbd-0b04-bd64-0c4d-009449de7a68-675477fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_501b91eb-5752-bae8-5f6c-22b86ec0756c-675477fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2357e076-8f7d-9348-13f5-863fc2c5987f-675477fd, #w-node-_6b30ffc2-c35d-6d1b-6bae-52c2e843eff7-675477fd, #w-node-_490cb31b-c874-46ba-f9d1-eeebbc2bbce1-675477fd, #w-node-adff7dbd-e6e1-40c7-25ec-b77aa091e730-675477fd, #w-node-_2d31a310-dd99-0792-5dc5-e14fc718dc61-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe19d4eb-0f28-fbec-dc9e-33faf58d9369-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1805c283-5adf-f5b8-0e09-970aeabc1762-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_98e5f8bf-02d7-44e3-e16c-0a3760c8c9d1-675477fd, #w-node-_6c8f2771-92cb-c465-da94-656fc9cd5fe7-675477fd, #w-node-_5e274127-c6cb-36a8-121c-fa79ae01dfd6-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b7db0ed-533a-55a9-d572-811430e00e92-675477fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4877bd9c-1527-ecdf-d407-aa50335fa8a1-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96bc3fbc-e17a-ac0a-53ee-f0782aad31a1-675477fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7813f887-9bee-52e0-701c-32076dc25eba-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82418-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82425-675477fd, #w-node-fdacba2b-a5ac-cef7-fce9-a6806a9dfb43-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37a1b116-aeda-b27e-10ea-91f636c1352c-675477fd {
  align-self: end;
}

#w-node-c42689fd-0ca8-04cc-3ec7-aad4783723e0-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37c9f26e-7219-99bc-982c-8a5924fe6677-675477fd {
  align-self: end;
}

#w-node-_5e04cf25-5841-7a04-7380-75bc025d7460-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5702d811-1a89-6552-f4fe-ce3366e82450-675477fd {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_5702d811-1a89-6552-f4fe-ce3366e82452-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5702d811-1a89-6552-f4fe-ce3366e82459-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5702d811-1a89-6552-f4fe-ce3366e82432-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e8243e-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e8244a-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82468-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82478-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e834a44f-9ac6-30ee-8995-e691624206d1-675477fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65be3a70-09eb-7914-0f65-7fe05694fda6-675477fd {
  justify-self: end;
}

#w-node-a32eaae5-8386-e0c1-3b4a-2d672b0ba2f9-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82498-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e824b1-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75eeadf6-f4c6-4a13-0dac-2f98dcb492fc-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a7a923b4-7fdb-94c6-2b99-2186a13deb1d-675477fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_369484b9-e610-b9d2-627e-22911cf3e9e7-675477fd, #w-node-_369484b9-e610-b9d2-627e-22911cf3e9f1-675477fd, #w-node-_369484b9-e610-b9d2-627e-22911cf3ea12-675477fd, #w-node-_63384e37-add7-1c5e-18c4-b1057ea6c219-675477fd, #w-node-_369484b9-e610-b9d2-627e-22911cf3ea31-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_369484b9-e610-b9d2-627e-22911cf3e9fd-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_369484b9-e610-b9d2-627e-22911cf3ea04-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b977dd8b-493c-ac2f-368e-c2b0a5875427-675477fd, #w-node-_0fa56b7a-0831-5941-374e-ac7f8d79358e-675477fd, #w-node-_7bbc616a-ccf1-db3d-d9e7-24caec141f32-675477fd, #w-node-_15a893ad-4b71-eb9b-1719-ad05d8293b45-675477fd, #w-node-_77ca2fc5-4380-74be-9821-b0555274c103-675477fd, #w-node-_302a01d9-11bc-f416-af34-f1562e0fe68d-675477fd, #w-node-_9df7c092-7a9e-c816-2c36-9035f3bf106a-675477fd, #w-node-_9041e731-ec39-72cd-1015-57722e82feef-675477fd, #w-node-_7d1205f4-5f9e-64d4-88e5-28b01583ef69-675477fd, #w-node-_005c42a5-a7e8-368d-007b-dbed0079d781-675477fd, #w-node-_8b5e2f24-6296-2886-6017-35d8e1d0b650-675477fd, #w-node-e4b6eab0-5194-b688-13ad-57ce0994182e-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85458e9c-93bb-31bd-3991-1c7a4d1d606a-675477fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1557f1d-04bb-9892-09d5-e3d3d346cee8-675477fd, #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cef5-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf15-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf1c-675477fd, #w-node-_498a44d9-59bd-ca34-5631-3e58a5214957-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf01-675477fd, #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf0c-675477fd, #w-node-de0ac053-e9f3-ed06-5171-c43525158ff3-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33ae-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_45410b45-6ae9-5c50-4f32-d88cbc9f52b0-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_45410b45-6ae9-5c50-4f32-d88cbc9f52b7-675477fd, #w-node-_69821391-8666-f141-7f0e-5b4e4c9fd079-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_65847e25-b2e9-de4b-ad86-b7007b76826f-675477fd, #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33b6-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33cd-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_983309cc-520e-7b8a-199f-bbd4210ae7b8-675477fd {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33d4-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33c3-675477fd, #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33e7-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c498b3ac-7c09-540e-012a-a7632320fa1c-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_25db8b87-6ae3-cfd1-ca63-d71f802eeea6-675477fd {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33f1-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66d6531c-72a9-b046-be5c-1ca0f95ec9b9-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2a966b98-01ac-a0d0-f683-c8c1bcaf422d-675477fd {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_623e5244-309a-5b1d-e430-5236c70aab95-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ad936402-7aeb-e30f-b826-af058993eee5-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_708d0995-626f-2e45-0087-b734a6627506-675477fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_708d0995-626f-2e45-0087-b734a662750d-675477fd, #w-node-e5152e88-e6c2-001d-a68f-f1799e1bf6c4-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_412f8bac-2ab7-f46a-1854-4ed1b7dea934-675477fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b868e91-5043-907c-78d1-db2768c5f0e5-675477fd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a2cb9068-58e5-8be6-bb63-652258542d60-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2509e8ce-fe7a-844b-412a-f17e6d6d9e15-675477fd {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_0ed2d071-fb57-2e08-75ee-6c7f6dcb3f1c-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_702d5869-b490-f372-a1d2-b76978fdbdf7-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0ed2d071-fb57-2e08-75ee-6c7f6dcb3f26-675477fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_224f4513-7a1c-9963-1393-0422be052270-675477fd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-675477fd, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-675477fd, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-675477fd, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-675477fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-675477fd {
  align-self: start;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-675477fd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-675477fd {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-67547800, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-67547800 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-67547800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-67547800 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_693aae9a-5de6-e681-246f-46919306dc88-675477fd, #w-node-_0a852fff-0abc-abd6-3a5a-e65fe1897d87-675477fd {
    justify-self: start;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82444-675477fd {
    grid-column: span 3 / span 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e8244e-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e8246a-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e8247c-675477fd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_65be3a70-09eb-7914-0f65-7fe05694fda6-675477fd, #w-node-a5243315-3fe9-ed55-602f-26102c57f461-675477fd, #w-node-_30dcc832-eba7-76b7-cbd6-2b311591f216-675477fd, #w-node-f79ae313-4fd2-f98a-e3c3-e288c6cb3153-675477fd {
    justify-self: center;
  }

  #w-node-_36fc6b64-239f-1188-42ac-6439d04fae6d-675477fd, #w-node-a182d2c0-0502-f46f-0759-e8a69ffe4984-675477fd {
    justify-self: end;
  }

  #w-node-_4ba47f58-feaa-2b18-8dbe-5941a5736811-675477fd, #w-node-_721cb4f5-3db8-2d80-866a-4c8822c65ead-675477fd, #w-node-cc384ac2-13a2-ad61-b46c-9f536d182594-675477fd, #w-node-_22785026-5e2a-cbdc-5383-b23718aa75db-675477fd, #w-node-_96455c31-82f1-d0c5-cbf5-93f20ce7e13e-675477fd, #w-node-_1f32ad6e-3b49-6bc1-4e0a-bc49f9c91e96-675477fd {
    justify-self: center;
  }

  #w-node-_3c1e1b7b-5a40-c495-3969-9467e29a9465-675477fd {
    justify-self: end;
  }

  #w-node-_85e4b7db-7aa6-2ab1-c735-7b4172f7079d-675477fd, #w-node-c05c5f05-9553-5959-bd99-fb0b411d1164-675477fd {
    justify-self: center;
  }

  #w-node-b3ac2306-eb53-dc81-3c42-c3400cc90c95-675477fd {
    justify-self: end;
  }

  #w-node-_7684644c-08b4-e971-c4de-f96023bf5d52-675477fd, #w-node-fc500bcb-68f2-b2c0-26a4-fb22b3fab745-675477fd, #w-node-_98e8a5b6-e314-4c1d-e3d2-7994516ce2e8-675477fd {
    justify-self: center;
  }

  #w-node-_9571761e-4fcc-d63f-46cf-fd9feb18a99c-675477fd {
    justify-self: end;
  }

  #w-node-_32571aac-8160-5e14-2f52-8177befb522f-675477fd, #w-node-_62c96e69-c4d7-70d5-13b9-c32a7afb65b7-675477fd {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_501b91eb-5752-bae8-5f6c-22b86ec0756c-675477fd {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2357e076-8f7d-9348-13f5-863fc2c5987f-675477fd, #w-node-_6b30ffc2-c35d-6d1b-6bae-52c2e843eff7-675477fd, #w-node-_490cb31b-c874-46ba-f9d1-eeebbc2bbce1-675477fd, #w-node-adff7dbd-e6e1-40c7-25ec-b77aa091e730-675477fd, #w-node-_2d31a310-dd99-0792-5dc5-e14fc718dc61-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-fe19d4eb-0f28-fbec-dc9e-33faf58d9369-675477fd {
    align-self: start;
  }

  #w-node-_1805c283-5adf-f5b8-0e09-970aeabc1762-675477fd {
    grid-column-start: 3;
  }

  #w-node-_98e5f8bf-02d7-44e3-e16c-0a3760c8c9d1-675477fd, #w-node-_6c8f2771-92cb-c465-da94-656fc9cd5fe7-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_693aae9a-5de6-e681-246f-46919306dc88-675477fd {
    justify-self: end;
  }

  #w-node-_5e274127-c6cb-36a8-121c-fa79ae01dfd6-675477fd, #w-node-_4877bd9c-1527-ecdf-d407-aa50335fa8a1-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a852fff-0abc-abd6-3a5a-e65fe1897d87-675477fd {
    justify-self: end;
  }

  #w-node-_96bc3fbc-e17a-ac0a-53ee-f0782aad31a1-675477fd {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_7813f887-9bee-52e0-701c-32076dc25eba-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d3d8fe2-b5bd-c748-4415-3befd996e302-675477fd {
    justify-self: center;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82418-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e82425-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e04cf25-5841-7a04-7380-75bc025d7460-675477fd {
    grid-column-start: 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82452-675477fd {
    align-self: start;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82459-675477fd {
    grid-column-start: 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82432-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e8243e-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82444-675477fd {
    grid-column: span 3 / span 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e8244a-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e8244e-675477fd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82468-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e8246a-675477fd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82478-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e8247c-675477fd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e834a44f-9ac6-30ee-8995-e691624206d1-675477fd {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_65be3a70-09eb-7914-0f65-7fe05694fda6-675477fd {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-a32eaae5-8386-e0c1-3b4a-2d672b0ba2f9-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-a5243315-3fe9-ed55-602f-26102c57f461-675477fd {
    justify-self: end;
  }

  #w-node-_5702d811-1a89-6552-f4fe-ce3366e82498-675477fd, #w-node-_5702d811-1a89-6552-f4fe-ce3366e824b1-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_75eeadf6-f4c6-4a13-0dac-2f98dcb492fc-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-_369484b9-e610-b9d2-627e-22911cf3e9e7-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_30dcc832-eba7-76b7-cbd6-2b311591f216-675477fd {
    place-self: end;
  }

  #w-node-_369484b9-e610-b9d2-627e-22911cf3e9f1-675477fd, #w-node-_369484b9-e610-b9d2-627e-22911cf3ea12-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-f79ae313-4fd2-f98a-e3c3-e288c6cb3153-675477fd {
    justify-self: end;
  }

  #w-node-_63384e37-add7-1c5e-18c4-b1057ea6c219-675477fd, #w-node-_369484b9-e610-b9d2-627e-22911cf3ea31-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_369484b9-e610-b9d2-627e-22911cf3e9fd-675477fd {
    align-self: start;
  }

  #w-node-_369484b9-e610-b9d2-627e-22911cf3ea04-675477fd {
    grid-column-start: 3;
  }

  #w-node-b977dd8b-493c-ac2f-368e-c2b0a5875427-675477fd, #w-node-_0fa56b7a-0831-5941-374e-ac7f8d79358e-675477fd, #w-node-_7bbc616a-ccf1-db3d-d9e7-24caec141f32-675477fd, #w-node-_15a893ad-4b71-eb9b-1719-ad05d8293b45-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_36fc6b64-239f-1188-42ac-6439d04fae6d-675477fd {
    justify-self: end;
  }

  #w-node-_77ca2fc5-4380-74be-9821-b0555274c103-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-a182d2c0-0502-f46f-0759-e8a69ffe4984-675477fd {
    justify-self: end;
  }

  #w-node-_302a01d9-11bc-f416-af34-f1562e0fe68d-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ba47f58-feaa-2b18-8dbe-5941a5736811-675477fd, #w-node-_721cb4f5-3db8-2d80-866a-4c8822c65ead-675477fd, #w-node-cc384ac2-13a2-ad61-b46c-9f536d182594-675477fd {
    justify-self: end;
  }

  #w-node-_9df7c092-7a9e-c816-2c36-9035f3bf106a-675477fd, #w-node-_9041e731-ec39-72cd-1015-57722e82feef-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_22785026-5e2a-cbdc-5383-b23718aa75db-675477fd {
    justify-self: end;
  }

  #w-node-_7d1205f4-5f9e-64d4-88e5-28b01583ef69-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_96455c31-82f1-d0c5-cbf5-93f20ce7e13e-675477fd {
    justify-self: center;
  }

  #w-node-_005c42a5-a7e8-368d-007b-dbed0079d781-675477fd, #w-node-_8b5e2f24-6296-2886-6017-35d8e1d0b650-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f32ad6e-3b49-6bc1-4e0a-bc49f9c91e96-675477fd {
    justify-self: center;
  }

  #w-node-e4b6eab0-5194-b688-13ad-57ce0994182e-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_85458e9c-93bb-31bd-3991-1c7a4d1d606a-675477fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cee8-675477fd, #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cef5-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf15-675477fd {
    align-self: start;
  }

  #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf1c-675477fd {
    grid-column-start: 3;
  }

  #w-node-_498a44d9-59bd-ca34-5631-3e58a5214957-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf01-675477fd, #w-node-c1557f1d-04bb-9892-09d5-e3d3d346cf0c-675477fd, #w-node-de0ac053-e9f3-ed06-5171-c43525158ff3-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33ae-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-_45410b45-6ae9-5c50-4f32-d88cbc9f52b0-675477fd {
    align-self: start;
  }

  #w-node-_45410b45-6ae9-5c50-4f32-d88cbc9f52b7-675477fd {
    grid-column-start: 3;
  }

  #w-node-_69821391-8666-f141-7f0e-5b4e4c9fd079-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-_65847e25-b2e9-de4b-ad86-b7007b76826f-675477fd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3c1e1b7b-5a40-c495-3969-9467e29a9465-675477fd {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-bb287db1-a99b-68a1-c25f-5e55adc1e90a-675477fd {
    grid-area: 1 / 4 / 3 / 5;
    align-self: center;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33b6-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_85e4b7db-7aa6-2ab1-c735-7b4172f7079d-675477fd {
    justify-self: end;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33cd-675477fd {
    grid-column-start: 3;
  }

  #w-node-_983309cc-520e-7b8a-199f-bbd4210ae7b8-675477fd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_983309cc-520e-7b8a-199f-bbd4210ae7ca-675477fd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33d4-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-c05c5f05-9553-5959-bd99-fb0b411d1164-675477fd, #w-node-b3ac2306-eb53-dc81-3c42-c3400cc90c95-675477fd {
    justify-self: end;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33c3-675477fd, #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33e7-675477fd, #w-node-c498b3ac-7c09-540e-012a-a7632320fa1c-675477fd {
    grid-column-start: 3;
  }

  #w-node-_25db8b87-6ae3-cfd1-ca63-d71f802eeea6-675477fd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_0e0b7e74-9ae0-48a0-0ee7-7adbcbcb33f1-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_66d6531c-72a9-b046-be5c-1ca0f95ec9b9-675477fd {
    grid-column-start: 3;
  }

  #w-node-_2a966b98-01ac-a0d0-f683-c8c1bcaf422d-675477fd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_7684644c-08b4-e971-c4de-f96023bf5d52-675477fd {
    justify-self: end;
  }

  #w-node-_623e5244-309a-5b1d-e430-5236c70aab95-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-fc500bcb-68f2-b2c0-26a4-fb22b3fab745-675477fd, #w-node-_98e8a5b6-e314-4c1d-e3d2-7994516ce2e8-675477fd {
    justify-self: end;
  }

  #w-node-_9571761e-4fcc-d63f-46cf-fd9feb18a99c-675477fd {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-ad936402-7aeb-e30f-b826-af058993eee5-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_708d0995-626f-2e45-0087-b734a6627506-675477fd {
    align-self: start;
  }

  #w-node-_708d0995-626f-2e45-0087-b734a662750d-675477fd {
    grid-column-start: 3;
  }

  #w-node-e5152e88-e6c2-001d-a68f-f1799e1bf6c4-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-_412f8bac-2ab7-f46a-1854-4ed1b7dea934-675477fd {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_32571aac-8160-5e14-2f52-8177befb522f-675477fd {
    justify-self: end;
  }

  #w-node-_5b868e91-5043-907c-78d1-db2768c5f0e5-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-a2cb9068-58e5-8be6-bb63-652258542d60-675477fd {
    grid-column-start: 3;
  }

  #w-node-_2509e8ce-fe7a-844b-412a-f17e6d6d9e15-675477fd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_62c96e69-c4d7-70d5-13b9-c32a7afb65b7-675477fd {
    justify-self: end;
  }

  #w-node-_0ed2d071-fb57-2e08-75ee-6c7f6dcb3f1c-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_0ed2d071-fb57-2e08-75ee-6c7f6dcb3f1e-675477fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_702d5869-b490-f372-a1d2-b76978fdbdf7-675477fd {
    grid-column: 3 / 4;
  }

  #w-node-_0ed2d071-fb57-2e08-75ee-6c7f6dcb3f26-675477fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_224f4513-7a1c-9963-1393-0422be052270-675477fd {
    grid-column-start: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-675477fd {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-675477fd {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-675477fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-675477fd {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-675477fd {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-675477fd {
    grid-column: span 2 / span 2;
  }

  #w-node-c50fd4c8-ed1a-e789-75f2-413231b43133-675477fd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-675477fd {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-675477fd {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}