﻿@charset "UTF-8";
/*--------------------------------------------------------------
# Config
--------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}



a:focus,
a:hover,
a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: "";
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  box-shadow: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input,
textarea,
select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1400) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: "svgicons";
  src: url("../assets/fonts/svgicons.woff2?t=1695884634904") format("woff2"), url("../assets/fonts/svgicons.woff?t=1695884634904") format("woff"), url("../assets/fonts/svgicons.ttf?t=1695884634904") format("truetype");
}
.font-ico-youtube:before, .font-ico-view:before, .font-ico-video:before, .font-ico-twitter:before, .font-ico-share:before, .font-ico-search:before, .font-ico-reset:before, .font-ico-presentation:before, .font-ico-play:before, .font-ico-play-outline:before, .font-ico-phone:before, .font-ico-mobile:before, .font-ico-ln:before, .font-ico-linkedin:before, .font-ico-insta:before, .font-ico-facebook:before, .font-ico-event:before, .font-ico-envelope:before, .font-ico-email:before, .font-ico-download:before, .font-ico-dog:before, .font-ico-close:before, .font-ico-chevron-down:before, .font-ico-back:before, .font-ico-arrow:before, .font-ico-arrow-down:before {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

[class*=font-ico] {
  display: inline-block;
}

.font-ico-arrow-down:before {
  content: "\ea01";
}

.font-ico-arrow:before {
  content: "\ea02";
}

.font-ico-back:before {
  content: "\ea03";
}

.font-ico-chevron-down:before {
  content: "\ea04";
}

.font-ico-close:before {
  content: "\ea05";
}

.font-ico-dog:before {
  content: "\ea06";
}

.font-ico-download:before {
  content: "\ea07";
}

.font-ico-email:before {
  content: "\ea08";
}

.font-ico-envelope:before {
  content: "\ea09";
}

.font-ico-event:before {
  content: "\ea0a";
}

.font-ico-facebook:before {
  content: "\ea0b";
}

.font-ico-insta:before {
  content: "\ea0c";
}

.font-ico-linkedin:before {
  content: "\ea0d";
}

.font-ico-ln:before {
  content: "\ea0e";
}

.font-ico-mobile:before {
  content: "\ea0f";
}

.font-ico-phone:before {
  content: "\ea10";
}

.font-ico-play-outline:before {
  content: "\ea11";
}

.font-ico-play:before {
  content: "\ea12";
}

.font-ico-presentation:before {
  content: "\ea13";
}

.font-ico-reset:before {
  content: "\ea14";
}

.font-ico-search:before {
  content: "\ea15";
}

.font-ico-share:before {
  content: "\ea16";
}

.font-ico-twitter:before {
  content: "\ea17";
}

.font-ico-video:before {
  content: "\ea18";
}

.font-ico-view:before {
  content: "\ea19";
}

.font-ico-youtube:before {
  content: "\ea1a";
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.slick-track::before, .clearfix::before, .slick-track::after, .clearfix::after {
  content: "";
  display: table;
}
.slick-track::after, .clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.centered {
  text-align: center;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayTh.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayTh.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayHair.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayHair.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayLt.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayRegular.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayMd.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayMd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayBd.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayBd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplayXBd.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplayXBd.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FranklinGothicURW";
  src: url("../assets/fonts/FranklinGothicURW.woff2") format("woff2"), url("../assets/fonts/FranklinGothicURW.woff") format("woff"), url("../assets/fonts/FranklinGothicURW.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* stylelint-disable max-nesting-depth */
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 700;
  line-height: 1.26em;
  color: #000;
  margin-bottom: 33px;
}

.rte h1,
.h1 {
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.5px;
}

.rte h2,
.h2 {
  font-size: 44px;
  line-height: 55px;
}

.rte h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  border-left: 3px solid #2dccd3;
  margin-bottom: 40px;
}

.rte h3,
.h3 {
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 1px;
  padding: 15px 0 15px 20px;
}

.rte h4,
.h4 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 33px;
  padding: 13px 0 13px 20px;
}

.rte h5,
.h5 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding: 12px 0 12px 20px;
}

.rte h6,
.h6 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.6em;
  padding: 9px 0 9px 20px;
}

.rte .standfirst,
.standfirst {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.rte .upp,
.upp {
  text-transform: uppercase;
}

.rte p,
p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.rte .caption,
.caption {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.rte {
  max-width: 998px;
  margin: 0 auto;
}
.rte p {
  margin-bottom: 15px;
}
.rte p a:not([class]) {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  position: relative;
  cursor: pointer;
}
.rte p a:not([class])::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
.rte p a:not([class]):hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.rte ul {
  padding-left: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .rte ul {
    padding-left: 0;
  }
}
.rte ol {
  padding-left: 30px;
}
.rte ul li {
  list-style-type: none;
}
.rte ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.rte ul li ul {
  margin-bottom: 0;
}
.rte ul li li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.rte ul li li::before {
  width: 1em;
  color: #2dccd3;
}
.rte ul[style="list-style-type:circle"] li {
  list-style-type: circle;
}
.rte ul[style="list-style-type:circle"] li::before {
  display: none;
}
.rte ul[style="list-style-type:disc"] li {
  list-style-type: disc;
}
.rte ul[style="list-style-type:disc"] li::before {
  display: none;
}
.rte ul[style="list-style-type:square"] li {
  list-style-type: square;
}
.rte ul[style="list-style-type:square"] li::before {
  display: none;
}
.rte ol li {
  list-style-type: decimal;
}
.rte ol li li {
  list-style-type: lower-latin;
}
.rte ol li li li {
  list-style-type: lower-roman;
}
.rte ol li li li::marker {
  font-weight: 300;
}
.rte ol[style="list-style-type:lower-greek"] li {
  list-style-type: lower-greek;
}
.rte ol[style="list-style-type:lower-alpha"] li {
  list-style-type: lower-alpha;
}
.rte ol[style="list-style-type:upper-alpha"] li {
  list-style-type: upper-alpha;
}
.rte ol[style="list-style-type:lower-roman"] li {
  list-style-type: lower-roman;
}
.rte ol[style="list-style-type:upper-roman"] li {
  list-style-type: upper-roman;
}

.table-responsive {
  margin-bottom: 80px;
  overflow: auto;
}
.table-responsive > .table-responsive {
  margin-bottom: 0;
}
.table-responsive.table-two tbody tr,
.table-responsive .table-two tbody tr {
  border-bottom: 0;
}
.table-responsive.table-two td:nth-child(even),
.table-responsive .table-two td:nth-child(even) {
  background-color: transparent;
}
.table-responsive table {
  overflow: auto;
  width: 997px;
}
.table-responsive table thead {
  border-bottom: 1px solid #98784a;
}
.table-responsive table thead th,
.table-responsive table thead td {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  padding: 17px 56px 17px 20px;
}
.table-responsive table thead th:first-of-type {
  padding-left: 0;
}
.table-responsive table thead td:first-of-type {
  padding-left: 0;
}
.table-responsive table thead th:nth-child(3n) {
  padding: 12px 56px 12px 35px;
}
.table-responsive table thead td:nth-child(3n) {
  padding: 12px 56px 12px 35px;
}
.table-responsive table tbody tr {
  border-bottom: 1px solid #d0d0ce;
}
.table-responsive table tbody td {
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 12px 20px;
  position: relative;
}
.table-responsive table tbody td p {
  letter-spacing: 0.5px;
}
.table-responsive table tbody td:first-of-type {
  padding-left: 0;
}
.table-responsive table tbody td:nth-child(even) {
  background-color: rgba(208, 208, 206, 0.2);
}
.table-responsive table tbody td:nth-child(3n) {
  padding: 12px 20px 12px 35px;
}
.table-responsive table tbody td:nth-child(4n) {
  padding: 12px 20px 12px 35px;
}
@media only screen and (max-width: 991.98px) {
  .table-responsive {
    width: calc(100% + 38px);
  }
}
@media only screen and (max-width: 767.98px) {
  .table-responsive {
    width: calc(100% + 20px);
  }
}

table.table-responsive {
  margin-bottom: 0;
}
table.two-column {
  width: auto !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  table.two-column {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
table.two-column tr {
  display: flex;
  border-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  table.two-column tr {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
table.two-column td:nth-child(even) {
  background-color: transparent;
}
table.two-column td {
  flex: 1 1 392px;
  max-width: 392px;
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-weight: 300;
  border: 0 !important;
}
table.two-column td:first-of-type {
  flex: 1 1 447px;
  max-width: 447px;
  margin-right: 58px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  table.two-column td {
    max-width: 100%;
    display: inline;
    font-size: 18px;
    line-height: 30px;
    width: 100% !important;
  }
  table.two-column td:first-of-type {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    flex: auto;
  }
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .rte h1,
  .h1 {
    font-size: 50px;
    line-height: 73px;
    letter-spacing: normal;
  }
  .rte p,
  p {
    letter-spacing: 0.02em;
  }
  .rte .caption,
  .caption {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rte h1,
  .h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .rte h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .rte h3,
  .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
  .rte h4,
  .h4 {
    font-size: 20x;
    line-height: 24px;
    letter-spacing: normal;
  }
  .rte h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
  }
  .rte h6,
  .h6 {
    line-height: 24px;
    letter-spacing: 0.4em;
  }
  .rte .standfirst,
  .standfirst {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  .rte p,
  p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
blockquote {
  padding: 65px 0 30px 57px;
  border-left: 2px solid #2dccd3;
  margin: 40px 0;
}
blockquote p {
  font-size: 28px !important;
  line-height: 40px !important;
  font-weight: 300 !important;
  font-style: italic;
  color: #000000;
  letter-spacing: 1px !important;
}
@media only screen and (max-width: 991.98px) {
  blockquote p {
    font-size: 20px !important;
    line-height: 34px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  blockquote p {
    font-size: 18px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  blockquote {
    border-left: 0;
    padding: 0;
  }
}

body {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  touch-action: manipulation;
}

@media only screen and (max-width: 1199.98px) {
  .scroll-disabled {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .wrap {
    padding: 0 38px;
  }
}

.main {
  position: relative;
}
.main::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #98784a;
  position: absolute;
  top: 150px;
  left: 64px;
  z-index: 20;
}
@media only screen and (max-width: 1199.98px) {
  .main::after {
    display: none;
  }
}

.main-landing .text-image {
  margin-bottom: 0;
}
.main-landing .feature-block {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .main-landing .breadcrumbs-wrap {
    padding: 9px 38px;
  }
}

.main-homepage {
  overflow: hidden;
}
.main-homepage .feature-block-wrapper {
  position: relative;
}
.main-homepage .feature-block-wrapper::before {
  content: "";
  position: absolute;
  background-color: #f1f0f0;
  height: 100%;
  width: 100%;
  top: 30%;
}
.main-homepage .feature-block-wrapper .content-wrap {
  background-color: #f1f0f0;
}
.main-homepage .numeric-promo {
  position: relative;
}
.main-homepage .numeric-promo::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 260px;
  width: 100%;
  top: -100px;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-homepage .numeric-promo__num {
    font-size: 130px;
  }
}
.main-homepage .numeric-promo__inner {
  z-index: 2;
  position: relative;
  padding-left: 101px;
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .main-homepage .numeric-promo__inner {
    padding-left: 76px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-homepage .numeric-promo__inner {
    padding-left: 60px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-homepage .numeric-promo__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-homepage .numeric-promo__slide-inner {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767.98px) {
  .main-homepage .numeric-promo__slide-inner {
    flex-direction: column;
    align-items: center;
  }
  .main-homepage .numeric-promo__slide-inner .numeric-promo__caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.main-homepage .numeric-promo__title {
  border-left: 0;
  position: relative;
}
.main-homepage .numeric-promo__title::before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #2dccd3;
  left: 0;
  height: 153px;
  top: auto;
  transform: none;
  bottom: -2px;
}
@media only screen and (max-width: 1199.98px) {
  .main-homepage .numeric-promo__title::before {
    height: 192px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-homepage .numeric-promo__main-title {
    font-size: 24px;
  }
}
.main-homepage .numeric-promo__slider .slick-dots {
  right: 20px;
}
.main-homepage .numeric-promo__slider .slick-dots li button {
  background-color: #d0d0ce;
}
.main-homepage .numeric-promo__slider .slick-dots li.slick-active button {
  border: 0;
  background: #ff6900;
  width: 8px;
  height: 8px;
}
.main-homepage .numeric-promo__caption {
  font-size: 17px;
}

.article-content .case-study {
  margin: 60px 0 30px;
  padding-bottom: 40px;
}
.article-content .standard-content__top .anchor-links--fixed {
  margin: 40px 0 0;
}
@media only screen and (max-width: 991.98px) {
  .article-content .case-study {
    margin: 40px 0;
    padding-bottom: 10px;
  }
}
.article-content .anchor-links--fixed {
  margin: 40px 0;
}

.styleguide-wrap .anchor-links {
  position: static !important;
  margin: 50px 0;
  background: #ececeb;
}
.styleguide-wrap .anchor-links.anchor-links--fixed {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .styleguide-wrap .anchor-links .wrap {
    padding: 0 38px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .styleguide-wrap .anchor-links .wrap {
    padding: 0 20px !important;
  }
}

.column {
  padding: 0;
}

[data-object-fit=cover] {
  object-fit: cover;
}

[data-object-fit=contain] {
  object-fit: contain;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  appearance: none;
  outline: none;
  font-family: "HelveticaNowDisplay", sans-serif;
}
@media only screen and (min-width: 992px) {
  a:focus,
  button:focus {
    outline: none;
  }
  a:focus-visible,
  button:focus-visible {
    outline: 1px solid #000;
  }
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

button,
input[type=button],
input[type=submit] {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.4s ease-out;
  border: 2px solid transparent;
  border-radius: 55px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 20.65px;
  padding: 13px 25px;
  font-size: 14px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 991.98px) {
  .btn {
    white-space: inherit !important;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
}

.buttons-wrap {
  padding: 50px;
  background-color: #00629b;
}
.buttons-wrap button {
  margin-right: 20px;
}

.btn--primary {
  background-color: #ff6900;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .no-touch .btn--primary:hover {
    background-color: #2dccd3;
  }
}

.btn--secondary {
  border-color: #ff6900;
  color: #fff;
  background: rgba(255, 105, 0, 0.6);
}
@media only screen and (min-width: 1025px) {
  .no-touch .btn--secondary:hover {
    border-color: transparent;
    background-color: #2dccd3;
  }
}

.btn--secondary-light {
  border-color: #ff6900;
  color: #000;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .no-touch .btn--secondary-light:hover {
    border-color: transparent;
    color: #000;
    background-color: #2dccd3;
  }
}

.btn--secondary-dark {
  border-color: #ff6900;
  color: #fff;
  background: #000000;
}
@media only screen and (min-width: 1025px) {
  .no-touch .btn--secondary-dark:hover {
    border-color: transparent;
    background-color: #2dccd3;
  }
}

.cta-wrap {
  padding: 50px;
  background-color: #f1e6b2;
}
.cta-wrap a {
  margin-right: 50px;
}

.cta {
  color: #000;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .no-touch .cta:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.cta--large {
  font-size: 14px;
}
.cta--large::before {
  left: -10px;
}

.cta--line {
  position: relative;
  transition: 0.4s ease width;
  margin-left: 10px;
}
.cta--line::before {
  content: "";
  position: absolute;
  background-color: #ff6900;
  left: -10px;
  height: 100%;
  width: 3px;
}
.cta--line::after {
  left: auto;
  right: 0;
  width: 100%;
}

.cta--small {
  font-size: 13px;
}
.cta--small::before {
  left: -10px;
}

.font-icon::before {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  position: absolute;
  left: -15px;
  top: 47%;
  transform: translate(-50%, -50%);
  color: #ff6900;
  font-size: 16px;
}

.font-icon--download::before {
  content: "\ea07" !important;
}

.font-icon--event::before {
  content: "\ea0a" !important;
}

.font-icon--presentation::before {
  content: "\ea13" !important;
}

.font-icon--video::before {
  content: "\ea18" !important;
}

.font-icon--view::before {
  content: "\ea19" !important;
}

.text-links-wrap {
  padding: 50px;
  background-color: #2dccd3;
}

.text-link {
  display: inline-block;
  color: #000;
  position: relative;
}
.text-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
.text-link:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

input,
textarea {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  height: 25px;
  padding: 0 10px;
}
input::placeholder,
textarea::placeholder {
  color: #000;
}

ul {
  color: #000;
}
ul a:not([class]) {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  position: relative;
  cursor: pointer;
}
ul a:not([class])::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
ul a:not([class]):hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

ol a:not([class]) {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  position: relative;
  cursor: pointer;
}
ol a:not([class])::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
ol a:not([class]):hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
ol li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
ol li::marker {
  font-weight: 700;
}
ol li li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  list-style-type: lower-latin;
}
ol li li li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  list-style-type: lower-roman;
}
ol li li li::marker {
  font-weight: 300;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
  height: 100%;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
  outline: 0;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.homepage-banner__container .slick-slide div:first-of-type {
  height: 100%;
}
.homepage-banner__container .slick-dots {
  position: absolute;
  width: 100%;
  height: auto;
  top: 82%;
  left: 96px;
  display: flex;
}
.homepage-banner__container .slick-dots li {
  border-top: 3px solid #fff;
  width: 43px;
  margin-right: 16px;
}
.homepage-banner__container .slick-dots li.slick-active {
  border-color: #ff6900;
}
.homepage-banner__container .slick-dots li button {
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__container .slick-dots {
    top: auto;
    left: 0;
    bottom: 80px;
    justify-content: center;
  }
}

.stats-scroller .stats-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  transition: 0.4s ease;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767.98px) {
  .stats-scroller .stats-arrow {
    padding: 8px;
  }
}
.stats-scroller .stats-arrow--up {
  transform: rotate(-135deg);
  top: 6px;
}
@media only screen and (max-width: 767.98px) {
  .stats-scroller .stats-arrow--up {
    border-color: #ff6900;
  }
}
.stats-scroller .stats-arrow--down {
  transform: rotate(45deg);
  border-color: #ff6900;
}
.stats-scroller .slick-arrow {
  left: 287.5px;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  width: 204px;
}
@media only screen and (max-width: 767.98px) {
  .selectric {
    width: 100%;
    margin-left: 0;
  }
}
.selectric .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 16px;
  line-height: 144.5%;
  letter-spacing: 0.1em;
  color: #444;
  user-select: none;
  padding: 20px;
  width: 100%;
}
.selectric .label .font-ico-chevron-down {
  display: inline-block;
}
.selectric .label .font-ico-chevron-down:before {
  margin-left: 15px;
  font-size: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .selectric .label {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .selectric .label {
    padding: 15px 20px 15px 40px;
    border: 1px solid #d0d0ce;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
  }
  .selectric .label::after {
    content: "";
    height: 27px;
    width: 2px;
    background-color: #2dccd3;
    position: absolute;
    left: 20px;
  }
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: transparent;
  text-align: center;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 0;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: 0 !important;
  font-size: 0;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: -1;
  text-align: left;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid #d0d0ce;
  border-top: 0;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  transition: color 0.4s ease;
  font-size: 16px;
  line-height: 144.5%;
  letter-spacing: 0.1em;
}
.selectric-items li:last-of-type {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .selectric-items li:hover {
    font-weight: 700;
  }
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-open .label {
  border: 1px solid #d0d0ce;
  border-bottom: 0;
}
.selectric-open .font-ico-chevron-down:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199.98px) {
  .selectric-open .font-ico-chevron-down:before {
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 1025px) {
  .selectric-open .font-ico-chevron-down:before {
    color: #000;
    transition: transform 0.3s ease, color 0.3s ease;
  }
}
@media screen and (min-width: 1025px) {
  .selectric-open .label {
    color: #000;
  }
}
@media only screen and (max-width: 1199.98px) {
  .selectric-open {
    border: 1px solid #000;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ------------------------------------------------------------- */
/* General Header Style */








.header {
  --progress-bar-height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: transparent;
  color: #fff;
  justify-content: space-between;
  padding: 12px 40px 29px 43px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,box-shadow,transform;
  transition-property: background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 100%;
  z-index: 10000
}

.header:after {
  background: -webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(2,2,3,0)));
  background: linear-gradient(180deg,#000,rgba(2,2,3,0));
  height: 100%;
  opacity: .7;
  top: 0;
  z-index: -1
}

.header:after,.header:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%
}

.header:before {
  background-color: #98784a;
  height: 1px;
  top: 5px
}

.header.header--white,.header.js-header-white {
  background: #fff;
  color: #000
}

.header.header--white:after,.header.js-header-white:after {
  background: #fff
}

.header.header--white .logo--white,.header.js-header-white .logo--white {
  display: none
}

.header.header--white .logo--dark,.header.js-header-white .logo--dark {
  display: block
}

.header.header--white .header-nav__link,.header.js-header-white .header-nav__link {
  color: #000
}

.header.header--white .header-nav__link:after,.header.js-header-white .header-nav__link:after {
  color: #000!important
}

.header.header--white .search-open .header-nav__input,.header.js-header-white .search-open .header-nav__input {
  border: 1px solid #000
}

@media only screen and (max-width: 1199.98px) {
  .header.header--white .nav-toggle:after,.header.header--white .nav-toggle:before,.header.header--white .nav-toggle__line,.header.js-header-white .nav-toggle:after,.header.js-header-white .nav-toggle:before,.header.js-header-white .nav-toggle__line {
      background-color:#000
  }
}

.header.header--down,.header.js-header-white {
  -webkit-box-shadow: 0 4px 14px rgba(0,0,0,.11);
  box-shadow: 0 4px 14px rgba(0,0,0,.11)
}

.header.header--down {
  background-color: #fff;
  color: #000
}

@media only screen and (min-width: 992px) {
  .header.header--down {
      -webkit-transform:translateY(calc(-100% + var(--progress-bar-height)));
      -ms-transform: translateY(calc(-100% + var(--progress-bar-height)));
      transform: translateY(calc(-100% + var(--progress-bar-height)))
  }
}

.header.header--down:after {
  background: #fff
}

.header.header--down .logo--white {
  display: none
}

.header.header--down .logo--dark {
  display: block
}

.header.header--down .header-nav__link {
  color: #000
}

.header.header--down .header-nav__link:after {
  color: #000!important
}

.header.header--down .search-open .header-nav__input {
  border: 1px solid #000
}

@media only screen and (max-width: 1199.98px) {
  .header.header--down .nav-toggle:after,.header.header--down .nav-toggle:before,.header.header--down .nav-toggle__line {
      background-color:#000
  }

  .header.header--down .logo {
      margin-top: 0;
      width: 158px
  }

  .header.header--down .header-nav__top {
      color: #000!important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
}

@media only screen and (max-width: 767.98px) {
  .header.header--down .logo {
      width:135px
  }
}

@media only screen and (max-width: 1199.98px) {
  .header {
      padding:30px 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .header {
      padding:20px
  }
}

.header-progress {
  background: #2dccd3;
  bottom: 0;
  height: var(--progress-bar-height);
  left: 0;
  position: absolute;
  width: 0
}

.header-progress,.logo {
  -webkit-transition: width .4s ease;
  transition: width .4s ease
}

.logo {
  width: 300px;
  transition: width ease 0.4s;
  position: relative;
  z-index: 2;
}
.logo .logo--dark {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .logo {
    margin-top: 0;
    width: 178px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo {
    width: 150px;
  }
}

.logo-img {
  transition: 0.3s ease-out;
}

.nav-toggle {
  position: relative;
  width: 43px;
  height: 43px;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  transition: 0.1s ease-in;
  display: inline-block;
}
.nav-toggle::before {
  margin-top: -10px;
  width: 100%;
}
.nav-toggle::after {
  width: 100%;
  margin-top: 9px;
}
@media only screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .nav-toggle {
    width: 31px;
    height: 31px;
  }
}

.nav-toggle__line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 0;
  border-radius: 1px;
  background-color: #000;
}


  /* Main Menu Styling */
 /* Main Menu Styling */
#cssmenu {
  background: #f0f0f0; /* Off-white background for the main menu */
  font-family: Arial, sans-serif;
  width: 100%;
  padding: 0;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; /* Center the menu */
}

#cssmenu ul li {
  position: relative;
  margin: 0;
}

#cssmenu ul li a {
  display: block;
  padding: 12px 20px; /* Reduced padding for better mobile view */
  color: black; /* Black text color */
  text-decoration: none;
  font-size: 12px; /* Reduced font size for mobile */
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Hover Effect for Main Menu */
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: #2dccd3; /* Your specified blue for hover */
  color: white; /* White text when hovered */
}

/* Dropdown Styling */
#cssmenu ul li .dropdown {
  display: none;
  position: absolute;
  background: #ffffff; /* White background for dropdown */
  margin-top: 10px;
  list-style: none;
  padding: 0;
  z-index: 1000;
  width: 200px; /* Set a fixed width to avoid covering the full screen */
}

#cssmenu ul li .dropdown li a {
  padding: 10px 20px; /* Reduced padding for better mobile view */
  color: black; /* Black text for dropdown items */
  font-size: 12px; /* Reduced font size for dropdown items */
  text-decoration: none;
  display: block;
  transition: background 0.3s ease;
}

/* Dropdown Hover Effect */
#cssmenu ul li .dropdown li a:hover {
  background: #2dccd3; /* Hover color for dropdown items */
  color: white; /* White text on hover */
}

/* Show Dropdown on Hover for Desktop */
#cssmenu ul li:hover > .dropdown {
  display: block;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
  /* Stack the menu items vertically on mobile */
  #cssmenu ul {
    display: none; /* Initially hide the menu */
    width: 100%;
    padding: 0;
  }

  /* Display the menu when toggle is active */
  #cssmenu ul.show {
    display: block; /* Show menu when toggled */
  }

  #cssmenu ul li {
    width: 100%;  /* Full width for each item */
    margin: 10px 0; /* Add spacing between items */
    position: relative; /* Ensure proper positioning of dropdowns */
  }

  /* Initially hide all dropdowns on mobile */
  #cssmenu ul .has-sub ul {
    display: none;  /* Hide submenus by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  /* Show the dropdown when parent is clicked */
  #cssmenu ul .has-sub.open > ul {
    display: block;  /* Make the submenu visible */
    opacity: 1;
    visibility: visible;
  }

  /* Add a hamburger icon to toggle the menu on mobile */
  .hamburger-icon {
    display: block;
    background: #333;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    cursor: pointer;
  }

  /* Toggle dropdown visibility on click for mobile */
  #cssmenu ul li .has-sub > a {
    cursor: pointer;
  }

  /* Adjust dropdown position to be more compact on mobile */
  #cssmenu ul li .dropdown {
    position: static; /* Make dropdown flow under parent items */
    width: 100%;
    margin-top: 5px; /* Reduce margin to make it compact */
  }

  /* Toggle icon for mobile */
  #cssmenu ul li .has-sub > a::after {
    content: ' ▼'; /* Default arrow icon */
  }

  #cssmenu ul li .has-sub.open > a::after {
    content: ' ▲'; /* Change to up arrow when dropdown is open */
  }
}


