@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
  .header-inner.col_header {
   
    width: 90%;
    margin: 20px auto;
}
}
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .is-visible-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1202px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1202px) {
  .is-visible-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1202px) and (max-width: 1399px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
@media screen and (min-width: 1202px) {
  .is-visible-widescreen {
    display: block !important;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px;
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 992px) {
  .columns {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .columns.is-mobile {
    display: flex;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .columns.is-phablet {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .columns.is-tablet {
    display: flex;
  }
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  div.col_mobile {
    padding-top: 11px;
    max-height: 58px;
}

  
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 95%;
    margin:auto;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 576px), print {
  .column.is-narrow,
  .column.is-narrow-phablet {
    flex: none;
    width: unset;
  }
  .column.is-full,
  .column.is-full-phablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-phablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-phablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-phablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-phablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-phablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-phablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-phablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-phablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-phablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-phablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-phablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-phablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-phablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-phablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-phablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-phablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-phablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-phablet {
    margin-left: 80%;
  }
  .column.is-0,
  .column.is-0-phablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0,
  .column.is-offset-0-phablet {
    margin-left: 0%;
  }
  .column.is-1,
  .column.is-1-phablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-phablet {
    margin-left: 8.33333%;
  }
  .column.is-2,
  .column.is-2-phablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-phablet {
    margin-left: 16.66667%;
  }
  .column.is-3,
  .column.is-3-phablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-phablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-phablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-phablet {
    margin-left: 33.33333%;
  }
  .column.is-5,
  .column.is-5-phablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-phablet {
    margin-left: 41.66667%;
  }
  .column.is-6,
  .column.is-6-phablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-phablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-phablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-phablet {
    margin-left: 58.33333%;
  }
  .column.is-8,
  .column.is-8-phablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-phablet {
    margin-left: 66.66667%;
  }
  .column.is-9,
  .column.is-9-phablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-phablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-phablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-phablet {
    margin-left: 83.33333%;
  }
  .column.is-11,
  .column.is-11-phablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-phablet {
    margin-left: 91.66667%;
  }
  .column.is-12,
  .column.is-12-phablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-phablet {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 991px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
  .column.is-auto-desktop {
    width: auto;
  }
}
@media screen and (min-width: 1202px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
  .column.is-auto-widescreen {
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1680px) {
  .column.is-narrow-xlarge {
    flex: none;
    width: unset;
  }
  .column.is-full-xlarge {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-xlarge {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-xlarge {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-xlarge {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-xlarge {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-xlarge {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-xlarge {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-xlarge {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-xlarge {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-xlarge {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-xlarge {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-xlarge {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-xlarge {
    margin-left: 50%;
  }
  .column.is-offset-one-third-xlarge {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-xlarge {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-xlarge {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-xlarge {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-xlarge {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-xlarge {
    margin-left: 80%;
  }
  .column.is-0-xlarge {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-xlarge {
    margin-left: 0%;
  }
  .column.is-1-xlarge {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-xlarge {
    margin-left: 8.33333%;
  }
  .column.is-2-xlarge {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-xlarge {
    margin-left: 16.66667%;
  }
  .column.is-3-xlarge {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-xlarge {
    margin-left: 25%;
  }
  .column.is-4-xlarge {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-xlarge {
    margin-left: 33.33333%;
  }
  .column.is-5-xlarge {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-xlarge {
    margin-left: 41.66667%;
  }
  .column.is-6-xlarge {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-xlarge {
    margin-left: 50%;
  }
  .column.is-7-xlarge {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-xlarge {
    margin-left: 58.33333%;
  }
  .column.is-8-xlarge {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-xlarge {
    margin-left: 66.66667%;
  }
  .column.is-9-xlarge {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-xlarge {
    margin-left: 75%;
  }
  .column.is-10-xlarge {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-xlarge {
    margin-left: 83.33333%;
  }
  .column.is-11-xlarge {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-xlarge {
    margin-left: 91.66667%;
  }
  .column.is-12-xlarge {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-xlarge {
    margin-left: 100%;
  }
}
.is-centered {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-vcentered {
  align-items: center;
}

.is-fullwidth {
  width: 100%;
}

.is-block {
  display: block;
}

.is-marginless {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .is-paddingless-mobile {
    padding: 0 !important;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1366px) {
  .container {
    width: 1336px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  .container.is-fluid {
    width: 100%;
    padding: 0;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mr15 {
  margin-right: 15px;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.is-underlined {
  text-decoration: underline;
}

.is-justifiend-end {
  justify-content: flex-end !important;
}

.is-justifiend-center {
  justify-content: center !important;
}

.is-flex {
  display: flex !important;
}

.is-flex-column {
  flex-direction: column !important;
}

.is-fullheight {
  height: 100% !important;
}

@media screen and (min-width: 992px) {
  .is-marginless-desktop {
    margin: 0 !important;
  }
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  transition: all 100ms ease;
}

.has-text-centered {
  text-align: center;
}

.link {
  font-size: 18px;
  border-bottom: 2px solid #938659;
  padding-bottom: 5px;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 1202px) {
  .link {
    font-size: 19px;
  }
}

.double-link {
  border-bottom: 2px solid #938659;
  border-top: 2px solid #938659;
  font-size: 18px;
  padding: 9px 10px 11px;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 992px) {
  .double-link {
    font-size: 19px;
  }
}

.text-default {
  color: #000 !important;
}

p {
  margin-bottom: 10px;
  margin-top: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.h2-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 32pt;
  line-height: 37pt;
  letter-spacing: 2.94px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .h2-title {
    font-size: 24.4pt;
    line-height: 27.8pt;
  }
}
@media screen and (max-width: 991px) {
  .h2-title {
    font-size: 19pt;
    line-height: 22.8pt;
    font-weight: 400;
    margin-bottom: 30px;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-page-dots {
  display: flex;
}
.flickity-page-dots .dot {
  background: #ddecf9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  background: #82abce;
}

.flickity-button {
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  background: transparent;
  border: 0;
}
.flickity-button.previous {
  left: -15px;
}
.flickity-button.next {
  right: -15px;
}
.flickity-button[disabled] {
  display: none;
}

@media screen and (min-width: 1366px) {
  .container {
    width: 1225px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background:#000522;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .cols-header {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-logo {
    order: 1;
    width: 195px;
    text-align: left;
    padding-right: 0;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-baseline {
    display: block;
    order: 2;
    /* width: 1048px; */
    width: 100% !important;
    flex: 1 1 auto !important;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-links {
    display: none;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-social .social-nav {
    display: none;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-links-light {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    right: 0;
    top: 89px;
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    z-index: 120;
    padding: 45px;
    overflow: scroll;
    overflow: hidden;
    justify-content: center;
  }
}
.header.header-light .col-links-light .col-links-nav {
  display: flex;
  flex-direction: column;
}
.header.header-light .col-links-light .social-nav {
  margin-top: 30px;
}
.header.header-light .col-links-light .main-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header.header-light .col-links-light .main-nav .menu-item {
  line-height: 1;
  position: relative;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 0 0 20px;
}
.header.header-light .col-links-light .main-nav .menu-item .nav-links {
  color: #000;
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-links-light .main-nav .menu-item .nav-links {
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 42pt;
    line-height: 50pt;
    letter-spacing: 2.8px;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-social {
    order: 3;
    width: 135px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1202px) {
  .header.header-light .col-burger {
    display: block;
    order: 4;
    width: 60px;
    padding-right: 10px;
  }
}
.header .is-hidden-header {
  display: none;
}
.header .custom-logo {
  height: 45px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .header .custom-logo {
    height: 45px;
  }
}
.header .icon-close {
  cursor: pointer;
  height: 18px;
  display: none;
  z-index: 130;
}
.header .icon-nav-inner {
  height: 20px;
}
@media screen and (min-width: 1202px) {
  .header .col-social {
    width: 40%;
  }
}
.header .col-logo {
  text-align: center;
}
@media screen and (min-width: 1202px) {
  .header .col-logo {
    width: 20%;
  }
}
@media screen and (min-width: 1201px) {
  .header .col-burger {
    display: none;
  }
}
.header .col-baseline {
  font-weight: 500;
  display: none;
  text-transform: uppercase;
  font-size: 9pt;
  line-height: 11pt;
  font-family: "Oswald", sans-serif;
  text-align: center;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1201px) {
  .header .col-links {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:rgba(17, 3, 85, 1);
    z-index: 120;
    padding: 45px 20px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    overflow: scroll;
  }
}
@media screen and (max-width: 1201px) {
  .header .col-links .col-links-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .header .col-links .col-links-nav .social-nav {
    display: none;
  }
}
@media screen and (min-width: 1202px) {
  .header .col-links {
    width: 40%;
    justify-content: flex-end;
    display: flex;
  }
}
.header .col-links-light {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .main-nav {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1202px) {
  .header .main-nav {
    display: flex;
  }
}
.header .main-nav .menu-item {
  font-weight: 500;
  line-height: 1;
  position: relative;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-size: 9pt;
  line-height: 11pt;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1201px) {
  .header .main-nav .menu-item {
    font-size: 25pt;
    line-height: 30pt;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1202px) {
  .header .main-nav .menu-item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1202px) {
  .header .main-nav .menu-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .header .main-nav .menu-item:after {
    content: "";
    background: transparent;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    transition: width 0.2s ease;
  }
}
@media screen and (min-width: 992px) {
  .header .main-nav .menu-item.active-link:after {
    background: #000;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header .main-nav .menu-item.active-link .nav-links {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1202px) {
  .header .main-nav .menu-item:after {
    content: "";
    background: transparent;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    transition: width 0.2s ease;
  }
}
.header .social-nav {
  display: flex;
}
.header .social-nav .menu-item {
  margin-left: 10px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .menu-item {
    margin-left: 9px;
  }
}
.header .social-nav .menu-item:first-child {
  margin-left: 0;
}
.header .social-nav .nav-links {
  display: block;
  font-size: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .nav-links {
    width: 12px;
    height: 12px;
  }
}
.header .social-nav .social-instagram {
  background: url(../images/logo-instagram.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .social-instagram {
    background-size: 12px 12px;
  }
}
.header .social-nav .social-facebook {
  background: url(../images/logo-facebook.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .social-facebook {
    background-size: 12px 12px;
  }
}
.header .social-nav .social-linkedin {
  background: url(../images/logo-linkedin.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .social-linkedin {
    background-size: 12px 12px;
  }
}
.header .social-nav .social-vimeo {
  background: url(../images/logo-vimeo.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .header .social-nav .social-vimeo {
    background-size: 12px 12px;
  }
}
.header .language-nav {
  display: flex;
}
@media screen and (max-width: 1201px) {
  .header .language-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1202px) {
  .header .language-nav {
    margin-left: 20px;
  }
}
.header .language-nav .menu-item {
  margin-left: 20px;
  font-size: 9pt;
  line-height: 11pt;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  color: #7f7f7f;
}
@media screen and (max-width: 1201px) {
  .header .language-nav .menu-item {
    font-size: 15pt;
    line-height: 18pt;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1202px) {
  .header .language-nav .menu-item {
    margin-left: 5px;
  }
}
.header .language-nav .menu-item:first-child {
  margin-left: 0;
}
.header .language-nav .menu-item:first-child:before {
  content: none;
}
.header .language-nav .menu-item:before {
  margin-right: 5px;
  font-size: 8pt;
  content: "|";
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1201px) {
  .header .language-nav .menu-item:before {
    margin-right: 10px;
    font-size: 13pt;
  }
}
.header .language-nav .menu-item a {
  color: #7f7f7f;
}
.header .language-nav .wpml-ls-current-language {
  pointer-events: none;
  color: #000;
  font-weight: 500;
}
.header .language-nav .wpml-ls-current-language a {
  color: #000;
}
.header .language-nav .nav-links {
  text-transform: uppercase;
}

.icon-nav {
  cursor: pointer;
  height: 31px;
}

@media screen and (min-width: 1202px) {
  .header-submenu-nav-opened {
    overflow: hidden;
  }
}
.header-submenu-nav-opened .header .logo {
  transform: translateX(-200%);
  transition: transform 5s ease-in-out;
}
.header-submenu-nav-opened .header .icon-close {
  display: block;
}
.header-submenu-nav-opened .header .icon-nav {
  display: none;
}
@media screen and (min-width: 1202px) {
  .header-submenu-nav-opened .header.header-light .col-links-light {
    display: flex;
  }
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav {
  display: flex;
  margin: 0;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .wpml-ls-current-language {
  pointer-events: none;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .wpml-ls-current-language .nav-links {
  color: #000;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .menu-item {
  margin-left: 8px;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .menu-item:first-child:before {
  content: none;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .menu-item a {
  color: #7f7f7f;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .menu-item:before {
  content: "|";
  font-size: 21pt;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.header-submenu-nav-opened .header.header-light .col-links-light .language-nav .nav-links {
  color: #000;
  font-family: "Oswald";
  font-size: 25pt;
  line-height: 30pt;
  letter-spacing: 1.65px;
}
@media screen and (max-width: 1201px) {

 .active div.col_header {
  position: fixed;
  z-index: 120;

  }
  .header-submenu-nav-opened .header .col-links,.active nav.col-links,.active div.boutton_header ,.active div.search_form,.active div.site-branding,.active  span.dashicons-no{
       /* display: block !important;
    z-index: 1;
    position: fixed;*/
  }
}

.footer {
  background: #000;
  color: #fff;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1202px) {
  .footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer .wpcf7-form .wpcf7-not-valid-tip {
    top: -40px !important;
  }
}
.footer .footer-talk {
  display: none;
  font-size: 78pt;
  line-height: 78pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 991px) {
  .footer .footer-talk {
    font-size: 20pt;
    line-height: 28pt;
  }
}
.footer .is-hidden-footer {
  display: none;
}
.footer .logo-footer {
  height: 80px;
}
.footer .mail-tel a {
  color: #fff;
}
.footer .social-nav {
  display: block !important;
}
.footer .social-nav .menu-item {
  background: none !important;
  margin: 0 0 3px !important;
  height: auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .footer .social-nav .menu-item {
    margin-bottom: 5px !important;
  }
}
.footer .social-nav .nav-links {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt !important;
  line-height: 11pt;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer .social-nav .nav-links {
    font-size: 9pt;
  }
}
@media screen and (max-width: 991px) {
  .footer .col-newsletter {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer .col-newsletter .col-newsletter {
    margin-top: -16px;
  }
}
.footer .col-title {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 12pt;
  line-height: 16pt;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer .col-title {
    margin-bottom: 20px;
  }
}
.footer .address {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 10pt;
  line-height: 14pt;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  text-align: left;
}
.footer .address a {
  color: #fff;
}
.footer .talk-mail {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .footer .talk-mail {
    margin-bottom: 25px;
  }
}
.footer .talk-mail a {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 32pt;
  line-height: 27pt;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer .talk-mail a {
    font-size: 16pt;
    line-height: 14pt;
    margin: 10px 0 15px;
  }
}
.footer .talk-mail br {
  display: none;
}
.footer .baseline {
  font-size: 12pt;
  line-height: 12pt;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.39px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer .baseline {
    font-size: 8pt;
    text-align: left;
  }
}
.footer .credits {
  font-size: 10pt;
  line-height: 10pt;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .credits {
    text-align: left;
    margin-top: 20px;
  }
}
.footer .credits a {
  display: inline-block;
  color: #fff;
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .footer .credits a {
    margin: 0 10px 0 0;
  }
}
.footer .col-legals {
  margin-top: 20px;
}
.footer .form-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .footer .form-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1202px) {
  .footer .form-title {
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer .col-project {
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .footer .col-project {
    width: auto;
    padding: 15px 40px;
  }
}
.footer .project-form-contact {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  margin-bottom: 30px;
}
.footer .project-form-contact a {
  color: #fff;
}
.footer input[type=submit] {
  margin: 0;
  font-size: 12pt;
  line-height: 14pt;
  width: auto;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.footer input {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 12pt;
  line-height: 16pt;
}
.footer label {
  font-family: "Playfair Display", serif;
  color: #707070;
  font-size: 20px;
}
.footer input::placeholder {
  color: #fff;
  font-size: 12pt;
  line-height: 14pt;
  font-family: "Open Sans", sans-serif;
}
.footer input:focus::placeholder {
  opacity: 0;
  background: transparent;
}
.footer textarea {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 12pt;
  line-height: 14pt;
  height: 80px;
  padding-top: 52px;
  resize: none;
}
@media screen and (min-width: 1202px) {
  .footer textarea {
    font-size: 18px;
    margin-bottom: 45px;
    padding-top: 10px;
    height: 130px;
  }
}
.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer textarea:-webkit-autofill,
.footer textarea:-webkit-autofill:hover,
.footer textarea:-webkit-autofill:focus,
.footer select:-webkit-autofill,
.footer select:-webkit-autofill:hover,
.footer select:-webkit-autofill:focus {
  /* border-bottom: 1px solid #575757; */
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.footer .newsletter-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
}
.footer .newsletter-contact.captcha-open .recaptcha {
  display: block !important;
}
.footer .newsletter-contact .recaptcha {
  display: none !important;
  margin: 0;
}
.footer .newsletter-contact label {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-size: 17px;
  font-weight: 300;
  margin-right: 60px;
}
.footer .newsletter-contact br {
  display: none;
}
.footer .newsletter-contact .nl-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.footer .newsletter-contact .nl-wrapper > p {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .newsletter-contact .nl-wrapper .newsletter-name {
  margin: 0 15px 0 0;
}
.footer .newsletter-contact .nl-wrapper input[type=text] {
  margin: 0;
  padding: 0;
}
.footer .newsletter-contact .nl-wrapper input[type=submit] {
  margin: 0;
  padding: 0;
}
.footer .submit-wrapper {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .col-right {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1202px) {
  .footer .col-right {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1366px) {
  .footer .col-right {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
  }
}
.footer .footer-nav {
  padding: 0 5px;
}
@media screen and (min-width: 1202px) {
  .footer .footer-nav {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .footer .footer-nav {
    margin-bottom: 50px;
  }
}
.footer .footer-nav .menu-item {
  margin-bottom: 5px;
  text-align: right;
}
@media screen and (min-width: 1366px) {
  .footer .footer-nav .menu-item {
    margin-bottom: 7px;
  }
}
.footer .footer-nav .nav-links {
  font-size: 18px;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 1202px) {
  .footer .footer-nav .nav-links {
    font-size: 19px;
  }
}
.footer .social-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer .social-nav {
    justify-content: flex-end !important;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1202px) {
  .footer .social-nav {
    margin-right: 0;
    justify-content: center !important;
  }
}
.footer .social-nav .menu-item {
  margin: 0 22px;
}
.footer .social-nav .nav-links {
  display: block;
  font-size: 0;
  width: 24px;
  height: 24px;
}
.footer .social-nav .social-instagram {
  background: url(../images/logo-instagram-white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
}
.footer .social-nav .social-facebook {
  background: url(../images/logo-facebook-white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
}
.footer .social-nav .social-linkedin {
  background: url(../images/logo-linkedin-white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
}
@media screen and (min-width: 992px) {
  .footer .col-language-nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1202px) {
  .footer .col-language-nav {
    margin: 0 0 0 25px;
    width: 319px;
  }
}
.footer .language-nav {
  display: flex;
  padding: 20px 0 0;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer .language-nav {
    margin-top: 0;
    margin-right: 4px;
    padding: 0;
    width: 220px;
  }
}
@media screen and (min-width: 1202px) {
  .footer .language-nav {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer .language-nav:before {
    content: "";
    border-top: 1px solid #575757;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
  }
}
.footer .language-nav .menu-item {
  margin-left: 20px;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  .footer .language-nav .menu-item {
    margin-left: 10px;
    font-size: 15px;
  }
}
.footer .language-nav .menu-item:first-child {
  margin-left: 0;
}
.footer .language-nav .wpml-ls-current-language {
  pointer-events: none;
  font-weight: bold;
}
.footer .language-nav .nav-links {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.footer .copyright-footer {
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .footer .copyright-footer {
    margin-top: 25px;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1202px) {
  .footer .copyright-footer {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) {
  .footer .copyright-footer:before {
    content: "";
    border-top: 1px solid rgba(87, 87, 87, 0.5098039216);
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .footer .copyright-footer:before {
    width: 300vw;
    left: -50%;
  }
}
.footer .copyright {
  color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1202px) {
  .footer .copyright {
    font-size: 16px;
  }
}
.footer .copyright a {
  color: #707070;
}

.partners-section .customers-list {
  width: 336px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .partners-section .customers-list {
    width: 890px;
  }
}
.partners-section .customers-list a {
  font-family: "Oswald", sans-serif;
  font-size: 26pt;
  line-height: 32pt;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .partners-section .customers-list a {
    font-size: 19.5pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 991px) {
  .partners-section .customers-list a {
    font-size: 13pt;
    line-height: 16pt;
  }
}
.partners-section .partners-list {
  min-height: 70px;
  padding-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 992px) {
  .partners-section .partners-list {
    min-height: 120px;
  }
}
@media screen and (min-width: 1202px) {
  .partners-section .partners-list {
    min-height: 100px;
    padding-top: 20px;
  }
}
.partners-section .partner-item {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .partners-section .partner-item {
    width: 20%;
    min-height: 70px;
  }
}
.partners-section .partner-logo {
  width: auto;
  max-height: 40px;
  max-width: 90%;
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .partners-section .partner-logo {
    max-height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .partners-section .partner-logo {
    max-height: 60px;
  }
}
@media screen and (min-width: 1202px) {
  .partners-section .partner-logo {
    max-height: 70px;
  }
}

.realisations-section.open .realisations-list .realisation-item:nth-of-type(n + 13) {
  display: block;
}
.realisations-section.open .view-more-realisations {
  display: none;
}
@media screen and (max-width: 991px) {
  .realisations-section .realisations-list {
    margin: 0;
  }
}
.realisations-section .realisations-list .realisation-item {
  padding: 10px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .realisations-section .realisations-list .realisation-item {
    padding: 0 0 20px;
  }
}
.realisations-section .realisations-list .realisation-item:nth-of-type(n + 13) {
  display: none;
}
.realisations-section .realisations-list .realisation-item-content {
  position: relative;
  padding: 0;
  height: auto;
  aspect-ratio: 1;
}
.realisations-section .realisations-list .realisation-item-content .realisation-text {
  transition: all 0.2s ease;
}
.realisations-section .realisations-list .realisation-item-content:after {
  border: 20px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: border 0.2s ease;
}
.realisations-section .realisations-list .realisation-item-content:last-child {
  margin-bottom: 0;
}
.realisations-section .realisations-list .realisation-item-content:hover {
  border: 0.5px solid #000;
}
.realisations-section .realisations-list .realisation-item-content:hover:after {
  border: 20px solid #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.realisations-section .realisations-list .realisation-item-content:hover .realisation-text {
  opacity: 1;
  bottom: 0;
}
.realisations-section .realisations-list .realisation-visual {
  height: 100%;
}
.realisations-section .realisations-list .realisation-visual img {
  object-fit: cover;
  object-position: center;
  max-width: none;
  width: 100%;
  height: 100%;
}
.realisations-section .realisations-list .realisation-text {
  position: absolute;
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
  display: flex;
  opacity: 0;
  align-items: center;
  background: #fff;
  bottom: -10px;
  z-index: 10;
  justify-content: space-between;
}
.realisations-section .realisations-list .realisation-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Open sans";
  color: #000;
  margin: 0px;
  font-size: 6pt;
  line-height: 17pt;
  font-weight: 600;
  letter-spacing: 0.08px;
}
.realisations-section .realisations-list .realisation-x {
  font-weight: 800;
  margin: 0 2px;
}
.realisations-section .realisations-list .arrow {
  height: 22px;
}
.realisations-section .view-more-realisations {
  margin-top: 60px;
}
.realisations-section .view-more-realisations .cta-big {
  cursor: pointer;
}

.page-wrapper {
  overflow: hidden;
}

.wpcf7-form .wpcf7-not-valid-tip {
  text-align: left !important;
  top: -30px !important;
  position: relative !important;
  font-size: 14px !important;
  color: #d88c67 !important;
}
@media screen and (min-width: 1202px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    top: -55px !important;
  }
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #ffb900 !important;
  border: 0 !important;
  text-align: left !important;
  color: #d88c67 !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

.contact-form-form .wpcf7 form.sent .wpcf7-response-output {
  color: #000 !important;
}

.instagram-section {
  margin-bottom: 30px;
}
.instagram-section #sb_instagram img {
  opacity: 1 !important;
}

.instagram-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .instagram-list {
    width: 630px;
    margin: 0 auto;
  }
}
.instagram-list #sb_instagram {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .instagram-list #sb_instagram {
    height: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .instagram-list #sb_instagram {
    height: 650px !important;
  }
}
@media screen and (max-width: 991px) {
  .instagram-list #sbi_images {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 991px) {
  .instagram-list #sb_instagram #sbi_images .sbi_item {
    width: 33.33% !important;
    padding: 2px !important;
  }
}

.cta-big {
  text-transform: uppercase;
  font-size: 16pt;
  line-height: 19pt;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.63px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .cta-big {
    font-size: 10pt;
    line-height: 12pt;
  }
}
.cta-big:after {
  content: "";
  background: #000 !important;
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  transition: width 0.2s ease;
}
.cta-big:hover:after {
  background: #000 !important;
  width: 0;
}
.cta-big.text-white:after {
  background: #fff !important;
}
.cta-big.text-white:hover {
  color: #fff !important;
}
.cta-big.text-white:hover:after {
  background: #fff !important;
}

.text-intro {
  font-size: 14.5pt;
  font-weight: 300;
  line-height: 19.6pt;
  font-family: "Roboto Condensed", sans-serif;
  width: 850px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1281px) {
  .text-intro {
    font-size: 15pt;
    line-height: 20.25pt;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .text-intro {
    width: 500px;
    font-size: 14pt;
    line-height: 17pt;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .text-intro {
    width: auto;
  }
}
.text-intro p {
  margin: 0;
}

.text-white {
  color: #fff;
}

.page-homepage ~ .footer .footer-talk {
  display: block;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-homepage ~ .footer .footer-talk {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .page-homepage .header {
    transition: transform 0.25s ease-in-out;
  }
}
@media screen and (min-width: 1202px) {
  .page-homepage .text-intro {
    width: 560px;
  }
}
.page-homepage .volume-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media screen and (min-width: 992px) {
  .page-homepage .volume-button {
    bottom: 30px;
    left: 30px;
  }
}
.page-homepage .volume-button .icon-volume-mute {
  width: 25px;
  height: 25px;
}
.page-homepage .volume-button svg {
  height: 30px;
  width: 30px;
  color: #fff;
  display: none;
  cursor: pointer;
}
.page-homepage .volume-button .fa-volume-off {
  display: block;
}
.page-homepage .volume-button .fa-volume-up {
  display: none;
}
.page-homepage .volume-button.active .fa-volume-off {
  display: none;
}
.page-homepage .volume-button.active .fa-volume-up {
  display: block;
}
.page-homepage .homepage-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-homepage .homepage-video-container {
    height: 100vh;
  }
}
.page-homepage .homepage-video {
  height: 100%;
  width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}
.page-homepage .homepage-video video {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .page-homepage .homepage-video video {
    position: absolute;
  }
}
.page-homepage .homepage-intro {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #fbf8f2;
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  .page-homepage .homepage-intro {
    padding-bottom: 120px;
    padding-top: 120px;
    margin: 0;
  }
}
.page-homepage .homepage-intro h1 {
  font-size: 24pt;
  line-height: 26pt;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 991px) {
  .page-homepage .homepage-intro h1 {
    font-size: 15pt;
    line-height: 18pt;
  }
}
.page-homepage .homepage-intro .intro-title {
  margin-bottom: 40px;
}
.page-homepage .realisations-section {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .page-homepage .realisations-section {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .page-homepage .realisations-section .realisations-list {
    margin: 0 -15px;
  }
}
.page-homepage .realisations-section .realisations-link {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .page-homepage .realisations-section .realisations-link {
    margin-top: 25px;
  }
}
.page-homepage .hp-realisations-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-homepage .hp-realisations-list {
    margin-bottom: 50px;
  }
}
.page-homepage .hp-realisations-list .realisation-item {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .page-homepage .hp-realisations-list .realisation-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.page-homepage .hp-realisations-list .realisation-visual img {
  aspect-ratio: 1;
  object-fit: cover;
}
.page-homepage .hp-realisations-list .realisation-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  text-transform: uppercase;
  display: flex;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../images/hp-realisation-bg.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-homepage .hp-realisations-list .realisation-text {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.page-homepage .expertise-section {
  background: #fbf8f2;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  .page-homepage .expertise-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1202px) {
  .page-homepage .expertise-section {
    margin: 0;
  }
}
.page-homepage .expertise-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-homepage .expertise-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-homepage .expertise-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-homepage .expertise-visual-wrapper {
    padding: 0;
  }
}
.page-homepage .expertise-visual {
  height: 173px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-homepage .expertise-visual {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .page-homepage .expertise-visual {
    height: 240px;
  }
}
@media screen and (min-width: 1202px) {
  .page-homepage .expertise-visual {
    /*height: 361px;*/
  }
}
.page-homepage .expertise-text {
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 12.5pt;
  line-height: 17pt;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1202px) {
  .page-homepage .expertise-text {
    font-size: 17px;
    margin-top: -10px;
  }
}
.page-homepage .expertise-text p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-homepage .expertise-text p {
    margin-bottom: 25px;
  }
}
.page-homepage .expertises-list {
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .page-homepage .expertises-list {
    margin-bottom: 50px;
  }
}
.page-homepage .expertise-visual {
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 15px;
}
.page-homepage .expertise-link {
  padding: 25px 0 40px;
}
@media screen and (min-width: 992px) {
  .page-homepage .expertise-link {
    text-align: left;
    padding: 0;
  }
}
.page-homepage .partners-section {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (min-width: 992px) {
  .page-homepage .partners-section {
    padding-top: 110px;
  }
}

.page-expertises {
  text-align: center;
}
.page-expertises ~ .footer {
  margin-top: 0;
}
.page-expertises .section-expertises {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f8f4ed;
}
@media screen and (max-width: 991px) {
  .page-expertises .section-expertises {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-expertises .expertises-intro {
  background: #000;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-intro {
    padding: 70px 0;
  }
}
.page-expertises .expertises-intro .intro {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 1279px) {
  .page-expertises .expertises-intro .intro {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-intro .intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-expertises .expertise-title {
  color: #99834a;
  text-transform: uppercase;
  font-size: 60pt;
  line-height: 45pt;
  font-family: "OPEN SANS";
  font-weight: 800;
  margin-bottom: 70px;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 991px) {
  .page-expertises .expertise-title {
    font-size: 30pt;
    line-height: 36pt;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-expertises .expertises-intro-text {
  font-family: "Oswald", sans-serif;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 15pt;
  line-height: 22pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 750px;
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-intro-text {
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 40px;
    width: auto;
  }
}
@media screen and (min-height: 700px) and (max-height: 900px) {
  .page-expertises .expertises-list {
    transform: scale(0.8);
    margin-top: -90px !important;
  }
}
@media screen and (min-width: 1280px) {
  .page-expertises .expertises-list {
    margin: 0 auto;
  }
}
.page-expertises .expertises-list .expertise-column {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-list .expertise-column {
    padding: 10px 15px 10px;
  }
}
.page-expertises .expertises-list .expertise-item {
  background: #fff;
  padding: 20px;
  min-height: 440px;
}
@media screen and (max-width: 1279px) {
  .page-expertises .expertises-list .expertise-item {
    min-height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-list .expertise-item {
    min-height: auto;
  }
}
.page-expertises .expertises-list .expertise-item .expertise-visual {
  margin-bottom: 20px;
}
.page-expertises .expertises-list .expertise-item .expertise-visual img {
  height: 267px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-list .expertise-item .expertise-visual img {
    height: auto;
  }
}
.page-expertises .expertises-list .expertise-item .expertise-content {
  font-family: "Oswald", sans-serif;
  color: #000;
}
.page-expertises .expertises-list .expertise-item .expertise-content h3 {
  font-size: 20.7pt;
  line-height: 24.8pt;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1279px) {
  .page-expertises .expertises-list .expertise-item .expertise-content h3 {
    font-size: 15.5pt;
    line-height: 17.7pt;
  }
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-list .expertise-item .expertise-content h3 {
    font-size: 14.7pt;
    line-height: 17.7pt;
  }
}
.page-expertises .expertises-list .expertise-item .expertise-content p {
  font-size: 15.5pt;
  line-height: 18.2pt;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.28px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1279px) {
  .page-expertises .expertises-list .expertise-item .expertise-content p {
    font-size: 11.6pt;
    line-height: 13.7pt;
  }
}
@media screen and (max-width: 991px) {
  .page-expertises .expertises-list .expertise-item .expertise-content p {
    font-size: 11pt;
    line-height: 13pt;
  }
}
.page-expertises .section-savoir-faire {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page-expertises .section-savoir-faire {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.page-expertises .collaboration-list .h2-title {
  margin-bottom: 30px;
}
.page-expertises .section-studio-creation {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #f8f4ed;
}
@media screen and (max-width: 991px) {
  .page-expertises .section-studio-creation {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-expertises .our-customers {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .page-expertises .our-customers {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.page-agency ~ .footer {
  margin-top: 0;
}
.page-agency .testimonies-section {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f8f4ed;
}
@media screen and (max-width: 991px) {
  .page-agency .testimonies-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-agency .testimonies-title {
  color: #99834a;
  text-transform: uppercase;
  font-size: 60pt;
  line-height: 45pt;
  font-family: "OPEN SANS";
  font-weight: 800;
  margin-bottom: 70px;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 991px) {
  .page-agency .testimonies-title {
    font-size: 30pt;
    line-height: 36pt;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .page-agency .testimonies-list {
    margin: 0 auto;
  }
}
.page-agency .testimonies-list .testimony-column {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .page-agency .testimonies-list .testimony-column {
    padding: 10px 15px 10px;
  }
}
.page-agency .testimonies-list .testimony-item {
  background: #fff;
  padding: 20px;
}
.page-agency .testimonies-list .testimony-item .testimony-visual {
  margin-bottom: 20px;
  height: 189px;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .page-agency .testimonies-list .testimony-item .testimony-visual {
    height: 189px;
  }
}
.page-agency .testimonies-list .testimony-item .testimony-item-title {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 16pt;
  line-height: 20pt;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 53px;
}
@media screen and (max-width: 1279px) {
  .page-agency .testimonies-list .testimony-item .testimony-item-title {
    font-size: 15.5pt;
    line-height: 17.7pt;
    min-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .page-agency .testimonies-list .testimony-item .testimony-item-title {
    font-size: 14.7pt;
    line-height: 17.7pt;
  }
}
.page-agency .testimonies-list .testimony-item .testimony-item-quote {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}
.page-agency .testimonies-list .testimony-item .testimony-item-contact {
  color: #99834a;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1.2;
  font-weight: 500;
}
.page-agency .testimonies-list .testimony-item .testimony-item-job {
  font-weight: 300;
  margin-bottom: 0;
}
.page-agency .agency-visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
}
@media screen and (max-width: 991px) {
  .page-agency .agency-visual {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page-agency .agency-visual {
    height: 200px;
  }
}
.page-agency .agency-intro {
  background: #fff;
  padding: 120px 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 991px) {
  .page-agency .agency-intro {
    padding: 70px 0;
  }
}
.page-agency .agency-intro .h2-title {
  color: #000;
}
.page-agency .agency-intro .text-intro {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-agency .agency-intro .text-intro {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-agency .agency-intro .text-intro {
    width: 750px;
  }
}
.page-agency .agency-intro .intro {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 1279px) {
  .page-agency .agency-intro .intro {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 991px) {
  .page-agency .agency-intro .intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-agency .agency-method {
  background: #000;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .page-agency .agency-method {
    padding: 70px 0;
  }
}
.page-agency .agency-method .h2-title {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .page-agency .agency-method .text-intro {
    width: 750px;
  }
}
.page-agency .talk {
  font-size: 60pt;
  color: #99834a;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-decoration: underline;
  line-height: 68pt;
  letter-spacing: -2.4px;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 1279px) {
  .page-agency .talk {
    font-size: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .page-agency .talk {
    font-size: 26pt;
    line-height: 25pt;
  }
}
.page-agency .team-section {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .page-agency .team-section {
    padding: 0px 15px 30px;
  }
}
@media screen and (min-width: 1366px) {
  .page-agency .team-list {
    padding: 0 70px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.page-agency .team-item {
  text-align: left;
}
@media screen and (min-width: 1366px) {
  .page-agency .team-item {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.page-agency .team-visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  filter: grayscale(100%);
  margin-bottom: 4px;
}
.page-agency .team-visual:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.page-agency .team-name {
  font-size: 9pt;
  margin: 10px 0 5px;
  line-height: 10.8pt;
  letter-spacing: 0.84px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.page-agency .team-job {
  margin: 0;
  line-height: 9.6pt;
  font-size: 8pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.page-agency .team-mail {
  margin: 5px 0;
  display: block;
}
.page-agency .team-mail,
.page-agency .team-background {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8pt;
  line-height: 9.6pt;
}
.page-agency .team-link-wrapper {
  padding: 45px 0 75px;
}
@media screen and (max-width: 991px) {
  .page-agency .team-link-wrapper {
    padding: 45px 0 35px;
  }
}
.page-agency .press-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-agency .press-section {
    padding: 70px 0;
  }
}
.page-agency .press-section .press-list .h2-title {
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.page-agency .press-section .press-list .press-visual-screen {
  position: relative;
  height: auto;
  aspect-ratio: 1/1;
}
.page-agency .press-section .press-list .press-visual {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.page-agency .press-section .press-list .press-item {
  position: relative;
  padding: 0;
  display: block;
  margin-bottom: 30px;
  max-height: 276px;
}
.page-agency .press-section .press-list .press-item:before {
  background-color: transparent;
  transition: all 0.2s ease;
}
.page-agency .press-section .press-list .press-item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  transition: all 0.2s ease;
  z-index: 10;
}
.page-agency .press-section .press-list .press-item .h2-title {
  z-index: 20;
}

.page-our-work .footer {
  margin-top: 0;
}

.page-realisations {
  background: #f8f4ed;
}
.page-realisations .realisations-title {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .page-realisations .realisations-title {
    margin-top: 50px;
  }
}
.page-realisations .category-list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .page-realisations .category-list {
    gap: 0 15px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 0;
    justify-content: center;
  }
}
.page-realisations .category-list .cat-list-click {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  position: static;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
}
.page-realisations .category-list .cat-list-click:after {
  content: "▼";
  font-size: 8px;
  margin-left: 25px;
}
.page-realisations .category-list .cat-select {
  display: none;
  background: #000;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  padding-top: 25px;
  padding-bottom: 10px;
}
.page-realisations .category-list .cat-select.active {
  display: block;
}
.page-realisations .category-item {
  font-size: 13pt;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.72px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .page-realisations .category-item {
    font-size: 11pt;
  }
}
@media screen and (max-width: 991px) {
  .page-realisations .category-item {
    color: #fff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-realisations .category-item.cat-item-all {
    margin-bottom: 0;
    position: static;
  }
}
.page-realisations .category-item.active {
  color: #000;
}
@media screen and (max-width: 991px) {
  .page-realisations .category-item.active {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .page-realisations .category-item.active:after {
    content: "";
    background: #000;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page-realisations .category-item:after {
    content: "";
    background: transparent;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 0;
    transition: width 0.2s ease;
  }
}
@media screen and (min-width: 992px) {
  .page-realisations .category-item:hover:after {
    background: #000;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-realisations .realisation-item {
    width: 100%;
  }
}
.page-realisations .realisations-section {
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page-realisations .realisations-section {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.page-realisations .others-realisations-section {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 1366px) {
  .page-realisations .others-realisations-section {
    margin-bottom: 30px;
  }
}

.page-realisation ~ .footer {
  margin-top: 0;
}
.page-realisation .post-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .page-realisation .post-nav .cta-big {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .page-realisation .post-nav .cta-big:after {
    bottom: -3px;
  }
}
.page-realisation .realisation-header {
  background: #f8f4ed;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-header {
    padding-top: 50px;
  }
}
.page-realisation .realisation-header .author-x {
  color: #a38345;
  font-family: "Open Sans";
  font-size: 36pt;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-header .author-x {
    font-size: 21pt;
  }
}
.page-realisation .realisation-header .author-title {
  font-size: 33pt;
  line-height: 35pt;
  font-family: "Open Sans";
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.584px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-header .author-title {
    font-size: 26pt;
    line-height: 28pt;
  }
}
.page-realisation .realisation-header .h2-title {
  margin-bottom: 30px;
  display: block;
}
.page-realisation .realisation-content-container {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content-container {
    width: 100%;
  }
}
.page-realisation .realisation-content-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.page-realisation .expertises-intro-text {
  width: 750px;
  font-family: "Oswald", sans-serif;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 15pt;
  line-height: 22pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .page-realisation .expertises-intro-text {
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 40px;
    width: auto;
  }
}
.page-realisation .realisation-copyright {
  font-size: 10pt;
  line-height: 12pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  text-transform: none;
}
.page-realisation .is-video-player {
  position: relative;
}
.page-realisation .is-video-player video {
  cursor: pointer;
}
.page-realisation .is-video-player:not(.launched):before {
  content: none;
  cursor: pointer;
  pointer-events: none;
  background: url(../images/icon-play.svg) 0 0 no-repeat;
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%) translateY(-50%);
  background-size: 80px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(0%) hue-rotate(95deg) brightness(118%) contrast(101%);
}
.page-realisation .realisation-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-video-container {
    margin-bottom: 30px;
    height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-video-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.page-realisation .realisation-video-container + .realisation-video-container {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-video-container + .realisation-video-container {
    margin-top: 0;
  }
}
.page-realisation .realisation-video-container.video-square {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-video-container.video-square {
    height: calc(100vh - 93px);
    background: #000;
    background-image: none !important;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-video-container.video-square .realisation-video video {
    position: static;
    width: auto;
    margin: 0 auto;
  }
}
.page-realisation .realisation-press {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-press {
    margin-top: 40px;
  }
}
.page-realisation .realisation-landing {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-landing {
    margin-top: 20px;
  }
}
.page-realisation .realisation-video {
  height: 100%;
  width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}
.page-realisation .realisation-video video {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-video video {
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-video video {
    aspect-ratio: 1;
  }
}
.page-realisation .realisation-video.has-iframe {
  padding-top: 56.25%;
}
.page-realisation .realisation-video.has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-realisation .realisation-visual {
  position: relative;
}
.page-realisation .realisation-visual img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/0.48;
  width: 100%;
}
.page-realisation .realisation-two-photos {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-two-photos {
    margin-top: 50px;
  }
}
.page-realisation .realisation-two-photos.realisation-two-photos-clone {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-two-photos.realisation-two-photos-clone {
    margin-top: 50px;
  }
}
.page-realisation .realisation-two-photos .col-medias-real {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .page-realisation .realisation-two-photos .col-medias-real {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-two-photos .col-medias-real:first-child {
    flex: none;
    width: 33.33333%;
  }
}
.page-realisation .realisation-two-photos video {
  width: 100%;
  height: 657px;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-two-photos video {
    height: 437px;
  }
}
@media screen and (max-width: 767px) {
  .page-realisation .realisation-two-photos video {
    height: auto;
    margin-bottom: 15px;
  }
}
.page-realisation .realisation-two-photos img {
  object-fit: cover;
  object-position: center;
  height: 657px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-two-photos img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-two-photos img {
    height: 437px;
  }
}
@media screen and (max-width: 767px) {
  .page-realisation .realisation-two-photos img {
    height: auto;
  }
}
.page-realisation .realisation-content {
  font-size: 14pt;
  font-weight: 300;
  line-height: 19pt;
  font-family: "Roboto Condensed", sans-serif;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content {
    font-size: 11pt;
    line-height: 15pt;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-content.has-video {
    padding-top: 5px;
  }
}
.page-realisation .realisation-content.is-second {
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-content.is-second {
    padding: 40px 35px;
  }
}
.page-realisation .realisation-content p {
  margin-bottom: 30px;
}
.page-realisation .realisation-content h1 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}
.page-realisation .realisation-content .realisation-x {
  height: 20px;
  width: 20px;
}
.page-realisation .realisation-content h2 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: 500;
  font-size: 15pt;
  line-height: 22pt;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content h2 {
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 20px;
  }
}
.page-realisation .realisation-content h2:first-child {
  margin-top: 0;
}
.page-realisation .realisation-content h2 b,
.page-realisation .realisation-content h2 strong {
  font-weight: normal;
}
.page-realisation .realisation-content h3 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
  font-size: 15pt;
  line-height: 22pt;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content h3 {
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 40px;
  }
}
.page-realisation .realisation-content h4 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 300;
  font-size: 12pt;
  line-height: 14.4pt;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-content h4 {
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 40px;
  }
}
.page-realisation .realisation-carousel {
  margin: 0 auto;
  position: relative;
}
.page-realisation .realisation-carousel-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-carousel-section {
    margin-bottom: 90px;
  }
}
.page-realisation .realisation-carousel-cell {
  width: 85%;
  padding: 0 7.5px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-cell {
    width: 100%;
    padding: 0;
  }
}
.page-realisation .realisation-carousel-cell img {
  position: relative;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .page-realisation .realisation-carousel-cell img {
    height: 365px;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-cell img {
    height: 512px;
  }
}
@media screen and (min-width: 1202px) {
  .page-realisation .realisation-carousel-cell img {
    height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-nav {
    overflow: scroll;
  }
}
@media screen and (min-width: 768px) {
  .page-realisation .realisation-carousel-nav {
    width: 730px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1202px) {
  .page-realisation .realisation-carousel-nav {
    width: 802px;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-nav-cell {
    padding: 10px 5px;
    width: 150px;
    height: 150px;
    flex: none;
    cursor: pointer;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-nav-cell:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-nav-cell:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-carousel-nav-cell img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
.page-realisation .flickity-prev-next-button {
  position: absolute;
  bottom: -35px;
  left: 0;
  top: auto;
}
@media screen and (max-width: 991px) {
  .page-realisation .flickity-prev-next-button {
    left: 15px;
  }
}
.page-realisation .flickity-prev-next-button.previous {
  background: url(../images/icon-left-arrow.png) 0 0 no-repeat;
  background-size: 100%;
}
.page-realisation .flickity-prev-next-button.next {
  left: auto;
  right: 0;
  background: url(../images/icon-right-arrow.png) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .page-realisation .flickity-prev-next-button.next {
    right: 15px;
  }
}
.page-realisation .flickity-prev-next-button svg {
  display: none;
}
.page-realisation .realisations-stories-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisations-stories-section {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisations-stories-section.stories-left {
    justify-content: flex-start;
  }
}
.page-realisation .realisation-stories-container {
  width: 100%;
  position: relative;
}
.page-realisation .realisation-stories-container:before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-stories-container {
    height: 100vh;
  }
}
@media screen and (min-width: 1202px) {
  .page-realisation .realisation-stories-container {
    margin-bottom: 35px;
  }
}
.page-realisation .realisation-stories {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.page-realisation .realisation-stories:first-child {
  /*padding-left: 15px;*/
}
.page-realisation .realisation-stories:last-child {
  /*padding-right: 15px;*/
}
.page-realisation .realisation-stories:before {
  /*content:"";*/
  /*padding-top: 100%;*/
  /*display: block;*/
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-stories {
    padding: 0 5px;
    width: 33.33%;
    min-height: 438px !important;
    height: auto !important;
  }
}
.page-realisation .realisation-stories video {
  display: block;
  height: 100%;
  width: 100%;
}
.page-realisation .realisations-three-photos {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisations-three-photos {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
}
.page-realisation .realisations-three-photos-item {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisations-three-photos-item {
    padding: 0 5px;
    width: 33.33%;
    height: 535px;
    margin-bottom: 0;
  }
}
.page-realisation .realisations-three-photos-visual {
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .page-realisation .realisations-three-photos-visual {
    height: 100%;
    width: 100%;
  }
}
.page-realisation .realisation-visuals-gallery-below-carousel {
  margin-bottom: 100px;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-visuals-gallery-below-carousel {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-visuals-gallery-below-carousel.gallery-left {
    justify-content: flex-start;
  }
}
.page-realisation .realisation-visuals-gallery-below-carousel-item {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-realisation .realisation-visuals-gallery-below-carousel-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.page-realisation .realisation-visuals-gallery-below-carousel-item img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-realisation .realisation-visuals-gallery-below-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.page-realisation .realisation-others-realisations {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f8f4ed;
}
@media screen and (max-width: 991px) {
  .page-realisation .realisation-others-realisations {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-realisation .press-discover {
  display: block;
  padding: 0 15px 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1366px) {
  .page-realisation .press-discover {
    padding: 0 50px 50px;
  }
}
.page-realisation .press-discover p:last-child {
  margin-bottom: 0;
}
.page-realisation .others-realisations-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 1366px) {
  .page-realisation .others-realisations-section {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1366px) {
  .page-press .press-list {
    margin: 0;
  }
}
.page-press .press-section {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-press .press-section {
    margin-top: 70px;
  }
}
.page-press .press-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 1366px) {
  .page-press .press-item {
    padding: 0 50px;
    margin-bottom: 50px;
  }
}
.page-press .press-logo {
  text-align: center;
}
.page-press .press-logo-visual {
  height: 50px;
  width: auto;
  max-width: none;
  filter: grayscale(100%);
}
@media screen and (min-width: 992px) {
  .page-press .press-logo-visual {
    height: 60px;
  }
}
.page-press .press-visual-screen {
  margin-bottom: 10px;
}
.page-press .press-visual {
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 992px) {
  .page-press .press-visual {
    height: 311px;
  }
}
@media screen and (min-width: 1202px) {
  .page-press .press-visual {
    height: 370px;
  }
}
@media screen and (min-width: 1366px) {
  .page-press .press-visual {
    height: 311px;
  }
}
@media screen and (min-width: 1366px) {
  .page-press .last-articles-list {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-press .last-article:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-press .last-article:first-child {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1366px) {
  .page-press .last-article:last-child {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1202px) {
  .page-press .last-article-visual {
    height: 444px;
    object-position: center;
    object-fit: cover;
  }
}
@media screen and (min-width: 1366px) {
  .page-press .last-article-visual {
    height: 355px;
  }
}
.page-press .last-article-title {
  font-weight: bold;
  font-size: 28px;
  color: #242c2d;
  margin-bottom: 10px;
}
.page-press .last-article-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #707070;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.page-press .last-article-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #938659;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.page-blog {
  background: #f8f4ed;
}
.page-blog ~ .footer {
  margin-top: 0;
}
.page-blog .main-title {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .page-blog .main-title {
    margin-top: 50px;
  }
}
.page-blog .blog-section {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-blog .blog-section {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.page-blog .blog-section.open .articles-list .article {
  display: block;
}
.page-blog .blog-section.open .view-more-articles {
  display: none;
}
.page-blog .articles-list {
  margin-bottom: 60px;
}
.page-blog .article {
  margin-bottom: 0px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  display: none;
  padding-bottom: 0;
}
.page-blog .article:nth-child(-n+9) {
  display: block;
}
.page-blog .article-content-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  flex: 1 1 auto;
  padding-bottom: 30px;
}
.page-blog .article-content-intro .cta-big {
  margin-top: auto;
  min-height: 20px;
}
@media screen and (min-width: 992px) {
  .page-blog .article-content-intro .cta-big {
    min-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .page-blog .article-content-intro .cta-big {
    margin-top: 30px;
  }
}
.page-blog .article-item {
  border: 0.5px solid #000;
  padding: 15px;
  text-align: left;
  background: #fff;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .page-blog .article-item {
    min-height: 505px;
  }
}
@media screen and (min-width: 992px) {
  .page-blog .article-item {
    min-height: 580px;
  }
}
.page-blog .article-visual {
  height: auto;
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: cover;
}
.page-blog .article-title {
  font-size: 12pt;
  line-height: 14pt;
  color: #242c2d;
  margin-bottom: 7px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.page-blog .article-text {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 10pt;
  line-height: 14pt;
}
.page-blog .article-text p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
  font-size: 10pt !important;
  line-height: 14pt !important;
  font-style: normal !important;
}
.page-blog .article-text span,
.page-blog .article-text h1,
.page-blog .article-text h2,
.page-blog .article-text h3,
.page-blog .article-text h4,
.page-blog .article-text h5,
.page-blog .article-text h6,
.page-blog .article-text i,
.page-blog .article-text em,
.page-blog .article-text strong {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
  font-size: 10pt !important;
  line-height: 14pt !important;
  font-style: normal !important;
}
.page-blog .article-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #938659;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.page-blog .view-more-articles {
  margin-bottom: 80px;
}
.page-blog .others-realisations-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 1366px) {
  .page-blog .others-realisations-section {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .page-blog .others-realisations-section .realisations-list {
    padding: 0 55px;
  }
}

.page-article {
  background: #f8f4ed;
}
.page-article .main-title {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-article .main-title {
    margin-top: 50px;
  }
}
.page-article .article-visual {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-article .article-visual {
    margin-bottom: 60px;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
}
.page-article .article-date {
  font-size: 12px;
  margin-bottom: 30px;
  color: #707070;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.page-article .article-content {
  margin-bottom: 50px;
}
@media screen and (min-width: 1366px) {
  .page-article .article-content {
    padding: 0 55px;
  }
}
.page-article .article-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .page-article .article-nav {
    margin-top: 120px;
  }
}
.page-article .article-nav .cta-big:after {
  bottom: -1px;
}
.page-article .article-nav-link {
  font-family: "Open Sans", sans-serif;
  color: #242c2d;
  margin-bottom: 15px;
  font-weight: 300;
  border-bottom: 2px solid #938659;
  padding-bottom: 2px;
  font-size: 19px;
}
.page-article .realisation-others-realisations {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-article .realisation-others-realisations {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-article .realisations-link {
  margin-top: 50px;
}
.page-article .social-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-article .social-nav {
    margin-bottom: 60px;
  }
}
.page-article .social-nav .menu-item {
  margin: 0 5px;
}
.page-article .social-nav .nav-links {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
}
.page-article .social-nav .a2a_kit a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.page-article .social-nav .a2a_svg {
  display: none !important;
}
.page-article .social-nav .a2a_button_facebook {
  background: url(../images/logo-facebook.svg) 0 0 no-repeat;
  background-size: 20px 20px;
}
.page-article .social-nav .a2a_button_twitter {
  background: url(../images/logo-twitter.png) 0 0 no-repeat;
  background-size: 20px 20px;
}
.page-article .social-nav .a2a_button_linkedin {
  background: url(../images/logo-linkedin.svg) 0 0 no-repeat;
  background-size: 20px 20px;
}
.page-article .article-intro {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  margin-bottom: 30px;
}
.page-article .article-description {
  font-family: "Open Sans", sans-serif;
  color: #242c2d;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 16pt;
  font-size: 12pt;
}
.page-article .article-description p {
  margin-bottom: 15px;
}
.page-article .article-description h2 {
  font-size: 14pt;
  line-height: 17pt;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-article .article-description img {
  display: block;
  margin: 30px auto 35px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-article .article-description img {
    margin: 40px auto 50px;
  }
}
.page-article .others-realisations-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 1366px) {
  .page-article .others-realisations-section {
    margin-bottom: 30px;
  }
}
.page-article .others-realisations-section .realisation-visual {
  position: relative;
}

.page-contact {
  background: #f8f4ed;
  padding-bottom: 15px;
}
.page-contact .footer, .page-contact ~ .footer {
  display: none;
}
.page-contact .newsletter-title {
  text-align: center;
  margin-bottom: 15px;
  font-family: "Open Sans";
  font-size: 41pt;
  line-height: 78pt;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .page-contact .newsletter-title {
    font-size: 20pt;
    line-height: 28pt;
  }
}
.page-contact .contact-header {
  padding: 70px 0 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .page-contact .contact-header {
    padding: 40px 0 50px;
  }
}
.page-contact .talk-title {
  font-size: 78pt;
  line-height: 78pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .page-contact .talk-title {
    font-size: 40pt;
    margin-top: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.page-contact .talk-mail a {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 32pt;
  line-height: 27pt;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .page-contact .talk-mail a {
    font-size: 16pt;
    line-height: 14pt;
    margin-bottom: 10px;
  }
}
.page-contact .section-talk {
  padding-top: 90px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .page-contact .section-talk {
    padding-top: 50px;
  }
}
.page-contact .section-talk .baseline {
  font-size: 12pt;
  line-height: 12pt;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.39px;
}
@media screen and (max-width: 991px) {
  .page-contact .section-talk .baseline {
    line-height: 16pt;
    font-size: 6pt;
  }
}
.page-contact .section-talk .credits {
  font-size: 10pt;
  line-height: 10pt;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .page-contact .section-talk .credits {
    text-align: center;
    margin-top: 20px;
  }
}
.page-contact .section-talk .credits a {
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .page-contact .section-talk .credits a {
    margin: 0 10px;
  }
}
.page-contact .contact-form-form {
  border: 1px solid #000;
  padding: 30px;
  text-align: left;
}
@media screen and (min-width: 1202px) {
  .page-contact .contact-form-form {
    margin: 30px 0px 0;
  }
}
.page-contact .contact-form-form .wpcf7-form .wpcf7-response-output {
  position: static !important;
  color: #000 !important;
  font-size: 12pt;
}
.page-contact .contact-form-form h3 {
  font-family: "Oswald", sans-serif;
  font-size: 12pt;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  line-height: 11pt;
  letter-spacing: 0.48px;
  font-weight: 600;
}
.page-contact .contact-form-form input,
.page-contact .contact-form-form textarea,
.page-contact .contact-form-form input::placeholder,
.page-contact .contact-form-form textarea::placeholder {
  color: #000;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  line-height: 10pt;
  border: 0;
  padding: 5px 0 10px;
  width: 100%;
  margin: 0;
}
.page-contact .contact-form-form input:focus::placeholder,
.page-contact .contact-form-form textarea:focus::placeholder {
  opacity: 0;
  background: transparent;
  color: #000;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  line-height: 10pt;
}
@media screen and (max-width: 991px) {
  .page-contact .contact-form-form input:focus::placeholder,
  .page-contact .contact-form-form textarea:focus::placeholder {
    font-size: 16px;
  }
}
.page-contact .contact-form-form textarea {
  height: 140px;
}
.page-contact .contact-form-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #000;
}
.page-contact .contact-form-form br {
  display: none;
}
.page-contact .contact-form-form input[type=submit] {
  font-weight: bold;
  margin-left: auto;
  display: block;
  text-transform: uppercase;
  width: auto;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size: 10pt;
}
.page-contact .contact-form-form input:-webkit-autofill,
.page-contact .contact-form-form input:-webkit-autofill:hover,
.page-contact .contact-form-form input:-webkit-autofill:focus,
.page-contact .contact-form-form textarea:-webkit-autofill,
.page-contact .contact-form-form textarea:-webkit-autofill:hover,
.page-contact .contact-form-form textarea:-webkit-autofill:focus,
.page-contact .contact-form-form select:-webkit-autofill,
.page-contact .contact-form-form select:-webkit-autofill:hover,
.page-contact .contact-form-form select:-webkit-autofill:focus {
  /* border-bottom: 1px solid #575757; */
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #f7f4ed inset;
  transition: background-color 5000s ease-in-out 0s;
}
.page-contact .contact-form-form .wpcf7-form.sent .wpcf7-response-output {
  border: none !important;
  background: #78bfc4 !important;
  padding: 10px !important;
  margin: 20px 0 0 !important;
  color: #fff;
  text-align: center;
}
.page-contact form {
  position: relative;
}
.page-contact .wpcf7-form .wpcf7-not-valid-tip {
  top: 35px !important;
  position: absolute !important;
  color: red !important;
}
.page-contact .wpcf7-form .wpcf7-response-output {
  position: absolute;
  top: 50px;
  text-align: center !important;
  width: 100%;
  color: #fff !important;
  font-size: 16pt;
}
@media screen and (max-width: 991px) {
  .page-contact .wpcf7-form .wpcf7-response-output {
    top: 30px;
    font-size: 14px;
    line-height: 1.1;
    position: static;
    margin-top: 10px !important;
  }
}
.page-contact input {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 12pt;
  line-height: 16pt;
}
.page-contact label {
  font-family: "Playfair Display", serif;
  color: #707070;
  font-size: 20px;
}
.page-contact input::placeholder {
  color: #fff;
  font-size: 12pt;
  line-height: 14pt;
  font-family: "Open Sans", sans-serif;
}
.page-contact input:focus::placeholder {
  opacity: 0;
  background: transparent;
}
.page-contact textarea {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 12pt;
  line-height: 14pt;
  height: 80px;
  padding-top: 52px;
  resize: none;
}
@media screen and (min-width: 1202px) {
  .page-contact textarea {
    font-size: 18px;
    margin-bottom: 45px;
    padding-top: 10px;
    height: 130px;
  }
}
.page-contact .submit-wrapper {
  text-align: center;
}
.page-contact input[type=submit] {
  margin: 0;
  font-size: 12pt;
  line-height: 14pt;
  width: auto;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.page-contact input:-webkit-autofill,
.page-contact input:-webkit-autofill:hover,
.page-contact input:-webkit-autofill:focus,
.page-contact textarea:-webkit-autofill,
.page-contact textarea:-webkit-autofill:hover,
.page-contact textarea:-webkit-autofill:focus,
.page-contact select:-webkit-autofill,
.page-contact select:-webkit-autofill:hover,
.page-contact select:-webkit-autofill:focus {
  border-bottom: 1px solid #575757;
  -webkit-text-fill-color: #707070;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.page-contact .section-contact-form {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .page-contact .section-contact-form {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-contact .section-contact-form {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.page-contact .section-contact-form .project-form p {
  margin: 0;
}
.page-contact .section-contact-form p {
  font-size: 12pt;
}
@media screen and (min-width: 992px) {
  .page-contact .section-contact-form p {
    margin-bottom: 15px;
  }
}
.page-contact .section-contact-form .contact-form-text h2:first-child {
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .page-contact .section-contact-form .contact-form-text h2:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1202px) {
  .page-contact .section-contact-form .contact-form-text h2:first-child {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .page-contact .section-contact-form .contact-form-text {
    padding-right: 100px;
  }
}
.page-contact .section-contact-form .contact-form-text p {
  margin-bottom: 0;
}
.page-contact .section-contact-form .contact-form-text .contact-content-title {
  font-family: "Oswald";
  font-size: 32pt;
  line-height: 37pt;
  text-transform: uppercase;
  letter-spacing: 2.94px;
  margin-bottom: 15px;
}
.page-contact .section-contact-form .contact-form-text .address {
  font-family: Roboto condensed;
  font-size: 20pt;
  line-height: 27pt;
  margin: 100px 0 130px;
}
@media screen and (max-width: 991px) {
  .page-contact .section-contact-form .contact-form-text .address {
    margin: 0;
    font-size: 14pt;
    line-height: 21pt;
  }
}
.page-contact .section-contact-form .contact-form-text .description {
  font-size: 11pt;
  line-height: 15pt;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 991px) {
  .page-contact .section-contact-form .contact-form-text .description {
    margin-top: 30px;
  }
}
.page-contact .section-contact-form .contact-form-text .description .column {
  padding: 0;
}
.page-contact .section-contact-form .contact-form-text .social {
  margin: 25px 0;
}
.page-contact .landing-form {
  border: 1px solid #000;
  padding: 30px;
  text-align: left;
}
@media screen and (min-width: 1202px) {
  .page-contact .landing-form {
    margin: 0 50px;
  }
}
.page-contact .landing-form .captcha-open .recaptcha {
  display: block !important;
}
.page-contact .landing-form .recaptcha {
  display: none !important;
}
.page-contact .landing-form .captcha-open .recaptcha {
  display: block !important;
}
.page-contact .landing-form .recaptcha {
  display: none !important;
}
.page-contact .landing-form input,
.page-contact .landing-form textarea,
.page-contact .landing-form input::placeholder,
.page-contact .landing-form textarea::placeholder {
  color: #000;
  text-align: left;
  font-family: "Open Sans";
  font-size: 24px;
  border: 0;
  padding: 5px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-contact .landing-form input,
  .page-contact .landing-form textarea,
  .page-contact .landing-form input::placeholder,
  .page-contact .landing-form textarea::placeholder {
    font-size: 16px;
  }
}
.page-contact .landing-form input:focus::placeholder,
.page-contact .landing-form textarea:focus::placeholder {
  opacity: 0;
  background: transparent;
  color: #000;
  text-align: left;
  font-family: "Open Sans";
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .page-contact .landing-form input:focus::placeholder,
  .page-contact .landing-form textarea:focus::placeholder {
    font-size: 16px;
  }
}
.page-contact .landing-form textarea {
  height: 140px;
}
.page-contact .landing-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #000;
}
.page-contact .landing-form br {
  display: none;
}
.page-contact .landing-form input[type=submit] {
  font-weight: bold;
  margin-left: auto;
  display: block;
  text-transform: uppercase;
  width: auto;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.page-contact .landing-form input:-webkit-autofill,
.page-contact .landing-form input:-webkit-autofill:hover,
.page-contact .landing-form input:-webkit-autofill:focus,
.page-contact .landing-form textarea:-webkit-autofill,
.page-contact .landing-form textarea:-webkit-autofill:hover,
.page-contact .landing-form textarea:-webkit-autofill:focus,
.page-contact .landing-form select:-webkit-autofill,
.page-contact .landing-form select:-webkit-autofill:hover,
.page-contact .landing-form select:-webkit-autofill:focus {
  /* border-bottom: 1px solid #575757; */
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.page-contact .landing-form .wpcf7-form.sent .wpcf7-response-output {
  border: none !important;
  background: #78bfc4 !important;
  padding: 10px !important;
  margin: 20px 0 0 !important;
  color: #fff;
  text-align: center;
}
.page-contact .section-contact-newsletter {
  margin-bottom: 70px;
}
.page-contact .section-contact-newsletter .wpcf7-not-valid-tip {
  top: 35px !important;
  position: absolute !important;
}
.page-contact .section-contact-newsletter .wpcf7-response-output {
  display: none !important;
}
.page-contact .section-contact-newsletter .sent .wpcf7-response-output {
  display: block !important;
  color: #000 !important;
}
.page-contact .section-contact-form .social-nav {
  display: flex;
}
.page-contact .section-contact-form .social-nav .menu-item {
  margin-left: 10px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .menu-item {
    margin-left: 9px;
  }
}
.page-contact .section-contact-form .social-nav .menu-item:first-child {
  margin-left: 0;
}
.page-contact .section-contact-form .social-nav .nav-links {
  display: block;
  font-size: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .nav-links {
    width: 12px;
    height: 12px;
  }
}
.page-contact .section-contact-form .social-nav .social-instagram {
  background: url(../images/logo-instagram.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .social-instagram {
    background-size: 12px 12px;
  }
}
.page-contact .section-contact-form .social-nav .social-facebook {
  background: url(../images/logo-facebook.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .social-facebook {
    background-size: 12px 12px;
  }
}
.page-contact .section-contact-form .social-nav .social-linkedin {
  background: url(../images/logo-linkedin.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .social-linkedin {
    background-size: 12px 12px;
  }
}
.page-contact .section-contact-form .social-nav .social-vimeo {
  background: url(../images/logo-vimeo.svg) 0 0 no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 1201px) {
  .page-contact .section-contact-form .social-nav .social-vimeo {
    background-size: 12px 12px;
  }
}
.page-contact .newsletter-contact {
  display: flex;
  align-items: center;
  max-width: 860px;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
.page-contact .newsletter-contact label {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-size: 17px;
  font-weight: 300;
  margin-right: 60px;
}
.page-contact .newsletter-contact br {
  display: none;
}
.page-contact .newsletter-contact .nl-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.page-contact .newsletter-contact .nl-wrapper > p {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-contact .newsletter-contact .nl-wrapper .newsletter-name {
  margin: 0 15px 0 0;
}
.page-contact .newsletter-contact .nl-wrapper input[type=text] {
  margin: 0;
  padding: 0;
}
.page-contact .newsletter-contact .nl-wrapper input[type=submit] {
  margin: 0;
  padding: 0;
}
.page-contact .newsletter-contact .nl-wrapper input:-webkit-autofill,
.page-contact .newsletter-contact .nl-wrapper input:-webkit-autofill:hover,
.page-contact .newsletter-contact .nl-wrapper input:-webkit-autofill:focus,
.page-contact .newsletter-contact .nl-wrapper textarea:-webkit-autofill,
.page-contact .newsletter-contact .nl-wrapper textarea:-webkit-autofill:hover,
.page-contact .newsletter-contact .nl-wrapper textarea:-webkit-autofill:focus,
.page-contact .newsletter-contact .nl-wrapper select:-webkit-autofill,
.page-contact .newsletter-contact .nl-wrapper select:-webkit-autofill:hover,
.page-contact .newsletter-contact .nl-wrapper select:-webkit-autofill:focus {
  border-bottom: 1px solid transparent;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.page-legals {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.page-legals > .container {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-legals > .container {
    margin-top: 50px;
  }
}
.page-legals a {
  color: #707070;
}
.page-legals strong em {
  font-family: "Playfair Display", serif;
  margin: 20px 0;
  display: block;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
}
.page-legals h2 {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .cookieinfo {
    display: flex;
    flex-direction: column;
  }
}
.cookieinfo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  background: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  bottom: 10px !important;
  left: 10px !important;
  right: 10px !important;
  padding: 25px 30px !important;
  text-align: left !important;
  font-size: 13px !important;
}
.cookieinfo a:first-child {
  display: block;
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .cookieinfo-close {
    order: 2;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.cookieinfo-close {
  background: rgb(51, 51, 51) !important;
  color: #fff !important;
  min-width: 0 !important;
  text-align: center !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 10px 35px !important;
}

.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  min-height: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1202px) {
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    min-height: 500px;
  }
}

.blocks-gallery-item figcaption.blocks-gallery-item__caption {
  background: transparent;
  font-family: "Open Sans", sans-serif;
  color: #242c2d;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.7;
  font-size: 17px;
  padding: 0;
  margin: 0;
  flex: 1;
  position: static;
}

#CybotCookiebotDialogHeader,
.CybotCookiebotDialogBodyBottomWrapper,
.CookieDeclaration {
  display: none !important;
}

#CybotCookiebotDialog {
  font-family: "Playfair Display", serif !important;
}

#CybotCookiebotDialogBodyButtonsWrapper button {
  border: 1px solid #000 !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  background: #000 !important;
  outline: none !important;
}

#CybotCookiebotDialog {
  border-radius: 0 !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #000 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #000 !important;
}

@media screen and (min-width: 1510px) {
  #CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogTabContent {
    margin: 0 1.5em 0 0;
  }
}

@media screen and (min-width: 1366px) {
  .page-landing .container {
    width: 1134px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-landing .h2-title {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 32.5pt;
  line-height: 37pt;
  letter-spacing: 2.31px;
  margin-bottom: 60px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .page-landing .h2-title {
    font-size: 24.4pt;
    line-height: 27.8pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .h2-title {
    font-size: 19pt;
    line-height: 22.8pt;
    font-weight: 400;
    margin-bottom: 40px;
  }
}
.page-landing .landing-header {
  height: calc(100vh - 94px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-header {
    height: calc(100vh - 81px);
  }
}
.page-landing .landing-header > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-landing .landing-header .h2-title {
  margin-bottom: 0;
}
.page-landing .landing-header .intro {
  margin: 50px 0 80px;
  font-family: "Oswald", sans-serif;
  font-size: 15pt;
  line-height: 35pt;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-header .intro {
    font-size: 11.25pt;
    line-height: 20.25pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-header .intro {
    font-size: 10pt;
    line-height: 12pt;
    margin: 25px 0 40px;
  }
}
.page-landing .landing-header .talk {
  font-size: 60pt;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-decoration: underline;
  line-height: 57pt;
  letter-spacing: -1.8px;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-header .talk {
    font-size: 45pt;
    line-height: 42.7pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-header .talk {
    font-size: 35pt;
    line-height: 34pt;
  }
}
.page-landing .landing-intro {
  background: #000;
  padding: 180px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-intro {
    padding: 90px 0;
  }
}
.page-landing .landing-intro .intro {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20pt;
  line-height: 27pt;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-intro .intro {
    font-size: 15pt;
    line-height: 20.25pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-intro .intro {
    font-size: 11pt;
    line-height: 15pt;
  }
}
.page-landing .landing-contact {
  padding: 180px 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-contact {
    padding: 90px 0;
  }
}
.page-landing .landing-contact .h2-title {
  color: #000;
  font-size: 60pt;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 78pt;
  letter-spacing: -1.8px;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-contact .h2-title {
    font-size: 45pt;
    line-height: 58.5pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-contact .h2-title {
    font-size: 30pt;
    line-height: 39pt;
  }
}
.page-landing .landing-contact h3 {
  font-family: "Oswald", sans-serif;
  font-size: 14pt;
  line-height: 16.8pt;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-contact h3 {
    font-size: 9pt;
    line-height: 12.6pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-contact h3 {
    font-size: 9pt;
    line-height: 10.8pt;
  }
}
.page-landing .landing-contact .landing-form {
  border: 1px solid #000;
  padding: 30px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .page-landing .landing-contact .landing-form {
    margin: 0 auto;
    width: 770px;
  }
}
.page-landing .landing-contact .landing-form .captcha-open .recaptcha {
  display: block !important;
}
.page-landing .landing-contact .landing-form .recaptcha {
  display: none !important;
}
.page-landing .landing-contact .landing-form input,
.page-landing .landing-contact .landing-form textarea,
.page-landing .landing-contact .landing-form input::placeholder,
.page-landing .landing-contact .landing-form textarea::placeholder {
  color: #000;
  text-align: left;
  font-family: "Open Sans";
  font-size: 12pt;
  line-height: 14.4pt;
  border: 0;
  padding: 5px 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-contact .landing-form input,
  .page-landing .landing-contact .landing-form textarea,
  .page-landing .landing-contact .landing-form input::placeholder,
  .page-landing .landing-contact .landing-form textarea::placeholder {
    font-size: 8pt;
    line-height: 9.6pt;
  }
}
.page-landing .landing-contact .landing-form input:focus::placeholder,
.page-landing .landing-contact .landing-form textarea:focus::placeholder {
  opacity: 0;
  background: transparent;
  color: #000;
  text-align: left;
  font-family: "Open Sans";
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-contact .landing-form input:focus::placeholder,
  .page-landing .landing-contact .landing-form textarea:focus::placeholder {
    font-size: 16px;
  }
}
.page-landing .landing-contact .landing-form textarea {
  height: 140px;
}
.page-landing .landing-contact .landing-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #000;
}
.page-landing .landing-contact .landing-form br {
  display: none;
}
.page-landing .landing-contact .landing-form input[type=submit] {
  font-weight: bold;
  margin-left: auto;
  display: block;
  text-transform: uppercase;
  width: auto;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.page-landing .landing-contact .landing-form input:-webkit-autofill,
.page-landing .landing-contact .landing-form input:-webkit-autofill:hover,
.page-landing .landing-contact .landing-form input:-webkit-autofill:focus,
.page-landing .landing-contact .landing-form textarea:-webkit-autofill,
.page-landing .landing-contact .landing-form textarea:-webkit-autofill:hover,
.page-landing .landing-contact .landing-form textarea:-webkit-autofill:focus,
.page-landing .landing-contact .landing-form select:-webkit-autofill,
.page-landing .landing-contact .landing-form select:-webkit-autofill:hover,
.page-landing .landing-contact .landing-form select:-webkit-autofill:focus {
  /* border-bottom: 1px solid #575757; */
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.page-landing .landing-contact .landing-form .wpcf7-form.sent .wpcf7-response-output {
  border: none !important;
  background: #78bfc4 !important;
  padding: 10px !important;
  margin: 20px 0 0 !important;
  color: #fff;
  text-align: center;
}
.page-landing .landing-expertise {
  padding: 180px 0;
  text-align: center;
  background: #f8f4ed;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise {
    padding: 90px 0;
  }
}
.page-landing .landing-expertise .h2-title {
  color: #000;
}
.page-landing .landing-expertise .intro {
  margin: 0 0 80px;
  font-family: "Oswald", sans-serif;
  font-size: 15pt;
  line-height: 20pt;
  text-transform: uppercase;
  letter-spacing: 1.05px;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-expertise .intro {
    /* font-size: 11.25pt;
            line-height: 15pt; */
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise .intro {
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .page-landing .landing-expertise .expertises-list {
    width: 996px;
    margin: 0 auto;
  }
}
.page-landing .landing-expertise .expertise-item {
  background: #fff;
  padding: 30px;
  min-height: 405px;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-expertise .expertise-item {
    min-height: 380px;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise .expertise-item {
    min-height: auto;
  }
}
.page-landing .landing-expertise .expertise-item .expertise-visual {
  margin-bottom: 20px;
}
.page-landing .landing-expertise .expertise-item .expertise-visual img {
  height: 226px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise .expertise-item .expertise-visual img {
    height: auto;
  }
}
.page-landing .landing-expertise .expertise-item .expertise-content {
  font-family: "Oswald", sans-serif;
  color: #000;
}
.page-landing .landing-expertise .expertise-item .expertise-content h3 {
  font-size: 20.7pt;
  line-height: 24.8pt;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-expertise .expertise-item .expertise-content h3 {
    font-size: 15.5pt;
    line-height: 17.7pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise .expertise-item .expertise-content h3 {
    font-size: 14.7pt;
    line-height: 17.7pt;
  }
}
.page-landing .landing-expertise .expertise-item .expertise-content p {
  font-size: 15.5pt;
  line-height: 18.2pt;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.28px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-expertise .expertise-item .expertise-content p {
    font-size: 11.6pt;
    line-height: 13.7pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-expertise .expertise-item .expertise-content p {
    font-size: 11pt;
    line-height: 13pt;
  }
}
.page-landing .landing-customers {
  padding: 180px 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .page-landing .landing-customers {
    padding: 90px 0;
  }
}
.page-landing .landing-customers .h2-title {
  color: #000;
}
.page-landing .landing-customers .customers-list {
  width: 336px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-landing .landing-customers .customers-list {
    width: 890px;
  }
}
.page-landing .landing-customers .customers-list a {
  font-family: "Oswald", sans-serif;
  font-size: 26pt;
  line-height: 32pt;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .page-landing .landing-customers .customers-list a {
    font-size: 19.5pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 992px) {
  .page-landing .landing-customers .customers-list a {
    font-size: 13pt;
    line-height: 16pt;
  }
}

.recaptcha {
  border: 0 !important;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  display: block !important;
}

.wpcf7-recaptcha.g-recaptcha {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.page-contact .captcha-open .recaptcha {
  display: block !important;
}
.page-contact .recaptcha {
  display: none !important;
  margin: 15px 0 0 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}