@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: Geometria;
  src: url('../fonts/Geometria-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --green: #01e676;
  --yellow: #fbdd41;
  --dark-blue: #070f22;
  --dark-grey: #6e7275;
}

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometria, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 140%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometria, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geometria, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

h4 {
  font-family: Geometria, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

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

blockquote {
  margin-bottom: 0;
  padding: 40.5px 0 39.5px;
  font-family: Geometria, sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.header {
  z-index: 2;
  background-color: #0000;
  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;
  inset: 0% 0% auto;
}

.partner-description {
  color: var(--white);
  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 {
  align-self: auto;
  width: 120px;
  height: auto;
}

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

.logo {
  object-fit: contain;
  background-color: #0000;
  width: 120px;
  height: 20px;
  display: block;
}

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

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

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

.header-separator.is--white {
  background-color: #fff;
}

.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 {
  font-style: normal;
}

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: Proxima Nova, 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, sans-serif;
  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: 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 {
  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%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.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: var(--black);
  grid-template: "area-1 . Area Area-2 Area-5 Area-10" 17px
                 ". . . Area-3 Area-6 ."
                 ". . . Area-4 Area-7 ."
                 ". . . . Area-8 ."
                 ". . . . Area-14 ." 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.is--align-left {
  text-align: left;
}

.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: #ebebeb;
  font-family: Proxima Nova, sans-serif;
}

.section-hero {
  background-color: var(--black);
  color: var(--black);
  position: relative;
  overflow: hidden;
}

.section-hero.z-index-1 {
  height: 100vh;
}

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

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

.button {
  background-color: var(--green);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 25px;
  width: auto;
  height: auto;
  padding: 14px 52px;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  transition: transform .2s;
  display: inline-block;
}

.button:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.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: var(--black);
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-default.has--color-white {
  display: block;
}

.paragraph-default.has--borders {
  background-color: var(--white);
  border-radius: 40px;
  padding: 37px;
}

.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-default {
  padding-top: 80px;
}

.container-default {
  width: 100%;
  max-width: 960px;
  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;
}

.number-text {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--green), var(--yellow) 100%, white);
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Geometria, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.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: 120px;
  padding-bottom: 0;
}

.section-padding-large.is--last {
  padding-bottom: 120px;
}

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

.grids-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.ac-styleguide_item.hide {
  padding-bottom: 0;
}

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

.growth-icon {
  width: 39px;
  height: 39px;
}

.growth-icon.is--small {
  width: 35px;
  height: 35px;
}

.container-large {
  width: 100%;
  max-width: none;
  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;
}

.tick-icon {
  flex: none;
  width: 33px;
  height: 33px;
}

.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-dark_blue {
  background-color: var(--dark-blue);
}

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

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

.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-medium {
  color: var(--black);
  text-align: center;
  border: 1px #000;
  max-width: 75%;
  font-family: Geometria, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.achieve-text {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.achieve-text.has--color-white {
  margin-right: auto;
  font-size: 20px;
}

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

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

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

.page-wrapper {
  overflow: hidden;
}

.globus-icon {
  width: 37px;
  height: 37px;
}

.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: var(--black);
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.description-default {
  color: var(--black);
  font-family: Geometria, sans-serif;
  font-size: 20px;
}

.description-default.has--color-white {
  color: var(--white);
  padding-left: 45px;
}

.list {
  color: var(--black);
  list-style: decimal;
}

.list-item {
  border: 1px #000;
}

.h1 {
  color: var(--white);
  text-transform: none;
  width: 490px;
  margin-bottom: 15px;
  font-size: 44px;
  display: block;
}

.h2 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 28px;
}

.h2.has--color-white {
  color: var(--white);
}

.h2.has--color-white.is--small {
  width: 80%;
}

.h2.has--color-white.is--xs {
  width: 60%;
}

.h2.is--xsmall {
  width: 70%;
}

.h3 {
  color: var(--green);
  text-transform: uppercase;
  font-size: 22px;
}

.h4 {
  color: var(--green);
  text-transform: lowercase;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: block;
}

.quote {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--white);
  mix-blend-mode: normal;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 0 #000;
  outline-width: 1px;
  outline-style: none;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.headline {
  color: var(--white);
  width: 400px;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.content-block {
  display: block;
}

.content-block.has--background-white.has--paddings {
  border: 0 #000;
  border-radius: 40px;
  padding: 60px 40px;
  position: relative;
}

.content-block.has--background-dark_blue.has--paddings {
  border-radius: 40px;
  padding: 60px 40px;
  position: relative;
}

.left-content-block {
  width: 378px;
  position: relative;
}

.right-content-block {
  width: 462px;
}

.right-content-block.is--relative.is--d {
  display: block;
  position: relative;
}

.right-content-block.is--relative.is--m {
  display: none;
}

.right-content-block.is--small {
  width: 100%;
}

.hero-image-block {
  line-height: 140%;
  position: absolute;
  inset: 14% -12% auto auto;
}

.hero-image-block.z-index-2 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.marquee-block {
  background-color: #1d1d1d;
  justify-content: flex-start;
  height: 74px;
  display: flex;
  overflow: hidden;
}

.marquee-block.z-index-1 {
  align-items: flex-end;
  position: absolute;
  inset: auto 0% 4%;
}

.marquee-box {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.marquee-part {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  flex-wrap: nowrap;
  max-height: 52px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-icon {
  height: 31px;
  margin-right: 54px;
}

.section-description {
  background-color: #0000;
  position: relative;
}

.description-block_top {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.project-description-block {
  border: 3px none var(--green);
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--green), var(--yellow) 100%, white);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 40px;
  outline: 3px #333;
  width: 542px;
  margin-bottom: 20px;
  padding: 3px;
}

.description-block_bottom {
  background-color: var(--dark-blue);
  border: 1px solid #000;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  padding: 60px 40px;
}

.content-block-left {
  align-items: flex-end;
  width: 380px;
  display: flex;
  position: relative;
}

.author-image-block {
  width: 100%;
  height: 100%;
  position: relative;
  inset: -127% auto auto 6%;
}

.author-image-block.is--2 {
  position: relative;
  inset: 0%;
}

.author-image-block.is--3 {
  inset: 0%;
  position: relative;
  inset: 0%;
}

.author-image {
  position: static;
  inset: auto 0% 0%;
}

.achieve-wrapper.is-align-right {
  flex: none;
  width: 400px;
}

.achieve-block {
  justify-content: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.achieve-block.is--last {
  align-items: center;
  margin-bottom: 0;
}

.globus-icon-copy {
  width: 37px;
  height: 37px;
}

.content-block_right {
  width: 462px;
}

.section-business_history {
  background-color: #0000;
}

.h2-wrapper {
  margin-bottom: 60px;
}

.quote-image {
  width: auto;
  height: 28.5px;
  margin-bottom: 15px;
}

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

.grid-default.is--m {
  display: none;
}

.image-default {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
}

.image-default.is--large.is--2 {
  height: 100%;
}

.image-default.is--large.has-no-margin {
  margin-top: 0;
}

.image-default.is--2 {
  height: 85%;
}

.image-default.is--align-left {
  object-position: 42% 50%;
}

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

.project-image {
  width: 100%;
}

.project-image.is--m {
  display: none;
}

.project-image.is--d {
  object-fit: cover;
  height: 100%;
  display: block;
}

.details-wrapper {
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.details-block {
  border-bottom: 1px solid var(--green);
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.insight-block {
  display: flex;
}

.list-block {
  display: block;
}

.list-item-block {
  border-top: 1px solid var(--green);
  padding-top: 21px;
  padding-bottom: 70px;
  display: flex;
}

.section-mission {
  background-color: #0000;
}

.author02-image {
  text-align: right;
  width: 394px;
  height: 524px;
  margin-left: auto;
  display: block;
  position: static;
}

.quote-block {
  margin-top: 60px;
}

.section-contacts {
  background-color: #ebebeb;
}

.headline-text_span {
  color: var(--green);
}

.h1-text_span {
  border-top: 5px solid var(--green);
  background-color: var(--green);
  color: var(--black);
  white-space: nowrap;
  border-radius: 15px;
  padding-left: 2px;
  padding-right: 2px;
}

.hero-content-block {
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 220px;
  display: flex;
}

.text_span-green {
  color: var(--green);
}

.image-2 {
  width: 100%;
}

.hero_left-content-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.hero_right-content-block {
  width: 100%;
}

.medium-paragraph-block {
  justify-content: center;
  display: flex;
}

.medium-paragraph-block.has--background-white.has--paddings {
  border: 0 #000;
  border-radius: 40px;
  padding: 60px 40px;
}

.medium-paragraph-block.has--background-dark_blue.has--paddings {
  border-radius: 40px;
  padding: 60px 40px;
}

.button-block {
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 80px;
  display: flex;
}

.hero-image {
  z-index: 1;
  width: 700px;
  height: 480px;
  display: block;
  position: relative;
}

.hero-image.z-index-2 {
  justify-content: flex-end;
  height: 833px;
  display: block;
  inset: 0% 0% 0% auto;
}

.pentagon {
  width: 50.61px;
  height: 50.61px;
  position: absolute;
  inset: 10% 5% auto auto;
}

.pentagon.is--2 {
  z-index: 1;
  width: 99.761px;
  height: 99.761px;
  top: 3%;
  right: 12%;
}

.pentagon.is--3 {
  width: 121.02px;
  height: 121.02px;
  inset: 5% 1% auto auto;
}

.pentagon.is--4 {
  width: 59.61px;
  height: 59.61px;
  top: 2%;
  right: 15%;
}

.pentagon.is--5 {
  width: 100px;
  height: 100px;
  inset: 5% 2% auto auto;
}

.pentagon.is--6 {
  width: 56.74px;
  height: 56.74px;
  inset: 2% 13% auto auto;
}

.pentagon.is--7 {
  top: 2%;
  right: 10%;
}

.pentagon.is--8 {
  width: 63.13px;
  height: 63.13px;
  top: 3%;
  right: 2%;
}

.pentagon.is--9 {
  width: 97.36px;
  inset: auto auto 10% 10%;
}

.pentagon.is--10 {
  width: 151.92px;
  inset: auto auto 18% 23%;
}

.pentagon.is--11 {
  width: 56.21px;
  top: 4%;
  right: 17%;
}

.pentagon.is--12 {
  width: 105.76px;
  right: 1%;
}

.pentagon.is--13 {
  width: 55.01px;
  height: 55.01px;
  top: 4%;
  right: 17%;
}

.pentagon.is--14 {
  width: 98.52px;
  height: 98.52px;
  top: 4%;
  right: 9%;
}

.pentagon.is--7, .pentagon.is--11, .pentagon.is--12 {
  width: 59.61px;
  top: 4%;
  right: 22%;
}

.pentagon.is--15 {
  width: 50px;
  height: 50px;
  inset: auto auto 15% 20%;
}

.pentagon.is--16 {
  z-index: 1;
  width: 99.761px;
  height: 99.761px;
  inset: auto auto 7% 14%;
}

.pentagon.is--17 {
  width: 30px;
  height: 30px;
  top: 3%;
  right: 11%;
}

.pentagon.is--18 {
  width: 80px;
  height: 80px;
}

.pentagon.is--19 {
  width: 40px;
  height: 40px;
  top: 4%;
  right: 14%;
}

.author-photo {
  border-radius: 30px;
  width: 298px;
  min-width: 298px;
  height: auto;
  position: absolute;
}

.author-photo.is--2 {
  object-fit: cover;
  width: 95%;
  min-width: 95%;
  height: 85%;
}

.author-photo.is--1 {
  object-fit: cover;
  height: 420px;
}

.author-photo.is--5 {
  object-fit: cover;
  width: 95%;
  min-width: 95%;
  height: 100%;
  inset: 0%;
}

.author-photo.is--3 {
  object-fit: cover;
  width: 95%;
  min-width: 95%;
  height: 100%;
  inset: 0% 0% auto auto;
}

.black-line {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.photo-line {
  width: 298px;
  min-width: 298px;
  height: auto;
  position: absolute;
  inset: 6% auto auto -6%;
}

.photo-line.is--2 {
  width: 360.18px;
  min-width: 360.18px;
  height: 291.98px;
  display: none;
  left: 5%;
}

.photo-line.is--2.is--d {
  width: 95%;
  min-width: 95%;
  height: 85%;
  display: block;
}

.photo-line.is--2.is--m {
  display: none;
}

.photo-line.is--3 {
  width: 95%;
  min-width: 95%;
  height: 100%;
  inset: 5% 0% 0% -5%;
}

.photo-line.is--3.is--d {
  display: block;
}

.photo-line.is--3.is--m {
  display: none;
}

.photo-line.is--3.is--vertical {
  display: block;
}

.photo-line.is--3.is--horizontal {
  display: none;
}

.photo-line.is--1 {
  height: 420px;
  left: -5%;
}

.photo-line.is--1.is--horizontal {
  display: none;
}

.photo-line.is--1.is--vertical {
  display: block;
}

.link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

.link.no-underline {
  border-bottom-style: none;
}

.link.has--color-black {
  border-bottom-color: var(--black);
  color: var(--black);
}

.image-line {
  width: 298px;
  min-width: 298px;
  height: auto;
  position: absolute;
}

.image-line.is--2 {
  object-fit: fill;
  width: 95%;
  min-width: 95%;
  height: 85%;
  inset: 5% auto auto 5%;
}

.image-line.is--2.is--horizontal {
  object-fit: fill;
  display: block;
}

.image-line.is--2.is--vertical, .image-line.is--2.is--long {
  object-fit: fill;
  display: none;
}

.image-line.is--3 {
  object-fit: fill;
  width: 95%;
  min-width: 95%;
  height: 100%;
  inset: 5% auto auto 5%;
}

.image-line.is--3.is--horizontal {
  display: none;
}

.image-line.is--3.is--vertical {
  display: block;
  inset: 5% 5% auto auto;
}

.image-line.is--3.is--long {
  display: none;
}

.image-line.is--1 {
  height: 420px;
  inset: 5% auto auto 5%;
}

.image-line.is--1.is--vertical {
  display: block;
}

.image-line.is--1.is--horizontal {
  display: none;
}

.image-line.is--5 {
  object-fit: cover;
  width: 95%;
  min-width: 95%;
  height: 100%;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .hero-image-block {
    top: 14%;
    right: -10%;
  }

  .author-image-block {
    left: 5%;
  }

  .pentagon.is--6 {
    top: 3%;
  }
}

@media screen and (min-width: 1440px) {
  .ain-ua-logo {
    width: 140px;
  }

  .logo {
    width: 140px;
    height: 25px;
  }

  .paragraph-default {
    width: 99%;
    font-size: 18px;
  }

  .paragraph-default.has--borders {
    width: 99.9%;
    padding: 60px;
  }

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

  .paragraph-medium {
    max-width: 1000px;
  }

  .achieve-text {
    padding-left: 24px;
    font-size: 24px;
  }

  .description-default {
    font-size: 22px;
  }

  .description-default.has--color-white {
    padding-left: 160px;
  }

  .h1 {
    width: 770px;
    font-size: 70px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.has--color-white {
    width: 75%;
  }

  .h2.has--color-white.is--small {
    width: 70%;
  }

  .h2.is--xsmall {
    width: 50%;
  }

  .h3 {
    font-size: 24px;
  }

  .h4, .quote {
    font-size: 22px;
  }

  .headline {
    width: 85%;
    font-size: 24px;
  }

  .content-block.has--background-white.has--paddings {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-block.has--background-dark_blue.has--paddings {
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .left-content-block {
    width: 100%;
    position: relative;
  }

  .right-content-block {
    width: 100%;
  }

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

  .hero-image-block {
    top: 16%;
    right: -9%;
  }

  .marquee-block.z-index-1 {
    height: 120px;
  }

  .brand-icon {
    height: 47.62px;
  }

  .description-block_top {
    grid-column-gap: 60px;
  }

  .project-description-block {
    width: 780px;
  }

  .author-image-block {
    width: 396.74px;
    height: 414.92px;
    position: absolute;
    top: -152%;
    left: 10%;
  }

  .author-image-block.is--2 {
    width: 100%;
    height: 344px;
    position: static;
    inset: 0%;
  }

  .author-image-block.is--3 {
    width: 100%;
    height: 474px;
  }

  .achieve-wrapper {
    width: 85%;
  }

  .achieve-wrapper.is-align-right {
    width: auto;
  }

  .achieve-block {
    margin-bottom: 30px;
  }

  .content-block_right {
    width: 680px;
  }

  .quote-image {
    height: 30px;
  }

  .grid-default {
    grid-column-gap: 60px;
    grid-template-columns: 528px 660px;
  }

  .image-default {
    object-fit: cover;
    object-position: 50% 25%;
    height: 100%;
  }

  .image-default.is--large.has-no-margin {
    height: 100%;
  }

  .image-default.is--small {
    height: 254px;
  }

  .image-default.is--last {
    height: 96%;
  }

  .project-image.is--d {
    height: 572px;
  }

  .author02-image {
    object-fit: cover;
    border-radius: 30px;
    width: 507px;
    height: 474px;
  }

  .hero-content-block {
    padding-top: 180px;
    padding-bottom: 260px;
  }

  .hero-image {
    width: 800px;
    height: 545px;
  }

  .pentagon.is--3 {
    top: 3%;
    right: 4%;
  }

  .pentagon.is--4 {
    top: 8%;
    right: 13%;
  }

  .pentagon.is--5 {
    inset: 6% 5% auto auto;
  }

  .pentagon.is--6 {
    inset: 5% 16% auto auto;
  }

  .pentagon.is--7 {
    top: 5%;
    right: 7%;
  }

  .pentagon.is--8 {
    top: 6%;
    right: 15%;
  }

  .pentagon.is--10 {
    left: 17%;
  }

  .pentagon.is--11 {
    right: 25%;
  }

  .pentagon.is--12 {
    right: 5%;
  }

  .pentagon.is--14 {
    top: 5%;
    right: 7%;
  }

  .pentagon.is--15 {
    bottom: 14%;
    left: 19%;
  }

  .pentagon.is--17 {
    width: 40px;
    height: 40px;
    top: 4%;
  }

  .pentagon.is--19 {
    top: 6%;
    right: 20%;
  }

  .author-photo {
    object-fit: cover;
    width: 374.7px;
    min-width: 374.7px;
    height: 392.89px;
  }

  .author-photo.is--2 {
    height: 100%;
  }

  .author-photo.is--3 {
    width: 503px;
    min-width: 503px;
    height: 474px;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--5, .author-photo.is--3 {
    width: 85%;
    min-width: 85%;
    height: 85%;
    inset: 0% 0% auto auto;
  }

  .black-line {
    height: 42px;
  }

  .photo-line {
    width: 374.78px;
    min-width: 374.7px;
    height: 392.89px;
  }

  .photo-line.is--2 {
    width: 503px;
    min-width: 503px;
    height: 320px;
    top: 7%;
  }

  .photo-line.is--2.is--d {
    height: 100%;
  }

  .photo-line.is--3 {
    width: 85%;
    min-width: 85%;
    height: 85%;
    inset: 4% 3% auto auto;
  }

  .photo-line.is--3.is--vertical {
    display: none;
  }

  .photo-line.is--3.is--horizontal {
    display: block;
  }

  .image-line {
    object-fit: cover;
    width: 374.7px;
    min-width: 374.7px;
    height: 392.89px;
  }

  .image-line.is--2 {
    height: 100%;
  }

  .image-line.is--3 {
    width: 503px;
    min-width: 503px;
    height: 474px;
    inset: 0% 0% auto auto;
  }

  .image-line.is--3.is--horizontal {
    width: 85%;
    min-width: 85%;
    height: 85%;
    display: block;
    inset: 5% 5% auto auto;
  }

  .image-line.is--3.is--vertical {
    display: none;
  }

  .image-line.is--1 {
    object-fit: fill;
  }

  .image-line.is--5 {
    width: 85%;
    min-width: 85%;
    height: 85%;
    inset: 0% 0% auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image-block {
    top: 18%;
    right: -3%;
  }

  .hero-content-block {
    padding-top: 300px;
    padding-bottom: 400px;
  }

  .hero-image {
    width: 850px;
    height: 660px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-default.has--borders {
    padding: 30px;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .section-padding-default {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .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: 100px;
    padding-bottom: 0;
  }

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

  .grids-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .growth-icon {
    width: 25.66px;
    height: 25.66px;
  }

  .growth-icon.is--small {
    width: 25px;
    height: 25px;
  }

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

  .tick-icon {
    width: 27px;
    height: 27px;
  }

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

  .paragraph-medium {
    max-width: 600px;
    font-size: 20px;
  }

  .achieve-text {
    font-size: 16px;
  }

  .achieve-text.has--color-white {
    padding-left: 14px;
    font-size: 16px;
  }

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

  .globus-icon {
    width: 24.34px;
    height: 24.34px;
  }

  .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 {
    width: 650px;
  }

  .h2 {
    color: var(--black);
  }

  .h3 {
    font-size: 20px;
  }

  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .headline {
    width: 380px;
    font-size: 16px;
  }

  .content-block.has--background-white.has--paddings {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-content-block {
    width: 100%;
  }

  .left-content-block.is--hide {
    display: none;
  }

  .right-content-block {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .right-content-block.is--relative {
    position: absolute;
    inset: auto auto 36% -56%;
  }

  .right-content-block.is--relative.is--d {
    display: none;
    position: absolute;
    bottom: 43%;
    left: -59%;
  }

  .right-content-block.is--relative.is--m {
    display: block;
    position: static;
  }

  .right-content-block.is--align-left {
    align-items: flex-start;
  }

  .hero-image-block {
    inset: auto -6% 12% auto;
  }

  .marquee-part {
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-block {
    width: 100%;
  }

  .empty-block {
    display: none;
  }

  .description-block_bottom {
    grid-column-gap: 30px;
    grid-template-columns: 250px 388px;
  }

  .description-block_bottom.is--flex {
    flex-direction: column;
    display: flex;
  }

  .content-block-left {
    width: 100%;
    position: relative;
  }

  .author-image-block {
    inset: 0%;
  }

  .author-image-block.is--3 {
    height: 244.52px;
    inset: 0% auto auto 0%;
  }

  .author-image-block.is--3.is--m {
    height: 100%;
    position: relative;
  }

  .achieve-wrapper {
    width: 373.27px;
  }

  .achieve-wrapper.is-align-right {
    align-self: center;
  }

  .globus-icon-copy {
    width: 30px;
    height: 30px;
  }

  .content-block_right {
    order: -1;
    width: 100%;
  }

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

  .grid-default.is--d {
    display: none;
  }

  .grid-default.is--m {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 250px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-default.is--vertical {
    flex-direction: column;
    display: flex;
  }

  .image-default.is--large {
    object-fit: cover;
    object-position: 50% 35%;
    height: 262px;
  }

  .image-default.is--large.has-no-margin, .image-default.is--large.is--fit-down {
    object-position: 50% 80%;
  }

  .image-default.is--last {
    object-position: 50% 100%;
    height: 100%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .image-default.is--2 {
    height: 348px;
  }

  .image-default.is--1 {
    object-position: 50% 30%;
    height: 258px;
  }

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

  .project-image.is--m {
    object-fit: cover;
    object-position: 50% 10%;
    width: 250px;
    height: 300px;
    display: block;
    position: static;
  }

  .project-image.is--d {
    display: none;
  }

  .details-wrapper {
    width: 389px;
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .quote-block {
    margin-top: 0;
  }

  .hero-content-block {
    padding-top: 160px;
    padding-bottom: 380px;
  }

  .hero-image {
    width: 500px;
    height: 342px;
  }

  .pentagon {
    width: 35.62px;
    height: 35.62px;
    top: 4%;
    right: 15%;
  }

  .pentagon.is--2 {
    width: 70.21px;
    height: 70.21px;
    top: 2%;
    right: 4%;
  }

  .pentagon.is--3 {
    width: 90px;
    height: 90px;
  }

  .pentagon.is--4 {
    width: 50px;
    height: 50px;
    top: 2%;
    right: 18%;
  }

  .pentagon.is--5 {
    width: 72.03px;
    height: 72.03px;
    inset: 3% 3% auto auto;
  }

  .pentagon.is--6 {
    width: 33.45px;
    height: 33.45px;
    inset: 9% 2% auto auto;
  }

  .pentagon.is--7 {
    width: 30px;
  }

  .pentagon.is--8 {
    width: 50px;
    height: 50px;
  }

  .pentagon.is--9 {
    width: 60.58px;
    bottom: 23%;
  }

  .pentagon.is--10 {
    width: 90px;
    bottom: 27%;
  }

  .pentagon.is--11 {
    width: 36.97px;
    top: 2.5%;
    right: 10%;
  }

  .pentagon.is--12 {
    width: 56.21px;
    top: 2%;
    right: 4%;
  }

  .pentagon.is--14 {
    right: 2%;
  }

  .pentagon.is--7, .pentagon.is--11, .pentagon.is--12 {
    top: 2%;
    right: 20%;
  }

  .pentagon.is--15 {
    display: none;
    top: 2%;
    right: 20%;
  }

  .pentagon.is--16 {
    width: 70.21px;
    display: none;
    top: 2%;
    right: 4%;
  }

  .pentagon.is--19 {
    top: 3%;
    right: 13%;
  }

  .author-photo {
    object-fit: cover;
    border-radius: 20px;
    width: 220px;
    min-width: 200px;
    height: 240px;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--2 {
    object-position: 65% 50%;
    width: 95%;
    min-width: 95%;
    height: 95%;
    inset: 0% auto auto 0%;
  }

  .author-photo.is--3 {
    width: 241.7px;
    min-width: 241.7px;
    height: 244.52px;
  }

  .author-photo.is--3.is--m {
    width: 95%;
    min-width: 95%;
    height: 95%;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--1 {
    min-width: 220px;
    height: 95%;
    position: relative;
  }

  .author-photo.is--5, .author-photo.is--3 {
    width: 241.7px;
    min-width: 241.7px;
    height: 244.52px;
    inset: 0% 0% auto auto;
  }

  .black-line {
    height: 32px;
  }

  .photo-line {
    width: 220px;
    min-width: 220px;
    height: 240px;
    inset: 3% 5% auto auto;
  }

  .photo-line.is--2 {
    width: 95%;
    min-width: 95%;
    height: 95%;
    inset: 5% auto auto 5%;
  }

  .photo-line.is--2.is--d {
    display: none;
  }

  .photo-line.is--2.is--m {
    width: 100%;
    min-width: 1px;
    display: block;
    left: 6%;
  }

  .photo-line.is--3 {
    width: 241.7px;
    min-width: 241.7px;
    height: 244.52px;
    inset: 19% 6% auto auto;
  }

  .photo-line.is--3.is--d {
    width: 95%;
    min-width: 95%;
    display: none;
  }

  .photo-line.is--3.is--m {
    width: 95%;
    min-width: 95%;
    height: 95%;
    display: block;
    inset: 5% 5% auto auto;
  }

  .photo-line.is--1 {
    height: 95%;
    inset: 5% auto auto 4%;
  }

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

  .image-line {
    object-fit: cover;
    border-radius: 20px;
    width: 220px;
    min-width: 200px;
    height: 240px;
    inset: 0% 0% auto auto;
  }

  .image-line.is--2 {
    width: 95%;
    min-width: 95%;
    height: 95%;
    inset: 0% auto auto 0%;
  }

  .image-line.is--2.is--horizontal {
    border-radius: 0;
    display: none;
  }

  .image-line.is--2.is--vertical {
    display: block;
    top: 3%;
    left: 5%;
  }

  .image-line.is--2.is--long {
    display: none;
  }

  .image-line.is--3 {
    border-radius: 0;
    width: 241.7px;
    min-width: 241.7px;
    height: 244.52px;
  }

  .image-line.is--3.is--m {
    width: 95%;
    min-width: 95%;
    height: 95%;
    inset: 0% 0% auto auto;
  }

  .image-line.is--3.is--vertical {
    display: none;
  }

  .image-line.is--3.is--long {
    object-fit: fill;
    width: 95%;
    min-width: 95%;
    height: 95%;
    display: block;
    inset: 3% 6% auto auto;
  }

  .image-line.is--1 {
    object-fit: fill;
    min-width: 220px;
    height: 95%;
  }

  .image-line.is--1.is--vertical {
    border-radius: 0;
    height: 100%;
    top: 7%;
  }

  .image-line.is--5 {
    width: 241.7px;
    min-width: 241.7px;
    height: 244.52px;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .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-image {
    object-position: 50% 50%;
  }

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

  .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.has--borders {
    border-radius: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .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-default {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

  .number-text {
    color: #0000;
    padding-top: 6px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .section-padding-large {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

  .grids-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
  }

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

  .paragraph-medium {
    max-width: 100%;
    font-size: 18px;
  }

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

  .achieve-text {
    font-size: 16px;
  }

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

  .description-default {
    font-size: 16px;
  }

  .description-default.is--align-right {
    text-align: right;
  }

  .h1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.has--color-white {
    width: 98%;
  }

  .h2.has--color-white.is--small {
    width: 100%;
  }

  .h2.has--color-white.is--xs {
    width: 80%;
  }

  .h2.is--xsmall {
    width: 100%;
  }

  .h4 {
    font-size: 18px;
  }

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

  .headline {
    width: 260px;
    font-size: 14px;
  }

  .content-block.has--background-white.has--paddings, .content-block.has--background-dark_blue.has--paddings {
    border-radius: 20px;
    padding: 40px 18px;
  }

  .left-content-block.is--static {
    margin-top: 10px;
    position: static;
  }

  .left-content-block.has--margin {
    margin-bottom: 0;
  }

  .right-content-block.is--relative.is--d {
    display: none;
  }

  .right-content-block.is--relative.is--m {
    display: block;
    position: static;
  }

  .hero-image-block {
    width: 100%;
    bottom: 12%;
    right: -48%;
  }

  .marquee-block.z-index-1 {
    height: 35.67px;
  }

  .brand-icon {
    height: 24.77px;
    margin-right: 30px;
  }

  .project-description-block {
    border-radius: 20px;
  }

  .description-block_bottom {
    border-radius: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding: 30px 18px;
    display: flex;
  }

  .content-block-left {
    justify-content: flex-end;
    height: 250px;
  }

  .author-image-block {
    width: 200px;
    position: static;
    inset: 0% auto auto -105%;
  }

  .author-image-block.is--2 {
    width: 100%;
    height: 232.22px;
  }

  .author-image-block.is--3 {
    position: relative;
  }

  .author-image-block.is--3.is--m {
    width: 100%;
    height: 325.4px;
    margin-bottom: 20px;
  }

  .author-image-block.is--relative {
    width: 50%;
    position: absolute;
    left: 0%;
  }

  .achieve-wrapper {
    align-self: center;
    width: 100%;
    min-width: 100%;
  }

  .achieve-wrapper.is-align-right {
    width: 45%;
    min-width: 45%;
  }

  .content-block_right {
    order: -1;
  }

  .h2-wrapper {
    margin-bottom: 30px;
  }

  .quote-image {
    height: 19px;
  }

  .grid-default.is--d {
    display: none;
  }

  .grid-default.is--m {
    flex-direction: column;
    display: flex;
  }

  .image-default {
    border-radius: 20px;
  }

  .image-default.is--large.is--2 {
    object-fit: cover;
    height: 249px;
  }

  .image-default.is--last {
    object-position: 50% 90%;
    height: 367px;
    position: static;
  }

  .image-default.is--1 {
    border-radius: 20px;
  }

  .project-image.is--m {
    width: 160px;
    height: 252px;
  }

  .details-wrapper {
    flex: 1;
    width: 232px;
    max-width: 232px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .list-item-block {
    padding-bottom: 30px;
  }

  .h1-text_span {
    border-top-width: 3px;
    border-radius: 7px;
  }

  .hero-content-block {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .hero-image {
    width: 380px;
    height: 260px;
  }

  .pentagon {
    display: none;
  }

  .author-photo {
    width: 169.75px;
    min-width: 169.75px;
    height: 177.51px;
    inset: 0% auto auto 2%;
  }

  .author-photo.is--2 {
    width: 90%;
    min-width: 90%;
    height: 218.72px;
    inset: 0%;
  }

  .author-photo.is--1 {
    object-position: 50% 40%;
    width: 95%;
    min-width: 95%;
    height: 100%;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--5 {
    inset: 0%;
  }

  .author-photo.is--5.is--m {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--3 {
    inset: 0%;
  }

  .author-photo.is--3.is--m {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    inset: 0% 0% auto auto;
  }

  .black-line {
    height: 14px;
  }

  .photo-line {
    width: 169.75px;
    min-width: 169.75px;
    height: 177.51px;
    inset: 5% auto auto 0%;
  }

  .photo-line.is--2 {
    display: none;
  }

  .photo-line.is--2.is--d {
    width: 90%;
    min-width: 90%;
    height: 218.72px;
    display: block;
    left: 5%;
  }

  .photo-line.is--2.is--m {
    width: 392.49px;
    min-width: 392.49px;
    height: 218.72px;
    display: none;
    left: 4%;
  }

  .photo-line.is--3 {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    top: 4%;
    right: 4%;
  }

  .photo-line.is--3.is--d {
    display: block;
  }

  .photo-line.is--3.is--m {
    display: none;
  }

  .photo-line.is--1 {
    width: 95%;
    min-width: 95%;
  }

  .photo-line.is--1.is--horizontal {
    height: 105%;
    display: block;
    inset: 5% 3% auto auto;
  }

  .photo-line.is--1.is--vertical {
    display: none;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .image-line {
    width: 169.75px;
    min-width: 169.75px;
    height: 177.51px;
    inset: 0% auto auto 2%;
  }

  .image-line.is--2 {
    width: 90%;
    min-width: 90%;
    height: 218.72px;
    inset: 0%;
  }

  .image-line.is--2.is--horizontal {
    border-radius: 0;
    display: none;
    inset: 5% auto auto 3%;
  }

  .image-line.is--2.is--vertical {
    display: none;
  }

  .image-line.is--2.is--long {
    border-radius: 0;
    display: block;
    inset: 5% auto auto 3%;
  }

  .image-line.is--3 {
    inset: 0%;
  }

  .image-line.is--3.is--m {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    inset: 0% 0% auto auto;
  }

  .image-line.is--3.is--horizontal {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    display: block;
    inset: 5% 5% auto auto;
  }

  .image-line.is--3.is--long {
    display: none;
  }

  .image-line.is--1 {
    width: 95%;
    min-width: 95%;
    height: 100%;
    display: block;
    inset: 0% 0% auto auto;
  }

  .image-line.is--1.is--vertical {
    border-radius: 0;
    display: block;
    position: relative;
    top: -95%;
    right: -8%;
  }

  .image-line.is--1.is--horizontal {
    object-fit: fill;
    border-radius: 0;
    height: 103%;
    display: none;
    position: relative;
    inset: -96% 8% auto auto;
    transform: rotate(0);
  }

  .image-line.is--5 {
    inset: 0%;
  }

  .image-line.is--5.is--m {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .paragraph-default {
    flex-direction: row;
  }

  .paragraph-default.has--borders {
    border-radius: 20px;
    padding: 20px 14px;
    display: block;
  }

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

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

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

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

  .number-text {
    padding-top: 8px;
  }

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

  .grids-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

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

  .paragraph-medium {
    max-width: 90%;
    font-size: 18px;
  }

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

  .description-default.has--color-white {
    padding-left: 20px;
    font-size: 20px;
  }

  .h1 {
    text-align: center;
    align-self: center;
    width: 280px;
  }

  .h2 {
    font-size: 22px;
  }

  .headline {
    text-align: center;
    align-self: center;
  }

  .content-block.has--background-white.has--paddings {
    border-radius: 20px;
    padding: 20px 14px 30px;
  }

  .content-block.has--background-dark_blue.has--paddings {
    border-radius: 20px;
    padding: 30px 14px;
  }

  .left-content-block {
    flex-direction: column;
    order: -1;
  }

  .left-content-block.is--static {
    order: 1;
  }

  .left-content-block.has--margin {
    margin-bottom: 20px;
  }

  .left-content-block.is--last {
    order: 1;
  }

  .right-content-block, .right-content-block.is--align-left {
    order: -1;
  }

  .hero-image-block {
    justify-content: center;
    padding-left: 10px;
    display: flex;
    position: static;
    left: 9%;
    right: auto;
  }

  .project-description-block {
    border-radius: 20px;
  }

  .description-block_bottom {
    border-radius: 20px;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .content-block-left {
    flex-direction: column;
    height: 100%;
  }

  .author-image-block {
    height: 284px;
    min-height: 284px;
  }

  .author-image-block.is--2 {
    height: 240px;
    min-height: 240px;
  }

  .author-image-block.is--3.is--m {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .author-image-block.is--relative {
    width: 90%;
    margin-bottom: 30px;
    position: relative;
  }

  .achieve-wrapper.has--margin {
    margin-top: 30px;
  }

  .achieve-wrapper.is-align-right {
    width: 100%;
    min-width: 100%;
  }

  .achieve-block {
    align-items: center;
    margin-bottom: 20px;
  }

  .h2-wrapper {
    margin-bottom: 40px;
  }

  .quote-image {
    height: 19px;
  }

  .grid-default {
    flex-direction: column;
    order: 1;
    display: flex;
  }

  .grid-default.is--flex {
    flex-direction: column;
    display: flex;
  }

  .grid-default.is--flex.has--margin {
    margin-bottom: 20px;
  }

  .grid-default.is--first {
    order: -1;
  }

  .image-default.is--large.is--2 {
    height: 287px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .image-default.is--small {
    height: 262px;
    margin-top: 30px;
  }

  .image-default.is--last {
    margin-top: 10px;
  }

  .project-image.is--m {
    border-radius: 20px;
    width: 100%;
    height: 369px;
  }

  .details-wrapper {
    width: 100%;
    max-width: 1005px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .details-block {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .paragraph-block.is--last {
    order: 1;
  }

  .hero-content-block {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero_left-content-block {
    align-self: center;
  }

  .hero-image {
    width: 300px;
    height: 200px;
  }

  .author-photo {
    width: 95%;
    min-width: 95%;
    height: 250px;
    inset: 0% 0% auto auto;
  }

  .author-photo.is--1 {
    width: 100%;
    min-width: 100%;
    right: 5%;
  }

  .black-line {
    height: 22px;
  }

  .photo-line {
    width: 95%;
    min-width: 95%;
    height: 250px;
    inset: 4% 5% auto auto;
  }

  .photo-line.is--2.is--d {
    left: 4%;
  }

  .photo-line.is--3.is--d {
    display: none;
  }

  .photo-line.is--3.is--m {
    display: block;
  }

  .photo-line.is--1.is--horizontal {
    height: 100%;
  }

  .inner {
    flex-direction: column;
    margin-top: 30px;
  }

  .image-line {
    width: 95%;
    min-width: 95%;
    height: 250px;
    inset: 0% 0% auto auto;
  }

  .image-line.is--2.is--horizontal {
    border-radius: 0;
    display: block;
    top: 6%;
    left: 5%;
  }

  .image-line.is--2.is--long, .image-line.is--3.is--horizontal {
    display: none;
  }

  .image-line.is--3.is--vertical {
    width: 95%;
    min-width: 95%;
    height: 325.4px;
    display: block;
  }

  .image-line.is--1.is--vertical {
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    display: block;
    top: -95%;
    right: 10%;
  }

  .image-line.is--1.is--horizontal {
    display: none;
  }
}

#w-node-_9d78cfd6-50ba-11e2-5402-5f1f83100913-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0892db69-702f-9bd1-b18d-5ace28753eb8-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dda9b2ad-5d83-e02e-face-78c87b95333a-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f157ba7f-bef4-d08b-0401-9a942ecb3269-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_54a5ff04-88e8-3468-9b60-469d9f87faa5-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3bf68e6-4b97-56c9-fd4a-4d624c112ee3-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-de9d1309-811f-699d-823c-d621e2ffc975-09be3f49, #w-node-_4c72b639-1571-8c55-d26f-2b6667cda9f6-09be3f49, #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb115-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56176cc0-26b7-54b2-744f-7ef8333eb117-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56176cc0-26b7-54b2-744f-7ef8333eb11a-09be3f49, #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb11d-09be3f49, #w-node-_8e6ebca2-a001-f975-27bc-f124e0597236-09be3f49, #w-node-a048fda8-c31a-7bce-84b8-e5b3e69c8aee-09be3f49, #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d19-09be3f49, #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d21-09be3f49, #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d0c-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8600be84-5a46-3d5f-ae05-0716a9254d11-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d966d7c2-3d74-6819-0805-be2d56334e7a-09be3f49, #w-node-bd7edf94-f554-85a3-0df0-18c99c2a473a-09be3f49, #w-node-f925cc73-842c-d4f4-8bf4-0a67ecc18453-09be3f49, #w-node-ddaa83a8-12ba-8b4c-0764-8eea3cb89b54-09be3f49, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-09be3f49, #w-node-_46d3075a-e4e5-a30f-6a83-b9cff10a0bee-09be3f49, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-09be3f49, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-09be3f49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  #w-node-f157ba7f-bef4-d08b-0401-9a942ecb3269-09be3f49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0892db69-702f-9bd1-b18d-5ace28753eb8-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_54a5ff04-88e8-3468-9b60-469d9f87faa5-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3bf68e6-4b97-56c9-fd4a-4d624c112ee3-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-de9d1309-811f-699d-823c-d621e2ffc975-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c72b639-1571-8c55-d26f-2b6667cda9f6-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb11a-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb11d-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8e6ebca2-a001-f975-27bc-f124e0597236-09be3f49 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a048fda8-c31a-7bce-84b8-e5b3e69c8aee-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d19-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d21-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d966d7c2-3d74-6819-0805-be2d56334e7a-09be3f49, #w-node-bd7edf94-f554-85a3-0df0-18c99c2a473a-09be3f49, #w-node-f925cc73-842c-d4f4-8bf4-0a67ecc18453-09be3f49, #w-node-ddaa83a8-12ba-8b4c-0764-8eea3cb89b54-09be3f49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

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

@media screen and (max-width: 767px) {
  #w-node-dda9b2ad-5d83-e02e-face-78c87b95333a-09be3f49 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f157ba7f-bef4-d08b-0401-9a942ecb3269-09be3f49, #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb115-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_56176cc0-26b7-54b2-744f-7ef8333eb117-09be3f49 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d0c-09be3f49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8600be84-5a46-3d5f-ae05-0716a9254d11-09be3f49 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@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: 'Geometria';
  src: url('../fonts/Geometria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}