/* =============ABSTRACTS==================== */
@import url("https://use.typekit.net/skx8ylg.css");
/* =============BASE==================== */
/* VARIABLES =================================================================== */
/*
$gutter: 2%;
$columns: 16;
*/
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}

p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

#form-success {
  display: none;
}

#feedback.erroneous, #feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

/* MEDIA QUERY'S =============================================================== */
* {
  outline: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-adjust-hue-button, input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* GRID ======================================================================== */
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

body {
  width: 100%;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

::selection {
  background: RoyalBlue;
  color: #fff;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.6);
  color: RoyalBlue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: RoyalBlue;
}
#privacypolicy .privacy-btn {
  background-image: url("../images/privacy-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.erroneous {
  border-color: crimson !important;
}

/* PLUGINS ===================================================================== */
html {
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
}

h1, h2 {
  font-size: 6.75rem;
  line-height: 0.9;
  padding: 0 0 7.5rem;
}
@media (max-width: 1000px) {
  h1, h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  h1 br, h2 br {
    display: none;
  }
}

h1, h2, h3 {
  margin: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}

p {
  margin: 0;
}
p:not(p:last-of-type) {
  padding-bottom: 2rem;
}
p strong {
  font-weight: 300;
}

a {
  color: #222222;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e0dfd9;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

img {
  height: 100%;
  width: 100%;
}

.error__container a {
  color: unset;
  text-decoration: underline;
}

.swiper {
  height: 100%;
  width: 100%;
}

.isie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isie h1 {
  padding-bottom: 2vw;
}
.isie .close-isie {
  text-decoration: underline;
  padding-top: 1vw;
  cursor: pointer;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.ratio__portrait {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 115%;
  overflow: hidden;
}
.ratio__landscape {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.ratio__square {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.ratio__fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__thumbnail.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.ratio__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 124%;
}

/* =============COMPONENTS==================== */
.header {
  width: 100%;
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4rem 6.25%;
  position: relative;
  z-index: 11;
}
.header-navigation, .header-socials {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .header-navigation, .header-socials {
    max-width: 100%;
  }
}
.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .header-navigation {
    width: 100%;
  }
}
.header-logo {
  max-width: 28.5714285714%;
  width: 100%;
}
.header-logo svg {
  width: 12.5rem;
}
.header-nav {
  padding: 0 0 0 14.2857142857%;
  max-width: 71.4285714286%;
  width: 100%;
}
@media (max-width: 1000px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-nav nav {
  width: 100%;
}
@media (max-width: 1000px) {
  .header-nav nav {
    display: none;
  }
}
.header-nav nav ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 50%;
     -moz-column-width: 50%;
          column-width: 50%;
}
.header-nav nav ul li {
  list-style: none;
  padding: 0;
}
.header-nav nav ul li a {
  color: #222222;
  text-decoration: none;
  text-transform: lowercase;
}
.header-nav nav ul li a.active {
  font-weight: 600;
}
.header-nav .toggle-wrapper {
  padding: 1rem;
  cursor: pointer;
  display: none;
}
@media (max-width: 1000px) {
  .header-nav .toggle-wrapper {
    display: block;
  }
}
.header-nav .toggle-wrapper .toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 1.5rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle-close {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle-close span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: unset !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: unset !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle:before, .header-nav .toggle-wrapper .toggle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle:before {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle:after {
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .toggle-wrapper .toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1000px) {
  .header-socials {
    display: none;
  }
}
.header-socials li {
  list-style: none;
  padding: 0;
  text-align: right;
}
.header-socials li a {
  color: #222222;
  text-decoration: none;
}
.header-mobile {
  position: fixed;
  background: #e0dfd9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: none;
}
@media (max-width: 1000px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile--open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile--open .header-mobile-block .menu, .header-mobile--open .header-mobile-block .header-socials-mobile {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header-mobile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.header-mobile-block .menu, .header-mobile-block .header-socials-mobile {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile-block .menu ul, .header-mobile-block .header-socials-mobile ul {
  padding: 0;
  margin: 0;
}
.header-mobile-block .menu ul li, .header-mobile-block .header-socials-mobile ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 2.6;
}
.header-mobile-block .menu ul li a, .header-mobile-block .header-socials-mobile ul li a {
  text-decoration: none;
  color: #222222;
  text-transform: lowercase;
}
.header-mobile-block .menu ul li a:not(.active), .header-mobile-block .header-socials-mobile ul li a:not(.active) {
  color: #626262;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile-block .header-socials-mobile {
  padding-top: 5rem;
}
.header-mobile-block .header-socials-mobile li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 2.6;
}
.header-mobile-block .header-socials-mobile li a {
  text-decoration: none;
  color: #222222;
  text-transform: lowercase;
}
.header-mobile-block .header-socials-mobile li a:not(.active) {
  color: #626262;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 6.25% 5rem;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-container-logo {
  max-width: 14.2857142857%;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-container-logo {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-container-logo svg {
  width: 12.5rem;
}
.footer-container-adres {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .footer-container-adres {
    padding: 2.5rem 0 0;
  }
}
.footer-container-adres a {
  color: #222222;
  text-decoration: none;
  font-weight: 300;
}
.footer-container-byplug {
  max-width: 14.2857142857%;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .footer-container-byplug {
    max-width: 100%;
    text-align: center;
  }
}
.footer-container-byplug a {
  color: #222222;
  text-decoration: none;
  font-weight: 300;
}

#privacypolicy {
  background: #fff;
  color: #222222;
}
#privacypolicy a {
  color: #222222;
}

.termsfeed-com---nb-simple {
  max-width: 100% !important;
}

.cc-nb-main-container {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.3rem !important;
  background: #fff !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr !important;
  grid-template-columns: 1fr 1fr !important;
  padding: 2rem 10rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-main-container {
    padding: 2rem 5rem !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.cc-nb-title {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.75rem !important;
  line-height: 1.3 !important;
  color: #222222 !important;
}
.cc-nb-title-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (max-width: 1000px) {
  .cc-nb-title-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-text {
  color: #222222 !important;
  line-height: 1.5 !important;
  font-size: 1.5rem !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
}
.cc-nb-text-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media (max-width: 1000px) {
  .cc-nb-text-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-okagree {
  background: #222222 !important;
  border: 2px solid #222222 !important;
}
.cc-nb-okagree:hover {
  background: #fff !important;
  color: #222222 !important;
}
.cc-nb-reject {
  background: none !important;
  border: 2px solid #222222 !important;
  color: #222222 !important;
}
.cc-nb-changep {
  color: #222222 !important;
  background: #fff !important;
}
.cc-nb-buttons-container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  height: 100% !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container {
    grid-column: unset !important;
    grid-row: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.cc-nb-buttons-container button {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 1.25rem !important;
  outline: none !important;
  border-radius: 20px !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 1rem 2rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container button {
    width: 100% !important;
  }
}

.cc-cp-foot-save {
  background: #222222 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
}
.cc-cp-foot-save:focus {
  outline: none !important;
  border: none !important;
}

form, input, label, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form {
  list-style-type: none;
  margin: 3em auto;
  padding: 0;
  width: 650px;
}
form .error {
  color: crimson;
}
form .error::-webkit-input-placeholder {
  color: crimson;
}
form .error::-moz-placeholder {
  color: crimson;
}
form .error:-ms-input-placeholder {
  color: crimson;
}
form .error::-ms-input-placeholder {
  color: crimson;
}
form .error::placeholder {
  color: crimson;
}
form .error + label {
  color: crimson;
  font-weight: bold;
}
form .error + label a {
  color: crimson !important;
}
form .error a {
  color: crimson;
}
form .error .checkbox:before {
  border: 0.5px solid crimson;
}
form button {
  background: #222222;
  border: none;
  color: #e0dfd9;
  width: 100%;
  padding: 2.5rem 0;
  text-transform: lowercase;
}

.form-group {
  border-bottom: 1px solid #222222;
  margin-top: -1px;
  position: relative;
}

.noline {
  border-bottom: none;
  margin-top: 0;
}

#group-policy {
  padding: 20px 0;
}

label, input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  -o-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

label {
  color: black;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}
input:focus + label, textarea:focus + label {
  color: #222222;
  font-weight: bold;
  letter-spacing: -0.01em;
}
input[type=checkbox]:focus + label {
  color: unset;
  font-weight: unset;
  letter-spacing: 0.03em;
}

input, textarea {
  background-color: transparent;
  border: none;
  color: #888888;
  font-size: 18px;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 2em 10px 10px 10px;
  outline: none;
  width: 100%;
}
input.error, textarea.error {
  padding: 2em 10px 2em 10px;
}

.error-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: crimson;
}
.error-text.error-policy {
  position: relative;
  bottom: 0;
  left: 0;
  top: 1rem;
}

.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  line-height: 2;
}
.policy a {
  text-decoration: underline;
}

#policy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
#policy:checked + label:after {
  content: "";
  background: #222222;
  border: 0.5px solid #222222;
  position: absolute;
  top: 0;
  left: -25px;
  width: 12px;
  height: 12px;
}

.checkbox {
  position: relative;
  margin-left: 26px;
}
.checkbox:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0.5px solid #222222;
  left: -25px;
  top: 0;
}
.checkbox a {
  text-decoration: underline;
  color: #222222;
}

.label--required:after {
  content: "*";
  color: crimson;
  margin-left: 5px;
}

.fancybox__content {
  padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
  top: 0 !important;
  right: 0;
}
.fancybox__content .carousel__button.is-close svg {
  color: #222222;
  -webkit-filter: none;
          filter: none;
  width: 2rem;
  height: 2rem;
}

.swiper-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12.5rem;
}

.swiper-buttons-prev, .swiper-buttons-next, .buttons-next, .buttons-down {
  position: relative;
  cursor: pointer;
  padding: 3rem 0 5px;
}
.swiper-buttons-prev span, .swiper-buttons-next span, .buttons-next span, .buttons-down span {
  position: relative;
  display: block;
  width: 5rem;
  height: 1px;
  background: #222222;
  margin: 2px 0 0 0;
}
.swiper-buttons-prev span:before, .swiper-buttons-prev span:after, .swiper-buttons-next span:before, .swiper-buttons-next span:after, .buttons-next span:before, .buttons-next span:after, .buttons-down span:before, .buttons-down span:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #222222;
  position: absolute;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  top: 0;
  right: 0;
}
.swiper-buttons-prev span:before, .swiper-buttons-next span:before, .buttons-next span:before, .buttons-down span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-buttons-prev span:after, .swiper-buttons-next span:after, .buttons-next span:after, .buttons-down span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-buttons-prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.buttons-down span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.buttons-next, .buttons-down {
  padding: 0;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.newsletter {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter-container {
  background: #222222;
  padding: 2.5rem;
  position: relative;
}
.newsletter .toggle-wrapper-newsletter {
  padding: 1rem;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.newsletter .toggle-wrapper-newsletter .toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 1.5rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle-close {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle-close span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: unset !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: unset !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle:before, .newsletter .toggle-wrapper-newsletter .toggle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle:before {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle:after {
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter .toggle-wrapper-newsletter .toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter-block {
  color: #fff;
  padding: 5rem 5rem 0;
}
.newsletter-inputs {
  margin: 0;
  width: unset;
}
.newsletter-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.newsletter-form-container .form-group {
  border-bottom: 1px solid #fff;
}
.newsletter-form-container .form-group input {
  padding: 10px;
}
.newsletter-form-container .buttons-next {
  width: unset;
  border-bottom: 1px solid #fff;
}
.newsletter-form-container .buttons-next span {
  background: #fff;
}
.newsletter-form-container .buttons-next span:before, .newsletter-form-container .buttons-next span:after {
  background: #fff;
}

/* =============PAGES==================== */
.home__container {
  padding: 0 6.25%;
}
.home-container-1 {
  border-bottom: 1px solid #222222;
  padding: 0 0 11.5rem 0;
}
.home-container-1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .home-container-1-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-container-1-body, .home-container-1-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-1-body, .home-container-1-thumbnail {
    max-width: 100%;
  }
}
.home-container-1-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-container-1-body-arrow {
  max-width: 28.5714285714%;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-1-body-arrow {
    display: none;
  }
}
.home-container-1-body-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1300px) {
  .home-container-1-body-inner {
    padding: 0;
  }
}
.home-container-1-thumbnail-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .home-container-1-thumbnail-inner {
    padding: 5rem 0 0;
  }
}
.home-container-2 {
  border-bottom: 1px solid #222222;
  padding: 6rem 0;
}
.home-container-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .home-container-2-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-container-2-viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  color: #222222;
}
.home-container-2-viewmore .buttons-next {
  margin: 0 0 0 2rem;
}
@media (max-width: 1000px) {
  .home-container-2-viewmore {
    padding: 2.5rem 0 0;
  }
}
.home-container-2-about, .home-container-2-description {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-2-about, .home-container-2-description {
    max-width: 100%;
  }
}
.home-container-2-about {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-container-2-description-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .home-container-2-description-inner {
    padding: 5rem 0 0;
  }
}
.home-container-news {
  border-bottom: 1px solid #222222;
  padding: 6rem 0;
}
.home-container-news-newsitem:not(.home-container-news-newsitem:last-of-type) {
  padding-bottom: 5rem;
}
.home-container-news-newsitem-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .home-container-news-newsitem-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-container-news-newsitem-thumbnail, .home-container-news-newsitem-content {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-news-newsitem-thumbnail, .home-container-news-newsitem-content {
    max-width: 100%;
  }
}
.home-container-news-newsitem-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-container-news-newsitem-content-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .home-container-news-newsitem-content-inner {
    padding: 5rem 0 0;
  }
}
.home-container-news-newsitem-content-inner h3 {
  padding-bottom: 2.5rem;
}
.home-container-3 {
  border-bottom: 1px solid #222222;
  padding: 6rem 0;
}
.home-container-3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 7.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .home-container-3-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-container-3-title h2 {
  padding: 0;
}
.home-container-3-viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2rem 0 0;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.home-container-3-viewmore .buttons-next {
  margin: 0 0 0 2rem;
}
.home-container-3-services {
  width: 100%;
  padding: 0 0 0 21.4285714286%;
}
@media (max-width: 1000px) {
  .home-container-3-services {
    padding: 0;
  }
}
.home-container-3-services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-3-services-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-container-3-service {
  max-width: 33.333%;
  width: 100%;
  margin-right: 9.0909090909%;
}
@media (max-width: 1000px) {
  .home-container-3-service {
    max-width: 100%;
    margin-top: 5rem;
  }
}
.home-container-3-service:last-of-type {
  margin-right: 0;
}
.home-container-3-service h3 {
  padding: 2rem 0;
}
.home-container-4 {
  border-bottom: 1px solid #222222;
  padding: 6rem 0;
}
.home-container-4-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 7.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .home-container-4-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-container-4-title h2 {
  padding: 0;
}
.home-container-4-carousel {
  width: 100%;
  padding: 0 0 0 21.4285714286%;
}
@media (max-width: 1000px) {
  .home-container-4-carousel {
    padding: 0;
  }
}
.home-container-4-carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .home-container-4-carousel-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-container-4-carousel-thumbnail {
  max-width: 63.6363636364%;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-container-4-carousel-thumbnail {
    max-width: 100%;
  }
}
.home-container-4-carousel-body {
  max-width: 36.3636363636%;
  width: 100%;
  padding: 0 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .home-container-4-carousel-body {
    max-width: 100%;
    padding: 5rem 0 0;
  }
}
.home-container-4-carousel-body h3 {
  padding-bottom: 2.5rem;
}
.home-container-4-carousel-body #industries-body {
  height: unset;
}

.services__container {
  padding: 0 6.25%;
}
.services-item {
  border-bottom: 1px solid #222222;
  padding: 7.5rem 0;
}
.services-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .services-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services-item-body, .services-item-thumbnails {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .services-item-body, .services-item-thumbnails {
    max-width: 100%;
  }
}
.services-item-body-inner {
  padding: 0 14.2857142857% 0 0;
}
@media (max-width: 1000px) {
  .services-item-body-inner {
    padding: 0;
  }
}
.services-item-title {
  text-transform: lowercase;
}
.services-item-thumbnails-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .services-item-thumbnails-inner {
    padding: 0 0 5rem;
  }
}
.services-item-thumbnail {
  max-width: 33.3333333333%;
  width: 100%;
  padding: 7px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .services-item-thumbnail {
    max-width: 50%;
  }
}
.services-item-text {
  padding: 1rem 0 4rem;
}

.industries__container {
  padding: 0 6.25%;
}
.industries-item {
  border-bottom: 1px solid #222222;
  padding: 7.5rem 0;
}
.industries-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .industries-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.industries-item-body, .industries-item-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .industries-item-body, .industries-item-thumbnail {
    max-width: 100%;
  }
}
.industries-item-body-inner {
  padding: 0 14.2857142857% 0 0;
}
.industries-item-title {
  text-transform: lowercase;
}
.industries-item-thumbnail-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .industries-item-thumbnail-inner {
    padding: 0 0 5rem;
  }
}
.industries-item-cases {
  padding: 5rem 0 0;
}
.industries-item-case {
  text-decoration: none;
  font-weight: 300;
  color: #a5a5a5;
}
.industries-item-case:hover {
  color: #222222;
}
.industries-item-case-inner {
  text-decoration: none;
  text-transform: uppercase;
}

.indus__container {
  padding: 0 6.25%;
}
.indus-container-1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .indus-container-1-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.indus-body, .indus-thumbnails {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .indus-body, .indus-thumbnails {
    max-width: 100%;
  }
}
.indus-body-inner {
  padding: 0 14.2857142857% 0 0;
}
@media (max-width: 1000px) {
  .indus-body-inner {
    padding: 5rem 0 0;
  }
}
.indus-body-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 300;
  margin: 10rem 0 0;
  color: #222222;
  text-decoration: none;
}
.indus-body-back .buttons-next {
  margin: 0 0 0 2rem;
}
.indus-thumbnails-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .indus-thumbnails-inner {
    padding: 5rem 0 0;
  }
}
.indus-thumbnails-inner .video {
  width: 100%;
  height: 40rem;
}
.indus-thumbnails-inner .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indus-thumbnails-inner img:not(:last-of-type) {
  padding-bottom: 1rem;
}