.nav-toggle--close {
  width: 30px;
  z-index: 30;
}
.nav-toggle--close .nav-toggle__line {
  display: none;
}
.nav-toggle--close::before, .nav-toggle--close::after {
  margin-top: 0;
  background-color: #000;
}
.nav-toggle--close::before {
  transform: translateY(-50%) rotate(45deg);
}
.nav-toggle--close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.loaded .nav-toggle--close::before, .loaded .nav-toggle--close::after {
  transition: margin 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
}

@media only screen and (max-width: 1199.98px) {
  .header-nav__mobile-wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 510px;
    height: 100%;
    margin-left: auto;
    padding: 120px 0 0;
    overflow-y: auto;
    background-color: #fff;
    position: relative;
    transform: translateX(520px);
    transition: 0.3s ease;
  }
  .header-nav__mobile-wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #98784a;
    position: absolute;
    top: 118px;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-nav__mobile-wrap {
    width: 95%;
    padding: 81px 0 0;
  }
  .header-nav__mobile-wrap::after {
    top: 80px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header-nav__wrap {
    padding: 40px 45px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-nav__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-nav__wrap {
    padding: 40px 27px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    z-index: 5;
    transition: 0.3s ease;
  }
  .header-nav.open-mobile {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
  }
  .header-nav.open-mobile .header-nav__mobile-wrap {
    transform: translateX(0);
  }
}

.header-nav__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 41px;
}
.header-nav__top .header-nav__item {
  margin-right: 20px;
}
.header-nav__top .header-nav__item::before {
  bottom: -275px;
}
.header-nav__top .header-nav__item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__top .header-nav__item {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__top .header-nav__item.has-children .header-nav__link::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-weight: 300;
    position: relative;
    color: #000;
    font-size: 9px;
    margin-left: 8px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__top {
    color: #000 !important;
    flex-direction: column;
    margin-bottom: 0;
  }
  .header-nav__top .share-price {
    display: none;
  }
  .header-nav__top .header-nav__search {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-nav__top {
    order: 2;
  }
}

.share-price {
  display: flex;
  align-items: center;
  padding-right: 35px;
}
@media only screen and (max-width: 1199.98px) {
  .share-price {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .share-price {
    display: none;
  }
}

.share-price__small {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .share-price__small {
    display: none;
  }
}

.share-price__big {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0.11em;
}

.header-nav__input {
  position: relative;
  width: 0;
  padding: 0;
  border: 0;
  height: 46px;
  border-radius: 80px;
  background: transparent;
  transition: 0.3s ease;
  transform-origin: right center;
}
.header-nav__input::placeholder {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
}

.header-nav__search {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav__search .icon {
  position: relative;
  z-index: 2;
  color: #ff6900;
  font-size: 22px;
  top: -2px;
}
.header-nav__search.search-open .header-nav__input {
  width: 269px;
  position: relative;
  padding: 0 50px 0 20px;
  background: #fff;
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .header-nav__search.search-open .header-nav__input {
    width: 180px;
  }
}
.header-nav__search.search-open .search-btn {
  position: absolute;
  top: -1px;
  right: 12px;
}
.header-nav__search.search-open .search-btn::before {
  visibility: hidden !important;
}
.header-nav__search.search-open .icon {
  top: 2px;
}
.header-nav__search.search-open .search-btn:hover .icon {
  color: #ff6900;
}

.search-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.search-btn::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff6900;
  position: absolute;
  top: -3px;
  left: 1px;
  visibility: hidden;
}
@media only screen and (min-width: 1025px) {
  .no-touch .search-btn:hover {
    transition: 0.2s ease;
  }
  .no-touch .search-btn:hover::before {
    visibility: visible;
  }
  .no-touch .search-btn:hover .icon {
    color: #fff;
  }
}

.header-nav__list {
  display: flex;
  margin-right: 35px;
  min-width: 614px;
}
.header-nav__list::after, .header-nav__list::before {
  content: "";
  height: 21px;
  width: 2px;
  background: #2dccd3;
  position: relative;
  top: 8px;
  left: 0;
}
.header-nav__list::before {
  left: auto;
  right: 0;
}
.header-nav__list.hide {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__list {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
  .header-nav__list::before, .header-nav__list::after {
    display: none;
  }
}

.header-nav__item {
  margin-right: 17px;
}
.header-nav__item:first-of-type {
  margin-left: 35px;
}
.header-nav__item::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -185px;
  right: 0;
  height: 300px;
  width: 80%;
  border: solid transparent;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .header-nav__item.has-children .header-nav__link::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-size: 8px;
    font-weight: 300;
    margin-left: 7px;
    position: relative;
    color: #fff;
    display: inline-block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__item.has-children .header-nav__link::after {
    color: #000;
    font-size: 9px;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav__item.is-active .header-nav__link {
    background: #d0d0ce;
  }
}
.header-nav__item.active .header-nav__link::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
  .header-nav__item.active .header-nav__secondary {
    border-top: 2px solid #98784a;
    opacity: 1;
  }
  .header-nav__item.active .header-nav__link {
    background-color: #2dccd3;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__item {
    margin-right: 0;
    margin-bottom: 40px;
    line-height: normal;
  }
  .header-nav__item.active,
  .header-nav__item .header-nav__item--hover {
    position: relative;
  }
  .header-nav__item.active .header-nav__link::before,
  .header-nav__item .header-nav__item--hover .header-nav__link::before {
    content: "";
    position: absolute;
    background-color: #2dccd3;
    left: -11px;
    height: 24px;
    width: 3px;
  }
  .header-nav__item.active.has-children::after,
  .header-nav__item .header-nav__item--hover.has-children::after {
    content: "";
    width: calc(100% + 89px);
    height: calc(100% + 20px);
    background-color: rgba(168, 153, 104, 0.1);
    position: absolute;
    top: -20px;
    left: -44px;
    z-index: -1;
  }
  .header-nav__item:first-of-type {
    margin-left: 0;
  }
}

.js-close-nav {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10000;
}
.js-close-nav .icon::before {
  transition: 0.3s ease;
  font-size: 20px;
}
.js-close-nav:hover .icon::before {
  color: #ff6900;
}
@media only screen and (max-width: 1199.98px) {
  .js-close-nav {
    display: none;
  }
}
  p {
  font-weight: bold;
  font-family: "Arial", sans-serif; /* optional, for a stronger look */
}

.header-nav__link {
  font-size: 0.8rem; /* Change font size to 0.8rem */
  line-height: 14px;
  font-weight: bold; /* Keeps the text bold */
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 8px 17px;
  color: #fff;
  background: transparent;
  border-radius: 80px;
  transition: 0.2s ease-out;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (min-width: 1025px) {
  .no-touch .header-nav__link:hover {
    background: #2dccd3;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__link {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0;
  }
}

.header-nav__bottom .header-nav__list {
  justify-content: flex-end;
  border-right: 0;
}
.header-nav__bottom .header-nav__list::after, .header-nav__bottom .header-nav__list::before {
  display: none;
}
.header-nav__bottom .header-nav__item {
  margin-right: 20px;
}
.header-nav__bottom .header-nav__item::before {
  bottom: -275px;
}
.header-nav__bottom .header-nav__item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__bottom .header-nav__item {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__bottom .header-nav__item.has-children .header-nav__link::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-weight: 300;
    position: relative;
    color: #000;
    font-size: 9px;
    margin-left: 8px;
    display: inline-block;
  }
}
.header-nav__bottom .header-nav__link {
  font-size: 12px;
  line-height: 18px;
  padding: 14px 23px;
  display: initial;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__bottom .header-nav__link {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
  }
}
.header-nav__bottom .header-nav__link.home-link {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__bottom .header-nav__link.home-link {
    display: block;
    margin-bottom: 40px;
  }
}

.header-nav__secondary {
  display: none;
}
.header-nav__secondary .wrap {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header-nav__secondary {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    overflow: hidden;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.11);
    z-index: 12;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary {
    padding: 40px 0 0 10px;
  }
  .header-nav__secondary .wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.header-nav__description-wrap {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-nav__description-wrap {
    display: block;
    padding: 108px 0 64px 101px;
    width: 100%;
    margin-right: -100%;
    background: #f6f6f5;
    transition: 0.3s ease-in-out;
  }
  .header-nav__description-wrap .hide {
    display: none;
  }
  .header-nav__description-wrap .link-block {
    height: fit-content;
    flex-direction: row;
    display: flex;
  }
  .header-nav__description-wrap .link-block__image {
    width: 291px;
    height: auto;
    padding-right: 28px;
  }
  .header-nav__description-wrap .link-block__content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-nav__description-wrap .link-block__content-block h3 {
    padding-left: 0;
    padding-top: 0;
    border-width: 0;
    margin-bottom: 0;
  }
  .header-nav__description-wrap .link-block__content-block .header-nav__text {
    max-width: 374px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35.5px;
  }
  .header-nav__description-wrap .link-block__content-block .btn--small {
    max-width: 332px;
    text-align: center;
  }
}

.header-nav__description {
  max-width: 480px;
}
.header-nav__description .h3 {
  margin-bottom: 20px;
}

.header-nav__secondary-wrap {
  position: relative;
}

.header-nav__secondary-list {
  display: flex;
  flex-direction: column;
  padding: 63px 0 127px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 160px);
}
.header-nav__secondary-list.shadow {
  box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.11);
  margin-right: 34px;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary-list {
    max-height: unset;
    padding: 0;
    margin-left: -10px;
  }
  .header-nav__secondary-list.shadow {
    box-shadow: none;
    margin-right: 0;
  }
}

.header-nav__text {
  font-size: 20px;
  line-height: 35.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
}

.header-nav__secondary-item {
  line-height: initial;
  min-width: 450px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary-item.has-children .header-nav__secondary-link::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-weight: 300;
    position: relative;
    color: #000;
    font-size: 9px;
    margin-left: 8px;
    display: inline-block;
  }
}
.header-nav__secondary-item.show .header-nav__tertiary-wrap {
  display: block;
}
.header-nav__secondary-item.show .header-nav__secondary-link::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
  .header-nav__secondary-item.has-children .header-nav__tertiary-wrap {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in;
    transition-delay: 0.5s;
    transition-property: visibility;
  }
  .header-nav__secondary-item.show .header-nav__tertiary-block {
    display: flex;
    flex-direction: row;
  }
  .header-nav__secondary-item.has-children.show .header-nav__tertiary-wrap {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__secondary-item .header-nav__secondary-link {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary-item {
    padding: 0 20px 0 0;
    max-width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    min-width: 100%;
  }
  .header-nav__secondary-item .header-nav__secondary-link {
    margin-left: 0;
  }
  .header-nav__secondary-item .header-nav__secondary-link:hover {
    left: 0 !important;
    margin-left: 0;
  }
  .header-nav__secondary-item .header-nav__secondary-link:hover::before {
    width: 3px !important;
    left: 0 !important;
  }
  .header-nav__secondary-item.has-children .header-nav__secondary-link {
    margin-left: 10px;
  }
  .header-nav__secondary-item.has-children .header-nav__secondary-link::before {
    content: "";
    position: absolute;
    background-color: #2dccd3;
    left: 0;
    height: calc(100% - 7px);
    top: 2px;
    width: 3px;
  }
  .header-nav__secondary-item::after {
    display: none;
  }
}
.header-nav__secondary-item--main {
  position: relative;
}
.header-nav__secondary-item--main a {
  text-transform: uppercase;
}
.header-nav__secondary-item--main a span {
  font-weight: bold !important;
  font-size: 13px !important;
}
.header-nav__secondary-item--main .icon {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-nav__secondary-item--main {
    margin-bottom: 14px;
  }
  .header-nav__secondary-item--main .icon {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    display: block;
    position: absolute;
    right: 13px;
    top: 22px;
    transform: rotate(180deg);
    font-size: 10px;
  }
  .header-nav__secondary-item--main .icon::before {
    content: "\ea03";
  }
  .header-nav__secondary-item--main a {
    margin-left: 17px;
    margin-right: 13px;
    border-bottom: 1px solid #d0d0ce;
    padding-left: 0 !important;
    padding-bottom: 28px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary-item--main span.cta--line::before {
    background-color: #ff6900 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .header-nav__secondary-item:hover {
    background: rgba(208, 208, 206, 0.2);
  }
  .header-nav__secondary-item:hover .cta::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.header-nav__secondary-link {
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header-nav__secondary-link {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__secondary-link {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: unset;
    color: #000000;
  }
  .header-nav__secondary-link span.cta,
  .header-nav__secondary-link span.cta--small,
  .header-nav__secondary-link span.cta--line {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: unset;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease;
  }
  .header-nav__secondary-link span.cta:hover,
  .header-nav__secondary-link span.cta--small:hover,
  .header-nav__secondary-link span.cta--line:hover {
    border-bottom: 1px solid #000;
  }
  .header-nav__secondary-link span.cta--line::before {
    background-color: transparent;
  }
  .header-nav__secondary-link span::after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .no-touch .header-nav__secondary-link:hover span.cta--line {
    margin-left: 20px;
  }
  .no-touch .header-nav__secondary-link:hover span.cta--line::before {
    left: -20px;
    width: 14px;
  }
}

.hide-element {
  opacity: 0;
  visibility: hidden;
}

.display-element {
  opacity: 1;
  visibility: visible;
}

.header-nav__tertiary-list {
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 34px 38px 34px 0;
  margin-left: -34px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 678px;
}
.header-nav__tertiary-list::after {
  content: "";
  width: 1px;
  height: 88%;
  position: absolute;
  left: 329px;
  top: 34px;
  background: rgba(152, 120, 74, 0.3);
}
.header-nav__tertiary-list.child-list {
  max-width: auto;
  padding: 64px 0 0;
  max-height: auto;
}
.header-nav__tertiary-list.child-list .header-nav__tertiary-item {
  padding: 7px 13px 7px 20px;
}
.header-nav__tertiary-list.child-list::after {
  display: none;
}
.header-nav__tertiary-list.shadow {
  box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-list {
    max-width: 100%;
    padding: 15px 0 0 10px;
    margin-left: 0;
    max-height: 100%;
  }
  .header-nav__tertiary-list::after {
    display: none;
  }
  .header-nav__tertiary-list.shadow {
    box-shadow: none;
  }
  .header-nav__tertiary-list.child-list {
    max-width: auto;
    padding: 14px 0 0;
    max-height: auto;
  }
}

.header-nav__tertiary-item {
  display: flex;
  justify-content: space-between;
  padding: 7px 36px 7px 20px;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-item.has-children .header-nav__tertiary-link::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-weight: 300;
    position: relative;
    color: #000;
    font-size: 9px;
    margin-left: 8px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav__tertiary-item.has-children .header-nav__fourth-wrap {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in;
    transition-delay: 0.7s;
    transition-property: visibility;
  }
}
.header-nav__tertiary-item.show .header-nav__fourth-wrap {
  display: block;
  padding-left: 20px;
}
.header-nav__tertiary-item.show .header-nav__tertiary-link::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
  .header-nav__tertiary-item.show.has-children .header-nav__fourth-wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .no-touch .header-nav__tertiary-item:hover {
    background: rgba(208, 208, 206, 0.2);
  }
  .no-touch .header-nav__tertiary-item:hover .header-nav__tertiary-link::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-item {
    padding: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .header-nav__tertiary-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .header-nav__tertiary-item.has-children {
    position: relative;
  }
  .header-nav__tertiary-item.has-children .header-nav__tertiary-link {
    padding-left: 11px;
  }
  .header-nav__tertiary-item.has-children .header-nav__tertiary-link::before {
    content: "";
    position: absolute;
    background-color: #2dccd3;
    left: 0;
    top: 2px;
    height: calc(100% - 7px);
    width: 3px;
  }
}

.header-nav__fourth-item {
  padding: 0 13px 0 20px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .header-nav__fourth-item:hover .header-nav__fourth-link::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__fourth-item {
    padding: 0;
  }
  .header-nav__fourth-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.header-nav__fourth-list {
  padding-top: 64px;
  margin-left: -100px;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__fourth-list {
    padding: 15px 0 0 10px;
    margin-left: 0;
  }
}

.overview-link,
.third-btn {
  display: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .overview-link,
  .third-btn {
    display: block;
    margin-left: 1px;
  }
}

.header-nav__tertiary-wrap,
.header-nav__fourth-wrap {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
@media only screen and (min-width: 1200px) {
  .header-nav__tertiary-wrap,
  .header-nav__fourth-wrap {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-wrap,
  .header-nav__fourth-wrap {
    position: static;
    background: transparent;
  }
}

.header-nav__tertiary-block {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f6f6f5;
  z-index: 1000;
  padding-top: 110px;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-block {
    position: static;
    background: transparent;
  }
}
.header-nav__tertiary-block .link-block {
  height: fit-content;
  flex-direction: row;
  display: flex;
  padding-left: 100px;
}
.header-nav__tertiary-block .link-block__image {
  width: 291px;
  height: auto;
  padding-right: 28px;
}
.header-nav__tertiary-block .link-block__content-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-nav__tertiary-block .link-block__content-block h3 {
  padding-left: 0;
  padding-top: 0;
  border-width: 0;
  margin-bottom: 0;
}
.header-nav__tertiary-block .link-block__content-block .header-nav__text {
  max-width: 374px;
  font-weight: 500;
  font-size: 20px;
  line-height: 35.5px;
}
.header-nav__tertiary-block .link-block__content-block .btn {
  margin-bottom: 1rem;
}
.header-nav__tertiary-block .link-block__content-block .btn--small {
  max-width: 332px;
  text-align: center;
}



.header-nav__tertiary-link,
.header-nav__fourth-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .header-nav__tertiary-link,
  .header-nav__fourth-link {
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .header-nav__tertiary-link:hover,
  .header-nav__fourth-link:hover {
    border-bottom: 1px solid #000;
  }
}

.header-mobile {
  display: none;
}
.header-mobile.open-mobile {
  color: #000;
}
@media only screen and (max-width: 1199.98px) {
  .header-mobile {
    display: flex;
    align-items: center;
    top: 3px;
    z-index: 30;
  }
  .header-mobile .font-ico-search {
    font-size: 24px;
    color: #ff6900;
  }
  .header-mobile .header-search {
    margin-right: 40px;
  }
  .header-mobile .header-search.open .header-search__form {
    visibility: visible;
  }
  .header-mobile .header-search.open .header-search__form input {
    width: 88%;
    padding: 22px 40px;
  }
  .header-mobile .header-search.open .font-ico-search {
    position: relative;
  }
  .header-mobile .header-search.open .font-ico-search::before {
    content: "\ea05";
    font-size: 20px;
    position: absolute;
    top: -13px;
    left: -4px;
    color: #ff6900;
    z-index: 2;
  }
  .header-mobile .header-search.open .icon::after {
    content: "";
    width: 42px;
    height: 91px;
    background: #fff;
    position: absolute;
    top: -43px;
    left: -15px;
  }
  .header-mobile .header-search__form {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
  }
  .header-mobile .header-search__form input {
    height: 77px;
    width: 0;
    border: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    transition: 0.5s ease-in;
  }
  .header-mobile .header-search__form button {
    width: 95.91px;
    max-width: 95.91px;
    background: #ff6900;
    height: 77px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000;
    transition: 0.3s ease-in;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-mobile .header-search.open .font-ico-search::before {
    content: "\ea05";
    font-size: 20px;
    position: absolute;
    top: -17px;
    left: -24px;
    color: #ff6900;
    z-index: 2;
  }
  .header-mobile .header-search.open .icon::after {
    content: "";
    width: 42px;
    height: 91px;
    background: #fff;
    position: absolute;
    top: -43px;
    left: -35px;
  }
  .header-mobile .header-search__form button {
    flex: 0 0 83px;
  }
  .header-mobile .font-ico-search {
    position: relative;
    top: 2px;
  }
  .header-mobile.open-mobile .font-ico-search {
    display: none;
  }
}

.nav-icon {
  display: none;
  font-size: 8px;
  font-weight: 300;
  margin-top: 7px;
  position: relative;
  top: -3px;
  color: #000;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1200px) and (min-width: 1025px) {
  .no-touch .header-nav__secondary-item.has-children:hover > .nav-icon,
  .no-touch .header-nav__tertiary-item.has-children:hover > .nav-icon {
    display: inline-block;
  }
}
.footer {
  background-color: #000000;
  color: #fff;
  position: relative;
  z-index: 21;
}
.footer::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #98784a;
  position: absolute;
  top: 11px;
  left: 0;
}

.footer-top {
  padding: 53px 0 50px;
}
.footer-top .wrap {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .footer-top {
    padding: 47px 0 93px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-top {
    padding: 37px 0 20px;
  }
  .footer-top .wrap {
    flex-direction: column;
    align-items: center;
  }
}

.footer-top__logo {
  max-width: 300px;
  width: 100%;
  margin-right: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-top__logo {
    max-width: 250px;
    margin-right: 18px;
  }
}

.footer-top__sections {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .footer-top__sections {
    padding-top: 48px;
  }
}

.footer-top__section {
  flex: 1 1 0;
  min-width: 202px;
  padding: 5px 10px;
  border-left: 1px solid #98784a;
}
@media only screen and (min-width: 992px) {
  .footer-top__section.div-top__section--contact {
    flex: 1 1 235px;
    width: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer-top__section.div-top__section--contact {
    flex: 1 1 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -73px;
  }
  .footer-top__section.div-top__section--contact .foter-top__section-title {
    display: none;
  }
  .footer-top__section.div-top__section--contact .footer-top__list {
    display: flex;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-top__section {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-top__section {
    min-width: 160px;
    margin-bottom: 58px;
    padding: 5px 10px 5px 20px;
  }
}
@media (max-width: 340px) {
  .footer-top__section {
    min-width: 135px;
  }
}

.foter-top__section-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 17px;
}

.visibleBorderLeftRight {
  display: inline-block;
  color: hsl(222, 25%, 14%);
  position: relative;
}

.footer-top__item .icon {
  margin-right: 4px;
}
.footer-top__item .icon::before {
  font-size: 15px;
  position: relative;
  top: 1px;
  color: #d0d0ce;
}
.footer-top__item .icon.font-ico-youtube::before {
  font-size: 11px;
}

.footer-top__link {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #d0d0ce;
  position: relative;
}
.footer-top__link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d0d0ce;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .no-touch .footer-top__link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-top__link .icon::before {
    top: 0;
  }
}

.footer-bottom {
  background-color: #000000;
  padding: 23px 0 20px;
}
.footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .footer-bottom {
    padding: 23px 0 36px;
  }
  .footer-bottom .wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding: 48px 0 31px;
  }
}

.footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .footer-bottom__list {
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom__list {
    flex-direction: column;
  }
}

.footer-bottom__item {
  line-height: initial;
  padding: 0 20px;
  border-right: 1px solid #98784a;
}
.footer-bottom__item:last-of-type {
  border-right: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-bottom__item {
    padding: 0 9px;
  }
  .footer-bottom__item:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom__item {
    text-align: center;
    padding: 20px 10px;
    border-right: 0;
    border-bottom: 1px solid #98784a;
  }
  .footer-bottom__item:last-of-type {
    border-bottom: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer-bottom__copy {
    text-align: center;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom__copy {
    margin-bottom: 52px;
  }
}

.footer * {
  font-weight: bold; /* Makes all text bold */
}

.footer-bottom__link,
.footer-bottom__copy {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #d0d0ce;
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom__link,
  .footer-bottom__copy {
    font-size: 16px;
  }
}

.footer-bottom__link {
  position: relative;
}
.footer-bottom__link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d0d0ce;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .no-touch .footer-bottom__link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.standard-content__top {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.standard-content__top .standard-content__wrap {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .standard-content__top .standard-content__wrap {
    position: static;
  }
}

.standard-content__bottom {
  padding-top: 43px;
}
.standard-content__bottom .umb-grid {
  margin-top: -43px;
}
.standard-content__bottom .umb-grid .column {
  padding: 52px 0;
}

.two-column {
  width: auto !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .two-column {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.two-column tr {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .two-column tr {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.two-column td {
  flex: 1 1 392px;
  max-width: 392px;
  display: inline-block;
}
.two-column td:first-of-type {
  flex: 1 1 450px;
  max-width: 450px;
  margin-right: 60px;
}
@media only screen and (max-width: 767.98px) {
  .two-column td {
    max-width: 100%;
    display: inline;
  }
  .two-column td:first-of-type {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    flex: auto;
  }
}

.homepage-banner__wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__wrap {
    margin-bottom: 48px;
  }
}

.homepage-banner {
  z-index: 20;
}
.loaded .homepage-banner {
  transition: 0.85s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.homepage-banner__container {
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 1199.98px) {
  .homepage-banner__container {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__container .slick-dots {
    bottom: 30px;
  }
}

.homepage-banner__block {
  position: relative;
  height: 100%;
  width: 30vw;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (min-width: 1025px) {
  .no-touch .homepage-banner__block:hover {
    cursor: pointer;
    outline-width: 0;
    width: 50vw;
  }
  .no-touch .homepage-banner__block:hover .homepage-banner__image {
    opacity: 1;
  }
  .no-touch .homepage-banner__block:hover .homepage-banner__video-holder {
    opacity: 1;
    visibility: visible;
  }
  .no-touch .homepage-banner__block:hover .homepage-banner__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}
.homepage-banner__block:nth-of-type(2) .homepage-banner__hover-btn {
  padding-left: 85px;
}
.homepage-banner__block:nth-of-type(2) .homepage-banner__hover-btn::before {
  width: 70px;
}
.homepage-banner__block:nth-of-type(3) .homepage-banner__hover-btn {
  padding-left: 100px;
}
.homepage-banner__block:nth-of-type(3) .homepage-banner__hover-btn::before {
  width: 85px;
}
.homepage-banner__block:nth-of-type(4) .homepage-banner__hover-btn {
  padding-left: 115px;
}
.homepage-banner__block:nth-of-type(4) .homepage-banner__hover-btn::before {
  width: 95px;
}
@media only screen and (max-width: 1199.98px) {
  .homepage-banner__block {
    display: block;
    width: 100%;
  }
  .homepage-banner__block::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #98784a;
    position: absolute;
    top: 110px;
    left: 38px;
    z-index: 100;
  }
  .homepage-banner__block::after {
    content: "";
    width: 3px;
    height: 33px;
    background: #2dccd3;
    position: absolute;
    bottom: 0;
    left: 96px;
    z-index: 100;
  }
}
@media only screen and (max-width: 991.98px) {
  .homepage-banner__block::after {
    left: 78px;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__block::before {
    display: none;
  }
  .homepage-banner__block::after {
    left: 40px;
    height: 50px;
  }
}

.homepage-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 110%;
  z-index: 10;
}
.loaded .homepage-banner__image {
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}
@media only screen and (min-width: 1200px) {
  .homepage-banner__image {
    transform: translate3d(0%, -5%, 0) scaleX(1);
  }
}

.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-banner__video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 20;
}
.loaded .homepage-banner__video-holder {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1199.98px) {
  .homepage-banner__video-holder {
    display: none;
  }
}

.homepage-banner__video-holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #020203 100%);
}

.homepage-banner__video {
  position: absolute;
}

.homepage-banner_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.homepage-banner__video--horizontal,
.homepage-banner__video--vertical {
  width: 300%;
  height: 101%;
  top: -0.5%;
  left: -100%;
}

.homepage-banner__content {
  z-index: 22;
  max-width: 870px;
}
.homepage-banner__content .standfirst {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .homepage-banner__content {
    position: fixed;
    bottom: 6.8vh;
    left: 12.8vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.475, 0.425, 0, 0.995) 0s;
  }
  .homepage-banner__content.stop {
    opacity: 0 !important;
    transition: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .homepage-banner__content {
    position: absolute;
    max-width: 460px;
    top: 50%;
    left: 96px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__content {
    left: 0;
    padding: 0 20px;
    text-align: center;
  }
}

.homepage-banner__hover-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-left: 65px;
  display: inline-block;
}
.homepage-banner__hover-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 47px;
  height: 3px;
  background-color: #ff6900;
}
@media only screen and (max-width: 1199.98px) {
  .homepage-banner__hover-btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28em;
    color: #000;
    padding: 16px 36px !important;
    background: #ff6900;
    border-radius: 55px;
    display: none;
  }
  .homepage-banner__hover-btn::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__hover-btn {
    display: block;
  }
}

.homepage-banner__pretitle {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .homepage-banner__pretitle {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homepage-banner__pretitle {
    margin-bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homepage-banner__pretitle {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__pretitle {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.homepage-banner__title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .homepage-banner__title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }
}



.grid-row-white {
  background-color: #fff;
}

.grid-row-gray {
  background-color: #d0d0ce;
}

.grid-row-gold {
  background-color: #a89968;
}

.grid-row-dark-gray {
  background-color: #d0d0ce;
}

.grid-row-stone {
  background-color: #a89968;
}

/* stylelint-disable selector-max-id, max-nesting-depth */
.slick-dots {
  position: absolute;
}
.slick-dots li {
  width: 25px;
}
.slick-dots li button {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2dccd3;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.4s ease;
}
.slick-dots li.slick-active button {
  background: transparent;
  border: 2px solid #2dccd3;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
}
.slick-dots li:hover button {
  border: 4px solid #ff6900;
  background: transparent;
  width: 12px;
  height: 12px;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.arrow {
  display: inline-block;
  cursor: pointer;
}
.arrow::before {
  font-size: 24px;
  transition: 0.4s ease;
}
.arrow:hover::before {
  color: #ff6900;
}

.carousel .arrow--right {
  transform: rotate(180deg);
  margin-left: 2px;
}
.carousel .slick-prev {
  position: absolute;
  top: 10%;
  right: 30%;
}
@media only screen and (max-width: 991.98px) {
  .carousel .slick-prev {
    top: auto;
    bottom: 0;
    right: 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel .slick-prev {
    top: auto;
    bottom: 0;
    right: auto;
    left: 20px;
  }
}
.carousel .slick-next {
  position: absolute;
  right: 20%;
  top: 10%;
}
@media only screen and (max-width: 991.98px) {
  .carousel .slick-next {
    top: auto;
    bottom: 0;
    right: 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel .slick-next {
    top: auto;
    bottom: 0;
    right: 20px;
  }
}
.carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 24%;
  top: 11%;
}
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
  .carousel .slick-dots {
    right: 28%;
  }
}
@media only screen and (max-width: 991.98px) {
  .carousel .slick-dots {
    top: auto;
    bottom: 0;
    right: 12%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel .slick-dots {
    right: auto;
    left: 50%;
  }
}

.numeric-promo__slider .slick-prev {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.numeric-promo__slider .slick-next {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
.numeric-promo__slider .slick-dots {
  position: absolute;
  right: -20%;
  bottom: 35%;
}
.numeric-promo__slider .slick-dots li {
  height: 25px;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__slider .slick-dots {
    transform: translate(-50%, -50%);
    bottom: -20px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .numeric-promo__slider .slick-dots li {
    height: auto;
  }
  .numeric-promo__slider .slick-prev {
    top: auto;
    bottom: -20px;
    left: 0;
    transform: rotate(0deg);
  }
  .numeric-promo__slider .slick-next {
    transform: rotate(180deg);
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .numeric-promo__slider {
    margin-bottom: 30px;
  }
  .numeric-promo__slider .slick-prev {
    top: auto;
    left: 0;
  }
  .numeric-promo__slider .slick-next {
    position: absolute;
    left: auto;
    right: 0;
  }
}

.scroller-slider .slick-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  top: -87%;
  left: -100%;
  width: 68px;
  height: 68px;
  transition: 0.4s ease;
}
@media only screen and (min-width: 1025px) {
  .no-touch .scroller-slider .slick-arrow:hover .stats-arrow {
    border-color: #ff6900;
  }
  .no-touch .scroller-slider .slick-arrow:hover::before {
    border-color: #ff6900;
  }
  .no-touch .scroller-slider .slick-arrow:hover .slick-prev::before {
    top: -79px;
  }
}
.scroller-slider .slick-prev {
  top: 24px;
}
.scroller-slider .slick-next {
  bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .scroller-slider .slick-prev {
    top: 6px;
    left: 201px;
  }
  .scroller-slider .slick-next {
    bottom: 6px;
    left: 201px;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroller-slider .slick-prev {
    top: 53px;
    left: 28px;
  }
  .scroller-slider .slick-prev .stats-arrow {
    transform: rotate(135deg);
  }
  .scroller-slider .slick-next {
    bottom: 56px;
    left: auto;
    right: 28px;
  }
  .scroller-slider .slick-next .stats-arrow {
    transform: rotate(-45deg);
  }
}

.numeric-promo {
  width: 100%;
}
.numeric-promo .numeric-promo__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo .numeric-promo__description {
    margin-bottom: 20px;
  }
}
.numeric-promo .numeric-promo__title {
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.numeric-promo__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 70px 0;
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.numeric-promo__content {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__content {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.numeric-promo__slider {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__slider {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.numeric-promo__slider-inner {
  position: relative;
}

.numeric-promo__slide-inner {
  display: flex;
  justify-content: center;
  padding-left: 80px;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__slide-inner {
    padding-left: 0;
  }
}

.numeric-promo__main-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__main-title {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .numeric-promo__btns {
    display: none;
  }
}

.numeric-promo__btns-mob {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__btns-mob {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .numeric-promo__btns-mob .btn {
    width: 100%;
    text-align: center;
  }
}

.numeric-promo__num {
  font-weight: bold;
  font-size: 150px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__num {
    text-align: center;
    display: inline-block;
    font-size: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__num {
    font-size: 80px;
    padding-left: 15px;
  }
}

.numeric-promo__caption {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 144.5%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  max-width: 100px;
  padding-left: 10px;
  padding-top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .numeric-promo__caption {
    font-size: 14px;
    max-width: 85px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .numeric-promo__caption {
    line-height: 1.1;
  }
}

.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 19px 0 9px;
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  border-bottom: 1px solid #d0d0ce;
}
.breadcrumbs-wrap .nav-icon {
  transform: none;
}
.breadcrumbs-wrap.lower-level {
  justify-content: space-between;
}
.breadcrumbs-wrap.lower-level .share-icons {
  flex: 1 0 0;
}
.breadcrumbs-wrap.lower-level .breadcrumb {
  flex: 1 0 0;
}
.breadcrumbs-wrap.hidden {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .breadcrumbs-wrap {
    display: none;
  }
}

.share-icons {
  flex: 0 0 33.33%;
  max-width: 0 0 33.33%;
  text-align: right;
}
.share-icons.hidden {
  display: none;
}

.share-icon-link {
  margin-left: 35px;
}
.share-icon-link:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 991.98px) {
  .share-icon-link {
    margin-left: 15px;
  }
}

.share-icon {
  color: #c4c4c4;
  transition: 0.4s ease;
}
@media only screen and (min-width: 1025px) {
  .no-touch .share-icon:hover {
    color: rgba(196, 196, 196, 0.7);
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.breadcrumb__item {
  list-style: none;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* stylelint-disable max-nesting-depth */
}
.breadcrumb__item:last-of-type {
  margin-right: 0;
}
.breadcrumb__item:last-of-type .breadcrumb__link::after {
  content: none;
}
.breadcrumb__item.has-children .nav-icon {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  transform-origin: center;
}
@media only screen and (min-width: 1025px) {
  .no-touch .breadcrumb__item.has-children:hover .breadcrumb__secondary-nav-wrap {
    visibility: visible;
    opacity: 1;
  }
  .no-touch .breadcrumb__item.has-children:hover .nav-icon {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb__item.has-children .breadcrumb__link::after {
    right: -25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__item.has-children .nav-icon {
    display: none;
  }
}

.breadcrumb__link {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 154.5%;
  font-weight: 500;
  color: #000;
  position: relative;
}
.breadcrumb__link.active-page {
  color: #000000;
  pointer-events: none;
  cursor: default;
}
.breadcrumb__link::after {
  content: "";
  position: absolute;
  background-color: #2dccd3;
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
}
.breadcrumb__link::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .no-touch .breadcrumb__link:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.breadcrumb__secondary-nav-wrap {
  position: absolute;
  top: 42px;
  left: -10px;
  z-index: 1;
  background-color: #ececeb;
  padding: 7px 0;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  white-space: initial;
}
.breadcrumb__secondary-nav-wrap .cta--line {
  font-size: 10px;
  line-height: 15.45px;
  letter-spacing: 2px;
  font-weight: 500;
}
.breadcrumb__secondary-nav-wrap .cta--line::before {
  width: 2px;
  height: 85%;
  top: 1px;
}
.breadcrumb__secondary-nav-wrap .cta--line::after {
  height: 1px;
  bottom: 2px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .breadcrumb__secondary-nav-wrap .cta--line:hover::before {
    width: 13px;
  }
}

.breadcrumb__secondary-nav-item {
  line-height: 25px;
  padding: 0 16px 3px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .breadcrumb__secondary-nav-item:hover {
    background-color: rgba(196, 196, 196, 0.4);
  }
}

/* Ensure the breadcrumb is visible on mobile */
@media only screen and (max-width: 767.98px) {
  .breadcrumbs-wrap {
    display: flex; /* Ensure breadcrumbs are visible */
    justify-content: space-between;
  }

  /* Show the dropdown on click for mobile */
  .breadcrumb__item.has-children.open .breadcrumb__secondary-nav-wrap {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
    display: block; /* Ensure it's displayed */
    z-index: 10000; /* Ensure dropdown appears above other content */
  }

  /* Ensure the dropdown content appears when opened */
  .breadcrumb__secondary-nav-wrap {
    position: absolute;
    top: 35px; /* Adjust position */
    left: 0;
    z-index: 1000; /* High z-index to ensure it's above other elements */
    background-color: #ececeb;
    padding: 4px 0;
    width: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none; /* Keep it hidden until toggle */
  }

  /* Style for folder titles */
  .breadcrumb__link {
    display: block;
    padding: 10px 20px; /* Add left padding to move text to the right */
    font-weight: bold; /* Make text bold */
    color: #000; /* Ensure the text color is visible */
    text-decoration: none;
  }

  /* Style for links inside the dropdown */
  .breadcrumb__secondary-nav-link {
    display: block;
    padding: 10px 20px; /* Align with folder titles */
    font-weight: bold; /* Make links bold */
    color: #000; /* Ensure the text color is visible */
    text-decoration: none;
    z-index: 10001; /* Ensure links are above any background */
  }

  .breadcrumb__secondary-nav-link:hover {
    background-color: #ccc; /* Add hover effect for links */
  }
}





.cta-wrap {
  padding: 50px;
}
.cta-wrap a {
  margin-bottom: 50px;
}

.cta {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.cta::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .no-touch .cta:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.cta--large {
  font-size: 14px;
  letter-spacing: 0.28em;
}




.cta--small {
  font-size: 13px;
  letter-spacing: 2px;
}

.cta--line {
  position: relative;
  margin-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .cta--line:hover {
    margin-left: 20px;
  }
  .no-touch .cta--line:hover::before {
    left: -20px;
    width: 14px;
  }
}
.cta--line::before {
  content: "";
  position: absolute;
  background-color: #ff6900;
  left: -10px;
  height: 1em;
  width: 3px;
  top: 2px;
}
.cta--line::after {
  left: auto;
  right: 0;
  width: 100%;
}

.font-icon {
  position: relative;
}
.font-icon::before {
  position: absolute;
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  left: -15px;
  top: 0;
  transform: translate(-50%, 0);
  color: #ff6900;
  font-size: 16px;
}

.font-icon--mac::before {
  top: -3px;
}
@media only screen and (max-width: 991.98px) {
  .font-icon--mac::before {
    top: -1px;
  }
}

.font-icon--download::before {
  content: "\e006";
}

.font-icon--event::before {
  content: "\e008";
}

.font-icon--presentation::before {
  content: "\e00e";
}

.font-icon--video::before {
  content: "\e013";
}

.font-icon--view::before {
  content: "\e014";
  font-size: 15px;
}

.text-link {
  display: inline-block;
  color: #000;
  position: relative;
}
.text-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
.text-link:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.feature-block2 {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .feature-block-wrapper .wrap {
    padding: 0;
  }
}

.feature-block-wrap {
  padding-bottom: 45%;
  position: relative;
  width: 100%;
}

.feature-block-icon {
  width: 100%;
  max-width: 284px;
  max-height: 408px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-block-icon img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .feature-block-icon {
    max-width: 178px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block-icon {
    max-width: 103px;
  }
}

.content-wrap {
  max-width: 796px;
  background-color: #fff;
  padding: 50px 100px;
  margin-top: -260px;
  position: relative;
  margin-left: 86px;
}
.content-wrap h6 {
  text-transform: uppercase;
  line-height: 20px;
}
.content-wrap h2 {
  margin-bottom: 19px;
}
.content-wrap p {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991.98px) {
  .content-wrap {
    max-width: 494px;
    padding: 40px;
    margin-left: 38px;
    margin-top: -143px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content-wrap {
    max-width: 100%;
    padding: 40px;
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .buttons .btn {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    text-align: center;
  }
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-wrapper .wrap {
  position: relative;
}

.carousel {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 991.98px) {
  .carousel {
    margin-left: 0;
  }
}

.carousel-pagination {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 20;
}
.carousel-pagination .slick-dots {
  display: flex;
  position: static;
  margin: 0 70px;
}
.carousel-pagination .slick-prev {
  top: -7px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .carousel-pagination .slick-prev {
    top: -3px;
    left: -55px;
  }
}
.carousel-pagination .slick-next {
  top: -11px;
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767.98px) {
  .carousel-pagination .slick-next {
    top: -9px;
    right: -57px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .carousel-pagination {
    right: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .carousel-pagination {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
  .carousel-pagination .slick-dots {
    margin: 0 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-pagination {
    max-width: 100%;
    bottom: 30px;
  }
  .carousel-pagination .slick-dots-container {
    width: 7.69rem;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 0.875rem;
    position: relative;
  }
  .carousel-pagination .slick-dots-container .slick-dots {
    padding: 0;
    display: flex;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
  }
  .carousel-pagination .slick-dots-container .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.31rem;
    border: 0;
    border-radius: 50%;
  }
  .carousel-pagination .slick-dots-container .n-small-1,
  .carousel-pagination .slick-dots-container .p-small-1 {
    transform: scale(0.8);
  }
  .carousel-pagination .slick-dots-container .slick-dots li button _ {
    width: 6px;
    height: 6px;
  }
  .carousel-pagination .slick-dots-container .arrow::before {
    font-size: 20px;
  }
  .carousel-pagination .slick-dots li button _ {
    width: 6px;
    height: 6px;
  }
  .carousel-pagination .arrow::before {
    font-size: 20px;
  }
}

.carousel-item {
  max-width: 352px;
  padding: 30px 20px 50px;
  width: 100%;
  margin: 65px 0;
  transition: 0.4s ease;
  position: relative;
  border-left: 1px solid #98784a;
  min-height: 459px;
}
.carousel-item:first-of-type {
  margin-left: 35px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .carousel-item:hover {
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.15);
  }
  .no-touch .carousel-item:hover .carousel__title {
    background-size: 100% 100%;
    width: 100%;
  }
  .no-touch .carousel-item:hover .cta {
    margin-left: 20px;
  }
  .no-touch .carousel-item:hover .cta::before {
    left: -20px;
    width: 14px;
  }
  .no-touch .carousel-item:hover .cta::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 991.98px) {
  .carousel-item {
    margin-left: 38px;
  }
  .carousel-item:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-item {
    min-height: auto;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.carusel__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  z-index: 1;
}

.carousel__img-container {
  margin-bottom: 26px;
}

.carousel__image {
  padding-bottom: 53.5%;
}

.carousel__info {
  margin-bottom: 26px;
}

.carousel__btn-wrap {
  margin-top: 26px;
  position: relative;
  z-index: 1;
}

.carousel__content p {
  margin-top: 15px;
}

.carousel__section {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.carousel__tag-date {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.carousel__tag-date::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #2dccd3;
  left: 5px;
  transform: translate(-50%, 50%);
  bottom: 7px;
}

.carousel__title {
  font-size: 26px;
  line-height: 32px;
  border-left: 0;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
  display: inline;
  z-index: 1;
  cursor: pointer;
}

.slick-slider {
  position: static;
}

.news-wrapper {
  padding: 50px 0;
}

.news {
  background-color: #000000;
  padding: 140px 0 172px;
}
@media only screen and (max-width: 991.98px) {
  .news {
    padding: 50px 0 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news {
    padding: 64px 0 70px;
  }
}

.news-inner {
  margin-left: 86px;
}
@media only screen and (max-width: 991.98px) {
  .news-inner {
    margin-left: 0;
  }
}

.section-title {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  margin-bottom: 67px;
  padding-left: 20px;
  border-left: 3px solid #2dccd3;
}
@media only screen and (max-width: 991.98px) {
  .section-title {
    line-height: 24px;
  }
}

.article__img {
  padding-bottom: 53.15%;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767.98px) {
  .article__img {
    margin-bottom: 30px;
  }
}

.article__type {
  color: #2dccd3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.39em;
  display: inline-block;
  margin-bottom: 19px;
  padding-right: 30px;
  position: relative;
}
.article__type::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 1px;
  height: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.article__date {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.39em;
}

.articles-wrap {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .articles-wrap {
    flex-wrap: wrap;
  }
}

.featured-article {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 51px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .featured-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .no-touch .featured-article:hover .article__title {
    background-size: 100% 100%;
    width: 100%;
  }
}
.featured-article .article {
  padding: 0 0 20px 20px;
}
.featured-article .article__title {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 767.98px) {
  .featured-article .article__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
  }
}

.article__link {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.articles {
  flex: 1 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .articles {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.article {
  padding: 20px 0 20px 20px;
  margin-bottom: 50px;
  position: relative;
}
.article::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120%;
  background-color: #98784a;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .no-touch .article:hover .article__title {
    background-size: 100% 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .article::before {
    height: 113%;
  }
}

.article__title {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
  display: inline;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .article__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.article__cta {
  color: #fff;
  z-index: 5;
  position: absolute;
  left: 20px;
}
.article__cta::after {
  background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .article__cta {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .article__cta {
    bottom: 20px;
  }
}

.case-studies {
  width: 100%;
}

.case-study {
  margin-top: -80px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991.98px) {
  .case-study {
    margin-top: 0;
  }
}

.case-study-wrapper {
  padding: 50px 0;
}

.layout__video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 0 32px 34px rgba(0, 0, 0, 0.3);
}

.layout__video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.layout--2 {
  display: none;
}

.case-study--2 .layout {
  display: none;
}
.case-study--2 .layout--2 {
  display: block;
}
.case-study--2 .layout__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 55px;
  color: #fff;
}
.case-study--2 .layout__main-title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 73px;
}
.case-study--2 .layout__content-wrap {
  bottom: 48px;
  top: auto;
}
.case-study--2 .video__play-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-study--2 .video__play {
  background-color: #fff;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  transition: 0.4s ease-in-out;
  display: block;
  margin: 0 auto 12px;
}
.case-study--2 .video__play::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  color: #ff6900;
  content: "\ea12";
  font-size: 32px;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%);
  position: relative;
  transition: 0.3s ease-in-out;
}
.case-study--2 .video__play--2 {
  position: relative;
}
.case-study--2 .video__play--2::before {
  content: "Play video";
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  bottom: -40px;
  width: 250%;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991.98px) {
  .case-study--2 .layout__content-wrap {
    bottom: auto;
  }
  .case-study--2 .layout__title {
    color: #000;
    display: block;
  }
  .case-study--2 .layout__main-title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
  }
  .case-study--2 .layout--2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .case-study--2 .layout__section-title {
    line-height: 20px;
  }
  .case-study--2 .video__play {
    top: auto;
    left: auto;
    transform: none;
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-study--2 .layout__title {
    font-size: 30px;
    line-height: 38px;
  }
  .case-study--2 .layout__main-title {
    font-size: 30px;
    line-height: 38px;
  }
  .case-study--2 .layout__section-title {
    line-height: 24px;
  }
  .case-study--2 .video__play {
    width: 55.88px;
    height: 55.88px;
  }
  .case-study--2 .video__play::after {
    font-size: 24px;
  }
}

.layout {
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .layout--1 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.layout__content-wrap {
  position: absolute;
  left: 102px;
  z-index: 1;
  top: 156px;
}
@media only screen and (max-width: 991.98px) {
  .layout__content-wrap {
    position: relative;
    left: auto;
    top: auto;
  }
}

.layout__section-title {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 37px;
}
@media only screen and (max-width: 991.98px) {
  .layout__section-title {
    color: #000;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout__section-title {
    line-height: 24px;
  }
}

.layout__title {
  font-weight: 500;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .layout__title {
    color: #000;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout__title {
    font-size: 30px;
    line-height: 38px;
  }
}

.layout__main-title {
  color: #fff;
  font-weight: bold;
  font-size: 174px;
  line-height: 174px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1199.98px) {
  .layout__main-title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .layout__main-title {
    color: #000;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.03em;
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout__main-title {
    font-size: 30px;
    line-height: 38px;
  }
}

.layout__inner {
  padding-left: 30px;
  border-left: 1px solid #a89968;
}
.layout__inner .js-play-video {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .layout__inner {
    border-left: 0;
    padding-left: 0;
  }
  .layout__inner .btn {
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .layout__inner .btn.js-play-video {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .video__play {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: 0.4s ease-in-out;
    color: transparent;
  }
  .video__play::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    position: absolute;
    content: "\ea12";
    font-size: 25px;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #ff6900;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 1025px) {
  .no-touch .video__play:hover::after {
    color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .video__play {
    width: 55.88px;
    height: 55.88px;
  }
}

.custom-cursor {
  position: absolute;
  top: -18px;
  left: -26px;
  pointer-events: none;
  z-index: 997;
  display: none;
}
.no-touch .custom-cursor {
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  .custom-cursor {
    display: none;
  }
}

.custom-cursor__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 1.5px solid #ff6900;
  border-radius: 50%;
}

.custom-cursor--hover .custom-cursor__circle {
  width: 58px;
  height: 58px;
  transform: translate(-25px, -18px);
}

.accordions {
  width: 100%;
}

.accordion-wrapper {
  max-width: 998px;
  margin: 0 auto 30px;
  padding: 20px 0;
}
@media only screen and (max-width: 991.98px) {
  .accordion-wrapper {
    max-width: 100%;
  }
}

.accordion__item {
  transition: 0.4s ease;
  border-top: 1px solid #98784a;
}
.accordion__item a:not([class]) {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  position: relative;
  cursor: pointer;
}
.accordion__item a:not([class])::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
.accordion__item a:not([class]):hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.accordion__item:last-of-type {
  border-bottom: 1px solid #98784a;
}
@media only screen and (min-width: 1025px) {
  .no-touch .accordion__item:last-of-type:hover {
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .no-touch .accordion__item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-top: 1px solid transparent;
  }
  .no-touch .accordion__item:hover + .accordion__item {
    border-top: 1px solid transparent;
  }
  .no-touch .accordion__item:hover .accordion__mark {
    height: 34px;
  }
}

.accordion__btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding: 27px 80px 27px 40px;
  border-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.accordion__btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #ff6900;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 31px;
}
.accordion__btn::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background-color: #ff6900;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 54px;
}
@media only screen and (max-width: 767.98px) {
  .accordion__btn {
    font-size: 16px;
    line-height: 20px;
    padding: 27px 46px 27px 18px;
  }
  .accordion__btn::before {
    right: 0;
  }
  .accordion__btn::after {
    right: 24px;
  }
}

.accordion__btn--long {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.accordion__btn--active {
  font-weight: normal;
  text-overflow: unset;
  white-space: unset;
  overflow: visible;
}
.accordion__btn--active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: transparent;
}
.accordion__btn--active::before {
  background-color: #2dccd3;
}
.accordion__btn--active .accordion__mark {
  background-color: #2dccd3;
  width: 3px;
}

.accordion__mark {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff6900;
  height: 24px;
  width: 8px;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767.98px) {
  .accordion__mark {
    left: 4px;
  }
}

.accordion__content {
  display: none;
  padding: 0 90px 50px;
}
@media only screen and (max-width: 991.98px) {
  .accordion__content {
    padding: 13px 57px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .accordion__content {
    padding: 13px 0 30px;
  }
}



.hero-banner {
  width: 100%;
  height: 600px; /* Adjust the height */
  overflow: hidden;
  position: relative;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the full container */
  object-position: center center; /* Centers the image */
}

@media only screen and (max-width: 991.98px) {
  .hero-banner {
    height: 400px; /* Adjust for smaller screens */
  }
}


.hero-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.hero-banner.hero-banner--big {
  height: 768px;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner.hero-banner--big {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-banner.hero-banner--big {
    height: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner {
    height: 300px;
  }
}
.hero-banner picture::before {
  content: "";
  background: linear-gradient(180deg, #000 0%, rgba(2, 2, 3, 0) 100%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 173px;
  z-index: 1;
}

.hero-banner__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  width: 100%;
  padding: 55px 0;
  background-color: #000000;
  overflow: hidden;
}
.gallery::after {
  content: "";
  background: #000000;
}

.gallery-wrap {
  position: relative;
  text-align: center;
}
.gallery-wrap::after {
  content: "";
  background: #000000;
  left: calc(-100% + 20px);
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .gallery-wrap {
    width: calc(100% + 100vw);
  }
  .gallery-wrap::after {
    left: calc(-100% + 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery-wrap::after {
    left: calc(-100% + 40px);
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery-wrap {
    width: 100%;
  }
  .gallery-wrap::after {
    display: none;
  }
}

.gallery-box {
  height: auto;
  overflow: hidden;
}

.gallery-box__component {
  position: relative;
  overflow: hidden;
}

.gallery-box__image {
  width: 100%;
  height: auto;
}

.gallery-box__description {
  width: 100%;
  color: #fff;
  background: #000000;
  display: flex;
  position: relative;
  z-index: -1px;
}

.gallery-box__description-paragraph {
  padding: 23px 26px 13px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
}

.gallery-box__video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.gallery-box__video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
.gallery-box__video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.gallery-box__play {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.gallery-box__play::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea12";
  position: absolute;
  font-size: 32px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 54%;
  color: #ff6900;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .no-touch .gallery-box__play:hover {
    background-color: #ff6900;
  }
  .no-touch .gallery-box__play:hover::after {
    color: #fff;
  }
}

.gallery-box__btn-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  width: 180px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: absolute;
  bottom: -30px;
  left: -50%;
  color: #fff;
}

.slider-progress {
  padding: 17px 27px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #2dccd3;
}
.slider-progress::before {
  content: "";
  background: #2dccd3;
  width: 100%;
  height: 100%;
}
.slider-progress .slider__current {
  font-size: 28px;
  font-weight: 700;
}
.slider-progress .slider__separate {
  margin: 0 3px;
}
.slider-progress .slider__separate,
.slider-progress .slider__totals {
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 991.98px) {
  .slider-progress {
    padding: 16px 15px;
  }
  .slider-progress .slider__current {
    font-size: 22px;
  }
  .slider-progress .slider__separate,
  .slider-progress .slider__totals {
    position: static;
  }
}

.gallery-pagination {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 57px;
  padding: 0 60px;
}
.gallery-pagination .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11px;
}
.gallery-pagination .slick-dots li {
  display: inline-block;
}
.gallery-pagination .slick-dots li button {
  border: 2px solid transparent;
}
.gallery-pagination .slick-dots li.slick-active button {
  background: transparent;
  border: 2px solid #2dccd3;
}
@media only screen and (min-width: 992px) {
  .gallery-pagination .slick-dots li:hover button {
    background: #fff;
    border: 2px solid #ff6900;
  }
}
.gallery-pagination .slick-prev,
.gallery-pagination .slick-next {
  z-index: 10;
  top: 50%;
  background-color: transparent;
  color: #fff;
  transform: translateY(-50%);
}
.gallery-pagination .slick-prev.hidden,
.gallery-pagination .slick-next.hidden {
  opacity: 0;
  pointer-events: none;
}
.gallery-pagination .slick-prev .arrow::before,
.gallery-pagination .slick-next .arrow::before {
  font-size: 23px;
}
.gallery-pagination .slick-prev {
  left: 0;
}
.gallery-pagination .slick-next {
  transform: rotate(180deg) translateY(50%);
  right: 0;
}

.js-gallery-slider .slick-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .js-gallery-slider .slick-track {
    align-items: flex-start;
  }
}
.js-gallery-slider .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767.98px) {
  .js-gallery-slider .slick-list {
    overflow: hidden;
  }
}
.js-gallery-slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: transparent;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .js-gallery-slider .slick-slide {
    width: 1200px !important;
  }
}
@media only screen and (min-width: 768px) {
  .js-gallery-slider .slick-slide .gallery-box__component {
    transform: translateY(95px);
    transition: 0.3s ease-in;
    opacity: 0.2;
  }
  .js-gallery-slider .slick-slide.slick-current, .js-gallery-slider .slick-slide.slick-center {
    padding-top: 0;
  }
  .js-gallery-slider .slick-slide.slick-current, .js-gallery-slider .slick-slide.slick-active .gallery-box__component {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .js-gallery-slider .slick-slider .slick-slide.slick-current,
  .js-gallery-slider .slick-slider .slick-slide.slick-center {
    transform: scale(1);
    margin-right: 3%;
    margin-left: 3%;
  }
}

.quote {
  width: 100%;
}

.blockquote-wraper {
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .blockquote-wraper {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blockquote-wraper {
    padding: 0;
  }
}

.blockquote-wrap {
  position: relative;
  padding: 20px 0 30px 57px;
  margin: 70px 0;
}
.blockquote-wrap blockquote {
  border-left: 0;
  padding: 0;
  margin: 0;
}
.blockquote-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #2dccd3;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .blockquote-wrap {
    padding: 0;
  }
  .blockquote-wrap::before {
    content: none;
  }
}

.blockquote-wrap__photo {
  position: absolute;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  left: 0;
  transform: translate(-50%, -20%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .blockquote-wrap__photo {
    transform: none;
    bottom: -13px;
  }
}

.blockquote {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 40px !important;
  color: #000000;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991.98px) {
  .blockquote {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blockquote {
    font-size: 18px;
    line-height: 32px;
  }
}

.blockquote-wrap__author {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .blockquote-wrap__author {
    padding-left: 85px;
  }
}

.blockquote-wrap__author--light {
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .blockquote-wrap__author--light {
    padding-left: 85px;
  }
}

.blockquote-wrap--small .blockquote {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .blockquote-wrap--small .blockquote {
    font-size: 16px;
    line-height: 30px;
  }
}

.filter-results {
  width: 100%;
  padding: 20px 0;
  margin: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .filter-results {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .filter-results .filter-results__title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: initial;
    padding: 14px 30px 14px 38px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    border: 1px solid #d0d0ce;
    width: 100%;
  }
  .filter-results .filter-results__title::before {
    width: 2px;
    height: 27px;
    background: #2dccd3;
    left: 20px;
    bottom: 14px;
  }
  .filter-results .filter-results__title::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "\ea04";
    font-size: 8px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 48%;
    background: transparent;
    width: auto;
    transition: 0.3s ease-in-out;
  }
}

.filter-results__content {
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .filter-results__content {
    text-align: left;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .filter-results__content.active .filter-results__title::after {
    transform: rotate(180deg);
  }
}

.filter-results__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 991.98px) {
  .filter-results__top {
    display: none;
    flex-direction: column;
    align-items: initial;
    padding: 0 18px;
    border: 1px solid #d0d0ce;
    border-top: 0;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
  }
}

.filter-results__select-wrap {
  display: flex;
  align-items: center;
  flex: auto;
}
@media only screen and (max-width: 991.98px) {
  .filter-results__select-wrap {
    flex-direction: column;
    align-items: initial;
  }
}

.filter-results__btn {
  display: inline-block;
  padding: 14px 26px;
  margin-top: 10px;
}

.filter-results__btn--reset {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-results__btn--reset {
    display: block;
  }
}

.filter-results__btn--show-more {
  font-weight: bold;
}
.filter-results__btn--show-more.hidden {
  display: none;
}

.filter-results__title {
  display: inline-block;
  padding: 0;
  border: 0;
  position: relative;
}
.filter-results__title::before, .filter-results__title::after {
  content: "";
  width: 89px;
  height: 1px;
  background: rgba(152, 120, 74, 0.5);
  position: absolute;
  bottom: 7px;
  left: -111px;
}
.filter-results__title::after {
  left: auto;
  right: -107px;
}

.filter-results__select {
  display: inline-block;
  position: relative;
  max-width: 260px;
  flex: 1 1 260px;
  text-align: left;
  padding-top: 18px;
  border: 1px solid transparent;
}
.filter-results__select::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea04";
  font-size: 8px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 25px;
  transition: 0.3s ease-in-out;
}
.filter-results__select:not(:last-of-type)::before {
  content: "";
  width: 2px;
  height: 27px;
  background-color: #2dccd3;
  position: absolute;
  bottom: 0;
  right: -3px;
}
.filter-results__select.active {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid #d0d0ce;
  border-bottom: 0;
  left: 0;
  z-index: 2;
}
.filter-results__select.active::after {
  transform: rotate(180deg);
  top: 25px;
}
.filter-results__select.active::before {
  display: none;
}
.filter-results__select.active .filter-results__select-list {
  padding: 20px 5px 10px 20px;
}
.filter-results__select.active .filter-results__select-list.show-more {
  padding: 20px 5px 10px 20px;
}
@media only screen and (max-width: 991.98px) {
  .filter-results__select {
    padding: 20px 0 27px;
    border-bottom: 1px solid #d0d0ce;
    position: relative;
    max-width: 100%;
    flex: auto;
  }
  .filter-results__select:not(:last-of-type) {
    border-right: 0;
  }
  .filter-results__select:last-of-type::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #ff6900;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    right: 0;
  }
  .filter-results__select::before {
    content: "";
    width: 15px !important;
    height: 1px !important;
    background-color: #ff6900 !important;
    top: 50%;
    bottom: auto !important;
    transform: translate(-50%, -50%);
    right: 0 !important;
    position: absolute !important;
  }
  .filter-results__select::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #ff6900;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 14px;
  }
  .filter-results__select.active {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #d0d0ce;
    left: 0;
    margin-top: 0;
  }
  .filter-results__select.active .filter-results__select-title {
    color: #000000;
  }
  .filter-results__select.active .filter-results__select-title::before {
    background: #2dccd3;
    width: 2px;
  }
  .filter-results__select.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: transparent;
  }
  .filter-results__select.active::before {
    background-color: #2dccd3 !important;
    top: 33px !important;
    transform: none !important;
    display: block !important;
  }
}

.filter-results__select-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  cursor: pointer;
  margin: 3px 40px 3px 23px;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.filter-results__select-title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .no-touch .filter-results__select-title:hover {
    background-size: 100% 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .filter-results__select-title {
    min-width: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .filter-results__select-title {
    min-width: auto;
    font-weight: 700;
    padding: 0 30px 0 22px;
    margin-right: 0;
    position: relative;
    display: block;
  }
  .filter-results__select-title::after {
    display: none;
  }
  .filter-results__select-title::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6900;
  }
}

.filter-results__select-list {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #d0d0ce;
  background: #fff;
  border-top: 0;
  padding: 23px 20px 10px;
  text-align: left;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .filter-results__select-list {
    padding: 20px 12px 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .filter-results__select-list {
    width: 100%;
    border: 0;
    position: static;
    padding: 25px 20px 0;
  }
}

.filter-results__select-items {
  overflow: hidden;
  max-height: 180px;
}
.filter-results__select-items.scroll-overflow {
  overflow-y: scroll;
}
.filter-results__select-items::-webkit-scrollbar {
  width: 3px;
}
.filter-results__select-items::-webkit-scrollbar-thumb {
  background-color: #666;
}

.filter-results__select-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 9px;
  position: relative;
  padding-right: 46px;
  z-index: 10;
}
.filter-results__select-item label {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-results__select-item label::after {
  content: "";
  background: #fff;
  border: 2px solid #2dccd3;
  width: 21.5px;
  height: 21.5px;
  position: absolute;
  top: 0;
  right: 15px;
}
.filter-results__select-item label::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #2dccd3;
  border-width: 0 2px 2px 0;
  transform: rotate(20deg);
  display: none;
  z-index: 2;
}
.filter-results__select-item input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 1025px) {
  .no-touch .filter-results__select-item input:hover + label {
    opacity: 1;
  }
}
.filter-results__select-item input:checked + label {
  opacity: 1;
}
.filter-results__select-item input:checked + label::before {
  display: block;
  transform: rotate(45deg);
}
@media only screen and (max-width: 991.98px) {
  .filter-results__select-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .filter-results__select-item label {
    border-left: 2px solid #2dccd3;
    padding-left: 20px;
  }
}

.filter-results__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 10px;
  border-bottom: 1px solid #d0d0ce;
}
.filter-results__bottom.hide {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-results__bottom {
    display: none;
  }
}

.filter-results__selected {
  display: flex;
  flex-wrap: wrap;
}

.filter-results__selected-item {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: rgba(152, 120, 74, 0.2);
  padding: 3px 26px 3px 14px;
  margin-right: 16px;
  text-align: left;
  min-width: 146px;
  position: relative;
  margin-bottom: 8px;
}
.filter-results__selected-item .icon {
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .no-touch .filter-results__selected-item .icon:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 991.98px) {
  .filter-results__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
  }
}

.filter-results__reset {
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding-left: 18px;
  transition: 0.2s ease-in-out;
}
.filter-results__reset::before {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  color: #000;
  content: "\ea14";
  font-size: 12px;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .no-touch .filter-results__reset:hover {
    opacity: 0.7;
  }
}

.anchor-links {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #ececeb;
  z-index: 1000;
  padding: 16px 0;
}
.anchor-links.down {
  top: 0;
  transition: 0.2s ease;
}
.anchor-links .anchor-links__title {
  display: none;
}
.anchor-links .anchor-links__items-wrap {
  padding-bottom: 0;
  box-shadow: none;
}
.anchor-links.anchor-links--fixed {
  margin-bottom: 40px;
  position: relative;
  left: 0;
  top: 0 !important;
  background: transparent;
  padding: 0;
  z-index: 0;
}
.anchor-links.anchor-links--fixed .anchor-links__title {
  display: inline-block;
}
@media only screen and (max-width: 991.98px) {
  .anchor-links.anchor-links--fixed .anchor-links__title {
    display: none;
  }
}
.anchor-links.anchor-links--fixed .anchor-links__items-wrap {
  padding-bottom: 30px;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 991.98px) {
  .anchor-links.anchor-links--fixed .anchor-links__items-wrap {
    box-shadow: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .anchor-links.anchor-links--fixed .anchor-links__items-list {
    padding-top: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .anchor-links.anchor-links--fixed .anchor-links__items-item {
    padding: 12px 20px;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 991.98px) {
  .anchor-links.anchor-links--fixed {
    padding: 16px 0;
    transition: 0.1s ease;
  }
  .anchor-links.anchor-links--fixed .wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .anchor-links {
    padding: 0;
    top: 102px;
  }
  .anchor-links.down {
    top: 102px;
  }
  .anchor-links .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .anchor-links {
    top: 76px;
  }
  .anchor-links.down {
    top: 76px;
    transition: none;
  }
}

.anchor-links__content {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .anchor-links__content {
    text-align: left;
  }
}

.anchor-links__title::before {
  width: 100%;
  left: -110%;
}
.anchor-links__title::after {
  width: 100%;
  right: -110%;
}

.anchor-links__items-wrap {
  max-width: 1105px;
  margin: 0 auto;
  padding-bottom: 30px;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.06);
}
.anchor-links__items-wrap.active .anschor-links__select-title::after {
  transform: rotate(180deg);
}

.anchor-links__items-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .anchor-links__items-list {
    flex-direction: column;
    justify-content: left;
    padding: 0 20px;
    border: 1px solid #d0d0ce;
    border-top: 0;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
    display: none;
  }
}

.anchor-links__items-item {
  padding: 0 20px 3px;
  max-width: 200px;
  text-align: left;
  cursor: pointer;
}
.anchor-links__items-item:not(:last-of-type) {
  border-right: 2px solid #2dccd3;
}
@media only screen and (min-width: 1025px) {
  .no-touch .anchor-links__items-item:hover .anchor-links__items-link {
    background-size: 100% 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .anchor-links__items-item {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
  }
  .anchor-links__items-item:not(:last-of-type) {
    border-right: 0;
    border-bottom: 1px solid #d0d0ce;
  }
}

.anchor-links__items-link {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  color: #000;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
  display: inline;
}
@media only screen and (max-width: 991.98px) {
  .anchor-links__items-link {
    font-weight: 400;
    display: block;
    padding: 12px 20px;
  }
}

.anschor-links__select-title {
  display: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  border-left: 2px solid #2dccd3;
  position: relative;
  padding: 14px 30px 14px 38px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
  border: 1px solid #d0d0ce;
  width: 100%;
}
.anschor-links__select-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  background: #2dccd3;
  left: 23px;
  bottom: 14px;
}
.anschor-links__select-title::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea04";
  font-size: 8px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 48%;
  background: transparent;
  width: auto;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .anschor-links__select-title {
    display: block;
  }
}

.image {
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .image {
    margin: 70px 0;
  }
}

.image-img {
  object-fit: cover;
  max-height: 700px;
}

.image-caption {
  padding: 11px 10px 8px 100px;
  border-bottom: 1px solid #d0d0ce;
}
@media only screen and (max-width: 991.98px) {
  .image-caption {
    padding-left: 0;
  }
}

.image-caption__text {
  max-width: 800px;
}

.results {
  width: 100%;
}

.carousel__inner {
  margin: 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .carousel__inner {
    margin: 40px 0;
  }
}

.carousel--flex {
  display: flex;
  justify-content: flex-start;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0 0 4px;
}
.carousel--flex .carousel-item {
  max-width: 25%;
  flex: 0 0 25%;
  margin: 0 40px 60px;
}
.carousel--flex .carousel-item:first-of-type {
  margin-left: 40px;
}
@media only screen and (max-width: 991.98px) {
  .carousel--flex .carousel-item {
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .carousel--flex .carousel-item:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel--flex .carousel-item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-more {
  border: 4px solid hsl(25, 100%, 95%);
  border-left-color: hsl(25, 80%, 62%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
  display: none;
}

@keyframes donut-spin {
  to {
    transform: rotate(1turn);
  }
}
.scroller-slider {
  background-color: rgba(208, 208, 206, 0.3);
  margin: 90px 0;
}
.scroller-slider .wrap {
  position: relative;
}
.scroller-slider .wrap::after {
  content: "";
  background: #fff;
  width: 485px;
  height: calc(100% + 30px);
  position: absolute;
  left: 71px;
  top: 6px;
  margin: -20px 0;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}
.scroller-slider .slick-slider {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.scroller-slider .slick-track {
  padding-left: 50px;
}
.scroller-slider .slick-list {
  position: relative;
  padding: 170px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .scroller-slider .wrap::after {
    content: "";
    background: #fff;
    width: 354px;
    left: 68px;
  }
  .scroller-slider .slick-track {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroller-slider {
    overflow: hidden;
    min-height: 355px;
    height: 400px;
    background-color: transparent;
    position: relative;
  }
  .scroller-slider::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 110px;
    background-color: rgba(208, 208, 206, 0.3);
  }
  .scroller-slider .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .scroller-slider .wrap::after {
    display: none;
  }
  .scroller-slider .slick-slider {
    width: 100%;
    overflow: visible;
  }
  .scroller-slider .slick-track {
    padding-left: 0;
  }
  .scroller-slider .slick-list {
    padding: 20px 0 !important;
    overflow: visible;
  }
}

.scroller__slide {
  padding: 10px 20px;
  max-width: 485px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .scroller__slide {
    max-width: 354px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroller__slide {
    max-width: 100%;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
    padding: 23px 21px;
    min-height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.scroller-slider__svg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 474px;
  width: 100%;
  padding-bottom: 46%;
  opacity: 90%;
}
@media only screen and (max-width: 991.98px) {
  .scroller-slider__svg {
    max-width: 330px;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroller-slider__svg {
    position: static;
    padding-bottom: 70%;
    max-width: 231px;
  }
}

.scroller__caption {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #000;
  min-height: 70px;
}
@media only screen and (max-width: 767.98px) {
  .scroller__caption {
    font-size: 16px;
    line-height: 20px;
    min-height: auto;
  }
}

.scroller__caption-stat {
  font-weight: bold;
  font-size: 160px;
  color: #000;
  visibility: hidden;
  position: absolute;
  right: -120%;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1199.98px) {
  .scroller__caption-stat {
    font-size: 86px;
    right: -90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .scroller__caption-stat {
    font-size: 76px;
    top: -175px;
    right: 0;
    visibility: visible;
    line-height: 117px;
    transform: none;
    letter-spacing: initial;
  }
}

.scroller__slide-inner {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.98px) {
  .scroller__slide-inner {
    text-align: center;
  }
}

.stats-scroller {
  width: 100%;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center {
  position: relative;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center::before, .stats-scroller .slick-vertical .slick-slide.slick-current.slick-center::after {
  content: "";
  position: absolute;
  left: -116px;
  width: calc(100% + 116px);
  height: 1px;
  background: rgba(208, 208, 206, 0.7);
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center::before {
  top: -43px;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center::after {
  bottom: -43px;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__caption {
  opacity: 1;
  text-shadow: none;
  color: #000;
  text-align: center;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__caption-stat {
  visibility: visible;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__slide {
  border-top: 1px solid #d0d0ce;
  border-bottom: 1px solid #d0d0ce;
  padding: 25px 20px 20px;
  max-width: 540px;
  margin-left: -30px;
  position: static;
}
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__slide::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #98784a;
}
@media only screen and (max-width: 991.98px) {
  .stats-scroller .slick-slide + .slick-current::before {
    top: -20px !important;
  }
  .stats-scroller .slick-slide + .slick-current::after {
    bottom: -20px !important;
  }
  .stats-scroller .slick-slide + .slick-current .scroller__slide {
    max-width: 395px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .stats-scroller .slick-slide {
    margin: 0 15px;
  }
  .stats-scroller .slick-slide + .slick-current::before {
    display: none;
  }
  .stats-scroller .slick-slide + .slick-current::after {
    display: none;
  }
  .stats-scroller .slick-slide + .slick-current .scroller__slide {
    max-width: 100% !important;
    border: 0;
    margin-left: 0;
  }
}

.slick-slide .scroller__caption {
  transition: ease-in-out 0.3s;
  opacity: 0.1;
  color: transparent;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767.98px) {
  .slick-slide .scroller__caption {
    opacity: 1;
    color: #000;
    text-shadow: none;
  }
}

.slick-active .scroller__caption {
  opacity: 0.2;
  color: transparent;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767.98px) {
  .slick-active .scroller__caption {
    opacity: 1;
    color: #000;
    text-shadow: none;
  }
}

.tabs {
  width: 100%;
  max-width: 1038px;
  margin: 50px auto 10px;
}

.tab-content {
  padding: 60px 0 0;
}
.tab-content.selected {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .tab-content {
    padding: 49px 0;
  }
}

.tab-content-wrap .rte {
  max-width: 100%;
}

.tab-list {
  display: flex;
  background-color: rgba(208, 208, 206, 0.2);
}
@media only screen and (max-width: 991.98px) {
  .tab-list {
    display: none;
  }
}

.tab-btn {
  padding: 16px 10px;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .tab-btn {
    text-align: start;
    padding: 18px 40px 14px;
  }
}

.tab-item {
  cursor: pointer;
  flex: 2 1 auto;
  text-align: center;
  border-bottom: 1px solid #98784a;
}
@media only screen and (min-width: 1025px) {
  .no-touch .tab-item:hover .tab-btn {
    text-decoration: underline;
    background: #fff;
  }
}
.tab-item.selected {
  border-top: 1px solid #98784a;
  border-left: 1px solid #98784a;
  border-right: 1px solid #98784a;
  border-bottom: 0;
  background: #fff;
}
.tab-item.selected .tab-btn {
  color: #000000;
  font-weight: normal;
}
@media only screen and (max-width: 991.98px) {
  .tab-item {
    border: 1px solid #d0d0ce;
    border-top: 0;
    text-align: start;
    background-color: #fff;
  }
  .tab-item.selected {
    background-color: #fff;
    color: #000;
    border: 1px solid #d0d0ce;
    border-top: 0;
  }
  .tab-item.selected .tab-btn {
    color: #000;
  }
}

.item-selected {
  width: 100%;
  display: none;
  text-align: start;
  background-color: #fff;
  position: relative;
  padding: 18px 40px 14px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  border: 1px solid #d0d0ce;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
}
.item-selected::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  background-color: #2dccd3;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
}
.item-selected::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea01";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}
@media only screen and (max-width: 991.98px) {
  .item-selected {
    display: block;
  }
}

.search-results {
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .search-results .wrap {
    padding: 0;
  }
}
.search-results-clickable {
  cursor: pointer;
}
.search-results__inner {
  padding: 52px 97px 95px;
}
@media only screen and (max-width: 991.98px) {
  .search-results__inner {
    padding: 30px 36px 103px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-results__inner {
    padding: 15px 25px 68px;
  }
}
.search-results__search {
  height: 70px;
  width: 100%;
  margin: 20px 0 33px;
  border: 1px solid rgba(178, 178, 178, 0.4);
  border-radius: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.search-results__search .search-results__search__input {
  border-width: 0;
  font-size: 1em;
  color: inherit;
  flex: auto 1 1;
  padding-left: 20px;
}
.search-results__search .search-results__search__input::placeholder {
  color: #000;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.search-results__search .search-results__search__btn {
  margin-right: 16px;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.search-results__search .search-results__search__btn .icon {
  position: absolute;
  top: 11px;
  right: 11px;
  color: #ff6900;
}
@media only screen and (min-width: 1025px) {
  .no-touch .search-results__search .search-results__search__btn:hover {
    transition: 0.2s ease;
    background: #ff6900;
  }
  .no-touch .search-results__search .search-results__search__btn:hover .icon {
    color: #fff;
  }
}
.search-results__dropdown .button {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .search-results__dropdown {
    width: 100%;
  }
}
.search-results__wrap {
  background-color: #fff;
  position: relative;
}
.search-results__title {
  color: #000;
  margin-bottom: 37px;
}
.search-results__main-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .search-results__main-title {
    font-size: 50px;
    line-height: 63px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-results__main-title {
    font-size: 38px;
    line-height: 48px;
  }
}
.search-results__item {
  padding: 18px 10px;
  border-top: 1px solid #b2b2b2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results__item:last-of-type {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 53px;
}
@media only screen and (max-width: 991.98px) {
  .search-results__item {
    padding: 25px 20px;
  }
  .search-results__item:last-of-type {
    margin-bottom: 59px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-results__item:last-of-type {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 576px) {
  .search-results__item {
    flex-direction: row;
  }
}
.search-results__item-image {
  aspect-ratio: 1;
  object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .search-results__item-image {
    width: 200px;
    max-width: 50%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-results__item-text {
    letter-spacing: 0.5px;
  }
}
.search-results__item--pdficon {
  height: 32px;
  position: absolute;
  top: 38px;
  left: 166px;
}
@media only screen and (max-width: 767.98px) {
  .search-results__item--pdficon {
    top: 71px;
    left: 178px;
  }
}
.search-results__item-type {
  color: #000;
  font-size: 14px;
}
.search-results__item-date {
  color: #000;
  font-size: 16px;
}
.search-results__item-title {
  border-left: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  .search-results__item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.search-results__item-url {
  color: #00629b;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  word-break: break-word;
}
@media only screen and (max-width: 991.98px) {
  .search-results__item-url {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-results__item-url {
    line-height: 20px;
  }
}
.search-results__item-block {
  padding: 8px 16px;
}
@media only screen and (min-width: 576px) {
  .search-results__item-block {
    padding: 0;
  }
}
.search-results__standfirst {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .search-results__standfirst {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.search-results__term {
  font-weight: bold;
}
.search-results__filter {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767.98px) {
  .search-results__filter {
    display: none;
  }
}

.dropdown-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .dropdown-wrap {
    margin-bottom: 34px;
  }
}

.search-similar {
  font-weight: 700;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

.related-links {
  width: 100%;
  background-color: rgba(208, 208, 206, 0.4);
  padding: 123px 0;
}
@media only screen and (max-width: 991.98px) {
  .related-links {
    padding: 37px 0 31px;
  }
}
@media only screen and (max-width: 991.98px) {
  .related-links {
    padding: 37px 0 0;
  }
}
.related-links.futher-reading {
  margin-bottom: 0;
  padding: 100px 0;
  background-color: rgba(152, 120, 74, 0.1);
}
.related-links.futher-reading .related-link__tag {
  margin-bottom: 36px;
}
.related-links.futher-reading .related-links__title {
  padding: 10px 0 10px 20px;
}
.related-links.futher-reading .related-links__title::before {
  height: 100%;
  bottom: 0;
}
.related-links.futher-reading .related-link__featured {
  padding-right: 132px;
  padding-top: 11.9%;
}
.related-links.futher-reading .related-link__featured .related-link__article-title {
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 991.98px) {
  .related-links.futher-reading .related-link__featured {
    padding-right: 18px;
  }
  .related-links.futher-reading .related-link__featured .related-link__article-title {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
}

.featured-link-wrap {
  max-width: 50%;
  flex: 0 0 50%;
}

.related-links__wrap {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .related-links__wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .related-links__wrap {
    flex-direction: column;
  }
}

.related-links-box {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .related-links-box {
    flex-direction: column;
  }
}

.related-links__items {
  width: 100%;
}
.related-links__items .related-link__cta {
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  z-index: 1;
  max-width: 202px;
  margin-right: 25px;
}

.related-link {
  padding: 0 45px 60px 20px;
  position: relative;
}
.related-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #98784a;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .no-touch .related-link:hover .related-link__article-title {
    background-size: 100% 100%;
    width: 100%;
  }
  .no-touch .related-link:hover .related-link__cta {
    margin-left: 20px;
  }
  .no-touch .related-link:hover .related-link__cta::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .no-touch .related-link:hover .related-link__cta::before {
    left: -20px !important;
    width: 14px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .related-link {
    margin-bottom: 50px;
    padding: 0 85px 50px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .related-link {
    padding: 0 53px 60px 20px;
    margin-bottom: 40px;
  }
}
.related-link__ctas {
  margin-top: 26px;
}

.related-link__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}

.related-link__featured-link {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .related-link__featured-link {
    margin-top: 10px;
    margin-left: 4px;
  }
}

.related-links__title {
  color: #000;
  margin-bottom: 50px;
  border-left: 0;
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
  font-variant: normal;
}
.related-links__title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 200px;
  background-color: #2dccd3;
  left: 0;
  bottom: -6px;
}
@media only screen and (max-width: 991.98px) {
  .related-links__title::before {
    content: "";
    height: 100px;
    bottom: -6px;
  }
}
@media only screen and (max-width: 991.98px) {
  .related-links__title {
    font-weight: 500;
    margin-bottom: 55px;
    letter-spacing: 0.4em;
  }
}

.related-links__subtitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .related-links__subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 55px;
  }
}

.related-link__article-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
  display: inline;
  margin-bottom: 26px;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .related-link__article-title {
    display: inline-block;
    max-width: 495px;
  }
}
@media only screen and (max-width: 991.98px) {
  .related-link__article-title {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.related-link__tag {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.related-link__featured {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 150px 30px 40px;
  padding-top: 14.5%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.related-link__featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.related-link__featured .related-link__article-title {
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #fff;
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
  position: relative;
  z-index: 1;
}
.related-link__featured .related-link__tag {
  color: #fff;
  margin-bottom: 31px;
  letter-spacing: 0.6em;
  padding: 10px 0 10px 20px;
}
.related-link__featured .related-link__cta {
  color: #fff;
}
.related-link__featured .related-link__cta::after {
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .no-touch .related-link__featured:hover .related-link__article-title {
    background-size: 100% 100%;
    width: 100%;
  }
  .no-touch .related-link__featured:hover .related-link__img {
    transform: scale(1.2);
  }
  .no-touch .related-link__featured:hover .related-link__cta {
    margin-left: 20px;
  }
  .no-touch .related-link__featured:hover .related-link__cta::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .no-touch .related-link__featured:hover .related-link__cta::before {
    left: -20px;
    width: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .related-link__featured {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 266px 61px 60px 60px;
    margin-top: 32px;
  }
  .related-link__featured .related-link__tag {
    margin-bottom: 15px;
    padding: 9px 0 9px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .related-link__featured {
    padding: 124px 18px 40px;
    margin-top: 0;
  }
  .related-link__featured .related-link__tag {
    margin-bottom: 23px;
    font-weight: 500;
    letter-spacing: 0.4em;
  }
  .related-link__featured .related-link__article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}

.related-link__img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.futher-reading {
  width: 100%;
}

.stats {
  width: 100%;
  margin: 35px 0;
}

.stats-inner {
  display: flex;
  flex-wrap: wrap;
}
.stats-inner.stats-inher--small {
  max-width: 992px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .stats-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .stats-inner {
    justify-content: left;
  }
}

.stat {
  flex: 1 1 20%;
  max-width: 350px;
  margin-right: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .stat {
    flex: 1 1 30%;
    max-width: 30%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .stat {
    flex: 0 0 45%;
    max-width: 50%;
    margin-right: 14px;
  }
}

.stat__statistic {
  color: #000000;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .stat__statistic {
    font-size: 44px;
    line-height: 55px;
  }
}
.stat__statistic::after {
  content: "";
  position: absolute;
  width: 89px;
  height: 1px;
  background-color: #98784a;
  bottom: -25px;
  left: 0;
}

.stat__caption {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991.98px) {
  .stat__caption {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

.share-widget {
  width: 100%;
  margin: 50px 0;
}
.share-widget .share-icon {
  color: #98784a;
  transition: 0.4s ease;
}
@media only screen and (min-width: 1025px) {
  .no-touch .share-widget .share-icon:hover {
    color: rgba(152, 120, 74, 0.7);
  }
}
.share-widget .share-icons {
  text-align: center;
}

.share-widget__title {
  border-left: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 20px;
}
.share-widget__title span {
  position: relative;
  display: inline-block;
}
.share-widget__title span::before, .share-widget__title span::after {
  content: "";
  position: absolute;
  width: 620px;
  top: 50%;
  border-bottom: 1px solid #d0d0ce;
  margin: 0 20px;
}
.share-widget__title span::before {
  right: 100%;
}
.share-widget__title span::after {
  left: 100%;
}

.back-button {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  margin-bottom: 13px;
  left: 0;
  padding-left: 20px;
}
.back-button::after {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea03";
  font-size: 8px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  transition: 0.3s ease-in-out;
}

.story-content .gallery {
  margin-top: 0;
}
.story-content .standard-content__wrap {
  padding: 0;
  bottom: -168px;
  box-shadow: 0 -19px 15px -1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}
.story-content .standard-content__wrap .breadcrumbs-wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 43px;
  padding: 9px 5px;
}
.story-content .standard-content__wrap .breadcrumb {
  padding-left: 96px;
}
.story-content .standard-content__wrap .share-icons {
  padding-right: 96px;
}
.story-content .standard-content__wrap .rte {
  max-width: 1038px;
}
.story-content .standard-content__bottom {
  padding-top: 158px;
}
.story-content .anchor-links--fixed {
  margin: 35px 0 90px;
}
@media only screen and (max-width: 991.98px) {
  .story-content .anchor-links--fixed {
    margin: 35px 0;
  }
}
.story-content .case-study {
  margin-top: 50px;
  margin-bottom: -90px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .story-content .standard-content__wrap {
    padding: 20px 0;
    bottom: auto;
    position: relative;
    box-shadow: none;
  }
  .story-content .standard-content__wrap .breadcrumb {
    padding-left: 38px;
  }
  .story-content .standard-content__wrap .share-icons {
    padding-right: 38px;
  }
  .story-content .standard-content__bottom {
    padding-top: 40px;
  }
}

.story-content__overview {
  margin: 35px auto 125px;
  max-width: 1070px;
}

.story-content__wrap {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .story-content__wrap {
    flex-direction: column;
  }
}

.story-content__block {
  min-width: 302px;
  width: 100%;
  border-left: 1px solid #98784a;
  padding: 20px 50px 0 20px;
}
.story-content__block.story-content__block-map {
  border-left: 0;
}
.story-content__block .h4 {
  border-left: 0;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .story-content__block {
    min-width: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .story-content__block {
    margin-bottom: 20px;
  }
}

.story-content__block-map {
  padding-right: 0;
}
.story-content__block-map img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .story-content__block-map {
    padding-left: 0;
  }
}

.text-image {
  background: transparent;
  padding: 55px 0;
  margin: 30px 0;
}
.text-image.text-image--white {
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .text-image {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-image {
    padding: 21px 0 41px;
    margin: 40px 0;
  }
}

.text-image__wrap {
  display: flex;
  max-width: 998px;
  margin: 0 auto;
}
.text-image__wrap.text-image__wrap--right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.text-image__wrap.text-image__wrap--right .text-image__photo {
  margin-right: 0;
  margin-left: 56px;
}
@media only screen and (max-width: 991.98px) {
  .text-image__wrap {
    flex-direction: column;
    padding: 0 59px;
    max-width: 100%;
  }
  .text-image__wrap.text-image__wrap--right {
    flex-direction: column;
    padding: 0 59px;
    max-width: 100%;
  }
  .text-image__wrap.text-image__wrap--right .text-image__photo {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-image__wrap {
    flex-direction: column;
    padding: 0;
  }
  .text-image__wrap.text-image__wrap--right {
    flex-direction: column;
    padding: 0;
  }
}

.text-image__photo {
  flex: 0 0 493px;
  width: 493px;
  height: 447px;
  position: relative;
  margin-right: 56px;
}
.text-image__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .text-image__photo {
    flex: 0 0 574;
    width: 100%;
    max-height: 290px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-image__photo {
    max-height: 200px;
  }
}

.text-image__description {
  max-width: 450px;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .text-image__description {
    max-width: 100%;
  }
}

.text-image__title {
  margin-bottom: 15px;
  padding: 4px 0 4px 20px;
}
@media only screen and (max-width: 991.98px) {
  .text-image__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-image__title {
    font-weight: 500;
  }
}

.text-image__subtitle {
  padding: 0;
  border-left: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .text-image__subtitle {
    margin-bottom: 20px;
  }
}

.text-image__paragraph {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .text-image__paragraph {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-image__paragraph {
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }
}

.text-image__btn {
  margin-top: 15px;
}
.text-image__btn:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .text-image__btn {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .text-image__btn:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.cta-hero {
  width: 100%;
}

.carousel-wrapper--hero .carousel {
  margin-right: auto;
  padding: 63px;
}
.carousel-wrapper--hero .carousel-item {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 15px;
}
.carousel-wrapper--hero .carousel-item:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .carousel-wrapper--hero .carousel {
    padding: 20px 0;
  }
}

.site-index {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .site-index {
    display: none;
  }
}

.site-index__inner {
  max-width: 992px;
  margin: 0 auto 75px;
}

.site-index__title {
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 20px;
}

.site-index__standfirst {
  font-weight: 500;
}

.sitemap__list--first-level {
  display: flex;
  flex-wrap: wrap;
}

.sitemap__item--first-level {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  margin-bottom: 180px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 991.98px) {
  .sitemap__item--first-level {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sitemap__item--first-level::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #98784a;
  top: 0;
  left: 0;
  transform: translate(-50%);
}

.sitemap__link {
  color: #000;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.sitemap__link span {
  position: relative;
}
.sitemap__link span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .no-touch .sitemap__link span:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.sitemap__link::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sitemap__link--first-level {
  margin-bottom: 10px;
  display: inline-block;
}

.sitemap__item--second-level {
  margin-bottom: 20px;
  font-weight: 500;
}

.sitemap__item--third-level {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.sitemap__item--fourth-level {
  font-size: 16px;
  line-height: 28px;
}

.sitemap__item--fifth-level {
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.sitemap__link--second-level {
  margin-left: 20px;
  font-weight: 500;
}
.sitemap__link--second-level::before {
  background-color: #ff6900;
  left: -10px;
}

.sitemap__link--third-level {
  margin-left: 30px;
}
.sitemap__link--third-level::before {
  background-color: #2dccd3;
  left: -10px;
}

.sitemap__link--fourth-level {
  margin-left: 40px;
  letter-spacing: 1px;
}
.sitemap__link--fourth-level::before {
  background-color: #000;
  left: -10px;
}

.sitemap__link--fifth-level {
  margin-left: 50px;
  letter-spacing: 1px;
}
.sitemap__link--fifth-level::before {
  background-color: #d0d0ce;
  left: -10px;
  width: 1px;
}

.carousel-wrapper--simple {
  width: 100%;
}
.carousel-wrapper--simple .slick-dots {
  display: none;
}
@media only screen and (min-width: 768px) {
  .carousel-wrapper--simple .slick-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-wrapper--simple .btn-center {
    display: none;
  }
  .carousel-wrapper--simple .slick-dots {
    display: flex;
  }
}

.downloads {
  width: 100%;
  margin: 70px 0;
}

.downloads-wrap {
  background-color: rgba(208, 208, 206, 0.4);
  padding-top: 24px;
  padding-bottom: 69px;
  position: relative;
  max-width: 1200px;
}
@media only screen and (max-width: 991.98px) {
  .downloads-wrap {
    padding-top: 22px;
    padding-bottom: 75px;
  }
}

.downloads-description {
  display: flex;
  flex: 1 1 100%;
}
@media only screen and (max-width: 991.98px) {
  .downloads-description {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .downloads-description {
    flex-direction: column;
  }
}

.downloads-description__wrap {
  max-width: 998px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .downloads-description__wrap {
    flex-direction: column;
  }
}

.downloads-title {
  max-width: 998px;
  margin: 0 auto;
  position: relative;
  border-left: 0;
  margin-bottom: 81px;
  padding: 0 0 0 20px;
}
.downloads-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 3px;
  height: 108px;
  background-color: #2dccd3;
}
@media only screen and (max-width: 991.98px) {
  .downloads-title {
    margin-bottom: 60px;
  }
}

.download-description__image {
  margin: 0 17px 0 19px;
  position: relative;
  width: 267px;
}
.download-description__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  width: 1px;
  height: 100%;
  background-color: #98784a;
}
.download-description__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .download-description__image {
    width: 205px;
    height: 253px;
    margin: 0 16px 0 15px;
  }
  .download-description__image::before {
    left: -14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .download-description__image {
    width: 244px;
    height: 300px;
    margin: 0 0 23px 17px;
  }
  .download-description__image::before {
    left: -17px;
  }
}

.downloads-description__title {
  padding-top: 2px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 991.98px) {
  .downloads-description__title {
    padding: 6px 0 6px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .downloads-description__title {
    padding: 2px 0 11px 20px;
  }
}

.downloads-description__subtitle {
  border-left: 0;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .downloads-description__subtitle {
    max-width: 300px;
  }
}

.downloads-description__btn {
  position: relative;
  padding: 14px 26px 14px 45px;
}
.downloads-description__btn .font-icon::before {
  color: #fff;
  font-size: 10px;
  left: -13px;
  top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .downloads-description__btn {
    display: block;
    text-align: center;
    padding: 14px 35px;
  }
}

.downloads-description__text {
  flex: 1 0 291px;
  padding-right: 30px;
}
@media only screen and (max-width: 991.98px) {
  .downloads-description__text {
    flex: 1 1 auto;
    padding-right: 0;
  }
}

.downloads-links {
  flex: 1 0 41%;
}
@media only screen and (max-width: 991.98px) {
  .downloads-links {
    width: 100%;
  }
}

.downloads-links__title {
  margin-bottom: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .downloads-links__title {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .downloads-links__title {
    margin-bottom: 28px;
    margin-top: 30px;
  }
}

.downloads-links__list {
  display: flex;
  flex-wrap: wrap;
}

.downloads-links__link {
  text-transform: uppercase;
  color: #000;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 2px), #000 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
  display: inline;
}
@media only screen and (min-width: 1025px) {
  .no-touch .downloads-links__link:hover {
    background-size: 100% 100%;
    width: 100%;
  }
}

.downloads-links__item {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  max-width: 183px;
  min-width: 183px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.downloads-links__item::before {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea07";
  position: absolute;
  left: 0;
  top: 3px;
  color: #ff6900;
  font-size: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .downloads-links__item {
    min-width: 213px;
    max-width: 213px;
  }
}
@media only screen and (max-width: 767.98px) {
  .downloads-links__item {
    min-width: 150px;
    max-width: 150px;
  }
}

.landing-slider {
  position: relative;
}
.landing-slider.landing__smaller .banner-slider__wrap {
  height: 768px;
}
.landing-slider .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}
.landing-slider .slick-dots li:hover button {
  border: 3px solid #fff;
  background-color: #ff6900;
}
@media only screen and (max-width: 767.98px) {
  .landing-slider .slick-dots {
    bottom: 18px;
  }
}

.slider__down-arrow {
  position: absolute;
  height: 50px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199.98px) {
  .slider__down-arrow {
    display: none;
  }
}

.banner-slider {
  width: 100%;
  position: relative;
}
.banner-slider .slick-prev {
  top: 50%;
  transform: translate(-50%);
  left: 40px;
  color: #fff;
  opacity: 0.3s ease;
}
.banner-slider .slick-prev.hidden {
  visibility: hidden;
}
.banner-slider .slick-next {
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  right: 40px;
  color: #fff;
  opacity: 0.3s ease;
}
.banner-slider .slick-next.hidden {
  visibility: hidden;
}
.banner-slider .slick-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  top: -27px;
  right: -18px;
  width: 68px;
  height: 68px;
  transition: 0.4s ease;
}
.banner-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.banner-slider .slick-arrow:hover::before {
  border-color: #ff6900;
}
.banner-slider .arrow::before {
  font-size: 17px;
}
.banner-slider .arrow:hover::before {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .banner-slider .slick-arrow {
    top: 38%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-slider .slick-arrow {
    display: none !important;
  }
}

.banner-slider__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #020203 -40%, rgba(2, 2, 3, 0) 65.45%);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__overlay {
    background: linear-gradient(0deg, #020203 -0.56%, rgba(2, 2, 3, 0) 80.47%);
  }
}

.banner-slider__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .banner-slider__content {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__content {
    max-width: 100vw;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: none;
    padding: 80px 0;
  }
}

.banner-slider__wrap {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slider__wrap p,
.banner-slider__wrap .standfirst {
  color: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__wrap p,
  .banner-slider__wrap .standfirst {
    margin-bottom: 40px;
  }
}
.banner-slider__wrap .gallery-box__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .banner-slider__wrap {
    height: 1000px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__wrap {
    padding: 0;
  }
  .banner-slider__wrap .gallery-box__image {
    position: static;
    height: 100vh;
  }
}

.banner-slider__pretitle {
  color: #fff;
  display: inline-block;
}

.banner-slider__title {
  color: #fff;
  font-weight: 300;
  line-height: 67px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 991.98px) {
  .banner-slider__title {
    font-size: 50px;
    line-height: 67px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner-slider__btn:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 991.98px) {
  .banner-slider__btn {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
  .banner-slider__btn:first-of-type {
    margin-bottom: 25px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-slider__btn {
    max-width: 100%;
    font-size: 12px;
  }
}

.contacts {
  width: 100%;
  margin: 40px 0 0;
}
.contacts .btn-center {
  margin-bottom: 40px;
}

.contacts-boxes {
  display: flex;
  flex-wrap: wrap;
}
.contacts-boxes.contacts-boxes--one {
  justify-content: center;
  align-items: center;
}
.contacts-boxes.contacts-boxes--one .contact-box__image {
  width: 392px;
}
.contacts-boxes.contacts-boxes--one .contact-box {
  margin-bottom: 0;
  width: 100%;
}
.contacts-boxes.contacts-boxes--one .contact-box:not(:last-of-type) {
  margin-right: 0;
}
@media only screen and (max-width: 991.98px) {
  .contacts-boxes.contacts-boxes--one {
    justify-content: initial;
  }
  .contacts-boxes.contacts-boxes--one .contact-box__image {
    width: 340px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .contacts-boxes {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .contacts-boxes.contacts-boxes--one .contact-box__image {
    width: 100%;
  }
}

.contacts-box {
  display: flex;
  margin-bottom: 40px;
  width: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .contacts-box {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .contacts-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contacts-box {
    flex-direction: column;
    width: 100%;
    padding-left: 12px;
    border-left: 1px solid #98784a;
  }
}

.contact-box__image {
  max-width: 291px;
  flex: 0 0 291px;
  height: auto;
  margin-right: 33px;
  position: relative;
}
.contact-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box__image::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #98784a;
  position: absolute;
  top: 0;
  right: -12px;
}
@media only screen and (max-width: 1199.98px) {
  .contact-box__image {
    margin-right: 41px;
    width: 392px;
  }
  .contact-box__image::after {
    right: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-box__image {
    width: 340px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-box__image {
    width: 100%;
    height: 232px;
    margin-right: 0;
  }
  .contact-box__image::after {
    display: none;
  }
}

.contact-box__description {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.contact-box__description a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  color: #101820;
  max-width: 260px;
}
.contact-box__description p {
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .contact-box__description {
    padding-top: 30px;
  }
  .contact-box__description p {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-box__description {
    padding-top: 20px;
  }
}

.contact-box__title {
  margin: 0;
  padding: 0;
  border-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .contact-box__title {
    margin-bottom: 20px;
  }
}

.contact-box__text {
  margin-bottom: 15px;
  max-width: 212px;
}
@media only screen and (max-width: 1199.98px) {
  .contact-box__text {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-box__text {
    letter-spacing: 0.5px;
  }
}

.contact-box__subtitle {
  margin: 0 0 15px;
  padding: 0;
  border-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .contact-box__subtitle {
    margin-bottom: 40px;
    font-weight: 500;
  }
}

.contact-box__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  color: #101820;
  max-width: 260px;
  word-break: break-all;
}
.contact-box__link span {
  position: relative;
  display: inline-block;
}
.contact-box__link span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.contact-box__link span:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.contact-box__link::before {
  font-family: "svgicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "\ea10";
  color: #2dccd3;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.contact-box__link:hover::before {
  color: #ff6900;
}
@media only screen and (max-width: 1199.98px) {
  .contact-box__link {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-box__link {
    margin-bottom: 17px;
  }
}

.contact-box__link--mobphone::before {
  content: "\ea0f";
  font-size: 15px;
  top: 48%;
}

.contact-box__link--email {
  font-weight: 500;
}
.contact-box__link--email span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
}
.contact-box__link--email span:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.contact-box__link--email::before {
  content: "\ea08";
  font-size: 11px;
  color: #ff6900;
}
@media only screen and (max-width: 991.98px) {
  .contact-box__link--email::before {
    color: #2dccd3;
  }
}

.feature-block {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  position: relative;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-block {
    padding: 135px 0 132px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block {
    padding: 155px 0 52px;
    margin: 60px 0;
  }
}
.feature-block h6 {
  color: #fff;
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .feature-block h6 {
    padding-top: 9px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block h6 {
    font-weight: 500;
  }
}
.feature-block h3 {
  border-left: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-block h3 {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 23px;
  }
}
.feature-block p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767.98px) {
  .feature-block p {
    margin-bottom: 15px;
  }
}

.feature-block__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-block__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.01deg, #020203 1.95%, rgba(255, 255, 255, 0) 105.05%);
  background-blend-mode: multiply, normal;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-block__img::before {
    background: linear-gradient(90deg, #020203 -5.08%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #c4c4c4, #c4c4c4);
  }
}

.feature-block__content {
  position: relative;
  z-index: 2;
  max-width: 594px;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .feature-block__content {
    max-width: 574px;
    margin: 0 auto;
  }
}

.feature-block__title {
  color: #fff;
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .feature-block__title {
    padding-top: 9px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block__title {
    font-weight: 500;
  }
}

.feature-block__subtitle {
  border-left: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-block__subtitle {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block__subtitle {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 23px;
  }
}

.feature-block__text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767.98px) {
  .feature-block__text {
    margin-bottom: 15px;
  }
}

.feature-block__btn {
  margin-top: 15px;
}
.feature-block__btn:first-of-type {
  margin-right: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .feature-block__btn:first-of-type {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-block__btn {
    display: block;
    text-align: center;
    padding: 14px 40px;
    margin-top: 0;
  }
  .feature-block__btn:first-of-type {
    margin-right: 0;
    margin-bottom: 23px;
  }
}

.error-main {
  padding-bottom: 205px;
}
.error-main .landing-slider {
  margin-bottom: 73px;
}
.error-main .rte .standfirst {
  font-family: "FranklinGothicURW";
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #222;
}
.error-main .rte ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.error-main .rte ul li {
  margin-bottom: 20px;
  color: #222;
}
.error-main .rte ul li::before {
  color: #fa4616;
  width: 1.4em;
}
@media only screen and (max-width: 991.98px) {
  .error-main {
    padding-bottom: 100px;
  }
}

.download-advanced {
  width: 100%;
}
.download-advanced .cta {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 144.5%;
  display: table;
  margin: 10px 0;
}
.download-advanced table {
  width: 100%;
}
.download-advanced table thead th,
.download-advanced table thead td {
  padding: 17px 56px 17px 35px;
  text-align: start;
}
.download-advanced table tbody td {
  padding: 20px 35px;
  vertical-align: middle;
}
.download-advanced table tbody td:first-of-type {
  padding-left: 35px;
}
.download-advanced table tbody td:nth-child(odd) {
  background-color: rgba(208, 208, 206, 0.2);
}
.download-advanced table tbody td:nth-child(even) {
  background-color: transparent;
}

.cards-filter {
  width: 100%;
}

.iframe-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 40px 0;
}
.iframe-container iframe {
  border: 0;
}

.cta-simple-filtering {
  width: 100%;
}

.cta-grid {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .cta-grid {
    display: none;
  }
}

.cta-grid-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .cta-grid-mobile {
    display: block;
  }
}

.form__dropdown {
  padding: 10px 15px;
  font-size: 20px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .form__dropdown {
    max-width: 100%;
  }
}

.lb-disclaimer {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  flex: 1 1 100%;
}

.cb-checkbox {
  height: 30px;
  width: 30px;
  flex: 1 1 30px;
}

.disclaimer__select-container {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}

.cb-disclaimer-error {
  display: none;
  margin-top: 15px;
  color: #af272f;
}

.disclaimer__btn {
  margin: auto;
  display: block;
}

.disclaimer__btn--small {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.btn-disclaimer-2__container {
  text-align: center;
}

.disclaimer-2 {
  padding-top: 40px;
}

.disclaimer-1 {
  padding-top: 40px;
}

.disclaimer-declined--accepted {
  padding-top: 40px;
}

.decarb-activities {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 700px;
}
@media only screen and (max-width: 1199.98px) {
  .decarb-activities {
    height: 580px;
  }
}
@media only screen and (max-width: 991.98px) {
  .decarb-activities {
    height: 460px;
  }
}
@media only screen and (max-width: 767.98px) {
  .decarb-activities {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .decarb-activities .decarb-activities__mobile {
    display: none;
  }
}
.decarb-activities .decarb-activities__mobile a {
  float: right;
  margin: 24px 24px 0;
}
@media only screen and (max-width: 575.98px) {
  .decarb-activities .decarb-activities__mobile a {
    float: none;
    margin: 24px 0 0;
  }
}
.decarb-activities .decarb-activities__scopes {
  position: absolute;
  width: 100%;
  max-width: 1201px;
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 991.98px) {
  .decarb-activities .decarb-activities__scopes {
    display: none;
  }
}
.decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img:hover {
    opacity: 0;
  }
}
.decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img--layer {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.landscape-animation {
  margin: 100px 42px;
}
.landscape-animation .landscape-animation__container {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .landscape-animation .landscape-animation__container .landscape-animation__container--desktopbackground,
  .landscape-animation .landscape-animation__container .landscape-animation__container__overlay {
    display: none;
  }
}
.landscape-animation .landscape-animation__container .landscape-animation__container__overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1199.98px) {
  .landscape-animation .landscape-animation__container__accordions {
    position: relative;
  }
}
@media only screen and (max-width: 1199.98px) {
  .landscape-animation .landscape-animation__container__accordions .landscape-animation__container__accordions--desktop {
    display: none;
  }
}
.landscape-animation .landscape-animation__container__accordions .turbines__accordion {
  top: 20%;
  right: 7%;
}
.landscape-animation .landscape-animation__container__accordions .turbines__accordion--hover {
  top: 27%;
  right: 7%;
  height: 37%;
  width: 18%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .substation__accordion {
  bottom: 30%;
  right: 29%;
}
.landscape-animation .landscape-animation__container__accordions .ccs__accordion {
  bottom: 19%;
  right: 49%;
}
.landscape-animation .landscape-animation__container__accordions .ccs__accordion--hover {
  bottom: 19%;
  right: 43%;
  height: 13%;
  width: 8%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .repurpose__accordion {
  bottom: 41%;
  right: 52%;
}
.landscape-animation .landscape-animation__container__accordions .repurpose__accordion--hover {
  bottom: 30%;
  right: 43%;
  height: 24%;
  width: 9%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .platform__accordion {
  top: 29%;
  right: 39%;
}
.landscape-animation .landscape-animation__container__accordions .platform__accordion--hover {
  top: 13%;
  right: 28%;
  height: 26%;
  width: 12%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .dac__accordion {
  top: 6%;
  right: 50%;
}
.landscape-animation .landscape-animation__container__accordions .dac__accordion--hover {
  top: 6%;
  right: 51%;
  height: 16%;
  width: 10%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .green__accordion {
  bottom: 33%;
  right: 82%;
}
.landscape-animation .landscape-animation__container__accordions .green__accordion--hover {
  bottom: 23%;
  right: 82%;
  height: 15%;
  width: 12%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .blue__accordion {
  bottom: 46%;
  right: 73%;
}
.landscape-animation .landscape-animation__container__accordions .blue__accordion--hover {
  bottom: 45%;
  right: 62%;
  height: 14%;
  width: 12%;
  position: absolute;
}
.landscape-animation .landscape-animation__container__accordions .waste__accordion {
  top: 32%;
  right: 76%;
}
.landscape-animation .landscape-animation__container__accordions .waste__accordion--hover {
  top: 23%;
  right: 75%;
  height: 12%;
  width: 11%;
  position: absolute;
}
.landscape-animation .accordion__landscapeitem {
  position: absolute;
  width: 320px;
  border-top: 0;
  border-bottom: 0;
}
.landscape-animation .accordion__landscapeitem .accordion__landscapeitem__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.landscape-animation .accordion__landscapeitem .accordion__btn::before {
  right: -3px;
  height: 2px;
  width: 23px;
}
.landscape-animation .accordion__landscapeitem .accordion__btn::after {
  right: 18px;
  width: 2px;
  height: 23px;
}
.landscape-animation .accordion__landscapeitem .accordion__btn {
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  padding: 19px;
  margin-left: auto;
}
.landscape-animation .accordion__landscapeitem .accordion__btn--active {
  width: 100%;
  z-index: 1;
}
.landscape-animation .accordion__landscapeitem .accordion__content {
  background: rgba(255, 255, 255, 0.9);
  height: 260px;
  overflow: auto;
  padding: 0 24px 24px;
}
.landscape-animation .accordion__landscapeitem .accordion__content--active {
  z-index: 1 !important;
}

@media only screen and (max-width: 1199.98px) {
  .landscape-animation__container__accordions--mobile,
  .landscape-animation__container--mobilebackground {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .landscape-animation__container__accordions--desktop .accordion__item:hover {
    box-shadow: none !important;
    border-top: 0 solid transparent;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .no-touch .landscape-animation__container__accordions--desktop .accordion__item:last-of-type:hover {
    border-bottom: 0;
  }
}

.modal-monthly-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-monthly {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  z-index: 10002;
}
.modal-monthly__close-btn {
  position: absolute;
  width: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-monthly__close-btn .font-icon::before {
  position: relative;
  left: 0;
}
.modal-monthly__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  max-height: 90vh;
  background-color: #fff;
  padding: 44px 40px 60px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .modal-monthly__container {
    max-height: 80vh;
    padding: 40px 30px;
  }
}
.modal-monthly__container-title {
  text-align: center;
  border-left: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.modal-monthly__container-desc {
  overflow: auto;
}
.modal-monthly__container-desc :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-monthly__container-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .modal-monthly__container-btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .umbraco-forms-fieldset {
    margin-bottom: 0 !important;
  }
}
.umbraco-forms-fieldset .row-fluid {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .umbraco-forms-fieldset .row-fluid {
    flex-direction: row;
  }
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container {
  display: flex;
  flex-direction: column;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field-wrapper {
  margin-bottom: 16px;
  flex: 1;
  position: relative;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field-wrapper .umbraco-input-icon {
  display: block;
  width: 2px;
  height: 24px;
  background-color: #2dccd3;
  position: absolute;
  top: 17px;
  left: 16px;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .longanswer {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .dropdown .umbraco-input-icon {
  top: 25px !important;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select {
  width: 100%;
  border: solid 1px;
  font-size: 18px;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 300;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input {
  padding-left: 32px;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select {
  padding-left: 28px;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select {
  height: 56px;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea {
  height: 100%;
  padding: 16px 0 0 12px;
  margin-top: 0;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input::placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select::placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea::placeholder {
  font-size: 18px;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 300;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .field-validation-error {
  color: #fa4616;
}
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-label {
  display: block;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.umbraco-forms-fieldset .row-fluid .dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .umbraco-forms-fieldset .row-fluid .dataconsent .umbraco-forms-field-wrapper {
    margin-bottom: 0;
  }
}
.umbraco-forms-fieldset .row-fluid .dataconsent input {
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}
.umbraco-forms-fieldset .row-fluid .dataconsent label {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}
.umbraco-forms-fieldset .row-fluid .dataconsent a {
  font-weight: 400;
}
.umbraco-forms-fieldset .row-fluid .dataconsent a::after {
  content: none;
}

.umbraco-forms-navigation input.primary {
  background-color: #ff6900;
  color: #000;
  height: 47px;
  padding: 13px 24px 12px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .no-touch .umbraco-forms-navigation input.primary:hover {
    background-color: #2dccd3;
  }
}
@media only screen and (min-width: 768px) {
  .umbraco-forms-navigation input.primary {
    margin-top: 0;
    width: auto;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  @page {
    size: 10in 11in;
    margin: 4%;
  }
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
    max-width: 100%;
    height: auto;
  }
  .main::after {
    display: none;
  }
  a:link,
  a:visited {
    background: transparent;
    color: #000;
    text-decoration: none;
  }
  a:not([href="javascript:;"]):after {
    content: "[" attr(href) "]";
    display: none;
  }
  .btn {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    background: none;
    color: #000 !important;
  }
  h1 {
    font-size: 50px !important;
  }
  .rte,
  .image-caption__text {
    max-width: 100%;
  }
  .image {
    margin: 30px 0;
    page-break-after: avoid;
  }
  .homepage-banner__wrap,
  .numeric-promo__slider,
  .carousel-wrapper,
  .case-study,
  .temp,
  .header-nav,
  .footer,
  .share-icons,
  .filter-results,
  .results,
  .related-link__cta,
  .downloads,
  .tabs,
  .gallery,
  .share-widget,
  .stats-scroller,
  .anchor-links,
  .breadcrumbs-wrap,
  .header-progress,
  .slick-arrow,
  .slick-dots {
    display: none;
  }
  .header {
    position: static;
    height: 100px;
    border-bottom: 2px solid #98784a;
    margin-bottom: 10px;
    padding: 20px;
  }
  .header::after {
    display: none;
  }
  .header::before {
    display: none;
  }
  .logo .logo--white {
    display: none !important;
  }
  .logo .logo--dark {
    display: block !important;
  }
  .column {
    background: #fff !important;
  }
  .feature-block-wrap,
  .article__img,
  .related-link__img,
  .feature-block__img,
  .blockquote-wrap__photo,
  .banner-slider__wrap {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .has-cover {
    display: block;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .contact-box__image img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .content-wrap {
    margin: 0;
    max-width: 100%;
    padding: 100px 0 0;
    background-color: #fff !important;
  }
  .content-wrap h6 {
    margin-bottom: 5px;
  }
  .numeric-promo::before {
    display: none;
  }
  .feature-block-wrapper::before {
    display: none;
  }
  .numeric-promo__inner {
    padding: 20px 0;
  }
  .numeric-promo__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-wrapper {
    padding: 0;
  }
  .news {
    padding: 20px;
    background-color: #fff;
  }
  .news-inner {
    margin: 0;
  }
  .articles-wrap {
    display: block;
  }
  .articles {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .article {
    padding: 10px;
  }
  .article__title {
    color: #000;
  }
  .featured-article {
    max-width: 100%;
  }
  .featured-article a {
    display: none;
  }
  .hero-banner.hero-banner--big {
    height: 400px;
  }
  .hero-banner picture::before {
    display: none;
  }
  .related-links {
    padding: 0;
    background-color: #fff;
  }
  .related-links.futher-reading {
    padding: 0;
    background-color: #fff;
  }
  .related-links-box,
  .related-links__wrap {
    display: block;
  }
  .related-link {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .related-link .related-link__cta {
    display: none;
  }
  .related-links__title {
    margin-bottom: 10px;
    padding: 0;
  }
  .related-links__title::before {
    display: none;
  }
  .related-link__link {
    position: relative;
  }
  .related-link__article-title {
    background-image: none !important;
    color: #000;
  }
  .related-link__tag,
  .feature-block__title,
  .feature-block__subtitle {
    color: #000 !important;
  }
  .related-link__featured {
    max-width: 100%;
    color: #000;
    display: block;
    page-break-inside: avoid;
  }
  .related-link__featured::after {
    display: none;
  }
  .standard-content__top {
    max-width: 100%;
    margin-top: 20px;
  }
  .standard-content__top .standard-content__wrap {
    position: static;
    box-shadow: none;
  }
  .story-content .standard-content__bottom {
    padding-top: 30px;
  }
  .story-content__overview {
    margin-bottom: 30px;
    page-break-inside: avoid;
  }
  .image-caption {
    padding: 10px;
  }
  .feature-block__content {
    max-width: 100%;
  }
  .feature-block,
  .text-image {
    margin: 0;
    padding: 30px 0;
    background: #fff;
  }
  .feature-block__img {
    position: static;
    height: 500px;
    margin-bottom: 20px;
  }
  .feature-block__img::before {
    display: none;
  }
  .two-column {
    display: block;
  }
  .two-column__row,
  .two-column__row:first-of-type {
    max-width: 100%;
  }
  .contact-box__image,
  .contact-box__description {
    display: inline-block;
  }
  .stats {
    margin: 30px;
  }
  .stat {
    flex: 1 1 40%;
    margin-bottom: 20px;
    max-width: 400px;
    margin-right: 20px;
    page-break-inside: avoid;
  }
  .contacts-box {
    display: block;
    margin-bottom: 20px;
  }
  .contacts-boxes,
  .contact-box__link {
    display: block;
  }
  .text-image__wrap,
  .accordion__content {
    display: block;
    margin: 10px;
    max-width: 100%;
  }
  .text-image__photo,
  .text-image__description {
    width: 100%;
    max-width: 100%;
    display: block;
    page-break-inside: avoid;
  }
  .blockquote-wrap {
    margin: 30px 0;
    page-break-inside: avoid;
  }
  .blockquote-wraper {
    max-width: 100%;
  }
  .blockquote-wrap__photo {
    position: static;
  }
  .table-responsive {
    page-break-inside: avoid;
    overflow: hidden;
  }
  table {
    width: 100%;
    overflow: hidden;
  }
  table td,
  table th {
    padding: 10px;
    background-color: #fff !important;
  }
  .search-results__inner {
    padding: 0;
  }
  .banner-slider__wrap {
    padding: 30px 0;
    min-height: 500px;
  }
  .banner-slider__content {
    display: block;
    margin: 0 auto;
    position: static;
    text-align: center;
  }
  .back-button {
    display: none;
  }
  .landing-slider h6 {
    color: #fff !important;
    text-align: left;
    display: block;
  }
  .landing-slider h2 {
    color: #fff !important;
    text-align: left;
    display: block;
  }
  .landing-slider p {
    color: #fff !important;
    text-align: left;
    display: block;
  }
  .landing-slider .wrap {
    max-width: 900px;
    margin-left: 30px;
  }
  .landing-slider .wrap p,
  .landing-slider .wrap .standfirst {
    max-width: 500px;
    margin: 0 auto 20px 0;
  }
  .banner-slider__standfirst {
    max-width: 500px;
    margin: 0 auto 20px 0;
  }
  .banner-slider__overlay {
    display: none;
  }
  .text-image__wrap {
    display: block !important;
  }
  .text-image__photo {
    margin-left: 0 !important;
    display: block;
  }
  .text-image__description {
    color: #000;
  }
  .iframe-container {
    display: none;
  }
  .sitemap__group {
    page-break-inside: avoid;
  }
}