:root {
  --black: #151515;
  --desktop-heading-1: 2.4375rem;
  --desktop-heading-2: 1.8125rem;
  --desktop-heading-3: 1.5625rem;
  --desktop-heading-4: 1.375rem;
  --desktop-heading-5: 1.125rem;
  --desktop-body-text-s: .75rem;
  --white: var(--light-gray);
  --mobile-heading-2: 1.5625rem;
  --desktop-body-text-m: 1rem;
  --mobile-body-text-m: .875rem;
  --desktop-body-text-l: 1.125rem;
  --red: #d80202;
  --dark-gray: #6b6b6b;
  --medium-gray: #a6a6a6;
  --desktop-display-1: 3.8125rem;
  --mobile-display-1: 2.4375rem;
  --mobile-display-2: 1.5625rem;
  --desktop-display-2: 2.8125rem;
  --light-gray: #f3f3f3;
  --mobile-body-text-l: 1rem;
  --desktop-display-3: 2.4375rem;
  --mobile-display-3: 1.125rem;
  --font-family: Roboto, sans-serif;
  --mobile-body-text-s: .75rem;
  --mobile-heading-1: 1.8125rem;
  --mobile-heading-3: 1.375rem;
  --mobile-heading-4: 1.125rem;
  --mobile-heading-5: 1rem;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-heading-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-heading-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-heading-3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-heading-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-heading-5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 120%;
}

p {
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-s);
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 120%;
}

blockquote {
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-s);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-style: italic;
  line-height: 22px;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.container {
  width: 100%;
  min-height: 0;
}

.content {
  flex-flow: column;
  display: block;
}

.section {
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.heading-1 {
  margin-bottom: 32px;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.heading-2.white {
  color: var(--white);
}

.heading-2.black {
  padding-right: 0;
}

.heading-3, .heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 32px;
}

.paragraph-s {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-s);
  letter-spacing: normal;
  margin-bottom: 16px;
  line-height: 140%;
}

.paragraph-m {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  margin-bottom: 16px;
  line-height: 140%;
}

.paragraph-m.white {
  color: var(--white);
  letter-spacing: normal;
  font-weight: 400;
}

.paragraph-l {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-l);
  margin-bottom: 16px;
  line-height: 140%;
}

.block-quote {
  color: var(--black);
  font-size: var(--desktop-body-text-m);
  border: 1px #000;
  margin-bottom: 16px;
  padding: 0;
  line-height: 140%;
}

.heading-6 {
  margin-bottom: 16px;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  margin-top: 0;
  margin-bottom: 16px;
}

.list-item {
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
}

.list {
  margin-bottom: 16px;
}

.link {
  color: var(--red);
  text-decoration: none;
}

.link:hover {
  color: var(--black);
}