.text__container, .error__container {
  padding: 0 6.25%;
}
.text-container-1, .error-container-1 {
  padding: 7.5rem 0;
  border-bottom: 1px solid #222222;
}
.text-container-1-inner, .error-container-1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text-body, .error-body {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 1000px) {
  .text-body, .error-body {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.text-body p, .error-body p {
  padding-right: 14.2857142857%;
}
@media (max-width: 1000px) {
  .text-body p, .error-body p {
    padding: 0;
  }
}
.text-body.onecolumn, .error-body.onecolumn {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.text-carousel, .error-carousel {
  padding-top: 15rem;
}

.references__container-1 {
  padding: 0 6.25%;
}
.references__inner {
  padding: 7.5rem 0;
  border-bottom: 1px solid #222222;
}
.references-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.references-list .reference {
  max-width: 16.6666%;
  width: 100%;
}
@media (max-width: 1300px) {
  .references-list .reference {
    max-width: 25%;
  }
}
@media (max-width: 1000px) {
  .references-list .reference {
    max-width: 33.333%;
  }
}
@media (max-width: 600px) {
  .references-list .reference {
    max-width: 50%;
  }
}
.references-list .reference-block {
  padding: 1.25rem;
}
@media (max-width: 600px) {
  .references-list .reference-block {
    padding: 1rem;
  }
}
.references-list .reference-block .ratio__thumbnail {
  padding: 2.5rem;
}
@media (max-width: 600px) {
  .references-list .reference-block .ratio__thumbnail {
    padding: 1rem;
  }
}

.contact-container {
  padding: 0 6.25%;
}
.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-content, .contact-map {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact-content, .contact-map {
    max-width: 100%;
  }
}
.contact-content-inner {
  padding: 3rem 14.2857142857% 0 0;
}
@media (max-width: 1000px) {
  .contact-content-inner {
    padding: 3rem 0 0 0;
  }
}
.contact-content-inner h2 {
  padding: 5rem 0;
}
.contact-map-inner {
  padding: 0 0 0 14.2857142857%;
}
@media (max-width: 1000px) {
  .contact-map-inner {
    padding: 5rem 0 0;
  }
}
.contact-map-inner img {
  mix-blend-mode: multiply;
}
.contact-form {
  margin-top: -5rem;
}
@media (max-width: 1000px) {
  .contact-form-wrapper {
    padding: 5rem 0 0;
  }
}
.contact-form-title {
  padding: 0 6.25% 7.5rem;
}
.contact-form form {
  width: 100%;
  margin: 0;
}
.contact-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-column {
  max-width: 50%;
  width: 100%;
  padding: 0 6.25%;
}
@media (max-width: 1000px) {
  .contact-form-column {
    max-width: 100%;
  }
}