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

:root {
  --black: black;
  --white: white;
  --dark-grey: #333;
  --light-grey: #999;
}

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

body {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

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

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

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

.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;
  inset: 0% 0% auto;
}

.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 {
  align-self: auto;
  width: 50px;
  height: auto;
}

.partner-logo {
  grid-column-gap: 20px;
  text-align: left;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  flex: none;
  width: 182px;
  display: block;
}

.logo.is--header {
  width: 105px;
}

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

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

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

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

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: 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% 50%;
  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 ."
                 ". . . . . ." 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-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-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 54px;
}

.project-h1 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 34px;
}

.ui-section {
  background-color: #929292;
}

.ui-content-block {
  flex-direction: column;
  justify-content: space-around;
  height: 370px;
  display: flex;
}

.paragraph.is-white {
  color: #fff;
}

.big-paragraph {
  color: #fff;
  font-size: 26px;
}

.hero-description {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 140%;
}

.letter-description {
  color: #7b7b7b;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
}

.quote-description {
  color: #cacaca;
  text-transform: uppercase;
  margin-top: 38px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.quote-description.is--right-margin {
  margin-left: 50px;
}

.name {
  color: #699cc6;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.quote {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.quote.is--right-margin {
  padding-left: 50px;
}

.hero-section {
  background-image: url('../images/im3_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-container {
  max-width: 960px;
}

.hero-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.h1-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 130px;
}

.section.is--green {
  background-color: #5dbb57;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.container {
  max-width: 960px;
}

.content-block.is--grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block.is--no-gap_grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-content-block {
  padding-right: 50px;
}

.left-content-block.is--padding-top {
  padding-top: 130px;
}

.right-content-block.is--blue {
  padding-top: 130px;
  position: relative;
}

.logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #acacac80;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 30px 45px;
  display: grid;
}

.cross {
  width: 30px;
}

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

.letters-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 150px;
}

.letter-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.letter {
  width: 159px;
  height: 184px;
  margin-bottom: 50px;
}

.map-wrapper {
  position: relative;
}

.map-image {
  width: 100%;
  height: 100%;
  position: static;
}