.primary-button {
  background-color: var(--red);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  border-radius: 120px;
  padding: 14px 24px;
  font-weight: 500;
  line-height: 120%;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.primary-button:hover {
  background-color: var(--dark-gray);
  transform: translate(0, -1px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.secondary-button {
  background-color: var(--dark-gray);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  border-radius: 120px;
  padding: 14px 24px;
  font-weight: 500;
  line-height: 120%;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.secondary-button:hover {
  background-color: var(--red);
  transform: translate(-1px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.arrow-right-white {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.third-button {
  background-color: var(--dark-gray);
  border-radius: 100px;
  padding: 14px;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.third-button:hover {
  background-color: var(--red);
  transform: translate(1px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.link-with-icon {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.link-text {
  color: var(--red);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.link-text:hover {
  color: var(--dark-gray);
}

.link-with-icon {
  background-image: url('../images/arrow_right_red.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 28px;
}

.link-with-icon:hover {
  color: var(--medium-gray);
  background-image: url('../images/arrow_right_gray.svg');
  transform: translate(1px);
}

.navbarcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  height: 70px;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.navbar-link:hover {
  color: var(--red);
}

.nav-link {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--red);
  transform: translate(0, -1px);
}

.navbar {
  background-color: var(--black);
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.third-button-left {
  background-color: var(--dark-gray);
  border-radius: 100px;
  padding: 14px;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.third-button-left:hover {
  background-color: var(--red);
  transform: translate(-1px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.style-guide-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .3);
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1920px;
  height: 880px;
  min-height: 880px;
  max-height: 1140px;
  display: flex;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.display-with-caption {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.caption {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.displays {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.display-1-text {
  color: #f9f9f9;
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-display-1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.display-2-text {
  color: #f9f9f9;
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-display-2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.cta {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.caption-text {
  color: var(--dark-gray);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.caption-text.light-gray {
  color: var(--light-gray);
}

.features-section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 172px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.features-conteiner {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.features-cards {
  z-index: 100;
  background-color: #d80202;
  border-radius: 12px 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px 128px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -48px;
  left: auto;
}

.feature-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-l {
  color: #f9f9f9;
  font-family: Roboto, sans-serif;
  font-size: var(--mobile-body-text-l);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._2-columns-image-left {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.column-left {
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(243, 243, 243, 0);
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 670px;
  display: flex;
  position: relative;
}

.image {
  grid-row-gap: 24px;
  object-fit: cover;
  border-radius: 64px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 710px;
  max-width: 670px;
  height: 670px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 20px;
  left: 20px;
}

.column-right {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 128px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.heading-with-caption {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.f2wf-columns {
  width: auto;
  display: block;
}

.text-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2-columns-image-right {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.column-left-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 64px;
  padding-right: 128px;
  text-decoration: none;
  display: flex;
}

.column-right-2 {
  grid-row-gap: 24px;
  background-color: rgba(243, 243, 243, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 670px;
  display: flex;
  position: relative;
}

.image-2 {
  grid-row-gap: 24px;
  object-fit: cover;
  border-radius: 64px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 710px;
  max-width: 670px;
  height: 670px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 20px;
  left: -20px;
}

.conteiner {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.hero-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.pricing-section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pricing_image.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  height: 880px;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.pricing-conteiner {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  min-height: 0;
  display: flex;
}

.pricing-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 50%;
  padding-right: 40px;
  display: flex;
}

.realizations-section {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.realizations-conteiner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 128px;
  padding-right: 0;
  display: flex;
}

.realizations-cta {
  flex-flow: row;
  align-items: center;
  display: none;
}

.caption-heading-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.slide-1 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero_image1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
}

.slide-2 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero_image2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
}

.slide-3 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero_image3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
}

.slide-nav {
  height: 104px;
}

.display-and-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100svh;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.left-arrow {
  background-image: url('../images/chevron_left_white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 64px;
  display: block;
  overflow: hidden;
}

.right-arrow {
  background-image: url('../images/chevron_right_white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 64px;
}

.service-logo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.display-text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 678px;
  padding-left: 64px;
  text-decoration: none;
  display: flex;
}

.display-3-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-display-3);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 21.0262px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.service-brand {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 64px;
  display: flex;
}

.contact-details {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.phone-mail {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style-guide-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-phone {
  background-image: url('../images/phone_white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  padding-right: 0;
  text-decoration: none;
}

.link-phone:hover {
  color: var(--medium-gray);
  background-image: url('../images/phone_red.svg');
  background-position: 0%;
  background-size: auto;
  transform: translate(1px);
}

.link-text-phone-or-mail {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: var(--desktop-body-text-m);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.link-text-phone-or-mail:hover {
  color: var(--red);
}

.link-mail {
  background-image: url('../images/mail_white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  padding-right: 0;
  text-decoration: none;
}

.link-mail:hover {
  color: var(--medium-gray);
  background-image: url('../images/mail_red.svg');
  background-position: 0%;
  background-size: auto;
  transform: translate(1px);
}

.pricing-text-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.pricing-display-text-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.pricing-display-and-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.realization-gallery-wrapper {
  justify-content: center;
  width: 100%;
  height: auto;
  display: block;
}

.realization-gallery-slider {
  width: 100%;
  display: block;
}

.gallery-slide {
  background-color: var(--black);
}

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

.gallery-image.image-1 {
  max-width: none;
}

.gallery-image.image-2 {
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
}

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

@media screen and (min-width: 1440px) {
  .caption-heading-cta {
    padding-left: 64px;
    padding-right: 64px;
  }

  .realization-gallery-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    min-width: auto;
    max-width: 1240px;
  }

  .primary-button:hover, .secondary-button {
    transform: translate(0, -1px);
  }

  .third-button:hover {
    transform: translate(1px);
  }

  .navbar-link {
    font-family: Roboto, sans-serif;
  }

  .navbar-link:hover {
    transform: translate(0, -1px);
  }

  .nav-link:hover {
    transform: none;
  }

  .third-button-left:hover {
    transform: translate(-1px);
  }

  .hero-section {
    height: 100svh;
    min-height: auto;
    max-height: none;
  }

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

  .display-1-text {
    color: var(--white);
    font-size: var(--desktop-display-1);
    line-height: 120%;
  }

  .display-2-text {
    color: var(--white);
    font-size: var(--desktop-display-2);
  }

  .caption-text {
    font-size: var(--desktop-body-text-m);
  }

  .features-cards {
    padding-left: 128px;
    padding-right: 128px;
  }

  .f2wf-columns {
    display: block;
  }

  .pricing-section {
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .pricing-conteiner {
    width: auto;
  }

  .realizations-section {
    display: flex;
  }

  .realizations-conteiner {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
  }

  .realizations-cta {
    display: none;
  }

  .caption-heading-cta {
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-and-cta {
    min-width: 1440px;
    max-width: 1440px;
    padding-left: 64px;
  }

  .slide-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .left-arrow {
    background-position: 100%;
  }

  .right-arrow {
    background-position: 0%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-2.black {
    font-size: var(--mobile-heading-2);
  }

  .paragraph-m, .primary-button, .link-text {
    font-size: var(--mobile-body-text-m);
  }

  .navbar-content, .logo {
    height: 56px;
  }

  .navbar-menu {
    max-width: unset;
    background-color: var(--black);
    height: 246.359svh;
  }

  .navbar-link {
    justify-content: center;
  }

  .hamburger {
    background-image: url('../images/hamburger_white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 64px;
    height: 64px;
    padding: 0;
    transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  }

  .hamburger:hover {
    background-image: url('../images/close_white.svg');
  }

  .hamburger.w--open {
    background-color: var(--black);
    background-image: url('../images/close_white.svg');
  }

  .hero-section {
    width: auto;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .displays {
    width: 100%;
  }

  .display-1-text {
    font-size: var(--mobile-display-1);
  }

  .display-2-text {
    font-size: var(--mobile-display-2);
  }

  .caption-text, .caption-text.light-gray {
    font-size: var(--mobile-body-text-m);
  }

  .features-section {
    height: 144px;
  }

  ._2-columns-image-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-left {
    width: 50%;
    height: auto;
  }

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

  .column-right {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  ._2-columns-image-right {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-left-2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-right-2 {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
  }

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

  .conteiner {
    max-width: 100%;
  }

  .pricing-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pricing_image.webp');
    background-position: 0 0, 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .pricing-conteiner {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 192px;
  }

  .realizations-section {
    padding-bottom: 64px;
  }

  .realizations-cta {
    display: none;
  }

  .slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/hero_image1.webp');
    background-size: auto, cover;
  }

  .display-and-cta {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 128px;
    padding-left: 0;
  }

  .slide-content {
    padding-left: 64px;
    padding-right: 64px;
  }

  .left-arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50%;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: center;
    align-items: flex-end;
    width: 64px;
    height: 64px;
    margin-bottom: 56px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    background-position: 50%;
    width: 64px;
    height: 64px;
    margin-bottom: 56px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .service-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
  }

  .display-text {
    padding-left: 0;
  }

  .display-3-text {
    font-size: var(--mobile-display-3);
  }

  .vectors-wrapper {
    height: 12px;
  }

  .vectors-wrapper-2 {
    height: 40px;
  }

  .service-brand {
    padding-right: 0;
  }

  .link-text-phone-or-mail {
    font-size: var(--mobile-body-text-m);
  }

  .pricing-display-and-text {
    padding-right: 0;
  }

  .realization-gallery-wrapper {
    height: auto;
  }

  .gallery-images-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery-image.item-5, .gallery-image.item-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .primary-button {
    font-size: var(--mobile-body-text-m);
  }

  .navbarcontainer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section {
    width: auto;
  }

  .display-1-text {
    font-size: var(--mobile-display-1);
  }

  .caption-text.light-gray {
    font-size: var(--mobile-body-text-m);
  }

  .features-section {
    height: 78px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-conteiner {
    height: auto;
  }

  .features-cards {
    padding: 32px;
  }

  .text-l {
    font-size: var(--mobile-body-text-m);
  }

  .pricing-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/pricing_image.webp');
    background-position: 0 0, 25%;
  }

  .pricing-content {
    width: 100%;
    padding-right: 128px;
  }

  .display-and-cta {
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    display: block;
  }

  .service-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-brand {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .realization-gallery-wrapper {
    align-self: stretch;
    width: 100%;
    height: auto;
  }

  .gallery-images-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-image.item-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .primary-button {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-top: 24px;
    display: block;
  }

  .navbar-menu {
    padding-left: 64px;
    padding-right: 64px;
  }

  .hamburger {
    background-image: url('../images/hamburger_white.svg');
  }

  .hero-section {
    width: auto;
    max-width: none;
    height: 580px;
    min-height: 580px;
  }

  .display-1-text {
    font-size: var(--mobile-display-2);
  }

  .caption-text.light-gray {
    text-align: left;
  }

  .features-section {
    height: 138px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-conteiner {
    padding-left: 0;
  }

  .features-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 32px;
    top: -48px;
  }

  .feature-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  ._2-columns-image-left {
    grid-column-gap: 32px;
    flex-flow: column;
  }

  .column-left {
    width: 100%;
  }

  .image {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .column-right {
    width: 100%;
    padding-top: 32px;
  }

  ._2-columns-image-right {
    flex-flow: wrap-reverse;
  }

  .column-left-2 {
    width: 100%;
    padding-top: 32px;
  }

  .column-right-2 {
    width: 100%;
  }

  .image-2 {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .conteiner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-cta {
    display: inline-flex;
  }

  .pricing-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pricing_image.webp');
    background-position: 0 0, 0 0, 25%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 580px;
    background-attachment: scroll, scroll, scroll;
    height: 580px;
    margin-top: 0;
  }

  .pricing-content {
    padding-right: 16px;
  }

  .slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/hero_image1.webp');
    background-size: auto, auto 580px;
  }

  .slide-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero_image2.webp');
    background-size: auto, auto 580px;
  }

  .slide-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero_image3.webp');
    background-size: auto, auto 580px;
  }

  .display-and-cta {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    height: 64px;
    margin-top: 0;
    margin-bottom: 56px;
    padding-left: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    height: 64px;
    margin-bottom: 56px;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .service-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .display-text {
    width: 100%;
  }

  .vectors-wrapper, .vectors-wrapper-2 {
    display: block;
  }

  .service-brand {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .realization-gallery-wrapper {
    align-self: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .gallery-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image.item-3 {
    display: none;
  }
}


