@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #009FE3;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #000;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #009FE3;
}

html {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Lato", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  font-family: "Lato";
  font-size: 38px;
}

h3 {
  font-family: "Lato";
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.btn {
  padding: 15px 40px;
  color: #fff;
  background: #000;
  font-size: 18px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  border: 1px solid #000;
}
.btn:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn--primary {
  background: #009FE3;
  border: 1px solid #009FE3;
}
.btn--bordered {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn--bordered:hover {
  background-color: #000;
  color: white;
}
.btn--small {
  padding: 10px 20px;
  font-size: 16px;
}
.btn--big {
  padding: 30px 40px;
  font-size: 24px;
}

.button--small {
  font-size: 14px;
  padding: 15px 20px 15px 30px;
}

.button__text, .button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0;
  height: 100%;
}

.button__icon {
  padding: 0 10px;
}

.link--arrow {
  position: relative;
}
.link--arrow:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/arrow-primary.svg");
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.heading {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__title {
  font-size: 42px;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
.heading__desc {
  color: #000;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__desc em {
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 1024px) {
  .title--section {
    display: none;
  }

  .title--section-reversed {
    display: none;
  }
}
@media (max-width: 768px) {
  .heading__title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 0px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #009FE3;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 32px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #009FE3;
    width: 200px;
    margin: 15px auto;
  }
}
@media (max-width: 450px) {
  .heading__title {
    font-size: 28px;
  }

  .section__title {
    font-size: 28px;
  }

  .section__desc {
    font-size: 16px;
  }
}
.slick-track, .slick-list {
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 15px;
  height: 7px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.45;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 15px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #fff;
}

.projects {
  background-color: #F8F8F8;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin-left: auto;
  gap: 60px;
}

.projects__item {
  position: relative;
  display: block;
}
.projects__item:nth-child(4) {
  grid-column: 2/3;
}

.projects__wrapper {
  display: block;
  height: 100%;
  width: 100%;
  color: black;
}
.projects__wrapper:hover .projects__illustration img {
  transform: scale(1.03);
}

.projects__illustration {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects__illustration:before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.projects__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.projects__content {
  padding-top: 20px;
}

.projects__title {
  font-weight: 700;
}

.projects__desc {
  font-weight: 300;
}

/* HERO */
.hero-inside__content {
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-inside__title {
  color: white;
  text-transform: uppercase;
  font-size: 48px;
  padding: 80px 0px;
  background-color: rgba(1, 1, 1, 0.3);
  font-weight: 300;
}

/* INTRO */
.intro__title {
  font-size: 32px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 300;
}

.project__desc {
  column-count: 2;
  column-gap: 50px;
}
.project__desc p {
  font-weight: 300;
  text-align: justify;
}

/* GALERIE */
.gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.gallery__img {
  position: relative;
  height: 300px;
  width: 100%;
}

.gallery__illustration {
  height: 100%;
  width: 100%;
  background-size: cover;
}

/* CONTACT */
.project-contact {
  text-align: center;
}

.project-contact__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}

.project-contact__desc {
  font-size: 16px;
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .projects__list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .projects__list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .project__desc {
    column-count: 1;
    row-gap: 40px;
  }
  .project__desc p + p {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .projects__list {
    grid-template-columns: 1fr;
  }

  .projects__item:nth-child(4) {
    grid-column: auto;
  }

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

  .hero-inside__title {
    padding: 40px 0px;
    font-size: 28px;
  }
}
.services__list {
  position: relative;
  width: 60%;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  column-gap: 100px;
  row-gap: 40px;
  margin-bottom: 100px;
}

.services__item {
  text-align: right;
  font-style: italic;
}

.services__desc {
  font-size: 20px;
  font-weight: 300;
}

.services-gallery {
  position: relative;
  width: 80%;
  margin-left: auto;
  padding-bottom: 200px;
}
.services-gallery__content {
  max-width: 40%;
  padding-top: 40px;
}
.services-gallery h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services-gallery p {
  font-weight: 300;
  font-size: 20px;
}

.services__illustration {
  position: relative;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.illustration-1 {
  position: relative;
  height: 500px;
  width: 100%;
}

.illustration-2 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 250px;
}
.illustration-2:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1024px) {
  .services__list {
    width: 100%;
  }

  .services-gallery {
    width: min(100% - 30px, 1280px);
    margin-inline: auto;
    padding-inline: 1.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    padding-bottom: 0;
  }
  .services-gallery .illustration-2 {
    position: relative;
    right: auto;
    top: auto;
  }

  .services__illustration {
    width: 100%;
    height: 300px;
  }

  .services-gallery__content {
    max-width: 100%;
    grid-column: 1/span 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services__list {
    column-gap: 30px;
  }

  .services__item {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .services__list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .services-gallery {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .services-gallery__content {
    grid-column: auto;
  }
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.steps__list {
  width: 40%;
  position: relative;
}

.steps__list::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  height: 100%;
  border: 1px solid #010101;
  z-index: 0;
}

.steps__item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 15px 0;
  padding-left: 20px;
}
.steps__item:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: black;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 8px;
}

.steps__link {
  width: 100%;
  text-align: left;
  color: black;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.steps__link span {
  font-size: 18px;
  font-weight: 300;
}

.steps__link p {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300;
}

.steps__link.active span {
  font-weight: 500;
}

.steps__link.active p {
  font-weight: 500;
}

.steps__link:hover, .steps__link:active {
  font-weight: 500;
}
.steps__link:hover p, .steps__link:active p {
  font-weight: 500;
}

.steps-content {
  width: 60%;
  padding: 20px 0 20px 15%;
  margin-top: 1px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
}

.steps__block {
  display: none;
  visibility: hidden;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  text-align: right;
}

.steps__block-active {
  display: block;
  visibility: visible;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.steps__title {
  font-size: 32px;
  font-weight: 600;
}

.steps__text {
  margin: 25px 0;
}

.steps__text p {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 300;
}

.steps__more {
  text-align: right;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 80px;
}
.steps__more p {
  font-size: 18px;
  font-weight: 300;
}
.steps__more p + p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .steps__list {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
  }
  .steps__list:before {
    display: none;
  }

  .steps__item {
    display: inline-block;
    width: auto;
    margin: 5px 0;
  }
  .steps__item:before {
    display: none;
  }

  .steps-content {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .steps__block {
    text-align: center;
  }
}
.primary-header {
  position: relative;
  width: 100%;
}

header.active {
  background-color: #fff;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
header.active .nav-link {
  color: #777777;
}

header.active .logo,
header.active .menu-item {
  color: #313131;
}

header.active .menu-item a:hover {
  color: #808080;
}

.nav-burger {
  display: none;
  visibility: hidden;
}

/* Hero Demo Content */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero:after {
  content: "";
  background-color: rgba(224, 224, 224, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero__content {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hero__desc {
  font-weight: 300;
}

.hero__down {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 99;
}

.hero__social {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 99;
}
.hero__social img {
  height: 25px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
.hero__social a:hover img {
  transform: scale(1.05);
}
.hero__social a + a {
  margin-left: 10px;
}

/* Hero end*/
@media (max-width: 550px) {
  .hero__content img {
    height: 120px;
  }
}
.navbar {
  position: absolute;
  display: flex;
  align-items: center;
  transition: height 0.25s;
  padding: 20px 0;
  justify-content: space-between;
  z-index: 99;
  width: 100%;
  padding: 20px 10%;
}
.navbar .logo img {
  height: 3rem;
  width: auto;
}

.nav-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-list .menu-item {
  color: black;
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.nav-list .menu-item a {
  color: black;
  padding: 10px 10px;
  margin: 0px 10px;
}
.nav-list .menu-item a:hover {
  border-bottom: 1px solid black;
}

.nav-link:hover {
  color: #009FE3;
}
.nav-link:hover > body {
  background-color: black;
}

.menu-item.button {
  display: inline-block;
  background: #009FE3;
  border-radius: 10px;
  transition: background-color 0.25s;
  margin-left: 30px;
  transition: all 0.2s ease-in-out;
}
.menu-item.button a {
  color: white;
  font-weight: 700;
  padding: 15px 25px;
  display: block;
}
.menu-item.button:before {
  display: none;
}
.menu-item.button:hover {
  transform: scale(1.03);
}

/* STICKY MENU */
header.active .nav-link {
  color: black;
}
header.active .nav-link:hover {
  color: #009FE3;
}
header.active .nav-item.button .nav-link {
  color: white !important;
}

@media (max-width: 550px) {
  .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--black {
  background-color: #000;
  z-index: 2;
}
.section--grey {
  background-color: #F8F8F8;
  z-index: 2;
}

.container {
  width: min(100% - 30px, 1280px);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.container--post {
  width: min(100% - 30px, 1080px);
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

.contact-form {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
}
.contact-form__title {
  font-weight: 300;
  margin-bottom: 20px;
}

.contact__input {
  width: 48%;
}

input:focus, textarea:focus {
  outline: none;
}

select {
  border: none;
  border: 2px solid #DBDBDB;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #009FE3;
}

.wpcf7-form label {
  color: #777777;
}

.wpcf7-text, .wpcf7-number {
  width: 100%;
  position: relative;
  border: none;
  border-bottom: 1px solid black;
  padding: 10px 0px;
  font-family: "Lato", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 16px;
  color: black;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 0px;
  border-radius: 0px;
}
.wpcf7-text:focus, .wpcf7-number:focus {
  border-color: #DBDBDB;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder {
  color: #DBDBDB;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder {
  font-family: "Lato", sans-serif;
  color: black;
  margin-left: 10px;
  font-weight: 300;
  font-size: 16px;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 20px !important;
  border-radius: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-submit {
  margin-top: 20px;
  border: 1px solid black;
  color: black;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
  background: transparent;
  font-family: "Lato", sans-serif;
  padding: 10px 40px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: auto;
  text-transform: uppercase;
}
.wpcf7-submit:hover {
  color: black;
  transform: scale(1.05);
}

.wpcf7-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 10px 0px;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  -webkit-appearance: none;
  resize: vertical;
  height: 38px;
  min-height: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-textarea:focus {
  border-color: #DBDBDB;
}
.wpcf7-textarea:focus::placeholder {
  color: #DBDBDB;
}
.wpcf7-textarea::placeholder {
  font-family: "Lato", sans-serif;
  color: #000;
  margin-left: 10px;
  font-weight: 300;
  font-size: 16px;
}

/* Columns */
.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

@media only screen and (max-width: 767px) {
  .one-half, .one-third {
    width: 100%;
    margin-right: 0;
  }
}
.footer {
  background-color: black;
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: white;
}

.footer-left {
  width: 50%;
}

.footer-right {
  width: 50%;
  padding: 80px 5%;
}
.footer-right div {
  margin-bottom: 50px;
  display: block;
}
.footer-right p {
  font-weight: 300;
}

.footer__illustration {
  position: relative;
  width: 100%;
  height: 100%;
}
.footer__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer__title {
  color: white;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}

.footer-contact p {
  font-weight: 400;
}

.footer-contact a {
  color: white;
  font-weight: 300;
  padding-bottom: 5px;
  margin-left: 10px;
}
.footer-contact a:hover {
  border-bottom: 1px solid white;
}

/* FOOTER MENU */
.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-block {
  color: black;
}
.footer-block p {
  font-weight: 300;
}

/* INTRO */
.footer-intro p {
  font-weight: 400;
}
.footer-intro span {
  font-weight: 300;
  margin-left: 10px;
}

/* SOCIAL */
.footer-social a + a {
  margin-left: 10px;
}
.footer-social img {
  height: 20px;
  width: auto;
}

/* FOOTER COPYRIGHT */
.footer-copyright {
  padding: 0;
  margin: 0 !important;
}

.footer-copyright > * {
  display: block;
  text-align: right;
  font-size: 14px;
  color: white;
  font-weight: 300;
  padding: 5px 0px;
}

.footer-copyright a:hover {
  color: white;
  text-decoration: underline;
}

.footer-copyright__title {
  color: black;
  font-weight: 300;
  font-size: 14px;
}

.footer-legals__menu {
  color: black;
}

.footer-legals__item {
  display: inline-block;
}
.footer-legals__item + .footer-legals__item {
  margin-left: 20px;
}

.footer-legals__item > a {
  color: black;
}
.footer-legals__item > a:hover {
  color: #009FE3;
}

/* COOKIES */
#cookie-law-info-bar {
  padding: 40px 30px !important;
  border-radius: 10px;
}

.cli-wrapper h5 {
  font-size: 20px;
  font-weight: 700;
}

.cli-bar-message {
  margin: 20px 0px;
  font-size: 14px;
  line-height: 1.7;
}

.unclickable > a {
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .footer {
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    height: 400px;
  }

  .footer-right {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