.letters-content-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-description {
  opacity: .8;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.blue-background {
  z-index: -1;
  transform-origin: 0%;
  background-color: #223e72;
  width: 50vw;
  min-width: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.marker {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.marker.is--1 {
  bottom: 26%;
  left: 63%;
}

.marker.is--2 {
  bottom: 29%;
  left: 56%;
}

.marker.is--3 {
  bottom: 58%;
  left: 59%;
}

.marker.is--4 {
  bottom: 58%;
  left: 65%;
}

.marker.is--5 {
  bottom: 61%;
  left: 75%;
}

.marker.is--6 {
  z-index: 1;
  bottom: 71%;
  left: 44.5%;
}

.marker.is--7 {
  z-index: 1;
  bottom: 71.5%;
  left: 48.5%;
}

.marker.is--8 {
  z-index: 1;
  bottom: 71%;
  left: 41%;
}

.marker.is--9 {
  bottom: 84%;
  left: 51%;
}

.marker.is--10 {
  bottom: 77%;
  left: 22%;
}

.marker.is--11 {
  bottom: 60%;
  left: 24%;
}

.marker.is--12 {
  bottom: 70%;
  left: 10%;
}

.marker.is--13 {
  bottom: 64%;
  left: 9%;
}

.marker.is--14 {
  bottom: 44%;
  left: 5%;
}

.marker.is--15 {
  bottom: 45%;
  left: 13%;
}

.circle-big {
  width: 30px;
  height: 30px;
  position: absolute;
}

.circle-middle {
  width: 20px;
  height: 20px;
  position: absolute;
}

.circle-small {
  width: 10px;
  height: 10px;
  position: absolute;
}

.tooltip-name {
  width: 120px;
  min-width: 120px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 37px;
  left: -24px;
}

.tooltip-name.is--2 {
  width: 175px;
  min-width: 175px;
}

.tooltip-name.is--3 {
  width: 143px;
  min-width: 143px;
}

.tooltip-name.is--4 {
  width: 116px;
  min-width: 116px;
}

.tooltip-name.is--5 {
  width: 137px;
  min-width: 137px;
}

.tooltip-name.is--6 {
  width: 136px;
  min-width: 136px;
}

.tooltip-name.is--7 {
  width: 164px;
  min-width: 164px;
}

.tooltip-name.is--8 {
  width: 139px;
  min-width: 139px;
}

.tooltip-name.is--9 {
  width: 84px;
  min-width: 84px;
}

.tooltip-name.is--10 {
  width: 94px;
  min-width: 94px;
}

.tooltip-name.is--12 {
  width: 173px;
  min-width: 173px;
}

.tooltip-name.is--13 {
  width: 102px;
  min-width: 102px;
}

.tooltip-name.is--14 {
  z-index: 3;
  width: 138px;
  min-width: 138px;
}

.tooltip-name.is--15 {
  width: 265px;
  min-width: 265px;
}

.tooltip-name.is--01 {
  width: 107px;
  min-width: 107px;
}

.tooltip-name.is--010 {
  width: 280px;
  min-width: 280px;
}

.project-hero-section {
  background-color: #5dbb57;
  padding-top: 80px;
  padding-bottom: 80px;
}

.project-h1-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.project-section.is--blue {
  background-color: #233e72;
}

.project-section.is--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.project-section.is--one-padding, .project-section.is--no-padding-top {
  padding-top: 0;
}

.project-section.is--no-padding-bottom {
  padding-bottom: 0;
}

.project-container {
  max-width: 720px;
}

.slider {
  background-color: #0000;
  height: 400px;
}

.slide {
  height: 400px;
}

.left-arrow.is--hidden, .right-arrow.is--hidden, .slide-nav {
  display: none;
}

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

.project-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.project-buttons-block {
  justify-content: space-between;
  display: flex;
}

.project-button {
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.project-button:hover {
  opacity: .77;
}

.project-button-text {
  color: #4c6b8b;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-arrow {
  margin-right: 10px;
}

.button-arrow.is--right {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(-180deg);
}

.page-wrapper {
  overflow: hidden;
}

.mobile-projects {
  display: none;
}

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

.mobile-def {
  display: none;
}

.bold-text {
  line-height: 120%;
}

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

.letters-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-button {
  background-color: #223e72;
  border-radius: 50vw;
  margin-top: 40px;
  padding: 11px 20px;
  transition: color .3s, background-color .3s;
}

.more-button:hover {
  color: #010101;
  background-color: #fff;
}

.footer-2 {
  padding: 60px 4vw 57px;
}

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

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

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

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

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

  .letter-description {
    font-size: 27px;
  }

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

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

  .section {
    padding-top: 150px;
  }

  .container {
    max-width: 1200px;
  }

  .logo-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-container {
    max-width: 820px;
  }
}

@media screen and (min-width: 1440px) {
  .letter-description {
    font-size: 24px;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
  }

  .hero-container, .container {
    max-width: 1368px;
  }

  .project-container {
    max-width: 990px;
  }

  .slider, .slide, .project-image {
    height: 550px;
  }

  .footer-2 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .logo-image_ain-2 {
    height: 3vw;
  }
}

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

  .logo.is--header {
    width: 80px;
  }

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

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

  .quote-description {
    width: 60%;
  }

  .quote-description.is--right-margin {
    margin-left: 0;
  }

  .quote.is--right-margin {
    padding-left: 0;
  }

  .section {
    padding-top: 100px;
  }

  .section.is--green {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .content-block.is--grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block.is--no-gap_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-content-block.is--padding-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-content-block.is--blue {
    padding: 70px 50px 70px 0;
  }

  .logo-block {
    width: 554px;
    height: 137px;
  }

  .letters-block {
    margin-bottom: 100px;
  }

  .letter {
    width: 117px;
    height: 129px;
  }

  .blue-background {
    width: 100vw;
    left: -20px;
  }

  .project-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .project-section.is--blue {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .project-section.is--one-padding {
    padding-bottom: 0;
  }

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

  .traktor, .mobile-project-image {
    object-fit: cover;
  }

  .footer-2 {
    padding-bottom: 57px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 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 {
    width: 100%;
    display: block;
  }

  .logo.is--header {
    width: 130px;
  }

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

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

  .h1 {
    font-size: 37px;
  }

  .project-h1 {
    margin-bottom: 10px;
  }

  .hero-description {
    font-size: 25px;
  }

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

  .quote-description {
    width: 70%;
  }

  .name {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 125%;
  }

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

  .section.is--green {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.is--no-padding-top, .section.is--no-padding-bottom {
    padding-bottom: 0;
  }

  .content-block.is--no-gap_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-content-block.is--padding-top {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .right-content-block.is--blue {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .logo-block {
    width: auto;
    height: auto;
    padding: 24px;
  }

  .letters-block {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .letter {
    width: 73px;
    height: 81px;
    margin-bottom: 30px;
  }

  .map-wrapper {
    display: none;
  }

  .blue-background {
    width: 100vw;
    left: -20px;
  }

  .project-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-section.is--blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    margin-bottom: 60px;
  }

  .mask {
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    margin-left: 0;
    position: relative;
    left: 25vw;
  }

  .arrow-icon {
    filter: invert(40%);
    margin-right: 0;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-top: -40px;
    margin-right: 0;
    position: relative;
    right: 25vw;
  }

  .project-buttons-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .mobile-projects {
    display: block;
  }

  .mobile-projects-slider {
    background-color: #0000;
    width: 60vw;
    margin-bottom: 80px;
  }

  .mobile-projects-mask {
    margin-bottom: 40px;
    overflow: visible;
  }

  .mobile-projects-slide {
    margin-right: 20px;
  }

  .mobile-project-link {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .traktor {
    min-width: 150%;
    display: block;
    position: relative;
    left: -243px;
  }

  .mobile-project-image {
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .mobile-slider-left {
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: relative;
    top: -40px;
  }

  .mobile-slider-right {
    width: 40px;
    height: 40px;
    margin-left: 0;
    position: relative;
    left: 32vw;
  }

  .mobile-arrow {
    filter: invert(50%);
  }

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

  .mobile-project-name {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bold-text-3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .footer-2 {
    padding: 12vw 6vw;
  }

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

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

  .logo-image_ain-2 {
    height: 5vw;
  }

  .link-block_ain-2 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .partner-logo {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    display: block;
  }

  .logo.is--header {
    min-width: 130px;
  }

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

  .h1 {
    font-size: 25px;
    line-height: 120%;
  }

  .project-h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .big-paragraph {
    font-size: 21px;
  }

  .hero-description {
    font-size: 18px;
  }

  .quote-description {
    width: 90%;
  }

  .name {
    font-size: 20px;
  }

  .quote {
    font-size: 18px;
  }

  .section {
    padding-top: 80px;
  }

  .left-content-block {
    padding-right: 0;
  }

  .logo-block {
    width: 300px;
    height: 85px;
    padding: 20px 25px;
  }

  .letters-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .letter-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

  .letter {
    margin-bottom: 0;
  }

  .project-description {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-hero-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .project-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-section.is--no-padding-top {
    padding-top: 0;
  }

  .project-container {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    left: 30vw;
  }

  .arrow-icon {
    filter: invert(40%);
  }

  .right-arrow {
    right: 30vw;
  }

  .project-buttons-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-projects-slider {
    width: 73vw;
    height: 450px;
    margin-bottom: 80px;
  }

  .mobile-projects-mask {
    margin-bottom: 40px;
  }

  .mobile-project-link {
    z-index: 3;
  }

  .traktor {
    min-width: 215%;
    display: block;
    left: -181px;
  }

  .mobile-def {
    color: #7b7b7b;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .bold-text-2 {
    line-height: 120%;
  }

  .mobile-project-image {
    display: block;
  }

  .mobile-slider-left {
    right: 13vw;
  }

  .mobile-slider-right {
    left: 29.3vw;
  }

  .letters-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .logo-image_ain-2 {
    height: 7vw;
  }

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }
}

#w-node-b9d73c38-b2f2-6ada-c0d0-2a03b69e1b27-9065dd99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490a4823-1c88-dc58-b658-3e38806d933b-9065dd99 {
  place-self: center;
}

#w-node-fedf40b7-1832-fdde-f959-f44141279906-9065dd99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb25-9065dd99 {
  align-self: start;
}

#w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb41-9065dd99 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb47-9065dd99 {
  grid-area: 2 / 2 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb41-9065dd99 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb47-9065dd99 {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb25-9065dd99 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb41-9065dd99 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb47-9065dd99 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb25-9065dd99 {
    grid-column: span 2 / span 2;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb3e-9065dd99 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb41-9065dd99 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-c7f71f1d-bc7e-c8c6-b6e3-17c0644deb47-9065dd99 {
    grid-row: 5 / 6;
    grid-column-end: 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;
}