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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../../../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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Proxima Nova, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #d7120c;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 15px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

blockquote {
  color: #2c2c2c;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

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

.partner-description {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.ain-ua-logo {
  width: 50px;
  height: auto;
  align-self: auto;
}

.partner-logo {
  width: 120px;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  object-fit: contain;
  display: block;
}

.partner-bold-text {
  font-weight: 700;
}

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

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

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

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

.suggestion {
  z-index: 1;
  width: 100%;
  min-height: 220px;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Proxima Nova, 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 {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}

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

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.suggestion-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 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: 100px;
  grid-row-gap: 12px;
  color: #000;
  grid-template: "area-1 . Area Area-2 Area-5 Area-10" 17px
                 ". . . Area-3 Area-6 ."
                 ". . . Area-4 Area-7 ."
                 ". . . . Area-8 ."
                 ". . . . . ." 10px
                 "Area-13 . Area-11 Area-11 Area-11 Area-11"
                 / 140px auto 110px 165px 90px 180px;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  padding-top: 0;
  font-family: Proxima Nova, 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-description.has--color-white {
  color: #fff;
}

.footer-link {
  color: #000;
  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;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 20px;
}

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

.body {
  background-color: #f4f4f4;
  font-family: Proxima Nova, sans-serif;
}

.hero-section {
  height: 100vh;
  align-items: center;
}

.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 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.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: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is--secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.author-position {
  color: #6f6f6f;
  font-family: Proxima Nova, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

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

.author-name {
  color: #000;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.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 {
  font-size: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

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

.margin-huge {
  margin: 6rem;
}

.section-padding-medium {
  padding-top: 5rem;
  padding-bottom: 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;
  align-items: start;
  justify-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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.ac-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  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;
}

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

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

.ac-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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 {
  max-width: 100%;
  background-color: #fff;
  border: .6px solid #000;
  margin-top: 80px;
}

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

.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 {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.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 {
  font-size: .75rem;
}

.ac-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: 800;
}

.ac-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

.paragraph-medium {
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

.ac-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.page-wrapper {
  overflow: hidden;
}

.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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

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

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

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  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 {
  width: 100%;
  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;
  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 {
  font-size: .875rem;
}

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

.content-block {
  position: relative;
}

.content-block.is--hero {
  flex-direction: column;
  align-items: center;
}

.h1-wrapper.is--normal {
  display: block;
}

.h1-wrapper.is--mobile {
  display: none;
}

.h1-item {
  grid-column-gap: 27.3px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1-item.is--align-center {
  align-items: center;
}

.description {
  width: 345px;
  color: #000;
  text-align: right;
}

.container {
  max-width: 880px;
}

.hero-text-image {
  height: 41.7px;
  background-color: #ececec;
  border-radius: 3.69px;
  flex: 1;
}

.hero-text-image.is--red {
  background-color: #d7120c;
}

.hero-logo {
  width: 46.14px;
  height: auto;
  margin-right: -5.9px;
}

.padding-section-small {
  padding-top: 80px;
}

.grid-2col {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2col.is--small {
  grid-row-gap: 24px;
}

.side-image {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
}

.paragraph.has--max-width-medium {
  max-width: 500px;
  margin-bottom: 40px;
}

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

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

.has--color-red {
  color: #d7120c;
}

.quote-block {
  z-index: 1;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 70px 70px 74px;
  display: flex;
  position: relative;
}

.quote-block.is--last {
  margin-bottom: 120px;
}

.quote-block-bottom {
  grid-column-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.quote-line {
  width: 164px;
  height: 1px;
  background-color: #000;
  border-radius: 300px;
  margin-top: 6px;
}

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

.marquee-container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.marquee-wrapper {
  grid-column-gap: 48px;
  flex: none;
  align-items: center;
  padding-left: 48px;
  display: flex;
}

.marquee-image {
  height: auto;
}

.marquee-image.is--1 {
  width: 146.64px;
}

.marquee-image.is--2 {
  width: 54.36px;
}

.marquee-image.is--3 {
  width: 183.38px;
}

.marquee-image.is--4 {
  width: 172.18px;
}

.marquee-image.is--5 {
  width: 121.92px;
}

.marquee-image.is--6 {
  width: 122.61px;
}

.white-background-block {
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-background-block.is--hero {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  border-radius: 10px;
  margin-bottom: 18px;
  display: inline-block;
}

.cube {
  z-index: -1;
  position: absolute;
}

.cube.is--grey {
  background-color: #f4f4f4;
  border-radius: 3.1px;
}

.cube.is--grey.is--1 {
  z-index: 1;
  width: 19.84px;
  height: 19.84px;
  top: -100%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.cube.is--grey.is--2 {
  z-index: 1;
  width: 53.32px;
  height: 53.32px;
  top: -80%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.cube.is--grey.is--3 {
  z-index: 1;
  width: 25.42px;
  height: 25.42px;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: auto;
}

.cube.is--grey.is--4 {
  z-index: 1;
  width: 35.96px;
  height: 35.96px;
  top: auto;
  bottom: -27%;
  left: -6%;
  right: auto;
}

.cube.is--grey.is--5 {
  z-index: 1;
  width: 53.32px;
  height: 53.32px;
  top: auto;
  bottom: -65%;
  left: -18%;
  right: auto;
}

.cube.is--grey.is--5.is--mobile {
  display: none;
}

.cube.is--grey.is--6 {
  width: 73.78px;
  height: 73.78px;
  top: -90%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.cube.is--grey.is--6.is--mobile {
  display: none;
}

.cube.is--grey.is--7 {
  z-index: 1;
  width: 42.16px;
  height: 42.16px;
  top: -30%;
  bottom: auto;
  left: auto;
  right: -18%;
}

.cube.is--grey.is--8 {
  z-index: 1;
  width: 50.84px;
  height: 50.84px;
  top: auto;
  bottom: -50%;
  left: auto;
  right: -6%;
}

.cube.is--white {
  background-color: #fff;
  border-radius: 2.8px;
}

.cube.is--white.is--1 {
  width: 66.68px;
  height: 66.68px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.cube.is--white.is--2 {
  width: 22.41px;
  height: 22.41px;
  top: auto;
  bottom: -25%;
  left: auto;
  right: 13%;
}

.cube.is--white.is--3 {
  width: 33.62px;
  height: 33.62px;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 4%;
}

.cube.is--white.is--4 {
  width: 99px;
  height: 99px;
  top: auto;
  bottom: 1%;
  left: -5%;
  right: auto;
}

.cube.is--white.is--5 {
  width: 58px;
  height: 58px;
  top: auto;
  bottom: -2%;
  left: 18%;
  right: auto;
}

.cube.is--white.is--6, .cube.is--white.is--7, .cube.is--white.is--8, .cube.is--white.is--9, .cube.is--white.is--10 {
  display: none;
}

.cube.is--red {
  background-color: #d7120c;
  border-radius: 2.8px;
}

.cube.is--red.is--1 {
  width: 23px;
  height: 23px;
  top: -10%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.cube.is--red.is--2 {
  width: 44.83px;
  height: 44.83px;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -1%;
}

.cube.is--red.is--3 {
  width: 34px;
  height: 34px;
  top: auto;
  bottom: 8%;
  left: 8%;
  right: auto;
}

.cube.is--red.is--4 {
  display: none;
}

.cube-group {
  z-index: 0;
  width: 450px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -18%;
  right: auto;
}

.cube-group.is--top {
  height: auto;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -19%;
}

.footer-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 12px;
  color: #000;
  grid-template: "area-1 . Area Area-2 Area-5 Area-10" 17px
                 ". . . Area-3 Area-6 ."
                 ". . . Area-4 Area-7 ."
                 ". . . . Area-8 ."
                 ". . . . . ." 10px
                 "Area-13 . Area-11 Area-11 Area-11 Area-11"
                 / 140px auto 110px 165px 90px 180px;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  padding-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-link-2 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-2.has--color-white {
  color: #fff;
}

.linkblock {
  grid-column-gap: 5px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #007afe;
  border-bottom: 1px #007afe;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.link-arrow {
  width: 15px;
}

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

  h2 {
    font-size: 60px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 28px;
  }

  .author-position {
    font-size: 14px;
  }

  .author-name {
    font-size: 18px;
  }

  .description {
    width: 409px;
    font-size: 21px;
  }

  .container {
    max-width: 1148px;
  }

  .hero-text-image {
    height: 55.2px;
  }

  .hero-logo {
    width: 62.5px;
    margin-right: -9px;
  }

  .grid-2col {
    grid-column-gap: 150px;
  }

  .h2 {
    width: 85%;
  }

  .quote-block {
    padding-left: 109px;
    padding-right: 109px;
  }

  .marquee-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marquee-wrapper {
    grid-column-gap: 80px;
    padding-left: 80px;
  }

  .marquee-image.is--1 {
    width: 245.14px;
  }

  .marquee-image.is--2 {
    width: 90.87px;
  }

  .marquee-image.is--3 {
    width: 306px;
  }

  .marquee-image.is--4 {
    width: 287.82px;
  }

  .marquee-image.is--5 {
    width: 203.8px;
  }

  .marquee-image.is--6 {
    width: 204.97px;
  }

  .white-background-block {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cube {
    padding-bottom: 0;
    padding-right: 0;
  }

  .cube.is--grey {
    border-radius: 5px;
  }

  .cube.is--grey.is--1 {
    width: 32px;
    height: 32px;
    left: -3%;
  }

  .cube.is--grey.is--2 {
    width: 86px;
    height: 86px;
    top: -75%;
    left: -20%;
  }

  .cube.is--grey.is--3 {
    width: 41px;
    height: 41px;
    bottom: -10%;
    left: -20%;
  }

  .cube.is--grey.is--4 {
    width: 58px;
    height: 58px;
    bottom: -43%;
    left: -13%;
  }

  .cube.is--grey.is--5 {
    width: 86px;
    height: 86px;
    bottom: -75%;
    left: -25%;
  }

  .cube.is--grey.is--6 {
    width: 119px;
    height: 119px;
    right: -12%;
  }

  .cube.is--grey.is--7 {
    width: 68px;
    height: 68px;
    top: -20%;
    right: -23%;
  }

  .cube.is--grey.is--8 {
    width: 82px;
    height: 82px;
    right: -15%;
  }

  .cube.is--white {
    border-radius: 5px;
  }

  .cube.is--white.is--1 {
    width: 119px;
    height: 119px;
    bottom: 20%;
    right: -14%;
  }

  .cube.is--white.is--2 {
    width: 40px;
    height: 40px;
    bottom: -17%;
  }

  .cube.is--white.is--3 {
    width: 60px;
    height: 60px;
    bottom: -38%;
  }

  .cube.is--white.is--3.is--large-device {
    width: 46px;
    height: 46px;
    bottom: -58%;
    right: -5%;
  }

  .cube.is--white.is--4 {
    left: 0%;
  }

  .cube.is--white.is--6 {
    width: 68px;
    height: 68px;
    display: block;
    top: auto;
    bottom: -7%;
    left: -8%;
    right: auto;
  }

  .cube.is--white.is--7 {
    width: 127px;
    height: 127px;
    display: block;
    top: auto;
    bottom: 0%;
    left: -22%;
    right: auto;
  }

  .cube.is--white.is--8 {
    z-index: -2;
    width: 80px;
    height: 80px;
    display: block;
    top: 3%;
    bottom: auto;
    left: auto;
    right: -3%;
  }

  .cube.is--white.is--9 {
    width: 46px;
    height: 46px;
    display: block;
    top: -5%;
    bottom: auto;
    left: auto;
    right: -8%;
  }

  .cube.is--white.is--10 {
    width: 119px;
    height: 119px;
    display: none;
    top: 6%;
    bottom: auto;
    left: auto;
    right: -20%;
  }

  .cube.is--red {
    border-radius: 5px;
  }

  .cube.is--red.is--1 {
    width: 41px;
    height: 41px;
    left: -8%;
  }

  .cube.is--red.is--2 {
    width: 80px;
    height: 80px;
    bottom: -15%;
    right: -3%;
  }

  .cube.is--red.is--3 {
    bottom: 7%;
    left: 10%;
  }

  .cube.is--red.is--4 {
    width: 40px;
    height: 40px;
    display: block;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .cube-group {
    width: 450px;
    bottom: -2%;
    left: -13%;
  }

  .cube-group.is--top {
    width: 500px;
    right: -16%;
  }
}

@media screen and (min-width: 1440px) {
  .h1-item {
    grid-column-gap: 37px;
  }

  .hero-text-image {
    border-radius: 5px;
  }

  .padding-section-small {
    padding-top: 100px;
  }

  .side-image.is--1 {
    height: 324px;
  }

  .side-image.is--2 {
    height: 375px;
    object-fit: cover;
    object-position: 50% 10%;
  }

  .cube.is--grey.is--5 {
    left: -31%;
  }

  .cube.is--white.is--1 {
    bottom: 1%;
    right: -18%;
  }

  .cube.is--white.is--2 {
    bottom: -42%;
  }

  .cube.is--white.is--3 {
    bottom: -70%;
    right: 1%;
  }

  .cube.is--white.is--3.is--large-device {
    bottom: -90%;
    right: -11%;
  }

  .cube.is--white.is--7 {
    left: -21%;
  }

  .cube.is--white.is--8 {
    right: 2%;
  }

  .cube.is--white.is--9 {
    right: -5%;
  }

  .cube.is--white.is--10 {
    display: block;
    right: -15%;
  }

  .cube.is--red.is--1 {
    top: -13%;
  }

  .cube.is--red.is--2 {
    bottom: -43%;
    right: -6%;
  }

  .cube.is--red.is--4 {
    right: 8%;
  }

  .cube-group {
    left: -20%;
  }

  .cube-group.is--top {
    width: 520px;
    top: -1%;
    right: -17%;
  }
}

@media screen and (min-width: 1920px) {
  .link-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo, .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: 100px;
    grid-template: "Area-12 . Area Area-2" 17px
                   ". . Area-5 Area-3"
                   ". . Area-6 Area-4"
                   ". . Area-7 Area-10"
                   ". . Area-8 Area-10"
                   ". . . ." 10px
                   "Area-13 Area-13 Area-13 Area-13"
                   "Area-11 Area-11 Area-11 Area-11"
                   / 90px auto 105px 165px;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

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

  .h1-wrapper.is--normal {
    width: 100%;
  }

  .h1-item {
    grid-column-gap: 24px;
  }

  .description {
    width: 311.39px;
    font-size: 14px;
  }

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

  .hero-text-image {
    height: 37px;
  }

  .hero-logo {
    width: 41.64px;
  }

  .grid-2col {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    grid-template-columns: 2fr 1fr;
  }

  .grid-2col.is--mobile-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

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

  .side-image.is--2 {
    height: 176px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .paragraph.has--max-width-medium {
    max-width: 490px;
  }

  .paragraph.is--computer {
    display: none;
  }

  .paragraph.is--mobile {
    display: block;
  }

  .padding-section-big {
    padding-top: 180px;
  }

  .quote-block {
    grid-row-gap: 45px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 40px 61px;
  }

  .paragraph-grid {
    flex-direction: column;
    display: flex;
  }

  .white-background-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cube.is--grey.is--1 {
    top: -110%;
    left: 0%;
  }

  .cube.is--grey.is--2 {
    width: 45.78px;
    height: 45.78px;
    top: -74%;
    left: 3%;
  }

  .cube.is--grey.is--3 {
    width: 35.96px;
    height: 35.96px;
    bottom: 16%;
    left: -10%;
  }

  .cube.is--grey.is--4 {
    width: 34.94px;
    height: 34.94px;
    bottom: -70%;
    left: 0%;
  }

  .cube.is--grey.is--5 {
    width: 49.43px;
    height: 49.43px;
    bottom: -115%;
    left: 8%;
  }

  .cube.is--grey.is--5.is--mobile {
    width: 73.29px;
    height: 73.29px;
    display: block;
    bottom: -145%;
    left: -12%;
  }

  .cube.is--grey.is--6 {
    top: -100%;
    right: -11%;
  }

  .cube.is--grey.is--6.is--mobile {
    width: 42.16px;
    height: 42.16px;
    display: block;
    top: -50%;
    right: 5%;
  }

  .cube.is--grey.is--7 {
    top: -50%;
    right: 5%;
  }

  .cube.is--grey.is--8 {
    bottom: -66%;
  }

  .cube.is--grey.is--8.is--mobile {
    width: 30px;
    height: 30px;
    bottom: -100%;
    right: 7%;
  }

  .cube.is--white {
    display: none;
  }

  .cube.is--white.is--5 {
    display: block;
    bottom: -8%;
    left: -10%;
  }

  .cube.is--red {
    display: none;
  }

  .cube.is--red.is--3 {
    display: block;
    bottom: 10%;
    left: 3%;
  }

  .cube-group {
    top: auto;
    bottom: 4%;
    left: -63%;
    right: auto;
  }

  .cube-group.is--top {
    width: 350px;
    top: 6%;
    right: -35%;
  }

  .footer-grid-2 {
    grid-column-gap: 100px;
    grid-template: "Area-12 . Area Area-2" 17px
                   ". . Area-5 Area-3"
                   ". . Area-6 Area-4"
                   ". . Area-7 Area-10"
                   ". . Area-8 Area-10"
                   ". . . ." 10px
                   "Area-13 Area-13 Area-13 Area-13"
                   "Area-11 Area-11 Area-11 Area-11"
                   / 90px auto 105px 165px;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

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

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

  h2 {
    font-size: 24px;
  }

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

  .ain-ua-logo {
    height: 100%;
  }

  .partner-logo {
    background-image: none;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .image {
    display: block;
  }

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

  .suggestion-content {
    padding-top: 6.16197vw;
    padding-left: 3.52113vw;
    padding-right: 3.52113vw;
  }

  .suggestion-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 57px 20px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-template: "Area-12 ." 17px
                   ". ." 10px
                   "Area Area-2"
                   "Area-5 Area-3"
                   "Area-6 Area-4"
                   "Area-7 Area-10"
                   "Area-8 Area-10"
                   ". ." 10px
                   "Area-13 Area-13"
                   "Area-11 Area-11"
                   / auto auto;
    padding-top: 0;
  }

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

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

  .paragraph-large, .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;
  }

  .content-block.is--hero {
    display: flex;
  }

  .h1-wrapper.is--normal {
    width: 448px;
  }

  .h1-item {
    grid-column-gap: 16px;
  }

  .description {
    width: 205px;
    font-size: 10px;
  }

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

  .hero-text-image {
    height: 25px;
  }

  .hero-logo {
    width: 31px;
    margin-right: -4px;
  }

  .padding-section-small {
    padding-top: 40px;
  }

  .grid-2col {
    flex-direction: column;
    display: flex;
  }

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

  .side-image.is--2 {
    width: 214px;
    order: -1;
    margin-bottom: 16px;
  }

  .side-image.is--3 {
    width: 157px;
    height: 212px;
    object-fit: cover;
  }

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

  .padding-section-big {
    padding-top: 140px;
  }

  .h2 {
    width: 80%;
  }

  .quote-block {
    grid-row-gap: 30px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 20px 31px;
  }

  .quote-block.is--last {
    margin-bottom: 100px;
  }

  .marquee-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .marquee-wrapper {
    grid-column-gap: 34px;
    padding-left: 34px;
  }

  .marquee-image.is--1 {
    width: 104.29px;
  }

  .marquee-image.is--2 {
    width: 38.66px;
  }

  .marquee-image.is--3 {
    width: 130.41px;
  }

  .marquee-image.is--4 {
    width: 122.44px;
  }

  .marquee-image.is--5 {
    width: 86.7px;
  }

  .marquee-image.is--6 {
    width: 87.2px;
  }

  .cube.is--grey {
    border-radius: 1px;
  }

  .cube.is--grey.is--1 {
    width: 7.03px;
    height: 7.03px;
    border-radius: 1.1px;
    top: -50%;
    left: 15%;
  }

  .cube.is--grey.is--2 {
    width: 18.9px;
    height: 18.9px;
    top: -45%;
    left: 7%;
  }

  .cube.is--grey.is--3 {
    width: 16.23px;
    height: 16.23px;
    top: -30%;
    bottom: auto;
    left: 16%;
    right: auto;
  }

  .cube.is--grey.is--4 {
    width: 25.44px;
    height: 25.44px;
    bottom: -30%;
    left: 2%;
  }

  .cube.is--grey.is--5 {
    width: 17.16px;
    height: 17.16px;
    bottom: -25%;
    left: 15%;
  }

  .cube.is--grey.is--5.is--mobile {
    width: 9px;
    height: 9px;
    bottom: -45%;
    left: 21%;
  }

  .cube.is--grey.is--7 {
    width: 28px;
    height: 28px;
    top: -55%;
    right: 10%;
  }

  .cube.is--grey.is--8 {
    width: 16px;
    height: 16px;
    top: -20%;
    bottom: auto;
    left: auto;
    right: 8%;
  }

  .cube.is--grey.is--8.is--mobile {
    width: 24.25px;
    height: 24.25px;
    top: auto;
    bottom: -35%;
    left: auto;
    right: 10%;
  }

  .cube.is--white {
    display: block;
  }

  .cube.is--white.is--1 {
    display: none;
  }

  .cube.is--white.is--2 {
    bottom: -100%;
    right: 30%;
  }

  .cube.is--white.is--3 {
    bottom: -115%;
    right: 10%;
  }

  .cube.is--white.is--5 {
    top: auto;
    bottom: -62%;
    left: auto;
    right: -5%;
  }

  .cube.is--white.is--5.is--mobile {
    width: 65px;
    height: 65px;
    bottom: -58%;
    right: 40%;
  }

  .cube.is--red {
    display: block;
  }

  .cube.is--red.is--1 {
    display: none;
  }

  .cube.is--red.is--2 {
    bottom: -100%;
    right: 0%;
  }

  .cube.is--red.is--3 {
    top: auto;
    bottom: -50%;
    left: auto;
    right: 30%;
  }

  .cube-group {
    display: none;
  }

  .footer-grid-2 {
    grid-column-gap: 15px;
    grid-template: "Area-12 ." 17px
                   ". ." 10px
                   "Area Area-2"
                   "Area-5 Area-3"
                   "Area-6 Area-4"
                   "Area-7 Area-10"
                   "Area-8 Area-10"
                   ". ." 10px
                   "Area-13 Area-13"
                   "Area-11 Area-11"
                   / auto auto;
    padding-top: 0;
  }
}

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

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

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

  .suggestion-content {
    padding-top: 10.9375vw;
    padding-left: 6.25vw;
    padding-right: 9.375vw;
  }

  .footer-grid {
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-areas: "Area-12 ."
                         ". ."
                         "Area Area-2"
                         "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-7 Area-10"
                         "Area-8 Area-10"
                         ". ."
                         "Area-13 Area-13"
                         "Area-11 Area-11";
  }

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

  .h1-wrapper.is--normal {
    display: none;
  }

  .h1-wrapper.is--mobile {
    width: 270px;
    display: block;
  }

  .h1-item {
    grid-column-gap: 6px;
  }

  .description {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
  }

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

  .hero-text-image {
    height: 20px;
  }

  .hero-logo {
    width: 20.74px;
    margin-right: 0;
  }

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

  .side-image.is--2 {
    width: 100%;
    height: auto;
  }

  .side-image.is--3 {
    width: 100%;
    height: auto;
    object-position: 50% 25%;
  }

  .padding-section-big {
    padding-top: 100px;
  }

  .quote-block {
    padding: 20px 15px 21px;
  }

  .quote-block-bottom {
    grid-column-gap: 9px;
  }

  .quote-line {
    width: 103px;
  }

  .white-background-block {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cube {
    display: none;
  }

  .cube.is--grey.is--1 {
    width: 10px;
    height: 10px;
    border-radius: 1.65px;
    display: block;
    top: -56%;
    left: 3%;
  }

  .cube.is--grey.is--2 {
    width: 22px;
    height: 22px;
    display: block;
    top: -35%;
  }

  .cube.is--grey.is--3 {
    width: 9px;
    height: 9px;
    display: block;
    top: auto;
    bottom: 35%;
    left: 0%;
    right: auto;
  }

  .cube.is--grey.is--4 {
    width: 34.96px;
    height: 34.96px;
    display: block;
    bottom: -20%;
    left: -14%;
  }

  .cube.is--grey.is--5 {
    width: 18px;
    height: 18px;
    display: block;
    bottom: -32%;
    left: 1%;
  }

  .cube.is--grey.is--5.is--mobile {
    width: 17px;
    height: 17px;
    bottom: -70%;
    left: 13%;
  }

  .cube.is--grey.is--7 {
    width: 20px;
    height: 20px;
    display: block;
    top: -65%;
    right: 5%;
  }

  .cube.is--grey.is--8 {
    width: 25px;
    height: 25px;
    display: block;
    top: auto;
    bottom: -25%;
    left: auto;
    right: 0%;
  }

  .cube.is--grey.is--8.is--mobile {
    width: 16px;
    height: 16px;
    bottom: -65%;
    right: 15%;
  }

  .cube.is--white, .cube.is--red {
    display: none;
  }

  .footer-grid-2 {
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-areas: "Area-12 ."
                         ". ."
                         "Area Area-2"
                         "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-7 Area-10"
                         "Area-8 Area-10"
                         ". ."
                         "Area-13 Area-13"
                         "Area-11 Area-11";
  }
}

#w-node-_208f8796-4d44-4ce2-31fa-d4d350050706-61ad9ba5, #w-node-_4e59138e-a845-ec24-b125-7ca3ed38be5b-61ad9ba5, #w-node-_8ca3a1b2-b3b2-173e-b50e-489cae41659d-61ad9ba5, #w-node-_69973d38-2f69-bac9-afdf-26b4b02e5892-61ad9ba5, #w-node-_7f34dab3-e622-8900-2011-b9dc1ed2f955-61ad9ba5, #w-node-b663b571-1dac-8a35-b269-30bc0f99ee18-61ad9ba5, #w-node-_72b6a317-1bf1-fb77-af80-1a3d9ebc49a0-61ad9ba5, #w-node-_4f21991b-5900-fdbd-c848-01ca7597f194-61ad9ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3b3ba15-9852-d015-adf3-92487a007f6c-61ad9ba5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5129dcba-487e-75dc-d3c5-8cafe9cf4547-61ad9ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65c493f6-557d-d1aa-01de-6a1be383f710-61ad9ba5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688951-61ad9ba5, #w-node-_3ca46acf-2b9e-70d6-539d-70188068895e-61ad9ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688963-61ad9ba5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688968-61ad9ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688978-61ad9ba5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b4fcf08-9afb-ec65-207b-dce51ce0498d-61ad9ba5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-61ad9ba5, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-61ad9ba5, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-61ad9ba5, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-61ad9ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30fa-61ad9ba5 {
  align-self: end;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30fc-61ad9ba5 {
  grid-area: Area-13;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30ff-61ad9ba5 {
  grid-area: Area;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3101-61ad9ba5 {
  grid-area: Area-2;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3103-61ad9ba5 {
  grid-area: Area-3;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3105-61ad9ba5 {
  grid-area: Area-4;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3107-61ad9ba5 {
  grid-area: Area-5;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3109-61ad9ba5 {
  grid-area: Area-7;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310b-61ad9ba5 {
  grid-area: Area-8;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310d-61ad9ba5 {
  grid-area: Area-10;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310f-61ad9ba5 {
  grid-area: Area-6;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3111-61ad9ba5 {
  grid-area: Area-11;
}

#w-node-_208f8796-4d44-4ce2-31fa-d4d350050706-61ad9bb2, #w-node-_4e59138e-a845-ec24-b125-7ca3ed38be5b-61ad9bb2, #w-node-_8ca3a1b2-b3b2-173e-b50e-489cae41659d-61ad9bb2, #w-node-_69973d38-2f69-bac9-afdf-26b4b02e5892-61ad9bb2, #w-node-_7f34dab3-e622-8900-2011-b9dc1ed2f955-61ad9bb2, #w-node-b663b571-1dac-8a35-b269-30bc0f99ee18-61ad9bb2, #w-node-_72b6a317-1bf1-fb77-af80-1a3d9ebc49a0-61ad9bb2, #w-node-_4f21991b-5900-fdbd-c848-01ca7597f194-61ad9bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3b3ba15-9852-d015-adf3-92487a007f6c-61ad9bb2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5129dcba-487e-75dc-d3c5-8cafe9cf4547-61ad9bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65c493f6-557d-d1aa-01de-6a1be383f710-61ad9bb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688951-61ad9bb2, #w-node-_3ca46acf-2b9e-70d6-539d-70188068895e-61ad9bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688963-61ad9bb2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688968-61ad9bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca46acf-2b9e-70d6-539d-701880688978-61ad9bb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b4fcf08-9afb-ec65-207b-dce51ce0498d-61ad9bb2 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-61ad9bb2, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-61ad9bb2, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-61ad9bb2, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-61ad9bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43358-61ad9bb2 {
  align-self: end;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4335a-61ad9bb2 {
  grid-area: Area-13;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4335d-61ad9bb2 {
  grid-area: Area;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43360-61ad9bb2 {
  grid-area: Area-2;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43363-61ad9bb2 {
  grid-area: Area-3;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43366-61ad9bb2 {
  grid-area: Area-4;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43369-61ad9bb2 {
  grid-area: Area-5;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4336b-61ad9bb2 {
  grid-area: Area-7;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4336d-61ad9bb2 {
  grid-area: Area-8;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4336f-61ad9bb2 {
  grid-area: Area-10;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43372-61ad9bb2 {
  grid-area: Area-6;
}

#w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b43374-61ad9bb2 {
  grid-area: Area-11;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-61ad9bb6, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-61ad9bb6 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-61ad9bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-61ad9bb6 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_440dd805-0274-0fad-52ac-3e7af6e09395-61ad9ba5, #w-node-_208f8796-4d44-4ce2-31fa-d4d350050706-61ad9ba5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ca3a1b2-b3b2-173e-b50e-489cae41659d-61ad9ba5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69973d38-2f69-bac9-afdf-26b4b02e5892-61ad9ba5, #w-node-_72b6a317-1bf1-fb77-af80-1a3d9ebc49a0-61ad9ba5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65c493f6-557d-d1aa-01de-6a1be383f710-61ad9ba5, #w-node-_3ca46acf-2b9e-70d6-539d-701880688978-61ad9ba5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9b4fcf08-9afb-ec65-207b-dce51ce0498d-61ad9ba5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5afa7a24-efd4-ed9c-338a-7bbb53237e3d-61ad9ba5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f72705ee-9425-0290-4abb-e4a2084e30ff-61ad9ba5 {
    grid-area: Area;
  }

  #w-node-f72705ee-9425-0290-4abb-e4a2084e310d-61ad9ba5 {
    grid-area: Area-10;
  }

  #w-node-_440dd805-0274-0fad-52ac-3e7af6e09395-61ad9bb2, #w-node-_208f8796-4d44-4ce2-31fa-d4d350050706-61ad9bb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ca3a1b2-b3b2-173e-b50e-489cae41659d-61ad9bb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69973d38-2f69-bac9-afdf-26b4b02e5892-61ad9bb2, #w-node-_72b6a317-1bf1-fb77-af80-1a3d9ebc49a0-61ad9bb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65c493f6-557d-d1aa-01de-6a1be383f710-61ad9bb2, #w-node-_3ca46acf-2b9e-70d6-539d-701880688978-61ad9bb2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9b4fcf08-9afb-ec65-207b-dce51ce0498d-61ad9bb2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5afa7a24-efd4-ed9c-338a-7bbb53237e3d-61ad9bb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4335d-61ad9bb2 {
    grid-area: Area;
  }

  #w-node-_4ce7b3d7-1cf7-3dbf-e34a-a1f835b4336f-61ad9bb2 {
    grid-area: Area-10;
  }
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}