:root {
  --white: #fff;
  --dark-blue: #13171b;
  --accent: #36a9e1;
  --gray-background: whitesmoke;
  --border: #d1d1d1;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white);
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sans Serif, sans-serif;
  font-size: 6.75rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  color: var(--dark-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sans Serif, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: var(--accent);
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sans Serif, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sans Serif, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Sans Serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--white);
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.section.section--home-hero {
  background-image: url('../images/hero-bg-image-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.section--gray.services {
  background-image: url('../images/home-services-bg.svg');
  background-position: 50%;
  background-size: cover;
}

.section.section--footer {
  border-top: 1px solid var(--border);
}

.section.section--header {
  border-bottom: 1px solid var(--border);
}

.section.section--404 {
  background-color: var(--dark-blue);
  background-image: url('../images/Error-404-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-3.col-md-12 {
  flex-basis: 25%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  border-radius: .3125rem;
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--dark-blue);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--white);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: var(--gray-background);
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.25rem;
  display: flex;
}

.button__wrapper.black {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.button__text {
  color: var(--white);
  font-size: .875rem;
}

.button__text.black {
  color: var(--dark-blue);
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--white);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  color: var(--white);
  background-color: #000;
  border-radius: .3125rem;
  width: 100%;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: var(--accent);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

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

.placeholder__title {
  text-align: center;
}

.home-hero__wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  padding-bottom: 2rem;
  display: flex;
}

.home-hero__heading-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tag-wrapper {
  background-color: var(--accent);
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: .625rem .75rem;
}

.tag-wrapper.hero {
  margin-bottom: 1.25rem;
}

.home-about__wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.home-about-content__text {
  padding-top: 1.25rem;
}

.home-about__image {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image {
  object-fit: contain;
  height: 100%;
}

.home-services__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-services__heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-services__supcopy {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.home-services__card {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 41.25rem;
  padding: 2rem;
  display: flex;
}

.home-services__card.en {
  min-height: 44rem;
}

.home-services-card__heading {
  padding-top: 1rem;
  padding-bottom: .625rem;
}

.home-services-card__image {
  width: 100%;
}

.home-services-card__image-wrapper {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 17.5rem;
  display: block;
}

.home-services-card__icon {
  aspect-ratio: 1;
  object-fit: cover;
  width: 3rem;
}

.home-contact__wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home-contact__content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-contact__form-wrapper {
  width: 100%;
}

.home-contact__img-wrapper {
  aspect-ratio: 1;
  border-radius: 5px;
  width: 100%;
}

.footer__wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer__text {
  font-size: .875rem;
}

.footer__links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer__link:hover {
  opacity: .35;
}

.footer-link__img {
  object-fit: contain;
  width: 1.25rem;
}

.header {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header__wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

.header__menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.header-logo {
  object-fit: fill;
  width: 14.375rem;
}

.header__link.languages {
  padding-right: 1rem;
}

.header__text {
  color: var(--white);
  transition: color .35s cubic-bezier(.645, .045, .355, 1);
}

.header__text:hover {
  color: #bbb;
}

.button__img {
  object-fit: contain;
  width: 1rem;
}

.form__label {
  font-family: Sans Serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--dark-blue);
  border-radius: 5px;
  width: 49%;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  font-family: Sans Serif, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-field:hover {
  color: var(--dark-blue);
}

.text-field:active, .text-field:focus {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.text-field:focus-visible {
  color: var(--dark-blue);
}

.text-field[data-wf-focus-visible] {
  color: var(--dark-blue);
}

.text-field::placeholder {
  color: #acacac;
}

.text-field.message {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.form__privacy-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.checkbox-label {
  color: #ababab;
  font-size: .875rem;
}

.checkbox {
  border: 1px solid var(--border);
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.checkbox-field {
  -webkit-text-stroke-color: var(--dark-blue);
}

.form_submit-button {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  font-family: Sans Serif, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.test {
  color: var(--dark-blue);
}

.success-message {
  background-color: var(--accent);
  border-radius: 5px;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 1;
}

.error-message {
  background-color: #ff0707;
  border-radius: 5px;
  padding: 1rem;
}

.lottie, .mobile-menu-wrapper {
  display: none;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

._404__wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

._404__content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._404-heading {
  color: var(--white);
  text-transform: uppercase;
}

._404-text {
  color: var(--white);
  width: 36%;
  padding-top: .625rem;
  padding-bottom: 1.25rem;
}

.legal__wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.legal-content__wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal__segment {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.form-privacy__text {
  color: #ababab;
  font-size: .875rem;
}

.cookie-pop-up {
  z-index: 10;
  border-radius: 5px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.875rem;
  left: auto;
  right: 1.875rem;
}

.cookie__wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #111;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
}

.cookie-text {
  color: var(--white);
  font-size: .875rem;
  line-height: 1.4;
  transition: opacity .2s;
}

.cookie-text:hover {
  opacity: .5;
}

.cookie-text.rejct:hover {
  opacity: 1;
  color: var(--white);
}

.footer--link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.footer--link.unhighlighted {
  opacity: .5;
}

.line {
  background-color: #faf8f3;
  width: 100%;
  height: 1px;
}

.cookie__wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--accent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.footer_social_img {
  width: 1.4rem;
}

@media screen and (max-width: 991px) {
  .md--hide, .col.col-lg-4.mobile {
    display: none;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .home-services__card {
    min-height: 0;
    margin-bottom: 2rem;
  }

  .home-services-card__image-wrapper {
    height: 35rem;
    margin-top: 2rem;
  }

  ._404-text {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: .75rem;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .header-logo {
    width: 12rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: .875rem;
  }

  .section.section--header {
    z-index: 999;
  }

  .section.section--404 {
    background-image: url('../images/error-404-mobile.png');
    background-position: 100% 0;
    background-size: 18rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-lg-4.mobile {
    display: none;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .button__wrapper.black {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .tag-wrapper {
    margin-bottom: .5rem;
  }

  .home-about__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-about-content__text {
    padding-top: .625rem;
    padding-bottom: 2.5rem;
  }

  .home-services__wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .home-services__card {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .home-services__card.en {
    min-height: 0;
  }

  .home-services-card__heading {
    padding-top: .625rem;
    font-size: 1.25rem;
  }

  .home-services-card__image-wrapper {
    height: 13.75rem;
    margin-top: 1.5rem;
  }

  .home-services-card__icon {
    width: 2rem;
  }

  .home-contact__wrapper {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
  }

  .home-contact__form-wrapper {
    margin-bottom: 0;
  }

  .home-contact__img-wrapper {
    margin-top: 2.5rem;
  }

  .footer__wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer__text-wrapper {
    padding-top: 1.25rem;
  }

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

  .header__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .header__menu {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.25rem;
  }

  .header__languages {
    display: none;
  }

  .header-logo {
    width: 10.5rem;
  }

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

  .header__text {
    font-size: 1.5rem;
  }

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

  .header__text.language {
    font-size: 1rem;
  }

  .text-field {
    width: 100%;
  }

  .checkbox-label {
    line-height: 1.25em;
  }

  .form_submit-button {
    margin-top: 0;
  }

  .header-logo__wrapper.w--current {
    position: relative;
  }

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

  .lottie-menu {
    z-index: 1000;
    width: 2.7rem;
    margin-bottom: -.7rem;
  }

  .mobile-menu-wrapper {
    background-color: var(--accent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 6rem;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph, .home-services__text {
    padding-top: .625rem;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.25rem;
  }

  ._404__wrapper, ._404-text {
    padding-bottom: 1rem;
  }

  .legal__wrapper {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .top-header__wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .cookie-pop-up {
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .cookie__wrapper-2 {
    justify-content: center;
  }

  .footer--link {
    line-height: 10px;
  }

  .cookie__wrapper-3 {
    justify-content: center;
  }

  .footer__social-links-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.25rem;
  }

  .footer_social_img {
    width: 1.35rem;
  }
}


@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/Sans-Serif.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}