@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins \- Lokal;
  src: url('../fonts/poppins-v21-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope-Lokal;
  src: url('../fonts/manrope-v15-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --background: #272727;
  --blue: #035591;
  --size--page-padding: 1.25rem;
  --grey: #929292;
}

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

@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: var(--black);
  font-family: Manrope-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-brand-image {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.made-by-contentura {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  border-top: .15rem solid var(--white);
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  padding: 3rem 2rem 1rem;
  display: flex;
  position: relative;
}

.mb-contentura-link {
  transition: all .2s;
}

.mb-contentura-link:hover {
  transform: scale(.95);
}

.footer-copyright-center-2 {
  color: var(--white);
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .1rem;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.navbar-no-shadow {
  background-color: var(--background);
  padding: 2rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 1rem 1.6rem;
  transition: all .5s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.na-image {
  transition: all .5s;
}

.na-image:hover {
  transform: scale(.95);
}

.social-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-icon {
  width: 2rem;
  max-width: none;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand {
  z-index: 2;
  width: 16rem;
  transition: all .3s;
  position: relative;
}

.footer-brand:hover {
  transform: scale(.95);
}

.container-footer {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.footer-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .4s;
}

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

.footer-link.w--current {
  color: #fff;
}

.footer-link.w--current:hover {
  color: var(--blue);
}

.footer-link.wrap {
  color: var(--white);
  white-space: normal;
}

.section {
  padding: 6rem 3rem;
  overflow: hidden;
}

.section.start-first {
  background-image: url('../images/slider1.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.start-first.infinity {
  margin-top: -8rem;
  padding-top: 14rem;
}

.section.start-first.infinity.reference {
  background-image: url('../images/shutterstock_1319580020-1_1.webp');
  padding-top: 18rem;
  padding-bottom: 10rem;
}

.section.grey-bg {
  background-color: var(--background);
}

.section.contact {
  background-image: url('../images/shutterstock_1319580020-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section.contact.infinity {
  margin-top: -8rem;
  padding-top: 14rem;
}

.container-large {
  max-width: 1400px;
}

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

.container-small {
  max-width: 1000px;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-vertical-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical-wrapper.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-horizontal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.flex-horizontal-wrapper.center {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.spacer-xlarge {
  height: 7rem;
}

.spacer-large {
  height: 5rem;
}

.spacer-medium {
  height: 3rem;
}

.spacer-small {
  height: 1rem;
}

.start-first-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.start-first-wrapper.service {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 3rem;
}

.start-overheading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 5rem;
}

.h1.white {
  font-family: Poppins \- Lokal, Arial, sans-serif;
}

.paragraph-normal {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-decoration: none;
}

.paragraph-normal.bold {
  font-weight: 700;
}

.paragraph-normal.bold.white {
  color: var(--white);
}

.arrow {
  width: 1rem;
  height: 1rem;
}

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

.blue-border {
  border-style: solid none solid solid;
  border-width: .2rem;
  border-color: var(--blue);
  margin-top: -2rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
  position: absolute;
  inset: 0% 95% 0% 0%;
}

.start-values-wrapper {
  background-color: var(--background);
  padding: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.start-value-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.start-value-number {
  color: var(--white);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.start-value-number.blue {
  color: var(--blue);
}

.start-value-text {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.start-values-wrapper-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.first-start-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overheading {
  color: var(--blue);
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins \- Lokal, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.main-button {
  background-color: var(--blue);
  color: var(--black);
  text-transform: uppercase;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: all .5s;
}

.main-button:hover {
  background-color: var(--white);
  color: var(--blue);
  transform: scale(1.02)translate(0, -4px);
  box-shadow: 0 2px 5px #0003;
}

.start-over-us-image-wrapper {
  flex: none;
  position: relative;
}

.start-over-us-image {
  width: 25rem;
}

.marks-image-wrapper {
  position: absolute;
  inset: auto 0% -15% -14%;
}

.marks-image-wrapper.ou {
  bottom: -4.2rem;
  left: -2rem;
}

.first-start-service-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  margin-top: 10rem;
  display: flex;
}

.start-service-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.start-service-text {
  color: #929292;
  text-transform: uppercase;
  font-weight: 600;
}

.first-start-values-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.slider-left-arrow {
  color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -3rem;
  display: flex;
}

.slider-right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  margin-right: -3rem;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 35rem;
  height: auto;
  position: static;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-arrow {
  width: 4rem;
  max-width: none;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.first-start-slider-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.white-wrapper {
  background-color: var(--white);
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.start-value-number1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.start-value-number1.blue {
  color: var(--blue);
}

.start-value-number2 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.start-value-number2.blue {
  color: var(--blue);
}

.start-value-number3 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.start-value-number3.blue {
  color: var(--blue);
}

.first-over-us-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.first-left-over-us-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.first-over-us-image {
  width: 48rem;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h3.white {
  font-family: Poppins \- Lokal, Arial, sans-serif;
}

.second-over-us-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.over-us-values-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.overus-values-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.over-us-value-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.over-us-values-image {
  width: 5rem;
}

.over-us-reference-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.h2-2 {
  font-size: 3.4rem;
  line-height: 3.6rem;
}

.reference-image-overlay {
  z-index: 1;
  background-color: #0000005e;
  position: absolute;
  inset: 0%;
}

.wrapper-reference-image {
  display: flex;
  position: relative;
}

.over-us-reference-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reference-links-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--blue);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%)translate(0, -50%);
}

.image-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 2rem;
  max-width: none;
  padding: .5rem;
}

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

.wrapper-flex-vertical.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: .8rem;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}

.spacer-small-2 {
  flex: none;
  width: 100%;
  height: 1rem;
}

.image-reference {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.paragraph-normal-2.medium {
  font-weight: 500;
}

.spacer-medium-2 {
  width: 100%;
  height: 3rem;
}

.first-service-image {
  flex: none;
  width: 28rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.h4.white {
  color: var(--white);
  font-family: Poppins \- Lokal, Arial, sans-serif;
  text-decoration: none;
}

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

.h4.white.for-mobile {
  display: none;
}

.first-service-wrapper {
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.h5.white.for-mobile {
  display: none;
}

.slide {
  background-image: url('../images/slider1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/slider1-1.webp');
}

.slide._3 {
  background-image: url('../images/slider1-2.webp');
}

.slide._4 {
  background-image: url('../images/slider1-3.webp');
}

.slide._5 {
  background-image: url('../images/slider1-4.webp');
}

.slide._6 {
  background-image: url('../images/slider1-5.webp');
}

.service-slider {
  height: 100%;
  margin-left: -3rem;
  margin-right: -3rem;
}

.slide-outer {
  width: 100%;
  height: 100%;
  padding: 15rem 5rem;
}

.slide-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.form-wrapper {
  flex-flow: column;
  flex: none;
  width: 50%;
  display: none;
}

.field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-weight: 500;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px .1rem;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #fff0;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.code-embed {
  color: var(--white);
}

.first-top-service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.reference-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.reference-image {
  object-fit: cover;
}

.bas-label-after-h {
  z-index: 3;
  background-color: var(--blue);
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-label-before-h {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-wrapper {
  position: relative;
  overflow: hidden;
}

.bas-line-h {
  z-index: 1;
  background-color: var(--blue);
  width: .2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-handle-h {
  z-index: 2;
  background-color: var(--blue);
  border-radius: 1005px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.before-after-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

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

.bas-icon-regular {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.start-reference-image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-34 {
  width: 3rem;
  max-width: none;
  transform: rotate(180deg);
}

.image-34.right {
  transform: rotate(0);
}

.slider-right-arrow-2 {
  color: #444;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 30rem;
  height: 30rem;
  position: static;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-left-arrow-2 {
  color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.spacer-xsmall {
  height: .25rem;
}

.red-line-text {
  color: #e31f24;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  padding-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.container-medium-2 {
  max-width: 1200px;
  overflow: visible;
}

.partner-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3rem;
}

.partner-grid.display-none {
  display: none;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.partner-wrapper {
  margin-top: 8rem;
}

.partner-link, .partner-link.last {
  justify-content: center;
  align-items: center;
  display: flex;
}

.red-line-wrapper {
  background-color: #e31f24;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: .05rem;
  padding-left: 4rem;
  display: flex;
}

.partner-image {
  width: 12rem;
  max-width: 100%;
}

.partner-image.last {
  width: 18rem;
}

.start-years-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.footer-white-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: -3rem;
  margin-bottom: -1rem;
  margin-left: -2rem;
  display: flex;
}

.footer-gray-wrapper {
  background-color: var(--background);
  flex: 1;
  width: 40%;
}

.footer-last-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.reference-slider-wrapper {
  z-index: 100;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.reference-slider-wrapper.display-none {
  display: none;
}

.reference-slider {
  background-color: #ddd0;
  width: 85%;
  height: 85%;
}

.slider-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.reference-slider-image {
  max-height: 100%;
}

.x {
  position: absolute;
  inset: 2% 2% auto auto;
}

.cross-image {
  width: 4rem;
}

.popup-content {
  border-radius: 1.2em;
  margin: 1em;
}

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

.popup-content-wrapper {
  z-index: 1;
  background-color: #1f1e20;
  border-radius: 1.2em;
  width: auto;
  max-width: none;
  max-height: 90vh;
  position: relative;
  overflow: auto;
}

.popup-toggle {
  cursor: pointer;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.image-37 {
  border-radius: 1.2em;
  max-width: none;
  max-height: 80vh;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-group {
  flex: none;
  width: 25rem;
}

.popup-group-copy {
  flex: none;
  width: 48rem;
  max-width: 100%;
}

.popup-close-icon-copy {
  width: 3em;
  height: 3em;
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .mb-contentura-link {
    right: 8%;
  }

  .footer-copyright-center-2 {
    text-align: left;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }

  .footer-divider {
    margin-bottom: 2rem;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    color: #fff;
    border-radius: .25rem;
  }

  .footer-brand {
    width: 12rem;
  }

  .footer-brand.w--current {
    width: 15rem;
  }

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

  .footer-content {
    margin-left: 20px;
  }

  .section {
    padding-right: var(--size--page-padding);
    padding-left: var(--size--page-padding);
  }

  .section.start-first.infinity {
    margin-top: -10rem;
    padding-top: 14rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section.contact.infinity {
    margin-top: -9.2rem;
  }

  .first-start-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .first-start-service-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .slider-wrapper {
    margin-bottom: 3rem;
  }

  .first-start-slider-wrapper {
    margin-top: 12rem;
  }

  .first-over-us-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
  }

  .first-over-us-image {
    width: 30rem;
  }

  .second-over-us-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
  }

  .h2-2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .over-us-reference-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .reference-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .before-after-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .partner-image.last {
    width: 18rem;
  }

  .footer-last-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reference-slider-image {
    height: auto;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .popup-group-copy {
    width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .made-by-contentura {
    margin-top: 10px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem 1rem;
    display: flex;
  }

  .mb-contentura-link {
    position: static;
  }

  .footer-copyright-center-2 {
    text-align: center;
    width: 100%;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .social-links-wrapper {
    margin-top: 20px;
  }

  .footer-brand {
    width: 25rem;
  }

  .footer-brand.w--current {
    width: 20rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
    margin-left: 0;
  }

  .footer-block {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link.w--current {
    color: #fff;
  }

  .spacer-medium.mobile-none {
    display: none;
  }

  .start-first-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h1.white {
    font-size: 3rem;
    line-height: 4rem;
  }

  .start-values-wrapper {
    padding: 1rem;
  }

  .start-values-wrapper-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .first-start-wrapper {
    flex-flow: column;
  }

  .start-over-us-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .start-over-us-image {
    width: 42%;
  }

  .marks-image-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: -24%;
    left: auto;
    right: auto;
  }

  .marks-image-wrapper.ou {
    left: 25%;
  }

  .marks-image {
    width: 27.5625rem;
  }

  .first-start-service-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .first-start-values-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .slider-left-arrow {
    margin-left: 0;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .slider-wrapper {
    margin-bottom: 3rem;
  }

  .white-wrapper {
    display: none;
  }

  .start-value-number1, .start-value-number2, .start-value-number3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .first-over-us-wrapper {
    flex-flow: column;
  }

  .first-left-over-us-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .second-over-us-wrapper {
    flex-flow: column-reverse;
    align-items: stretch;
    padding-left: 0;
  }

  .overus-values-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .wrapper-reference-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .over-us-reference-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .h4.white.for-mobile {
    display: block;
  }

  .h4.white.mobile-none {
    display: none;
  }

  .slide-outer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .contact-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .form-wrapper {
    width: 100%;
  }

  .first-top-service-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .reference-image.mobile-none {
    display: none;
  }

  .before-after-wrapper {
    flex-flow: column;
  }

  .slider-right-arrow-2 {
    margin-right: 0;
  }

  .slider-left-arrow-2 {
    margin-left: 0;
  }

  .red-line-text {
    flex: 1;
  }

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

  .partner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .red-line-wrapper {
    width: auto;
  }

  .start-years-wrapper {
    align-self: flex-start;
  }

  .footer-white-wrapper {
    align-self: stretch;
    width: auto;
    margin: 0 -1rem;
    padding: 1rem;
  }

  .footer-gray-wrapper {
    align-self: stretch;
    width: 100%;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .image-37 {
    max-height: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .made-by-contentura {
    width: 120px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .navbar-no-shadow {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .social-links-wrapper {
    margin-top: 0;
  }

  .title-small {
    margin-bottom: .6rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 75vw;
    display: flex;
  }

  .footer-brand.w--current {
    width: 60vw;
  }

  .container-footer {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    margin-left: 0;
  }

  .social-logo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link.w--current {
    color: #fff;
  }

  .footer-link.wrap {
    color: var(--white);
  }

  .section.start-first.infinity {
    overflow: visible;
  }

  .section.grey-bg {
    z-index: 1;
  }

  .section.contact.infinity {
    padding-top: 12rem;
  }

  .start-first-wrapper {
    margin-bottom: 4rem;
  }

  .h1.white {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .h1.white.service {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .paragraph-normal.mobile-center {
    text-align: center;
  }

  .blue-border.mobile-none {
    display: none;
  }

  .start-values-wrapper {
    z-index: 2;
    inset: auto 0% -5rem;
  }

  .start-values-wrapper-inner {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .h2.white {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .start-over-us-image-wrapper {
    align-self: center;
  }

  .start-over-us-image {
    width: 100%;
    max-width: 25rem;
  }

  .marks-image-wrapper.ou {
    bottom: -3.1rem;
    left: -.2rem;
  }

  .marks-image {
    width: 20rem;
    max-width: 100%;
  }

  .first-start-values-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6rem;
  }

  .slider-left-arrow {
    margin-left: 0;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .slider-2 {
    width: 100%;
  }

  .slider-wrapper {
    margin-bottom: 0;
  }

  .slider-arrow, .slider-arrow.left {
    width: 3rem;
  }

  .first-start-slider-wrapper {
    margin-top: 8rem;
  }

  .first-over-us-wrapper {
    padding-left: 0;
  }

  .first-left-over-us-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .over-us-values-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .overus-values-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .over-us-value-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .h2-2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .over-us-reference-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .reference-links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-right: .5rem;
  }

  .image-link {
    width: 2.5rem;
    padding: .5rem;
  }

  .link-text {
    font-size: .6rem;
  }

  .h4.white {
    color: var(--white);
  }

  .h4.white.for-mobile {
    display: block;
  }

  .h4.white.mobile-none {
    display: none;
  }

  .h5.white.for-mobile {
    display: block;
  }

  .h5.white.non-mobile {
    display: none;
  }

  .service-slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .slide-outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .first-top-service-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .icon {
    font-size: 2rem;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    inset: 0% -2rem 0% auto;
  }

  .left-arrow {
    inset: 0% auto 0% -2rem;
  }

  .reference-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider-right-arrow-2 {
    justify-content: center;
    align-items: flex-end;
    margin-right: 0;
  }

  .slider {
    width: 100%;
    height: auto;
    padding-bottom: 8rem;
  }

  .slider-wrapper-2 {
    margin-bottom: 4rem;
  }

  .slider-left-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
  }

  .red-line-text {
    white-space: nowrap;
    font-size: 1rem;
  }

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

  .h2-3.blue {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .red-line-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
  }

  .partner-image.last {
    width: 75%;
  }

  .popup-content {
    margin: 2em 1em;
  }

  .popup-group {
    max-width: 100%;
  }
}

#w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e55-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e62-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a, #w-node-b714a06b-9b26-7a96-c37c-2142d825d4ba-1cf48776, #w-node-b714a06b-9b26-7a96-c37c-2142d825d4c4-1cf48776, #w-node-b714a06b-9b26-7a96-c37c-2142d825d4c6-1cf48776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0755b9-820f-d647-0b08-5d7445d87162-1cf48776 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a0755b9-820f-d647-0b08-5d7445d8718b-1cf48776 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_905f47de-250c-4594-d995-34637c3cecc3-6618cf64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_4896fbe1-54a3-8590-913a-3122eaf3bcf9-6618cf64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_8ea4a9c9-b994-57af-6269-c723ef8d9d33-6618cf64, #w-node-_9c29d492-0d29-266e-5464-e089f6cc6c82-6618cf64, #w-node-f7596272-bd65-2bd5-18fa-99e79cb7df54-6618cf64 {
  place-self: stretch stretch;
}

#w-node-_168b9b22-5e57-30fc-c644-6147b6b04cff-6618cf64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_3684e5d0-8789-d5d3-f0df-1a3cab2609fb-6618cf64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-d28de2e0-e214-6f76-d870-32ca77a4a878-6618cf64, #w-node-_1aa721c7-e5c6-9c42-61bb-b06de3924073-6618cf64, #w-node-_17a87e35-916e-b99a-8b29-a5e3d7937d71-6618cf64, #w-node-a47a0fad-6e65-fab9-881e-8e9360442d3c-6618cf64 {
  place-self: stretch stretch;
}

#w-node-f84f51d5-846c-c593-aa1e-c9764e0a8840-6618cf64, #w-node-_06e1cebf-c229-246c-be04-96e355a210f9-6618cf64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-f880b569-d38f-cbe5-ce20-632e6607d8c8-6618cf64, #w-node-_0931a1b5-5b0d-a7f5-5d23-5ff9e5207026-6618cf64, #w-node-_64c6b9a7-1b6e-397d-adb2-ecbc0e97de2e-6618cf64, #w-node-cf4178e9-7e12-5b41-99eb-8da73cb77358-6618cf64, #w-node-e53d0e26-56bb-2ba1-9b3e-c2974d2252f0-6618cf64 {
  place-self: stretch stretch;
}

#w-node-_9f5657b8-07a8-7d91-7965-6ecc96052fd6-6618cf64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-f46c0da4-f5aa-4408-f06c-61e1f3359f88-6618cf64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_57bdbfc8-0903-63bf-2e6d-65beb2b86895-6618cf64, #w-node-_39312b5e-d3d5-468e-5476-c6125f37ede7-6618cf64, #w-node-a36c9baa-3b94-a833-d099-48567f0fd7a3-6618cf64 {
  place-self: stretch stretch;
}

#w-node-ae24bd69-7763-1f80-2546-573a990a5141-6618cf64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-b714a06b-9b26-7a96-c37c-2142d825d4ba-1cf48776, #w-node-b714a06b-9b26-7a96-c37c-2142d825d4c4-1cf48776, #w-node-b714a06b-9b26-7a96-c37c-2142d825d4c6-1cf48776 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b714a06b-9b26-7a96-c37c-2142d825d4ca-1cf48776 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a0755b9-820f-d647-0b08-5d7445d8718b-1cf48776 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins - Lokal';
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope-Lokal';
  src: url('../fonts/manrope-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}