/*
Theme Name: Carbotech
Description: Custom Theme
Author: La Matryoshka
Author website: www.lamatryoshka.ca
Author email: info@lamatryoshka.ca
Version: 1.0.0
*/
/*
* Variables
*/
/* Font */
/* Grid */
/* Spacing */
/* Colors */
/* For ACF

white : Blanc
black : Noir
grey : Gris

*/
/* Borders */
/*
* Mixins
*/
/* Breakpoints */
/* ##############################  Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: 'ProximaNova-Black';
  src: url("fonts/ProximaNova-Black.otf") format("opentype"); }
/* line 159, scss/config/mixins.scss */
.section-title {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 159, scss/config/mixins.scss */
    .section-title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 159, scss/config/mixins.scss */
    .section-title {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .section-title::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 159, scss/config/mixins.scss */
    .section-title {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .section-title::after {
        height: 10px; } }

/* line 334, scss/config/mixins.scss */
.hide {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block; }

/* line 553, scss/config/mixins.scss */
.bttn {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px; }
  @media (min-width: 1024px) {
    /* line 553, scss/config/mixins.scss */
    .bttn {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .bttn::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .bttn:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .bttn:hover::after {
      transform: translateX(6px); }

/* line 557, scss/config/mixins.scss */
.wp-block-button {
  z-index: 2; }
  /* line 560, scss/config/mixins.scss */
  .wp-block-button .wp-block-button__link {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px; }
    @media (min-width: 1024px) {
      /* line 560, scss/config/mixins.scss */
      .wp-block-button .wp-block-button__link {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .wp-block-button .wp-block-button__link::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .wp-block-button .wp-block-button__link:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .wp-block-button .wp-block-button__link:hover::after {
        transform: translateX(6px); }

/*
* General
*/
/* line 5, scss/layout/general.scss */
* {
  box-sizing: border-box; }

/* line 9, scss/layout/general.scss */
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  color: #101720;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    /* line 9, scss/layout/general.scss */
    html,
    body {
      font-size: 20px; } }

/* line 28, scss/layout/general.scss */
body {
  overflow-x: hidden;
    /*&.menu-open {
        .all {
            transform: translateX(-85vw);

            @include md {
                transform: translateX(-60vw);
            }

            @include lg {
                transform: translateX(-35vw);
            }
        }
    }*/ }
  /* line 31, scss/layout/general.scss */
  body.menu-open {
    overflow-x: hidden; }
  /* line 50, scss/layout/general.scss */
  body.superbanner .main-title {
    display: none; }

/* line 56, scss/layout/general.scss */
main {
  overflow: hidden;
  position: relative;
  z-index: 2; }

/* line 62, scss/layout/general.scss */
.main-title {
  display: none; }

/* line 66, scss/layout/general.scss */
.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #101720;
  opacity: .6;
  z-index: -1; }
  /* line 76, scss/layout/general.scss */
  .menu-open .overlay {
    z-index: 8000; }

/* line 81, scss/layout/general.scss */
.all {
  transition: .75s ease all; }

/* line 86, scss/layout/general.scss */
.align-content-center .wp-block-buttons {
  text-align: center; }

/* line 90, scss/layout/general.scss */
.wp-block-button {
  width: 100%;
  margin-bottom: 0; }

/* line 95, scss/layout/general.scss */
.wp-block-button__link {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px; }
  @media (min-width: 1024px) {
    /* line 95, scss/layout/general.scss */
    .wp-block-button__link {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .wp-block-button__link::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .wp-block-button__link:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .wp-block-button__link:hover::after {
      transform: translateX(6px); }

/* line 99, scss/layout/general.scss */
.is-container {
  transition: .25s ease all;
  margin: 0 24px !important; }
  @media (min-width: 768px) {
    /* line 99, scss/layout/general.scss */
    .is-container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 99, scss/layout/general.scss */
    .is-container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 99, scss/layout/general.scss */
    .is-container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }

/* line 106, scss/layout/general.scss */
.visually-hidden {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0; }

/* line 115, scss/layout/general.scss */
.hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    /* line 115, scss/layout/general.scss */
    .hide-mobile {
      display: block; } }

@media (min-width: 768px) {
  /* line 123, scss/layout/general.scss */
  .hide-desktop {
    display: none !important; } }

/* line 131, scss/layout/general.scss */
.text-center {
  text-align: center; }

/* line 135, scss/layout/general.scss */
a {
  transition: .25s ease all;
  color: #0078C8;
  text-decoration: none; }
  /* line 140, scss/layout/general.scss */
  a:hover {
    color: #efefef;
    text-decoration: none; }

/* line 146, scss/layout/general.scss */
p,
span {
  transition: 1.5s ease all;
  margin: 12px 0; }

/* line 152, scss/layout/general.scss */
span {
  margin: 0; }

/* line 156, scss/layout/general.scss */
p a {
  text-decoration: underline; }

/* line 164, scss/layout/general.scss */
h1,
h2,
h3,
h4 {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase; }

/* line 176, scss/layout/general.scss */
h2,
.h2 {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720; }
  @media (min-width: 1024px) {
    /* line 176, scss/layout/general.scss */
    h2,
    .h2 {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 176, scss/layout/general.scss */
    h2,
    .h2 {
      font-size: 50px;
      line-height: 52px; } }

/* line 181, scss/layout/general.scss */
h3,
.h3 {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 1024px) {
    /* line 181, scss/layout/general.scss */
    h3,
    .h3 {
      font-size: 28px;
      line-height: 30px; } }
  @media (min-width: 1500px) {
    /* line 181, scss/layout/general.scss */
    h3,
    .h3 {
      font-size: 32px;
      line-height: 38px; } }
  @media (min-width: 1800px) {
    /* line 181, scss/layout/general.scss */
    h3,
    .h3 {
      font-size: 40px;
      line-height: 48px; } }

/* line 188, scss/layout/general.scss */
section ul[class=""],
section .block-columns__text ul,
.wp-block-group ul[class=""],
.wp-block-group .block-columns__text ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 290, scss/config/mixins.scss */
  section ul[class=""] li,
  section .block-columns__text ul li,
  .wp-block-group ul[class=""] li,
  .wp-block-group .block-columns__text ul li {
    padding: 6px 0 6px 30px;
    position: relative;
    font-weight: bold; }
    /* line 295, scss/config/mixins.scss */
    section ul[class=""] li::before,
    section .block-columns__text ul li::before,
    .wp-block-group ul[class=""] li::before,
    .wp-block-group .block-columns__text ul li::before {
      content: '';
      background-color: #0078C8;
      width: 14px;
      height: 14px;
      vertical-align: middle;
      position: absolute;
      top: calc(8px + 6px);
      left: 0; }

/* line 196, scss/layout/general.scss */
.z-index-top {
  z-index: 99999; }

/* line 200, scss/layout/general.scss */
.w-full {
  width: 100%;
  max-width: 1100px; }

/* line 204, scss/layout/general.scss */
.w-half {
  margin-right: 24px;
  margin-left: 24px;
  width: calc(100% - (24px * 2));
  max-width: 920px; }
  @media (min-width: 768px) {
    /* line 204, scss/layout/general.scss */
    .w-half {
      width: 50%;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 1200px) {
    /* line 204, scss/layout/general.scss */
    .w-half {
      margin: 0 auto;
      width: 100%; } }

/* line 208, scss/layout/general.scss */
.h-full {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    /* line 208, scss/layout/general.scss */
    .h-full {
      min-height: 100vh; } }

/* line 212, scss/layout/general.scss */
.offset-top-half {
  transform: translateY(-50%); }

@media (min-width: 768px) {
  /* line 219, scss/layout/general.scss */
  .lmo-0 {
    margin-top: -0px; }
  /* line 219, scss/layout/general.scss */
  .lmo-6x {
    margin-top: -6px; }
  /* line 219, scss/layout/general.scss */
  .lmo-12x {
    margin-top: -12px; }
  /* line 219, scss/layout/general.scss */
  .lmo-18x {
    margin-top: -18px; }
  /* line 219, scss/layout/general.scss */
  .lmo-36x {
    margin-top: -36px; }
  /* line 219, scss/layout/general.scss */
  .lmo-60x {
    margin-top: -60px; }
  /* line 219, scss/layout/general.scss */
  .lmo-84x {
    margin-top: -78px; }
  /* line 219, scss/layout/general.scss */
  .lmo-120x {
    margin-top: -120px; }
  /* line 219, scss/layout/general.scss */
  .lmo-240x {
    margin-top: -240px; } }

/* line 226, scss/layout/general.scss */
.rotate-onscroll {
  transition: .75s ease all; }
  /* line 457, scss/config/mixins.scss */
  .scrolled .rotate-onscroll {
    transform: rotate(180deg) translateY(50%); }

/* line 235, scss/layout/general.scss */
.lmp__top-0 {
  padding-top: calc(0px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-0 {
  padding-bottom: calc(0px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-0 {
    padding-top: 0px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-0 {
    padding-bottom: 0px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-0 {
    padding-right: 0px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-0 {
    padding-left: 0px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-6x {
  padding-top: calc(6px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-6x {
  padding-bottom: calc(6px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-6x {
    padding-top: 6px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-6x {
    padding-bottom: 6px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-6x {
    padding-right: 6px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-6x {
    padding-left: 6px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-12x {
  padding-top: calc(12px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-12x {
  padding-bottom: calc(12px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-12x {
    padding-top: 12px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-12x {
    padding-bottom: 12px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-12x {
    padding-right: 12px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-12x {
    padding-left: 12px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-18x {
  padding-top: calc(18px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-18x {
  padding-bottom: calc(18px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-18x {
    padding-top: 18px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-18x {
    padding-bottom: 18px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-18x {
    padding-right: 18px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-18x {
    padding-left: 18px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-36x {
  padding-top: calc(36px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-36x {
  padding-bottom: calc(36px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-36x {
    padding-top: 36px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-36x {
    padding-bottom: 36px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-36x {
    padding-right: 36px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-36x {
    padding-left: 36px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-60x {
  padding-top: calc(60px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-60x {
  padding-bottom: calc(60px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-60x {
    padding-top: 60px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-60x {
    padding-bottom: 60px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-60x {
    padding-right: 60px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-60x {
    padding-left: 60px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-84x {
  padding-top: calc(78px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-84x {
  padding-bottom: calc(78px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-84x {
    padding-top: 78px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-84x {
    padding-bottom: 78px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-84x {
    padding-right: 78px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-84x {
    padding-left: 78px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-120x {
  padding-top: calc(120px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-120x {
  padding-bottom: calc(120px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-120x {
    padding-top: 120px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-120x {
    padding-bottom: 120px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-120x {
    padding-right: 120px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-120x {
    padding-left: 120px !important; } }
/* line 235, scss/layout/general.scss */
.lmp__top-240x {
  padding-top: calc(240px / 2) !important; }
/* line 239, scss/layout/general.scss */
.lmp__bottom-240x {
  padding-bottom: calc(240px / 2) !important; }
@media (min-width: 640px) {
  /* line 244, scss/layout/general.scss */
  .lmp__top-240x {
    padding-top: 240px !important; }
  /* line 248, scss/layout/general.scss */
  .lmp__bottom-240x {
    padding-bottom: 240px !important; } }
@media (min-width: 768px) {
  /* line 255, scss/layout/general.scss */
  .lmp__right-240x {
    padding-right: 240px !important; }
  /* line 259, scss/layout/general.scss */
  .lmp__left-240x {
    padding-left: 240px !important; } }

@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-0 {
    margin-right: 0px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-0 {
    margin-left: 0px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-0 {
    margin-top: 0px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-0 {
    margin-bottom: 0px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-6x {
    margin-right: 6px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-6x {
    margin-left: 6px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-6x {
    margin-top: 6px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-6x {
    margin-bottom: 6px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-12x {
    margin-right: 12px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-12x {
    margin-left: 12px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-12x {
    margin-top: 12px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-12x {
    margin-bottom: 12px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-18x {
    margin-right: 18px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-18x {
    margin-left: 18px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-18x {
    margin-top: 18px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-18x {
    margin-bottom: 18px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-36x {
    margin-right: 36px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-36x {
    margin-left: 36px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-36x {
    margin-top: 36px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-36x {
    margin-bottom: 36px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-60x {
    margin-right: 60px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-60x {
    margin-left: 60px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-60x {
    margin-top: 60px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-60x {
    margin-bottom: 60px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-84x {
    margin-right: 78px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-84x {
    margin-left: 78px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-84x {
    margin-top: 78px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-84x {
    margin-bottom: 78px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-120x {
    margin-right: 120px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-120x {
    margin-left: 120px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-120x {
    margin-top: 120px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-120x {
    margin-bottom: 120px; } }
@media (min-width: 768px) {
  /* line 272, scss/layout/general.scss */
  .lmm__right-240x {
    margin-right: 240px; }
  /* line 276, scss/layout/general.scss */
  .lmm__left-240x {
    margin-left: 240px; }
  /* line 280, scss/layout/general.scss */
  .lmm__top-240x {
    margin-top: 240px; }
  /* line 284, scss/layout/general.scss */
  .lmm__bottom-240x {
    margin-bottom: 240px; } }

/* line 297, scss/layout/general.scss */
.lmbg-white {
  background-color: #ffffff; }
/* line 297, scss/layout/general.scss */
.lmbg-blue {
  background-color: #0078C8; }
/* line 297, scss/layout/general.scss */
.lmbg-black {
  background-color: #101720; }
/* line 297, scss/layout/general.scss */
.lmbg-grey {
  background-color: #efefef; }
/* line 297, scss/layout/general.scss */
.lmbg-red {
  background-color: #e83943; }
/* line 302, scss/layout/general.scss */
.lmbg-black, .lmbg-blue {
  color: #ffffff; }
  /* line 306, scss/layout/general.scss */
  .lmbg-black h2,
  .lmbg-black h3, .lmbg-blue h2,
  .lmbg-blue h3 {
    color: #ffffff; }

/* line 316, scss/layout/general.scss */
.lmt-white {
  color: #ffffff;
  -webkit-text-stroke-color: #ffffff; }
  /* line 320, scss/layout/general.scss */
  .lmt-white > svg path,
  .lmt-white > svg g {
    fill: #ffffff !important; }
  /* line 325, scss/layout/general.scss */
  .lmt-white * {
    -webkit-text-stroke-color: #ffffff; }
/* line 316, scss/layout/general.scss */
.lmt-blue {
  color: #0078C8;
  -webkit-text-stroke-color: #0078C8; }
  /* line 320, scss/layout/general.scss */
  .lmt-blue > svg path,
  .lmt-blue > svg g {
    fill: #0078C8 !important; }
  /* line 325, scss/layout/general.scss */
  .lmt-blue * {
    -webkit-text-stroke-color: #0078C8; }
/* line 316, scss/layout/general.scss */
.lmt-black {
  color: #101720;
  -webkit-text-stroke-color: #101720; }
  /* line 320, scss/layout/general.scss */
  .lmt-black > svg path,
  .lmt-black > svg g {
    fill: #101720 !important; }
  /* line 325, scss/layout/general.scss */
  .lmt-black * {
    -webkit-text-stroke-color: #101720; }
/* line 316, scss/layout/general.scss */
.lmt-grey {
  color: #efefef;
  -webkit-text-stroke-color: #efefef; }
  /* line 320, scss/layout/general.scss */
  .lmt-grey > svg path,
  .lmt-grey > svg g {
    fill: #efefef !important; }
  /* line 325, scss/layout/general.scss */
  .lmt-grey * {
    -webkit-text-stroke-color: #efefef; }
/* line 316, scss/layout/general.scss */
.lmt-red {
  color: #e83943;
  -webkit-text-stroke-color: #e83943; }
  /* line 320, scss/layout/general.scss */
  .lmt-red > svg path,
  .lmt-red > svg g {
    fill: #e83943 !important; }
  /* line 325, scss/layout/general.scss */
  .lmt-red * {
    -webkit-text-stroke-color: #e83943; }

/* line 335, scss/layout/general.scss */
[class*='lmb-'] {
  border-width: 2px;
  border-style: solid;
  padding: 48px !important; }

/* line 343, scss/layout/general.scss */
.lmb-white {
  border-color: #ffffff; }
/* line 343, scss/layout/general.scss */
.lmb-blue {
  border-color: #0078C8; }
/* line 343, scss/layout/general.scss */
.lmb-black {
  border-color: #101720; }
/* line 343, scss/layout/general.scss */
.lmb-grey {
  border-color: #efefef; }
/* line 343, scss/layout/general.scss */
.lmb-red {
  border-color: #e83943; }

/* line 351, scss/layout/general.scss */
.block-editor-block-list__layout {
  position: relative;
  z-index: 999999; }

/* line 356, scss/layout/general.scss */
#tinymce {
  color: #0078C8 !important; }

/* line 360, scss/layout/general.scss */
figure {
  margin-top: 0;
  margin-bottom: 0; }

/* line 365, scss/layout/general.scss */
.editor-styles-wrapper {
  padding: 0 24px; }

/* line 369, scss/layout/general.scss */
.wp-block-image img {
  height: auto; }

/* line 373, scss/layout/general.scss */
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
  display: none !important; }

/* line 381, scss/layout/general.scss */
.block-editor-block-list__block.lmbg-white {
  background-color: #ffffff; }
/* line 381, scss/layout/general.scss */
.block-editor-block-list__block.lmbg-blue {
  background-color: #0078C8; }
/* line 381, scss/layout/general.scss */
.block-editor-block-list__block.lmbg-black {
  background-color: #101720; }
/* line 381, scss/layout/general.scss */
.block-editor-block-list__block.lmbg-grey {
  background-color: #efefef; }
/* line 381, scss/layout/general.scss */
.block-editor-block-list__block.lmbg-red {
  background-color: #e83943; }

/* line 388, scss/layout/general.scss */
.edit-post-visual-editor__post-title-wrapper textarea {
  color: #0078C8; }

/* line 393, scss/layout/general.scss */
.wp-block-buttons.is-content-justification-center {
  text-align: center; }
/* line 397, scss/layout/general.scss */
.wp-block-buttons .wp-block-button {
  width: 100%; }
  /* line 401, scss/layout/general.scss */
  .wp-block-buttons .wp-block-button + .wp-block-button .wp-block-button__link {
    margin-top: 0; }
  @media (min-width: 768px) {
    /* line 397, scss/layout/general.scss */
    .wp-block-buttons .wp-block-button {
      width: auto; }
      /* line 410, scss/layout/general.scss */
      .wp-block-buttons .wp-block-button + .wp-block-button .wp-block-button__link {
        margin-top: 24px; } }

/* line 419, scss/layout/general.scss */
body .wp-block-group {
  padding: 48px 0; }

/*
* Header
*/
/* line 6, scss/layout/header.scss */
.buffer {
  width: 100%; }

/* line 10, scss/layout/header.scss */
.skiptocontent {
  transition: .25s ease all;
  background-color: #ffffff;
  padding: 12px;
  font-size: 12px;
  color: #101720;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transform: translateY(-100%);
  z-index: 999; }
  /* line 24, scss/layout/header.scss */
  .skiptocontent:focus, .skiptocontent:active {
    transform: translateY(0); }

/* line 30, scss/layout/header.scss */
.header {
  z-index: 999999;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0; }
  /* line 37, scss/layout/header.scss */
  .scrolledfar .header {
    transition: .25s ease all; }
  /* line 41, scss/layout/header.scss */
  .scrolled .header {
    background-color: #ffffff;
    position: fixed;
    top: -100%; }
    /* line 49, scss/layout/header.scss */
    .scrolled .header .header__logo svg path,
    .scrolled .header .header__logo svg polygon {
      fill: #101720; }
    /* line 56, scss/layout/header.scss */
    .scrolled .header .header__language {
      border-color: #101720 !important; }
      /* line 59, scss/layout/header.scss */
      .scrolled .header .header__language a {
        color: #101720 !important; }
    /* line 65, scss/layout/header.scss */
    .scrolled .header .hamburger-inner,
    .scrolled .header .hamburger-inner::after,
    .scrolled .header .hamburger-inner::before {
      background-color: #101720; }
  /* line 72, scss/layout/header.scss */
  .header__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    padding: 24px 0; }
    @media (min-width: 768px) {
      /* line 72, scss/layout/header.scss */
      .header__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 72, scss/layout/header.scss */
      .header__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 72, scss/layout/header.scss */
      .header__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 77, scss/layout/header.scss */
  .header__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 82, scss/layout/header.scss */
  .header__logo a {
    display: block; }
  /* line 86, scss/layout/header.scss */
  .header__logo svg {
    width: 260px; }
    /* line 89, scss/layout/header.scss */
    .header__logo svg path,
    .header__logo svg polygon {
      fill: #ffffff; }
    /* line 94, scss/layout/header.scss */
    .header__logo svg .alt {
      fill: #0078C8; }
    /* line 98, scss/layout/header.scss */
    .header__logo svg .alt-blue {
      fill: #0078C8 !important; }
    /* line 102, scss/layout/header.scss */
    .header__logo svg .alt-red {
      fill: #e83943 !important; }
    /* line 106, scss/layout/header.scss */
    .header__logo svg .alt-black {
      fill: #101720 !important; }
    /* line 110, scss/layout/header.scss */
    .header__logo svg .alt-white {
      fill: #ffffff !important; }
  /* line 117, scss/layout/header.scss */
  .header__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  /* line 121, scss/layout/header.scss */
  .header__burger {
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 125, scss/layout/header.scss */
  .header__language {
    transition: .25s ease all;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: transparent;
    border: #ffffff 1px solid;
    margin-left: 24px;
    width: 35px;
    height: 35px; }
    @media (min-width: 768px) {
      /* line 125, scss/layout/header.scss */
      .header__language {
        display: block; } }
    /* line 139, scss/layout/header.scss */
    .header__language:hover {
      border-color: #0078C8; }
      /* line 142, scss/layout/header.scss */
      .header__language:hover a {
        color: #0078C8; }
    /* line 147, scss/layout/header.scss */
    .header__language .lang-item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    /* line 153, scss/layout/header.scss */
    .header__language a {
      font-size: 18px;
      letter-spacing: .5px;
      text-transform: uppercase;
      color: #ffffff; }

/* line 163, scss/layout/header.scss */
.menugroup__all {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  transition: .25s ease all;
  background-color: #ffffff;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  padding: 24px 48px;
  transform: translateX(100vw);
  z-index: 10000000; }
  @media (min-width: 768px) {
    /* line 163, scss/layout/header.scss */
    .menugroup__all {
      left: auto;
      right: 0;
      width: 60vw;
      transform: translateX(60vw);
      height: 100vh; } }
  @media (min-width: 1024px) {
    /* line 163, scss/layout/header.scss */
    .menugroup__all {
      width: 40vw;
      transform: translateX(40vw); } }
  /* line 189, scss/layout/header.scss */
  .menu-open .menugroup__all {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
    transform: translateX(0); }
/* line 195, scss/layout/header.scss */
.menugroup__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 48px; }
/* line 200, scss/layout/header.scss */
.menugroup__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  width: 100%; }
/* line 212, scss/layout/header.scss */
.menugroup__burger:hover .hamburger-inner, .menugroup__burger:active .hamburger-inner, .menugroup__burger:focus .hamburger-inner {
  background-color: #0078C8 !important; }
  /* line 215, scss/layout/header.scss */
  .menugroup__burger:hover .hamburger-inner::after, .menugroup__burger:hover .hamburger-inner::before, .menugroup__burger:active .hamburger-inner::after, .menugroup__burger:active .hamburger-inner::before, .menugroup__burger:focus .hamburger-inner::after, .menugroup__burger:focus .hamburger-inner::before {
    background-color: #0078C8 !important; }
/* line 223, scss/layout/header.scss */
.menugroup__language {
  transition: .25s ease all;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: #101720 1px solid;
  margin-left: 24px;
  width: 35px;
  height: 35px; }
  @media (min-width: 768px) {
    /* line 223, scss/layout/header.scss */
    .menugroup__language {
      display: block; } }
  /* line 236, scss/layout/header.scss */
  .menugroup__language:hover, .menugroup__language:active, .menugroup__language:focus {
    background-color: #101720; }
    /* line 241, scss/layout/header.scss */
    .menugroup__language:hover a, .menugroup__language:active a, .menugroup__language:focus a {
      color: #ffffff; }
  /* line 246, scss/layout/header.scss */
  .menugroup__language .lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  /* line 252, scss/layout/header.scss */
  .menugroup__language a {
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #101720; }
/* line 260, scss/layout/header.scss */
.menugroup .menu__group {
  position: relative;
  width: 100%;
  flex: 1;
  overflow: hidden; }
  /* line 266, scss/layout/header.scss */
  .menugroup .menu__group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  /* line 278, scss/layout/header.scss */
  .menugroup .menu__group.menu-services-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 282, scss/layout/header.scss */
  .menugroup .menu__group.menu-services-on .menu__secondlevel {
    right: 0; }
  /* line 288, scss/layout/header.scss */
  .menugroup .menu__group.menu-log-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 292, scss/layout/header.scss */
  .menugroup .menu__group.menu-log-on .menu__secondlevel {
    transform: translateX(-200%); }
  /* line 296, scss/layout/header.scss */
  .menugroup .menu__group.menu-log-on .menu__loglevel {
    right: 0; }
  /* line 302, scss/layout/header.scss */
  .menugroup .menu__group.menu-lumber-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 306, scss/layout/header.scss */
  .menugroup .menu__group.menu-lumber-on .menu__secondlevel {
    transform: translateX(-200%); }
  /* line 310, scss/layout/header.scss */
  .menugroup .menu__group.menu-lumber-on .menu__lumberlevel {
    right: 0; }
  /* line 316, scss/layout/header.scss */
  .menugroup .menu__group.menu-sawing-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 320, scss/layout/header.scss */
  .menugroup .menu__group.menu-sawing-on .menu__secondlevel {
    transform: translateX(-200%); }
  /* line 324, scss/layout/header.scss */
  .menugroup .menu__group.menu-sawing-on .menu__sawinglevel {
    right: 0; }
  /* line 330, scss/layout/header.scss */
  .menugroup .menu__group.menu-partners-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 334, scss/layout/header.scss */
  .menugroup .menu__group.menu-partners-on .menu__secondlevel {
    transform: translateX(-200%); }
  /* line 338, scss/layout/header.scss */
  .menugroup .menu__group.menu-partners-on .menu__partnerslevel {
    right: 0; }
  /* line 344, scss/layout/header.scss */
  .menugroup .menu__group.menu-auto-on .menu__firstlevel {
    transform: translateX(-100%); }
  /* line 348, scss/layout/header.scss */
  .menugroup .menu__group.menu-auto-on .menu__secondlevel {
    transform: translateX(-200%); }
  /* line 352, scss/layout/header.scss */
  .menugroup .menu__group.menu-auto-on .menu__autolevel {
    right: 0; }
  /* line 357, scss/layout/header.scss */
  .menugroup .menu__group .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    /* line 360, scss/layout/header.scss */
    .menugroup .menu__group .menu__firstlevel {
      transition: .25s ease all; }
    /* line 364, scss/layout/header.scss */
    .menugroup .menu__group .menu__secondlevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%; }
    /* line 372, scss/layout/header.scss */
    .menugroup .menu__group .menu__loglevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%; }
    /* line 380, scss/layout/header.scss */
    .menugroup .menu__group .menu__lumberlevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: calc(100% + 19px);
      height: 100%;
      overflow-y: auto;
      margin-right: -19px;
      overflow-x: hidden;
      padding-bottom: 30px; }
    /* line 393, scss/layout/header.scss */
    .menugroup .menu__group .menu__sawinglevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%; }
    /* line 401, scss/layout/header.scss */
    .menugroup .menu__group .menu__partnerslevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%; }
    /* line 409, scss/layout/header.scss */
    .menugroup .menu__group .menu__autolevel {
      transition: .25s ease all;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      overflow-y: auto; }
    /* line 425, scss/layout/header.scss */
    .menugroup .menu__group .menu__secondlevel .menu-item, .menugroup .menu__group .menu__loglevel .menu-item, .menugroup .menu__group .menu__lumberlevel .menu-item, .menugroup .menu__group .menu__sawinglevel .menu-item, .menugroup .menu__group .menu__partnerslevel .menu-item, .menugroup .menu__group .menu__autolevel .menu-item {
      padding-right: 12px; }
      /* line 428, scss/layout/header.scss */
      .menugroup .menu__group .menu__secondlevel .menu-item:not(.back, .thepage), .menugroup .menu__group .menu__loglevel .menu-item:not(.back, .thepage), .menugroup .menu__group .menu__lumberlevel .menu-item:not(.back, .thepage), .menugroup .menu__group .menu__sawinglevel .menu-item:not(.back, .thepage), .menugroup .menu__group .menu__partnerslevel .menu-item:not(.back, .thepage), .menugroup .menu__group .menu__autolevel .menu-item:not(.back, .thepage) {
        padding-left: 12px; }
  /* line 435, scss/layout/header.scss */
  .menugroup .menu__group .menu-item {
    display: block;
    background-image: linear-gradient(to right, #101720 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x; }
    /* line 442, scss/layout/header.scss */
    .menugroup .menu__group .menu-item.menu-services, .menugroup .menu__group .menu-item.menu-services-en, .menugroup .menu__group .menu-item.menu-log, .menugroup .menu__group .menu-item.menu-log-en, .menugroup .menu__group .menu-item.menu-lumber, .menugroup .menu__group .menu-item.menu-lumber-en, .menugroup .menu__group .menu-item.menu-sawing, .menugroup .menu__group .menu-item.menu-sawing-en, .menugroup .menu__group .menu-item.menu-partners, .menugroup .menu__group .menu-item.menu-parners-en, .menugroup .menu__group .menu-item.menu-auto, .menugroup .menu__group .menu-item.menu-auto-en {
      position: relative; }
      /* line 456, scss/layout/header.scss */
      .menugroup .menu__group .menu-item.menu-services::after, .menugroup .menu__group .menu-item.menu-services-en::after, .menugroup .menu__group .menu-item.menu-log::after, .menugroup .menu__group .menu-item.menu-log-en::after, .menugroup .menu__group .menu-item.menu-lumber::after, .menugroup .menu__group .menu-item.menu-lumber-en::after, .menugroup .menu__group .menu-item.menu-sawing::after, .menugroup .menu__group .menu-item.menu-sawing-en::after, .menugroup .menu__group .menu-item.menu-partners::after, .menugroup .menu__group .menu-item.menu-parners-en::after, .menugroup .menu__group .menu-item.menu-auto::after, .menugroup .menu__group .menu-item.menu-auto-en::after {
        content: url("assets/arrow.svg");
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    /* line 465, scss/layout/header.scss */
    .menugroup .menu__group .menu-item.back {
      position: relative; }
      /* line 469, scss/layout/header.scss */
      .menugroup .menu__group .menu-item.back::after {
        content: url("assets/arrow.svg");
        font-size: 20;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(180deg); }
      /* line 478, scss/layout/header.scss */
      .menugroup .menu__group .menu-item.back a {
        font-weight: bold;
        color: #0078C8; }
    /* line 485, scss/layout/header.scss */
    .menugroup .menu__group .menu-item.thepage a {
      font-weight: bold; }
    /* line 490, scss/layout/header.scss */
    .menugroup .menu__group .menu-item a {
      font-family: 'Roboto', sans-serif;
      display: block;
      font-size: 20px;
      line-height: 30px;
      padding: 12px 0;
      color: #101720;
      text-transform: uppercase; }
      /* line 499, scss/layout/header.scss */
      .menugroup .menu__group .menu-item a:hover, .menugroup .menu__group .menu-item a:active, .menugroup .menu__group .menu-item a:focus {
        color: #0078C8; }
/* line 508, scss/layout/header.scss */
.menugroup__social {
  margin-top: 12px; }
  /* line 566, scss/config/mixins.scss */
  .menugroup__social-item {
    transition: .25s ease all;
    display: inline-block;
    border: #0078C8 1px solid; }
    /* line 571, scss/config/mixins.scss */
    .menugroup__social-item + .menugroup__social-item,
    .menugroup__social-item + .footer__social-item {
      margin-left: 6px; }
    /* line 576, scss/config/mixins.scss */
    .menugroup__social-item:hover {
      border-color: #101720; }
      /* line 580, scss/config/mixins.scss */
      .menugroup__social-item:hover svg path {
        fill: #101720; }
  /* line 587, scss/config/mixins.scss */
  .menugroup__social svg {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 9px; }
    /* line 594, scss/config/mixins.scss */
    .menugroup__social svg path {
      fill: #0078C8; }
/* line 513, scss/layout/header.scss */
.menugroup .header__language {
  display: block; }

/*
* Footer
*/
/* line 5, scss/layout/footer.scss */
.footer {
  position: relative;
  margin-top: 48px;
  z-index: 2;
  color: #ffffff;
  overflow: hidden; }
  /* line 12, scss/layout/footer.scss */
  .footer__design {
    display: none; }
    /* line 15, scss/layout/footer.scss */
    .footer__design img {
      width: 200%;
      transform: translateX(-25%); }
      @media (min-width: 768px) {
        /* line 15, scss/layout/footer.scss */
        .footer__design img {
          width: 150%; } }
      @media (min-width: 1024px) {
        /* line 15, scss/layout/footer.scss */
        .footer__design img {
          width: 100%;
          transform: translateX(0); } }
  /* line 30, scss/layout/footer.scss */
  .footer__all {
    background-color: #101720;
    padding: 48px 0 12px; }
  /* line 35, scss/layout/footer.scss */
  .footer__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 35, scss/layout/footer.scss */
      .footer__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 35, scss/layout/footer.scss */
      .footer__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 35, scss/layout/footer.scss */
      .footer__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 39, scss/layout/footer.scss */
  .footer__row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 1024px) {
      /* line 39, scss/layout/footer.scss */
      .footer__row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap; } }
  /* line 50, scss/layout/footer.scss */
  .footer__col {
    width: 100%; }
    @media (min-width: 1024px) {
      /* line 53, scss/layout/footer.scss */
      .footer__col.infos {
        width: 20%; } }
    /* line 59, scss/layout/footer.scss */
    .footer__col.menu {
      margin: 48px 0; }
      @media (min-width: 1024px) {
        /* line 59, scss/layout/footer.scss */
        .footer__col.menu {
          width: 60%;
          margin: 0 48px; } }
      @media (min-width: 1200px) {
        /* line 59, scss/layout/footer.scss */
        .footer__col.menu {
          margin: 0 96px; } }
    /* line 72, scss/layout/footer.scss */
    .footer__col.social {
      text-align: center; }
      @media (min-width: 1024px) {
        /* line 72, scss/layout/footer.scss */
        .footer__col.social {
          text-align: right;
          width: 20%; } }
  /* line 82, scss/layout/footer.scss */
  .footer__logo {
    display: block; }
    /* line 85, scss/layout/footer.scss */
    .footer__logo svg {
      width: 260px; }
      @media (min-width: 1024px) {
        /* line 85, scss/layout/footer.scss */
        .footer__logo svg {
          width: 100%; } }
      /* line 92, scss/layout/footer.scss */
      .footer__logo svg path,
      .footer__logo svg polygon {
        fill: #ffffff; }
      /* line 97, scss/layout/footer.scss */
      .footer__logo svg .alt-blue {
        fill: #0078C8; }
      /* line 101, scss/layout/footer.scss */
      .footer__logo svg .alt-red {
        fill: #e83943; }
      /* line 105, scss/layout/footer.scss */
      .footer__logo svg .alt-black {
        fill: #101720; }
      /* line 109, scss/layout/footer.scss */
      .footer__logo svg .alt-white {
        fill: #ffffff; }
  /* line 115, scss/layout/footer.scss */
  .footer__address {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 24px 0; }
    @media (min-width: 768px) {
      /* line 115, scss/layout/footer.scss */
      .footer__address {
        margin: 36px 0; } }
  /* line 127, scss/layout/footer.scss */
  .footer__tel {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px; }
    /* line 132, scss/layout/footer.scss */
    .footer__tel a {
      white-space: pre;
      color: #0078C8;
      text-decoration: none; }
      /* line 137, scss/layout/footer.scss */
      .footer__tel a:hover {
        color: #ffffff; }
  /* line 144, scss/layout/footer.scss */
  .footer__linkfooter-button {
    text-decoration: none;
    color: #ffffff; }
    /* line 148, scss/layout/footer.scss */
    .footer__linkfooter-button:hover {
      color: #0078C8; }
  /* line 154, scss/layout/footer.scss */
  .footer__content {
    text-align: center;
    font-size: .75em; }
    @media (min-width: 768px) {
      /* line 154, scss/layout/footer.scss */
      .footer__content {
        text-align: right; } }
  /* line 164, scss/layout/footer.scss */
  .footer__nav .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      /* line 164, scss/layout/footer.scss */
      .footer__nav .menu {
        column-count: 2;
        column-gap: 12px; } }
  /* line 173, scss/layout/footer.scss */
  .footer__nav .menu-item {
    display: block; }
    @media (min-width: 768px) {
      /* line 173, scss/layout/footer.scss */
      .footer__nav .menu-item {
        background-image: linear-gradient(to right, #ffffff 33%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 4px 1px;
        background-repeat: repeat-x; } }
  /* line 184, scss/layout/footer.scss */
  .footer__nav a {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 0;
    color: #ffffff;
    text-transform: uppercase; }
    /* line 193, scss/layout/footer.scss */
    .footer__nav a:hover {
      color: #0078C8; }
    @media (min-width: 768px) {
      /* line 184, scss/layout/footer.scss */
      .footer__nav a {
        padding: 12px 0; } }
    @media (min-width: 1024px) {
      /* line 184, scss/layout/footer.scss */
      .footer__nav a {
        font-size: 20px;
        line-height: 30px; } }
  /* line 208, scss/layout/footer.scss */
  .footer__social {
    padding: 0 6px; }
    /* line 566, scss/config/mixins.scss */
    .footer__social-item {
      transition: .25s ease all;
      display: inline-block;
      border: #0078C8 1px solid; }
      /* line 571, scss/config/mixins.scss */
      .footer__social-item + .menugroup__social-item,
      .footer__social-item + .footer__social-item {
        margin-left: 6px; }
      /* line 576, scss/config/mixins.scss */
      .footer__social-item:hover {
        border-color: #101720; }
        /* line 580, scss/config/mixins.scss */
        .footer__social-item:hover svg path {
          fill: #101720; }
    /* line 587, scss/config/mixins.scss */
    .footer__social svg {
      transition: .25s ease all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      padding: 9px; }
      /* line 594, scss/config/mixins.scss */
      .footer__social svg path {
        fill: #0078C8; }
    /* line 212, scss/layout/footer.scss */
    .footer__social-item {
      margin: 3px !important;
      border-color: #ffffff; }
      /* line 223, scss/layout/footer.scss */
      .footer__social-item svg path {
        fill: #ffffff; }
      /* line 228, scss/layout/footer.scss */
      .footer__social-item:hover {
        border-color: #0078C8; }
        /* line 232, scss/layout/footer.scss */
        .footer__social-item:hover svg path {
          fill: #0078C8; }
  /* line 240, scss/layout/footer.scss */
  .footer__bottom {
    margin-top: 48px;
    text-align: center; }
  /* line 245, scss/layout/footer.scss */
  .footer__copy {
    opacity: 45%;
    font-size: 12px; }
    /* line 249, scss/layout/footer.scss */
    .footer__copy a {
      color: #ffffff; }
    @media (min-width: 1024px) {
      /* line 245, scss/layout/footer.scss */
      .footer__copy {
        font-size: 16px; } }

/*
* Burger */
/* line 4, scss/components/burger.scss */
.header__burger,
.menugroup__burger {
  transition: .25s ease all;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-size: 1rem;
  cursor: pointer;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  text-align: left; }
  /* line 16, scss/components/burger.scss */
  .header__burger:hover .hamburger-inner,
  .header__burger:hover .hamburger-inner::after,
  .header__burger:hover .hamburger-inner::before, .header__burger:focus .hamburger-inner,
  .header__burger:focus .hamburger-inner::after,
  .header__burger:focus .hamburger-inner::before, .header__burger:active .hamburger-inner,
  .header__burger:active .hamburger-inner::after,
  .header__burger:active .hamburger-inner::before,
  .menugroup__burger:hover .hamburger-inner,
  .menugroup__burger:hover .hamburger-inner::after,
  .menugroup__burger:hover .hamburger-inner::before,
  .menugroup__burger:focus .hamburger-inner,
  .menugroup__burger:focus .hamburger-inner::after,
  .menugroup__burger:focus .hamburger-inner::before,
  .menugroup__burger:active .hamburger-inner,
  .menugroup__burger:active .hamburger-inner::after,
  .menugroup__burger:active .hamburger-inner::before {
    background-color: #0078C8; }
  /* line 27, scss/components/burger.scss */
  .header__burger .hamburger-box,
  .menugroup__burger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 29px; }
  /* line 34, scss/components/burger.scss */
  .header__burger .hamburger-inner,
  .menugroup__burger .hamburger-inner {
    transition: .25s ease all;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #ffffff; }
    /* line 44, scss/components/burger.scss */
    .header__burger .hamburger-inner::before, .header__burger .hamburger-inner::after,
    .menugroup__burger .hamburger-inner::before,
    .menugroup__burger .hamburger-inner::after {
      transition: .25s ease all;
      content: '';
      display: block;
      position: absolute;
      width: 27px;
      height: 3px;
      border-radius: 3px;
      background-color: #ffffff; }
    /* line 56, scss/components/burger.scss */
    .header__burger .hamburger-inner::before,
    .menugroup__burger .hamburger-inner::before {
      top: -10px; }
    /* line 60, scss/components/burger.scss */
    .header__burger .hamburger-inner::after,
    .menugroup__burger .hamburger-inner::after {
      bottom: -10px; }

/* line 67, scss/components/burger.scss */
.menu-open .header__burger {
  z-index: 999999999;
  position: relative; }
/* line 73, scss/components/burger.scss */
.menu-open .header__burger .hamburger-inner::before {
  background-color: #101720;
  top: 0;
  opacity: 0; }
/* line 81, scss/components/burger.scss */
.menu-open .header__burger .hamburger-inner::after {
  background-color: #101720;
  bottom: 0;
  transform: rotate(-90deg); }
/* line 88, scss/components/burger.scss */
.menu-open .header__burger .hamburger-inner {
  background-color: #101720;
  transition-delay: .12s;
  transform: rotate(45deg); }

/*
* Forms
*/
/* line 6, scss/components/forms.scss */
form .form-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 -6px; }
  @media (min-width: 768px) {
    /* line 6, scss/components/forms.scss */
    form .form-row {
      flex-direction: row; } }
/* line 16, scss/components/forms.scss */
form .form-item {
  width: 100%;
  margin: 6px; }
  @media (min-width: 768px) {
    /* line 16, scss/components/forms.scss */
    form .form-item {
      flex: 1;
      width: auto; } }
  /* line 25, scss/components/forms.scss */
  form .form-item.file {
    margin-top: 12px;
    			/*.lamat-filebtn {
    				@include transition-primary;
    				@include unstyled-button;
    				margin-left: $spacer-tiny;
    				background-color: $white;
    				font-size: 16px;
    				padding: $spacer-mini $spacer-large $spacer-mini $spacer-tiny;
    				position: relative;
    
    				&::after {
    					content: url('assets/upload.svg');
    					position: absolute;
    					top: 50%;
    					transform: translateY(-50%);
    					right: $spacer-tiny;
    				}
    
    				&:hover {
    					background-color: $black;
    					color: $white;
    				}
    			}*/ }
    /* line 28, scss/components/forms.scss */
    form .form-item.file label {
      display: inline-block;
      font-size: 16px; }
/* line 64, scss/components/forms.scss */
form input[type="text"],
form input[type="email"],
form input[type="num"],
form input[type="tel"],
form textarea,
form select {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #0078C8;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  color: #101720; }
/* line 81, scss/components/forms.scss */
form input[type="file"] {
  margin-left: 12px;
  display: block; }
/* line 86, scss/components/forms.scss */
form input[type="submit"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block; }
/* line 90, scss/components/forms.scss */
form .lamat-formsubmit {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  color: #101720;
  margin-top: 24px;
  float: right; }
  @media (min-width: 1024px) {
    /* line 90, scss/components/forms.scss */
    form .lamat-formsubmit {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  form .lamat-formsubmit::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  form .lamat-formsubmit:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    form .lamat-formsubmit:hover::after {
      transform: translateX(6px); }

/*
* BLOCK - Banner slider
*/
/* line 6, scss/blocks/banner.scss */
.block-banner__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 52vh;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    /* line 6, scss/blocks/banner.scss */
    .block-banner__banner {
      height: 65vh; } }
  /* line 18, scss/blocks/banner.scss */
  .loaded .block-banner__banner.is-scroll-visible .block-banner__title {
    animation: bannerShow 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
  /* line 24, scss/blocks/banner.scss */
  .loaded .block-banner__banner.is-scroll-visible .block-banner__imagegroup {
    transform: translateX(0); }
/* line 31, scss/blocks/banner.scss */
.block-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101720;
  mix-blend-mode: multiply; }
/* line 35, scss/blocks/banner.scss */
.block-banner__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 35, scss/blocks/banner.scss */
    .block-banner__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 35, scss/blocks/banner.scss */
    .block-banner__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 35, scss/blocks/banner.scss */
    .block-banner__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 41, scss/blocks/banner.scss */
.block-banner__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 1024px) {
    /* line 41, scss/blocks/banner.scss */
    .block-banner__content {
      width: 80%; } }
  @media (min-width: 1200px) {
    /* line 41, scss/blocks/banner.scss */
    .block-banner__content {
      width: 60%; } }
  @media (min-width: 1500px) {
    /* line 41, scss/blocks/banner.scss */
    .block-banner__content {
      width: 50%; } }
  @media (min-width: 1800px) {
    /* line 41, scss/blocks/banner.scss */
    .block-banner__content {
      width: 40%; } }
/* line 63, scss/blocks/banner.scss */
.block-banner__title {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transform: translateY(100px); }
  /* line 225, scss/config/mixins.scss */
  .block-banner__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .block-banner__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 63, scss/blocks/banner.scss */
    .block-banner__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .block-banner__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
  @media (min-width: 640px) {
    /* line 63, scss/blocks/banner.scss */
    .block-banner__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 63, scss/blocks/banner.scss */
    .block-banner__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 63, scss/blocks/banner.scss */
    .block-banner__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 63, scss/blocks/banner.scss */
    .block-banner__title {
      font-size: 80px;
      line-height: 82px; } }
/* line 71, scss/blocks/banner.scss */
.block-banner__imagegroup {
  transition: .75s ease all;
  margin-top: -15vh;
  height: 40vh;
  width: 80%;
  margin-left: 20%;
  z-index: 99999; }
  @media (min-width: 768px) {
    /* line 71, scss/blocks/banner.scss */
    .block-banner__imagegroup {
      bottom: -25vh;
      width: 80%; } }
  @media (min-width: 1024px) {
    /* line 71, scss/blocks/banner.scss */
    .block-banner__imagegroup {
      position: absolute;
      bottom: -40vh;
      width: 70%;
      height: 60vh;
      right: -20%;
      transform: translateX(100vw); } }
  @media (min-width: 1200px) {
    /* line 71, scss/blocks/banner.scss */
    .block-banner__imagegroup {
      width: 60%;
      right: -10%; } }
/* line 75, scss/blocks/banner.scss */
.block-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 81, scss/blocks/banner.scss */
.block-banner__intro {
  padding: calc(24px + 25vh) 0 96px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 81, scss/blocks/banner.scss */
    .block-banner__intro {
      padding: 48px 0;
      min-height: 60vh; } }
  @media (min-width: 1500px) {
    /* line 81, scss/blocks/banner.scss */
    .block-banner__intro {
      padding: 48px 0; } }
/* line 95, scss/blocks/banner.scss */
.block-banner__subtitle {
  margin-top: 0;
  opacity: 0;
  transform: translateX(-100vw); }
  @media (min-width: 1024px) {
    /* line 95, scss/blocks/banner.scss */
    .block-banner__subtitle {
      width: 50%; } }
  /* line 104, scss/blocks/banner.scss */
  .block-banner__subtitle.is-scroll-visible {
    animation: showIntroContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 111, scss/blocks/banner.scss */
.block-banner__text {
  margin-top: 12px;
  opacity: 0;
  transform: translateX(-100vw); }
  /* line 197, scss/config/mixins.scss */
  .block-banner__text::before {
    content: '';
    display: block;
    width: 210px;
    height: 10px;
    background-color: #0078C8;
    margin-bottom: 12px; }
  @media (min-width: 768px) {
    /* line 207, scss/config/mixins.scss */
    .block-banner__text::before {
      height: 12px; } }
  @media (min-width: 1024px) {
    /* line 111, scss/blocks/banner.scss */
    .block-banner__text {
      margin-top: 24px; }
      /* line 215, scss/config/mixins.scss */
      .block-banner__text::before {
        height: 14px;
        margin-bottom: 24px; } }
  @media (min-width: 1024px) {
    /* line 111, scss/blocks/banner.scss */
    .block-banner__text {
      width: 50%;
      padding-right: 12px; } }
  /* line 121, scss/blocks/banner.scss */
  .block-banner__text.is-scroll-visible {
    animation: showIntroContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 128, scss/blocks/banner.scss */
.block-banner__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  color: #101720;
  margin-top: 12px;
  transform: translateX(-100vw);
  opacity: 0; }
  @media (min-width: 1024px) {
    /* line 128, scss/blocks/banner.scss */
    .block-banner__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-banner__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-banner__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-banner__button:hover::after {
      transform: translateX(6px); }
  /* line 134, scss/blocks/banner.scss */
  .block-banner__button.is-scroll-visible {
    animation: showIntroContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 141, scss/blocks/banner.scss */
.block-banner__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 24px -12px; }
  @media (min-width: 1024px) {
    /* line 141, scss/blocks/banner.scss */
    .block-banner__list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; } }
/* line 152, scss/blocks/banner.scss */
.block-banner__listitem {
  width: calc(100% - 24px);
  opacity: 0;
  transform: translateY(100px); }
  /* line 157, scss/blocks/banner.scss */
  .block-banner__listitem:not(.brochure) {
    font-weight: bold;
    margin: 24px 12px;
    padding-left: 20px;
    position: relative; }
    /* line 163, scss/blocks/banner.scss */
    .block-banner__listitem:not(.brochure)::before {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: calc((1em - 6px)/2);
      left: 0;
      background-color: #0078C8;
      display: inline-block; }
  @media (min-width: 1024px) {
    /* line 152, scss/blocks/banner.scss */
    .block-banner__listitem {
      width: calc(50% - 24px); } }
  /* line 179, scss/blocks/banner.scss */
  .block-banner__listitem.brochure {
    margin: 12px; }
  /* line 183, scss/blocks/banner.scss */
  .is-scroll-visible .block-banner__listitem {
    animation: showBannerItem .5s ease;
    animation-fill-mode: forwards; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(1) {
      animation-delay: 0.6s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(2) {
      animation-delay: 0.7s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(3) {
      animation-delay: 0.8s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(4) {
      animation-delay: 0.9s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(5) {
      animation-delay: 1s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(6) {
      animation-delay: 1.1s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(7) {
      animation-delay: 1.2s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(8) {
      animation-delay: 1.3s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(9) {
      animation-delay: 1.4s; }
    /* line 188, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__listitem:nth-child(10) {
      animation-delay: 1.5s; }
/* line 195, scss/blocks/banner.scss */
.block-banner__brochures, .block-banner__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 48px; }
/* line 201, scss/blocks/banner.scss */
.block-banner__brochure, .block-banner__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  color: #101720;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 1024px) {
    /* line 201, scss/blocks/banner.scss */
    .block-banner__brochure, .block-banner__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-banner__brochure::after, .block-banner__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-banner__brochure:hover, .block-banner__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-banner__brochure:hover::after, .block-banner__button:hover::after {
      transform: translateX(6px); }
  /* line 207, scss/blocks/banner.scss */
  .block-banner__brochure + .block-banner__brochure, .block-banner__button + .block-banner__brochure {
    margin-left: 24px; }
  /* line 211, scss/blocks/banner.scss */
  .is-scroll-visible .block-banner__brochure, .is-scroll-visible .block-banner__button {
    animation: showBannerItem .5s ease;
    animation-fill-mode: forwards; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(1), .is-scroll-visible .block-banner__button:nth-child(1) {
      animation-delay: 1.1s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(2), .is-scroll-visible .block-banner__button:nth-child(2) {
      animation-delay: 1.2s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(3), .is-scroll-visible .block-banner__button:nth-child(3) {
      animation-delay: 1.3s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(4), .is-scroll-visible .block-banner__button:nth-child(4) {
      animation-delay: 1.4s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(5), .is-scroll-visible .block-banner__button:nth-child(5) {
      animation-delay: 1.5s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(6), .is-scroll-visible .block-banner__button:nth-child(6) {
      animation-delay: 1.6s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(7), .is-scroll-visible .block-banner__button:nth-child(7) {
      animation-delay: 1.7s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(8), .is-scroll-visible .block-banner__button:nth-child(8) {
      animation-delay: 1.8s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(9), .is-scroll-visible .block-banner__button:nth-child(9) {
      animation-delay: 1.9s; }
    /* line 216, scss/blocks/banner.scss */
    .is-scroll-visible .block-banner__brochure:nth-child(10), .is-scroll-visible .block-banner__button:nth-child(10) {
      animation-delay: 2s; }
/* line 223, scss/blocks/banner.scss */
.block-banner__contact {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .75s ease all;
  text-transform: initial;
  flex-wrap: wrap;
  background-color: #101720;
  padding: 24px 12px;
  opacity: 0; }
  @media (min-width: 1024px) {
    /* line 223, scss/blocks/banner.scss */
    .block-banner__contact {
      flex-wrap: nowrap;
      padding: 36px 60px; } }
  /* line 238, scss/blocks/banner.scss */
  .loaded .block-banner__contact.is-scroll-visible {
    opacity: 1; }
/* line 243, scss/blocks/banner.scss */
.block-banner__contacttext {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    /* line 243, scss/blocks/banner.scss */
    .block-banner__contacttext {
      margin-right: 24px; } }
  @media (min-width: 1800px) {
    /* line 243, scss/blocks/banner.scss */
    .block-banner__contacttext {
      font-size: 40px; } }
/* line 258, scss/blocks/banner.scss */
.block-banner__contactlink {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 12px; }
  @media (min-width: 1024px) {
    /* line 258, scss/blocks/banner.scss */
    .block-banner__contactlink {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-banner__contactlink::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-banner__contactlink:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-banner__contactlink:hover::after {
      transform: translateX(6px); }
  @media (min-width: 1024px) {
    /* line 258, scss/blocks/banner.scss */
    .block-banner__contactlink {
      margin-top: 0; } }
/* line 267, scss/blocks/banner.scss */
.block-banner__pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  transform: translateX(100vw); }
  /* line 656, scss/config/mixins.scss */
  .block-banner__pattern svg {
    width: 190px;
    height: 80px; }
    @media (min-width: 768px) {
      /* line 656, scss/config/mixins.scss */
      .block-banner__pattern svg {
        width: 237.5px;
        height: 100px; } }
    @media (min-width: 1024px) {
      /* line 656, scss/config/mixins.scss */
      .block-banner__pattern svg {
        width: 285px;
        height: 120px; } }
    @media (min-width: 1200px) {
      /* line 656, scss/config/mixins.scss */
      .block-banner__pattern svg {
        width: 380px;
        height: 160px; } }
  /* line 276, scss/blocks/banner.scss */
  .block-banner__pattern.is-scroll-visible {
    animation: showIntroPattern .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
@keyframes bannerShow {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showIntroContent {
  0% {
    opacity: 0;
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showIntroPattern {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showBannerItem {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* BLOCK - Banner slider
*/
/* line 6, scss/blocks/bannerslider.scss */
.block-bannerslider__banner {
  position: relative;
  height: 100vh;
  width: 100%; }
  @media (min-width: 640px) {
    /* line 6, scss/blocks/bannerslider.scss */
    .block-bannerslider__banner {
      height: 70vh; } }
  @media (min-width: 1500px) {
    /* line 6, scss/blocks/bannerslider.scss */
    .block-bannerslider__banner {
      height: 80vh; } }
  /* line 21, scss/blocks/bannerslider.scss */
  .loaded .block-bannerslider__banner.is-scroll-visible .block-bannerslider__imagegroup {
    transform: translateX(0); }
/* line 28, scss/blocks/bannerslider.scss */
.block-bannerslider__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  /* line 34, scss/blocks/bannerslider.scss */
  .block-bannerslider__video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
/* line 45, scss/blocks/bannerslider.scss */
.block-bannerslider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 49, scss/blocks/bannerslider.scss */
.block-bannerslider__pause {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-size: 1rem;
  cursor: pointer;
  width: 40px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 999; }
/* line 58, scss/blocks/bannerslider.scss */
.block-bannerslider__swiper, .block-bannerslider__wrapper, .block-bannerslider__slide {
  position: relative;
  height: 100%; }
/* line 65, scss/blocks/bannerslider.scss */
.block-bannerslider__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  /* line 68, scss/blocks/bannerslider.scss */
  .block-bannerslider__slide .block-bannerslider__title,
  .block-bannerslider__slide .block-bannerslider__text,
  .block-bannerslider__slide .block-bannerslider__button {
    opacity: 0;
    transform: translateY(100px); }
  /* line 77, scss/blocks/bannerslider.scss */
  .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > a,
  .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > div,
  .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > h2,
  .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > p {
    animation: bannersliderShow .5s ease;
    animation-fill-mode: forwards; }
    /* line 84, scss/blocks/bannerslider.scss */
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > a:nth-child(1),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > div:nth-child(1),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > h2:nth-child(1),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > p:nth-child(1) {
      animation-delay: .5s; }
    /* line 88, scss/blocks/bannerslider.scss */
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > a:nth-child(2),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > div:nth-child(2),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > h2:nth-child(2),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > p:nth-child(2) {
      animation-delay: .75s; }
    /* line 92, scss/blocks/bannerslider.scss */
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > a:nth-child(3),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > div:nth-child(3),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > h2:nth-child(3),
    .block-bannerslider__slide.swiper-slide-active .block-bannerslider__content > p:nth-child(3) {
      animation-delay: 1s; }
/* line 100, scss/blocks/bannerslider.scss */
.block-bannerslider__overlayslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 104, scss/blocks/bannerslider.scss */
.block-bannerslider__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 104, scss/blocks/bannerslider.scss */
    .block-bannerslider__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 104, scss/blocks/bannerslider.scss */
    .block-bannerslider__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 104, scss/blocks/bannerslider.scss */
    .block-bannerslider__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 109, scss/blocks/bannerslider.scss */
.block-bannerslider__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100%; }
/* line 116, scss/blocks/bannerslider.scss */
.block-bannerslider__title {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 12px;
  margin: 0; }
  @media (min-width: 640px) {
    /* line 116, scss/blocks/bannerslider.scss */
    .block-bannerslider__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 116, scss/blocks/bannerslider.scss */
    .block-bannerslider__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 116, scss/blocks/bannerslider.scss */
    .block-bannerslider__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 116, scss/blocks/bannerslider.scss */
    .block-bannerslider__title {
      font-size: 80px;
      line-height: 82px; } }
  /* line 225, scss/config/mixins.scss */
  .block-bannerslider__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .block-bannerslider__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 116, scss/blocks/bannerslider.scss */
    .block-bannerslider__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .block-bannerslider__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
/* line 122, scss/blocks/bannerslider.scss */
.block-bannerslider__text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff; }
  @media (min-width: 640px) {
    /* line 122, scss/blocks/bannerslider.scss */
    .block-bannerslider__text {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    /* line 122, scss/blocks/bannerslider.scss */
    .block-bannerslider__text {
      font-size: 22px;
      line-height: 32px; } }
  @media (min-width: 1024px) {
    /* line 122, scss/blocks/bannerslider.scss */
    .block-bannerslider__text {
      font-size: 26px;
      line-height: 36px; } }
/* line 147, scss/blocks/bannerslider.scss */
.block-bannerslider__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    /* line 147, scss/blocks/bannerslider.scss */
    .block-bannerslider__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-bannerslider__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-bannerslider__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-bannerslider__button:hover::after {
      transform: translateX(6px); }
  @media (min-width: 1024px) {
    /* line 147, scss/blocks/bannerslider.scss */
    .block-bannerslider__button {
      margin-top: 36px; } }
  @media (min-width: 1800px) {
    /* line 147, scss/blocks/bannerslider.scss */
    .block-bannerslider__button {
      margin-top: 48px; } }
/* line 160, scss/blocks/bannerslider.scss */
.block-bannerslider__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 24px;
  height: 100%;
  width: auto; }
  @media (min-width: 768px) {
    /* line 160, scss/blocks/bannerslider.scss */
    .block-bannerslider__nav {
      left: 12px;
      align-items: center; } }
  @media (min-width: 1500px) {
    /* line 160, scss/blocks/bannerslider.scss */
    .block-bannerslider__nav {
      left: 48px; } }
  @media (min-width: 1800px) {
    /* line 160, scss/blocks/bannerslider.scss */
    .block-bannerslider__nav {
      left: 60px; } }
  /* line 181, scss/blocks/bannerslider.scss */
  .block-bannerslider__nav .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
  /* line 187, scss/blocks/bannerslider.scss */
  .block-bannerslider__nav .swiper-pagination-bullet {
    margin: 6px 0 !important;
    width: 24px;
    height: 24px;
    background: #ffffff;
    opacity: 1; }
    /* line 194, scss/blocks/bannerslider.scss */
    .block-bannerslider__nav .swiper-pagination-bullet-active {
      background: #0078C8;
      opacity: 1;
      border: 3px solid #ffffff; }
/* line 202, scss/blocks/bannerslider.scss */
.block-bannerslider__imagegroup {
  transition: .75s ease all;
  margin-top: -15vh;
  height: 40vh;
  width: 80%;
  margin-left: 20%;
  z-index: 99999; }
  @media (min-width: 768px) {
    /* line 202, scss/blocks/bannerslider.scss */
    .block-bannerslider__imagegroup {
      bottom: -25vh;
      width: 80%; } }
  @media (min-width: 1024px) {
    /* line 202, scss/blocks/bannerslider.scss */
    .block-bannerslider__imagegroup {
      position: absolute;
      bottom: -40vh;
      width: 70%;
      height: 60vh;
      right: -20%;
      transform: translateX(100vw); } }
  @media (min-width: 1200px) {
    /* line 202, scss/blocks/bannerslider.scss */
    .block-bannerslider__imagegroup {
      width: 60%;
      right: -10%; } }
  @media (min-width: 1200px) {
    /* line 202, scss/blocks/bannerslider.scss */
    .block-bannerslider__imagegroup {
      bottom: -20vh; } }
/* line 210, scss/blocks/bannerslider.scss */
.block-bannerslider__image {
  width: 100%; }
/* line 214, scss/blocks/bannerslider.scss */
.block-bannerslider__intro {
  padding: 96px 0 144px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 214, scss/blocks/bannerslider.scss */
    .block-bannerslider__intro {
      padding: 96px 0 144px; } }
  @media (min-width: 1500px) {
    /* line 214, scss/blocks/bannerslider.scss */
    .block-bannerslider__intro {
      padding: 144px 0; } }
@media (min-width: 1024px) {
  /* line 227, scss/blocks/bannerslider.scss */
  .block-bannerslider__contentintro {
    width: 50%; } }
/* line 233, scss/blocks/bannerslider.scss */
.block-bannerslider__titleintro {
  margin-top: 0;
  opacity: 0;
  transform: translateX(-100vw); }
  /* line 238, scss/blocks/bannerslider.scss */
  .block-bannerslider__titleintro.is-scroll-visible {
    animation: showIntroContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 245, scss/blocks/bannerslider.scss */
.block-bannerslider__textintro {
  margin-top: 12px;
  opacity: 0;
  transform: translateX(-100vw); }
  /* line 197, scss/config/mixins.scss */
  .block-bannerslider__textintro::before {
    content: '';
    display: block;
    width: 210px;
    height: 10px;
    background-color: #0078C8;
    margin-bottom: 12px; }
  @media (min-width: 768px) {
    /* line 207, scss/config/mixins.scss */
    .block-bannerslider__textintro::before {
      height: 12px; } }
  @media (min-width: 1024px) {
    /* line 245, scss/blocks/bannerslider.scss */
    .block-bannerslider__textintro {
      margin-top: 24px; }
      /* line 215, scss/config/mixins.scss */
      .block-bannerslider__textintro::before {
        height: 14px;
        margin-bottom: 24px; } }
  /* line 250, scss/blocks/bannerslider.scss */
  .block-bannerslider__textintro.is-scroll-visible {
    animation: showIntroContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 257, scss/blocks/bannerslider.scss */
.block-bannerslider__pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  transform: translateX(100vw); }
  /* line 656, scss/config/mixins.scss */
  .block-bannerslider__pattern svg {
    width: 190px;
    height: 80px; }
    @media (min-width: 768px) {
      /* line 656, scss/config/mixins.scss */
      .block-bannerslider__pattern svg {
        width: 237.5px;
        height: 100px; } }
    @media (min-width: 1024px) {
      /* line 656, scss/config/mixins.scss */
      .block-bannerslider__pattern svg {
        width: 285px;
        height: 120px; } }
    @media (min-width: 1200px) {
      /* line 656, scss/config/mixins.scss */
      .block-bannerslider__pattern svg {
        width: 380px;
        height: 160px; } }
  /* line 266, scss/blocks/bannerslider.scss */
  .block-bannerslider__pattern.is-scroll-visible {
    animation: showIntroPattern .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
@keyframes bannersliderShow {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showIntroContent {
  0% {
    opacity: 0;
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showIntroPattern {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* BLOCK - List 
*/
/* line 7, scss/blocks/list.scss */
.block-list.no-number .block-list__number {
  opacity: 0; }
/* line 12, scss/blocks/list.scss */
.block-list__bigtitle {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative;
  text-align: center;
  margin-bottom: 36px; }
  @media (min-width: 1024px) {
    /* line 12, scss/blocks/list.scss */
    .block-list__bigtitle {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 12, scss/blocks/list.scss */
    .block-list__bigtitle {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .block-list__bigtitle::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 12, scss/blocks/list.scss */
    .block-list__bigtitle {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .block-list__bigtitle::after {
        height: 10px; } }
  /* line 167, scss/config/mixins.scss */
  .block-list__bigtitle::after {
    left: 50%;
    transform: translateX(-50%); }
/* line 22, scss/blocks/list.scss */
.block-list__item + .block-list__item {
  margin-top: 36px; }
  @media (min-width: 768px) {
    /* line 22, scss/blocks/list.scss */
    .block-list__item + .block-list__item {
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    /* line 22, scss/blocks/list.scss */
    .block-list__item + .block-list__item {
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    /* line 22, scss/blocks/list.scss */
    .block-list__item + .block-list__item {
      margin-top: 96px; } }
/* line 38, scss/blocks/list.scss */
.block-list__item:nth-child(even) {
  flex-direction: row-reverse; }
  /* line 42, scss/blocks/list.scss */
  .block-list__item:nth-child(even).is-scroll-visible .visuals {
    animation: listVisualsEven 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  /* line 48, scss/blocks/list.scss */
  .block-list__item:nth-child(even).is-scroll-visible .block-list__box {
    animation: listContentEven 1s ease;
    animation-delay: .75s;
    animation-fill-mode: forwards; }
  /* line 54, scss/blocks/list.scss */
  .block-list__item:nth-child(even).is-scroll-visible .block-list__number {
    animation: listContentEven 1s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
  /* line 62, scss/blocks/list.scss */
  .block-list__item:nth-child(even) .block-list__col.visuals {
    transform: translateX(-100vw); }
  /* line 66, scss/blocks/list.scss */
  .block-list__item:nth-child(even) .block-list__col.content {
    margin-left: 25%; }
    @media (min-width: 1024px) {
      /* line 66, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__col.content {
        margin-left: 40%; } }
    @media (min-width: 1500px) {
      /* line 66, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__col.content {
        margin-left: 50%; } }
  /* line 78, scss/blocks/list.scss */
  .block-list__item:nth-child(even) .block-list__number {
    text-align: right;
    padding-right: 24px;
    transform: translateX(100vw); }
    @media (min-width: 768px) {
      /* line 78, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__number {
        padding-right: 36px; } }
    @media (min-width: 1024px) {
      /* line 78, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__number {
        padding-right: 48px; } }
    @media (min-width: 1200px) {
      /* line 78, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__number {
        padding-right: 96px; } }
    @media (min-width: 1800px) {
      /* line 78, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__number {
        padding-right: 144px; } }
  /* line 100, scss/blocks/list.scss */
  .block-list__item:nth-child(even) .block-list__box {
    padding: 24px;
    transform: translateX(100vw); }
    @media (min-width: 768px) {
      /* line 100, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__box {
        padding: 36px 36px 36px 48px; } }
    @media (min-width: 1024px) {
      /* line 100, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__box {
        padding: 48px 48px 48px 96px; } }
    @media (min-width: 1200px) {
      /* line 100, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__box {
        padding: 96px 96px 96px 60px; } }
    @media (min-width: 1800px) {
      /* line 100, scss/blocks/list.scss */
      .block-list__item:nth-child(even) .block-list__box {
        padding: 198px 144px 144px 96px; } }
    /* line 120, scss/blocks/list.scss */
    .block-list__item:nth-child(even) .block-list__box::before {
      left: -5px; }
      @media (min-width: 1024px) {
        /* line 120, scss/blocks/list.scss */
        .block-list__item:nth-child(even) .block-list__box::before {
          left: -7px; } }
/* line 133, scss/blocks/list.scss */
.block-list__item:nth-child(odd).is-scroll-visible .visuals {
  animation: listVisualsOdd 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
/* line 139, scss/blocks/list.scss */
.block-list__item:nth-child(odd).is-scroll-visible .block-list__box {
  animation: listContentOdd 1s ease;
  animation-delay: .75s;
  animation-fill-mode: forwards; }
/* line 145, scss/blocks/list.scss */
.block-list__item:nth-child(odd).is-scroll-visible .block-list__number {
  animation: listContentOdd 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
/* line 152, scss/blocks/list.scss */
.block-list__item:nth-child(odd) .block-list__col.visuals {
  margin-left: 40%;
  transform: translateX(100vw); }
  @media (min-width: 1200px) {
    /* line 152, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__col.visuals {
      margin-left: 60%; } }
  @media (min-width: 1500px) {
    /* line 152, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__col.visuals {
      margin-left: 50%; } }
@media (min-width: 1200px) {
  /* line 165, scss/blocks/list.scss */
  .block-list__item:nth-child(odd) .block-list__image {
    transform: translateX(-150px); } }
/* line 171, scss/blocks/list.scss */
.block-list__item:nth-child(odd) .block-list__pattern {
  text-align: right; }
/* line 175, scss/blocks/list.scss */
.block-list__item:nth-child(odd) .block-list__number {
  padding-left: 24px;
  transform: translateX(-100vw); }
  @media (min-width: 768px) {
    /* line 175, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__number {
      padding-left: 36px; } }
  @media (min-width: 768px) {
    /* line 175, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__number {
      padding-left: 48px; } }
  @media (min-width: 1200px) {
    /* line 175, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__number {
      padding-left: 96px; } }
  @media (min-width: 1800px) {
    /* line 175, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__number {
      padding-left: 144px; } }
/* line 196, scss/blocks/list.scss */
.block-list__item:nth-child(odd) .block-list__box {
  padding: 24px;
  transform: translateX(-100vw); }
  @media (min-width: 768px) {
    /* line 196, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__box {
      padding: 36px 48px 36px 36px; } }
  @media (min-width: 1024px) {
    /* line 196, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__box {
      padding: 48px 96px 48px 48px; } }
  @media (min-width: 1200px) {
    /* line 196, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__box {
      padding: 96px 60px 96px 96px; } }
  @media (min-width: 1800px) {
    /* line 196, scss/blocks/list.scss */
    .block-list__item:nth-child(odd) .block-list__box {
      padding: 198px 96px 144px 144px; } }
  /* line 216, scss/blocks/list.scss */
  .block-list__item:nth-child(odd) .block-list__box::before {
    right: -5px; }
    @media (min-width: 1024px) {
      /* line 216, scss/blocks/list.scss */
      .block-list__item:nth-child(odd) .block-list__box::before {
        right: -7px; } }
/* line 229, scss/blocks/list.scss */
.block-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
/* line 235, scss/blocks/list.scss */
.block-list__col.visuals {
  position: absolute;
  width: 60%;
  height: 100%; }
  @media (min-width: 1200px) {
    /* line 235, scss/blocks/list.scss */
    .block-list__col.visuals {
      width: 40%; } }
  @media (min-width: 1500px) {
    /* line 235, scss/blocks/list.scss */
    .block-list__col.visuals {
      width: 50%; } }
/* line 249, scss/blocks/list.scss */
.block-list__col.content {
  position: relative;
  width: 75%;
  z-index: 3;
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 249, scss/blocks/list.scss */
    .block-list__col.content {
      width: 60%;
      padding: 36px 0; } }
  @media (min-width: 1500px) {
    /* line 249, scss/blocks/list.scss */
    .block-list__col.content {
      width: 50%;
      padding: 48px 0; } }
/* line 267, scss/blocks/list.scss */
.block-list__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative; }
  @media (min-width: 1200px) {
    /* line 267, scss/blocks/list.scss */
    .block-list__image {
      width: calc(100% + 150px); } }
/* line 279, scss/blocks/list.scss */
.block-list__pattern {
  transform: translateY(-100%); }
  /* line 656, scss/config/mixins.scss */
  .block-list__pattern svg {
    width: 190px;
    height: 80px; }
    @media (min-width: 768px) {
      /* line 656, scss/config/mixins.scss */
      .block-list__pattern svg {
        width: 237.5px;
        height: 100px; } }
    @media (min-width: 1024px) {
      /* line 656, scss/config/mixins.scss */
      .block-list__pattern svg {
        width: 285px;
        height: 120px; } }
    @media (min-width: 1200px) {
      /* line 656, scss/config/mixins.scss */
      .block-list__pattern svg {
        width: 380px;
        height: 160px; } }
  /* line 283, scss/blocks/list.scss */
  .is-scroll-visible .block-list__pattern {
    animation: listPattern .5s ease;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }
/* line 290, scss/blocks/list.scss */
.block-list__number {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  color: #efefef;
  opacity: .5;
  font-size: 100px;
  line-height: 75px; }
  /* line 297, scss/blocks/list.scss */
  .lmbg-grey .block-list__number, .lmbg-blue .block-list__number {
    color: #ffffff; }
  @media (min-width: 768px) {
    /* line 290, scss/blocks/list.scss */
    .block-list__number {
      font-size: 150px;
      line-height: 115px; } }
  @media (min-width: 1024px) {
    /* line 290, scss/blocks/list.scss */
    .block-list__number {
      font-size: 210px;
      line-height: 160px; } }
  @media (min-width: 1500px) {
    /* line 290, scss/blocks/list.scss */
    .block-list__number {
      font-size: 310px;
      line-height: 240px; } }
  @media (min-width: 1800px) {
    /* line 290, scss/blocks/list.scss */
    .block-list__number {
      font-size: 410px;
      line-height: 320px; } }
/* line 323, scss/blocks/list.scss */
.block-list__box {
  background-color: #101720;
  color: #ffffff;
  position: relative; }
  /* line 328, scss/blocks/list.scss */
  .lmbg-black .block-list__box {
    background-color: #efefef;
    color: #101720; }
  /* line 333, scss/blocks/list.scss */
  .lmbg-blue .block-list__box {
    background-color: #ffffff;
    color: #101720; }
  /* line 338, scss/blocks/list.scss */
  .block-list__box::before {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    width: 10px;
    background-color: #0078C8;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      /* line 338, scss/blocks/list.scss */
      .block-list__box::before {
        width: 14px; } }
/* line 354, scss/blocks/list.scss */
.block-list__title {
  color: #ffffff;
  margin-top: 0; }
/* line 359, scss/blocks/list.scss */
.block-list__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    /* line 359, scss/blocks/list.scss */
    .block-list__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-list__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-list__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-list__button:hover::after {
      transform: translateX(6px); }
  @media (min-width: 1024px) {
    /* line 359, scss/blocks/list.scss */
    .block-list__button {
      margin-top: 36px; } }
  @media (min-width: 1800px) {
    /* line 359, scss/blocks/list.scss */
    .block-list__button {
      margin-top: 48px; } }
@keyframes listVisualsEven {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listVisualsOdd {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listPattern {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes listContentEven {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listContentOdd {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
/*
* BLOCK - Video
*/
/* line 5, scss/blocks/video.scss */
.block-video {
  padding: 24px 0;
  background-color: #efefef;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/video.scss */
    .block-video {
      padding: 48px 0; } }
  /* line 12, scss/blocks/video.scss */
  .block-video__pattern {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%); }
    /* line 656, scss/config/mixins.scss */
    .block-video__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-video__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-video__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-video__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 19, scss/blocks/video.scss */
    .block-video__pattern.is-scroll-visible {
      animation: showVideoPattern .5s ease;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
  /* line 26, scss/blocks/video.scss */
  .block-video__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 26, scss/blocks/video.scss */
      .block-video__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 26, scss/blocks/video.scss */
      .block-video__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 26, scss/blocks/video.scss */
      .block-video__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 31, scss/blocks/video.scss */
    .loaded .block-video__container.is-scroll-visible .block-video__title {
      animation: showVideo .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    /* line 37, scss/blocks/video.scss */
    .loaded .block-video__container.is-scroll-visible .block-video__video {
      animation: showVideo .5s ease;
      animation-delay: .75s;
      animation-fill-mode: forwards; }
  /* line 46, scss/blocks/video.scss */
  .block-video__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      /* line 46, scss/blocks/video.scss */
      .block-video__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 46, scss/blocks/video.scss */
      .block-video__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-video__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 46, scss/blocks/video.scss */
      .block-video__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-video__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-video__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 52, scss/blocks/video.scss */
  .block-video__video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px); }
    /* line 63, scss/blocks/video.scss */
    .block-video__video iframe,
    .block-video__video object,
    .block-video__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  /* line 74, scss/blocks/video.scss */
  .block-video__largetxt {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #ffffff;
    opacity: .5;
    z-index: 1;
    font-size: 25vw;
    line-height: .55;
    transform: translateX(50%);
    position: absolute;
    bottom: 0;
    left: -50%;
    white-space: pre; }
@keyframes showVideoPattern {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes showVideo {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* BLOCK - Text 3
*/
/* line 5, scss/blocks/text1.scss */
.block-text1 {
  padding: 24px 0;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/text1.scss */
    .block-text1 {
      padding: 48px 0; } }
  /* line 9, scss/blocks/text1.scss */
  .block-text1__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 9, scss/blocks/text1.scss */
      .block-text1__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 9, scss/blocks/text1.scss */
      .block-text1__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-text1__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 9, scss/blocks/text1.scss */
      .block-text1__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-text1__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-text1__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 16, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"].is-scroll-visible .visuals {
    animation: listVisualsEven 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  /* line 22, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"].is-scroll-visible .block-text1__box {
    animation: listContentEven 1s ease;
    animation-delay: .75s;
    animation-fill-mode: forwards; }
  /* line 28, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"].is-scroll-visible .block-text1__title {
    animation: listContentEven 1s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
  /* line 36, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"] .block-text1__col.visuals {
    transform: translateX(-100vw); }
  /* line 40, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"] .block-text1__col.content {
    margin-left: 25%; }
    @media (min-width: 1024px) {
      /* line 40, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__col.content {
        margin-left: 40%; } }
    @media (min-width: 1500px) {
      /* line 40, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__col.content {
        margin-left: 50%; } }
  /* line 52, scss/blocks/text1.scss */
  .block-text1__row[data-order="img-txt"] .block-text1__box {
    padding: 24px;
    transform: translateX(100vw); }
    @media (min-width: 768px) {
      /* line 52, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__box {
        padding: 36px 36px 36px 48px; } }
    @media (min-width: 1024px) {
      /* line 52, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__box {
        padding: 96px 48px 96px 96px; } }
    @media (min-width: 1200px) {
      /* line 52, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__box {
        padding: 144px 96px 144px 60px; } }
    @media (min-width: 1800px) {
      /* line 52, scss/blocks/text1.scss */
      .block-text1__row[data-order="img-txt"] .block-text1__box {
        padding: 198px 144px 198px 96px; } }
    /* line 72, scss/blocks/text1.scss */
    .block-text1__row[data-order="img-txt"] .block-text1__box::before {
      left: -5px; }
      @media (min-width: 1024px) {
        /* line 72, scss/blocks/text1.scss */
        .block-text1__row[data-order="img-txt"] .block-text1__box::before {
          left: -7px; } }
  /* line 85, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"].is-scroll-visible .visuals {
    animation: listVisualsOdd 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  /* line 91, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"].is-scroll-visible .block-text1__box {
    animation: listContentOdd 1s ease;
    animation-delay: .75s;
    animation-fill-mode: forwards; }
  /* line 97, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"].is-scroll-visible .block-text1__title {
    animation: listContentOdd 1s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
  /* line 104, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"] .block-text1__col.visuals {
    margin-left: 20%;
    transform: translateX(100vw); }
    @media (min-width: 1024px) {
      /* line 104, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__col.visuals {
        margin-left: 40%; } }
    @media (min-width: 1200px) {
      /* line 104, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__col.visuals {
        margin-left: 60%; } }
    @media (min-width: 1500px) {
      /* line 104, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__col.visuals {
        margin-left: 50%; } }
  @media (min-width: 1200px) {
    /* line 121, scss/blocks/text1.scss */
    .block-text1__row[data-order="txt-img"] .block-text1__image {
      transform: translateX(-150px); } }
  /* line 127, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"] .block-text1__largetxt {
    margin-left: -50%; }
  /* line 131, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"] .block-text1__pattern {
    text-align: right; }
  /* line 135, scss/blocks/text1.scss */
  .block-text1__row[data-order="txt-img"] .block-text1__box {
    padding: 24px;
    transform: translateX(-100vw); }
    @media (min-width: 768px) {
      /* line 135, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__box {
        padding: 36px 48px 36px 36px; } }
    @media (min-width: 1024px) {
      /* line 135, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__box {
        padding: 96px 96px 96px 48px; } }
    @media (min-width: 1200px) {
      /* line 135, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__box {
        padding: 144px 60px 144px 96px; } }
    @media (min-width: 1800px) {
      /* line 135, scss/blocks/text1.scss */
      .block-text1__row[data-order="txt-img"] .block-text1__box {
        padding: 198px 96px 198px 144px; } }
    /* line 155, scss/blocks/text1.scss */
    .block-text1__row[data-order="txt-img"] .block-text1__box::before {
      right: -5px; }
      @media (min-width: 1024px) {
        /* line 155, scss/blocks/text1.scss */
        .block-text1__row[data-order="txt-img"] .block-text1__box::before {
          right: -7px; } }
  /* line 168, scss/blocks/text1.scss */
  .block-text1__col.visuals {
    position: absolute;
    width: 80%; }
    @media (min-width: 1024px) {
      /* line 168, scss/blocks/text1.scss */
      .block-text1__col.visuals {
        width: 60%; } }
    @media (min-width: 1200px) {
      /* line 168, scss/blocks/text1.scss */
      .block-text1__col.visuals {
        width: 40%; } }
    @media (min-width: 1500px) {
      /* line 168, scss/blocks/text1.scss */
      .block-text1__col.visuals {
        width: 50%; } }
  /* line 185, scss/blocks/text1.scss */
  .block-text1__col.content {
    position: relative;
    width: 75%;
    z-index: 3; }
    @media (min-width: 1024px) {
      /* line 185, scss/blocks/text1.scss */
      .block-text1__col.content {
        width: 60%; } }
    @media (min-width: 1500px) {
      /* line 185, scss/blocks/text1.scss */
      .block-text1__col.content {
        width: 50%; } }
  /* line 200, scss/blocks/text1.scss */
  .block-text1__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40vh;
    z-index: 2;
    position: relative;
    background-color: #0078C8; }
    @media (min-width: 1024px) {
      /* line 200, scss/blocks/text1.scss */
      .block-text1__image {
        height: 70vh; } }
    @media (min-width: 1200px) {
      /* line 200, scss/blocks/text1.scss */
      .block-text1__image {
        width: calc(100% + 150px); } }
  /* line 217, scss/blocks/text1.scss */
  .block-text1__pattern {
    transform: translateY(-100%); }
    /* line 656, scss/config/mixins.scss */
    .block-text1__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-text1__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-text1__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-text1__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 221, scss/blocks/text1.scss */
    .is-scroll-visible .block-text1__pattern {
      animation: listPattern .5s ease;
      animation-delay: 1.5s;
      animation-fill-mode: forwards; }
  /* line 228, scss/blocks/text1.scss */
  .block-text1__largetxt {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #ffffff;
    opacity: .5;
    z-index: 1;
    font-size: 25vw;
    line-height: .55;
    transform: translateX(50%);
    margin: 0; }
  /* line 233, scss/blocks/text1.scss */
  .block-text1__box {
    background-color: #101720;
    color: #ffffff;
    position: relative;
    margin-top: -10px; }
    /* line 239, scss/blocks/text1.scss */
    .block-text1__box::before {
      content: '';
      display: block;
      position: absolute;
      height: 50%;
      width: 10px;
      background-color: #0078C8;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        /* line 239, scss/blocks/text1.scss */
        .block-text1__box::before {
          width: 14px; } }
  /* line 255, scss/blocks/text1.scss */
  .block-text1__subtitle {
    color: #ffffff;
    margin-top: 0; }
  /* line 260, scss/blocks/text1.scss */
  .block-text1__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      /* line 260, scss/blocks/text1.scss */
      .block-text1__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-text1__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-text1__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-text1__button:hover::after {
        transform: translateX(6px); }
    @media (min-width: 1024px) {
      /* line 260, scss/blocks/text1.scss */
      .block-text1__button {
        margin-top: 36px; } }
    @media (min-width: 1800px) {
      /* line 260, scss/blocks/text1.scss */
      .block-text1__button {
        margin-top: 48px; } }
@keyframes listVisualsEven {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listVisualsOdd {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listPattern {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes listContentEven {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listContentOdd {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
/*
* BLOCK - Text 3
*/
/* line 9, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"].is-scroll-visible .visuals {
  animation: listVisualsEven 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
/* line 15, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"].is-scroll-visible .block-text3__box {
  animation: listContentEven 1s ease;
  animation-delay: .75s;
  animation-fill-mode: forwards; }
/* line 21, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"].is-scroll-visible .block-text3__title {
  animation: listContentEven 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
/* line 29, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"] .block-text3__col.visuals {
  transform: translateX(-100vw); }
/* line 33, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"] .block-text3__col.content {
  margin-left: 25%; }
  @media (min-width: 1024px) {
    /* line 33, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__col.content {
      margin-left: 40%; } }
  @media (min-width: 1500px) {
    /* line 33, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__col.content {
      margin-left: 50%; } }
/* line 45, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"] .block-text3__title {
  text-align: right;
  padding-right: 24px;
  transform: translateX(100vw); }
  /* line 50, scss/blocks/text3.scss */
  .block-text3__row[data-order="img-txt"] .block-text3__title::after {
    right: 24px;
    left: auto; }
  @media (min-width: 768px) {
    /* line 45, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__title {
      padding-right: 36px; }
      /* line 58, scss/blocks/text3.scss */
      .block-text3__row[data-order="img-txt"] .block-text3__title::after {
        right: 36px; } }
  @media (min-width: 1024px) {
    /* line 45, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__title {
      padding-right: 48px; }
      /* line 66, scss/blocks/text3.scss */
      .block-text3__row[data-order="img-txt"] .block-text3__title::after {
        right: 48px; } }
  @media (min-width: 1200px) {
    /* line 45, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__title {
      padding-right: 96px; }
      /* line 74, scss/blocks/text3.scss */
      .block-text3__row[data-order="img-txt"] .block-text3__title::after {
        right: 96px; } }
  @media (min-width: 1800px) {
    /* line 45, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__title {
      padding-right: 144px; }
      /* line 82, scss/blocks/text3.scss */
      .block-text3__row[data-order="img-txt"] .block-text3__title::after {
        right: 144px; } }
/* line 88, scss/blocks/text3.scss */
.block-text3__row[data-order="img-txt"] .block-text3__box {
  padding: 24px;
  transform: translateX(100vw); }
  @media (min-width: 768px) {
    /* line 88, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__box {
      padding: 36px 36px 36px 48px; } }
  @media (min-width: 1024px) {
    /* line 88, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__box {
      padding: 96px 48px 96px 96px; } }
  @media (min-width: 1200px) {
    /* line 88, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__box {
      padding: 144px 96px 144px 60px; } }
  @media (min-width: 1800px) {
    /* line 88, scss/blocks/text3.scss */
    .block-text3__row[data-order="img-txt"] .block-text3__box {
      padding: 198px 144px 198px 96px; } }
  /* line 108, scss/blocks/text3.scss */
  .block-text3__row[data-order="img-txt"] .block-text3__box::before {
    left: -5px; }
    @media (min-width: 1024px) {
      /* line 108, scss/blocks/text3.scss */
      .block-text3__row[data-order="img-txt"] .block-text3__box::before {
        left: -7px; } }
/* line 121, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"].is-scroll-visible .visuals {
  animation: listVisualsOdd 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
/* line 127, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"].is-scroll-visible .block-text3__box {
  animation: listContentOdd 1s ease;
  animation-delay: .75s;
  animation-fill-mode: forwards; }
/* line 133, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"].is-scroll-visible .block-text3__title {
  animation: listContentOdd 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
/* line 140, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"] .block-text3__col.visuals {
  margin-left: 60%;
  transform: translateX(100vw); }
  @media (min-width: 1500px) {
    /* line 140, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__col.visuals {
      margin-left: 50%; } }
@media (min-width: 1200px) {
  /* line 149, scss/blocks/text3.scss */
  .block-text3__row[data-order="txt-img"] .block-text3__image {
    transform: translateX(-150px); } }
/* line 155, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"] .block-text3__pattern {
  text-align: right; }
/* line 159, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"] .block-text3__title {
  padding-left: 24px;
  transform: translateX(-100vw); }
  /* line 163, scss/blocks/text3.scss */
  .block-text3__row[data-order="txt-img"] .block-text3__title::after {
    left: 24px;
    right: auto; }
  @media (min-width: 768px) {
    /* line 159, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__title {
      padding-left: 36px; }
      /* line 171, scss/blocks/text3.scss */
      .block-text3__row[data-order="txt-img"] .block-text3__title::after {
        left: 36px; } }
  @media (min-width: 768px) {
    /* line 159, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__title {
      padding-left: 48px; }
      /* line 179, scss/blocks/text3.scss */
      .block-text3__row[data-order="txt-img"] .block-text3__title::after {
        left: 48px; } }
  @media (min-width: 1200px) {
    /* line 159, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__title {
      padding-left: 96px; }
      /* line 187, scss/blocks/text3.scss */
      .block-text3__row[data-order="txt-img"] .block-text3__title::after {
        left: 96px; } }
  @media (min-width: 1800px) {
    /* line 159, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__title {
      padding-left: 144px; }
      /* line 195, scss/blocks/text3.scss */
      .block-text3__row[data-order="txt-img"] .block-text3__title::after {
        left: 144px; } }
/* line 201, scss/blocks/text3.scss */
.block-text3__row[data-order="txt-img"] .block-text3__box {
  padding: 24px;
  transform: translateX(-100vw); }
  @media (min-width: 768px) {
    /* line 201, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__box {
      padding: 36px 48px 36px 36px;
      margin-top: 96px; } }
  @media (min-width: 1024px) {
    /* line 201, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__box {
      padding: 96px 96px 96px 48px; } }
  @media (min-width: 1200px) {
    /* line 201, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__box {
      padding: 144px 60px 144px 96px;
      margin-top: 144px; } }
  @media (min-width: 1800px) {
    /* line 201, scss/blocks/text3.scss */
    .block-text3__row[data-order="txt-img"] .block-text3__box {
      padding: 198px 96px 198px 144px; } }
  /* line 223, scss/blocks/text3.scss */
  .block-text3__row[data-order="txt-img"] .block-text3__box::before {
    right: -5px; }
    @media (min-width: 1024px) {
      /* line 223, scss/blocks/text3.scss */
      .block-text3__row[data-order="txt-img"] .block-text3__box::before {
        right: -7px; } }
/* line 236, scss/blocks/text3.scss */
.block-text3__col.visuals {
  position: absolute;
  width: 40%; }
  @media (min-width: 1200px) {
    /* line 236, scss/blocks/text3.scss */
    .block-text3__col.visuals {
      width: 40%; } }
  @media (min-width: 1500px) {
    /* line 236, scss/blocks/text3.scss */
    .block-text3__col.visuals {
      width: 50%; } }
/* line 249, scss/blocks/text3.scss */
.block-text3__col.content {
  position: relative;
  width: 75%;
  z-index: 3; }
  @media (min-width: 1024px) {
    /* line 249, scss/blocks/text3.scss */
    .block-text3__col.content {
      width: 60%; } }
  @media (min-width: 1500px) {
    /* line 249, scss/blocks/text3.scss */
    .block-text3__col.content {
      width: 50%; } }
/* line 264, scss/blocks/text3.scss */
.block-text3__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh;
  z-index: 2;
  position: relative;
  background-color: #0078C8; }
  @media (min-width: 1200px) {
    /* line 264, scss/blocks/text3.scss */
    .block-text3__image {
      width: calc(100% + 150px); } }
/* line 277, scss/blocks/text3.scss */
.block-text3__pattern {
  transform: translateY(-100%); }
  /* line 656, scss/config/mixins.scss */
  .block-text3__pattern svg {
    width: 190px;
    height: 80px; }
    @media (min-width: 768px) {
      /* line 656, scss/config/mixins.scss */
      .block-text3__pattern svg {
        width: 237.5px;
        height: 100px; } }
    @media (min-width: 1024px) {
      /* line 656, scss/config/mixins.scss */
      .block-text3__pattern svg {
        width: 285px;
        height: 120px; } }
    @media (min-width: 1200px) {
      /* line 656, scss/config/mixins.scss */
      .block-text3__pattern svg {
        width: 380px;
        height: 160px; } }
  /* line 281, scss/blocks/text3.scss */
  .is-scroll-visible .block-text3__pattern {
    animation: listPattern .5s ease;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }
/* line 288, scss/blocks/text3.scss */
.block-text3__title {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 288, scss/blocks/text3.scss */
    .block-text3__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 288, scss/blocks/text3.scss */
    .block-text3__title {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .block-text3__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 288, scss/blocks/text3.scss */
    .block-text3__title {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .block-text3__title::after {
        height: 10px; } }
/* line 292, scss/blocks/text3.scss */
.block-text3__box {
  background-color: #101720;
  color: #ffffff;
  position: relative;
  margin-top: -10px; }
  /* line 298, scss/blocks/text3.scss */
  .block-text3__box::before {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    width: 10px;
    background-color: #0078C8;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      /* line 298, scss/blocks/text3.scss */
      .block-text3__box::before {
        width: 14px; } }
/* line 314, scss/blocks/text3.scss */
.block-text3__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    /* line 314, scss/blocks/text3.scss */
    .block-text3__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-text3__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-text3__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-text3__button:hover::after {
      transform: translateX(6px); }
  @media (min-width: 1024px) {
    /* line 314, scss/blocks/text3.scss */
    .block-text3__button {
      margin-top: 36px; } }
  @media (min-width: 1800px) {
    /* line 314, scss/blocks/text3.scss */
    .block-text3__button {
      margin-top: 48px; } }
@keyframes listVisualsEven {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listVisualsOdd {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listPattern {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes listContentEven {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes listContentOdd {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
/*
* Block - CTA 
*/
/* line 5, scss/blocks/cta.scss */
.block-cta {
  padding: 24px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/cta.scss */
    .block-cta {
      padding: 48px 0; } }
  /* line 11, scss/blocks/cta.scss */
  .block-cta__overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background-color: #0078C8; }
  /* line 18, scss/blocks/cta.scss */
  .block-cta__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative; }
    @media (min-width: 768px) {
      /* line 18, scss/blocks/cta.scss */
      .block-cta__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 18, scss/blocks/cta.scss */
      .block-cta__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 18, scss/blocks/cta.scss */
      .block-cta__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 23, scss/blocks/cta.scss */
  .block-cta__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%; }
  /* line 30, scss/blocks/cta.scss */
  .block-cta__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    color: #ffffff; }
    @media (min-width: 1024px) {
      /* line 30, scss/blocks/cta.scss */
      .block-cta__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 30, scss/blocks/cta.scss */
      .block-cta__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-cta__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 30, scss/blocks/cta.scss */
      .block-cta__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-cta__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-cta__title::after {
      left: 50%;
      transform: translateX(-50%); }
    /* line 34, scss/blocks/cta.scss */
    .block-cta__title::after {
      background-color: #ffffff; }
  /* line 39, scss/blocks/cta.scss */
  .block-cta__text {
    text-align: center; }
  /* line 43, scss/blocks/cta.scss */
  .block-cta__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    border-color: #ffffff;
    color: #ffffff;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      /* line 43, scss/blocks/cta.scss */
      .block-cta__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-cta__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-cta__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-cta__button:hover::after {
        transform: translateX(6px); }
    /* line 532, scss/config/mixins.scss */
    .block-cta__button::after {
      content: url("assets/arrow-white.svg"); }
    /* line 536, scss/config/mixins.scss */
    .block-cta__button:hover {
      color: #ffffff; }
  /* line 48, scss/blocks/cta.scss */
  .block-cta__pattern {
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
    /* line 656, scss/config/mixins.scss */
    .block-cta__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-cta__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-cta__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-cta__pattern svg {
          width: 380px;
          height: 160px; } }
    @media (min-width: 768px) {
      /* line 48, scss/blocks/cta.scss */
      .block-cta__pattern {
        display: block; } }

/*
* BLOCK - Timeline
*/
/* line 5, scss/blocks/timeline.scss */
.block-timeline {
  padding: 24px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/timeline.scss */
    .block-timeline {
      padding: 48px 0; } }
  /* line 11, scss/blocks/timeline.scss */
  .block-timeline__pattern {
    position: absolute; }
    /* line 656, scss/config/mixins.scss */
    .block-timeline__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-timeline__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-timeline__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-timeline__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 15, scss/blocks/timeline.scss */
    .block-timeline__pattern.top {
      top: 0;
      right: 0;
      transform: translateX(100vw);
      opacity: 0; }
      /* line 22, scss/blocks/timeline.scss */
      .loaded .block-timeline__pattern.top.is-scroll-visible {
        animation: showTimelinePatternTop .5s ease;
        animation-delay: .5s;
        animation-fill-mode: forwards; }
    /* line 30, scss/blocks/timeline.scss */
    .block-timeline__pattern.bottom {
      left: 0;
      bottom: 0;
      transform: translateX(-100vw);
      opacity: 0; }
      /* line 37, scss/blocks/timeline.scss */
      .loaded .block-timeline__pattern.bottom.is-scroll-visible {
        animation: showTimelinePatternBottom .5s ease;
        animation-delay: .5s;
        animation-fill-mode: forwards; }
  /* line 46, scss/blocks/timeline.scss */
  .block-timeline__container {
    padding: 0; }
    @media (min-width: 768px) {
      /* line 46, scss/blocks/timeline.scss */
      .block-timeline__container {
        padding-bottom: 48px; } }
  /* line 54, scss/blocks/timeline.scss */
  .block-timeline__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    transition: .25s ease all;
    margin: 0 24px !important;
    transform: translateX(-100vw);
    opacity: 0; }
    @media (min-width: 1024px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-timeline__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-timeline__title::after {
          height: 10px; } }
    @media (min-width: 768px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 54, scss/blocks/timeline.scss */
      .block-timeline__title {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 61, scss/blocks/timeline.scss */
    .loaded .block-timeline__title.is-scroll-visible {
      animation: showTeamTitle .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 69, scss/blocks/timeline.scss */
  .block-timeline__timeline {
    transition: .25s ease all;
    margin: 0 24px !important;
    overflow: initial;
    margin-top: 48px !important;
    transform: translateX(100vw);
    opacity: 0; }
    @media (min-width: 768px) {
      /* line 69, scss/blocks/timeline.scss */
      .block-timeline__timeline {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 69, scss/blocks/timeline.scss */
      .block-timeline__timeline {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 69, scss/blocks/timeline.scss */
      .block-timeline__timeline {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 77, scss/blocks/timeline.scss */
    .loaded .block-timeline__timeline.is-scroll-visible {
      animation: showTimelineSwiper 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 1024px) {
      /* line 69, scss/blocks/timeline.scss */
      .block-timeline__timeline {
        margin-top: 96px !important; } }
  /* line 89, scss/blocks/timeline.scss */
  .block-timeline__item {
    padding-right: 24px; }
    @media (min-width: 1024px) {
      /* line 89, scss/blocks/timeline.scss */
      .block-timeline__item {
        padding-right: 48px; } }
  /* line 97, scss/blocks/timeline.scss */
  .block-timeline__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 1024px) {
      /* line 97, scss/blocks/timeline.scss */
      .block-timeline__content {
        flex-direction: row; } }
  /* line 106, scss/blocks/timeline.scss */
  .block-timeline__date {
    transition: .75s ease all;
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #ffffff;
    -webkit-text-stroke: 1px #efefef;
    font-size: 100px;
    line-height: 1;
    margin: 0; }
    @media (min-width: 1024px) {
      /* line 106, scss/blocks/timeline.scss */
      .block-timeline__date {
        font-size: 200px;
        margin-right: 48px;
        -webkit-text-stroke: 2px #efefef; } }
    @media (min-width: 1200px) {
      /* line 106, scss/blocks/timeline.scss */
      .block-timeline__date {
        font-size: 257px; } }
    @media (min-width: 1500px) {
      /* line 106, scss/blocks/timeline.scss */
      .block-timeline__date {
        font-size: 298px; } }
    @media (min-width: 1800px) {
      /* line 106, scss/blocks/timeline.scss */
      .block-timeline__date {
        font-size: 329px; } }
    /* line 133, scss/blocks/timeline.scss */
    .swiper-slide-active .block-timeline__date {
      color: #efefef; }
  /* line 138, scss/blocks/timeline.scss */
  .block-timeline__text {
    transition: .75s ease all;
    border: 10px solid #efefef;
    padding: 36px;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 138, scss/blocks/timeline.scss */
      .block-timeline__text {
        margin-top: -20px;
        padding: 36px;
        text-align: left; } }
    @media (min-width: 1200px) {
      /* line 138, scss/blocks/timeline.scss */
      .block-timeline__text {
        padding: 48px; } }
    @media (min-width: 1500px) {
      /* line 138, scss/blocks/timeline.scss */
      .block-timeline__text {
        border: 14px solid #efefef;
        padding: 60px; } }
    @media (min-width: 1800px) {
      /* line 138, scss/blocks/timeline.scss */
      .block-timeline__text {
        margin-top: -25px; } }
    /* line 163, scss/blocks/timeline.scss */
    .swiper-slide-active .block-timeline__text {
      border-color: #0078C8; }
  /* line 168, scss/blocks/timeline.scss */
  .block-timeline__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
    padding-right: 24px; }
    @media (min-width: 1024px) {
      /* line 168, scss/blocks/timeline.scss */
      .block-timeline__nav {
        padding-right: 48px; } }
  /* line 178, scss/blocks/timeline.scss */
  .block-timeline__navbutton {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: #0078C8 solid 2px;
    margin: 0;
    margin-left: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
    @media (min-width: 768px) {
      /* line 178, scss/blocks/timeline.scss */
      .block-timeline__navbutton {
        align-self: center; } }
    /* line 613, scss/config/mixins.scss */
    .block-timeline__navbutton:hover {
      background-color: #0078C8; }
      /* line 617, scss/config/mixins.scss */
      .block-timeline__navbutton:hover svg path {
        fill: #ffffff; }
      /* line 620, scss/config/mixins.scss */
      .block-timeline__navbutton:hover svg line {
        stroke: #ffffff; }
    /* line 626, scss/config/mixins.scss */
    .block-timeline__navbutton path,
    .block-timeline__navbutton line {
      transition: .25s ease all; }
    /* line 639, scss/config/mixins.scss */
    .block-timeline__navbutton::after {
      display: none; }
    /* line 643, scss/config/mixins.scss */
    .block-timeline__navbutton.prev {
      transform: rotate(180deg); }
    /* line 647, scss/config/mixins.scss */
    .block-timeline__navbutton.next {
      margin-left: 12px; }
@keyframes showTimelineTitle {
  0% {
    transform: translateX(-100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showTimelineSwiper {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showTimelinePatternTop {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes showTimelinePatternBottom {
  0% {
    transform: translateX(-100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*
* BLOCK - Columns
*/
/* line 5, scss/blocks/columns.scss */
.block-columns {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/columns.scss */
    .block-columns {
      padding: 48px 0; } }
  /* line 14, scss/blocks/columns.scss */
  .block-columns::before {
    content: '';
    height: 50%;
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #0078C8; }
    /* line 24, scss/blocks/columns.scss */
    .lmbg-blue .block-columns::before {
      background-color: #101720; }
    @media (min-width: 768px) {
      /* line 14, scss/blocks/columns.scss */
      .block-columns::before {
        width: 14px; } }
  /* line 33, scss/blocks/columns.scss */
  .block-columns__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 33, scss/blocks/columns.scss */
      .block-columns__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 33, scss/blocks/columns.scss */
      .block-columns__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 33, scss/blocks/columns.scss */
      .block-columns__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 37, scss/blocks/columns.scss */
  .block-columns__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    margin-top: 144px;
    opacity: 0;
    transform: translateX(-100vw); }
    @media (min-width: 1024px) {
      /* line 37, scss/blocks/columns.scss */
      .block-columns__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 37, scss/blocks/columns.scss */
      .block-columns__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-columns__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 37, scss/blocks/columns.scss */
      .block-columns__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-columns__title::after {
          height: 10px; } }
    /* line 43, scss/blocks/columns.scss */
    .block-columns__title.is-scroll-visible {
      animation: showColumnsTitle .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 37, scss/blocks/columns.scss */
      .block-columns__title {
        margin-top: 0;
        max-width: 50%; } }
    /* line 54, scss/blocks/columns.scss */
    .lmbg-black .block-columns__title, .lmbg-blue .block-columns__title {
      color: #ffffff; }
    /* line 60, scss/blocks/columns.scss */
    .lmbg-blue .block-columns__title::after {
      background-color: #101720; }
  /* line 66, scss/blocks/columns.scss */
  .block-columns__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -15vw;
    height: 50vw;
    width: 80vw;
    right: 0;
    opacity: 0;
    transform: translateX(100vw); }
    /* line 76, scss/blocks/columns.scss */
    .block-columns__image.is-scroll-visible {
      animation: showColumnsImage .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 66, scss/blocks/columns.scss */
      .block-columns__image {
        height: 30vw;
        width: 40vw; } }
  /* line 88, scss/blocks/columns.scss */
  .block-columns__columns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -48px; }
    /* line 95, scss/blocks/columns.scss */
    .loaded .block-columns__columns.is-scroll-visible .block-columns__column {
      animation-name: showColumn;
      animation-fill-mode: forwards;
      animation-duration: .5s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(1) {
        animation-delay: 0.6s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(2) {
        animation-delay: 0.7s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(3) {
        animation-delay: 0.8s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(4) {
        animation-delay: 0.9s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(5) {
        animation-delay: 1s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(6) {
        animation-delay: 1.1s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(7) {
        animation-delay: 1.2s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(8) {
        animation-delay: 1.3s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(9) {
        animation-delay: 1.4s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(10) {
        animation-delay: 1.5s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(11) {
        animation-delay: 1.6s; }
      /* line 101, scss/blocks/columns.scss */
      .loaded .block-columns__columns.is-scroll-visible .block-columns__column:nth-child(12) {
        animation-delay: 1.7s; }
  /* line 110, scss/blocks/columns.scss */
  .block-columns__column {
    transition: .25s ease all;
    margin: 48px;
    width: calc(100% - 96px);
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 768px) {
      /* line 110, scss/blocks/columns.scss */
      .block-columns__column {
        width: calc(50% - 96px); } }
    @media (min-width: 1024px) {
      /* line 110, scss/blocks/columns.scss */
      .block-columns__column {
        width: calc(33.33% - 96px); } }
  /* line 126, scss/blocks/columns.scss */
  .block-columns__content {
    text-align: center; }
    @media (min-width: 768px) {
      /* line 126, scss/blocks/columns.scss */
      .block-columns__content {
        text-align: left; } }
    /* line 133, scss/blocks/columns.scss */
    .block-columns__content ul {
      text-align: left; }
  /* line 138, scss/blocks/columns.scss */
  .block-columns__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 138px;
    padding: 12px;
    margin: 0 auto; }
    /* line 146, scss/blocks/columns.scss */
    .lmbg-blue .block-columns__icon path {
      fill: #101720; }
    @media (min-width: 768px) {
      /* line 138, scss/blocks/columns.scss */
      .block-columns__icon {
        margin: initial; } }
    /* line 155, scss/blocks/columns.scss */
    .block-columns__icon svg {
      width: 100%; }
  /* line 160, scss/blocks/columns.scss */
  .block-columns__subtitle {
    color: #0078C8; }
@keyframes showColumn {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showColumnsTitle {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showColumnsImage {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* BLOCK - Team
*/
/* line 5, scss/blocks/team.scss */
.block-team {
  padding: 24px 0;
  position: relative;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/team.scss */
    .block-team {
      padding: 48px 0; } }
  /* line 10, scss/blocks/team.scss */
  .block-team__container {
    padding-bottom: 96px; }
    @media (min-width: 768px) {
      /* line 10, scss/blocks/team.scss */
      .block-team__container {
        padding-bottom: 144px; } }
  /* line 18, scss/blocks/team.scss */
  .block-team__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    transition: .25s ease all;
    margin: 0 24px !important;
    transform: translateX(-100vw);
    opacity: 0; }
    @media (min-width: 1024px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-team__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-team__title::after {
          height: 10px; } }
    @media (min-width: 768px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 18, scss/blocks/team.scss */
      .block-team__title {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 25, scss/blocks/team.scss */
    .loaded .block-team__title.is-scroll-visible {
      animation: showTeamTitle .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 33, scss/blocks/team.scss */
  .block-team__swiper {
    transition: .25s ease all;
    margin: 0 24px !important;
    overflow: initial;
    margin-top: 48px !important;
    transform: translateX(100vw);
    opacity: 0; }
    @media (min-width: 768px) {
      /* line 33, scss/blocks/team.scss */
      .block-team__swiper {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 33, scss/blocks/team.scss */
      .block-team__swiper {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 33, scss/blocks/team.scss */
      .block-team__swiper {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 41, scss/blocks/team.scss */
    .loaded .block-team__swiper.is-scroll-visible {
      animation: showTeamSwiper 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 1024px) {
      /* line 33, scss/blocks/team.scss */
      .block-team__swiper {
        margin-top: 96px !important; } }
  /* line 53, scss/blocks/team.scss */
  .block-team__slide {
    padding-right: 24px;
    width: auto;
    background-color: #ffffff;
    padding: 24px 12px; }
    @media (min-width: 1024px) {
      /* line 53, scss/blocks/team.scss */
      .block-team__slide {
        padding: 60px 48px; } }
  /* line 64, scss/blocks/team.scss */
  .block-team__content {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  /* line 68, scss/blocks/team.scss */
  .block-team__initials {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #101720;
    width: 60px;
    height: 60px;
    color: #0078C8;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 12px; }
    @media (min-width: 768px) {
      /* line 68, scss/blocks/team.scss */
      .block-team__initials {
        width: 90px;
        height: 90px;
        font-size: 30px;
        margin-right: 24px; } }
    @media (min-width: 1024px) {
      /* line 68, scss/blocks/team.scss */
      .block-team__initials {
        width: 120px;
        height: 120px;
        font-size: 40px; } }
    @media (min-width: 1200px) {
      /* line 68, scss/blocks/team.scss */
      .block-team__initials {
        width: 150px;
        height: 150px;
        font-size: 50px; } }
  /* line 99, scss/blocks/team.scss */
  .block-team__name {
    margin: 0;
    color: #0078C8;
    font-size: 20px; }
    @media (min-width: 768px) {
      /* line 99, scss/blocks/team.scss */
      .block-team__name {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      /* line 99, scss/blocks/team.scss */
      .block-team__name {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      /* line 99, scss/blocks/team.scss */
      .block-team__name {
        font-size: 40px; } }
  /* line 117, scss/blocks/team.scss */
  .block-team__jobtitle {
    margin: 0; }
    @media (min-width: 1024px) {
      /* line 117, scss/blocks/team.scss */
      .block-team__jobtitle {
        margin-top: 12px; } }
  /* line 125, scss/blocks/team.scss */
  .block-team__nav {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 48px; }
  /* line 130, scss/blocks/team.scss */
  .block-team__contact {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0078C8; }
    @media (min-width: 1024px) {
      /* line 130, scss/blocks/team.scss */
      .block-team__contact {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-team__contact::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-team__contact:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-team__contact:hover::after {
        transform: translateX(6px); }
  /* line 136, scss/blocks/team.scss */
  .block-team__navbutton {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: #0078C8 solid 2px;
    margin: 0;
    margin-left: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: auto; }
    @media (min-width: 768px) {
      /* line 136, scss/blocks/team.scss */
      .block-team__navbutton {
        align-self: center; } }
    /* line 613, scss/config/mixins.scss */
    .block-team__navbutton:hover {
      background-color: #0078C8; }
      /* line 617, scss/config/mixins.scss */
      .block-team__navbutton:hover svg path {
        fill: #ffffff; }
      /* line 620, scss/config/mixins.scss */
      .block-team__navbutton:hover svg line {
        stroke: #ffffff; }
    /* line 626, scss/config/mixins.scss */
    .block-team__navbutton path,
    .block-team__navbutton line {
      transition: .25s ease all; }
    /* line 639, scss/config/mixins.scss */
    .block-team__navbutton::after {
      display: none; }
    /* line 643, scss/config/mixins.scss */
    .block-team__navbutton.prev {
      transform: rotate(180deg); }
    /* line 647, scss/config/mixins.scss */
    .block-team__navbutton.next {
      margin-left: 12px; }
  /* line 140, scss/blocks/team.scss */
  .block-team__pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(200px);
    opacity: 0; }
    /* line 656, scss/config/mixins.scss */
    .block-team__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-team__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-team__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-team__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 149, scss/blocks/team.scss */
    .loaded .block-team__pattern.is-scroll-visible {
      animation: showTeamPattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
@keyframes showTeamTitle {
  0% {
    transform: translateX(-100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showTeamSwiper {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showTeamPattern {
  0% {
    transform: translateY(200px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*
* BLOCK - Texte 2 
*/
/* line 5, scss/blocks/text2.scss */
.block-text2 {
  padding: 24px 0;
  position: relative;
  background-color: #101720;
  z-index: 99;
  margin-bottom: 100px; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/text2.scss */
    .block-text2 {
      padding: 48px 0; } }
  /* line 12, scss/blocks/text2.scss */
  .block-text2__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101720;
    opacity: 61%;
    mix-blend-mode: multiply; }
  /* line 19, scss/blocks/text2.scss */
  .block-text2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 24, scss/blocks/text2.scss */
  .block-text2__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative; }
    @media (min-width: 768px) {
      /* line 24, scss/blocks/text2.scss */
      .block-text2__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 24, scss/blocks/text2.scss */
      .block-text2__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 24, scss/blocks/text2.scss */
      .block-text2__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 29, scss/blocks/text2.scss */
  .block-text2__row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      /* line 29, scss/blocks/text2.scss */
      .block-text2__row {
        flex-direction: row; } }
    /* line 39, scss/blocks/text2.scss */
    .loaded .block-text2__row.is-scroll-visible .content {
      animation: showText2Content .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    /* line 45, scss/blocks/text2.scss */
    .loaded .block-text2__row.is-scroll-visible .visuals {
      animation: showText2Visuals 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 54, scss/blocks/text2.scss */
  .block-text2__col {
    position: relative;
    flex: 1; }
    /* line 58, scss/blocks/text2.scss */
    .block-text2__col.content {
      transform: translateX(-100vw);
      opacity: 0; }
    /* line 63, scss/blocks/text2.scss */
    .block-text2__col.visuals {
      transform: translateX(100vw);
      opacity: 0; }
  /* line 69, scss/blocks/text2.scss */
  .block-text2__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    color: #ffffff; }
    @media (min-width: 1024px) {
      /* line 69, scss/blocks/text2.scss */
      .block-text2__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 69, scss/blocks/text2.scss */
      .block-text2__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-text2__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 69, scss/blocks/text2.scss */
      .block-text2__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-text2__title::after {
          height: 10px; } }
  /* line 74, scss/blocks/text2.scss */
  .block-text2__text {
    color: #ffffff; }
  /* line 78, scss/blocks/text2.scss */
  .block-text2__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      /* line 78, scss/blocks/text2.scss */
      .block-text2__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-text2__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-text2__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-text2__button:hover::after {
        transform: translateX(6px); }
  /* line 83, scss/blocks/text2.scss */
  .block-text2__image {
    transform: translateY(100px);
    width: 100%;
    max-width: 600px; }
    @media (min-width: 768px) {
      /* line 83, scss/blocks/text2.scss */
      .block-text2__image {
        position: absolute;
        width: 125%;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 1200px) {
      /* line 83, scss/blocks/text2.scss */
      .block-text2__image {
        width: 100%; } }
@keyframes showText2Content {
  0% {
    transform: translateX(-100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showText2Visuals {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*
* BLOCK - Little Banner
*/
/* line 6, scss/blocks/littlebanner.scss */
.block-littlebanner__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    /* line 6, scss/blocks/littlebanner.scss */
    .block-littlebanner__banner {
      height: 52vh; } }
  /* line 18, scss/blocks/littlebanner.scss */
  .loaded .block-littlebanner__banner.is-scroll-visible .block-littlebanner__title {
    animation: littlebannerShow 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
/* line 27, scss/blocks/littlebanner.scss */
.block-littlebanner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 31, scss/blocks/littlebanner.scss */
.block-littlebanner__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 31, scss/blocks/littlebanner.scss */
    .block-littlebanner__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 31, scss/blocks/littlebanner.scss */
    .block-littlebanner__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 31, scss/blocks/littlebanner.scss */
    .block-littlebanner__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 37, scss/blocks/littlebanner.scss */
.block-littlebanner__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%; }
  @media (min-width: 1024px) {
    /* line 37, scss/blocks/littlebanner.scss */
    .block-littlebanner__content {
      width: 80%;
      display: flex;
      justify-content: flex-start;
      align-items: center; } }
  @media (min-width: 1200px) {
    /* line 37, scss/blocks/littlebanner.scss */
    .block-littlebanner__content {
      width: 60%; } }
/* line 51, scss/blocks/littlebanner.scss */
.block-littlebanner__title {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(100px); }
  /* line 225, scss/config/mixins.scss */
  .block-littlebanner__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .block-littlebanner__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .block-littlebanner__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
  @media (min-width: 640px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      font-size: 80px;
      line-height: 82px; } }
  @media (min-width: 1024px) {
    /* line 51, scss/blocks/littlebanner.scss */
    .block-littlebanner__title {
      margin-bottom: 0; } }
@keyframes littlebannerShow {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* BLOCK - Centered
*/
/* line 5, scss/blocks/centered.scss */
.block-centered {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/centered.scss */
    .block-centered {
      padding: 48px 0; } }
  /* line 12, scss/blocks/centered.scss */
  .loaded .block-centered.is-scroll-visible .block-centered__title {
    animation: showCenteredContent .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  /* line 18, scss/blocks/centered.scss */
  .loaded .block-centered.is-scroll-visible .block-centered__text {
    animation: showCenteredContent .5s ease;
    animation-delay: .75s;
    animation-fill-mode: forwards; }
  /* line 24, scss/blocks/centered.scss */
  .loaded .block-centered.is-scroll-visible .block-centered__button {
    animation: showCenteredContent .5s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
  /* line 33, scss/blocks/centered.scss */
  .block-centered__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 33, scss/blocks/centered.scss */
      .block-centered__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 33, scss/blocks/centered.scss */
      .block-centered__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 33, scss/blocks/centered.scss */
      .block-centered__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 38, scss/blocks/centered.scss */
  .block-centered__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    max-width: 900px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      /* line 38, scss/blocks/centered.scss */
      .block-centered__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 38, scss/blocks/centered.scss */
      .block-centered__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-centered__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 38, scss/blocks/centered.scss */
      .block-centered__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-centered__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-centered__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 49, scss/blocks/centered.scss */
  .block-centered__text {
    text-align: center;
    opacity: 0;
    transform: translateY(100px); }
    /* line 54, scss/blocks/centered.scss */
    .block-centered__text.withTitle {
      margin-top: 48px; }
  /* line 59, scss/blocks/centered.scss */
  .block-centered__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    color: #0078C8;
    margin: 24px auto 0;
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      /* line 59, scss/blocks/centered.scss */
      .block-centered__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-centered__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-centered__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-centered__button:hover::after {
        transform: translateX(6px); }
  /* line 67, scss/blocks/centered.scss */
  .block-centered__pattern {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transform: translateY(-200px); }
    /* line 656, scss/config/mixins.scss */
    .block-centered__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-centered__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-centered__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-centered__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 77, scss/blocks/centered.scss */
    .loaded .block-centered__pattern.is-scroll-visible {
      animation: showCenteredPattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
@keyframes showCenteredPattern {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showCenteredContent {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* BLOCK - Carrousel
*/
/* line 5, scss/blocks/carousel.scss */
.block-carousel {
  padding: 24px 0;
  background-color: #efefef;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/carousel.scss */
    .block-carousel {
      padding: 48px 0; } }
  /* line 10, scss/blocks/carousel.scss */
  .block-carousel__pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100vw);
    opacity: 0; }
    /* line 656, scss/config/mixins.scss */
    .block-carousel__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-carousel__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-carousel__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-carousel__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 19, scss/blocks/carousel.scss */
    .loaded .block-carousel__pattern.is-scroll-visible {
      animation: showCarouselPattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 27, scss/blocks/carousel.scss */
  .block-carousel__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    padding-bottom: 96px; }
    @media (min-width: 768px) {
      /* line 27, scss/blocks/carousel.scss */
      .block-carousel__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 27, scss/blocks/carousel.scss */
      .block-carousel__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 27, scss/blocks/carousel.scss */
      .block-carousel__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 32, scss/blocks/carousel.scss */
  .block-carousel__swiper {
    transform: translateX(100vw);
    opacity: 0; }
    /* line 37, scss/blocks/carousel.scss */
    .loaded .block-carousel__swiper.is-scroll-visible {
      animation: showCarouselSwiper 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 45, scss/blocks/carousel.scss */
  .block-carousel__slide {
    padding-right: 24px; }
    @media (min-width: 1024px) {
      /* line 45, scss/blocks/carousel.scss */
      .block-carousel__slide {
        padding-right: 48px; } }
    @media (min-width: 1500px) {
      /* line 45, scss/blocks/carousel.scss */
      .block-carousel__slide {
        padding-right: 96px; } }
  /* line 57, scss/blocks/carousel.scss */
  .block-carousel__row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column; }
    @media (min-width: 768px) {
      /* line 57, scss/blocks/carousel.scss */
      .block-carousel__row {
        flex-direction: row; } }
  /* line 66, scss/blocks/carousel.scss */
  .block-carousel__col {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 768px) {
      /* line 66, scss/blocks/carousel.scss */
      .block-carousel__col {
        width: 50%; } }
    @media (min-width: 1024px) {
      /* line 73, scss/blocks/carousel.scss */
      .block-carousel__col.title {
        width: 40%; }
      /* line 77, scss/blocks/carousel.scss */
      .block-carousel__col.text {
        width: 60%; } }
    /* line 82, scss/blocks/carousel.scss */
    .block-carousel__col.title {
      padding-bottom: 24px;
      border-bottom: #0078C8 10px solid; }
      @media (min-width: 768px) {
        /* line 82, scss/blocks/carousel.scss */
        .block-carousel__col.title {
          padding-bottom: 0;
          border-bottom: 0;
          padding-right: 48px;
          border-right: #0078C8 14px solid; } }
      @media (min-width: 1024px) {
        /* line 82, scss/blocks/carousel.scss */
        .block-carousel__col.title {
          padding-right: 60px; } }
      @media (min-width: 1500px) {
        /* line 82, scss/blocks/carousel.scss */
        .block-carousel__col.title {
          padding-right: 96px; } }
    /* line 102, scss/blocks/carousel.scss */
    .block-carousel__col.text {
      padding-top: 24px; }
      @media (min-width: 768px) {
        /* line 102, scss/blocks/carousel.scss */
        .block-carousel__col.text {
          padding-top: 0;
          padding-left: 48px; } }
  /* line 112, scss/blocks/carousel.scss */
  .block-carousel__title {
    margin: 12px; }
  /* line 117, scss/blocks/carousel.scss */
  .block-carousel__text p:first-of-type {
    margin-top: 0; }
  /* line 122, scss/blocks/carousel.scss */
  .block-carousel__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 48px;
    padding-right: 24px; }
    @media (min-width: 1024px) {
      /* line 122, scss/blocks/carousel.scss */
      .block-carousel__nav {
        margin-top: 96px;
        padding-right: 48px; } }
  /* line 133, scss/blocks/carousel.scss */
  .block-carousel__navbutton {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: #0078C8 solid 2px;
    margin: 0;
    margin-left: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0; }
    @media (min-width: 768px) {
      /* line 133, scss/blocks/carousel.scss */
      .block-carousel__navbutton {
        align-self: center; } }
    /* line 613, scss/config/mixins.scss */
    .block-carousel__navbutton:hover {
      background-color: #0078C8; }
      /* line 617, scss/config/mixins.scss */
      .block-carousel__navbutton:hover svg path {
        fill: #ffffff; }
      /* line 620, scss/config/mixins.scss */
      .block-carousel__navbutton:hover svg line {
        stroke: #ffffff; }
    /* line 626, scss/config/mixins.scss */
    .block-carousel__navbutton path,
    .block-carousel__navbutton line {
      transition: .25s ease all; }
    /* line 639, scss/config/mixins.scss */
    .block-carousel__navbutton::after {
      display: none; }
    /* line 643, scss/config/mixins.scss */
    .block-carousel__navbutton.prev {
      transform: rotate(180deg); }
    /* line 647, scss/config/mixins.scss */
    .block-carousel__navbutton.next {
      margin-left: 12px; }
@keyframes showCarouselSwiper {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showCarouselPattern {
  0% {
    transform: translateX(100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*
* BLOCK - Products 
*/
/* line 5, scss/blocks/products.scss */
.block-products {
  padding: 24px 0;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/products.scss */
    .block-products {
      padding: 48px 0; } }
  /* line 9, scss/blocks/products.scss */
  .block-products__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 9, scss/blocks/products.scss */
      .block-products__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 9, scss/blocks/products.scss */
      .block-products__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 9, scss/blocks/products.scss */
      .block-products__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 13, scss/blocks/products.scss */
  .block-products__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 13, scss/blocks/products.scss */
      .block-products__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 13, scss/blocks/products.scss */
      .block-products__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-products__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 13, scss/blocks/products.scss */
      .block-products__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-products__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-products__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 17, scss/blocks/products.scss */
  .block-products__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -12px; }
  /* line 23, scss/blocks/products.scss */
  .block-products__product {
    position: relative;
    background-color: #ffffff;
    margin: 12px;
    width: calc(100% - 24px);
    padding: 12px; }
    @media (min-width: 768px) {
      /* line 23, scss/blocks/products.scss */
      .block-products__product {
        width: calc(50% - 24px);
        padding: 24px; } }
    @media (min-width: 1024px) {
      /* line 23, scss/blocks/products.scss */
      .block-products__product {
        width: calc(33.33% - 24px); } }
    /* line 40, scss/blocks/products.scss */
    .block-products__product:hover .block-products__product-title {
      color: #101720; }
    /* line 44, scss/blocks/products.scss */
    .block-products__product:hover .block-products__product-arrow {
      background-color: #0078C8; }
      /* line 47, scss/blocks/products.scss */
      .block-products__product:hover .block-products__product-arrow path {
        fill: #ffffff; }
      /* line 51, scss/blocks/products.scss */
      .block-products__product:hover .block-products__product-arrow line {
        stroke: #ffffff; }
    /* line 57, scss/blocks/products.scss */
    .block-products__product-image {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 60vw; }
      @media (min-width: 768px) {
        /* line 57, scss/blocks/products.scss */
        .block-products__product-image {
          height: 25vw; } }
      @media (min-width: 1024px) {
        /* line 57, scss/blocks/products.scss */
        .block-products__product-image {
          height: 20vw; } }
    /* line 73, scss/blocks/products.scss */
    .block-products__product-title {
      transition: .25s ease all; }
    /* line 77, scss/blocks/products.scss */
    .block-products__product-excerpt {
      width: calc(100% - 40px - 24px);
      min-height: 40px;
      color: #101720 !important; }
    /* line 83, scss/blocks/products.scss */
    .block-products__product-arrow {
      transition: .25s ease all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border: #0078C8 solid 2px;
      margin: 0;
      margin-left: 24px;
      position: absolute;
      bottom: 12px;
      right: 12px; }
      @media (min-width: 768px) {
        /* line 83, scss/blocks/products.scss */
        .block-products__product-arrow {
          align-self: center; } }
      /* line 613, scss/config/mixins.scss */
      .block-products__product-arrow:hover {
        background-color: #0078C8; }
        /* line 617, scss/config/mixins.scss */
        .block-products__product-arrow:hover svg path {
          fill: #ffffff; }
        /* line 620, scss/config/mixins.scss */
        .block-products__product-arrow:hover svg line {
          stroke: #ffffff; }
      /* line 626, scss/config/mixins.scss */
      .block-products__product-arrow path,
      .block-products__product-arrow line {
        transition: .25s ease all; }
      @media (min-width: 768px) {
        /* line 83, scss/blocks/products.scss */
        .block-products__product-arrow {
          bottom: 24px;
          right: 24px; } }

/*
* BLOCK - ICONS
*/
/* line 5, scss/blocks/icons.scss */
.block-icons {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/icons.scss */
    .block-icons {
      padding: 48px 0; } }
  /* line 9, scss/blocks/icons.scss */
  .block-icons__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 9, scss/blocks/icons.scss */
      .block-icons__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 9, scss/blocks/icons.scss */
      .block-icons__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 9, scss/blocks/icons.scss */
      .block-icons__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 13, scss/blocks/icons.scss */
  .block-icons__pattern {
    position: absolute;
    top: 0;
    right: 0; }
    /* line 656, scss/config/mixins.scss */
    .block-icons__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-icons__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-icons__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-icons__pattern svg {
          width: 380px;
          height: 160px; } }
  /* line 20, scss/blocks/icons.scss */
  .block-icons__bigtitle {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 20, scss/blocks/icons.scss */
      .block-icons__bigtitle {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 20, scss/blocks/icons.scss */
      .block-icons__bigtitle {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-icons__bigtitle::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 20, scss/blocks/icons.scss */
      .block-icons__bigtitle {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-icons__bigtitle::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-icons__bigtitle::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 24, scss/blocks/icons.scss */
  .block-icons__bigtext {
    text-align: center; }
  /* line 28, scss/blocks/icons.scss */
  .block-icons__icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 48px -12px 0; }
    @media (min-width: 1024px) {
      /* line 28, scss/blocks/icons.scss */
      .block-icons__icons {
        margin: 48px -24px 0; } }
    @media (min-width: 1024px) {
      /* line 28, scss/blocks/icons.scss */
      .block-icons__icons {
        margin: 48px -48px 0; } }
  /* line 42, scss/blocks/icons.scss */
  .block-icons__item {
    width: calc(100% - 24px);
    margin: 24px 12px;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 42, scss/blocks/icons.scss */
      .block-icons__item {
        width: calc(50% - 48px);
        margin: 24px; } }
    @media (min-width: 1024px) {
      /* line 42, scss/blocks/icons.scss */
      .block-icons__item {
        width: calc(25% - 96px);
        margin: 48px; } }
  /* line 58, scss/blocks/icons.scss */
  .block-icons__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
    margin: 0 auto; }
  /* line 66, scss/blocks/icons.scss */
  .block-icons__title {
    margin-bottom: 0; }
  /* line 70, scss/blocks/icons.scss */
  .block-icons__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    color: #101720;
    margin-top: 12px; }
    @media (min-width: 1024px) {
      /* line 70, scss/blocks/icons.scss */
      .block-icons__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-icons__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-icons__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-icons__button:hover::after {
        transform: translateX(6px); }

/*
* BLOCK - Big btn
*/
/* line 6, scss/blocks/bigbtn.scss */
.block-bigbtn__container {
  transition: .25s ease all;
  margin: 0 24px !important; }
  @media (min-width: 768px) {
    /* line 6, scss/blocks/bigbtn.scss */
    .block-bigbtn__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 6, scss/blocks/bigbtn.scss */
    .block-bigbtn__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 6, scss/blocks/bigbtn.scss */
    .block-bigbtn__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 10, scss/blocks/bigbtn.scss */
.block-bigbtn__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -12px; }
/* line 16, scss/blocks/bigbtn.scss */
.block-bigbtn__col {
  margin: 12px;
  padding: 12px;
  width: calc(100% - 24px);
  position: relative; }
  @media (min-width: 768px) {
    /* line 16, scss/blocks/bigbtn.scss */
    .block-bigbtn__col {
      width: calc(50% - 24px); } }
  @media (min-width: 1200px) {
    /* line 16, scss/blocks/bigbtn.scss */
    .block-bigbtn__col {
      width: calc(25% - 24px); } }
  /* line 31, scss/blocks/bigbtn.scss */
  .block-bigbtn__col:hover .block-bigbtn__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
/* line 40, scss/blocks/bigbtn.scss */
.block-bigbtn__overlay {
  transition: .25s ease all;
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  background-color: rgba(0, 0, 0, 0.4); }
/* line 50, scss/blocks/bigbtn.scss */
.block-bigbtn__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 24px 12px;
  height: 100%; }
/* line 57, scss/blocks/bigbtn.scss */
.block-bigbtn__title {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  color: #ffffff;
  text-align: center; }

/*
* BLOC - Text 4
*/
/* line 5, scss/blocks/text4.scss */
.block-text4 {
  position: relative; }
  /* line 8, scss/blocks/text4.scss */
  .block-text4__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    padding-bottom: 96px; }
    @media (min-width: 768px) {
      /* line 8, scss/blocks/text4.scss */
      .block-text4__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 8, scss/blocks/text4.scss */
      .block-text4__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 8, scss/blocks/text4.scss */
      .block-text4__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    @media (min-width: 1024px) {
      /* line 8, scss/blocks/text4.scss */
      .block-text4__container {
        padding-bottom: 48px; } }
  /* line 18, scss/blocks/text4.scss */
  .block-text4.lower-pattern .block-text4__pattern {
    bottom: -48px; }
  /* line 27, scss/blocks/text4.scss */
  .block-text4__pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    opacity: 0;
    transform: translateX(100vw); }
    /* line 656, scss/config/mixins.scss */
    .block-text4__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-text4__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-text4__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-text4__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 36, scss/blocks/text4.scss */
    .block-text4__pattern.is-scroll-visible {
      animation: showText4Pattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 43, scss/blocks/text4.scss */
  .block-text4__content {
    width: 100%; }
    @media (min-width: 1024px) {
      /* line 43, scss/blocks/text4.scss */
      .block-text4__content {
        width: 66.66%; } }
    @media (min-width: 1500px) {
      /* line 43, scss/blocks/text4.scss */
      .block-text4__content {
        width: 75%; } }
    /* line 54, scss/blocks/text4.scss */
    .block-text4__content[data-align="center"] {
      width: 100% !important;
      text-align: center; }
      /* line 58, scss/blocks/text4.scss */
      .block-text4__content[data-align="center"] .block-text4__title::before {
        margin-left: 50%;
        transform: translateX(-50%); }
  /* line 66, scss/blocks/text4.scss */
  .block-text4__svg svg {
    max-width: 100%; }
  /* line 71, scss/blocks/text4.scss */
  .block-text4__title {
    margin-top: 12px;
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px; }
    /* line 197, scss/config/mixins.scss */
    .block-text4__title::before {
      content: '';
      display: block;
      width: 210px;
      height: 10px;
      background-color: #0078C8;
      margin-bottom: 12px; }
    @media (min-width: 768px) {
      /* line 207, scss/config/mixins.scss */
      .block-text4__title::before {
        height: 12px; } }
    @media (min-width: 1024px) {
      /* line 71, scss/blocks/text4.scss */
      .block-text4__title {
        margin-top: 24px; }
        /* line 215, scss/config/mixins.scss */
        .block-text4__title::before {
          height: 14px;
          margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      /* line 71, scss/blocks/text4.scss */
      .block-text4__title {
        font-size: 28px;
        line-height: 30px; } }
    @media (min-width: 1500px) {
      /* line 71, scss/blocks/text4.scss */
      .block-text4__title {
        font-size: 32px;
        line-height: 38px; } }
    @media (min-width: 1800px) {
      /* line 71, scss/blocks/text4.scss */
      .block-text4__title {
        font-size: 40px;
        line-height: 48px; } }
  /* line 76, scss/blocks/text4.scss */
  .block-text4__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    color: #101720;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      /* line 76, scss/blocks/text4.scss */
      .block-text4__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .block-text4__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .block-text4__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .block-text4__button:hover::after {
        transform: translateX(6px); }
@keyframes showText4Pattern {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* BLOCK - Text 5
*/
/* line 6, scss/blocks/text5.scss */
.block-text5__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column; }
  @media (min-width: 768px) {
    /* line 6, scss/blocks/text5.scss */
    .block-text5__row {
      flex-direction: row; }
      /* line 13, scss/blocks/text5.scss */
      .block-text5__row[data-order="txtimg"] {
        flex-direction: row-reverse; } }
/* line 19, scss/blocks/text5.scss */
.block-text5__col {
  width: 100%; }
  @media (min-width: 768px) {
    /* line 19, scss/blocks/text5.scss */
    .block-text5__col {
      width: auto;
      flex: 1; } }
  /* line 27, scss/blocks/text5.scss */
  .block-text5__col.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30vh; }
  /* line 32, scss/blocks/text5.scss */
  .block-text5__col.content {
    padding: 24px; }
    @media (min-width: 768px) {
      /* line 32, scss/blocks/text5.scss */
      .block-text5__col.content {
        padding: 48px; } }
    @media (min-width: 1024px) {
      /* line 32, scss/blocks/text5.scss */
      .block-text5__col.content {
        padding: 96px 96px 96px 60px; }
        /* line 42, scss/blocks/text5.scss */
        .block-text5__col.content[data-order="txtimg"] {
          padding: 96px 60px 96px 96px; } }
/* line 49, scss/blocks/text5.scss */
.block-text5__title {
  margin-top: 0; }
/* line 53, scss/blocks/text5.scss */
.block-text5__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    /* line 53, scss/blocks/text5.scss */
    .block-text5__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .block-text5__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .block-text5__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .block-text5__button:hover::after {
      transform: translateX(6px); }
  /* line 57, scss/blocks/text5.scss */
  .lmbg-blue .block-text5__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    border-color: #ffffff;
    color: #ffffff; }
    @media (min-width: 1024px) {
      /* line 57, scss/blocks/text5.scss */
      .lmbg-blue .block-text5__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .lmbg-blue .block-text5__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .lmbg-blue .block-text5__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .lmbg-blue .block-text5__button:hover::after {
        transform: translateX(6px); }
    /* line 532, scss/config/mixins.scss */
    .lmbg-blue .block-text5__button::after {
      content: url("assets/arrow-white.svg"); }
    /* line 536, scss/config/mixins.scss */
    .lmbg-blue .block-text5__button:hover {
      color: #ffffff; }

/*
* BLOCK - Localisation
*/
/* line 6, scss/blocks/locations.scss */
.block-locations .hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    /* line 6, scss/blocks/locations.scss */
    .block-locations .hide-mobile {
      display: block; } }
/* line 14, scss/blocks/locations.scss */
.block-locations__container {
  transition: .25s ease all;
  margin: 0 24px !important; }
  @media (min-width: 768px) {
    /* line 14, scss/blocks/locations.scss */
    .block-locations__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 14, scss/blocks/locations.scss */
    .block-locations__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 14, scss/blocks/locations.scss */
    .block-locations__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 18, scss/blocks/locations.scss */
.block-locations__title {
  margin-bottom: 12px;
  margin: 0; }
  /* line 225, scss/config/mixins.scss */
  .block-locations__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .block-locations__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 18, scss/blocks/locations.scss */
    .block-locations__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .block-locations__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
/* line 23, scss/blocks/locations.scss */
.block-locations__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px; }
/* line 29, scss/blocks/locations.scss */
.block-locations__col {
  width: calc(100% - 24px);
  margin: 12px; }
  @media (min-width: 768px) {
    /* line 29, scss/blocks/locations.scss */
    .block-locations__col {
      width: calc(50% - 24px); } }
  @media (min-width: 1024px) {
    /* line 29, scss/blocks/locations.scss */
    .block-locations__col {
      width: calc(33.33% - 24px); } }
/* line 42, scss/blocks/locations.scss */
.block-locations__rep {
  font-weight: bold; }
/* line 46, scss/blocks/locations.scss */
.block-locations__place {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #0078C8;
  text-transform: initial;
  margin: 1em 0; }
  @media (min-width: 1024px) {
    /* line 46, scss/blocks/locations.scss */
    .block-locations__place {
      font-size: 28px;
      line-height: 30px; } }
  @media (min-width: 1500px) {
    /* line 46, scss/blocks/locations.scss */
    .block-locations__place {
      font-size: 32px;
      line-height: 38px; } }
  @media (min-width: 1800px) {
    /* line 46, scss/blocks/locations.scss */
    .block-locations__place {
      font-size: 40px;
      line-height: 48px; } }
  /* line 52, scss/blocks/locations.scss */
  .block-locations__place h3 {
    margin: 0; }
/* line 57, scss/blocks/locations.scss */
.block-locations__tel, .block-locations__free, .block-locations__fax, .block-locations__email, .block-locations__website {
  font-weight: bold; }
/* line 66, scss/blocks/locations.scss */
.block-locations__link:hover {
  color: #101720; }
  /* line 69, scss/blocks/locations.scss */
  .lmbg-black .block-locations__link:hover {
    color: #efefef; }

/*
* BLOCK - Image
*/
/* line 5, scss/blocks/image.scss */
.block-image {
  padding: 24px 0;
  background-color: #efefef;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    /* line 5, scss/blocks/image.scss */
    .block-image {
      padding: 48px 0; } }
  /* line 12, scss/blocks/image.scss */
  .block-image__pattern {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%); }
    /* line 656, scss/config/mixins.scss */
    .block-image__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .block-image__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .block-image__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .block-image__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 19, scss/blocks/image.scss */
    .block-image__pattern.is-scroll-visible {
      animation: showImagePattern .5s ease;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
  /* line 26, scss/blocks/image.scss */
  .block-image__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 26, scss/blocks/image.scss */
      .block-image__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 26, scss/blocks/image.scss */
      .block-image__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 26, scss/blocks/image.scss */
      .block-image__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    /* line 31, scss/blocks/image.scss */
    .loaded .block-image__container.is-scroll-visible .block-image__title {
      animation: showImage .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    /* line 37, scss/blocks/image.scss */
    .loaded .block-image__container.is-scroll-visible .block-image__image {
      animation: showImage .5s ease;
      animation-delay: .75s;
      animation-fill-mode: forwards; }
  /* line 46, scss/blocks/image.scss */
  .block-image__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      /* line 46, scss/blocks/image.scss */
      .block-image__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 46, scss/blocks/image.scss */
      .block-image__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .block-image__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 46, scss/blocks/image.scss */
      .block-image__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .block-image__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .block-image__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 52, scss/blocks/image.scss */
  .block-image__image {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px); }
  /* line 63, scss/blocks/image.scss */
  .block-image__largetxt {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    color: #ffffff;
    opacity: .5;
    z-index: 1;
    font-size: 25vw;
    line-height: .55;
    transform: translateX(50%);
    position: absolute;
    bottom: 0;
    left: -50%; }
@keyframes showImagePattern {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes showImage {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* Custom shortcode - Newsletter
*/
/* line 5, scss/customshortcodes/newsletter.scss */
.sc-newsletter {
  width: calc(100% - 24px);
  margin: 48px 12px 88px;
  border: 10px #0078C8 solid;
  padding: 12px;
  position: relative; }
  @media (min-width: 768px) {
    /* line 5, scss/customshortcodes/newsletter.scss */
    .sc-newsletter {
      width: calc(100% - 48px);
      margin: 48px 24px;
      padding: 24px; } }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/newsletter.scss */
    .sc-newsletter {
      width: calc(100% - 120px);
      margin: 48px 60px 108px;
      padding: 60px; } }
  @media (min-width: 1800px) {
    /* line 5, scss/customshortcodes/newsletter.scss */
    .sc-newsletter {
      width: calc(100% - 288px);
      margin: 48px 144px 108px; } }
  /* line 29, scss/customshortcodes/newsletter.scss */
  .sc-newsletter__row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      /* line 29, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding-bottom: 0; } }
    @media (min-width: 1800px) {
      /* line 29, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__row {
        max-width: 1490px;
        margin: 0 auto; } }
  /* line 47, scss/customshortcodes/newsletter.scss */
  .sc-newsletter__col.form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 1024px) {
      /* line 47, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__col.form {
        width: 50%; } }
  /* line 56, scss/customshortcodes/newsletter.scss */
  .sc-newsletter__title {
    margin: 0; }
  /* line 60, scss/customshortcodes/newsletter.scss */
  .sc-newsletter .mc4wp-form {
    width: 100%; }
    @media (min-width: 1024px) {
      /* line 60, scss/customshortcodes/newsletter.scss */
      .sc-newsletter .mc4wp-form {
        padding-right: 24px;
        width: auto;
        flex: 1; } }
    /* line 69, scss/customshortcodes/newsletter.scss */
    .sc-newsletter .mc4wp-form label {
      display: block;
      color: #101720;
      font-size: 20px;
      line-height: 30px; }
    /* line 76, scss/customshortcodes/newsletter.scss */
    .sc-newsletter .mc4wp-form input[type="email"] {
      font-family: 'ProximaNova-Black';
      text-transform: uppercase;
      border: 0;
      border-bottom: #101720 1px solid;
      width: 100%;
      font-size: 20px;
      margin-top: 12px;
      line-height: 20px;
      padding-top: 30px; }
      @media (min-width: 768px) {
        /* line 76, scss/customshortcodes/newsletter.scss */
        .sc-newsletter .mc4wp-form input[type="email"] {
          line-height: 40px;
          padding-top: 40px; } }
      @media (min-width: 1024px) {
        /* line 76, scss/customshortcodes/newsletter.scss */
        .sc-newsletter .mc4wp-form input[type="email"] {
          margin-top: 0;
          line-height: 20px;
          padding-top: 30px; } }
      @media (min-width: 1500px) {
        /* line 76, scss/customshortcodes/newsletter.scss */
        .sc-newsletter .mc4wp-form input[type="email"] {
          line-height: 40px;
          padding-top: 40px; } }
      /* line 102, scss/customshortcodes/newsletter.scss */
      .sc-newsletter .mc4wp-form input[type="email"]::placeholder {
        opacity: .06;
        vertical-align: baseline;
        font-size: 25px;
        line-height: 25px; }
        @media (min-width: 768px) {
          /* line 102, scss/customshortcodes/newsletter.scss */
          .sc-newsletter .mc4wp-form input[type="email"]::placeholder {
            font-size: 60px;
            line-height: 60px; } }
        @media (min-width: 1024px) {
          /* line 102, scss/customshortcodes/newsletter.scss */
          .sc-newsletter .mc4wp-form input[type="email"]::placeholder {
            font-size: 45px;
            line-height: 45px; } }
        @media (min-width: 1800px) {
          /* line 102, scss/customshortcodes/newsletter.scss */
          .sc-newsletter .mc4wp-form input[type="email"]::placeholder {
            font-size: 60px;
            line-height: 60px; } }
    /* line 125, scss/customshortcodes/newsletter.scss */
    .sc-newsletter .mc4wp-form input[type="submit"] {
      opacity: 0;
      visibility: hidden;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0;
      overflow: hidden;
      display: block; }
  /* line 130, scss/customshortcodes/newsletter.scss */
  .sc-newsletter__submit {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-color: #0078C8;
    border: 10px #0078C8 solid;
    position: absolute;
    bottom: -35px;
    right: 12px; }
    /* line 141, scss/customshortcodes/newsletter.scss */
    .sc-newsletter__submit:hover {
      background-color: #ffffff; }
      /* line 145, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__submit:hover svg path {
        fill: #0078C8; }
    /* line 151, scss/customshortcodes/newsletter.scss */
    .sc-newsletter__submit svg {
      width: 50%; }
      /* line 154, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__submit svg path {
        transition: .25s ease all; }
    @media (min-width: 768px) {
      /* line 130, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__submit {
        right: 24px; } }
    @media (min-width: 1024px) {
      /* line 130, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__submit {
        height: 80px;
        width: 80px;
        position: relative;
        bottom: initial;
        right: initial; } }
    @media (min-width: 1500px) {
      /* line 130, scss/customshortcodes/newsletter.scss */
      .sc-newsletter__submit {
        height: 100px;
        width: 100px; } }

/*
* Contact Form 
*/
/* line 5, scss/customshortcodes/contactform.scss */
.sc-contactform {
  padding: 24px 0; }
  /* line 8, scss/customshortcodes/contactform.scss */
  .sc-contactform__row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    padding-bottom: 48px; }
    @media (min-width: 1024px) {
      /* line 8, scss/customshortcodes/contactform.scss */
      .sc-contactform__row {
        padding-bottom: 0; } }
    /* line 19, scss/customshortcodes/contactform.scss */
    .loaded .sc-contactform__row.is-scroll-visible .image {
      animation: showCFimg 1s ease;
      animation-delay: .75s;
      animation-fill-mode: forwards; }
    /* line 25, scss/customshortcodes/contactform.scss */
    .loaded .sc-contactform__row.is-scroll-visible .form {
      animation: showCFformMobile 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
      @media (min-width: 768px) {
        /* line 25, scss/customshortcodes/contactform.scss */
        .loaded .sc-contactform__row.is-scroll-visible .form {
          animation: showCFformDesktop 1s ease;
          animation-delay: .5s;
          animation-fill-mode: forwards; } }
  /* line 41, scss/customshortcodes/contactform.scss */
  .sc-contactform__col.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 48px);
    z-index: 2;
    transform: translateX(-100vw);
    opacity: 0; }
    @media (min-width: 768px) {
      /* line 41, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.image {
        width: calc(100% - 48px); } }
    @media (min-width: 1024px) {
      /* line 41, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.image {
        position: relative;
        width: 40%;
        height: auto; } }
  /* line 63, scss/customshortcodes/contactform.scss */
  .sc-contactform__col.form {
    position: relative;
    width: calc(100% - 24px);
    margin-left: 24px;
    transform: translate(100vw, 48px);
    opacity: 0;
    padding: 48px 24px;
    background-color: #efefef;
    z-index: 3; }
    @media (min-width: 768px) {
      /* line 63, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.form {
        width: calc(100% - 48px);
        margin-left: 48px;
        padding: 48px;
        transform: translate(100vw, 0); } }
    @media (min-width: 1024px) {
      /* line 63, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.form {
        margin: 0;
        padding: 0;
        padding-right: 96px;
        margin-left: 96px;
        background-color: transparent;
        z-index: 1; } }
    @media (min-width: 1024px) {
      /* line 89, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.form::before {
        display: block;
        position: absolute;
        top: -96px;
        height: calc(100% + 192px);
        width: calc(100% + 20vw);
        left: -20vw;
        content: '';
        background-color: #efefef; } }
    @media (min-width: 1800px) {
      /* line 89, scss/customshortcodes/contactform.scss */
      .sc-contactform__col.form::before {
        width: calc(100% + 15vw);
        left: -15vw; } }
  /* line 109, scss/customshortcodes/contactform.scss */
  .sc-contactform__pattern {
    display: none;
    position: absolute;
    top: 0;
    right: 0; }
    /* line 656, scss/config/mixins.scss */
    .sc-contactform__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .sc-contactform__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .sc-contactform__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .sc-contactform__pattern svg {
          width: 380px;
          height: 160px; } }
    @media (min-width: 768px) {
      /* line 109, scss/customshortcodes/contactform.scss */
      .sc-contactform__pattern {
        display: block; } }
    @media (min-width: 1024px) {
      /* line 109, scss/customshortcodes/contactform.scss */
      .sc-contactform__pattern {
        top: -96px; } }
  /* line 125, scss/customshortcodes/contactform.scss */
  .sc-contactform__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    position: relative;
    margin: 0; }
    @media (min-width: 1024px) {
      /* line 125, scss/customshortcodes/contactform.scss */
      .sc-contactform__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 125, scss/customshortcodes/contactform.scss */
      .sc-contactform__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-contactform__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 125, scss/customshortcodes/contactform.scss */
      .sc-contactform__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-contactform__title::after {
          height: 10px; } }
  /* line 131, scss/customshortcodes/contactform.scss */
  .sc-contactform__text {
    position: relative; }
  /* line 135, scss/customshortcodes/contactform.scss */
  .sc-contactform__form {
    position: relative;
    margin-top: 48px; }
@keyframes showCFimg {
  0% {
    transform: translateX(-100vw);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes showCFformMobile {
  0% {
    transform: translate(100vw, 48px);
    opacity: 0; }
  100% {
    transform: translate(0, 48px);
    opacity: 1; } }
@keyframes showCFformDesktop {
  0% {
    transform: translate(100vw, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/*
* SC - Publications recentes
*/
/* line 5, scss/customshortcodes/recentpublications.scss */
.sc-recentpub {
  padding: 24px 0;
  text-align: center;
  padding-bottom: 48px !important; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/recentpublications.scss */
    .sc-recentpub {
      padding: 48px 0; } }
  /* line 10, scss/customshortcodes/recentpublications.scss */
  .sc-recentpub__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative; }
    @media (min-width: 768px) {
      /* line 10, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 10, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 10, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 15, scss/customshortcodes/recentpublications.scss */
  .sc-recentpub__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      /* line 15, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 15, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-recentpub__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 15, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-recentpub__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .sc-recentpub__title::after {
      left: 50%;
      transform: translateX(-50%); }
    /* line 20, scss/customshortcodes/recentpublications.scss */
    .sc-recentpub__title.is-scroll-visible {
      animation: showRecentpub .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 27, scss/customshortcodes/recentpublications.scss */
  .sc-recentpub__pub {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
    width: 100%;
    background-image: linear-gradient(to right, #0078C8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    opacity: 0;
    transform: translateY(100px); }
    /* line 723, scss/config/mixins.scss */
    .sc-recentpub__pub.is-scroll-visible {
      animation: showRecentpub .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 27, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__pub {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        padding: 12px 0; } }
    @media (min-width: 1024px) {
      /* line 27, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__pub {
        padding: 24px 0; } }
    /* line 740, scss/config/mixins.scss */
    .sc-recentpub__pub:hover .sc-pubs__pub-arrow,
    .sc-recentpub__pub:hover .sc-recentpub__pub-arrow {
      background-color: #0078C8; }
      /* line 744, scss/config/mixins.scss */
      .sc-recentpub__pub:hover .sc-pubs__pub-arrow path,
      .sc-recentpub__pub:hover .sc-recentpub__pub-arrow path {
        fill: #ffffff; }
      /* line 748, scss/config/mixins.scss */
      .sc-recentpub__pub:hover .sc-pubs__pub-arrow line,
      .sc-recentpub__pub:hover .sc-recentpub__pub-arrow line {
        stroke: #ffffff; }
    /* line 754, scss/config/mixins.scss */
    .sc-recentpub__pub-date {
      text-align: left;
      color: #101720;
      opacity: .2;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        /* line 754, scss/config/mixins.scss */
        .sc-recentpub__pub-date {
          margin-bottom: 0;
          margin-right: 24px;
          width: 80px; } }
    /* line 767, scss/config/mixins.scss */
    .sc-recentpub__pub-day {
      font-family: 'ProximaNova-Black';
      text-transform: uppercase;
      font-size: 50px;
      line-height: 52px; }
      @media (min-width: 768px) {
        /* line 767, scss/config/mixins.scss */
        .sc-recentpub__pub-day {
          display: block; } }
    /* line 777, scss/config/mixins.scss */
    .sc-recentpub__pub-monthyear {
      font-size: 16px;
      font-weight: bold; }
    /* line 782, scss/config/mixins.scss */
    .sc-recentpub__pub-info {
      text-align: left;
      flex: 1; }
    /* line 787, scss/config/mixins.scss */
    .sc-recentpub__pub-cat {
      background-color: #efefef;
      padding: 4px 8px;
      font-size: 16px;
      color: #0078C8;
      margin: 0; }
    /* line 795, scss/config/mixins.scss */
    .sc-recentpub__pub-pubtitle {
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-transform: initial;
      font-size: 20px;
      line-height: 30px;
      color: #101720;
      flex: 1;
      margin: 0;
      margin-top: 12px; }
    /* line 807, scss/config/mixins.scss */
    .sc-recentpub__pub-arrow {
      transition: .25s ease all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border: #0078C8 solid 2px;
      margin: 0;
      margin-left: 24px;
      margin-top: 12px;
      margin-left: 0; }
      @media (min-width: 768px) {
        /* line 807, scss/config/mixins.scss */
        .sc-recentpub__pub-arrow {
          align-self: center; } }
      /* line 613, scss/config/mixins.scss */
      .sc-recentpub__pub-arrow:hover {
        background-color: #0078C8; }
        /* line 617, scss/config/mixins.scss */
        .sc-recentpub__pub-arrow:hover svg path {
          fill: #ffffff; }
        /* line 620, scss/config/mixins.scss */
        .sc-recentpub__pub-arrow:hover svg line {
          stroke: #ffffff; }
      /* line 626, scss/config/mixins.scss */
      .sc-recentpub__pub-arrow path,
      .sc-recentpub__pub-arrow line {
        transition: .25s ease all; }
      @media (min-width: 768px) {
        /* line 807, scss/config/mixins.scss */
        .sc-recentpub__pub-arrow {
          margin-left: 24px; } }
@keyframes showRecentpub {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 31, scss/customshortcodes/recentpublications.scss */
  .sc-recentpub__more {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    color: #101720;
    margin-top: 48px; }
    @media (min-width: 1024px) {
      /* line 31, scss/customshortcodes/recentpublications.scss */
      .sc-recentpub__more {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .sc-recentpub__more::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .sc-recentpub__more:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .sc-recentpub__more:hover::after {
        transform: translateX(6px); }

/*
* CTA2X
*/
/* line 6, scss/customshortcodes/cta2x.scss */
.sc-cta2x__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column; }
  @media (min-width: 768px) {
    /* line 6, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__row {
      flex-direction: row; } }
  /* line 16, scss/customshortcodes/cta2x.scss */
  .loaded .sc-cta2x__row.is-scroll-visible .sc-cta2x__col {
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
    /* line 21, scss/customshortcodes/cta2x.scss */
    .loaded .sc-cta2x__row.is-scroll-visible .sc-cta2x__col.left {
      animation-name: showCtaLeft; }
    /* line 25, scss/customshortcodes/cta2x.scss */
    .loaded .sc-cta2x__row.is-scroll-visible .sc-cta2x__col.right {
      animation-name: showCtaRight; }
/* line 33, scss/customshortcodes/cta2x.scss */
.sc-cta2x__col {
  transition: .25s ease all;
  width: 100%;
  padding: 96px 12px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    /* line 33, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__col {
      width: 50%;
      padding: 96px 24px; } }
  /* line 45, scss/customshortcodes/cta2x.scss */
  .sc-cta2x__col.left {
    background-color: #0078C8;
    opacity: 0;
    transform: translateX(-100vw); }
    /* line 50, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__col.left .sc-cta2x__overlay {
      background-color: #0078C8; }
  /* line 55, scss/customshortcodes/cta2x.scss */
  .sc-cta2x__col.right {
    margin-top: 16px;
    padding: 144px 48px;
    background-color: #101720;
    opacity: 0;
    transform: translateX(100vw); }
    /* line 62, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__col.right .sc-cta2x__overlay {
      background-color: #101720; }
    @media (min-width: 768px) {
      /* line 55, scss/customshortcodes/cta2x.scss */
      .sc-cta2x__col.right {
        margin-top: 0; } }
/* line 73, scss/customshortcodes/cta2x.scss */
.sc-cta2x__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 79, scss/customshortcodes/cta2x.scss */
.sc-cta2x__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  display: none; }
/* line 85, scss/customshortcodes/cta2x.scss */
.sc-cta2x__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative; }
/* line 93, scss/customshortcodes/cta2x.scss */
.sc-cta2x__title {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative;
  text-align: center;
  color: #ffffff; }
  @media (min-width: 1024px) {
    /* line 93, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 93, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__title {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .sc-cta2x__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 93, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__title {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .sc-cta2x__title::after {
        height: 10px; } }
  /* line 167, scss/config/mixins.scss */
  .sc-cta2x__title::after {
    left: 50%;
    transform: translateX(-50%); }
  /* line 97, scss/customshortcodes/cta2x.scss */
  .sc-cta2x__title::after {
    background-color: #ffffff; }
/* line 102, scss/customshortcodes/cta2x.scss */
.sc-cta2x__text {
  color: #ffffff; }
/* line 106, scss/customshortcodes/cta2x.scss */
.sc-cta2x__button {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 12px; }
  @media (min-width: 1024px) {
    /* line 106, scss/customshortcodes/cta2x.scss */
    .sc-cta2x__button {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .sc-cta2x__button::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .sc-cta2x__button:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .sc-cta2x__button:hover::after {
      transform: translateX(6px); }
  /* line 532, scss/config/mixins.scss */
  .sc-cta2x__button::after {
    content: url("assets/arrow-white.svg"); }
  /* line 536, scss/config/mixins.scss */
  .sc-cta2x__button:hover {
    color: #ffffff; }
@keyframes showCtaLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showCtaRight {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* SC - Offices
*/
/* line 5, scss/customshortcodes/offices.scss */
.sc-offices {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/offices.scss */
    .sc-offices {
      padding: 48px 0; } }
  /* line 9, scss/customshortcodes/offices.scss */
  .sc-offices__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    padding-top: 96px; }
    @media (min-width: 768px) {
      /* line 9, scss/customshortcodes/offices.scss */
      .sc-offices__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 9, scss/customshortcodes/offices.scss */
      .sc-offices__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 9, scss/customshortcodes/offices.scss */
      .sc-offices__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
    @media (min-width: 768px) {
      /* line 9, scss/customshortcodes/offices.scss */
      .sc-offices__container {
        padding-top: 0; } }
  /* line 18, scss/customshortcodes/offices.scss */
  .sc-offices__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 768px) {
      /* line 18, scss/customshortcodes/offices.scss */
      .sc-offices__row {
        flex-direction: row; } }
  /* line 27, scss/customshortcodes/offices.scss */
  .sc-offices__col {
    flex: 1; }
    /* line 30, scss/customshortcodes/offices.scss */
    .sc-offices__col.text {
      opacity: 0;
      transform: translateX(-100vw); }
      /* line 35, scss/customshortcodes/offices.scss */
      .loaded .sc-offices__col.text.is-scroll-visible {
        animation: showOfficesText .5s ease;
        animation-delay: .75s;
        animation-fill-mode: forwards; }
  /* line 44, scss/customshortcodes/offices.scss */
  .sc-offices__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative; }
    @media (min-width: 1024px) {
      /* line 44, scss/customshortcodes/offices.scss */
      .sc-offices__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 44, scss/customshortcodes/offices.scss */
      .sc-offices__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-offices__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 44, scss/customshortcodes/offices.scss */
      .sc-offices__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-offices__title::after {
          height: 10px; } }
  /* line 48, scss/customshortcodes/offices.scss */
  .sc-offices__office {
    margin: 24px 0; }
    @media (min-width: 1024px) {
      /* line 48, scss/customshortcodes/offices.scss */
      .sc-offices__office {
        margin: 48px 0; } }
  /* line 56, scss/customshortcodes/offices.scss */
  .sc-offices__name {
    color: #0078C8;
    text-transform: initial;
    margin: 0; }
  /* line 62, scss/customshortcodes/offices.scss */
  .sc-offices__address {
    font-style: normal;
    margin: 12px 0; }
  /* line 67, scss/customshortcodes/offices.scss */
  .sc-offices__info {
    margin: 6px 0;
    font-weight: bold; }
  /* line 72, scss/customshortcodes/offices.scss */
  .sc-offices__link {
    color: #0078C8;
    text-decoration: none; }
    /* line 76, scss/customshortcodes/offices.scss */
    .sc-offices__link:hover {
      color: #101720; }
  /* line 81, scss/customshortcodes/offices.scss */
  .sc-offices__pattern {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-200px);
    z-index: -1; }
    /* line 656, scss/config/mixins.scss */
    .sc-offices__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .sc-offices__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .sc-offices__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .sc-offices__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 91, scss/customshortcodes/offices.scss */
    .loaded .sc-offices__pattern.is-scroll-visible {
      animation: showOfficesPattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 99, scss/customshortcodes/offices.scss */
  .sc-offices__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100vw - 48px);
    height: 30vh;
    opacity: 0;
    transform: translateX(100vw); }
    /* line 107, scss/customshortcodes/offices.scss */
    .loaded .sc-offices__image.is-scroll-visible {
      animation: showOfficesImage .5s ease;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 99, scss/customshortcodes/offices.scss */
      .sc-offices__image {
        position: absolute;
        width: 50vw;
        height: 60vh;
        top: 48px;
        right: 0; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    /* line 99, scss/customshortcodes/offices.scss */
    .sc-offices__image {
      top: 96px;
      height: 70vh; } }
  @media (min-width: 768px) and (min-width: 1500px) {
    /* line 99, scss/customshortcodes/offices.scss */
    .sc-offices__image {
      top: 144px; } }

@keyframes showOfficesText {
  0% {
    opacity: 0;
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes showOfficesPattern {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showOfficesImage {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* CPT - Job listing
*/
/* line 5, scss/customshortcodes/joblisting.scss */
.sc-joblisting {
  text-align: center;
  position: relative; }
  /* line 9, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 9, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 9, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 9, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 13, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(100px); }
    @media (min-width: 1024px) {
      /* line 13, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 13, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-joblisting__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 13, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-joblisting__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .sc-joblisting__title::after {
      left: 50%;
      transform: translateX(-50%); }
    /* line 19, scss/customshortcodes/joblisting.scss */
    .loaded .sc-joblisting__title.is-scroll-visible {
      animation: showJob .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
  /* line 27, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__job {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
    width: 100%;
    background-image: linear-gradient(to right, #0078C8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    opacity: 0;
    transform: translateY(100px);
    cursor: pointer; }
    /* line 41, scss/customshortcodes/joblisting.scss */
    .loaded .sc-joblisting__job.is-scroll-visible {
      animation: showJob .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 27, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__job {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        padding: 12px 0; } }
    @media (min-width: 1024px) {
      /* line 27, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__job {
        padding: 24px 0; } }
    /* line 59, scss/customshortcodes/joblisting.scss */
    .sc-joblisting__job:hover .sc-joblisting__button {
      color: #0078C8; }
      /* line 62, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__job:hover .sc-joblisting__button::after {
        transform: translateX(6px); }
  /* line 69, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__info {
    text-align: left; }
  /* line 73, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__cat {
    background-color: #efefef;
    padding: 4px 8px;
    font-size: 16px;
    color: #0078C8;
    margin: 0; }
  /* line 81, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__jobtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: initial;
    font-size: 20px;
    line-height: 30px;
    color: #101720;
    flex: 1;
    margin: 0;
    margin-bottom: 12px; }
  /* line 93, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    color: #101720; }
    @media (min-width: 1024px) {
      /* line 93, scss/customshortcodes/joblisting.scss */
      .sc-joblisting__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .sc-joblisting__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .sc-joblisting__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .sc-joblisting__button:hover::after {
        transform: translateX(6px); }
  /* line 97, scss/customshortcodes/joblisting.scss */
  .sc-joblisting__pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100vw); }
    /* line 656, scss/config/mixins.scss */
    .sc-joblisting__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .sc-joblisting__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .sc-joblisting__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .sc-joblisting__pattern svg {
          width: 380px;
          height: 160px; } }
    /* line 106, scss/customshortcodes/joblisting.scss */
    .loaded .sc-joblisting__pattern.is-scroll-visible {
      animation: showJobPattern .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
@keyframes showJob {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes showJobPattern {
  0% {
    opacity: 0;
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* Page - Realisation
*/
/* line 5, scss/customshortcodes/reas.scss */
.sc-reas {
  padding: 24px 0;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/reas.scss */
    .sc-reas {
      padding: 48px 0; } }
  /* line 9, scss/customshortcodes/reas.scss */
  .sc-reas__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101720;
    mix-blend-mode: multiply;
    opacity: .4; }
  /* line 14, scss/customshortcodes/reas.scss */
  .sc-reas__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative;
    height: 100%; }
    @media (min-width: 768px) {
      /* line 14, scss/customshortcodes/reas.scss */
      .sc-reas__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 14, scss/customshortcodes/reas.scss */
      .sc-reas__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 14, scss/customshortcodes/reas.scss */
      .sc-reas__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 20, scss/customshortcodes/reas.scss */
  .sc-reas__filters {
    display: none;
    margin-bottom: 96px; }
    /* line 24, scss/customshortcodes/reas.scss */
    .sc-reas__filters-title {
      font-weight: bold;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        /* line 24, scss/customshortcodes/reas.scss */
        .sc-reas__filters-title {
          font-size: 30px; } }
    /* line 33, scss/customshortcodes/reas.scss */
    .sc-reas__filters-filters {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
    /* line 39, scss/customshortcodes/reas.scss */
    .sc-reas__filters-filter {
      position: relative;
      cursor: pointer; }
      /* line 43, scss/customshortcodes/reas.scss */
      .sc-reas__filters-filter::before {
        transition: .25s ease all;
        content: '';
        background-color: #ffffff;
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 5px solid #ffffff;
        vertical-align: middle;
        margin-right: 12px; }
      /* line 56, scss/customshortcodes/reas.scss */
      .sc-reas__filters-filter.selected::before {
        background-color: #0078C8; }
      /* line 61, scss/customshortcodes/reas.scss */
      .sc-reas__filters-filter + .sc-reas__filters-filter {
        margin-left: 24px; }
  /* line 67, scss/customshortcodes/reas.scss */
  .sc-reas__reas {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -12px; }
  /* line 74, scss/customshortcodes/reas.scss */
  .sc-reas__rea {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 12px 24px;
    width: calc(100% - 24px);
    background-color: #ffffff;
    margin: 12px;
    height: 50vw; }
    @media (min-width: 768px) {
      /* line 74, scss/customshortcodes/reas.scss */
      .sc-reas__rea {
        width: calc(50% - 24px);
        height: 25vw; } }
    /* line 88, scss/customshortcodes/reas.scss */
    .sc-reas__rea .sc-reas__overlay {
      transition: .25s ease all; }
    /* line 93, scss/customshortcodes/reas.scss */
    .sc-reas__rea:hover .sc-reas__overlay {
      opacity: .9; }
    /* line 98, scss/customshortcodes/reas.scss */
    .sc-reas__rea-content {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      position: relative;
      height: 100%; }
    /* line 104, scss/customshortcodes/reas.scss */
    .sc-reas__rea-name {
      color: #ffffff !important;
      line-height: 1.1; }
    /* line 109, scss/customshortcodes/reas.scss */
    .sc-reas__rea-country {
      color: #ffffff !important;
      font-weight: 600; }
  /* line 117, scss/customshortcodes/reas.scss */
  .sc-reas__nav a:hover {
    color: #0078C8;
    opacity: .5; }

/*
* CS - Publications
*/
/* line 5, scss/customshortcodes/pubs.scss */
.sc-pubs {
  padding: 24px 0;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/pubs.scss */
    .sc-pubs {
      padding: 48px 0; } }
  /* line 9, scss/customshortcodes/pubs.scss */
  .sc-pubs__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 9, scss/customshortcodes/pubs.scss */
      .sc-pubs__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 9, scss/customshortcodes/pubs.scss */
      .sc-pubs__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 9, scss/customshortcodes/pubs.scss */
      .sc-pubs__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 13, scss/customshortcodes/pubs.scss */
  .sc-pubs__filters {
    margin-bottom: 96px; }
    /* line 16, scss/customshortcodes/pubs.scss */
    .sc-pubs__filters-title {
      font-weight: bold;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        /* line 16, scss/customshortcodes/pubs.scss */
        .sc-pubs__filters-title {
          font-size: 30px; } }
    /* line 25, scss/customshortcodes/pubs.scss */
    .sc-pubs__filters-filters {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
    /* line 31, scss/customshortcodes/pubs.scss */
    .sc-pubs__filters-filter {
      position: relative;
      cursor: pointer; }
      /* line 35, scss/customshortcodes/pubs.scss */
      .sc-pubs__filters-filter::before {
        transition: .25s ease all;
        content: '';
        background-color: #ffffff;
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 5px solid #ffffff;
        vertical-align: middle;
        margin-right: 12px; }
      /* line 48, scss/customshortcodes/pubs.scss */
      .sc-pubs__filters-filter.selected::before {
        background-color: #0078C8; }
      /* line 53, scss/customshortcodes/pubs.scss */
      .sc-pubs__filters-filter + .sc-pubs__filters-filter {
        margin-left: 24px; }
  /* line 59, scss/customshortcodes/pubs.scss */
  .sc-pubs__pattern {
    top: -50px;
    left: -100px;
    position: absolute; }
    /* line 656, scss/config/mixins.scss */
    .sc-pubs__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .sc-pubs__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .sc-pubs__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .sc-pubs__pattern svg {
          width: 380px;
          height: 160px; } }
  /* line 66, scss/customshortcodes/pubs.scss */
  .sc-pubs__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 66, scss/customshortcodes/pubs.scss */
      .sc-pubs__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 66, scss/customshortcodes/pubs.scss */
      .sc-pubs__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-pubs__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 66, scss/customshortcodes/pubs.scss */
      .sc-pubs__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-pubs__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .sc-pubs__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 70, scss/customshortcodes/pubs.scss */
  .sc-pubs__pubs {
    position: relative;
    background-color: #ffffff;
    padding: 48px 12px; }
    @media (min-width: 768px) {
      /* line 70, scss/customshortcodes/pubs.scss */
      .sc-pubs__pubs {
        padding: 36px 24px; } }
    @media (min-width: 1024px) {
      /* line 70, scss/customshortcodes/pubs.scss */
      .sc-pubs__pubs {
        padding: 96px 60px; } }
  /* line 84, scss/customshortcodes/pubs.scss */
  .sc-pubs__pub {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
    width: 100%;
    background-image: linear-gradient(to right, #0078C8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    opacity: 0;
    transform: translateY(100px); }
    /* line 723, scss/config/mixins.scss */
    .sc-pubs__pub.is-scroll-visible {
      animation: showRecentpub .5s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    @media (min-width: 768px) {
      /* line 84, scss/customshortcodes/pubs.scss */
      .sc-pubs__pub {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        padding: 12px 0; } }
    @media (min-width: 1024px) {
      /* line 84, scss/customshortcodes/pubs.scss */
      .sc-pubs__pub {
        padding: 24px 0; } }
    /* line 740, scss/config/mixins.scss */
    .sc-pubs__pub:hover .sc-pubs__pub-arrow,
    .sc-pubs__pub:hover .sc-recentpub__pub-arrow {
      background-color: #0078C8; }
      /* line 744, scss/config/mixins.scss */
      .sc-pubs__pub:hover .sc-pubs__pub-arrow path,
      .sc-pubs__pub:hover .sc-recentpub__pub-arrow path {
        fill: #ffffff; }
      /* line 748, scss/config/mixins.scss */
      .sc-pubs__pub:hover .sc-pubs__pub-arrow line,
      .sc-pubs__pub:hover .sc-recentpub__pub-arrow line {
        stroke: #ffffff; }
    /* line 754, scss/config/mixins.scss */
    .sc-pubs__pub-date {
      text-align: left;
      color: #101720;
      opacity: .2;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        /* line 754, scss/config/mixins.scss */
        .sc-pubs__pub-date {
          margin-bottom: 0;
          margin-right: 24px;
          width: 80px; } }
    /* line 767, scss/config/mixins.scss */
    .sc-pubs__pub-day {
      font-family: 'ProximaNova-Black';
      text-transform: uppercase;
      font-size: 50px;
      line-height: 52px; }
      @media (min-width: 768px) {
        /* line 767, scss/config/mixins.scss */
        .sc-pubs__pub-day {
          display: block; } }
    /* line 777, scss/config/mixins.scss */
    .sc-pubs__pub-monthyear {
      font-size: 16px;
      font-weight: bold; }
    /* line 782, scss/config/mixins.scss */
    .sc-pubs__pub-info {
      text-align: left;
      flex: 1; }
    /* line 787, scss/config/mixins.scss */
    .sc-pubs__pub-cat {
      background-color: #efefef;
      padding: 4px 8px;
      font-size: 16px;
      color: #0078C8;
      margin: 0; }
    /* line 795, scss/config/mixins.scss */
    .sc-pubs__pub-pubtitle {
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-transform: initial;
      font-size: 20px;
      line-height: 30px;
      color: #101720;
      flex: 1;
      margin: 0;
      margin-top: 12px; }
    /* line 807, scss/config/mixins.scss */
    .sc-pubs__pub-arrow {
      transition: .25s ease all;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border: #0078C8 solid 2px;
      margin: 0;
      margin-left: 24px;
      margin-top: 12px;
      margin-left: 0; }
      @media (min-width: 768px) {
        /* line 807, scss/config/mixins.scss */
        .sc-pubs__pub-arrow {
          align-self: center; } }
      /* line 613, scss/config/mixins.scss */
      .sc-pubs__pub-arrow:hover {
        background-color: #0078C8; }
        /* line 617, scss/config/mixins.scss */
        .sc-pubs__pub-arrow:hover svg path {
          fill: #ffffff; }
        /* line 620, scss/config/mixins.scss */
        .sc-pubs__pub-arrow:hover svg line {
          stroke: #ffffff; }
      /* line 626, scss/config/mixins.scss */
      .sc-pubs__pub-arrow path,
      .sc-pubs__pub-arrow line {
        transition: .25s ease all; }
      @media (min-width: 768px) {
        /* line 807, scss/config/mixins.scss */
        .sc-pubs__pub-arrow {
          margin-left: 24px; } }
@keyframes showRecentpub {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 92, scss/customshortcodes/pubs.scss */
  .sc-pubs__nav {
    margin-top: 48px;
    text-align: right; }
    /* line 96, scss/customshortcodes/pubs.scss */
    .sc-pubs__nav.hidenav {
      display: none; }
    /* line 100, scss/customshortcodes/pubs.scss */
    .sc-pubs__nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      /* line 104, scss/customshortcodes/pubs.scss */
      .sc-pubs__nav ul a {
        font-weight: bold;
        padding: 0 6px;
        color: #101720; }
        /* line 109, scss/customshortcodes/pubs.scss */
        .sc-pubs__nav ul a:hover {
          color: #0078C8; }
      /* line 115, scss/customshortcodes/pubs.scss */
      .sc-pubs__nav ul .page-item.active a {
        color: #0078C8; }

/*
* CS Other realisations
*/
/* line 5, scss/customshortcodes/otherreas.scss */
.sc-otherreas {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/otherreas.scss */
    .sc-otherreas {
      padding: 48px 0; } }
  /* line 8, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative;
    height: 100%; }
    @media (min-width: 768px) {
      /* line 8, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 8, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 8, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 14, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 14, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 14, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-otherreas__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 14, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-otherreas__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .sc-otherreas__title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 18, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101720;
    mix-blend-mode: multiply;
    opacity: .4; }
  /* line 23, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__project {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 674px;
    height: 380px;
    position: relative;
    padding: 12px 24px; }
    /* line 30, scss/customshortcodes/otherreas.scss */
    .sc-otherreas__project .sc-otherreas__overlay {
      transition: .25s ease all; }
    /* line 35, scss/customshortcodes/otherreas.scss */
    .sc-otherreas__project:hover .sc-otherreas__overlay {
      opacity: .9; }
    /* line 40, scss/customshortcodes/otherreas.scss */
    .sc-otherreas__project-content {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      position: relative;
      height: 100%; }
    /* line 46, scss/customshortcodes/otherreas.scss */
    .sc-otherreas__project-name {
      color: #ffffff !important;
      line-height: 1.1; }
    /* line 51, scss/customshortcodes/otherreas.scss */
    .sc-otherreas__project-country {
      color: #ffffff !important; }
  /* line 56, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    padding-right: 24px; }
    @media (min-width: 1024px) {
      /* line 56, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__nav {
        margin-top: 96px;
        padding-right: 48px; } }
  /* line 67, scss/customshortcodes/otherreas.scss */
  .sc-otherreas__navbutton {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: #0078C8 solid 2px;
    margin: 0;
    margin-left: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0; }
    @media (min-width: 768px) {
      /* line 67, scss/customshortcodes/otherreas.scss */
      .sc-otherreas__navbutton {
        align-self: center; } }
    /* line 613, scss/config/mixins.scss */
    .sc-otherreas__navbutton:hover {
      background-color: #0078C8; }
      /* line 617, scss/config/mixins.scss */
      .sc-otherreas__navbutton:hover svg path {
        fill: #ffffff; }
      /* line 620, scss/config/mixins.scss */
      .sc-otherreas__navbutton:hover svg line {
        stroke: #ffffff; }
    /* line 626, scss/config/mixins.scss */
    .sc-otherreas__navbutton path,
    .sc-otherreas__navbutton line {
      transition: .25s ease all; }
    /* line 639, scss/config/mixins.scss */
    .sc-otherreas__navbutton::after {
      display: none; }
    /* line 643, scss/config/mixins.scss */
    .sc-otherreas__navbutton.prev {
      transform: rotate(180deg); }
    /* line 647, scss/config/mixins.scss */
    .sc-otherreas__navbutton.next {
      margin-left: 12px; }

/*
CS - CTA Carbocare
*/
/* line 5, scss/customshortcodes/ctacarbocare.scss */
.sc-ctacarbo {
  padding: 24px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff; }
  @media (min-width: 1024px) {
    /* line 5, scss/customshortcodes/ctacarbocare.scss */
    .sc-ctacarbo {
      padding: 48px 0; } }
  /* line 11, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background-color: #0078C8; }
  /* line 18, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__container {
    transition: .25s ease all;
    margin: 0 24px !important;
    position: relative; }
    @media (min-width: 768px) {
      /* line 18, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 18, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 18, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 23, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%; }
  /* line 30, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__title {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    padding-bottom: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
    color: #ffffff; }
    @media (min-width: 1024px) {
      /* line 30, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__title {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 30, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__title {
        font-size: 50px;
        line-height: 52px; } }
    /* line 138, scss/config/mixins.scss */
    .sc-ctacarbo__title::after {
      content: '';
      display: block;
      width: 105px;
      height: 8px;
      background-color: #0078C8;
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 1024px) {
      /* line 30, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__title {
        margin-bottom: 48px; }
        /* line 153, scss/config/mixins.scss */
        .sc-ctacarbo__title::after {
          height: 10px; } }
    /* line 167, scss/config/mixins.scss */
    .sc-ctacarbo__title::after {
      left: 50%;
      transform: translateX(-50%); }
    /* line 34, scss/customshortcodes/ctacarbocare.scss */
    .sc-ctacarbo__title::after {
      background-color: #ffffff; }
  /* line 39, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__text {
    text-align: center; }
  /* line 43, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__button {
    transition: .25s ease all;
    font-family: 'Roboto', sans-serif;
    width: auto;
    display: inline-block;
    padding: 6px 24px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    overflow-wrap: unset;
    font-weight: bold;
    background-color: transparent;
    border-color: #0078C8;
    color: #ffffff;
    white-space: pre;
    font-size: 18px;
    border-color: #ffffff;
    color: #ffffff;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      /* line 43, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__button {
        font-size: 18px;
        line-height: 20px; } }
    /* line 504, scss/config/mixins.scss */
    .sc-ctacarbo__button::after {
      transition: .25s ease all;
      content: url("assets/arrow.svg");
      margin-left: 12px;
      display: inline-block; }
    /* line 511, scss/config/mixins.scss */
    .sc-ctacarbo__button:hover {
      background-color: #ffffff;
      color: #0078C8;
      opacity: 1; }
      /* line 516, scss/config/mixins.scss */
      .sc-ctacarbo__button:hover::after {
        transform: translateX(6px); }
    /* line 532, scss/config/mixins.scss */
    .sc-ctacarbo__button::after {
      content: url("assets/arrow-white.svg"); }
    /* line 536, scss/config/mixins.scss */
    .sc-ctacarbo__button:hover {
      color: #ffffff; }
  /* line 48, scss/customshortcodes/ctacarbocare.scss */
  .sc-ctacarbo__pattern {
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
    /* line 656, scss/config/mixins.scss */
    .sc-ctacarbo__pattern svg {
      width: 190px;
      height: 80px; }
      @media (min-width: 768px) {
        /* line 656, scss/config/mixins.scss */
        .sc-ctacarbo__pattern svg {
          width: 237.5px;
          height: 100px; } }
      @media (min-width: 1024px) {
        /* line 656, scss/config/mixins.scss */
        .sc-ctacarbo__pattern svg {
          width: 285px;
          height: 120px; } }
      @media (min-width: 1200px) {
        /* line 656, scss/config/mixins.scss */
        .sc-ctacarbo__pattern svg {
          width: 380px;
          height: 160px; } }
    @media (min-width: 768px) {
      /* line 48, scss/customshortcodes/ctacarbocare.scss */
      .sc-ctacarbo__pattern {
        display: block; } }

/*
* Page - Job
*/
/* line 6, scss/pages/job.scss */
.job__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45vh;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    /* line 6, scss/pages/job.scss */
    .job__header {
      height: 55vh; } }
  /* line 18, scss/pages/job.scss */
  .loaded .job__header.is-scroll-visible .job__title,
  .loaded .job__header.is-scroll-visible .job__back {
    animation: jobSlide 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
  /* line 25, scss/pages/job.scss */
  .loaded .job__header.is-scroll-visible .job__back {
    animation-delay: .75s; }
/* line 32, scss/pages/job.scss */
.job__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101720;
  mix-blend-mode: multiply; }
/* line 36, scss/pages/job.scss */
.job__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 36, scss/pages/job.scss */
    .job__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 36, scss/pages/job.scss */
    .job__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 36, scss/pages/job.scss */
    .job__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 42, scss/pages/job.scss */
.job__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    /* line 42, scss/pages/job.scss */
    .job__content {
      width: 80%; } }
  @media (min-width: 1200px) {
    /* line 42, scss/pages/job.scss */
    .job__content {
      width: 60%; } }
/* line 57, scss/pages/job.scss */
.job__title {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transform: translateY(100px); }
  /* line 225, scss/config/mixins.scss */
  .job__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .job__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 57, scss/pages/job.scss */
    .job__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .job__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
  @media (min-width: 640px) {
    /* line 57, scss/pages/job.scss */
    .job__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 57, scss/pages/job.scss */
    .job__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 57, scss/pages/job.scss */
    .job__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 57, scss/pages/job.scss */
    .job__title {
      font-size: 80px;
      line-height: 82px; } }
/* line 65, scss/pages/job.scss */
.job__back {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 1024px) {
    /* line 65, scss/pages/job.scss */
    .job__back {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .job__back::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .job__back:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .job__back:hover::after {
      transform: translateX(6px); }
  /* line 71, scss/pages/job.scss */
  .job__back::before {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-right: 12px;
    display: inline-block;
    transform: rotate(180deg); }
  /* line 79, scss/pages/job.scss */
  .job__back::after {
    display: none; }
  /* line 84, scss/pages/job.scss */
  .job__back:hover::before {
    transform: translateX(-6px) rotate(180deg); }
  @media (min-width: 1024px) {
    /* line 65, scss/pages/job.scss */
    .job__back {
      margin-top: 48px; } }
/* line 94, scss/pages/job.scss */
.job__job {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 94, scss/pages/job.scss */
    .job__job {
      padding: 48px 0; } }
/* line 99, scss/pages/job.scss */
.job__pattern {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100vw); }
  /* line 656, scss/config/mixins.scss */
  .job__pattern svg {
    width: 190px;
    height: 80px; }
    @media (min-width: 768px) {
      /* line 656, scss/config/mixins.scss */
      .job__pattern svg {
        width: 237.5px;
        height: 100px; } }
    @media (min-width: 1024px) {
      /* line 656, scss/config/mixins.scss */
      .job__pattern svg {
        width: 285px;
        height: 120px; } }
    @media (min-width: 1200px) {
      /* line 656, scss/config/mixins.scss */
      .job__pattern svg {
        width: 380px;
        height: 160px; } }
  /* line 107, scss/pages/job.scss */
  .job__pattern.is-scroll-visible {
    animation: jobPattern .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
/* line 114, scss/pages/job.scss */
.job__section {
  opacity: 0;
  transform: translateY(100px); }
  /* line 118, scss/pages/job.scss */
  .job__section.is-scroll-visible {
    animation: jobSlide .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  /* line 124, scss/pages/job.scss */
  .job__section + .job__section {
    margin-top: 48px; }
/* line 129, scss/pages/job.scss */
.job__subtitle {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #0078C8;
  text-transform: initial;
  margin: 0;
  margin-top: 48px; }
  @media (min-width: 1024px) {
    /* line 129, scss/pages/job.scss */
    .job__subtitle {
      font-size: 28px;
      line-height: 30px; } }
  @media (min-width: 1500px) {
    /* line 129, scss/pages/job.scss */
    .job__subtitle {
      font-size: 32px;
      line-height: 38px; } }
  @media (min-width: 1800px) {
    /* line 129, scss/pages/job.scss */
    .job__subtitle {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 1024px) {
    /* line 129, scss/pages/job.scss */
    .job__subtitle {
      margin-top: 0; } }
/* line 141, scss/pages/job.scss */
.job__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 -24px; }
  @media (min-width: 768px) {
    /* line 141, scss/pages/job.scss */
    .job__row {
      flex-direction: row; } }
/* line 151, scss/pages/job.scss */
.job__col {
  margin: 0 24px;
  width: calc(100% - 48px); }
  @media (min-width: 1024px) {
    /* line 151, scss/pages/job.scss */
    .job__col {
      width: calc(50% - 48px); } }
  /* line 161, scss/pages/job.scss */
  .job__col:last-of-type .job__criteria:last-of-type {
    margin-bottom: 0; }
/* line 168, scss/pages/job.scss */
.job__criteria {
  margin: 24px 0; }
  /* line 171, scss/pages/job.scss */
  .job__criteria:first-of-type {
    margin-top: 0; }
    @media (min-width: 1024px) {
      /* line 171, scss/pages/job.scss */
      .job__criteria:first-of-type {
        margin-top: 24px; } }
/* line 180, scss/pages/job.scss */
.job__criteriatitle {
  font-weight: bold; }
  @media (min-width: 640px) {
    /* line 180, scss/pages/job.scss */
    .job__criteriatitle {
      display: block; } }
  @media (min-width: 1024px) {
    /* line 180, scss/pages/job.scss */
    .job__criteriatitle {
      display: inline-block; } }
/* line 192, scss/pages/job.scss */
.job__contact, .job__newsletter {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 192, scss/pages/job.scss */
    .job__contact, .job__newsletter {
      padding: 48px 0; } }
@keyframes jobSlide {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes jobPattern {
  0% {
    opacity: 0;
    transform: translateX(100vw); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
* Page - Realisation
*/
/* line 6, scss/pages/rea.scss */
.rea__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45vh;
  width: 100%;
  position: relative; }
  /* line 14, scss/pages/rea.scss */
  .loaded .rea__header.is-scroll-visible .rea__title,
  .loaded .rea__header.is-scroll-visible .rea__back {
    animation: jobSlide 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
  /* line 21, scss/pages/rea.scss */
  .loaded .rea__header.is-scroll-visible .rea__back {
    animation-delay: .75s; }
/* line 28, scss/pages/rea.scss */
.rea__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101720;
  mix-blend-mode: multiply; }
/* line 32, scss/pages/rea.scss */
.rea__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 32, scss/pages/rea.scss */
    .rea__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 32, scss/pages/rea.scss */
    .rea__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 32, scss/pages/rea.scss */
    .rea__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 38, scss/pages/rea.scss */
.rea__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    /* line 38, scss/pages/rea.scss */
    .rea__content {
      width: 80%; } }
/* line 49, scss/pages/rea.scss */
.rea__title {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transform: translateY(100px);
  margin-bottom: 0; }
  /* line 225, scss/config/mixins.scss */
  .rea__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .rea__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 49, scss/pages/rea.scss */
    .rea__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .rea__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
  @media (min-width: 640px) {
    /* line 49, scss/pages/rea.scss */
    .rea__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 49, scss/pages/rea.scss */
    .rea__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 49, scss/pages/rea.scss */
    .rea__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 49, scss/pages/rea.scss */
    .rea__title {
      font-size: 80px;
      line-height: 82px; } }
/* line 58, scss/pages/rea.scss */
.rea__back {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 1024px) {
    /* line 58, scss/pages/rea.scss */
    .rea__back {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .rea__back::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .rea__back:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .rea__back:hover::after {
      transform: translateX(6px); }
  /* line 64, scss/pages/rea.scss */
  .rea__back::before {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-right: 12px;
    display: inline-block;
    transform: rotate(180deg); }
  /* line 72, scss/pages/rea.scss */
  .rea__back::after {
    display: none; }
  /* line 77, scss/pages/rea.scss */
  .rea__back:hover::before {
    transform: translateX(-6px) rotate(180deg); }
  @media (min-width: 1024px) {
    /* line 58, scss/pages/rea.scss */
    .rea__back {
      margin-top: 48px; } }
/* line 87, scss/pages/rea.scss */
.rea__rea {
  position: relative; }
/* line 91, scss/pages/rea.scss */
.rea__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column; }
  @media (min-width: 768px) {
    /* line 91, scss/pages/rea.scss */
    .rea__row {
      flex-direction: row; } }
/* line 101, scss/pages/rea.scss */
.rea__col.content {
  padding: 48px 24px; }
  @media (min-width: 768px) {
    /* line 101, scss/pages/rea.scss */
    .rea__col.content {
      padding: 48px;
      width: 50%; } }
  @media (min-width: 1024px) {
    /* line 101, scss/pages/rea.scss */
    .rea__col.content {
      padding: 48px 96px;
      width: 60%; } }
/* line 115, scss/pages/rea.scss */
.rea__col.visual {
  height: 40vh; }
  @media (min-width: 768px) {
    /* line 115, scss/pages/rea.scss */
    .rea__col.visual {
      width: 50%;
      height: auto; } }
  @media (min-width: 1024px) {
    /* line 115, scss/pages/rea.scss */
    .rea__col.visual {
      width: 40%; } }
/* line 129, scss/pages/rea.scss */
.rea__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
/* line 135, scss/pages/rea.scss */
.rea__location {
  display: block;
  text-transform: uppercase;
  color: #0078C8;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    /* line 135, scss/pages/rea.scss */
    .rea__location {
      margin-bottom: 24px; } }
/* line 146, scss/pages/rea.scss */
.rea__reatitle {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 146, scss/pages/rea.scss */
    .rea__reatitle {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 146, scss/pages/rea.scss */
    .rea__reatitle {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .rea__reatitle::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 146, scss/pages/rea.scss */
    .rea__reatitle {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .rea__reatitle::after {
        height: 10px; } }
/* line 150, scss/pages/rea.scss */
.rea__subtitle {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #101720;
  padding-bottom: 36px;
  margin-top: 0;
  margin-bottom: 36px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    /* line 150, scss/pages/rea.scss */
    .rea__subtitle {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1200px) {
    /* line 150, scss/pages/rea.scss */
    .rea__subtitle {
      font-size: 50px;
      line-height: 52px; } }
  /* line 138, scss/config/mixins.scss */
  .rea__subtitle::after {
    content: '';
    display: block;
    width: 105px;
    height: 8px;
    background-color: #0078C8;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 1024px) {
    /* line 150, scss/pages/rea.scss */
    .rea__subtitle {
      margin-bottom: 48px; }
      /* line 153, scss/config/mixins.scss */
      .rea__subtitle::after {
        height: 10px; } }
  /* line 167, scss/config/mixins.scss */
  .rea__subtitle::after {
    left: 50%;
    transform: translateX(-50%); }
/* line 154, scss/pages/rea.scss */
.rea__products {
  padding: 24px 0;
  background-color: #efefef;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 154, scss/pages/rea.scss */
    .rea__products {
      padding: 48px 0; } }
/* line 160, scss/pages/rea.scss */
.rea__productsgroup {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -12px; }
/* line 166, scss/pages/rea.scss */
.rea__product {
  position: relative;
  padding: 36px 24px;
  width: calc(100% - 24px);
  background-color: #ffffff;
  margin: 12px; }
  @media (min-width: 768px) {
    /* line 166, scss/pages/rea.scss */
    .rea__product {
      width: calc(50% - 24px); } }
  @media (min-width: 1024px) {
    /* line 166, scss/pages/rea.scss */
    .rea__product {
      width: calc(33.33% - 24px); } }
  /* line 182, scss/pages/rea.scss */
  .rea__product:hover .rea__product-arrow {
    background-color: #0078C8; }
    /* line 186, scss/pages/rea.scss */
    .rea__product:hover .rea__product-arrow svg path {
      fill: #ffffff; }
    /* line 189, scss/pages/rea.scss */
    .rea__product:hover .rea__product-arrow svg line {
      stroke: #ffffff; }
  /* line 196, scss/pages/rea.scss */
  .rea__product-thumbnail {
    width: 100%;
    margin-bottom: 24px; }
  /* line 201, scss/pages/rea.scss */
  .rea__product-title {
    text-transform: initial;
    margin: 0;
    color: #0078C8 !important;
    line-height: 1.2; }
  /* line 208, scss/pages/rea.scss */
  .rea__product-excerpt {
    margin: 0;
    padding-right: 48px;
    color: #101720 !important; }
  /* line 214, scss/pages/rea.scss */
  .rea__product-arrow {
    transition: .25s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: #0078C8 solid 2px;
    margin: 0;
    margin-left: 24px;
    position: absolute;
    bottom: 12px;
    right: 24px; }
    @media (min-width: 768px) {
      /* line 214, scss/pages/rea.scss */
      .rea__product-arrow {
        align-self: center; } }
    /* line 613, scss/config/mixins.scss */
    .rea__product-arrow:hover {
      background-color: #0078C8; }
      /* line 617, scss/config/mixins.scss */
      .rea__product-arrow:hover svg path {
        fill: #ffffff; }
      /* line 620, scss/config/mixins.scss */
      .rea__product-arrow:hover svg line {
        stroke: #ffffff; }
    /* line 626, scss/config/mixins.scss */
    .rea__product-arrow path,
    .rea__product-arrow line {
      transition: .25s ease all; }
/* line 222, scss/pages/rea.scss */
.rea__others {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 222, scss/pages/rea.scss */
    .rea__others {
      padding: 48px 0; } }
/* line 226, scss/pages/rea.scss */
.rea__project {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 674px;
  height: 380px;
  position: relative;
  padding: 12px 24px; }
  /* line 233, scss/pages/rea.scss */
  .rea__project .rea__overlay {
    transition: .25s ease all; }
  /* line 238, scss/pages/rea.scss */
  .rea__project:hover .rea__overlay {
    opacity: .9; }
  /* line 243, scss/pages/rea.scss */
  .rea__project-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 100%; }
  /* line 249, scss/pages/rea.scss */
  .rea__project-name {
    color: #0078C8 !important;
    line-height: 1.1; }
  /* line 254, scss/pages/rea.scss */
  .rea__project-country {
    color: #ffffff !important; }
/* line 259, scss/pages/rea.scss */
.rea__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding-right: 24px; }
  @media (min-width: 1024px) {
    /* line 259, scss/pages/rea.scss */
    .rea__nav {
      margin-top: 96px;
      padding-right: 48px; } }
/* line 270, scss/pages/rea.scss */
.rea__navbutton {
  transition: .25s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: #0078C8 solid 2px;
  margin: 0;
  margin-left: 24px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-left: 0; }
  @media (min-width: 768px) {
    /* line 270, scss/pages/rea.scss */
    .rea__navbutton {
      align-self: center; } }
  /* line 613, scss/config/mixins.scss */
  .rea__navbutton:hover {
    background-color: #0078C8; }
    /* line 617, scss/config/mixins.scss */
    .rea__navbutton:hover svg path {
      fill: #ffffff; }
    /* line 620, scss/config/mixins.scss */
    .rea__navbutton:hover svg line {
      stroke: #ffffff; }
  /* line 626, scss/config/mixins.scss */
  .rea__navbutton path,
  .rea__navbutton line {
    transition: .25s ease all; }
  /* line 639, scss/config/mixins.scss */
  .rea__navbutton::after {
    display: none; }
  /* line 643, scss/config/mixins.scss */
  .rea__navbutton.prev {
    transform: rotate(180deg); }
  /* line 647, scss/config/mixins.scss */
  .rea__navbutton.next {
    margin-left: 12px; }
/* line 275, scss/pages/rea.scss */
.rea__questions {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 48px 0; }
  @media (min-width: 768px) {
    /* line 275, scss/pages/rea.scss */
    .rea__questions {
      padding: 96px 0; } }
  @media (min-width: 1024px) {
    /* line 275, scss/pages/rea.scss */
    .rea__questions {
      padding: 144px 0; } }
  /* line 290, scss/pages/rea.scss */
  .rea__questions-title {
    color: #ffffff;
    margin: 0; }
    /* line 294, scss/pages/rea.scss */
    .rea__questions-title::after {
      content: '';
      width: 50%;
      height: 5px;
      background-color: #ffffff;
      margin-top: 12px;
      display: block;
      margin-left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 768px) {
      /* line 306, scss/pages/rea.scss */
      .rea__questions-title::after {
        height: 10px; } }
  /* line 312, scss/pages/rea.scss */
  .rea__questions-subtitle {
    display: block;
    font-size: .56em; }
  /* line 317, scss/pages/rea.scss */
  .rea__questions-tel {
    font-family: 'ProximaNova-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #101720;
    margin-top: 12px;
    color: #ffffff;
    display: block; }
    @media (min-width: 1024px) {
      /* line 317, scss/pages/rea.scss */
      .rea__questions-tel {
        font-size: 40px;
        line-height: 42px; } }
    @media (min-width: 1200px) {
      /* line 317, scss/pages/rea.scss */
      .rea__questions-tel {
        font-size: 50px;
        line-height: 52px; } }
    @media (min-width: 1024px) {
      /* line 317, scss/pages/rea.scss */
      .rea__questions-tel {
        margin-top: 24px; } }
/* line 329, scss/pages/rea.scss */
.rea__contact, .rea__newsletter {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 329, scss/pages/rea.scss */
    .rea__contact, .rea__newsletter {
      padding: 48px 0; } }
/* line 334, scss/pages/rea.scss */
.rea__newsletter {
  display: none; }

/*
* Pubs
*/
/* line 6, scss/pages/pub.scss */
.pubs__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45vh;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    /* line 6, scss/pages/pub.scss */
    .pubs__header {
      min-height: 55vh;
      height: 100%; } }
  /* line 19, scss/pages/pub.scss */
  .loaded .pubs__header.is-scroll-visible .pubs__title,
  .loaded .pubs__header.is-scroll-visible .pubs__back {
    animation: pubSlide 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
  /* line 26, scss/pages/pub.scss */
  .loaded .pubs__header.is-scroll-visible .job__back {
    animation-delay: .75s; }
/* line 33, scss/pages/pub.scss */
.pubs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101720;
  mix-blend-mode: multiply; }
/* line 37, scss/pages/pub.scss */
.pubs__container {
  transition: .25s ease all;
  margin: 0 24px !important;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    /* line 37, scss/pages/pub.scss */
    .pubs__container {
      margin: 0 48px !important; } }
  @media (min-width: 1024px) {
    /* line 37, scss/pages/pub.scss */
    .pubs__container {
      margin: 0 96px !important; } }
  @media (min-width: 1800px) {
    /* line 37, scss/pages/pub.scss */
    .pubs__container {
      max-width: 1490px !important;
      margin: 0 auto !important; } }
/* line 43, scss/pages/pub.scss */
.pubs__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 144px 0 60px; }
/* line 50, scss/pages/pub.scss */
.pubs__title {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transform: translateY(100px); }
  /* line 225, scss/config/mixins.scss */
  .pubs__title::after {
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background-color: #0078C8;
    margin-top: 12px; }
  @media (min-width: 768px) {
    /* line 235, scss/config/mixins.scss */
    .pubs__title::after {
      height: 12px;
      width: 155px; } }
  @media (min-width: 1024px) {
    /* line 50, scss/pages/pub.scss */
    .pubs__title {
      margin-bottom: 24px; }
      /* line 244, scss/config/mixins.scss */
      .pubs__title::after {
        height: 14px;
        width: 210px;
        margin-top: 24px; } }
  @media (min-width: 640px) {
    /* line 50, scss/pages/pub.scss */
    .pubs__title {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 768px) {
    /* line 50, scss/pages/pub.scss */
    .pubs__title {
      font-size: 50px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    /* line 50, scss/pages/pub.scss */
    .pubs__title {
      font-size: 60px;
      line-height: 62px; } }
  @media (min-width: 1800px) {
    /* line 50, scss/pages/pub.scss */
    .pubs__title {
      font-size: 80px;
      line-height: 82px; } }
/* line 58, scss/pages/pub.scss */
.pubs__back {
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 1024px) {
    /* line 58, scss/pages/pub.scss */
    .pubs__back {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .pubs__back::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .pubs__back:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .pubs__back:hover::after {
      transform: translateX(6px); }
  /* line 64, scss/pages/pub.scss */
  .pubs__back::before {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-right: 12px;
    display: inline-block;
    transform: rotate(180deg); }
  /* line 72, scss/pages/pub.scss */
  .pubs__back::after {
    display: none; }
  /* line 77, scss/pages/pub.scss */
  .pubs__back:hover::before {
    transform: translateX(-6px) rotate(180deg); }
  @media (min-width: 1024px) {
    /* line 58, scss/pages/pub.scss */
    .pubs__back {
      margin-top: 48px; } }
/* line 87, scss/pages/pub.scss */
.pubs__pub {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    /* line 87, scss/pages/pub.scss */
    .pubs__pub {
      padding: 48px 0; } }
/* line 91, scss/pages/pub.scss */
.pubs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 768px) {
    /* line 91, scss/pages/pub.scss */
    .pubs__wrapper {
      flex-direction: row; } }
/* line 100, scss/pages/pub.scss */
.pubs__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #101720;
  margin-bottom: 12px; }
/* line 107, scss/pages/pub.scss */
.pubs__day {
  font-family: 'ProximaNova-Black';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  margin-right: 12px; }
  @media (min-width: 768px) {
    /* line 107, scss/pages/pub.scss */
    .pubs__day {
      display: block; } }
/* line 118, scss/pages/pub.scss */
.pubs__monthyear {
  font-size: 16px;
  font-weight: bold;
  margin-top: -3px; }
/* line 124, scss/pages/pub.scss */
.pubs__category {
  display: inline-block;
  background-color: #efefef;
  padding: 4px 8px;
  font-size: 16px;
  color: #0078C8;
  margin: 0; }
/* line 133, scss/pages/pub.scss */
.pubs__inside {
  margin-top: 48px;
  margin-bottom: 96px; }
  @media (min-width: 768px) {
    /* line 133, scss/pages/pub.scss */
    .pubs__inside {
      margin-top: 0;
      margin-left: 48px; } }
  @media (min-width: 1024px) {
    /* line 133, scss/pages/pub.scss */
    .pubs__inside {
      margin-left: 96px; } }
/* line 147, scss/pages/pub.scss */
.pubs__otherpubs {
  padding: 24px 0;
  background-color: #efefef; }
  @media (min-width: 1024px) {
    /* line 147, scss/pages/pub.scss */
    .pubs__otherpubs {
      padding: 48px 0; } }
  /* line 151, scss/pages/pub.scss */
  .pubs__otherpubs .sc-recentpub {
    background-color: #ffffff; }
@keyframes pubSlide {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
* PAGE - Texte
*/
/* line 9, scss/pages/lamatpage.scss */
.page-template-page-classic .header__logo svg g path {
  fill: #101720 !important; }
/* line 15, scss/pages/lamatpage.scss */
.page-template-page-classic .header__language {
  border-color: #101720 !important; }
  /* line 18, scss/pages/lamatpage.scss */
  .page-template-page-classic .header__language a {
    color: #101720 !important; }
/* line 23, scss/pages/lamatpage.scss */
.page-template-page-classic .header .hamburger-inner,
.page-template-page-classic .header .hamburger-inner::after,
.page-template-page-classic .header .hamburger-inner::before {
  background-color: #101720; }

/* line 31, scss/pages/lamatpage.scss */
.lamatpage {
  margin-top: 198px; }
  /* line 34, scss/pages/lamatpage.scss */
  .lamatpage__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 34, scss/pages/lamatpage.scss */
      .lamatpage__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 34, scss/pages/lamatpage.scss */
      .lamatpage__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 34, scss/pages/lamatpage.scss */
      .lamatpage__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 38, scss/pages/lamatpage.scss */
  .lamatpage__title {
    color: #0078C8;
    font-size: 36px; }
    @media (min-width: 1024px) {
      /* line 38, scss/pages/lamatpage.scss */
      .lamatpage__title {
        font-size: 60px; } }

/*
* Page 404
*/
/* line 9, scss/pages/404.scss */
.error404 .header__logo svg g path {
  fill: #101720 !important; }
/* line 15, scss/pages/404.scss */
.error404 .header .hamburger-inner,
.error404 .header .hamburger-inner::after,
.error404 .header .hamburger-inner::before {
  background-color: #101720; }
/* line 21, scss/pages/404.scss */
.error404 .header__language {
  border-color: #101720 !important; }
  /* line 24, scss/pages/404.scss */
  .error404 .header__language a {
    color: #101720 !important; }

/* line 31, scss/pages/404.scss */
.page404 {
  margin-top: 198px; }
  /* line 34, scss/pages/404.scss */
  .page404__container {
    transition: .25s ease all;
    margin: 0 24px !important; }
    @media (min-width: 768px) {
      /* line 34, scss/pages/404.scss */
      .page404__container {
        margin: 0 48px !important; } }
    @media (min-width: 1024px) {
      /* line 34, scss/pages/404.scss */
      .page404__container {
        margin: 0 96px !important; } }
    @media (min-width: 1800px) {
      /* line 34, scss/pages/404.scss */
      .page404__container {
        max-width: 1490px !important;
        margin: 0 auto !important; } }
  /* line 38, scss/pages/404.scss */
  .page404__content {
    text-align: center; }
  /* line 42, scss/pages/404.scss */
  .page404__bigtitle {
    font-weight: bold;
    color: #0078C8;
    font-size: 17vw;
    margin: 0; }
  /* line 49, scss/pages/404.scss */
  .page404__title {
    font-size: 30px;
    line-height: 40px;
    margin: 12px 0; }
    @media (min-width: 768px) {
      /* line 49, scss/pages/404.scss */
      .page404__title {
        font-size: 45px;
        line-height: 65px; } }
    @media (min-width: 1024px) {
      /* line 49, scss/pages/404.scss */
      .page404__title {
        font-size: 60px;
        line-height: 80px; } }

/*
* Page carbocare
*/
@media (min-width: 1024px) {
  /* line 6, scss/pages/carbocare.scss */
  .page-id-84 .sc-contactform {
    margin-top: 48px; } }

/*
* PLUGIN - WP Store Locator
*/
/* line 7, scss/plugins/wpsl.scss */
.wpsl-store-below .wpsl-info-window {
  color: #101720; }
/* line 11, scss/plugins/wpsl.scss */
.wpsl-store-below .wpsl-search {
  background: transparent; }
/* line 15, scss/plugins/wpsl.scss */
.wpsl-store-below .wpsl-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: flex !important; }
  /* line 19, scss/plugins/wpsl.scss */
  .wpsl-store-below .wpsl-input label {
    white-space: pre;
    width: auto; }
/* line 25, scss/plugins/wpsl.scss */
.wpsl-store-below .wpsl-dropdown {
  width: auto; }
/* line 29, scss/plugins/wpsl.scss */
.wpsl-store-below .wpsl-search-btn-wrap {
  float: initial;
  position: absolute;
  right: 0; }
/* line 35, scss/plugins/wpsl.scss */
.wpsl-store-below input[type="text"]#wpsl-search-input,
.wpsl-store-below select {
  font-family: 'Roboto', sans-serif;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  color: #101720; }
/* line 49, scss/plugins/wpsl.scss */
.wpsl-store-below input[type="submit"]#wpsl-search-btn {
  opacity: 1;
  visibility: initial;
  width: auto;
  height: auto;
  padding: auto;
  margin: auto;
  overflow: initial;
  transition: .25s ease all;
  font-family: 'Roboto', sans-serif;
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: unset;
  font-weight: bold;
  background-color: transparent;
  border-color: #0078C8;
  color: #ffffff;
  white-space: pre;
  font-size: 18px;
  border-color: #ffffff;
  color: #ffffff;
  border-color: #0078C8 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  background-image: transparent !important;
  background: transparent !important; }
  @media (min-width: 1024px) {
    /* line 49, scss/plugins/wpsl.scss */
    .wpsl-store-below input[type="submit"]#wpsl-search-btn {
      font-size: 18px;
      line-height: 20px; } }
  /* line 504, scss/config/mixins.scss */
  .wpsl-store-below input[type="submit"]#wpsl-search-btn::after {
    transition: .25s ease all;
    content: url("assets/arrow.svg");
    margin-left: 12px;
    display: inline-block; }
  /* line 511, scss/config/mixins.scss */
  .wpsl-store-below input[type="submit"]#wpsl-search-btn:hover {
    background-color: #ffffff;
    color: #0078C8;
    opacity: 1; }
    /* line 516, scss/config/mixins.scss */
    .wpsl-store-below input[type="submit"]#wpsl-search-btn:hover::after {
      transform: translateX(6px); }
  /* line 532, scss/config/mixins.scss */
  .wpsl-store-below input[type="submit"]#wpsl-search-btn::after {
    content: url("assets/arrow-white.svg"); }
  /* line 536, scss/config/mixins.scss */
  .wpsl-store-below input[type="submit"]#wpsl-search-btn:hover {
    color: #ffffff; }
/* line 65, scss/plugins/wpsl.scss */
.wpsl-store-below #wpsl-stores {
  height: auto !important; }

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