/* Minification failed. Returning unminified contents.
(3898,65): run-time error CSS1039: Token not allowed after unary operator: '-value'
(3898,94): run-time error CSS1039: Token not allowed after unary operator: '-value'
 */
@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Config
# Grid
# Helpers
# Base
# Layout
# Plugins
# Print Styles
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1404px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: 'svgicons';
  src: url("../assets/fonts/svgicons.woff2?v=1746786609272") format("woff2"), url("../assets/fonts/svgicons.woff?v=1746786609272") format("woff"), url("../assets/fonts/svgicons.ttf?v=1746786609272") format("truetype");
}

.font-ico-arrow-left:before, .font-ico-arrow-right:before, .font-ico-arrow:before, .font-ico-btn-arrow:before, .font-ico-building:before, .font-ico-calendar:before, .font-ico-check:before, .font-ico-chevron-down:before, .font-ico-chevron:before, .font-ico-close:before, .font-ico-co:before, .font-ico-download-2:before, .font-ico-download:before, .font-ico-electricity:before, .font-ico-envelope:before, .font-ico-facebook:before, .font-ico-floor:before, .font-ico-grid:before, .font-ico-heat:before, .font-ico-instagram:before, .font-ico-item-download:before, .font-ico-linkedin:before, .font-ico-magnifying:before, .font-ico-map-layout:before, .font-ico-marker:before, .font-ico-minus:before, .font-ico-money:before, .font-ico-play:before, .font-ico-plus:before, .font-ico-priority:before, .font-ico-search:before, .font-ico-sector:before, .font-ico-send:before, .font-ico-share:before, .font-ico-temperature:before, .font-ico-tw-test:before, .font-ico-twitter-old:before, .font-ico-twitter:before, .font-ico-upload:before, .font-ico-v-pointer:before, .font-ico-web-link:before, .font-ico-youtube: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-left:before {
  content: "";
}

.font-ico-arrow-right:before {
  content: "";
}

.font-ico-arrow:before {
  content: "";
}

.font-ico-btn-arrow:before {
  content: "";
}

.font-ico-building:before {
  content: "";
}

.font-ico-calendar:before {
  content: "";
}

.font-ico-check:before {
  content: "";
}

.font-ico-chevron-down:before {
  content: "";
}

.font-ico-chevron:before {
  content: "";
}

.font-ico-close:before {
  content: "";
}

.font-ico-co:before {
  content: "";
}

.font-ico-download-2:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-electricity:before {
  content: "";
}

.font-ico-envelope:before {
  content: "";
}

.font-ico-facebook:before {
  content: "";
}

.font-ico-floor:before {
  content: "";
}

.font-ico-grid:before {
  content: "";
}

.font-ico-heat:before {
  content: "";
}

.font-ico-instagram:before {
  content: "";
}

.font-ico-item-download:before {
  content: "";
}

.font-ico-linkedin:before {
  content: "";
}

.font-ico-magnifying:before {
  content: "";
}

.font-ico-map-layout:before {
  content: "";
}

.font-ico-marker:before {
  content: "";
}

.font-ico-minus:before {
  content: "";
}

.font-ico-money:before {
  content: "";
}

.font-ico-play:before {
  content: "";
}

.font-ico-plus:before {
  content: "";
}

.font-ico-priority:before {
  content: "";
}

.font-ico-search:before {
  content: "";
}

.font-ico-sector:before {
  content: "";
}

.font-ico-send:before {
  content: "";
}

.font-ico-share:before {
  content: "";
}

.font-ico-temperature:before {
  content: "";
}

.font-ico-tw-test:before {
  content: "";
}

.font-ico-twitter-old:before {
  content: "";
}

.font-ico-twitter:before {
  content: "";
}

.font-ico-upload:before {
  content: "";
}

.font-ico-v-pointer:before {
  content: "";
}

.font-ico-web-link:before {
  content: "";
}

.font-ico-youtube:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none;
}

.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%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  video.cover-img {
    min-width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.no-overflow {
  overflow: hidden !important;
}

.bg-black {
  background-color: #3d3d3b;
}

.color-black {
  color: #3d3d3b;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-orange {
  background-color: #f58220;
}

.color-orange {
  color: #f58220;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: 'AlteHaasGrotesk';
  src: url("../assets/fonts/AlteHaasGrotesk.woff2") format("woff2"), url("../assets/fonts/AlteHaasGrotesk.woff") format("woff"), url("../assets/fonts/AlteHaasGrotesk.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AlteHaasGrotesk';
  src: url("../assets/fonts/AlteHaasGrotesk-Bold.woff2") format("woff2"), url("../assets/fonts/AlteHaasGrotesk-Bold.woff") format("woff"), url("../assets/fonts/AlteHaasGrotesk-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.35em;
}

.rte h1, .h1 {
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) {
  .rte h1, .h1 {
    font-size: 60px;
    line-height: 65px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h1, .h1 {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 20px;
  }
}

.rte h2, .h2 {
  letter-spacing: 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .rte h2, .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h2, .h2 {
    font-size: 27px;
    line-height: 32px;
  }
}

.rte h3, .h3 {
  letter-spacing: 0;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .rte h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h3, .h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.rte h4, .h4 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .rte h4, .h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h4, .h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.rte h5, .h5 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .rte h5, .h5 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h5, .h5 {
    font-size: 14px;
    line-height: 18px;
  }
}

.rte h6, .h6 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .rte h6, .h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte h6, .h6 {
    font-size: 14px;
    line-height: 22px;
  }
}

.rte p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.rte p.small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.rte p.small a {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .rte p.small a:hover {
    color: #f58220;
    text-decoration: underline;
  }
}

.rte p a {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .rte p a:hover {
    color: #f58220;
    text-decoration: underline;
  }
}

.rte blockquote {
  border-top: 1px solid #3d3d3b;
  border-bottom: 1px solid #3d3d3b;
  padding: 30px 0;
}

.rte ul,
.rte ol {
  padding-left: 20px;
  text-align: left;
}

.rte ul li {
  list-style-type: none;
  position: relative;
}

.rte ul li::before {
  content: '•';
  padding-right: 8px;
  color: #f58220;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: -5px;
}

.rte ol {
  counter-reset: li;
  text-align: left;
}

.rte ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-left: 8px;
  counter-increment: li;
  list-style-type: none;
  position: relative;
}

.rte ol li::before {
  content: "0" counter(li) ".";
  font-size: 15px;
  color: #f58220;
  font-weight: 700;
  padding-right: 8px;
  position: absolute;
  left: -30px;
  top: -5px;
}

.rte ol li:nth-child(n+10)::before {
  content: counter(li);
}

.rte .rte__big-title {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 0;
  color: #3d3d3b;
}

.rte .rte__title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  color: #3d3d3b;
  margin-bottom: 30px;
}

.rte .text-link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #3d3d3b;
  font-weight: 700;
  text-decoration: underline;
}

.rte .rte__subtitle {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #3d3d3b;
}

.rte .rte__subtitle--small {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  color: #3d3d3b;
}

.rte .rte__text {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #3d3d3b;
}

.rte .rte__image-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.rte .rte__list-no-bullets {
  padding-left: 0;
}

.rte .rte__list-no-bullets li {
  list-style: none;
}

.rte .rte__list-no-bullets li::before {
  display: none;
}

.rte .rte__title-line {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  color: #3d3d3b;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: normal;
  margin-left: 7px;
}

.rte .rte__title-line.has-separator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 45px;
  background-color: #f58220;
}

@media only screen and (max-width: 767.98px) {
  .rte .rte__title-line {
    font-size: 27px;
    line-height: 32px;
  }
  .rte .rte__title-line.has-separator::after {
    width: 29px;
    height: 2px;
  }
}

.rte .accordion__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767.98px) {
  .rte .accordion__text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.rte .accordion__button {
  font-size: 26px;
  color: #3d3d3b;
  line-height: 39px;
  letter-spacing: 0;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .rte .accordion__button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte .rte__big-title {
    font-size: 32px;
    line-height: 34px;
  }
  .rte .rte__title {
    font-size: 27px;
    line-height: 32px;
  }
  .rte .rte__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .rte .rte__text {
    font-size: 14px;
    line-height: 21px;
  }
  .rte .rte__small-text {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3b;
  }
  .rte .accordion__title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .rte .accordion__text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.sup-heading {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .sup-heading {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sup-heading {
    margin-bottom: 10px;
  }
}

.sup-heading--num:first-child {
  position: relative;
}

.sup-heading--num:first-child::after {
  content: '/';
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .sup-heading--num {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .sup-heading--num:first-child {
    padding-right: 13px;
  }
  .sup-heading--num:first-child::after {
    right: 3px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sup-heading--num:first-child {
    padding-right: 7px;
  }
}

.sup-heading--dash {
  position: relative;
}

.sup-heading--dash::before {
  content: '';
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .sup-heading--dash {
    padding-left: 92px;
  }
  .sup-heading--dash::before {
    left: 18px;
    top: 11px;
    height: 2px;
    width: 55px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media only screen and (max-width: 767.98px) {
  .sup-heading--dash {
    padding-left: 47px;
  }
  .sup-heading--dash::before {
    left: 11px;
    top: 12px;
    height: 1px;
    width: 27px;
    background-color: #fff;
  }
}

img {
  max-width: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3b;
  overflow-x: hidden;
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}

.big-wrap {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  width: 100%;
}

.big-wrap--without-padding {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: 100%;
}

.small-wrap {
  margin: 0 auto;
  max-width: 1085px;
  padding: 0 20px;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

@media only screen and (min-width: 992px) {
  a:focus,
  button:focus {
    outline: 1px dashed rgba(245, 130, 32, 0.7);
  }
}

button {
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
}

button,
input[type='button'],
input[type='submit'] {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  border: 3px solid #f58220;
  border-radius: 3px;
  color: #3d3d3b;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 15px 50px 15px 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;
}

.loaded .btn {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn::before {
  content: '';
  position: absolute;
  left: -200%;
  bottom: 0;
  background-color: #f58220;
  height: 100%;
  width: 140%;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  z-index: -1;
}

.loaded .btn::before {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.btn::after {
  content: '';
  position: absolute;
  right: -200%;
  bottom: 0;
  background-color: #f58220;
  height: 100%;
  width: 140%;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  z-index: -1;
}

.loaded .btn::after {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.btn .btn__arrow {
  color: #3d3d3b;
  font-size: 20px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loaded .btn .btn__arrow {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .btn:hover {
    color: #fff;
  }
  .no-touch .btn:hover .btn__arrow {
    color: #fff;
  }
  .no-touch .btn:hover::before {
    left: 0;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  .no-touch .btn:hover::after {
    right: 0;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

.btn--plus {
  padding: 15px 20px;
}

.btn--plus span {
  font-size: 14px;
  margin-left: 13px;
}

.btn--submit {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 15px 20px;
}

.btn--submit span {
  margin-left: 13px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .btn--submit:hover span {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.cta-link {
  color: #3d3d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: 38px;
}

.cta-link::after {
  content: "";
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #f58220;
  margin-top: 1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .cta-link:hover::after {
    -webkit-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.cta-link a {
  color: #3d3d3b;
  text-decoration: none;
}

.cta-link--white {
  color: #fff;
}

.cta-link--white::after {
  color: #fff;
}

.cta-link--dark::after {
  color: #3d3d3b;
}

.cta-link--orange::after {
  color: #f58220;
}

.cta-link--prev {
  padding-right: 0;
  padding-left: 35px;
}

.cta-link--prev::after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media only screen and (min-width: 1200px) {
  .no-touch .cta-link--prev:hover::after {
    -webkit-transform: rotate(180deg) translate(8px, 50%);
            transform: rotate(180deg) translate(8px, 50%);
  }
}

.btn__load-more {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  padding-right: 12px;
  margin-top: 40px;
}

.btn__load-more .font-ico-plus {
  color: #f58220;
  font-size: 9px;
  margin-left: 7px;
}

.btn__load-more .font-ico-plus::before {
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .btn__load-more {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn__load-more {
    margin-top: 10px;
  }
}

input,
textarea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3d3d3b;
  height: 25px;
  padding: 0 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3d3d3b;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3d3d3b;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3d3d3b;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #3d3d3b;
}

input::placeholder,
textarea::placeholder {
  color: #3d3d3b;
}

.iframe-holder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-holder iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-holder--video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding-bottom: 0;
  display: none;
}

.iframe-holder--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-study-image-viewer__thumbs .swiper-slide {
  cursor: pointer;
}

.stories-viewer .swiper-slide-active .fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loaded .case-study-image-viewer .swiper-slide-active .case-study-image-viewer__background::before {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer .swiper-slide-active .case-study-image-viewer__background::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer .swiper-slide-active .case-study-image-viewer__background::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.stories-viewer .swiper-pagination-bullet {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .stories-viewer .swiper-pagination-bullet {
    max-width: 107px;
  }
  .stories-viewer .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer .swiper-pagination-bullet:not(:last-child) {
    margin-right: 14px;
  }
}

.stories-viewer .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.stories-viewer .swiper-pagination-bullet-active .stories-viewer__progress {
  background-color: #f58220;
  -webkit-animation: progress 5s linear forwards;
          animation: progress 5s linear forwards;
}

.stories-viewer .swiper-pagination-bullet-done {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.stories-viewer .swiper-pagination-bullet-done .stories-viewer__progress {
  background-color: #f58220;
  width: 100%;
}

.stories-viewer__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 4px;
  background-color: transparent;
}

.loaded .stories-viewer__progress {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.global-cta-link {
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 576px) {
  .global-cta-link {
    right: 45px;
  }
}

.global-cta-link a {
  background-color: #f58220;
  color: #fff;
  display: block;
  padding: 18px 16px;
  border-radius: 3px;
  font-weight: bolder;
  font-size: 18px;
  height: 60px;
  min-width: 200px;
}

.global-cta-link a::before {
  content: '';
  display: inline-block;
  background-image: url("../../assets/images/message-circle-3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui::after,
.plyr--full-ui::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #f6303e;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #ad172b;
  color: #fff;
}

.plyr__control--overlaid {
  background: #fff;
  border: 0;
  border-radius: 100%;
  color: #ad172b;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #f6303e;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #ad172b;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 0.001s;
          animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 15px;
}

.st-key {
  text-align: left;
  background-color: #ededed;
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  text-align: left;
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 1200px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

/*! nouislider - 14.0.3 - 10/10/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 3px;
  background-color: #ededed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

@media only screen and (min-width: 768px) {
  .noUi-horizontal {
    margin-top: 27px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .noUi-horizontal {
    margin-top: 5px;
    margin-bottom: 9px;
  }
}

.noUi-handle {
  right: -3px !important;
  top: -4px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  border-color: #f58220;
  background: #f58220;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-handle::before, .noUi-handle::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .noUi-origin {
    width: 9.7%;
  }
}

@media only screen and (max-width: 767.98px) {
  .noUi-origin {
    width: 9.9%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .noUi-touch-area {
    width: 25px;
    height: 25px;
    -webkit-transform: translate(-8px, -9px);
            transform: translate(-8px, -9px);
  }
}

.noUi-connect {
  background: #f58220;
}

html {
  /*&.loaded {*/
  /*}*/
}

html .zoho {
  opacity: 1;
}

.zoho {
  background-color: #232323;
  opacity: 0;
  padding: 80px 0;
}

.loaded .zoho {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .zoho .zf-subContWrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.zoho select::-ms-expand {
  display: none;
}

.zoho .zf-templateWidth {
  padding-bottom: 40px;
}

.zoho .zf-templateWrapper {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .zoho .zf-fmFooter {
    text-align: right;
  }
}

.zoho .zf-labelName {
  color: #b7b7b7;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.57px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.zoho .selectric-focus .selectric {
  border: 1px dashed #fff;
}

.zoho .selectric {
  background-color: #1b1b1b;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  padding: 20px 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.zoho .selectric .button {
  background-color: transparent;
  color: transparent;
  z-index: 10;
}

.zoho .selectric .button::before {
  content: '';
  position: absolute;
  right: 21px;
  top: 40px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}

.zoho .selectric .button::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 36px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  bottom: unset;
  left: unset;
  border: 0;
}

.zoho .selectric .label {
  color: #b7b7b7;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  padding: 7px 0;
  margin: 0;
  opacity: 0;
}

.zoho .selectric-items {
  background-color: #1b1b1b;
  border: 0;
}

.zoho .selectric-items .selectric-scroll {
  -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.5);
  height: auto;
  overflow: unset;
  background-color: #1b1b1b;
  position: relative;
  max-height: 300px;
  overflow-y: auto;
}

.zoho .selectric-items .selectric-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background-color: #3d3d3b;
}

.zoho .selectric-items .selectric-scroll ul {
  display: block;
}

.zoho .selectric-items li {
  color: #b7b7b7;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  padding: 13px 30px;
}

.zoho .selectric-items li:first-child {
  display: none;
}

.zoho .selectric-items li.highlighted {
  background-color: #3d3d3b;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .no-touch .zoho .selectric-items li:hover {
    background-color: #3d3d3b;
    color: #fff;
  }
}

.zoho input {
  background-color: #1b1b1b;
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  padding: 39px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zoho input {
    padding: 0 20px;
    height: 78px;
  }
}

.zoho input:focus {
  border: 1px solid #fff;
}

.zoho input + label {
  display: none;
}

.zoho input[type='file'] {
  opacity: 0;
  position: relative;
  z-index: 5;
}

.zoho input[type='checkbox'] {
  display: none;
}

.zoho input[type='checkbox'] + label {
  display: inline-block;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  .zoho input[type='checkbox'] + label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.57px;
  }
}

@media only screen and (max-width: 767.98px) {
  .zoho input[type='checkbox'] + label {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.zoho input[type='checkbox'] + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 40px;
  height: 40px;
  background-color: #1b1b1b;
  border: 1px solid #3d3d3b;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .zoho input[type='checkbox'] + label:hover::before {
    border-color: #f58220;
  }
}

.zoho input[type='checkbox']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 14px;
  width: 12px;
  height: 27px;
  border: solid #f58220;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.zoho input[type='checkbox']:checked + label::before {
  border-color: #fff;
}

.zoho input::-moz-selection {
  background: #fbfcfb;
}

.zoho input::selection {
  background: #fbfcfb;
}

.zoho input::-moz-selection {
  background: #fbfcfb;
}

.zoho textarea {
  background-color: #1b1b1b;
  border: 1px solid transparent;
  color: #fff;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  height: 175px;
  padding: 15px 20px;
  width: 100%;
}

.zoho textarea:focus {
  border: 1px solid #fff;
}

.zoho textarea::-moz-selection {
  background: #fbfcfb;
}

.zoho textarea::selection {
  background: #fbfcfb;
}

.zoho textarea::-moz-selection {
  background: #fbfcfb;
}

.zoho .button {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10000;
}

.zoho .selectric-above .selectric-items {
  z-index: 1;
}

.zoho .zf-tempFrmWrapper.focused .zf-labelName {
  opacity: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.zoho .zf-tempFrmWrapper.focused input[type="checkbox"] + label {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.zoho .zf-tempFrmWrapper.selected .zf-labelName {
  opacity: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.zoho .zf-tempFrmWrapper.selected .label {
  color: #fff;
  opacity: 1;
}

.zoho .zf-submitColor {
  border: 3px solid #f58220;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 15px 50px 15px 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-decoration: none;
}

.loaded .zoho .zf-submitColor {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoho .zf-submitColor .btn__arrow {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loaded .zoho .zf-submitColor .btn__arrow {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoho .zf-submitColor::before {
  content: '';
  position: absolute;
  left: -200%;
  bottom: 0;
  background-color: #f58220;
  height: 100%;
  width: 140%;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  z-index: -1;
}

.loaded .zoho .zf-submitColor::before {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.zoho .zf-submitColor::after {
  content: '';
  position: absolute;
  right: -200%;
  bottom: 0;
  background-color: #f58220;
  height: 100%;
  width: 140%;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  z-index: -1;
}

.loaded .zoho .zf-submitColor::after {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .zoho .zf-submitColor:hover {
    color: #fff;
  }
  .no-touch .zoho .zf-submitColor:hover::before {
    left: 0;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  .no-touch .zoho .zf-submitColor:hover::after {
    right: 0;
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@media only screen and (max-width: 767.98px) {
  .zoho .zf-submitColor {
    text-align: left;
    width: 100%;
  }
}

.zoho .zf-tempFrmWrapper {
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .zoho .zf-tempFrmWrapper {
    max-width: 48.5%;
  }
}

.zoho .zf-labelName {
  position: absolute;
  left: 20px;
  top: 27px;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .zoho .zf-threeColumns {
    max-width: 100%;
  }
  .zoho .zf-threeColumns .zf-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .zoho .zf-threeColumns .zf-multiAttType {
    max-width: 30%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .zoho .zf-threeColumns {
    max-width: 100%;
  }
  .zoho .zf-threeColumns .zf-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .zoho .zf-threeColumns .zf-multiAttType {
    max-width: 48.5%;
    width: 100%;
  }
}

.zoho__wrap {
  margin: 0 auto;
  max-width: 1090px;
  width: 100%;
}

.zf-tempHeadBdr .zf-frmTitle {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
  letter-spacing: 0;
  padding-bottom: 30px;
}

.zf-tempHeadBdr .zf-frmTitle em {
  font-style: normal;
}

.zf-tempHeadBdr .zf-frmDesc {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.upload-file {
  position: relative;
}

.upload-file::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1b1b1b;
}

.upload-file::before {
  content: "";
  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;
  z-index: 10;
  right: 20px;
  top: 27px;
  font-size: 20px;
  color: #fff;
}

.file-name {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  z-index: 10;
}

.zf-errorMessage {
  position: absolute;
  left: 0;
  bottom: 7px;
  color: #fabc3c;
}

.selectric-open .button::after {
  display: none;
}

.zf-checkbox label {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 55px;
  min-height: 48px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.zf-checkbox label::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.zf-checkbox .zf-labelName {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.zf-checkbox .zf-multiAttType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          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: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.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: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href='javascript:;']):after {
    content: "[" attr(href) "]";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  background-color: #232323;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .header--transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.header--transparent .nav__link--hover .nav__link {
  color: #fff;
  opacity: 0.7;
}

.header__wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 13px;
  width: 100%;
}

.header__top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header__top {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__top {
    padding: 8px 0;
  }
}

.header__top--show {
  display: block;
}

.header__top-links li {
  display: inline-block;
  margin-right: 40px;
}

.header__top-link {
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 24px;
  position: relative;
}

.loaded .header__top-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__top-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #f58220;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.loaded .header__top-link::before {
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 1200px) {
  .no-touch .header__top-link:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    visibility: visible;
  }
}

.header__top-link.header__top-link--active {
  border-color: #f58220;
}

@media only screen and (min-width: 1200px) {
  .header__top-link {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__top-link {
    padding-bottom: 12px;
  }
}

.header__main {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .header__main {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__main {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__main {
    padding: 0;
  }
}

.header__main .header__wrap {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1199.98px) {
  .header__main .header__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__logo {
    max-width: 50px;
  }
}

.nav {
  display: inline-block;
}

@media only screen and (max-width: 1199.98px) {
  .nav {
    background-color: #232323;
    position: fixed;
    right: -200%;
    height: calc(100% - 100px);
    width: 100%;
    z-index: 100;
  }
  .loaded .nav {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.nav--open {
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 1200px) {
  .search {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search {
    display: inline-block;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__left {
    padding: 19px 0;
  }
}

.header__right--home .search {
  display: inline-block;
}

.nav__item .nav__link--chevron {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .nav__item {
    cursor: pointer;
    display: inline-block;
    margin: 0 19px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item {
    border-bottom: 2px solid #3d3d3b;
    display: block;
    padding: 14px 10px;
    position: relative;
  }
  .nav__item:first-child {
    border-top: 2px solid #3d3d3b;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .nav__item:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
  }
  .no-touch .nav__item:hover .nav__link--chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .no-touch .nav__item:hover .nav__link::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    visibility: visible;
  }
}

.nav__link {
  color: #fff;
}

.loaded .nav__link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .nav__link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__link {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

.nav__link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -54px;
  background-color: #f58220;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.loaded .nav__link::before {
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

.nav__link--arrow .font-ico-arrow {
  color: #f58220;
  margin-left: 10px;
  vertical-align: middle;
}

.loaded .nav__link--arrow .font-ico-arrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1199.98px) {
  .nav__link--arrow .font-ico-arrow {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .nav__link--arrow:hover .font-ico-arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.nav__link--button::before {
  content: none;
}

.nav__link--button .font-ico-arrow {
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}

.loaded .nav__link--button .font-ico-arrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1199.98px) {
  .nav__link--button .font-ico-arrow {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__link--button {
    border: 3px solid #f58220;
    border-radius: 3px;
    padding: 15px 20px;
  }
}

.nav__link--hover .nav__link,
.nav__link--hover .nav__link--chevron {
  color: #8c8c8c;
}

.nav__link--chevron {
  font-size: 11px;
  margin-left: 10px;
}

.loaded .nav__link--chevron {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1199.98px) {
  .nav__link--chevron {
    padding: 40px 15px 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.search__icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.loaded .search__icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .search__icon {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__icon {
    position: absolute;
    top: 20px;
    right: 65px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .search__icon:hover {
    color: #f58220;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__back-btn {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__back-btn {
    background-color: #3d3d3b;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 10px 15px;
  }
}

.nav__back-icon {
  font-size: 11px;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav__dropdown {
  cursor: default;
  width: 100%;
  z-index: 15;
}

.loaded .nav__dropdown {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .nav__dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.29);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.29);
    padding: 38px 0;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown {
    background-color: #fbfcfb;
    left: 100%;
    top: 130px;
    position: fixed;
    height: calc(100% - 60px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__group-links {
    height: calc(100% - 160px);
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown--open {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav__wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .nav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 13px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__wrap {
    display: block;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    position: relative;
  }
  .nav__right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ededed;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__right {
    display: block;
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.nav__righ--links {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .nav__righ--links {
    padding-left: 60px;
    position: relative;
  }
  .nav__righ--links .nav__right-content {
    display: none;
  }
  .nav__righ--links .nav__right-content.nav__right-content--visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__righ--links {
    display: block;
  }
}

.nav__righ--links::after {
  content: none;
}

@media only screen and (min-width: 1200px) {
  .nav__text-wrap {
    max-width: 300px;
    padding: 0 40px 0 0;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__text-wrap {
    display: none;
  }
}

.nav__text-title {
  color: #3d3d3b;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.nav__text-text {
  color: #3d3d3b;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}

.nav__group-title {
  color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .nav__group-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 3px;
    min-height: 36px;
    margin-bottom: 15px;
    pointer-events: none;
    text-transform: uppercase;
  }
  .nav__group-title .nav__link--chevron {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__group-title {
    border-bottom: 2px solid #ededed;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0;
    padding: 14px 40px 14px 15px;
    position: relative;
  }
  .nav__group-title .nav__link--chevron {
    color: #3d3d3b;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__dropdown-title {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-title {
    border-bottom: 2px solid #ededed;
    color: #3d3d3b;
    display: block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 14px 0 14px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__dropdown-links {
    min-width: 250px;
    max-width: 260px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-links {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__dropdown-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-item {
    padding: 10px 0 5px 50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-wrap {
    height: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
  }
  .loaded .nav__dropdown-wrap {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-wrap.nav__dropdown-wrap--open {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (min-width: 1200px) {
  .nav__second-link {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__second-link {
    display: block;
  }
}

.nav__link-group--chevron {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (min-width: 1200px) {
  .nav__link-group--chevron {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__link-group--chevron {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: -4px;
    right: 20px;
    padding: 40px 15px 15px;
  }
}

.nav__dropdown-link {
  color: #3d3d3b;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .nav__dropdown-link:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__dropdown-link {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__right-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__right-content {
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__righ--article {
    margin-left: 330px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__righ--article {
    margin-left: 0;
  }
}

.nav__article {
  margin-right: 60px;
  max-width: 333px;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .nav__article {
    display: none;
  }
}

.nav__article-image {
  display: block;
  padding-bottom: 15px;
  width: 100%;
}

.nav__article-link {
  color: #464643;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
}

.nav__article-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .nav__left {
    max-width: 230px;
    width: 100%;
  }
}

.nav__left-link {
  color: #8c8c8c;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
}

.loaded .nav__left-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nav__left-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 16px;
  height: 3px;
  background-color: #3d3d3b;
}

.loaded .nav__left-link::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nav__left-link.nav__left-link--active {
  color: #464643;
}

.nav__left-link.nav__left-link--active::after {
  background-color: #f58220;
  width: 35px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .nav__left-link:hover {
    color: #464643;
  }
  .no-touch .nav__left-link:hover::after {
    background-color: #f58220;
    width: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__left-item {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__left--links {
    max-width: 290px;
    position: relative;
    width: 100%;
  }
  .nav__left--links::after {
    content: '';
    position: absolute;
    top: -38px;
    right: 0;
    width: 2px;
    height: calc(100% + 76px);
    background-color: #ededed;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__left--links {
    display: none;
  }
}

.header__hamburger {
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__hamburger {
    display: inline-block;
    margin-left: 20px;
  }
}

.header__hamburger--open .header__hamburger-line {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__hamburger--open .header__hamburger-line::before {
  bottom: 0;
  -webkit-transform: rotate(87deg);
          transform: rotate(87deg);
}

.header__hamburger--open .header__hamburger-line::after {
  background-color: transparent;
}

.header__hamburger-line {
  background-color: #fff;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 14px;
}

.header__hamburger-line::after, .header__hamburger-line::before {
  content: '';
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
}

.loaded .header__hamburger-line::after, .loaded .header__hamburger-line::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__hamburger-line::after {
  top: 6px;
}

.header__hamburger-line::before {
  bottom: 6px;
}

.search__input-wrap {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.search__top-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.search__button {
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .search__button {
    left: 50px;
    top: 18px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__button {
    top: 18px;
    left: 24px;
  }
}

.search__submit-btn {
  position: absolute;
}

.search__button-icon {
  color: #3d3d3b;
}

.loaded .search__button-icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .search__button-icon:hover {
    color: #f58220;
  }
}

.search__icon-close {
  color: #3d3d3b;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .search__icon-close {
    top: 18px;
    right: 50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__icon-close {
    font-size: 20px;
    top: 18px;
    right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .search__icon-close:hover {
    color: #f58220;
  }
}

.search__wrap {
  background-color: rgba(255, 255, 255, 0.99);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.search__wrap .search__results {
  display: none !important;
}

.search__input {
  border: 0;
  font-size: 16px;
  outline: none;
  width: 100%;
}

.search__input::-ms-clear {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .search__input {
    padding: 25px 60px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__input {
    padding: 25px 30px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search__input {
    height: 60px;
  }
  .search__button {
    top: 25px;
  }
}

.search__results {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
  z-index: 100;
}

.search__no-results {
  font-weight: bold;
  padding: 10px 0 10px 20px;
  text-align: left;
}

.search__results-wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .search__results-wrap {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__results-wrap {
    padding: 10px 20px 40px;
  }
}

.search__item {
  width: 100%;
}

.search__item--article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .search__item--article {
    margin: 25px 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__item--article {
    margin: 10px 0;
  }
}

.search__item-image {
  max-height: 110px;
  height: 100%;
}

.search__item-link {
  color: #3d3d3b;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .search__item-link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__item-link {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 0 0 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .search__item-link:hover {
    text-decoration: underline;
  }
}

.search__stories {
  margin: 20px 0;
}

.search__results-title {
  color: #3d3d3b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .search__results-title {
    margin-left: 20px;
  }
}

.search__item--text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .search__item--text {
    margin: 0 20px 25px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search__item--text {
    margin: 10px 0;
  }
}

.search__item--link {
  color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .no-touch .search__item--link:hover {
    text-decoration: underline;
  }
}

.search-all-btn {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) {
  .back-to-second {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .back-to-second {
    display: block;
  }
}

.open-hide {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .nav__right-content--wide .nav__dropdown-links {
    max-width: 400px;
    min-width: 360px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__right-content--wide .nav__wrap-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav__right-content--wide .nav__wrap-group .nav__group-links {
    max-width: 230px;
    min-width: 230px;
  }
  .nav__right-content--wide .nav__wrap-group .nav__group-links:not(:last-child) {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__right-content--wide .nav__group-title {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__mobile-title {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__mobile-title {
    border-bottom: 2px solid #ededed;
    color: #3d3d3b;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0;
    padding: 14px 40px 14px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .nav__dropdown-links {
    min-width: 230px;
    max-width: 240px;
  }
  .nav__right {
    padding-left: 15px;
  }
  .nav__text-wrap {
    padding-right: 15px;
  }
  .nav__right-content--wide .nav__wrap-group .nav__group-links {
    max-width: 200px;
    min-width: 200px;
    margin-right: 0;
  }
}

.footer {
  background-color: #232323;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #434343;
  color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .footer {
    background-position: 100% 70%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer {
    background-position: 100% 86%;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer {
    background-position: 100% 89%;
    padding-top: 104px;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer {
    background-position: 100% 100px;
    background-size: 230px;
  }
}

.footer__wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .footer__wrap {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__wrap {
    padding: 0 23px;
  }
}

.footer__top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .footer__top-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__top-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer__bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

.footer__left {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .footer__left {
    max-width: 835px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .footer__right {
    border-left: 1px solid #434343;
    max-width: 435px;
    padding-left: 50px;
    padding-top: 63px;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__right {
    border-bottom: 1px solid #3d3d3b;
    min-height: 188px;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 15px 40px;
    width: calc(100% + 30px);
  }
}

@media only screen and (min-width: 768px) {
  .footer__bottom-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__logo {
    margin-right: 67px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__logo {
    max-width: 50px;
  }
}

.footer__top-content {
  padding: 58px 0 45px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .footer__top-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__top-content::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #434343;
}

@media only screen and (max-width: 1199.98px) {
  .footer__top-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__top-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 21px 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__top-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px 21px 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0 127px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__content {
    display: block;
    padding: 40px 0;
  }
}

.footer__link {
  border-bottom: 1px solid #434343;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 7px;
  padding-right: 30px;
  position: relative;
}

.footer__link span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
}

.footer__link-open,
.footer__link-close {
  color: #fff;
  cursor: pointer;
  font-size: 7px;
  position: absolute;
  top: 5px;
  right: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 3px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__link-open:hover, .no-touch
  .footer__link-close:hover {
    color: #f58220;
  }
}

.footer__link-close {
  top: 2px;
}

@media only screen and (min-width: 1200px) {
  .footer__links {
    max-width: 210px;
    margin-right: 47px;
  }
  .footer__links:nth-of-type(3) {
    margin-left: 8px;
  }
}

.footer__links:nth-of-type(3) {
  margin-left: 0;
}

.footer__links:nth-of-type(3) .footer__link {
  border-bottom: 0;
  margin-bottom: -2px;
}

@media only screen and (max-width: 1199.98px) {
  .footer__links {
    margin-bottom: 50px;
  }
  .footer__links:nth-of-type(3) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .footer__links-list {
    padding-right: 17px;
  }
}

.footer__link-item {
  color: #fff;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__link-item:hover {
    color: #f58220;
  }
}

.footer__links-title {
  color: #8c8c8c;
  display: block;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 13px;
  text-transform: uppercase;
}

.footer__submenu-link {
  margin: 3px 0;
}

.footer__submenu {
  background-color: #232323;
  -webkit-box-shadow: 0 7px 15px 0 #000;
          box-shadow: 0 7px 15px 0 #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -10px;
  padding: 10px;
  width: calc(100% + 20px);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__submenu--open {
  opacity: 1;
  visibility: visible;
}

.footer__submenu-item {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.33px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__submenu-item:hover {
    color: #f58220;
  }
}

.footer__submenu-title {
  border-bottom: 1px solid #3d3d3b;
  color: #fff;
  display: block;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  position: relative;
}

.footer__top-text {
  color: #fff;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
}

@media only screen and (min-width: 1300px) {
  .footer__top-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__top-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .footer__social {
    margin-left: 60px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__social {
    display: none;
  }
}

.footer__social--bottom {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .footer__social--bottom {
    display: inline-block;
  }
}

.footer__social-item {
  display: inline-block;
}

@media only screen and (min-width: 1300px) {
  .footer__social-item {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .footer__social-item {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .footer__social-item {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__social-item {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__social-item {
    margin: 0 15px;
  }
}

.footer__social-link {
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__social-link:hover {
    color: #f58220;
  }
}

.font-ico-twitter {
  font-size: 20px;
}

.font-ico-instagram {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.font-ico-facebook {
  font-size: 26px;
  position: relative;
  top: 4px;
}

.font-ico-youtube {
  position: relative;
  top: 4px;
  font-size: 26px;
}

.font-ico-linkedin {
  font-size: 20px;
}

.footer__subscription-title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .footer__subscription-title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 23px;
    padding-right: 90px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__subscription-title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 20px;
  }
}

.footer__input {
  background-color: #1b1b1b;
  border: 0;
  border-radius: 2px;
  color: #b7b7b7;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .footer__input {
    padding: 40px 67px 40px 15px;
    max-width: 375px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__input {
    padding: 30px 67px 30px 15px;
  }
}

.field-validation-error {
  color: #fabc3c;
}

.footer__bottom-item {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.footer__bottom-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.footer__bottom-link {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__bottom-link:hover {
    color: #f58220;
  }
}

.footer__form {
  padding-top: 25px;
}

.footer__form-wrap {
  position: relative;
  overflow: hidden;
}

.footer__form-wrap label {
  color: #b7b7b7;
  letter-spacing: 0.57px;
  top: 40px;
  left: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}

@media only screen and (min-width: 576px) {
  .footer__form-wrap label {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__form-wrap label {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    top: 30px;
  }
}

.animation-input label {
  top: -100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.footer__submit-btn {
  color: #fff;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .footer__submit-btn:hover {
    color: #f58220;
  }
}

@media only screen and (min-width: 992px) {
  .footer__submit-btn {
    top: 35px;
    right: 41px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer__submit-btn {
    top: 24px;
    right: 23px;
  }
}

.footer__bottom-copyright {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .footer__bottom-copyright {
    border-top: 1px solid #3d3d3b;
    margin-top: 38px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 33px 15px 0;
    width: calc(100% + 30px);
  }
}

.footer__message {
  display: none;
  padding-left: 100px;
  position: relative;
  margin-top: 25px;
}

.footer__message-icon {
  background: #1b1b1b;
  border-radius: 50%;
  padding: 17px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer__message-icon {
    top: -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__message-icon {
    padding: 12px;
  }
}

.footer__message-text {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  padding-top: 10px;
}

@media only screen and (max-width: 767.98px) {
  .intro-summary {
    margin-bottom: 0;
  }
}

.intro-summary__content {
  width: 100%;
  padding: 80px 70px 40px 90px;
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__content {
    padding: 40px 22px;
  }
}

.intro-summary__side-holder {
  max-width: 453px;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary__side-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__side-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.intro-summary-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro-summary__img {
  width: 100%;
}

.intro-summary__title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  color: #3d3d3b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}

.intro-summary__title.has-separator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 45px;
  background-color: #f58220;
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__title {
    font-size: 27px;
    line-height: 32px;
  }
  .intro-summary__title.has-separator::after {
    width: 29px;
    height: 2px;
  }
}

.intro-summary__desc {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #3d3d3b;
  margin-bottom: 15px;
}

.intro-summary__desc:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__desc {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.intro-summary__text-box {
  position: relative;
  background-color: #3d3d3b;
  padding: 40px 100px 40px 40px;
  min-height: 280px;
  background-size: inherit;
  background-position: right;
}

.intro-summary__text-box .cta-link {
  position: absolute;
  bottom: 35px;
  color: #fff;
  left: 40px;
  z-index: 10;
}

.intro-summary__text-box .cta-link::after {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .no-touch .intro-summary__text-box .cta-link:hover::after {
    -webkit-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary__text-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__text-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 30px 22px;
    min-height: 165px;
  }
  .intro-summary__text-box .cta-link {
    left: 22px;
    bottom: 30px;
  }
}

.intro-summary__text {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

.intro-summary__video-box {
  padding-bottom: 56.25%;
  position: relative;
}

.intro-summary__video-box .play-video {
  width: 54px;
  height: 54px;
}

.intro-summary__video-box .play-video .font-ico-play {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .intro-summary__video-box .play-video:hover {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
  }
}

.intro-summary__video-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary__video-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-bottom: 28.25%;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__video-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-bottom: 56.25%;
  }
}

.intro-summary__info-list {
  border-top: 1px solid #ededed;
  padding: 50px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__info-list {
    padding: 50px 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 22px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary__image-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__image-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.intro-summary__info-holder,
.intro-summary__info-icon {
  display: inline-block;
}

.intro-summary__info-icon {
  margin-right: 18px;
  max-width: 62px;
  padding-bottom: 45%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .intro-summary__info-icon {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__info-icon {
    padding-bottom: 25%;
    margin-top: 12px;
  }
}

.intro-summary__value,
.intro-summary__info-text {
  display: block;
}

.intro-summary__value {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #3d3d3b;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .intro-summary__value {
    font-size: 24px;
    line-height: 24px;
  }
}

.intro-summary__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__image {
    max-width: 35px;
  }
}

.intro-summary__info-holder {
  max-width: 170px;
  vertical-align: top;
}

@media only screen and (max-width: 1199.98px) {
  .intro-summary__info-holder {
    max-width: 129px;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__info-holder {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__info-holder {
    max-width: 260px;
  }
}

.intro-summary__info-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.44px;
  color: #3d3d3b;
  word-break: break-word;
}

.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.intro-summary__text-block {
  padding: 80px 0 100px;
}

.intro-summary__text-block + div.intro-summary__info-banner .big-wrap--without-padding {
  max-width: 1024px;
}

.intro-summary__text-block + div.intro-summary__info-banner ul {
  border: 0;
  position: relative;
  overflow: hidden;
}

.intro-summary__text-block + div.intro-summary__info-banner ul::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 90px;
  background-color: #ededed;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .intro-summary__text-block + div.intro-summary__info-banner .big-wrap--without-padding {
    padding-left: 0;
  }
  .intro-summary__text-block + div.intro-summary__info-banner ul::before {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .intro-summary__text-block + div.intro-summary__info-banner .big-wrap--without-padding {
    padding-left: 0;
  }
  .intro-summary__text-block + div.intro-summary__info-banner ul::before {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__text-block {
    padding: 40px 22px;
  }
  .intro-summary__text-block + div.intro-summary__info-banner .big-wrap--without-padding {
    padding-left: 0;
  }
  .intro-summary__text-block + div.intro-summary__info-banner ul::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ededed;
  }
}

.intro-summary__text-title {
  font-size: 40px;
  line-height: 45px;
  color: #464643;
  margin-bottom: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__text-title {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.intro__text-wrap {
  max-width: 870px;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .intro__text-wrap {
    padding: 0;
  }
}

.intro-summary__info-item {
  margin-right: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro-summary__info-item:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .intro-summary__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(25% - 36px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .intro-summary__info-item {
    margin-right: 19px;
    max-width: calc(25% - 19px);
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-summary__info-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .intro-summary__info-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .intro-summary__info-item {
    max-width: calc(25% - 10px);
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-summary__info-item {
    margin-bottom: 30px;
  }
  .intro-summary__info-item:last-of-type {
    margin-bottom: 0;
  }
}

.hero {
  background-color: #232323;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero .wrap {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .hero .wrap {
    position: relative;
  }
}

.hero .play-video {
  left: 72%;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .hero {
    height: 100vh;
    max-height: 525px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero {
    height: 100%;
    padding-top: 40px;
  }
  .hero .play-video {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.hero__media {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero__media {
    border-bottom: 8px solid #3d3d3b;
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero__media {
    border-bottom: 8px solid #3d3d3b;
    padding-bottom: 77.06%;
  }
}

.hero__media.js-switch-img {
  background-position: right;
}

.hero__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(35, 35, 35, 0.9)), to(rgba(35, 35, 35, 0)));
  background: linear-gradient(90deg, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0) 100%);
}

.hero__wrap {
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .hero__wrap {
    padding-top: 35px;
    padding-bottom: 40px;
    position: relative;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero__wrap {
    padding: 30px 0;
  }
}

.hero__btn {
  color: #fff;
  margin-top: 25px;
}

.hero__btn .btn__arrow {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .hero__btn {
    padding: 15px 62px 15px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero__btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .hero--small {
    max-height: 260px;
  }
}

.hero--small .hero__text {
  max-width: 600px;
}

.hero--small .hero__media::after {
  background-color: #272727;
  opacity: 0.7;
}

.hero--small .hero__media::before {
  content: '';
  position: absolute;
  background-image: url("../assets/images/v-outline.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.75;
}

@media only screen and (min-width: 992px) {
  .hero--small .hero__media::before {
    bottom: 0;
    right: 0;
    width: 35%;
    height: 80%;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero--small .hero__media::before {
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991.98px) {
  .hero--small .hero__media {
    padding-bottom: 50%;
  }
}

.hero--medium .hero__content {
  max-width: 830px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .hero--medium {
    max-height: 454px;
    margin-bottom: 500px;
  }
  .hero--medium .hero__title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero--medium .hero__title {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .hero--medium .hero__media {
    padding-bottom: 0;
  }
  .hero--medium .hero__image-wrap {
    margin: 0;
  }
}

.hero--dark .hero__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(35, 35, 35, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 30%, rgba(35, 35, 35, 0) 80%);
}

@media only screen and (min-width: 992px) {
  .hero__image-wrap {
    margin: -170px auto 0;
    position: relative;
    width: 100%;
    z-index: 5;
    max-width: 1045px;
    max-height: 595px;
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) {
  .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.hero__buttons {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .hero__buttons {
    bottom: 0;
    right: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero__buttons {
    right: 20px;
    bottom: 160px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero__buttons {
    right: 20px;
    bottom: 210px;
  }
}

.hero__button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #b1afaf;
  cursor: pointer;
  height: 50px;
  margin: 0 5px;
  position: relative;
  width: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hero__button span {
  font-size: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .no-touch .hero__button:hover {
    background-color: #f58220;
    color: #3d3d3b;
  }
}

.hero__button--active {
  background-color: #f58220;
  color: #3d3d3b;
}

.hero__logo {
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 991.98px) {
  .hero__logo {
    max-width: 100px;
    width: 100%;
  }
}

.hero__subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.hero__title {
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) {
  .hero__title {
    font-size: 60px;
    font-weight: normal;
    line-height: 65px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero__title {
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    padding-bottom: 15px;
  }
}

.hero__text {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  max-width: 515px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.hero__scroll {
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  z-index: 5;
}

@media only screen and (min-width: 1200px) {
  .no-touch .hero__scroll:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll .font-ico-v-pointer {
  position: relative;
  top: 2px;
}

.breadcrumb {
  margin-bottom: 50px;
  z-index: 5;
}

@media only screen and (min-width: 992px) {
  .breadcrumb {
    position: relative;
  }
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb {
    background-color: #232323;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .breadcrumb::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(35, 35, 35, 0.9)), color-stop(50%, rgba(35, 35, 35, 0)));
    background: linear-gradient(-90deg, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0) 50%);
  }
  .breadcrumb ul {
    padding: 6px 23px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.breadcrumb__item {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.breadcrumb__item:not(:last-child) .breadcrumb__link {
  font-weight: bold;
}

.breadcrumb__item:not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-weight: normal;
}

.breadcrumb__link {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.53px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero__video video {
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .hero__video {
    top: 40px;
    overflow: hidden;
  }
  .hero__video video {
    width: auto;
    height: 100%;
  }
}

.play-video {
  border-radius: 50%;
  background-color: #f58220;
  cursor: pointer;
  overflow: hidden;
  height: 74px;
  width: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
}

.play-video .font-ico-play {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .no-touch .play-video:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

@media only screen and (min-width: 992px) {
  .hero--transparent-header {
    padding: 150px 0;
  }
}

.media__popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 10000;
}

.media-popup--opened {
  display: block;
}

.media__popup-wrap {
  margin: 0 auto;
  height: 90%;
  max-width: 1060px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .media__popup-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .media__popup-wrap {
    width: 90%;
  }
}

.open-popup {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  display: none;
}

.open-popup .media__popup {
  display: block;
  max-width: 80%;
  padding: 50px;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
}

@media only screen and (max-width: 991.98px) {
  .open-popup .media__popup {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .open-popup .media__popup {
    padding: 45px 30px;
  }
}

.media__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 54px;
  height: 54px;
  background-color: #f58220;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.media__close::before {
  font-size: 22px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .media__close:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 767.98px) {
  .media__close {
    right: 8px;
    width: 44px;
    height: 44px;
  }
}

.media__info-popup {
  position: relative;
  padding-top: 20px;
}

.media__popup-title {
  margin-bottom: 5px;
  letter-spacing: initial;
  text-transform: capitalize;
}

.media__link-popup {
  position: absolute;
  right: 0;
  top: 20px;
}

.iframe-holder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-holder iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-holder--video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding-bottom: 0;
  display: none;
}

.iframe-holder--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotional-banner {
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .promotional-banner .btn {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner .btn {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner .btn {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
}

.promotional-banner__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.promotional-banner--dark {
  background-color: #232323;
}

.promotional-banner--dark .btn,
.promotional-banner--dark .promotional-banner__title,
.promotional-banner--dark .promotional-banner__text {
  color: #fff;
}

.promotional-banner--dark .btn__arrow {
  color: #fff;
}

.promotional-banner__content {
  padding: 107px 40px 175px 9px;
  max-width: 680px;
  width: 100%;
  margin-left: 102px;
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__content {
    margin-left: 0;
    max-width: 100%;
  }
}

.promotional-banner__subtitle {
  color: #4f4f4c;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.promotional-banner__title {
  color: #3d3d3b;
  font-weight: normal;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .promotional-banner__title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.promotional-banner__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 45px;
  background-color: #f58220;
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__title {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .promotional-banner__title--center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.promotional-banner__text {
  color: #3d3d3b;
}

@media only screen and (min-width: 768px) {
  .promotional-banner__text {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    padding-bottom: 49px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 40px;
  }
}

.promotional-banner__media {
  clear: both;
  max-width: 510px;
  position: relative;
  width: 100%;
}

.promotional-banner__media .play-video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.promotional-banner__type-1 {
  padding: 80px 0 0;
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-1 {
    padding: 20px 0 0;
  }
  .promotional-banner__type-1 .promotional-banner__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 35px 20px 30px 45px;
  }
  .promotional-banner__type-1 .promotional-banner__media {
    max-width: 300px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-1 .promotional-banner__content {
    padding: 35px 22px 30px;
  }
}

.promotional-banner__type-2 .promotional-banner__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promotional-banner__type-2 .promotional-banner__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__media {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__content {
    margin-left: 0;
    margin-right: 192px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__content {
    margin-left: 0;
    margin-right: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__content {
    padding: 107px 9px 175px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__content {
    padding: 35px 40px 30px 45px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__content {
    padding: 35px 22px 10px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .promotional-banner__type-2 .promotional-banner__wrap--reverse .promotional-banner__text {
    padding-right: 0;
  }
}

.promotional-banner__type-2 .promotional-banner__image {
  max-width: 540px;
}

@media only screen and (min-width: 1200px) {
  .promotional-banner__type-2 .promotional-banner__content {
    margin-left: 192px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner__type-2 .promotional-banner__content {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-2 .promotional-banner__content {
    max-width: 100%;
    margin-left: 0;
    padding: 35px 20px 30px 45px;
  }
  .promotional-banner__type-2 .promotional-banner__media {
    max-width: 380px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-2 .promotional-banner__content {
    padding: 35px 22px 10px;
  }
  .promotional-banner__type-2 .promotional-banner__media {
    max-width: 270px;
  }
}

.promotional-banner__video {
  max-width: 100%;
}

.promotional-banner__media--dark::before {
  content: '';
  background-color: #2e4a4b;
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 590px;
  width: 400px;
  z-index: 0;
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__media--dark::before {
    height: 360px;
    width: 240px;
  }
}

.promotional-banner__media--silver::before {
  content: '';
  background-color: #ededed;
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 590px;
  width: 400px;
  z-index: 0;
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__media--silver::before {
    height: 360px;
    width: 80%;
  }
}

.promotional-banner__type-3 .promotional-banner__content {
  padding: 177px 40px 176px 27px;
}

.promotional-banner__type-3 .promotional-banner__media {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.promotional-banner__type-3 .promotional-banner__image {
  margin-left: 102px;
  position: relative;
  z-index: 1;
}

.promotional-banner__type-3 .promotional-banner__image--has-shadow {
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.48);
          box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.48);
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-3 .promotional-banner__content {
    margin-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 177px 0 176px 25px;
  }
  .promotional-banner__type-3 .promotional-banner__media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-3 .promotional-banner__content {
    margin-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 2px;
  }
  .promotional-banner__type-3 .promotional-banner__media {
    max-width: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 25px;
  }
  .promotional-banner__type-3 .promotional-banner__image {
    margin-left: 0;
  }
}

.promotional-banner__type-4 .promotional-banner__content {
  margin-left: 0;
  padding: 140px 40px 176px 15px;
}

.promotional-banner__type-4 .promotional-banner__media {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.promotional-banner__type-4 .promotional-banner__image {
  margin-left: 152px;
  position: relative;
  z-index: 1;
}

.promotional-banner__type-4 .promotional-banner__text {
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .promotional-banner__type-4 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-4 .promotional-banner__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 140px 0 176px 25px;
  }
  .promotional-banner__type-4 .promotional-banner__media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-4 .promotional-banner__content {
    padding: 0;
    margin: 50px 0 60px;
  }
  .promotional-banner__type-4 .promotional-banner__media {
    max-width: 100%;
    text-align: center;
  }
  .promotional-banner__type-4 .promotional-banner__image {
    max-width: 170px;
    margin-left: 0;
  }
}

.promotional-banner__type-5 {
  padding: 80px 0 70px;
}

.promotional-banner__type-5 .promotional-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  max-width: 100%;
  padding: 35px 0;
}

.promotional-banner__type-5 .promotional-banner__item-icon {
  padding-right: 20px;
}

.promotional-banner__type-5 .promotional-banner__item-link {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.promotional-banner__type-5 .promotional-banner__item-link .font-ico-btn-arrow {
  color: #f58220;
  vertical-align: sub;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .promotional-banner__type-5 .promotional-banner__item-link:hover .font-ico-btn-arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-5 {
    padding: 40px 25px;
  }
  .promotional-banner__type-5 .promotional-banner__content {
    display: block;
  }
  .promotional-banner__type-5 .promotional-banner__item {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-5 {
    margin: 40px 0;
    padding: 0;
  }
  .promotional-banner__type-5 .promotional-banner__content {
    padding: 0;
  }
}

.promotional-banner__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promotional-banner__type-6 {
  padding: 130px 0 110px;
}

.promotional-banner__type-6 .promotional-banner__content {
  padding: 140px 150px 175px 9px;
}

.promotional-banner__type-6 .promotional-banner__media {
  position: unset;
}

.promotional-banner__type-6 .promotional-banner__img-one {
  position: absolute;
  right: 180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner__type-6 .promotional-banner__img-one {
    max-width: 360px;
  }
}

@media only screen and (min-width: 992px) {
  .promotional-banner__type-6 .promotional-banner__img-two {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 6;
  }
}

.promotional-banner__type-6 .promotional-banner__media--three-images::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background-color: #2e4a4b;
}

.promotional-banner__type-6 .promotional-banner__media--three-images .promotional-banner__img-one {
  position: absolute;
  left: 180px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
}

.promotional-banner__type-6 .promotional-banner__media--three-images .promotional-banner__img-two {
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-6 {
    padding: 30px 0;
  }
  .promotional-banner__type-6 .promotional-banner__content {
    padding: 30px 45px 10px;
  }
  .promotional-banner__type-6 .promotional-banner__media {
    position: relative;
    max-width: 430px;
  }
  .promotional-banner__type-6 .promotional-banner__img-two {
    max-width: 300px;
    position: relative;
    float: right;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-6 .promotional-banner__content {
    padding: 30px 22px 10px;
  }
  .promotional-banner__type-6 .promotional-banner__img-two {
    max-width: 245px;
  }
  .promotional-banner__type-6 .promotional-banner__img-one {
    max-width: 190px;
    right: 140px;
  }
}

.promotional-banner__type-7 {
  padding: 130px 0 260px;
}

.promotional-banner__type-7 .promotional-banner__content {
  padding: 96px 40px 50px 23px;
}

.promotional-banner__type-7 .promotional-banner__media {
  position: unset;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.promotional-banner__type-7 .promotional-banner__media--three-images::before {
  content: '';
  position: absolute;
  top: 50px;
  left: -100px;
  width: 400px;
  height: 400px;
  background-color: #2e4a4b;
}

.promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-one {
  position: absolute;
  left: 138px;
  right: auto;
  top: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-one {
    max-width: 360px;
  }
}

.promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-two {
  position: absolute;
  left: 10px;
  right: auto;
  top: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
}

@media only screen and (max-width: 1199.98px) {
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-two {
    max-width: 360px;
  }
}

@media only screen and (max-width: 991.98px) {
  .promotional-banner__type-7 {
    padding: 90px 0 0;
  }
  .promotional-banner__type-7 .promotional-banner__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 40px 50px;
  }
  .promotional-banner__type-7 .promotional-banner__media {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-one {
    position: relative;
    -webkit-transform: translate(190px, -70px);
            transform: translate(190px, -70px);
    top: auto;
    left: auto;
    right: auto;
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-two {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(80px, -320px);
            transform: translate(80px, -320px);
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images::before {
    top: 90px;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-7 .promotional-banner__content {
    padding: 10px 0 50px;
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images::before {
    width: 350px;
    height: 270px;
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-one {
    max-width: 270px;
    -webkit-transform: translate(50px, -100px);
            transform: translate(50px, -100px);
  }
  .promotional-banner__type-7 .promotional-banner__media--three-images .promotional-banner__img-two {
    max-width: 270px;
    -webkit-transform: translate(20px, -250px);
            transform: translate(20px, -250px);
  }
}

.promotional-banner__type-9 {
  padding: 150px 0;
}

.promotional-banner__type-9 .btn {
  margin-right: 0;
}

.promotional-banner__type-9 .promotional-banner__content {
  margin: 0 auto;
  max-width: 760px;
  padding: 20px 40px;
  text-align: center;
  width: 100%;
}

.promotional-banner__type-9 .promotional-banner__text {
  padding-right: 0;
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-9 {
    padding: 40px 0;
  }
  .promotional-banner__type-9 .promotional-banner__content {
    padding: 0 22px;
    text-align: left;
  }
}

.promotional-banner__type-10 {
  padding: 100px 0 0;
}

.promotional-banner__type-10 .promotional-banner__wrap {
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 123px;
}

.promotional-banner__type-10 .promotional-banner__content {
  margin-left: 80px;
  padding: 0;
}

.promotional-banner__type-10 .promotional-banner__text {
  padding-right: 50px;
}

.promotional-banner__type-10 .promotional-banner__media {
  max-width: 540px;
  padding-top: 23px;
}

@media only screen and (max-width: 767.98px) {
  .promotional-banner__type-10 {
    padding: 40px 0 0;
  }
  .promotional-banner__type-10 .promotional-banner__wrap {
    background-size: 90%;
    background-position: 310% 150%;
    padding-bottom: 40px;
  }
  .promotional-banner__type-10 .promotional-banner__content {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 22px;
  }
  .promotional-banner__type-10 .promotional-banner__media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.next-project {
  color: #fff;
}

.next-project .small-wrap {
  position: relative;
}

.next-project .cta-link {
  margin-bottom: -3px;
}

@media only screen and (min-width: 768px) {
  .next-project {
    padding-top: 342px;
    padding-bottom: 63px;
  }
  .next-project .small-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 767.98px) {
  .next-project {
    min-height: 402px;
  }
  .next-project .small-wrap {
    padding: 39px 22px 0;
  }
}

.next-project--has-overlay {
  position: relative;
}

.next-project--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.next-project--has-overlay .small-wrap {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .next-project--has-overlay::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(rgba(35, 35, 35, 0.58)));
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0.58));
  }
}

@media only screen and (max-width: 767.98px) {
  .next-project--has-overlay::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0)), to(rgba(35, 35, 35, 0.58)));
    background: linear-gradient(to top, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0.58));
  }
}

.next-project--has-v {
  position: relative;
}

.next-project--has-v::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .next-project--has-v::before {
    background-image: url("../assets/images/translucent-v.svg");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .next-project--has-v::before {
    width: 50%;
    background-size: contain;
  }
}

@media only screen and (max-width: 767.98px) {
  .next-project--has-v::before {
    background-image: url("../assets/images/translucent-v-sm.svg");
  }
}

@media only screen and (min-width: 768px) {
  .next-project__heading {
    max-width: 70%;
  }
}

.next-project__title {
  letter-spacing: -0.1px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .next-project__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .next-project__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 19px;
  }
}

.stories-viewer {
  color: #fff;
}

.stories-viewer .wrap {
  max-width: 1305px;
}

.stories-viewer .cta-link {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.loaded .stories-viewer .cta-link {
  -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}

@media only screen and (min-width: 992px) {
  .stories-viewer .breadcrumb {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .stories-viewer {
    position: relative;
  }
  .stories-viewer .breadcrumb {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1305px;
    margin: 0 auto 50px;
    z-index: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer .wrap {
    padding: 0 25px;
    margin-bottom: 134px;
  }
  .stories-viewer .breadcrumb {
    display: none;
  }
}

.stories-viewer__slide {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .stories-viewer__slide {
    padding: 116px 0 161px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #232323;
    padding: 28px 0 0;
  }
}

.stories-viewer__sup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.loaded .stories-viewer__sup {
  -webkit-transition: opacity 0.3s ease-in-out 0.6s, -webkit-transform 0.2s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, -webkit-transform 0.2s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, transform 0.2s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, transform 0.2s ease-in-out 0.6s, -webkit-transform 0.2s ease-in-out 0.6s;
}

.stories-viewer__sup .sup-heading {
  line-height: 24px;
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__sup {
    margin-bottom: 14px;
  }
}

.stories-viewer__title {
  font-weight: 400;
  max-width: 620px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.loaded .stories-viewer__title {
  -webkit-transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
}

@media only screen and (min-width: 768px) {
  .stories-viewer__title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 49px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .stories-viewer__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__background {
    position: relative;
    padding-top: 75.25%;
  }
}

.stories-viewer__background--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .stories-viewer__background--has-overlay::after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(35, 35, 35, 0)), to(rgba(35, 35, 35, 0.58)));
    background: linear-gradient(to left, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0.58));
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__background--has-overlay::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(61, 61, 59, 0.65)), color-stop(50%, rgba(61, 61, 59, 0.07)));
    background: linear-gradient(to top, rgba(61, 61, 59, 0.65) 0%, rgba(61, 61, 59, 0.07) 50%);
  }
}

.stories-viewer__pagination-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1305px;
  padding: 0 20px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .stories-viewer__pagination-wrap {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories-viewer__pagination-wrap {
    bottom: 25px;
  }
}

.stories-viewer .stories-viewer__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .stories-viewer .stories-viewer__pagination {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .clients {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .clients {
    padding-top: 50px;
  }
}

.clients__main-title {
  color: #3d3d3b;
  letter-spacing: 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .clients__main-title {
    font-size: 40px;
    font-weight: normal;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__main-title {
    font-size: 27px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .clients__main-subtitle {
    color: #3d3d3b;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .clients__categories {
    border-bottom: 3px solid #3d3d3b;
    padding: 15px 0;
    position: relative;
  }
  .clients__categories .font-ico-chevron-down {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.clients__categories-select {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .clients__categories-select {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .clients__categories {
    padding: 0 40px;
  }
}

.clients__list {
  font-size: 0;
}

@media only screen and (max-width: 1199.98px) {
  .clients__list {
    background-color: #fff;
    font-size: 0;
    width: calc(100% + 40px);
    z-index: 10;
    display: none;
    position: absolute;
    left: -20px;
    top: 48px;
    padding: 10px 20px;
  }
}

.clients__list--opened .font-ico-chevron-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.clients__category {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .clients__category:hover {
    background-color: #232323;
  }
  .no-touch .clients__category:hover .clients__category-button {
    color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .clients__category {
    display: inline-block;
    padding: 23px 30px 33px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .clients__category {
    display: block;
    padding: 10px 0;
  }
  .clients__category:not(:last-child) {
    border-bottom: 3px solid #ededed;
  }
}

.clients__category-button {
  color: #464643;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .clients__category {
    padding: 23px 19px 33px;
  }
}

@media only screen and (min-width: 1200px) {
  .clients__category--active {
    background-color: #232323;
    color: #fff;
  }
  .clients__category--active .clients__category-button {
    color: #fff;
  }
}

@media only screen and (max-width: 1199.98px) {
  .clients__category--active {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .clients__wrap {
    margin-top: 103px;
  }
  .clients__wrap .big-wrap {
    overflow: hidden;
  }
}

.clients__wrap .btn,
.clients__wrap .btn__arrow {
  color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .clients__wrap {
    background-color: #232323;
    margin-top: 45px;
  }
}

.clients__quote-wrap {
  background-color: #232323;
  position: relative;
}

.clients__quote-wrap::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1260px;
  width: calc(100% - 40px);
  height: 2px;
  background: #3d3d3b;
}

.clients__slider-wrap {
  display: none;
  max-width: 1090px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .clients__slider-wrap {
    padding: 137px 20px 130px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__slider-wrap {
    padding: 40px 20px 60px;
  }
}

.clients__slider-wrap--active {
  display: block;
}

.clients__quote-content {
  background-color: #232323;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .clients__quote-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__quote-content {
    display: block;
  }
}

.clients__quote {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .clients__quote {
    margin-left: 30px;
    max-width: 660px;
  }
}

.clinets__quote-mark {
  display: block;
}

@media only screen and (min-width: 992px) {
  .clinets__quote-mark {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clinets__quote-mark {
    padding-top: 40px;
  }
  .clinets__quote-mark svg {
    margin-bottom: 15px;
    width: 19px;
  }
}

.clients__quote--logo {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .clients__quote--logo {
    max-width: 400px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__quote--logo {
    max-width: 160px;
  }
}

@media only screen and (min-width: 992px) {
  .clients__quote--logo img {
    width: 400px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__quote--logo img {
    width: 160px;
  }
}

.clients__quote--text {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) {
  .clients__quote--text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .clients__quote--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.clients__quote-details {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.clients__quote-details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
}

.clients__quote-separator {
  margin-right: 5px;
}

.clients__quote-author {
  font-weight: bold;
}

.clients__quote-company {
  font-weight: normal;
}

.case-study-image-viewer {
  position: relative;
}

.case-study-image-viewer .wrap {
  max-width: 1300px;
}

.case-study-image-viewer__top {
  background-color: #232323;
  background-position: right -17%;
  background-size: auto;
  padding: 37px 0 216px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .case-study-image-viewer__top {
    padding: 37px 0 216px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .case-study-image-viewer__top {
    padding: 67px 0 150px;
  }
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__top .breadcrumb {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__top {
    padding: 69px 0 28px;
    background-size: 0;
  }
  .case-study-image-viewer__top .breadcrumb {
    margin-bottom: 29px;
    padding-bottom: 4px;
  }
  .case-study-image-viewer__top .breadcrumb::after {
    content: '';
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #3d3d3b;
  }
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__bottom .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__bottom .wrap {
    padding: 0 22px;
  }
}

.case-study-image-viewer__bottom .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.case-study-image-viewer__heading {
  max-width: 740px;
}

.case-study-image-viewer__title {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__title {
    font-size: 32px;
    line-height: 34px;
  }
}

.case-study-image-viewer__slider {
  max-height: 592px;
}

@media only screen and (min-width: 992px) {
  .case-study-image-viewer__slider {
    margin-top: -163px;
    margin-right: 104px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .case-study-image-viewer__slider {
    margin-top: -80px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__slider {
    width: 100%;
    max-width: 1046px;
    margin-left: 0;
    /*	.case-study-image-viewer__background {
			&::after {
				content: '';
				position: absolute;
				bottom: 0;
				right: 0;
				height: 66px;
				width: calc(100% - 146px);
				background-color: $white;
				z-index: 1;
			}
		}*/
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__slider {
    width: calc(100% + 44px);
    margin: 0 -22px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__video-wrap {
    position: relative;
    height: 100%;
    /*&::after {
			content: '';
			position: absolute;
			bottom: -5px;
			right: -5px;
			height: 71px;
			width: calc(100% - 141px);
			background-color: $white;
			z-index: 1;
		}*/
  }
  .case-study-image-viewer__video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
  }
  .case-study-image-viewer__video-wrap .play-video {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__video-wrap iframe {
    display: none;
  }
}

.case-study-image-viewer__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__video {
    display: none;
  }
}

.case-study-image-viewer__background {
  position: relative;
  z-index: -1;
}

.case-study-image-viewer__thumbs .case-study-image-viewer__background {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.case-study-image-viewer__thumbs .case-study-image-viewer__background::before {
  content: '';
  position: absolute;
  background-color: #f58220;
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__background {
    padding-top: 56.25%;
  }
  .case-study-image-viewer__thumbs .case-study-image-viewer__background::before {
    right: 100%;
    top: 0;
    width: 4px;
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__background {
    padding-top: 75.3%;
  }
  .case-study-image-viewer__thumbs .case-study-image-viewer__background {
    padding-top: 56.25%;
  }
  .case-study-image-viewer__thumbs .case-study-image-viewer__background::before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__background--has-video {
    display: none;
  }
}

.case-study-image-viewer__thumbs .swiper-slide-active .case-study-image-viewer__background {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.case-study-image-viewer__thumbs .swiper-slide-active .case-study-image-viewer__background::after {
  background-color: rgba(61, 61, 59, 0);
}

.loaded .case-study-image-viewer__thumbs .swiper-slide-active .case-study-image-viewer__background::after {
  -webkit-transition: background-color 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s;
}

@media only screen and (min-width: 768px) {
  .case-study-image-viewer__thumbs {
    min-width: 110px;
    max-height: 300px;
    padding-left: 4px;
    padding-bottom: 240px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-study-image-viewer__thumbs {
    padding-right: calc(75% + 6px);
    padding-bottom: 4px;
  }
}

.animated-stats {
  background-color: #ededed;
  overflow: hidden;
}

.animated-stats .big-wrap {
  position: relative;
  max-width: 1390px;
}

.animated-stats .big-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 6px;
  background-color: #fbfcfb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}

.animated-stats .swiper-slide {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animated-stats .cta-link {
  display: none;
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .animated-stats .big-wrap::after {
    width: calc(50vw + 50% - 198px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .animated-stats .big-wrap::after {
    width: calc(50vw + 50% - 189px);
  }
}

@media only screen and (min-width: 992px) {
  .animated-stats {
    padding: 136px 0;
  }
  .animated-stats .big-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .animated-stats .big-wrap::after {
    left: 189px;
  }
  .animated-stats .cta-link {
    left: 196px;
    bottom: -73px;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats {
    padding: 61px 0 95px;
  }
  .animated-stats .big-wrap::after {
    left: 20px;
    width: calc(100% - 20px);
  }
  .animated-stats .cta-link {
    left: 20px;
    bottom: -54px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .animated-stats__slider {
    max-height: 289px;
    width: 100%;
    max-width: calc(100% - 219px);
    margin-right: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats__slider {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated-stats__slider {
    max-height: 240px;
  }
}

@media only screen and (max-width: 767.98px) {
  .animated-stats__slider {
    max-height: 190px;
  }
}

.animated-stats__content {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animated-stats__content::after, .animated-stats__content::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #8c8c8c;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .animated-stats__content::after, .animated-stats__content::before {
    top: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats__content {
    padding-top: 8px;
  }
  .animated-stats__content::after, .animated-stats__content::before {
    top: 0;
  }
}

.animated-stats__content--start::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animated-stats__content--end::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.animated-stats__content--next-start::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animated-stats__content--next-end::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.animated-stats__content--skip::after, .animated-stats__content--skip::before {
  content: none;
}

.animated-stats__title {
  font-weight: 400;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.swiper-slide-active .animated-stats__title {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .animated-stats__title {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: -8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated-stats__title {
    font-size: 150px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 767.98px) {
  .animated-stats__title {
    font-size: 100px;
    line-height: 100px;
  }
}

.animated-stats__desc {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.swiper-slide-active .animated-stats__desc {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .animated-stats__desc {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats__desc {
    font-size: 27px;
    line-height: 32px;
  }
}

.animated-stats__skip {
  position: relative;
}

.animated-stats__skip::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .no-touch .animated-stats__skip:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media only screen and (min-width: 992px) {
  .animated-stats__skip {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    margin-left: 44px;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats__skip {
    font-size: 14px;
    line-height: 21px;
    padding-right: 3px;
    padding-bottom: 2px;
  }
}

.animated-stats__nums {
  width: auto;
  left: auto;
  bottom: auto;
}

.animated-stats__nums .sup-heading--num:first-child {
  padding-right: 9px;
}

.animated-stats__nums .sup-heading--num:first-child::after {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .animated-stats__nums {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 991.98px) {
  .animated-stats__nums {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .animated-stats__nums .sup-heading--num {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

.prevent-delay {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.fixed-scroll-carousel {
  height: 100%;
}

.fixed-scroll-carousel .swiper-scrollbar {
  right: 90px !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel .swiper-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .fixed-scroll-carousel {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .fixed-scroll-carousel {
    margin-top: 52px;
  }
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__container {
    padding: 100px 0;
  }
  .fixed-scroll-carousel__container .swiper-slide {
    overflow: hidden;
  }
  .fixed-scroll-carousel__container .swiper-container {
    max-height: 495px;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__content {
    display: inline-block;
    margin-left: 120px;
    max-width: 650px;
    padding-top: 88px;
    position: relative;
    width: 100%;
  }
  .fixed-scroll-carousel__content .swiper-pagination {
    display: none;
  }
  .fixed-scroll-carousel__content .swiper-fractions {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fixed-scroll-carousel__content .cta-link {
    margin-top: 53px;
  }
  .fixed-scroll-carousel__content .cta-link::after {
    color: #3d3d3b;
  }
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel__content {
    padding: 30px 20px 80px;
    position: relative;
  }
  .fixed-scroll-carousel__content .cta-link {
    margin-top: 20px;
  }
  .fixed-scroll-carousel__content .cta-link::after {
    color: #3d3d3b;
  }
  .fixed-scroll-carousel__content .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    top: -20px;
    width: calc(100% - 40px);
  }
  .fixed-scroll-carousel__content .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    width: 100%;
    min-width: 20px;
    margin: 0 5px;
    border-radius: 2px;
  }
  .fixed-scroll-carousel__content .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f58220;
  }
  .fixed-scroll-carousel__content .swiper-fractions {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .fixed-scroll-carousel__content {
    margin-left: 50px;
    max-width: 515px;
  }
  .fixed-scroll-carousel__text {
    font-size: 22px;
    line-break: 35px;
  }
}

.fixed-scroll-carousel__title {
  color: #4f4f4c;
  letter-spacing: 0;
  margin-bottom: 55px;
  position: relative;
}

.fixed-scroll-carousel__title::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 3px;
  width: 45px;
  border-radius: 2px;
  background-color: #f58220;
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__title {
    font-size: 40px;
    font-weight: normal;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.fixed-scroll-carousel__text {
  color: #4f4f4c;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__text {
    font-size: 26px;
    font-weight: normal;
    line-height: 39px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__image-wrap {
    display: inline-block;
    height: 100%;
    max-width: 500px;
    position: relative;
    width: 100%;
    vertical-align: top;
  }
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel__image-wrap {
    height: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .fixed-scroll-carousel__image-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 80%, rgba(0, 0, 0, 0.65) 100%);
  }
}

@media only screen and (max-width: 767.98px) {
  .fixed-scroll-carousel__image-wrap {
    padding-top: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-fractions--mobile {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .swiper-fractions--mobile {
    color: #fff;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.fixed-scroll-carousel__image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.fixed-scroll-carousel--dark {
  background-color: #232323;
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel--dark .fixed-scroll-carousel__content {
    max-width: 515px;
  }
}

.fixed-scroll-carousel--dark .fixed-scroll-carousel__content .swiper-fractions {
  color: #fff;
}

.fixed-scroll-carousel--dark .swiper-scrollbar {
  background-color: #3d3d3b;
}

.fixed-scroll-carousel--dark .swiper-scrollbar-drag {
  background: #b1afaf !important;
}

.fixed-scroll-carousel--dark .fixed-scroll-carousel__subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.fixed-scroll-carousel--dark .fixed-scroll-carousel__title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 55px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .fixed-scroll-carousel--dark .fixed-scroll-carousel__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .fixed-scroll-carousel--dark .fixed-scroll-carousel__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.fixed-scroll-carousel--dark .fixed-scroll-carousel__title::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 3px;
  width: 45px;
  border-radius: 2px;
  background-color: #f58220;
}

.fixed-scroll-carousel--dark .fixed-scroll-carousel__text {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.fixed-scroll-carousel--dark .cta-link {
  color: #fff;
}

.fixed-scroll-carousel--dark .cta-link::after {
  color: #fff;
}

.location {
  overflow: hidden;
}

.location__top {
  background-color: #ededed;
}

@media only screen and (min-width: 992px) {
  .location__top {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__top {
    padding-top: 60px;
  }
}

.location__main-title {
  color: #595956;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 25px;
}

.location__main-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #f58220;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) {
  .location__main-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .location__main-title::after {
    width: 44px;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__main-title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .location__main-title::after {
    width: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .location__tabs-wrap {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__tabs-wrap {
    padding: 0 20px;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .location__dropdown {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__dropdown {
    border-bottom: 2px solid #b1afaf;
    border-top: 2px solid #b1afaf;
    padding: 20px 0;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .location__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
    position: relative;
  }
  .location__tabs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #cdc9c9;
  }
  .location__tabs::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #cdc9c9;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__tabs {
    -webkit-box-shadow: 0 7px 11px 1px rgba(70, 70, 67, 0.3);
            box-shadow: 0 7px 11px 1px rgba(70, 70, 67, 0.3);
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 10px;
  }
}

.location__dropdown-text {
  color: #464643;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.location__dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.location__dropdown--open .location__dropdown-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.location__tabs-item button {
  color: #4f4f4c;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 30px 42px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .location__tabs-item button:hover {
    background-color: #fff;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__tabs-item button {
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    margin: 0 auto;
    text-align: left;
    width: calc(100% - 20px);
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .location__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.location__content {
  display: none;
}

@media only screen and (min-width: 992px) {
  .location__content {
    padding: 55px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.location__content--active {
  display: block;
}

.location__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .location__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__wrap {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.location__map {
  position: relative;
  width: 100%;
}

.location__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .location__map {
    max-width: 910px;
    padding-bottom: 40%;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__map {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 73%;
  }
}

@media only screen and (min-width: 992px) {
  .location__info {
    display: block;
    margin-bottom: 60px;
    margin-left: 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__info {
    display: block;
    padding: 30px 20px 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .location__tabs-item--active button {
    background-color: #fff;
    font-weight: bold;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__tabs-item--active button {
    display: none;
  }
}

.location__title {
  color: #3d3d3b;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}

.location__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #f58220;
  border-radius: 3px;
}

.location__address {
  color: #464643;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .location__address {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .location__address {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.stories {
  padding: 70px 0;
}

@media only screen and (min-width: 992px) {
  .stories .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.stories__circle {
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .stories__circle {
    width: calc(100% - 22px);
  }
}

@media only screen and (max-width: 1199.98px) {
  .stories__circle {
    width: calc(100% - 56px);
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .stories__circle:hover .stories__wrap-image {
    border-color: #f58220;
  }
}

.stories__wrap {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .stories__wrap {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stories__wrap {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.stories__date {
  color: #3d3d3b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.stories__text {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
}

.stories__wrap-image {
  border: 2px solid #d8d3d3;
  border-radius: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 98.5%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.stories__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: calc(100% - 15px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 15px);
}

.stories__popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .stories__popup {
    padding: 3% 0;
  }
}

.stories__popup--visible .stories__popup {
  opacity: 1;
  visibility: visible;
}

.stories__popup-wrap {
  margin: 0 auto;
  max-width: 1045px;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .stories__popup-wrap {
    padding-top: 70px;
  }
}

.stories__popup-time {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .stories__popup-time {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 3.5px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stories__popup-time {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stories__popup-title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) {
  .stories__popup-title {
    font-size: 30px;
    line-height: 35px;
    max-width: 680px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stories__popup-title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.stories__popup-media-holder {
  padding-bottom: 56.25%;
  position: relative;
}

.stories__popup-media__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

.stories__thumbs-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 1199.98px) {
  .stories__thumbs-wrap {
    padding: 0 20px;
  }
}

.stories__thumb-list {
  position: relative;
  max-width: 106px;
}

.stories__thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  padding-bottom: 56%;
  position: relative;
  max-width: 106px;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.stories__thumb::before {
  content: '';
  position: absolute;
  background-color: #f58220;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media only screen and (min-width: 1200px) {
  .no-touch .stories__thumb:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.stories__popup-media {
  position: relative;
}

.stories__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.stories__video--visible {
  z-index: 20;
}

.stories__popup-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.stories__popup-video .play-video {
  z-index: 10;
}

.stories__popup-video .play-video--hidden {
  display: none;
}

.stories__popup-video-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 5;
}

.stories__popup-video-cover--hidden {
  opacity: 0;
  visibility: hidden;
}

.stories__popup-close {
  background-color: #f58220;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  z-index: 110;
}

.stories__popup-close .font-ico-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .stories__popup-close {
    width: 54px;
    height: 54px;
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .stories__popup-close .font-ico-close {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .stories__popup-close {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .stories__popup-close .font-ico-close {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .stories__popup-close:hover .font-ico-close {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

.thumb-active .stories__thumb {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.thumb-active .stories__thumb::after {
  background-color: #f58220;
}

.loaded .thumb-active .stories__thumb::after {
  -webkit-transition: background-color 0.3s ease-in-out 0.2s;
  transition: background-color 0.3s ease-in-out 0.2s;
}

.loaded .thumb-active .stories__thumb::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .thumb-active .stories__thumb::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media only screen and (max-width: 767.98px) {
  .thumb-active .stories__thumb::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.stories__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.download-cta {
  padding: 50px 195px;
}

@media only screen and (max-width: 1199.98px) {
  .download-cta {
    padding: 40px 100px;
  }
}

@media only screen and (max-width: 991.98px) {
  .download-cta {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .download-cta {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .download-cta--indent {
    padding-left: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .download-cta__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .download-cta__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .download-cta__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .download-cta__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.download-cta__logo {
  max-width: 150px;
  padding-top: 15px;
}

.download-cta__wrap {
  max-width: 1050px;
}

.download-cta__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

@media only screen and (max-width: 767.98px) {
  .download-cta__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.download-cta__title-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 767.98px) {
  .download-cta__title-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.download-cta__title {
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
}

@media only screen and (max-width: 767.98px) {
  .download-cta__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}

.download-cta__button-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  display: block;
  margin-top: -15px;
}

@media only screen and (max-width: 767.98px) {
  .download-cta__button-holder {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .download-cta__file-info {
    padding-top: 20px;
  }
}

.download-cta__button-content {
  max-width: 346px;
  text-align: left;
  float: right;
  margin-bottom: 30px;
}

.download-cta__button-content .btn {
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .download-cta__button-content {
    max-width: 100%;
    width: 100%;
  }
  .download-cta__button-content .btn {
    display: block;
  }
}

.quote {
  padding: 80px 0;
  background-color: #2e4a4b;
}

.quote .quote__btn {
  display: none;
}

.quote.has-button .quote__text {
  padding-bottom: 100px;
}

.quote.has-button .quote__btn {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}

.quote.has-button .quote__btn .btn__arrow {
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .quote {
    padding: 50px 0;
  }
  .quote.has-button .quote__text {
    padding-bottom: 20px;
  }
  .quote.has-button .btn {
    position: relative;
    display: block;
    margin-top: 50px;
  }
}

.quote__icon {
  padding-bottom: 12px;
  display: block;
}

.quote__holder {
  position: relative;
}

.quote__wrap {
  max-width: 885px;
}

.quote__text {
  max-width: 726px;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.quote__text::after {
  content: '';
  background-color: #fff;
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767.98px) {
  .quote__text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
}

.quote__author,
.quote__position {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
}

.quote__author {
  font-weight: 700;
}

.quote__position {
  font-weight: normal;
  width: 100%;
  max-width: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 767.98px) {
  .quote__position {
    max-width: 100%;
    display: initial;
  }
}

.graph .big-wrap {
  max-width: 1470px;
}

@media only screen and (min-width: 1200px) {
  .graph {
    padding: 71px 0 58px;
  }
  .graph .big-wrap {
    padding: 0 0 0 151px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .graph {
    padding: 56px 0 58px;
    overflow: auto;
  }
}

.graph__chart-wrap {
  min-width: 700px;
  min-height: 350px;
}

@media only screen and (min-width: 992px) {
  .graph__chart {
    height: 433px;
  }
}

@media only screen and (max-width: 991.98px) {
  .graph__chart {
    height: 269px;
  }
}

.filter {
  margin-bottom: 10px;
}

.filter .wrap {
  max-width: 1390px;
}

.filter__no-results {
  padding: 40px 0;
  text-align: center;
}

.filter__no-results-image {
  max-width: 100px;
  padding-bottom: 20px;
  width: 100%;
}

.filter__no-resulter-title {
  font-size: 30px;
  text-align: center;
}

.filter--opened .filter__head .filter__title::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.filter__top {
  background-color: #ededed;
  margin-bottom: 26px;
}

.filter__top .wrap {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .filter__top .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__top .wrap {
    padding: 0;
  }
}

.filter__bottom .wrap {
  max-width: 1300px;
}

.filter__bottom .filter__btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .filter__head {
    min-width: 183px;
  }
  .filter__head .filter__title {
    padding-left: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .filter__head {
    min-width: 120px;
  }
  .filter__head .filter__title {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .filter__head .filter__title::after {
    content: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__head .filter__title {
    background-color: #ededed;
  }
}

.filter__title {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.filter__title::after {
  content: "";
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  color: #f58220;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .filter__title {
    padding: 19px 18px 17px;
    background-color: #ededed;
  }
  .filter__title::after {
    right: 20px;
    font-size: 13px;
  }
  .filter__body .filter__title {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__title {
    padding: 19px 23px 17px;
    background-color: #fff;
    border-radius: 2px;
  }
  .filter__title::after {
    font-size: 10px;
    right: 22px;
  }
  .filter__body .filter__title {
    padding: 18px 21px 14px;
    border: 2px solid #ededed;
    border-top: 0;
  }
  .filter__body .filter__title::after {
    right: 20px;
  }
}

.filter__title--more {
  position: relative;
}

.filter__title--more::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  background-color: #3d3d3b;
}

.filter__title--more::after {
  content: none;
}

@media only screen and (min-width: 1200px) {
  .no-touch .filter__title--more:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.filter__body-wrap {
  z-index: 10;
}

@media only screen and (min-width: 1200px) {
  .filter__body-wrap {
    left: 203px;
    width: calc(100% - 283px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .filter__body-wrap {
    left: 120px;
    width: calc(100% - 203px);
  }
}

@media only screen and (min-width: 768px) {
  .filter__body-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__body-wrap {
    display: none;
    text-align: right;
    position: absolute;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    width: 100%;
    overflow: auto;
    background-color: #fff;
    padding-bottom: 87px;
  }
  .filter__body-wrap .filter__btn {
    padding: 10px 27px 9px 7px;
    margin-right: 22px;
  }
}

.filter__body {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .filter__body {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .filter__body {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .filter__body::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    height: 3px;
    width: calc(100% - 36px);
    background-color: #ededed;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 1;
  }
  .filter__body:first-child .filter__title {
    border-left: 1px solid #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__body {
    text-align: left;
  }
  .filter__body:last-of-type {
    margin-bottom: 30px;
  }
}

.filter__body--opened .filter__title {
  background-color: #fff;
}

.filter__body--opened .filter__title::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .filter__body--opened::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
    transition: -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  }
}

.filter__list {
  display: none;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .filter__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 423px;
    overflow: auto;
    padding: 19px 11px 21px;
    -webkit-box-shadow: 0 5px 9px 0 rgba(61, 61, 59, 0.12);
            box-shadow: 0 5px 9px 0 rgba(61, 61, 59, 0.12);
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__list {
    padding: 19px 23px 21px;
    border-bottom: 2px solid #ededed;
  }
}

.filter__item {
  line-height: 21px;
  margin-bottom: 10px;
}

.filter__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .filter__item {
    max-width: 184px;
  }
}

.filter__item--has-btn {
  display: none;
}

.filter__item--has-btn.filter__item--show-btn {
  display: list-item;
}

@media only screen and (min-width: 768px) {
  .filter__item--has-btn {
    text-align: right;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__item--has-btn {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__item--has-range {
    max-width: none;
  }
}

.filter__label-text {
  display: inline-block;
  padding: 6px 7px 5px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .filter__label-text:hover {
    background-color: #ededed;
  }
}

.filter__checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.filter__checkbox:checked + .filter__label-text {
  background-color: #ededed;
}

@media only screen and (min-width: 768px) {
  .filter__more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px 18px 17px;
  }
  .filter__more .filter__title {
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__more {
    display: none;
  }
}

.filter__btn {
  line-height: 21px;
  position: relative;
  background-color: #ededed;
  border: 2px solid #ededed;
  border-radius: 5px;
  padding: 3px 28px 3px 7px;
  margin-right: 6px;
}

.filter__btn::after {
  content: "";
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  right: 9px;
}

.filter__btn--clear {
  background-color: #fff;
}

.filter__range-value {
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #1e2f3f;
}

.filter__search {
  border-right: 1px solid #fff;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .filter__search {
    height: 60px;
  }
}

.filter__search-form {
  height: 99%;
}

.filter__search-form.filter__search-form--active .filter__search-label {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}

.filter__search-label {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.filter__search-input {
  background-color: #ededed;
  border: 0;
  height: 100%;
  padding-right: 35px;
  width: 100%;
}

.filter__search-input::-ms-clear {
  display: none;
}

.filter__search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter__body--active .filter__item--has-btn {
  display: block;
}

.contact-us__forms {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .contact-us__forms {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__forms {
    padding-top: 40px;
  }
}

.contact-us__forms .form-asterisk {
  color: #f00;
}

.contact-us {
  height: 100%;
  max-height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .contact-us::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1260px;
    height: 2px;
    background-color: #cdc9c9;
    width: 100%;
  }
}

.contact-us .contact-us__btn .font-ico-minus {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .contact-us__main-wrap {
    padding-top: 80px;
    padding-left: 87px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__main-wrap {
    padding-top: 40px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-us__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .submit-message .contact-us__title {
    margin-bottom: 31px;
  }
}

.contact-us__message-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-us__symbol {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media only screen and (min-width: 992px) {
  .contact-us__symbol {
    margin-right: 37px;
    width: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68px;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__symbol {
    margin-right: 25px;
    width: 46px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }
}

.contact-us__text-wrap {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .contact-us__text-wrap {
    max-width: 760px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__text-wrap {
    margin-bottom: 44px;
  }
}

.contact-us__image {
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: auto;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .contact-us__image {
    background-size: contain;
    max-width: 555px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-us__image {
    background-size: cover;
    padding-bottom: 80%;
  }
}

.contact-us__title {
  color: #4f4f4c;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}

.contact-us__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f58220;
  border-radius: 2px;
}

@media only screen and (min-width: 992px) {
  .contact-us__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    padding-bottom: 24px;
  }
  .contact-us__title::after {
    width: 44px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .contact-us__title::after {
    width: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__btn {
    text-align: left;
    width: calc(100% - 20px);
  }
}

.contact-us__btn .btn__plus {
  float: right;
  position: relative;
  top: 7px;
}

.contact-us__btn .btn__minus {
  float: right;
}

.contact-us__text {
  color: #464643;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .contact-us__text {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__text {
    font-size: 22px;
    line-height: 30px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__text {
    font-size: 18px;
    line-height: 27px;
  }
}

.contact-us__text p {
  margin-bottom: 1em;
}

.contact-us__group {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .contact-us__group {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
}

.contact-us__group--small {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .contact-us__group--small {
    max-width: 830px;
  }
}

.contact-us__group-wrap--hidden {
  display: none;
}

.contact-us__group-wrap--hidden.visible {
  display: block;
}

.contact-us__group-wrap--small {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .contact-us__group-wrap--small {
    max-width: 830px;
  }
}

.contact-us__group-wrap {
  width: 100%;
  position: relative;
}

.contact-us__group-wrap.invalid .contact-us__error-message {
  display: block;
}

.contact-us__group-wrap.invalid .contact-us__group-input {
  border: 2px solid #f58220;
}

.contact-us__group-wrap.invalid .contact-us__open-btn {
  border: 2px solid #f58220;
}

@media only screen and (min-width: 1200px) {
  .contact-us__group-wrap:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__group-wrap {
    margin-bottom: 20px;
  }
}

.contact-us__helper {
  color: #4f4f4c;
  display: block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  padding-bottom: 40px;
}

.contact-us__group-title {
  color: #3d3d3b;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.125rem;
  position: absolute;
  pointer-events: none;
  left: .75rem;
  top: 1.35rem;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .contact-us__group-title {
    line-height: 25px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__group-title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}

.contact-us__group-title .contact-us__group-subtext {
  font-size: 10px;
  color: #8c8c8c;
  margin: 0 5px 0 0;
}

.contact-us__error-message {
  display: none;
  margin-top: 3px;
  color: #f58220;
}

.contact-us__dropdown-wrap {
  background-color: #fff;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .contact-us__dropdown-wrap {
    max-width: 830px;
  }
}

.contact-us__dropdown-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
  color: #3d3d3b;
  cursor: pointer;
}

.contact-us__dropdown-main-title .font-ico-chevron-down {
  font-weight: bold;
  color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .contact-us__dropdown-main-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__dropdown-main-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.contact-us__dropdown-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
  color: #3d3d3b;
  border-bottom: 2px solid #b1afaf;
}

.contact-us__dropdown-title .font-ico-minus {
  font-weight: bold;
  color: #3d3d3b;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .contact-us__dropdown-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__dropdown-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.contact-us__dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
  -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
  .contact-us__dropdown {
    padding: 27px 34px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__dropdown {
    padding: 20px 20px 0;
  }
}

.contact-us__dropdown-item {
  padding-bottom: 16px;
}

.contact-us__radio {
  color: #3d3d3b;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .no-touch .contact-us__radio:hover .contact-us__radio-checkmark::after {
    background: #f58220;
  }
}

@media only screen and (min-width: 992px) {
  .contact-us__radio {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.57px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-us__radio {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.contact-us__radio-select {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.contact-us__radio-select:checked + .contact-us__radio-checkmark::after {
  background: #f58220;
}

.contact-us__radio-checkmark {
  border: 1px solid #b1afaf;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
  top: -1px;
  width: 16px;
  vertical-align: middle;
}

.contact-us__radio-checkmark::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact-us__textarea {
  background-color: #fff;
  border: 1px solid #8c8c8c;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-size: 1.125rem;
}

.contact-us__textarea:focus {
  border: 1px solid #f58220;
}

@media only screen and (min-width: 1200px) {
  .contact-us__textarea {
    max-height: 190px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__textarea {
    max-height: 110px;
  }
}

.contact-us__group-input::-webkit-input-placeholder, .contact-us__textarea::-webkit-input-placeholder {
  color: transparent;
}

.contact-us__group-input::-moz-placeholder, .contact-us__textarea::-moz-placeholder {
  color: transparent;
}

.contact-us__group-input:-ms-input-placeholder, .contact-us__textarea:-ms-input-placeholder {
  color: transparent;
}

.contact-us__group-input::-ms-input-placeholder, .contact-us__textarea::-ms-input-placeholder {
  color: transparent;
}

.contact-us__group-input::placeholder, .contact-us__textarea::placeholder {
  color: transparent;
}

.contact-us__group-input:-moz-placeholder-shown + label, .contact-us__textarea:-moz-placeholder-shown + label {
  left: .75rem;
}

.contact-us__group-input:-ms-input-placeholder + label, .contact-us__textarea:-ms-input-placeholder + label {
  left: .75rem;
}

.contact-us__group-input:placeholder-shown + label, .contact-us__textarea:placeholder-shown + label {
  left: .75rem;
}

.contact-us__group-input:not(:-moz-placeholder-shown) + label, .contact-us__textarea:not(:-moz-placeholder-shown) + label {
  visibility: hidden;
}

.contact-us__group-input:not(:-ms-input-placeholder) + label, .contact-us__textarea:not(:-ms-input-placeholder) + label {
  visibility: hidden;
}

.contact-us__group-input:focus + label, .contact-us__group-input:not(:placeholder-shown) + label, .contact-us__textarea:focus + label, .contact-us__textarea:not(:placeholder-shown) + label {
  visibility: hidden;
}

.contact-us__group-input {
  background-color: #fff;
  border: 1px solid #8c8c8c;
  width: 100%;
  padding: 0 16px;
  font-size: 1.125rem;
}

.contact-us__group-input:focus {
  border: 1px solid #f58220;
}

.contact-us__group-input:-moz-placeholder-shown + label {
  top: 22.5px;
}

.contact-us__group-input:-ms-input-placeholder + label {
  top: 22.5px;
}

.contact-us__group-input:placeholder-shown + label {
  top: 22.5px;
}

@media only screen and (min-width: 768px) {
  .contact-us__group-input:-moz-placeholder-shown + label {
    top: 20px;
  }
  .contact-us__group-input:-ms-input-placeholder + label {
    top: 20px;
  }
  .contact-us__group-input:placeholder-shown + label {
    top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-us__group-input:-moz-placeholder-shown + label {
    top: 27.5px;
  }
  .contact-us__group-input:-ms-input-placeholder + label {
    top: 27.5px;
  }
  .contact-us__group-input:placeholder-shown + label {
    top: 27.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-us__group-input {
    height: 78px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__group-input {
    height: 61px;
  }
}

.contact-us__submit {
  margin-top: 12px;
}

@media only screen and (max-width: 991.98px) {
  .contact-us__submit {
    text-align: left;
    width: 100%;
  }
  .contact-us__submit .font-ico-arrow-right {
    float: right;
    position: relative;
    top: 3px;
  }
}

.contact-us__open-btn {
  cursor: pointer;
  text-align: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #8c8c8c;
}

.contact-us__open-btn:focus {
  border-color: #f58220;
}

@media only screen and (min-width: 1200px) {
  .contact-us__open-btn {
    padding: 27px 16px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .contact-us__open-btn {
    padding: 20px 16px;
  }
}

.where-next {
  padding: 60px 85px 80px;
  background-color: #232323;
}

@media only screen and (max-width: 1199.98px) {
  .where-next {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .where-next {
    padding: 40px 22px;
  }
}

.where-next__wrap {
  max-width: 1440px;
}

@media only screen and (max-width: 1199.98px) {
  .where-next__wrap {
    padding: 0;
  }
}

.where-next__main-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  margin-bottom: 35px;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 991.98px) {
  .where-next__main-title {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.where-next__box {
  padding: 40px;
  max-width: 27.8vw;
  width: 100%;
  background-color: #3d3d3b;
  position: relative;
  height: 27.8vw;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.loaded .where-next__box {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .where-next__box:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

@media only screen and (max-width: 1199.98px) {
  .where-next__box {
    padding: 20px;
    height: 30.8vw;
    max-width: 30.8vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .where-next__box {
    padding: 10px 15px;
    height: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    margin: 10px 0;
  }
}

.where-next__title-link {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .where-next__title-link {
    top: 15px;
  }
}

.where-next__box-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 2101px) {
  .where-next__box-holder .where-next__box {
    height: 18vw;
    max-width: 18vw;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 2100px) {
  .where-next__box-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .where-next__box-holder .where-next__box {
    height: 22vw;
    max-width: 22vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .where-next__box-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.where-next__text {
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 0.78px;
  position: relative;
  padding-left: 40px;
  padding-right: 70px;
  word-break: break-word;
}

.where-next__text .btn__arrow {
  position: absolute;
  right: 40px;
  top: 2px;
  color: #f58220;
}

@media only screen and (max-width: 1199.98px) {
  .where-next__text {
    padding-left: 20px;
  }
  .where-next__text .btn__arrow {
    right: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .where-next__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 40px;
  }
  .where-next__text .btn__arrow {
    right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .where-next__text {
    padding-left: 10px;
  }
  .where-next__text .btn__arrow {
    right: 10px;
  }
}

.where-next__info-icon {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.where-next__link-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.job-listings {
  max-width: 1440px;
  margin: 0 auto;
}

.job-lisitngs__wrap {
  margin-left: auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .job-lisitngs__wrap {
    max-width: 1040px;
    padding: 130px 20px 100px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .job-lisitngs__wrap {
    padding: 40px 22px;
  }
}

.job-listings__item {
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .no-touch .job-listings__item:hover {
    -webkit-box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.17);
  }
}

@media only screen and (min-width: 1200px) {
  .job-listings__item {
    max-width: 934px;
    padding: 50px;
  }
}

.job-listings__item-wrap {
  display: block;
}

.job-listings__item-wrap:focus {
  outline: 1px dashed rgba(245, 130, 32, 0.2);
}

.job-listings__subtitle {
  color: #3d3d3b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.job-listings__title {
  color: #3d3d3b;
  font-weight: normal;
  position: relative;
  margin-bottom: 16px;
}

.job-listings__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f58220;
  border-radius: 2px;
}

@media only screen and (min-width: 1200px) {
  .job-listings__title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
    padding-bottom: 26px;
  }
  .job-listings__title::after {
    width: 44px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .job-listings__title {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 16px;
  }
  .job-listings__title::after {
    width: 28px;
  }
}

.job-listings__text {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 1200px) {
  .job-listings__text {
    padding-bottom: 31px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .job-listings__text {
    padding-bottom: 15px;
  }
}

.job-listings__info {
  font-size: 0;
}

.job-listings__info [class*='font-ico'] {
  font-size: 26px;
  margin-right: 5px;
  vertical-align: middle;
}

.job-listings__details {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .job-listings__details {
    display: inline-block;
    margin-right: 67px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .job-listings__details {
    display: block;
    margin-bottom: 20px;
  }
}

.list-item .wrap {
  max-width: 1300px;
}

.list-item .play-video {
  left: 21px;
  top: auto;
  bottom: 51px;
  height: 54px;
  width: 54px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item .play-video:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.list-item .play-video .font-ico-play {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .list-item {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-item {
    padding-top: 32px;
    padding-bottom: 3px;
  }
  .list-item .wrap {
    padding: 0 22px;
  }
}

.list-item--case-study .row {
  margin-right: -11px;
  margin-left: -11px;
}

.list-item--case-study [class^='col-'] {
  padding-right: 11px;
  padding-left: 11px;
}

.list-item--case-study .item__content {
  position: absolute;
  top: 0;
}

.list-item--case-study .item__title {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--case-study .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-width: 768px) {
  .list-item--case-study .item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
  }
  .list-item--case-study .item__img {
    padding-bottom: 72.7%;
  }
  .list-item--case-study .item__content {
    padding: 16px 19px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-item--case-study .item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .list-item--case-study .item__img {
    padding-bottom: 71.7%;
  }
  .list-item--case-study .item__content {
    padding: 16px 15px;
  }
  .list-item--case-study .item__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.list-item--tech .row {
  margin-right: -10px;
  margin-left: -10px;
}

.list-item--tech [class^='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.list-item--tech .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: transparent;
}

.list-item--tech .item .item__content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--tech .item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .no-touch .list-item--tech .item:hover .item__img-wrap {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.list-item--tech .item .item__img-wrap {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--tech .item:hover .item__img-wrap {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
  .no-touch .list-item--tech .item:hover .item__img {
    -webkit-transform: none;
            transform: none;
  }
}

.list-item--tech .item__img {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

@media only screen and (min-width: 768px) {
  .list-item--tech .item__content {
    padding: 0 0 25px;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-item--tech .item__content {
    padding: 0 0 28px;
  }
  .list-item--tech .item__title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--standard .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
}

.list-item--standard .item__sup {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .list-item--standard {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-item--standard {
    padding-top: 27px;
    padding-bottom: 13px;
  }
  .list-item--standard .row {
    margin-right: 0;
    margin-left: 0;
  }
  .list-item--standard [class^='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
  .list-item--standard .wrap {
    padding: 0;
  }
  .list-item--standard .item {
    min-height: 210px;
    height: calc(100% - 28px);
    margin-bottom: 28px;
  }
  .list-item--standard .item__content {
    padding: 23px 22px;
  }
  .list-item--standard .item__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .list-item--small {
    padding-bottom: 20px;
  }
  .list-item--small .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .list-item--small [class^='col-'] {
    padding-right: 7px;
    padding-left: 7px;
  }
  .list-item--small .item {
    min-height: 232px;
  }
  .list-item--small .item__content {
    padding: 21px 19px;
  }
  .list-item--small .play-video {
    bottom: 56px;
  }
  .list-item--small .item__title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .list-item--large {
    padding-bottom: 20px;
  }
  .list-item--large .row {
    margin-right: -6px;
    margin-left: -6px;
  }
  .list-item--large [class^='col-'] {
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 12px;
  }
  .list-item--large .item {
    min-height: 352px;
  }
  .list-item--large .item__content {
    padding: 21px 20px;
  }
  .list-item--large .item__sup {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 3.5px;
    margin-bottom: 11px;
  }
  .list-item--large .item__title {
    line-height: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--download .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
}

.list-item--download .row {
  margin-right: -12px;
  margin-left: -12px;
}

.list-item--download [class^='col-'] {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 20px;
}

.list-item--download .item__title {
  position: relative;
  padding-right: 35px;
}

.loaded .list-item--download .item__title {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.list-item--download .item__title::after {
  content: none;
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--download .item__title:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .list-item--product .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
}

.list-item--product .row {
  margin-right: -10px;
  margin-left: -10px;
}

.list-item--product [class^='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.list-item--product .item__title {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .list-item--product .item {
    margin-bottom: 50px;
    height: calc(100% - 50px);
  }
  .list-item--product .item__content {
    padding: 22px 18px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-item--product .item {
    margin-bottom: 23px;
    height: calc(100% - 23px);
  }
  .list-item--product .item__content {
    padding: 11px 19px 10px;
    max-width: 250px;
    min-height: 80px;
  }
}

.list-item__heading {
  font-weight: 400;
  color: #464643;
  margin-bottom: 45px;
}

@media only screen and (min-width: 992px) {
  .list-item__heading {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .list-item__heading {
    font-size: 27px;
    line-height: 32px;
  }
}

.item {
  position: relative;
  background-color: #ededed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .item {
    margin-bottom: 30px;
    height: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .item {
    margin-bottom: 20px;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .item:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    z-index: 2;
  }
}

.item.disabled-animation {
  -webkit-transform: none;
          transform: none;
  z-index: -1;
}

@media only screen and (min-width: 1200px) {
  .no-touch .item.disabled-animation:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 768px) {
  .list-item__holder {
    margin-bottom: 12px;
  }
}

.item--has-overlay {
  position: relative;
}

.item--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0.3)), to(rgba(35, 35, 35, 0)));
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0.3), rgba(35, 35, 35, 0));
}

.item--has-overlay .item__sup {
  color: #fff;
}

.item--has-overlay .item__title {
  color: #fff;
}

.item--has-overlay .item__content {
  position: relative;
  z-index: 1;
}

.item__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.item__img-wrap {
  overflow: hidden;
}

.item__img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  padding-bottom: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.item__img + .item__content {
  background-color: #f58220;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.item__img--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.item__content {
  color: #464643;
}

@media only screen and (min-width: 768px) {
  .item__content {
    padding: 22px 18px 23px;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__content {
    padding: 17px 20px 15px;
  }
}

.item__sup {
  display: block;
  margin-bottom: 1px;
}

.item__title {
  font-weight: 400;
  color: #464643;
}

@media only screen and (min-width: 992px) {
  .item__title {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .item__title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .item__title {
    display: inline-block;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__title {
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
}

.item__cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .item__cases {
    padding: 21px 16px 26px 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .item__cases {
    padding: 18px 10px 24px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__cases {
    padding: 18px 15px 24px;
  }
}

.item__case {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .item__case {
    width: 100%;
  }
  .item__case:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__case:first-child {
    width: calc(50% - 19px);
  }
  .item__case:nth-child(n+3) {
    display: none;
  }
  .item__case:not(:first-child) {
    width: 50%;
    margin-right: 0;
  }
}

.item__case-name {
  font-size: 14px;
  line-height: 21px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .item__case-name {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__case-name {
    margin-bottom: 2px;
  }
}

.item__case-fact {
  display: block;
}

@media only screen and (min-width: 768px) {
  .item__case-fact {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 767.98px) {
  .item__case-fact {
    font-size: 18px;
    line-height: 27px;
  }
}

.media__image-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.gallery--open {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.gallery__popup-wrap {
  margin: 0 auto;
  max-width: 860px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 91%;
}

.gallery__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 54px;
  height: 54px;
  background-color: #f58220;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.gallery__image-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}

.accreditation-cards {
  background-color: #ededed;
}

.accreditation-cards.has-display-cards {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .accreditation-cards.has-display-cards .accreditation-cards__container {
    margin-top: -80px;
    position: relative;
    z-index: 10;
  }
}

.accreditation-cards__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.accreditation-cards__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 767.98px) {
  .accreditation-cards__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accreditation-cards__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 10px;
}

@media only screen and (max-width: 1199.98px) {
  .accreditation-cards__col:nth-child(n+4) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .accreditation-cards__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .accreditation-cards__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.accreditation-cards__wrap {
  max-width: 1440px;
  padding: 40px 90px 0;
}

@media only screen and (max-width: 1403.98px) {
  .accreditation-cards__wrap {
    padding: 40px 22px;
  }
}

.accreditation-cards__box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 406px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .accreditation-cards__box {
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .accreditation-cards__box {
    max-width: 45vw;
    height: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .accreditation-cards__box {
    max-width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .accreditation-cards__box {
    height: 130vw;
  }
}

.accreditation-cards__card-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 320px) {
  .accreditation-cards__card-icon {
    bottom: 26px;
  }
  .accreditation-cards__card-icon img {
    max-width: 70%;
  }
}

.morecontent {
  display: none;
}

.accreditation-cards__card-link {
  position: absolute;
  right: 20px;
  bottom: 35px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #3d3d3b;
  padding-right: 25px;
}

.accreditation-cards__card-link .font-ico-web-link {
  color: #f58220;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.accreditation-cards__card-link .font-ico-download-2 {
  color: #f58220;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.accreditation-cards__card-title {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 991.98px) {
  .accreditation-cards__card-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.accreditation-cards__card-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.accreditation-cards__card-text-holder {
  overflow: hidden;
  padding-right: 10px;
  height: 230px;
}

@media only screen and (max-width: 991.98px) {
  .accreditation-cards__card-text-holder {
    height: 220px;
  }
}

@media only screen and (max-width: 767.98px) {
  .accreditation-cards__card-text-holder {
    height: 62vw;
  }
}

@media only screen and (max-width: 320px) {
  .accreditation-cards__card-text-holder {
    height: 80vw;
  }
}

.accreditation-cards__card-text-holder.scrollable {
  overflow-y: auto;
  padding-bottom: 40px;
}

.accreditation-cards__card-text-holder .container {
  padding-left: 0;
}

.read-more-btn {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #464643;
  font-weight: bold;
  position: relative;
  margin-left: 1px;
}

.read-more-btn .font-ico-plus,
.read-more-btn .font-ico-minus {
  color: #f58220;
  font-size: 10px;
  padding-left: 5px;
  margin-top: 3px;
}

@media only screen and (max-width: 767.98px) {
  .read-more-btn {
    margin-top: 10px;
  }
}

.accreditation-cards__card-text--show-more .more-text {
  display: none;
}

.accreditation-cards__card-text--show-more .more-text-holder {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 100%;
  z-index: 1;
  padding: 20px;
  padding-top: 35px;
  display: none;
}

.accreditation-cards__card-text--show-more .font-ico-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bold;
  color: #f58220;
  cursor: pointer;
}

.accreditation-cards__view-more {
  display: none;
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
}

.accreditation-cards__view-more .view-more-btn {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #464643;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

.accreditation-cards__view-more .view-more-btn .font-ico-plus {
  color: #f58220;
  font-size: 10px;
  padding-left: 5px;
  margin-top: 3px;
}

@media only screen and (max-width: 767.98px) {
  .accreditation-cards__view-more .view-more-btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1403.98px) {
  .accreditation-cards__view-more {
    display: block;
  }
}

.accreditation-cards__card-title--display {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #3d3d3b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}

.accreditation-cards__card-title--display::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #f58220;
}

@media only screen and (max-width: 991.98px) {
  .accreditation-cards__card-title--display {
    font-size: 20px;
    line-height: 30px;
  }
  .accreditation-cards__card-title--display::after {
    width: 25px;
  }
}

.accreditation-cards__card-text--display {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 991.98px) {
  .accreditation-cards__card-text--display {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.accreditation-cards__card-link--display {
  position: relative;
  right: auto;
  bottom: auto;
}

.accreditation-cards__card-link--display .btn__arrow {
  color: #f58220;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 53%;
  right: 0;
}

.accreditation-cards__card-icon--display {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 320px) {
  .accreditation-cards__card-icon--display {
    bottom: 20px;
  }
  .accreditation-cards__card-icon--display img {
    max-width: 100%;
  }
}

.product-image-gallery {
  margin: 80px 0 50px;
  position: relative;
}

.product-image-gallery .wrap {
  max-width: 1090px;
}

.product-image-gallery .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.product-image-gallery__top {
  background-color: #232323;
  background-position: right -17%;
  background-size: auto;
  padding: 37px 0 216px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .product-image-gallery__top {
    padding: 37px 0 216px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-image-gallery__top {
    padding: 67px 0 150px;
  }
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__top .breadcrumb {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__top {
    padding: 69px 0 28px;
    background-size: 0;
  }
  .product-image-gallery__top .breadcrumb {
    margin-bottom: 29px;
    padding-bottom: 4px;
  }
  .product-image-gallery__top .breadcrumb::after {
    content: '';
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #3d3d3b;
  }
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__bottom .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__bottom .wrap {
    padding: 0 22px;
  }
}

.product-image-gallery__heading {
  max-width: 740px;
}

.product-image-gallery__title {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__title {
    font-size: 32px;
    line-height: 34px;
  }
}

.product-image-gallery__slider {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .product-image-gallery__slider {
    max-width: 745px;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-image-gallery__slider {
    max-width: 600px;
  }
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__video-wrap {
    position: relative;
    padding-top: 56.25%;
  }
  .product-image-gallery__video-wrap::after {
    content: none;
  }
}

.product-image-gallery__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__video {
    display: none;
  }
}

.product-image-gallery__background {
  position: relative;
  z-index: -1;
}

.product-image-gallery__thumbs .product-image-gallery__background::before {
  content: '';
  position: absolute;
  background-color: #f58220;
}

.product-image-gallery__thumbs .product-image-gallery__background::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 61, 59, 0.3);
}

.loaded .product-image-gallery__thumbs .product-image-gallery__background::after {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__background {
    padding-top: 56.25%;
  }
  .product-image-gallery__thumbs .product-image-gallery__background::before {
    right: 100%;
    top: 0;
    width: 4px;
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__background {
    padding-top: 75.3%;
  }
  .product-image-gallery__thumbs .product-image-gallery__background {
    padding-top: 56.25%;
  }
  .product-image-gallery__thumbs .product-image-gallery__background::before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__background--has-video {
    display: none;
  }
}

.product-image-gallery__thumbs {
  cursor: pointer;
  margin-top: auto;
}

.product-image-gallery__thumbs .product-image-gallery__background {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.product-image-gallery__thumbs .swiper-slide {
  height: auto !important;
}

.product-image-gallery__thumbs .swiper-slide:last-child {
  margin-bottom: 0 !important;
}

.product-image-gallery__thumbs .swiper-slide-active .product-image-gallery__background {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.product-image-gallery__thumbs .swiper-slide-active .product-image-gallery__background::after {
  background-color: rgba(61, 61, 59, 0);
}

.loaded .product-image-gallery__thumbs .swiper-slide-active .product-image-gallery__background::after {
  -webkit-transition: background-color 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s;
}

.product-image-gallery__thumbs .swiper-slide-active .product-image-gallery__background::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media only screen and (min-width: 768px) {
  .product-image-gallery__thumbs {
    min-width: 110px;
    max-height: 300px;
    padding-left: 4px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .product-image-gallery__thumbs {
    margin-top: 20px;
    padding-right: calc(75% + 6px);
    padding-bottom: 4px;
  }
}

.horizontal-carousel-dual {
  background-color: #ededed;
  padding: 80px 0;
}

.horizontal-carousel-dual .swiper-slide {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel-dual--indent {
    padding-left: 300px;
  }
}

.horizontal-carousel-dual__slider {
  padding: 40px 0;
  position: relative;
}

.horizontal-carousel-dual__slider .swiper-wrapper {
  margin: 20px 0 !important;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel-dual__slider {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel-dual__slider {
    padding-bottom: 10px;
  }
}

.horizontal-carousel-dual__navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.horizontal-carousel-dual__navigation .swiper-scrollbar {
  height: 4px;
  opacity: 1 !important;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__navigation .swiper-scrollbar {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__navigation .swiper-scrollbar {
    width: calc(100% - 40px);
  }
}

.horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 20px;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--next:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--next {
    display: none;
  }
}

.horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--prev {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 20px;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--prev:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__navigation .horizontal-carousel-dual__navigation--prev {
    display: none;
  }
}

.horizontal-carousel-dual__title {
  color: #232323;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__title {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 22px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.horizontal-carousel-dual__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.horizontal-carousel-dual__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 814px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel-dual__item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.horizontal-carousel-dual__wrap-item {
  padding: 0 10px;
  height: 100%;
}

.horizontal-carousel-dual__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__image {
    padding-bottom: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__image {
    background-size: contain;
    background-color: #fff;
    background-position: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 53%;
    width: 100%;
  }
}

.horizontal-carousel-dual__text {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__text {
    padding: 38px 35px;
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    width: 100%;
    height: 100%;
  }
}

.horizontal-carousel-dual__item-title {
  color: #232323;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.horizontal-carousel-dual__item-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f58220;
  border-radius: 2px;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__item-title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .horizontal-carousel-dual__item-title::after {
    width: 33px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__item-title {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 10px;
  }
  .horizontal-carousel-dual__item-title::after {
    width: 22px;
  }
}

.horizontal-carousel-dual__item-text {
  color: #232323;
  font-weight: normal;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-dual__item-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual__item-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.horizontal-carousel-dual--dark {
  background-color: #232323;
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__navigation--next,
.horizontal-carousel-dual--dark .horizontal-carousel-dual__navigation--prev {
  color: #fff;
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__text {
  background-color: #3d3d3b;
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual--dark .horizontal-carousel-dual__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual--dark .horizontal-carousel-dual__image {
    background-size: cover;
    background-position: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__title {
  color: #fff;
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__item-title {
  color: #fff;
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__item-title::after {
  content: none;
}

.horizontal-carousel-dual--dark .horizontal-carousel-dual__item-text {
  color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-dual--dark .horizontal-carousel-dual__item-image {
    background-size: cover;
    background-position: center;
  }
}

.horizontal-carousel-dual--dark .swiper-scrollbar {
  background-color: #3d3d3b;
}

.horizontal-carousel-dual--dark .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #b1afaf;
}

.horizontal-carousel-overlay {
  padding-bottom: 50px;
  padding-top: 50px;
}

.horizontal-carousel-overlay .wrap {
  max-width: 1300px;
}

.horizontal-carousel-overlay .swiper-slide {
  height: auto;
}

.horizontal-carousel-overlay .play-video {
  height: 54px;
  width: 54px;
}

.horizontal-carousel-overlay .play-video .font-ico-play {
  font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay .play-video {
    top: calc(50% - 52px);
  }
}

.horizontal-carousel-overlay__heading {
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .horizontal-carousel-overlay__heading {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-overlay__heading {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-overlay__heading {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 32px;
  }
}

.horizontal-carousel-overlay__slider {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel-overlay__slider {
    margin-left: 40px;
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .horizontal-carousel-overlay__slider {
    margin-left: 22px;
    padding-bottom: 58px;
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay__slider {
    padding-bottom: 33px;
  }
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel-overlay__item {
    margin: 50px 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .no-touch .horizontal-carousel-overlay__item:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.14);
  }
}

@media only screen and (min-width: 768px) {
  .horizontal-carousel-overlay__item {
    position: relative;
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay__item {
    height: 100%;
    background-color: #3d3d3b;
  }
}

.horizontal-carousel-overlay__item-wrap {
  padding: 0 10px;
}

.horizontal-carousel-overlay__item--insights .horizontal-carousel-overlay__content {
  max-width: 416px;
}

@media only screen and (min-width: 768px) {
  .horizontal-carousel-overlay__item--insights .horizontal-carousel-overlay__title {
    margin-bottom: 22px;
  }
  .horizontal-carousel-overlay__item--insights .horizontal-carousel-overlay__image::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(35, 35, 35, 0.51)), to(rgba(35, 35, 35, 0)));
    background: linear-gradient(to right, rgba(35, 35, 35, 0.51), rgba(35, 35, 35, 0));
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay__item--insights .horizontal-carousel-overlay__title {
    margin-bottom: 10px;
  }
  .horizontal-carousel-overlay__item--insights .horizontal-carousel-overlay__image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0.51)), to(rgba(35, 35, 35, 0)));
    background: linear-gradient(to top, rgba(35, 35, 35, 0.51), rgba(35, 35, 35, 0));
  }
}

.horizontal-carousel-overlay__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .horizontal-carousel-overlay__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .horizontal-carousel-overlay__image::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0.3)), to(rgba(35, 35, 35, 0)));
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0.3), rgba(35, 35, 35, 0));
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay__image {
    position: relative;
    padding-top: 77.5%;
  }
  .horizontal-carousel-overlay__image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
  }
}

.horizontal-carousel-overlay__content {
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .horizontal-carousel-overlay__content {
    position: absolute;
    top: 0;
    max-width: 660px;
    padding: 37px 39px;
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel-overlay__content {
    padding: 22px 14px;
  }
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-overlay__sup {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 3.5px;
    margin-bottom: 13px;
  }
}

.horizontal-carousel-overlay__title {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-overlay__title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-overlay__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel-overlay__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel-overlay__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.horizontal-carousel-overlay__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-nav {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .slider-nav {
    left: 50px;
    width: calc(100% - 145px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider-nav {
    left: 2px;
    width: calc(100% - 22px);
  }
}

@media only screen and (max-width: 767.98px) {
  .slider-nav {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.slider-nav--dark .slider-nav__arrow {
  color: #b1afaf;
}

.slider-nav--dark .swiper-scrollbar {
  background: #3d3d3b;
}

.slider-nav--dark .swiper-scrollbar-drag {
  background: #b1afaf;
}

.slider-nav__scrollbar {
  height: 4px;
  opacity: 1 !important;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .slider-nav__scrollbar {
    width: calc(100% - 88px);
  }
}

@media only screen and (min-width: 992px) {
  .slider-nav__arrow {
    position: absolute;
    bottom: -7px;
    color: #3d3d3b;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .slider-nav__arrow .font-ico-chevron-down::before {
    font-size: 13px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .no-touch .slider-nav__arrow:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .slider-nav__arrow {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .slider-nav__arrow--prev {
    left: -7px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (min-width: 992px) {
  .slider-nav__arrow--next {
    right: -3px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.horizontal-carousel {
  background-color: #fff;
  padding: 50px 0 60px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel .swiper-wrapper {
    padding: 20px 0 !important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel .swiper-wrapper {
    padding: 30px 0 0 !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel {
    padding: 40px 0;
  }
}

.horizontal-carousel--dark {
  background-color: #232323;
}

.horizontal-carousel--dark .horizontal-carousel__title {
  color: #fff;
}

.horizontal-carousel--dark .horizontal-carousel__bottom-title {
  color: #fff;
}

.horizontal-carousel--dark .horizontal-carousel__bottom {
  background-color: #3d3d3b;
}

.horizontal-carousel--dark .horizontal-carousel__content-title {
  color: #fff;
}

.horizontal-carousel--dark .horizontal-carousel__content-value {
  color: #fff;
}

.horizontal-carousel--dark .horizontal-carousel__navigation .horizontal-carousel__navigation--next,
.horizontal-carousel--dark .horizontal-carousel__navigation .horizontal-carousel__navigation--prev {
  color: #b1afaf;
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel__slider--large .horizontal-carousel__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .no-touch .horizontal-carousel__slider--large .horizontal-carousel__item:hover .horizontal-carousel__image {
    padding-bottom: 39.4%;
  }
  .no-touch .horizontal-carousel__slider--large .horizontal-carousel__item:hover .horizontal-carousel__bottom {
    height: 100%;
  }
  .no-touch .horizontal-carousel__slider--large .horizontal-carousel__item:hover .horizontal-carousel__bottom-title {
    display: block;
  }
}

.horizontal-carousel__slider--large .horizontal-carousel__image {
  padding-bottom: 43.9%;
}

.horizontal-carousel__slider--large .horizontal-carousel__bottom-title {
  color: #464643;
  max-width: 380px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__slider--large .horizontal-carousel__content {
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .horizontal-carousel__slider--large .horizontal-carousel__content {
    max-width: 240px;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel__slider--large .horizontal-carousel__content {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel__slider--standard .horizontal-carousel__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .no-touch .horizontal-carousel__slider--standard .horizontal-carousel__item:hover .horizontal-carousel__image {
    padding-bottom: 54%;
  }
  .no-touch .horizontal-carousel__slider--standard .horizontal-carousel__item:hover .horizontal-carousel__bottom {
    height: 100%;
  }
  .no-touch .horizontal-carousel__slider--standard .horizontal-carousel__item:hover .horizontal-carousel__bottom-title {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel__slider--small .horizontal-carousel__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .no-touch .horizontal-carousel__slider--small .horizontal-carousel__item:hover .horizontal-carousel__image {
    padding-bottom: 68.7%;
  }
  .no-touch .horizontal-carousel__slider--small .horizontal-carousel__item:hover .horizontal-carousel__bottom {
    height: 100%;
  }
  .no-touch .horizontal-carousel__slider--small .horizontal-carousel__item:hover .horizontal-carousel__bottom-title {
    display: block;
  }
}

.horizontal-carousel__slider--small .horizontal-carousel__image {
  padding-bottom: 59%;
}

.horizontal-carousel__slider--person {
  display: block;
}

.horizontal-carousel__slider--person .horizontal-carousel__item {
  position: relative;
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent .horizontal-carousel__image {
  padding-bottom: 135%;
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent .horizontal-carousel__back {
  opacity: 1;
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent .horizontal-carousel__back .horizontal-carousel__content-name {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent .horizontal-carousel__back .horizontal-carousel__content-position {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.horizontal-carousel__slider--person .horizontal-carousel__item.animated-parent .horizontal-carousel__back .horizontal-carousel__content-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover .horizontal-carousel__image {
    padding-bottom: 135%;
  }
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover .horizontal-carousel__back {
    opacity: 1;
  }
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover .horizontal-carousel__back .horizontal-carousel__content-name {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover .horizontal-carousel__back .horizontal-carousel__content-position {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .horizontal-carousel__slider--person .horizontal-carousel__item:hover .horizontal-carousel__back .horizontal-carousel__content-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-carousel__slider--person .horizontal-carousel__item:focus {
    outline: 0;
  }
}

.horizontal-carousel__slider--person .horizontal-carousel__image {
  padding-bottom: 98%;
}

.horizontal-carousel__slider--person .horizontal-carousel__image.animated {
  padding-bottom: 130%;
}

.horizontal-carousel__slider--person .horizontal-carousel__image::before {
  content: none;
}

.horizontal-carousel__slider--person .horizontal-carousel__back {
  background-color: #ededed;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

.horizontal-carousel__slider--person .horizontal-carousel__back .horizontal-carousel__content-name {
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.horizontal-carousel__slider--person .horizontal-carousel__back .horizontal-carousel__content-position {
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.horizontal-carousel__slider--person .horizontal-carousel__back .horizontal-carousel__content-text {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.horizontal-carousel__slider--person .horizontal-carousel__content-text {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__slider--person .horizontal-carousel__content-text {
    padding-top: 57px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__slider--person .horizontal-carousel__content-text {
    padding-top: 15px;
  }
}

@media only screen and (max-height: 900px) {
  .horizontal-carousel__slider--person .horizontal-carousel__content-text {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .horizontal-carousel__slider--person .horizontal-carousel__back {
    padding: 15px;
  }
}

.horizontal-carousel__content-name {
  color: #595956;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.horizontal-carousel__content-position {
  color: #3d3d3b;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
}

.horizontal-carousel__title {
  color: #3d3d3b;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__title {
    font-size: 30px;
    line-height: 40px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.horizontal-carousel__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.horizontal-carousel__item-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.horizontal-carousel__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 71%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.horizontal-carousel__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(35, 35, 35, 0)), to(rgba(73, 73, 73, 0.65)));
  background: linear-gradient(0deg, rgba(35, 35, 35, 0) 60%, rgba(73, 73, 73, 0.65) 100%);
}

.horizontal-carousel__item-title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__item-title {
    font-size: 26px;
    line-height: 40px;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__item-title {
    font-size: 16px;
    line-height: 24px;
    top: 15px;
    left: 15px;
  }
}

.horizontal-carousel__bottom {
  background-color: #ededed;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__bottom {
    padding: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__bottom {
    padding: 15px;
  }
}

.horizontal-carousel__bottom-title {
  color: #3d3d3b;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  display: none;
  padding-bottom: 30px;
}

.horizontal-carousel__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__content-item:nth-child(3) {
    display: none;
  }
}

.horizontal-carousel__content-title {
  color: #3d3d3b;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
}

.horizontal-carousel__content-value {
  color: #3d3d3b;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__content-value {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel__content-value {
    font-size: 18px;
    line-height: 27px;
  }
}

.horizontal-carousel__slider {
  position: relative;
}

.horizontal-carousel__slider .swiper-container {
  padding-right: 40px;
}

.horizontal-carousel__slider .swiper-wrapper {
  margin: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .horizontal-carousel__slider {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .horizontal-carousel__slider {
    padding-bottom: 10px;
  }
}

.horizontal-carousel__navigation {
  max-width: 1260px;
  padding: 0 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.horizontal-carousel__navigation .swiper-scrollbar {
  height: 4px;
  opacity: 1 !important;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel__navigation .swiper-scrollbar {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel__navigation .swiper-scrollbar {
    width: calc(100% - 40px);
  }
}

.horizontal-carousel__navigation .swiper-scrollbar-drag {
  background-color: #b1afaf;
}

.horizontal-carousel__navigation .horizontal-carousel__navigation--next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel__navigation .horizontal-carousel__navigation--next:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel__navigation .horizontal-carousel__navigation--next {
    display: none;
  }
}

.horizontal-carousel__navigation .horizontal-carousel__navigation--prev {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 0;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .horizontal-carousel__navigation .horizontal-carousel__navigation--prev:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel__navigation .horizontal-carousel__navigation--prev {
    display: none;
  }
}

.horizontal-carousel__navigation .swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  .horizontal-carousel__navigation {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 991.98px) {
  .horizontal-carousel__navigation {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .horizontal-carousel__navigation {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.media-horizontal-carousel {
  padding-bottom: 50px;
}

.media-horizontal-carousel .wrap {
  max-width: 1300px;
}

@media only screen and (min-width: 1200px) {
  .media-horizontal-carousel {
    padding: 60px 0 83px;
  }
  .media-horizontal-carousel .swiper-wrapper {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  .media-horizontal-carousel .slider-nav {
    left: 13px;
    width: calc(100% - 105px);
  }
}

@media only screen and (max-width: 1199.98px) {
  .media-horizontal-carousel {
    padding: 44px 0 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .media-horizontal-carousel .wrap {
    padding: 0 25px;
  }
  .media-horizontal-carousel .swiper-wrapper {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .media-horizontal-carousel .slider-nav {
    left: 20px;
    width: calc(100% - 105px);
  }
}

@media only screen and (max-width: 767.98px) {
  .media-horizontal-carousel .swiper-wrapper {
    width: calc(100% - 20px);
  }
  .media-horizontal-carousel .slider-nav {
    left: 23px;
    width: calc(100% - 46px);
  }
}

.media-horizontal-carousel--social {
  color: #fff;
}

.media-horizontal-carousel--social .media-horizontal-carousel__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3d3d3b;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .media-horizontal-carousel--social .media-horizontal-carousel__item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 768px) {
  .media-horizontal-carousel--social .media-horizontal-carousel__item {
    min-height: 407px;
    padding: 40px 40px 60px;
    margin: 50px 0 58px;
  }
}

@media only screen and (max-width: 767.98px) {
  .media-horizontal-carousel--social .media-horizontal-carousel__item {
    padding: 32px 30px 62px;
    margin: 19px 0 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .media-horizontal-carousel--stories .media-horizontal-carousel__item:hover .media-horizontal-carousel__content {
    -webkit-box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.07);
  }
}

.media-horizontal-carousel--stories .media-horizontal-carousel__text {
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (min-width: 1200px) {
  .media-horizontal-carousel--stories .media-horizontal-carousel__slider {
    margin-left: 83px;
  }
  .media-horizontal-carousel--stories .media-horizontal-carousel__item {
    margin-bottom: 57px;
  }
  .media-horizontal-carousel--stories .media-horizontal-carousel__content {
    width: 50%;
    padding: 35px 50px 10px 35px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .media-horizontal-carousel--stories .media-horizontal-carousel__item {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .media-horizontal-carousel--stories .media-horizontal-carousel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-horizontal-carousel--stories .media-horizontal-carousel__content {
    padding: 29px 27px;
    min-height: 304px;
    -webkit-box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 22px 53px 0 rgba(0, 0, 0, 0.07);
  }
  .media-horizontal-carousel--stories .media-horizontal-carousel__text {
    font-size: 20px;
    line-height: 30px;
    padding: 0 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .media-horizontal-carousel--stories .media-horizontal-carousel__item {
    margin-bottom: 39px;
  }
}

@media only screen and (max-width: 767.98px) {
  .media-horizontal-carousel--stories .media-horizontal-carousel__item {
    margin-bottom: 15px;
  }
}

.media-horizontal-carousel--dark {
  background-color: #232323;
}

.media-horizontal-carousel--dark .media-horizontal-carousel__heading {
  color: #fff;
}

.media-horizontal-carousel__heading {
  font-weight: 400;
  color: #3d3d3b;
}

@media only screen and (min-width: 992px) {
  .media-horizontal-carousel__heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__heading {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.media-horizontal-carousel__slider {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .media-horizontal-carousel__slider {
    margin-left: 80px;
    padding-right: 20px;
  }
}

.media-horizontal-carousel__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-horizontal-carousel__item-wrap {
  padding: 0 10px;
}

.media-horizontal-carousel__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.media-horizontal-carousel__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .media-horizontal-carousel__top {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__top {
    margin-bottom: 26px;
  }
}

.media-horizontal-carousel__logo {
  max-width: 36px;
}

@media only screen and (min-width: 992px) {
  .media-horizontal-carousel__logo {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__logo {
    margin-right: 15px;
  }
}

.media-horizontal-carousel__title {
  font-size: 16px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .media-horizontal-carousel__title {
    line-height: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__title {
    font-weight: 400;
    line-height: 23px;
  }
}

.media-horizontal-carousel__tag {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
}

@media only screen and (min-width: 992px) {
  .media-horizontal-carousel__tag {
    line-height: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__tag {
    line-height: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__content {
    margin-bottom: 19px;
  }
}

.media-horizontal-carousel__sup {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 3.5px;
}

@media only screen and (min-width: 1200px) {
  .media-horizontal-carousel__sup {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .media-horizontal-carousel__sup {
    margin-bottom: 14px;
  }
}

.media-horizontal-carousel__text {
  line-height: 21px;
}

.media-horizontal-carousel__bottom {
  position: absolute;
  bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .media-horizontal-carousel__bottom {
    left: 40px;
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767.98px) {
  .media-horizontal-carousel__bottom {
    left: 30px;
    width: calc(100% - 60px);
  }
}

.media-horizontal-carousel__icon-link {
  font-size: 20px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .no-touch .media-horizontal-carousel__icon-link:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .media-horizontal-carousel__icon::before {
    line-height: 27px;
  }
}

.media-horizontal-carousel__img-wrap {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .media-horizontal-carousel__img-wrap {
    width: 50%;
    padding-top: 50%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .media-horizontal-carousel__img-wrap {
    padding-top: 100%;
  }
}

.anchor-links__wrap {
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  left: 0;
  position: absolute;
  z-index: 5;
}

.anchor-links--white .anchor-links__link {
  color: #fff;
}

.anchor-links--white .anchor-links__link::before {
  background-color: #fff;
}

.anchor-links--white .anchor-links__link--active::before {
  background-color: #f58220;
}

.anchor-links--visible {
  opacity: 1;
  visibility: visible;
}

.anchor-links--sticky {
  position: fixed;
}

.anchor-links__image {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 250px;
  pointer-events: none;
  z-index: 3;
}

.anchor-links__image--visible {
  opacity: 1;
}

.anchor-links__image--sticky {
  bottom: 0;
  position: fixed;
}

.anchor-links__image--sticky-bottom {
  bottom: 0;
}

.anchor-links__item {
  padding-bottom: 15px;
  position: relative;
}

.anchor-links__link {
  color: #464643;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  max-width: 220px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.anchor-links__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 2px;
  border-radius: 3px;
  background-color: #3d3d3b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .anchor-links__link:hover {
    font-weight: bold;
  }
  .no-touch .anchor-links__link:hover::before {
    background-color: #f58220;
    width: 30px;
  }
}

.anchor-links__link--active {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: bold;
}

.anchor-links__link--active::before {
  background-color: #f58220;
  width: 30px;
}

.anchor-links__box {
  background-color: #2e4a4b;
  position: absolute;
  left: 0;
  max-width: 389px;
  padding: 40px 53px 40px 130px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.anchor-links__box--visible {
  opacity: 1;
}

.anchor-links__box--sticky {
  position: fixed;
}

.anchor-links__title {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  padding-bottom: 20px;
}

.anchor-links__text {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}

.anchor-links__cta {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.anchor-links__cta::after {
  color: #f58220;
}

.carbon-calculator {
  position: relative;
  color: #fff;
  background-color: #232323;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.carbon-calculator .wrap {
  max-width: 1300px;
}

@media only screen and (min-width: 768px) {
  .carbon-calculator {
    padding: 130px 0 196px;
    background-size: 38%;
  }
}

@media only screen and (max-width: 767.98px) {
  .carbon-calculator {
    padding: 40px 0 212px;
    background-size: 64%;
  }
  .carbon-calculator .wrap {
    padding: 0 22px;
  }
}

.carbon-calculator__title {
  font-weight: 400;
  position: relative;
}

.carbon-calculator__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f58220;
}

@media only screen and (min-width: 992px) {
  .carbon-calculator__title {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
    margin-bottom: 22px;
  }
  .carbon-calculator__title::after {
    height: 3px;
    width: 44px;
  }
}

@media only screen and (max-width: 991.98px) {
  .carbon-calculator__title {
    font-size: 27px;
    line-height: 32px;
    max-width: calc(50% + 50px);
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .carbon-calculator__title::after {
    height: 2px;
    width: 29px;
  }
}

.carbon-calculator__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .carbon-calculator__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .carbon-calculator__summary {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .carbon-calculator__summary {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .carbon-calculator__summary {
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .carbon-calculator__summary {
    margin-bottom: 59px;
  }
}

@media only screen and (min-width: 992px) {
  .carbon-calculator__start {
    padding-left: 114px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .carbon-calculator__start {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .carbon-calculator__start {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .carbon-calculator__text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991.98px) {
  .carbon-calculator__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .carbon-calculator__text--lg {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 991.98px) {
  .carbon-calculator__text--lg {
    font-size: 18px;
    line-height: 27px;
  }
}

.carbon-calculator__link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .carbon-calculator__link:hover {
    color: #f58220;
  }
}

.carbon-calculator__btn {
  color: #fff;
  margin-top: 4px;
}

@media only screen and (max-width: 575.98px) {
  .carbon-calculator__btn {
    text-align: left;
    display: block;
    width: 100%;
  }
}

.carbon-calculator__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.estimate-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.loaded .estimate-wrap {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .estimate-wrap {
    background-color: #232323;
  }
}

@media only screen and (max-width: 1199.98px) {
  .estimate-wrap {
    background-color: #fff;
  }
}

.estimate-wrap--opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.estimate {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1260px;
  background-color: #fff;
  color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .estimate {
    padding: 69px 106px;
    margin: 50px auto;
  }
  .estimate::after {
    content: '';
    position: absolute;
    bottom: -70px;
    height: 70px;
    width: 1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .estimate {
    padding: 69px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .estimate {
    padding: 60px 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate {
    padding: 41px 22px;
  }
}

.estimate__title {
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .estimate__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.estimate__text {
  font-weight: 400;
  max-width: 820px;
}

@media only screen and (min-width: 768px) {
  .estimate__text {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 26px;
  }
}

.estimate__highlight {
  font-weight: 700;
}

.estimate__close {
  position: absolute;
  height: 20px;
  width: 20px;
}

.estimate__close::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: "";
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .estimate__close {
    top: 63px;
    right: 54px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__close {
    top: 15px;
    right: 18px;
  }
}

.estimate__small {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .estimate__small {
    letter-spacing: 0.5px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__small {
    margin-bottom: 26px;
  }
}

.estimate__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ededed;
}

@media only screen and (min-width: 768px) {
  .estimate__data {
    border: 1px solid #ededed;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -22px;
    width: calc(100% + 44px);
  }
}

.estimate__data--output {
  position: relative;
  border-top: 0;
}

.estimate__data--output .estimate__text {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .estimate__data--output .estimate__col {
    padding-bottom: 50px;
  }
  .estimate__data--output .estimate__col--head {
    padding: 0;
  }
  .estimate__data--output::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 1px;
    width: 83px;
    background-color: #fff;
  }
}

.estimate__col {
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .estimate__col {
    padding: 30px 22px 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__col {
    padding: 20px 22px 12px;
  }
}

.estimate__col--head {
  background-color: #ededed;
}

@media only screen and (min-width: 768px) {
  .estimate__col--head {
    padding: 0;
    width: 84px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__col--head {
    text-align: center;
    padding: 15px;
  }
}

.estimate__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ededed;
  max-width: 830px;
}

.estimate__row .explanation {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .estimate__row {
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
  .estimate__row:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__row {
    padding-bottom: 16px;
    margin-bottom: 7px;
  }
}

.estimate__head {
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .estimate__head {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
    -webkit-transform: rotate(-90deg) translateX(-30%);
            transform: rotate(-90deg) translateX(-30%);
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__head {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
  }
}

.estimate__item {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .estimate__item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 313px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__item {
    font-size: 14px;
    line-height: 21px;
    width: 140px;
  }
}

.conservation-measures {
  margin-left: 4%;
}

@media only screen and (max-width: 767.98px) {
  .conservation-measures {
    margin-left: 11%;
  }
}

.estimate__item--unit {
  font-weight: 700;
  width: auto;
}

@media only screen and (max-width: 767.98px) {
  .estimate__item--unit {
    padding-right: 30px;
  }
}

.estimate__item--has-icon {
  position: relative;
  padding-left: 33px;
}

.estimate__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  width: 23px;
  text-align: center;
}

.estimate__output-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 863px;
}

@media only screen and (max-width: 767.98px) {
  .estimate__output-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.estimate__output {
  position: relative;
  text-align: center;
}

.estimate__output .explanation {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .estimate__output {
    width: 50%;
    padding: 20px 20px 0;
    border-right: 1px solid #ededed;
  }
  .estimate__output:last-child {
    border-right: 0;
  }
  .estimate__output .explanation {
    top: 2px;
    right: calc(50% - 84px);
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__output {
    margin-bottom: 58px;
  }
  .estimate__output .explanation {
    top: 0;
    right: 0;
  }
  .estimate__output::after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    width: 190px;
    height: 2px;
    margin: 0 auto;
    background-color: #ededed;
  }
  .estimate__output:last-child {
    margin-bottom: 0;
  }
  .estimate__output:last-child::after {
    content: none;
  }
}

.estimate__output-icon {
  font-size: 80px;
}

.estimate__sup {
  display: block;
}

@media only screen and (min-width: 768px) {
  .estimate__sup {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 16px 0 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate__sup {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 5px;
  }
}

.font-ico-sector,
.font-ico-co2 {
  background-color: #3d3d3b;
  color: #fff;
}

.explanation {
  position: relative;
  width: 20px;
}

.explanation__btn {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #f58220;
  border-radius: 50%;
}

.explanation__content {
  display: none;
  position: absolute;
  top: -10px;
  width: 266px;
  min-height: 266px;
  color: #1b1b1b;
  background-color: #ededed;
  padding: 17px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .explanation__content {
    right: -10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .explanation__content {
    right: 30px;
  }
}

.explanation__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  max-width: 200px;
  margin-bottom: 15px;
}

.explanation__text {
  font-size: 14px;
  line-height: 21px;
}

.explanation__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.explanation__close::before {
  font-weight: 700;
}

.calculator {
  top: 50%;
  left: 50%;
  width: 0;
  height: 10px;
  background-color: #f58220;
}

@media only screen and (min-width: 992px) {
  .calculator {
    position: absolute;
  }
  .calculator .cta-link--prev {
    margin: 18px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator {
    position: fixed;
  }
  .calculator .cta-link--prev {
    padding: 18px 28px;
    margin-left: 26px;
    padding-left: 38px;
  }
  .calculator .cta-link--prev::after {
    color: #fff;
  }
}

.calculator--opened {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 19;
  background-color: #232323;
}

.loaded .calculator--opened {
  -webkit-transition: padding 0.3s ease 0.3s, left 0.3s ease, width 0.3s ease, top 0.5s ease 0.3s, height 0.5s ease 0.3s, background-color 0.5s ease 0.3s;
  transition: padding 0.3s ease 0.3s, left 0.3s ease, width 0.3s ease, top 0.5s ease 0.3s, height 0.5s ease 0.3s, background-color 0.5s ease 0.3s;
}

.calculator--opened .animate-calc {
  opacity: 1;
  visibility: visible;
}

.loaded .calculator--opened .animate-calc {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loaded .calculator--opened .animate-calc:nth-of-type(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loaded .calculator--opened .animate-calc:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.loaded .calculator--opened .animate-calc:nth-of-type(3) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.calculator--opened .animate-calc-item {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.loaded .calculator--opened .animate-calc-item {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(5) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(7) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(8) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.loaded .calculator--opened .animate-calc-item:nth-of-type(10) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

@media only screen and (min-width: 992px) {
  .calculator--opened {
    padding: 57px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator--opened {
    padding: 62px 0 0;
  }
}

.animate-calc {
  opacity: 0;
  visibility: hidden;
}

.animate-calc-item {
  opacity: 0;
  visibility: hidden;
  margin-left: 50px;
}

.animate-input span {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.calculator__top {
  margin-bottom: 56px;
}

@media only screen and (max-width: 991.98px) {
  .calculator__top {
    width: calc(100% + 44px);
    border-bottom: 1px solid #3d3d3b;
    padding: 0 20px;
    margin: 0 -22px;
  }
}

@media only screen and (min-width: 992px) {
  .calculator__close {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__close {
    position: absolute;
    top: 14px;
    right: 17px;
    color: #fff;
    padding: 5px;
  }
  .calculator__close::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: "";
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__content-wrap {
    height: calc(100vh - 183px);
    position: relative;
    margin: 0 -22px;
  }
}

.calculator__content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .calculator__content {
    top: 155px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__content {
    top: 0;
    padding-top: 44px;
    max-height: 100%;
    overflow: auto;
    height: calc(100% - 99px);
    overflow-y: auto;
  }
}

.calculator__content--active {
  opacity: 1;
  visibility: visible;
}

.loaded .calculator__content--active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.calculator__content--dual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calculator__content--dual .calculator__title {
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) {
  .calculator__content--dual {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .calculator__content--dual .type-wrap {
    max-width: 385px;
    margin-right: 41px;
  }
  .calculator__content--dual .type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__content--dual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__content--last {
    padding-top: 30px;
  }
}

.calculator__bottom {
  background-color: #232323;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .calculator__bottom {
    bottom: 59px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__bottom {
    bottom: 0;
    min-height: 98px;
    border-top: 1px solid #3d3d3b;
  }
}

.calculator__btn {
  color: #fff;
}

.calculator__btn.btn {
  padding: 15px 53px 15px 21px;
}

.calculator__btn-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

.calculator__label {
  display: block;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .calculator__label {
    max-width: 300px;
  }
}

.calculator__input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 2px;
  color: #b7b7b7;
  background-color: #1b1b1b;
  padding: 20px;
}

.calculator__input::-moz-selection {
  background: #fbfcfb;
}

.calculator__input::selection {
  background: #fbfcfb;
}

.calculator__input::-moz-selection {
  background: #fbfcfb;
}

.calculator__placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  pointer-events: none;
}

.loaded .calculator__placeholder {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.calculator__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculator__item {
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  position: relative;
  color: #8c8c8c;
}

.loaded .calculator__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.calculator__item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .calculator__item {
    padding-top: 24px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__item {
    padding-bottom: 22px;
    margin-right: 10px;
  }
}

.calculator__item--active {
  color: #fff;
  font-weight: 700;
}

.calculator__item--active .calculator__progress::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (max-width: 991.98px) {
  .calculator__item--active .calculator__item-name {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__item--done .calculator__progress::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__item-name {
    position: fixed;
    left: 22px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .loaded .calculator__item-name {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

.calculator__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background-color: #3d3d3b;
}

.calculator__progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #b1afaf;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.loaded .calculator__progress::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.calculator__sup {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .calculator__sup {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__sup {
    width: calc(100% - 20px);
    margin-top: -4px;
    margin-bottom: 33px;
  }
}

.calculator__title {
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .calculator__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.56px;
    margin-bottom: 23px;
  }
}

.type {
  max-width: 750px;
}

@media only screen and (min-width: 992px) {
  .type {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 991.98px) {
  .type {
    margin-bottom: 24px;
  }
}

.type__label {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
}

.type__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.type__input:checked + .type__text {
  color: #3d3d3b;
  background-color: #ededed;
}

.type__text {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 10px 5px;
  background-color: #3d3d3b;
}

.loaded .type__text {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.consumption-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .consumption-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -4px;
  }
}

.consumption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.consumption .explanation {
  position: absolute;
  top: 0;
}

.consumption .explanation__content {
  right: -188px;
}

.consumption.invalid .calculator__error-message {
  display: block;
}

.consumption.invalid .consumption__input {
  border: 1px solid #f58220;
}

@media only screen and (min-width: 992px) {
  .consumption {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 193px;
    margin-right: 84px;
  }
  .consumption:last-child {
    margin-right: 0;
  }
  .consumption .explanation {
    left: 0;
  }
  .consumption .explanation__content {
    top: -20px;
    right: -188px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
  }
  .consumption .explanation__content {
    right: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .consumption .explanation {
    left: 470px;
  }
}

@media only screen and (max-width: 767.98px) {
  .consumption .explanation {
    right: 0;
  }
}

.calculator__error-message {
  display: none;
  color: #f58220;
  position: absolute;
  left: 2px;
  bottom: -20px;
}

@media only screen and (min-width: 992px) {
  .consumption--has-radio {
    max-width: 276px;
  }
  .consumption--has-radio .explanation {
    left: 49px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption--has-radio {
    margin-bottom: 84px;
  }
}

.consumption__logo {
  position: relative;
  border-radius: 50%;
  background-color: #1b1b1b;
}

@media only screen and (min-width: 992px) {
  .consumption__logo {
    width: 136px;
    height: 136px;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption__logo {
    width: 107px;
    height: 107px;
  }
}

.consumption__icon {
  font-size: 60px;
  color: #8c8c8c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .consumption__icon--lg {
    font-size: 80px;
  }
}

.consumption__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .consumption__title {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption__title {
    max-width: calc(100% - 127px);
    width: 100%;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .consumption__title {
    max-width: 370px;
  }
}

.consumtion__label {
  display: block;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .consumtion__label {
    margin-top: auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumtion__label {
    width: 100%;
    margin-top: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .consumtion__label {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .consumtion__label {
    max-width: 500px;
  }
}

.consumption__input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 2px;
  color: #b7b7b7;
  background-color: #1b1b1b;
}

.consumption__input::-moz-selection {
  background: #fbfcfb;
}

.consumption__input::selection {
  background: #fbfcfb;
}

.consumption__input::-moz-selection {
  background: #fbfcfb;
}

@media only screen and (min-width: 992px) {
  .consumption__input {
    padding: 20px 15px 20px 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption__input {
    padding: 20px 23px;
  }
}

.consumption__placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.57px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.loaded .consumption__placeholder {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .consumption__placeholder {
    left: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .consumption__placeholder {
    left: 23px;
  }
}

.consumption__radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .consumption__radio-wrap {
    text-align: center;
    width: 100%;
    margin-top: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .consumption__radio-wrap {
    max-width: 500px;
  }
}

.consumption__radio-label {
  display: block;
  width: 100%;
  position: relative;
}

.consumption__radio-label:first-child .consumption__text {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.consumption__radio-label:last-child .consumption__text {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.consumption__radio {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.consumption__radio:checked + .consumption__text {
  background-color: #3d3d3b;
}

.consumption__text {
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 11px 0;
  background-color: #151515;
}

.loaded .consumption__text {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .consumption__text:hover {
    background-color: #3d3d3b;
  }
}

.calculator__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calculator__form .calculator__field-holder {
  margin-bottom: 23px;
  position: relative;
}

.calculator__form .calculator__field-holder.invalid .calculator__error-message {
  display: block;
}

.calculator__form .calculator__field-holder.invalid .calculator__input {
  border: 1px solid #f58220;
}

@media only screen and (min-width: 768px) {
  .calculator__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 797px;
  }
  .calculator__form .calculator__title {
    display: none;
  }
  .calculator__form .calculator__field-holder {
    width: calc(50% - 10px);
    max-width: none;
  }
  .calculator__form .calculator__field-holder:nth-of-type(odd) {
    margin-right: 20px;
  }
  .calculator__form .calculator__label {
    max-width: 100%;
  }
  .calculator__form .calculator__input {
    padding-left: 30px;
  }
  .calculator__form .calculator__placeholder {
    left: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__form .calculator__field-holder:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .calculator__form .calculator__field-holder:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .calculator__form .calculator__field-holder:nth-of-type(3) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .calculator__form .calculator__field-holder:nth-of-type(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .calculator__form .calculator__field-holder:nth-of-type(5) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .calculator__form .calculator__input {
    padding-left: 23px;
  }
  .calculator__form .calculator__placeholder {
    left: 23px;
  }
}

.calculator__end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) {
  .calculator__end {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculator__logo {
  width: 136px;
  height: 136px;
  position: relative;
  border-radius: 50%;
  background-color: #1b1b1b;
}

.calculator__icon {
  font-size: 79px;
  color: #8c8c8c;
  position: absolute;
  top: 27px;
  right: 24px;
}

.calculator__message .calculator__title {
  line-height: 30px;
}

.calculator__message .calculator__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .calculator__message {
    max-width: 416px;
    margin-top: 7px;
    margin-left: 30px;
  }
  .calculator__message .calculator__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .calculator__message {
    margin-top: 35px;
  }
  .calculator__message .calculator__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .calculator__message {
    max-width: 460px;
  }
}

.rich-text-image {
  padding: 50px 0;
}

.rich-text-image ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.rich-text-image ul,
.rich-text-image ol {
  padding-left: 30px;
}

.rich-text-image ul li,
.rich-text-image ol li {
  margin-bottom: 10px;
}

.rich-text-image ul li::before,
.rich-text-image ol li::before {
  top: 0;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-image {
    padding: 40px 0;
  }
}

.rich-text-image__wrap {
  max-width: 875px;
}

.rich-text-image__wrap .read-more-btn {
  display: none;
}

.rich-text-image__wrap .read-more-btn .font-ico-plus {
  visibility: visible;
  opacity: 1;
}

.rich-text-image__wrap .read-more-btn .font-ico-minus {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.rich-text-image__wrap .read-more-btn.read-more-btn--show {
  display: inline-block;
}

.rich-text-image__wrap .read-more-btn.read-more__signs .font-ico-plus {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.rich-text-image__wrap .read-more-btn.read-more__signs .font-ico-minus {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.rich-text-image__img-holder {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-image__img-holder {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.rich-text-image__img-holder + .read-more-btn {
  display: none !important;
}

.rich-text-image__img {
  min-width: 100%;
  margin-bottom: 40px;
}

.rich-text-image__text-container {
  min-height: auto;
  max-height: 234px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.rich-text-image__text-container.rich-text-image__text-container--show {
  max-height: 1050px;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-image__text-container.rich-text-image__text-container--show {
    max-height: 1500px;
  }
}

.rich-text-case-study {
  padding: 50px 0;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-case-study {
    padding: 40px 0;
  }
}

.rich-text-case-study__wrap {
  max-width: 875px;
}

.rich-text-video {
  padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-video {
    padding: 40px 0;
  }
}

.rich-text-video__wrap {
  max-width: 875px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-video__wrap {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.rich-text-video__wrap-container {
  max-width: 1045px;
  position: relative;
}

.rich-text-video__wrap-container .play-video {
  width: 54px;
  height: 54px;
}

.rich-text-video__wrap-container .play-video .font-ico-play {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .rich-text-video__wrap-container > div > iframe {
    width: 100%;
    height: 565px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rich-text-video__wrap-container {
    padding: 0;
  }
  .rich-text-video__wrap-container > div {
    overflow: hidden;
  }
  .rich-text-video__wrap-container > div > iframe {
    width: calc(100% + 6px);
    height: 56vw;
    margin-left: -3px;
  }
}

@media only screen and (max-width: 575.98px) {
  .rich-text-video__wrap-container > div > iframe {
    width: calc(100% + 8px);
    height: 55vw;
    margin-left: -4px;
  }
}

.rich-text-video__title {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.rich-text-video__title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #f58220;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .rich-text-video__title {
    font-size: 36px;
  }
  .rich-text-video__title::before {
    width: 44px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-video__title {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 20px;
  }
  .rich-text-video__title::before {
    width: 22px;
  }
}

.rich-text-video__subtitle {
  letter-spacing: 0;
  color: #3d3d3b;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .rich-text-video__subtitle {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-video__subtitle {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.rich-text-video__text {
  margin-bottom: 30px;
}

.rich-text-video__cover-video-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

.rich-text-video__cover-video-wrap iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rich-text-video__cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 9;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-video__cover {
    width: 100%;
  }
}

.rich-text-icon {
  padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-icon {
    padding: 40px 0;
  }
}

.rich-text-icon__wrap {
  max-width: 875px;
  text-align: center;
}

.rich-text-icon__list {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rich-text-icon__list {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-icon__list {
    display: block;
  }
}

.rich-text-icon__img {
  max-width: 100%;
  height: 100%;
}

.rich-text-icon__item {
  height: 100%;
  margin-bottom: 50px;
  padding-left: 80px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .rich-text-icon__item .rich-text-icon__text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-icon__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    padding-left: 70px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rich-text-icon__title {
    text-align: left;
  }
}

.rich-text-icon__holder {
  margin-right: 20px;
  width: 55px;
  height: 50px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-icon__holder {
    height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-icon__text {
    width: 67%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }
}

.rich-text-pumps {
  padding: 45px 90px;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-pumps {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .rich-text-pumps--indent {
    padding-left: 300px;
  }
}

.rich-text-pumps__img-wrap {
  margin-bottom: 10px;
  width: 100px;
  height: 60px;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rich-text-pumps__img-wrap {
    width: 75px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-pumps__img-wrap {
    width: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-pumps__img {
    vertical-align: top;
  }
}

.rich-text-pumps__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-pumps__list-item {
    margin-bottom: 10px;
  }
}

.rich-text-pumps__text-wrap {
  padding-left: 20px;
  max-width: 830px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.rich-text-pumps__text {
  display: block;
  margin-bottom: 20px;
}

.rich-text-list {
  padding: 50px 0;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-list {
    padding: 40px 0;
  }
}

.rich-text-list__wrap {
  max-width: 875px;
  text-align: center;
}

@media only screen and (max-width: 991.98px) {
  .rich-text-list__wrap {
    padding-left: 35px;
  }
}

.rich-text-list__title {
  text-align: left;
  margin-left: -10px;
}

.rich-text-list__holder ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.rich-text-list__holder ul li,
.rich-text-list__holder ol li {
  margin-bottom: 10px;
}

.rich-text-list__holder ul li::before,
.rich-text-list__holder ol li::before {
  top: 0;
}

.rich-text-contacts__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-contacts__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rich-text-contacts__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 35px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rich-text-contacts__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-contacts__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 30px;
  }
}

.rich-text-contacts__wrap {
  max-width: 1440px;
  padding: 65px 90px;
}

@media only screen and (max-width: 1403.98px) {
  .rich-text-contacts__wrap {
    padding: 40px 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rich-text-contacts__wrap {
    padding: 35px 7px;
  }
}

.rich-text-contacts__item {
  display: block;
}

.rich-text-contacts__title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #3d3d3b;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {
  .rich-text-contacts__title {
    margin-bottom: 14px;
  }
}

.accordion.accordion--grey-side {
  background-color: #ededed;
}

.accordion.accordion--grey-side .accordion__row {
  border-bottom: 2px solid #3d3d3b;
}

.accordion.accordion--grey-side .accordion__main-wrap {
  padding: 70px 145px 50px 411px;
}

@media only screen and (max-width: 1403.98px) {
  .accordion.accordion--grey-side .accordion__main-wrap {
    padding: 70px 145px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .accordion.accordion--grey-side .accordion__main-wrap {
    padding: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion.accordion--grey-side .accordion__main-wrap {
    padding: 40px 20px;
  }
}

@media (min-width: 1300px) {
  .accordion.accordion--anchor-links .accordion__main-wrap {
    padding: 70px 20px 50px;
    max-width: 870px;
  }
}

.accordion__main-wrap {
  max-width: 1440px;
  padding: 70px 145px 50px 305px;
}

@media only screen and (max-width: 1403.98px) {
  .accordion__main-wrap {
    padding: 70px 145px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .accordion__main-wrap {
    padding: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion__main-wrap {
    padding: 40px 20px;
  }
}

.accordion__row {
  margin-bottom: 1px;
  border-bottom: 2px solid #ededed;
}

.accordion__icon-box {
  margin-left: 17px;
  width: 60px;
  height: 70px;
}

@media only screen and (max-width: 767.98px) {
  .accordion__icon-box {
    display: none;
  }
}

.accordion__text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  max-width: 620px;
  width: 100%;
}

.accordion__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion__button {
  position: relative;
  width: 100%;
  font-size: 26px;
  color: #3d3d3b;
  line-height: 39px;
  letter-spacing: 0;
  text-align: left;
  padding: 17px 50px 17px 0;
  background-color: transparent;
  display: block;
}

.accordion__button::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: "";
  color: #3d3d3b;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__button:active {
  outline: none;
}

.accordion__button.opened {
  border-bottom: 0;
}

.accordion__button.opened::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;
  font-weight: 700;
  content: "";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  color: #3d3d3b;
}

@media only screen and (max-width: 767.98px) {
  .accordion__button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .accordion__button::before {
    font-size: 14px;
  }
}

.accordion__content {
  padding: 0 0 30px;
  text-align: left;
  display: none;
}

.accordion__content ul,
.accordion__content ol {
  padding-left: 20px;
  text-align: left;
}

.accordion__content ul li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}

.accordion__content ul li::before {
  content: '•';
  padding-right: 8px;
  color: #f58220;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: -5px;
}

.accordion__content ol {
  counter-reset: li;
  text-align: left;
}

.accordion__content ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-left: 8px;
  counter-increment: li;
  list-style-type: none;
  position: relative;
}

.accordion__content ol li::before {
  content: "0" counter(li) ".";
  font-size: 15px;
  color: #f58220;
  font-weight: 700;
  padding-right: 8px;
  position: absolute;
  left: -30px;
  top: 0;
}

.accordion__content ol li:nth-child(n+10)::before {
  content: counter(li);
}

@media only screen and (max-width: 767.98px) {
  .accordion__content {
    padding: 0 0 30px;
  }
}

.accordion__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767.98px) {
  .accordion__text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.tags-social {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 80px 115px;
}

@media only screen and (max-width: 1199.98px) {
  .tags-social {
    padding: 60px 60px 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .tags-social {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .tags-social {
    padding: 30px 0 40px;
  }
}

.tags-social__wrap {
  max-width: 1440px;
}

.tags-social__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .tags-social__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tags-social__tag {
  display: inline-block;
  padding: 8px 11px;
  background-color: #ededed;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0;
  color: #3d3d3b;
  margin-right: 10px;
  margin-bottom: 10px;
}

.loaded .tags-social__tag {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .tags-social__tag:hover {
    background-color: #f58220;
    color: #fff;
  }
}

.tags-social__content-left {
  text-align: left;
}

.tags-social__content-right {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .tags-social__content-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: left;
    margin-top: 25px;
  }
}

.tags-social__social-title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #3d3d3b;
}

.tags-social__social-link {
  margin-left: 40px;
  color: #f58220;
}

.tags-social__icon {
  font-size: 21px;
  color: #f58220;
  vertical-align: middle;
}

.loaded .tags-social__icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .tags-social__icon:hover {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  }
}

.services {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 90px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .services__line {
    margin-top: -70px;
    height: 135px;
    width: 100%;
    background-color: #232323;
  }
}

.services__title {
  color: #3d3d3b;
  font-weight: normal;
  margin-bottom: 25px;
  position: relative;
}

.services__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f58220;
}

@media only screen and (min-width: 992px) {
  .services__title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
    padding-bottom: 25px;
  }
  .services__title::after {
    width: 44px;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__title {
    font-size: 27px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .services__title::after {
    width: 22px;
  }
}

.services__text {
  color: #3d3d3b;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) {
  .services__text {
    font-size: 26px;
    line-height: 39px;
    max-width: 833px;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__text {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 55px;
  }
}

.services__num {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .services__num {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__num {
    padding-bottom: 15px;
  }
}

.services__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .services__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services__slides {
  padding: 0 10px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .services__slides {
    height: 100%;
    max-width: 490px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__slides {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 35px 0 40px;
  }
}

.services__slide {
  display: none;
  position: relative;
  padding-left: 20px;
}

.services__slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: calc(100% - 78px);
  background-color: #ededed;
}

.services__slide--active {
  display: block;
}

.services__slide-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 20px;
}

.services__slide-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .services__slide-text {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__slide-text {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .services__btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.services__btn {
  border: 1px solid #ededed;
  padding: 16px 25px;
}

.services__btn .font-ico-arrow-right {
  position: relative;
  padding-left: 5px;
  top: 2px;
}

.loaded .services__btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .services__btn:hover {
    background-color: #3d3d3b;
    color: #fff;
  }
}

@media only screen and (max-width: 991.98px) {
  .services__btn {
    width: 50%;
  }
}

.services__svg-wrap {
  background-color: #fff;
  border-radius: 50%;
  z-index: 5;
  max-width: 640px;
  max-height: 640px;
  height: 100%;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .services__svg-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .services__svg-wrap {
    padding: 20px;
  }
}

.services__images-wrap {
  border-radius: 50%;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .services__wrap svg {
    min-width: 620px;
    min-height: 620px;
  }
  .services__svg-wrap {
    padding: 0;
  }
}

.services__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  width: 100%;
}

.services__image--active {
  display: block;
}

svg .st0 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

svg .service__circle-group {
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .no-touch svg .service__circle-group:hover path {
    fill: #3d3d3b;
  }
  .no-touch svg .service__circle-group:hover .text-group path {
    fill: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .service__circle-group:hover .text-group {
    fill: #3d3d3b;
  }
}

.services__arrow--active .st0 {
  fill: #3d3d3b;
}

.services__arrow--active .text-group .st1 {
  fill: #fff;
}

.hero-carousel {
  height: 100vh;
  position: relative;
}

.hero-carousel .swiper-container {
  height: 100%;
}

.hero-carousel .btn {
  color: #fff;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.loaded .hero-carousel .btn {
  -webkit-transition: opacity 0.3s ease-in-out 0.25s, -webkit-transform 0.4s ease-in-out 0.25s;
  transition: opacity 0.3s ease-in-out 0.25s, -webkit-transform 0.4s ease-in-out 0.25s;
  transition: opacity 0.3s ease-in-out 0.25s, transform 0.4s ease-in-out 0.25s;
  transition: opacity 0.3s ease-in-out 0.25s, transform 0.4s ease-in-out 0.25s, -webkit-transform 0.4s ease-in-out 0.25s;
}

.hero-carousel .btn .btn__arrow {
  color: #fff;
}

.hero-carousel .hero__scroll {
  bottom: 100px;
}

@media only screen and (min-width: 992px) {
  .hero-carousel {
    max-height: 900px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-carousel {
    max-height: 670px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel .btn {
    width: 100%;
  }
}

.hero__wrapper {
  display: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero__wrapper {
    display: block;
  }
}

.hero-carousel__watermark {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  height: calc(100% - 177px);
  opacity: 0.3;
}

.hero-carousel__watermark img {
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  .hero-carousel__watermark {
    max-width: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__watermark {
    display: none;
  }
}

.hero-carousel__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hero-carousel__slide {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-carousel__slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.6) 65%, rgba(255, 255, 255, 0.1) 100%);
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__slide {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-carousel__slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.16)), color-stop(90%, rgba(0, 0, 0, 0.65)));
    background: linear-gradient(rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 0.65) 90%);
  }
}

.hero-carousel__content {
  max-width: 515px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__content {
    padding-bottom: 60px;
  }
}

.hero-carousel__sup {
  opacity: 0;
  padding-bottom: 25px;
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 5;
}

.loaded .hero-carousel__sup {
  -webkit-transition: opacity 0.4s ease-in-out 0.9s, -webkit-transform 0.4s ease-in-out 0.9s;
  transition: opacity 0.4s ease-in-out 0.9s, -webkit-transform 0.4s ease-in-out 0.9s;
  transition: opacity 0.4s ease-in-out 0.9s, transform 0.4s ease-in-out 0.9s;
  transition: opacity 0.4s ease-in-out 0.9s, transform 0.4s ease-in-out 0.9s, -webkit-transform 0.4s ease-in-out 0.9s;
}

.hero-carousel__num {
  color: #fff;
  z-index: 5;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
}

.hero-carousel__num:first-child {
  padding-right: 13px;
}

.hero-carousel__num:first-child::after {
  content: '/';
  position: absolute;
  right: 3px;
}

.hero-carousel__subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 3px;
  margin-left: 15px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.hero-carousel__subtitle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  height: 2px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .hero-carousel__subtitle {
    padding-left: 70px;
  }
  .hero-carousel__subtitle::after {
    width: 55px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__subtitle {
    padding-left: 40px;
  }
  .hero-carousel__subtitle::after {
    width: 30px;
  }
}

.loaded .hero-carousel__subtitle {
  -webkit-transition: opacity 0.6s ease-in-out 0.8s, -webkit-transform 0.6s ease-in-out 0.8s;
  transition: opacity 0.6s ease-in-out 0.8s, -webkit-transform 0.6s ease-in-out 0.8s;
  transition: opacity 0.6s ease-in-out 0.8s, transform 0.6s ease-in-out 0.8s;
  transition: opacity 0.6s ease-in-out 0.8s, transform 0.6s ease-in-out 0.8s, -webkit-transform 0.6s ease-in-out 0.8s;
}

.hero-carousel__title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.loaded .hero-carousel__title {
  -webkit-transition: opacity 0.3s ease-in-out 0.6s, -webkit-transform 0.4s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, -webkit-transform 0.4s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, transform 0.4s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s, transform 0.4s ease-in-out 0.6s, -webkit-transform 0.4s ease-in-out 0.6s;
}

@media only screen and (min-width: 768px) {
  .hero-carousel__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__title {
    font-size: 32px;
    line-height: 34px;
  }
}

.hero-carousel__title--big {
  padding-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .hero-carousel__title--big {
    font-size: 60px;
    line-height: 65px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .hero-carousel__title--big {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-carousel__title--big {
    font-size: 32px;
    line-height: 34px;
  }
}

.hero-carousel__text {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.loaded .hero-carousel__text {
  -webkit-transition: opacity 0.3s ease-in-out 0.45s, -webkit-transform 0.4s ease-in-out 0.45s;
  transition: opacity 0.3s ease-in-out 0.45s, -webkit-transform 0.4s ease-in-out 0.45s;
  transition: opacity 0.3s ease-in-out 0.45s, transform 0.4s ease-in-out 0.45s;
  transition: opacity 0.3s ease-in-out 0.45s, transform 0.4s ease-in-out 0.45s, -webkit-transform 0.4s ease-in-out 0.45s;
}

.hero-carousel__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-carousel__pagination-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1305px;
  padding: 0 20px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .hero-carousel__pagination-wrap {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel__pagination-wrap {
    bottom: 25px;
  }
}

.hero-carousel .hero-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .hero-carousel .hero-carousel__pagination {
    text-align: left;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-carousel__pagination {
    margin: 0 auto;
  }
}

.hero-carousel .swiper-pagination-bullet {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .hero-carousel .swiper-pagination-bullet {
    max-width: 107px;
  }
  .hero-carousel .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-carousel .swiper-pagination-bullet:not(:last-child) {
    margin-right: 14px;
  }
}

.hero-carousel .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.hero-carousel .swiper-pagination-bullet-active .hero-carousel__progress {
  background-color: #f58220;
  -webkit-animation: progress 14.3s linear forwards;
          animation: progress 14.3s linear forwards;
}

.hero-carousel .swiper-pagination-bullet-done {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.hero-carousel .swiper-pagination-bullet-done .hero-carousel__progress {
  background-color: #f58220;
  width: 100%;
}

.hero-carousel__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 4px;
  background-color: transparent;
}

.loaded .hero-carousel__progress {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

.hero-carousel .swiper-slide-active .fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper-slide-active .hero-carousel__background {
  -webkit-animation: zoom 14.8s linear;
          animation: zoom 14.8s linear;
}

.tables {
  padding: 40px 20px;
}

.tables table {
  border: 1px solid #ededed;
  color: #3d3d3b;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  margin: 0 auto;
}

.tables table th {
  font-weight: normal;
  max-width: 136px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: top;
}

.tables table th:not(:last-child) {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 1199.98px) {
  .tables table th {
    text-align: left;
  }
}

.tables table td {
  border: 1px solid #ededed;
  max-width: 136px;
  padding: 15px 20px;
  text-align: center;
  word-break: break-word;
}

@media only screen and (max-width: 1199.98px) {
  .tables table td {
    border-bottom: 1px solid #fbfcfb;
    text-align: left;
  }
  .tables table td.st-val {
    border-bottom: 1px solid #ededed;
  }
}

.tables thead {
  background-color: #ededed;
  text-align: center;
}

.tables__wrap {
  margin: 0 auto;
  max-width: 845px;
  width: 100%;
}

.table-two-col__title {
  font-weight: normal;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .table-two-col__title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .table-two-col__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.table-two-col {
  padding: 40px 0;
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}

.table-two-col .wrap {
  overflow: auto;
}

.table-two-col table {
  margin: 10px 0 30px;
  max-width: 845px;
  width: 100%;
}

.table-two-col thead {
  background-color: #ededed;
  text-align: left;
  text-transform: uppercase;
}

.table-two-col th {
  padding: 15px 10px;
}

.table-two-col tr,
.table-two-col td {
  border: 1px solid #ededed;
  padding: 15px 10px;
}

.table-two-col td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  width: 50%;
}

.cookie {
  background-color: #2e4a4b;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1000;
}

.cookie--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookie__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cookie__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cookie__text {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199.98px) {
  .cookie__text {
    max-width: 80%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .cookie__text {
    max-width: 60%;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .cookie__text {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

.cookie__btn {
  color: #fff;
}

.cookie__btn .btn__arrow {
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .cookie__btn {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
}

.cookie__link {
  color: #fff;
  text-decoration: underline;
}

.loaded .cookie__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .cookie__link:hover {
    color: #f58220;
  }
}

.story-timeline {
  position: relative;
  min-height: 830px;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline {
    min-height: calc(100vh - 100px);
  }
}

.story-timeline__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-timeline__list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__list {
    display: none;
    position: absolute;
    max-width: 100%;
    top: 70px;
    left: 0;
    background: #fff;
    overflow-y: scroll;
    max-height: calc(100vh - 70px);
    padding: 0 20px;
    z-index: 11;
    -webkit-box-shadow: 0 27px 25px -10px rgba(0, 0, 0, 0.51);
            box-shadow: 0 27px 25px -10px rgba(0, 0, 0, 0.51);
  }
  .story-timeline__list::before {
    display: none;
  }
}

.story-timeline__date {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__date {
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #3d3d3b;
  }
}

.story-timeline__text-content {
  position: relative;
  max-width: 875px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 150px;
  padding: 0 20px;
}

@media only screen and (max-width: 767.98px) {
  .story-timeline__text-content {
    padding: 0 20px;
    text-align: left;
  }
}

.story-timeline__title {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 55px;
}

.story-timeline__title.has-separator::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  height: 3px;
  width: 45px;
  background-color: #f58220;
}

@media only screen and (max-width: 767.98px) {
  .story-timeline__title {
    font-size: 32px;
    line-height: 34px;
  }
  .story-timeline__title.has-separator::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    bottom: 30px;
    height: 3px;
    width: 45px;
    background-color: #f58220;
  }
}

.story-timeline__text {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .story-timeline__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.story-timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}

.story-timeline__item::before {
  content: '';
  height: 2px;
  background-color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__item {
    display: block;
    max-width: 100%;
    padding: 20px 0;
    position: relative;
    border-bottom: 3px solid #ededed;
  }
  .story-timeline__item:last-child {
    border: 0;
  }
  .story-timeline__item::before {
    display: none;
  }
}

.story-timeline__item:last-child::before {
  display: none;
}

.story-timeline__link {
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #29292b;
  display: block;
}

.story-timeline__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
}

.loaded .story-timeline__link::before {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .no-touch .story-timeline__link:hover::before {
    background-color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__link {
    display: none;
  }
}

.story-timeline__container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 233px;
  max-width: 1440px;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__container {
    bottom: 0;
    background: #fff;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.story-timeline__toggle {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline__toggle {
    display: block;
    text-align: left;
    min-height: 70px;
    width: 100%;
    border-bottom: 3px solid #ededed;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3d3d3b;
    position: relative;
  }
  .story-timeline__toggle::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: "";
    font-size: 15px;
    font-weight: 700;
    line-height: 0;
    text-align: center;
    color: #3d3d3b;
    padding-left: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .loaded .story-timeline__toggle::before {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}

.rotate-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.story-timeline--fixed .story-timeline__container {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto;
  max-width: 100%;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  background: #fff;
  z-index: 10000;
  height: 103px;
  -webkit-box-shadow: 0 27px 25px -10px rgba(0, 0, 0, 0.51);
          box-shadow: 0 27px 25px -10px rgba(0, 0, 0, 0.51);
}

.story-timeline--fixed .story-timeline__list {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  max-width: 1440px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.story-timeline--fixed .story-timeline__date {
  color: #3d3d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.story-timeline--fixed .story-timeline__link {
  border-color: #b1afaf;
  background-color: #fff;
}

.story-timeline--fixed .story-timeline__link::before {
  background-color: #b1afaf;
}

.story-timeline--fixed .story-timeline__item::before {
  background-color: #b1afaf;
}

@media only screen and (max-width: 991.98px) {
  .story-timeline--fixed .story-timeline__container {
    height: auto;
    -webkit-box-shadow: 0 -10px 25px 25px rgba(0, 0, 0, 0.51);
            box-shadow: 0 -10px 25px 25px rgba(0, 0, 0, 0.51);
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .story-timeline--fixed .story-timeline__toggle {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .story-timeline--fixed .story-timeline__item:first-child {
    border-top: 3px solid #ededed;
  }
  .story-timeline--fixed .story-timeline__item::before {
    display: none;
  }
  .story-timeline--fixed .story-timeline__list {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
  .story-timeline--fixed .story-timeline__list::before {
    background-color: #b1afaf;
  }
}

.story-timeline__item--active .story-timeline__link::before {
  background-color: #f58220;
}

.story-timeline__section {
  display: none;
}

@media only screen and (min-width: 992px) {
  .in-page-nav {
    background-color: #232323;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .in-page-nav {
    background-color: #fff;
  }
  .in-page-nav .wrap {
    padding: 0;
  }
}

.in-page-nav__select-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #ededed;
  border-top: 3px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.in-page-nav__select {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .in-page-nav__select {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .in-page-nav__select {
    padding: 0 20px;
  }
}

.in-page-nav__wrap {
  position: relative;
}

.in-page-nav__selected {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 20px 0;
}

.in-page-nav__list {
  font-size: 0;
}

@media only screen and (max-width: 991.98px) {
  .in-page-nav__list {
    padding: 0 20px;
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
}

.in-page-nav__list--open {
  display: block;
}

.in-page-nav__arrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.in-page-nav__arrow--open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.in-page-nav__item {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .in-page-nav__item:hover {
    background-color: #fff;
  }
  .no-touch .in-page-nav__item:hover .in-page-nav__link {
    color: #3d3d3b;
  }
}

@media only screen and (min-width: 992px) {
  .in-page-nav__item {
    display: inline-block;
  }
}

@media only screen and (max-width: 991.98px) {
  .in-page-nav__item {
    border-bottom: 3px solid #ededed;
    padding: 18px 0;
  }
}

.in-page-nav__item--active {
  background-color: #fff;
}

.in-page-nav__item--active .in-page-nav__link {
  color: #3d3d3b;
}

.in-page-nav__item--hidden {
  display: none;
}

.in-page-nav__link {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .in-page-nav__link {
    color: #fff;
    padding: 18px 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .in-page-nav__link {
    color: #8c8c8c;
  }
}

.products-carousel {
  padding-bottom: 80px;
}

@media (min-width: 1300px) {
  .products-carousel--anchor-links .wrap {
    max-width: 870px;
  }
  .products-carousel--anchor-links .products-carousel__slider {
    margin-right: -165px;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .products-carousel--icon .product-carousel__slide:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .no-touch .products-carousel--icon .product-carousel__slide:hover .products-carousel__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .no-touch .products-carousel--icon .product-carousel__slide:hover .products-carousel__item-title {
    padding-bottom: 0;
  }
  .no-touch .products-carousel--icon .product-carousel__slide:hover .products-carousel__icon-wrap {
    margin-top: -83px;
  }
}

.products-carousel--icon .products-carousel__item {
  background-color: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
}

.products-carousel--icon .products-carousel__icon-wrap {
  margin-top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-carousel--icon .products-carousel__item-title {
  padding-bottom: 0;
  position: absolute;
  left: 25px;
  top: 18px;
  max-width: calc(100% - 50px);
}

@media only screen and (min-width: 1200px) {
  .products-carousel--indent {
    padding-left: 300px;
  }
}

.products-carousel__slider {
  padding: 50px 0;
  position: relative;
}

.products-carousel__slider .swiper-container {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199.98px) {
  .products-carousel__slider {
    padding-bottom: 10px;
  }
}

.product-carousel__slide {
  padding: 0 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .product-carousel__slide:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .no-touch .product-carousel__slide:hover .products-carousel__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .no-touch .product-carousel__slide:hover .products-carousel__item-title {
    padding-bottom: 25px;
  }
}

.products-carousel__title {
  color: #464643;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 20px;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .products-carousel__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.products-carousel__subtitle {
  color: #464643;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .products-carousel__subtitle {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.products-carousel__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 300px;
  min-height: 300px;
  width: 100%;
  padding: 18px 25px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-carousel__item-title {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 70px;
  position: relative;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-carousel__icon {
  max-width: 120px;
  width: 100%;
}

.products-carousel__content {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 24px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  width: 100%;
}

.loaded .products-carousel__content {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-carousel__text {
  color: #4f4f4c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}

.products-carousel__navigation {
  max-width: 1260px;
  padding: 0 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.products-carousel__navigation .swiper-scrollbar {
  height: 4px;
  opacity: 1 !important;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
  .products-carousel__navigation .swiper-scrollbar {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__navigation .swiper-scrollbar {
    width: calc(100% - 40px);
  }
}

.products-carousel__navigation .swiper-scrollbar-drag {
  background-color: #b1afaf;
}

.products-carousel__navigation .products-carousel__navigation--next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .products-carousel__navigation .products-carousel__navigation--next:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__navigation .products-carousel__navigation--next {
    display: none;
  }
}

.products-carousel__navigation .products-carousel__navigation--prev {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 0;
  bottom: -7px;
  color: #3d3d3b;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .products-carousel__navigation .products-carousel__navigation--prev:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__navigation .products-carousel__navigation--prev {
    display: none;
  }
}

.products-carousel__navigation .swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  .products-carousel__navigation {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 991.98px) {
  .products-carousel__navigation {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .products-carousel__navigation {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.products-carousel--cover-image .products-carousel__item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.products-carousel--cover-image .products-carousel__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(73, 73, 73, 0)), to(rgba(35, 35, 35, 0.65)));
  background: linear-gradient(0deg, rgba(73, 73, 73, 0) 40%, rgba(35, 35, 35, 0.65) 100%);
}

.products-carousel--cover-image .products-carousel__item-title {
  color: #fff;
  position: relative;
}

.products-carousel--services .products-carousel__item-title {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
}

.products-carousel--services .products-carousel__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(73, 73, 73, 0)), to(rgba(35, 35, 35, 0.65)));
  background: linear-gradient(0deg, rgba(73, 73, 73, 0) 40%, rgba(35, 35, 35, 0.65) 100%);
}

@media only screen and (min-width: 992px) {
  .products-carousel--services .products-carousel__item {
    min-height: 406px;
  }
}

.products-carousel__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.products-carousel--product {
  margin-left: 0;
}

.products-carousel--product .swiper-container {
  padding-right: 0;
}

.products-carousel--product .products-carousel__item {
  background-color: #ededed;
  min-height: 406px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .products-carousel--product .products-carousel__item:hover .products-carousel__icon-wrap {
    top: 15px;
  }
}

.products-carousel--product .products-carousel__icon-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 150px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loaded .products-carousel--product .products-carousel__icon-wrap {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-carousel--dark {
  background-color: #232323;
}

.products-carousel--dark .products-carousel__title {
  color: #fff;
}

.products-carousel--dark .products-carousel__subtitle {
  color: #fff;
}

.products-carousel--dark .products-carousel__navigation .swiper-scrollbar {
  background-color: #3d3d3b;
}

.products-carousel--dark .products-carousel__navigation .swiper-scrollbar-drag {
  background-color: #b1afaf;
}

.products-carousel--dark .products-carousel__navigation .products-carousel__navigation--next {
  color: #fff;
}

.products-carousel--dark .products-carousel__navigation .products-carousel__navigation--prev {
  color: #fff;
}

.person__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 20px;
}

.person-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 0 10px;
  margin: 30px 0;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .person-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .person-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (min-width: 992px) {
  .person-item:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.person-item:hover .person-item__image {
  padding-bottom: 110%;
}

.person-item:hover .person-item__back {
  opacity: 1;
}

.person-item__title {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 10px;
}

.person-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 98%;
  position: relative;
  z-index: -1;
}

.person-item__info {
  background-color: #ededed;
}

@media only screen and (min-width: 1200px) {
  .person-item__info {
    padding: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .person-item__info {
    padding: 15px;
  }
}

.person-item__info-name {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #595956;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.person-item__info-position {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #3d3d3b;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
}

.person-item__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ededed;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .person-item__back {
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-item__back {
    height: 100%;
  }
}

.person-item__content-text {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  padding-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .showcase__wrap {
    padding: 100px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap {
    padding: 40px 0 0;
  }
}

.showcase__inner-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .showcase__inner-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  .showcase__wrap--v1 .showcase__right {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap--v1 .showcase__right {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v1 .showcase__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v1 .showcase__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v1 .showcase__image-shape {
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap--v1 .showcase__image {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v1 .showcase__image {
    width: 65%;
  }
}

.showcase__wrap--v2 {
  padding: 0;
}

.showcase__wrap--v2 .showcase__right {
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v2 .showcase__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .showcase__wrap--v2 .showcase__left {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap--v2 .showcase__left {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v2 .showcase__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v2 .showcase__image-shape {
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap--v2 .showcase__image {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v2 .showcase__image {
    width: 65%;
  }
}

.showcase__wrap--v3 {
  padding: 0;
}

.showcase__wrap--v3 .showcase__left {
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v3 .showcase__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .showcase__wrap--v3 .showcase__right {
    padding: 0 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .showcase__wrap--v3 .showcase__right {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__wrap--v3 .showcase__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
  }
}

.showcase__wrap--v3 .showcase__image {
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 2;
}

.showcase__wrap--v3 .showcase__image--visible {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .showcase__left {
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__left {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .showcase__right {
    padding: 0 80px;
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__right {
    width: 100%;
  }
}

.showcase__images-wrap {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .showcase__images-wrap {
    text-align: center;
  }
}

.showcase__image-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.showcase__content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.showcase__content .showcase__title,
.showcase__content .showcase__text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.showcase__content .showcase__text {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.showcase__content.showcase__content--inview .showcase__title,
.showcase__content.showcase__content--inview .showcase__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.showcase__title {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #4f4f4c;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}

.showcase__title::before {
  content: '';
  position: absolute;
  border-radius: 3px;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #f58220;
}

@media only screen and (min-width: 768px) {
  .showcase__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .showcase__title::before {
    width: 44px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .showcase__title::before {
    width: 29px;
  }
}

.showcase__text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #464643;
  font-family: "AlteHaasGrotesk", Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .showcase__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .showcase__text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 40px;
  }
}

.showcase__image {
  position: relative;
}

.showcase__image--second {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.map {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .map-popup__close-desktop {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #f58220;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    z-index: 10;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .map-popup__close-desktop .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .no-touch .map-popup__close-desktop:hover {
    -webkit-box-shadow: 0 0 8px 3px rgba(61, 61, 59, 0.75);
            box-shadow: 0 0 8px 3px rgba(61, 61, 59, 0.75);
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__close-desktop {
    display: none;
  }
}

.map-popup__close {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .map-popup__close {
    display: block;
    background-color: #f58220;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.map-popup__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .map__wrap {
    padding-bottom: 38.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .map__wrap {
    padding-bottom: 58%;
  }
}

@media only screen and (max-width: 991.98px) {
  .map__wrap {
    height: 100vh;
  }
}

.map-popup {
  display: none;
}

@media only screen and (min-width: 768px) {
  .map-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(61, 61, 59, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fbfcfb), to(rgba(251, 252, 251, 0.1)));
    background: linear-gradient(0deg, #fbfcfb 40%, rgba(251, 252, 251, 0.1) 100%);
    bottom: 0;
    left: 0%;
    width: 100%;
  }
}

.map-popup--open {
  display: block;
}

@media only screen and (min-width: 768px) {
  .map-popup--open .map-popup__wrap {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .map-popup--overlay::before {
    left: 0;
  }
}

.map-popup__wrap {
  background-color: #fff;
  position: absolute;
  left: -100%;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .map-popup__wrap {
    height: 100%;
    max-width: 495px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .map-popup__wrap {
    height: 100%;
    max-width: 400px;
    top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__wrap {
    bottom: 20px;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 40px 30px 41px #fbfcfb;
            box-shadow: 0 40px 30px 41px #fbfcfb;
  }
}

.map-popup__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.map-popup__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(80%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 80%);
}

@media only screen and (min-width: 1200px) {
  .map-popup__image {
    margin-bottom: 40px;
    padding-bottom: 41%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .map-popup__image {
    margin-bottom: 25px;
    padding-bottom: 35%;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__image {
    margin-bottom: 15px;
    padding-bottom: 40%;
  }
}

.map-popup__image-title {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 25px;
  margin-left: 22px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .no-touch .map-popup__image-title:hover {
    opacity: 0.55;
  }
}

@media only screen and (min-width: 768px) {
  .map-popup__image-title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__image-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .map-popup__content {
    padding: 0 33px;
  }
}

@media only screen and (max-width: 991.98px) {
  .map-popup__content {
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__content {
    -webkit-box-shadow: 0 20px 22px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 22px 0 rgba(0, 0, 0, 0.2);
  }
}

.map-popup__content-title {
  color: #3d3d3b;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 30px;
}

@media only screen and (min-width: 1200px) {
  .map-popup__content-title {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .map-popup__content-title {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .map-popup__content-title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

.map-popup__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .map-popup__items {
    max-width: 90%;
  }
}

.map-popup__item-title {
  color: #3d3d3b;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}

.map-popup__item-number {
  color: #3d3d3b;
  display: block;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 39px;
}

@media only screen and (max-width: 767.98px) {
  .map-popup__item-number {
    font-size: 16px;
    line-height: 27px;
  }
}

.gmnoprint > div {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 30px !important;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.gm-control-active {
  background-color: #3d3d3b !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 30px !important;
  width: 30px !important;
}

.gm-control-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.gm-control-active:first-child::after {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 15px;
  width: 2px;
}

.gm-control-active img {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .no-touch .gm-control-active:hover {
    background-color: #f58220 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .gm-control-active {
    margin-bottom: 3px !important;
  }
  .gm-control-active + div {
    display: none;
  }
}

.location-btn {
  opacity: 0;
}

.location-parent {
  position: absolute;
  bottom: 106px !important;
  right: 20px !important;
  top: auto !important;
  left: auto !important;
  width: 30px;
  height: 30px;
  background-color: #3d3d3b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .no-touch .location-parent:hover {
    background-color: #f58220;
  }
}

.location-parent div {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22regular%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%22512%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%2022c-5.514%200-10-4.486-10-10s4.486-10%2010-10%2010%204.486%2010%2010-4.486%2010-10%2010zm0-18.5c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5%208.5-3.813%208.5-8.5-3.813-8.5-8.5-8.5z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%205c-.414%200-.75-.336-.75-.75v-3.5c0-.414.336-.75.75-.75s.75.336.75.75v3.5c0%20.414-.336.75-.75.75z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m23.25%2012.75h-3.5c-.414%200-.75-.336-.75-.75s.336-.75.75-.75h3.5c.414%200%20.75.336.75.75s-.336.75-.75.75z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%2024c-.414%200-.75-.336-.75-.75v-3.5c0-.414.336-.75.75-.75s.75.336.75.75v3.5c0%20.414-.336.75-.75.75z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m4.25%2012.75h-3.5c-.414%200-.75-.336-.75-.75s.336-.75.75-.75h3.5c.414%200%20.75.336.75.75s-.336.75-.75.75z%22/%3E%0D%0A%3C/svg%3E");
  background-color: transparent !important;
  border-radius: 0  !important;
  -webkit-box-shadow: none  !important;
          box-shadow: none  !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden;
  background-size: 60% !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767.98px) {
  .location-parent {
    bottom: auto !important;
    top: 24vh !important;
    -webkit-transition: top 0s;
    transition: top 0s;
  }
}

@media only screen and (max-width: 767.98px) {
  .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: auto;
    top: calc(24vh + 23px);
  }
}

.our-work-carousel__title {
  color: #3d3d3b;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .our-work-carousel__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__title {
    font-size: 27px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.our-work-carousel__sidebar {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__sidebar {
    height: 100%;
    max-width: 335px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__sidebar {
    position: relative;
  }
  .our-work-carousel__sidebar::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    bottom: -12px;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent;
    z-index: 10;
  }
}

.our-work-carousel__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.our-work-carousel__slider .swiper-container {
  height: 100%;
}

.our-work-carousel__slider .filter__no-results {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__slider .filter__no-results .wrap {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media only screen and (max-width: 1403.98px) {
  .our-work-carousel__slider .filter__no-results-image {
    max-width: 70px;
  }
}

@media only screen and (max-width: 1403.98px) {
  .our-work-carousel__slider .filter__no-resulter-title {
    font-size: 20px;
  }
}

.our-work-carousel__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .our-work-carousel__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .our-work-carousel__item:hover .our-work-carousel__image {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.our-work-carousel__image-wrap {
  width: 100%;
}

.our-work-carousel__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .our-work-carousel__image {
    min-height: 738px;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__image {
    background-position: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 73.8%;
    width: 100%;
  }
}

.our-work-carousel__text {
  background-color: #3d3d3b;
  width: 80%;
  padding: 30px 40px;
  z-index: 2;
}

.loaded .our-work-carousel__text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__text {
    bottom: 85px;
    left: 30px;
    position: absolute;
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__text {
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
}

.our-work-carousel__item-text {
  color: #fff;
  font-weight: normal;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__item-text {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__item-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.our-work-carousel__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.our-work-carousel__navigation {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 90%;
  z-index: 20;
}

.our-work-carousel__navigation .swiper-scrollbar {
  height: 4px;
  opacity: 1 !important;
  margin: 0 auto;
  background: #b1afaf;
  display: block !important;
}

@media only screen and (min-width: 992px) {
  .our-work-carousel__navigation .swiper-scrollbar {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__navigation .swiper-scrollbar {
    width: 100%;
  }
}

.our-work-carousel__navigation .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ededed;
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__navigation {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.our-work-carousel__navigation .our-work-carousel__navigation--next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 20px;
  bottom: -7px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .our-work-carousel__navigation .our-work-carousel__navigation--next:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__navigation .our-work-carousel__navigation--next {
    display: none;
  }
}

.our-work-carousel__navigation .our-work-carousel__navigation--prev {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 20px;
  bottom: -7px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .our-work-carousel__navigation .our-work-carousel__navigation--prev:hover {
    color: #f58220;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__navigation .our-work-carousel__navigation--prev {
    display: none;
  }
}

.our-work-carousel__item-title {
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__item-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__item-title {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .our-work-carousel__item-title::after {
    width: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .our-work-carousel {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel {
    padding: 20px 0;
  }
}

.our-work-carousel__stat-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .our-work-carousel__stat-box {
    display: none;
  }
}

.our-work-carousel__stats {
  color: #fff;
}

.our-work-carousel__stats:not(:last-child) {
  padding-right: 40px;
}

.our-work-carousel__stat-title {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.our-work-carousel__stat-value {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 39px;
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__tags {
    padding: 22px 20px 22px 90px;
    border-bottom: 1px solid #ededed;
  }
  .our-work-carousel__tags:first-child {
    border-top: 1px solid #ededed;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__tags {
    padding: 0 20px;
  }
  .our-work-carousel__tags:first-child .our-work-carousel__button {
    border-top: 3px solid #ededed;
  }
  .our-work-carousel__tags:last-child .our-work-carousel__button {
    border-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .our-work-carousel__tags {
    overflow: hidden;
    padding-left: 20px;
  }
}

.our-work-carousel__button {
  color: #3d3d3b;
  font-weight: normal;
  position: relative;
  padding-right: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .our-work-carousel__button:hover {
    color: #f58220;
  }
  .no-touch .our-work-carousel__button:hover .our-work-carousel__symbol::before, .no-touch .our-work-carousel__button:hover .our-work-carousel__symbol::after {
    background-color: #f58220;
  }
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__button {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__button {
    border-bottom: 3px solid #ededed;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 18px 0;
    text-align: left;
    width: 100%;
  }
}

.our-work-carousel__button--open .our-work-carousel__symbol::before {
  content: none;
}

.our-work-carousel__button--open .our-work-carousel__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.our-work-carousel__symbol {
  position: absolute;
  right: 5px;
  top: 22px;
}

.our-work-carousel__symbol::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3d3d3b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.our-work-carousel__symbol::before {
  content: '';
  position: absolute;
  height: 11px;
  width: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__symbol {
    display: block;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__symbol {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__arrow {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__arrow {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 24px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.our-work-carousel__list {
  display: none;
  padding-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .our-work-carousel__list {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .our-work-carousel__list {
    border-bottom: 3px solid #ededed;
  }
}

.our-work-carousel__tag {
  padding-bottom: 15px;
}

.our-work-carousel__tag-link {
  color: #3d3d3b;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.our-work-carousel__tag-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .our-work-carousel__tag-link:hover {
    font-weight: bold;
  }
  .no-touch .our-work-carousel__tag-link:hover::before {
    background-color: #f58220;
  }
}

.our-work-carousel__tag-link--active {
  font-weight: bold;
}

.our-work-carousel__tag-link--active::before {
  background-color: #f58220;
}

.swiper-wrapper.disabled {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.swiper-wrapper.disabled + .our-work-carousel__navigation {
  display: none;
}

.swiper-pagination.disabled {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .energy {
    background-color: #ededed;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy {
    padding: 40px 0 60px;
  }
}

.energy__overview {
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .energy__overview .wrap {
    padding: 0;
  }
}

.energy__dropdown-wrap {
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .energy__dropdown-wrap {
    background-color: #fff;
  }
}

.energy__button {
  border-bottom: 2px solid #ededed;
  display: block;
  padding: 20px 10px 20px 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.energy__button .font-ico-chevron-down {
  position: absolute;
  right: 0;
  top: 26px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .energy__button {
    display: none;
  }
}

.energy__button--open .font-ico-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.energy__title {
  color: #4f4f4c;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}

.energy__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f58220;
  border-radius: 2px;
}

@media only screen and (min-width: 992px) {
  .energy__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
  .energy__title::before {
    width: 44px;
    height: 3px;
  }
}

@media only screen and (max-width: 991.98px) {
  .energy__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .energy__title::before {
    height: 3px;
    width: 28px;
  }
}

.energy__tabs {
  border-top: 1px solid #cdc9c9;
}

@media only screen and (max-width: 1199.98px) {
  .energy__tabs {
    margin-top: 40px;
  }
}

.energy__tabs-list {
  font-size: 0;
}

@media only screen and (min-width: 1200px) {
  .energy__tabs-list {
    margin: 0 -35px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__tabs-list {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    padding: 0 20px 20px;
    -webkit-box-shadow: 4px 5px 4px -1px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 5px 4px -1px rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (min-width: 1200px) {
  .energy__tab {
    display: inline-block;
    padding: 25px 35px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__tab {
    border-bottom: 2px solid #ededed;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .no-touch .energy__tab:hover {
    background-color: #fff;
    cursor: pointer;
  }
}

@media only screen and (min-width: 1200px) {
  .energy__tab--active {
    background-color: #fff;
  }
  .energy__tab--active .energy__tab-link {
    font-weight: bold;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__tab--active {
    display: none;
  }
}

.energy__tab-link {
  color: #464643;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  -webkit-transition: font-weight 0.3s ease;
  transition: font-weight 0.3s ease;
}

.energy__content {
  background-color: #fff;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .energy__content {
    padding: 54px 0;
  }
}

.energy__content--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .energy__content--active {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__content--active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.energy__content-image {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .energy__content-image {
    max-width: 900px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__content-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .energy__content-right {
    max-width: 300px;
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .energy__content-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy__content-right {
    padding: 0 20px;
  }
}

.energy__content-title {
  color: #3d3d3b;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.energy__content-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #f58220;
}

@media only screen and (max-width: 1199.98px) {
  .energy__content-title {
    font-size: 0;
  }
}

.energy__content-text {
  color: #3d3d3b;
}

@media only screen and (min-width: 992px) {
  .energy__content-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .energy__content-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

.energy__wrap-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1199.98px) {
  .energy__wrap-list {
    margin-top: 40px;
  }
}

.energy__list {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  height: 100%;
  overflow: hidden;
  padding-left: 4px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.energy__list::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 4px;
  height: 0;
  background-color: #f58220;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.energy__list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  background-color: #f58220;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .energy__list:hover .energy__list-wrap {
    background-color: #3d3d3b;
  }
  .no-touch .energy__list:hover::before {
    height: 50%;
  }
  .no-touch .energy__list:hover::after {
    height: 50%;
  }
  .no-touch .energy__list:hover .energy__list-text {
    color: #fff;
  }
}

.energy__list--active {
  position: relative;
}

.energy__list--active .energy__list-wrap {
  background-color: #3d3d3b;
}

.energy__list--active .energy__list-text {
  color: #fff;
}

.energy__list--active::before {
  height: 50%;
}

.energy__list--active::after {
  height: 50%;
}

.energy__list-image {
  height: 100%;
  max-width: 130px;
  width: 100%;
}

.energy__list-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.energy__list-text {
  color: #3d3d3b;
  display: block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 5px 25px 10px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.energy__multiple-image {
  display: none;
  max-width: 900px;
  position: relative;
}

.energy__multiple-image--active {
  display: block;
}

@media only screen and (max-width: 1199.98px) {
  .energy__multiple-images {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.energy__button-text {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.energy-pin {
  background-color: #f58220;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .energy-pin:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin {
    height: 44px;
    width: 44px;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin {
    height: 35px;
    width: 35px;
  }
}

.energy-pin__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .energy-pin--energy {
    bottom: 26%;
    left: 46%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--energy {
    bottom: 20%;
    left: 44%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--waste-energy {
    top: 13%;
    left: 18%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--waste-energy {
    top: 12%;
    left: 16%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--university {
    top: 32%;
    left: 14%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--university {
    top: 28%;
    left: 13%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--residential {
    top: 34%;
    right: 28%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--residential {
    top: 28%;
    right: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--substation {
    top: 13%;
    left: 38%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--substation {
    top: 9%;
    left: 36%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--hospital {
    bottom: 48%;
    left: 47%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--hospital {
    bottom: 45%;
    left: 47%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--farm {
    top: 13%;
    right: 26%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--farm {
    top: 11%;
    right: 21%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--residential-2 {
    bottom: 28%;
    left: 10%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--residential-2 {
    bottom: 20%;
    left: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--prison {
    top: 30%;
    right: 5%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--prison {
    top: 28%;
    right: 4%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--commercial {
    bottom: 38%;
    right: 11%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--commercial {
    bottom: 20%;
    right: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--heating {
    bottom: 33%;
    right: 36%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--heating {
    bottom: 24%;
    right: 35%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-1 {
    top: 20%;
    right: 39%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-1 {
    top: 18%;
    right: 38%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-2 {
    top: 35%;
    left: 43%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-2 {
    top: 35%;
    left: 43%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-3 {
    top: 53%;
    left: 41%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-3 {
    top: 55%;
    left: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-4 {
    bottom: 36%;
    left: 29%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-4 {
    bottom: 31%;
    left: 27%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-5 {
    bottom: 31%;
    right: 15%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-5 {
    bottom: 22%;
    right: 15%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-6 {
    bottom: 23%;
    left: 10%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-6 {
    bottom: 16%;
    left: 9%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-7 {
    bottom: 15%;
    left: 27%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-7 {
    bottom: 6%;
    left: 27%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-8 {
    bottom: 15%;
    left: 53%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-8 {
    bottom: 8%;
    left: 52%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-9 {
    top: 16%;
    left: 45%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-9 {
    top: 16%;
    left: 45%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-10 {
    top: 41%;
    left: 3%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-10 {
    top: 44%;
    left: 3%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-11 {
    bottom: 36%;
    right: 36%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-11 {
    bottom: 29%;
    right: 34%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-12 {
    bottom: 30%;
    right: 29%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-12 {
    bottom: 22%;
    right: 23%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-13 {
    bottom: 21%;
    right: 40%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-13 {
    bottom: 11%;
    right: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-14 {
    top: 27%;
    right: 46%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-14 {
    top: 27%;
    right: 46%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-15 {
    top: 27%;
    right: 36%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-15 {
    top: 27%;
    right: 34%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-16 {
    top: 39%;
    right: 26%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-16 {
    bottom: 47%;
    right: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-17 {
    bottom: 36%;
    left: 26%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-17 {
    bottom: 38%;
    left: 24%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-18 {
    bottom: 22%;
    left: 39%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-18 {
    bottom: 13%;
    left: 37%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-19 {
    top: 4%;
    right: 44%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-19 {
    top: 2%;
    right: 44%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-20 {
    bottom: 47%;
    right: 27%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-20 {
    bottom: 40%;
    right: 26%;
  }
}

@media only screen and (min-width: 768px) {
  .energy-pin--pin-21 {
    bottom: 25%;
    left: 33%;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-pin--pin-21 {
    bottom: 17%;
    left: 33%;
  }
}

.energy-popup {
  background-color: #fff;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: 10;
}

.energy-popup img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .energy-popup {
    max-width: 530px;
    position: absolute;
    top: 25px;
    left: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .energy-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-height: 86vh;
    overflow-y: auto;
  }
}

.energy-popup--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.energy-popup--active img {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .energy__popup-overlay::before {
    content: '';
    background-color: rgba(35, 35, 35, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
}

.energy-popup__close {
  position: absolute;
  right: 17px;
  top: 17px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .energy-popup__close:hover {
    color: #f58220;
  }
}

.energy-popup__image {
  height: 100%;
  max-width: 260px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .energy-popup__image {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.energy__image-caption {
  color: #3d3d3b;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .energy__image-caption {
    display: none;
  }
}

.energy-pop__content {
  padding: 20px;
}

@media only screen and (max-width: 767.98px) {
  .energy-pop__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 20px 20px;
  }
}

.energy-popup__title {
  color: #464643;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.energy-popup__text {
  color: #4f4f4c;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.energy-popup__link-item {
  margin-bottom: 10px;
}

.energy-popup__link {
  color: #3d3d3b;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.energy-popup__link .font {
  color: #f58220;
  padding-left: 7px;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 1200px) {
  .no-touch .energy-popup__link:hover {
    color: #f58220;
  }
}

.search-results__title {
  color: #3d3d3b;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .search-results__title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 991.98px) {
  .search-results__title {
    font-size: 27px;
    line-height: 32px;
  }
}

.search-results__subtitle {
  color: #3d3d3b;
  display: block;
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) {
  .search-results__subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .search-results__subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.search-results {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}

.search-results .search-result-item {
  border-top: 2px solid #ededed;
  padding: 40px 0;
}

@media only screen and (max-width: 991.98px) {
  .search-results .search-result-item {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 992px) {
  .search-results {
    padding: 60px 0 90px;
  }
}

@media only screen and (max-width: 991.98px) {
  .search-results {
    padding: 40px 20px;
  }
}

.search-result-item__subtitle {
  color: #3d3d3b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.search-result-item__title {
  color: #3d3d3b;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .no-touch .search-result-item__title:hover {
    color: #f58220;
  }
}

@media only screen and (min-width: 992px) {
  .search-result-item__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .search-result-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.search-result-item__text {
  color: #3d3d3b;
}

@media only screen and (min-width: 992px) {
  .search-result-item__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .search-result-item__text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.search-results__wrap-small {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .search-results__wrap-small.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .search-results__wrap-small {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .search-results__load {
    margin-top: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991.98px) {
  .search-results__load {
    display: block;
    margin-top: 20px;
    text-align: left;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .search-results__left {
    max-width: 410px;
    width: 100%;
  }
}

.search-results__right form {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .search-results__right {
    max-width: 300px;
    padding-top: 30px;
    padding-left: 25px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .search-results__right {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

.search-results__right-btn {
  position: absolute;
  right: 6px;
  top: -2px;
  font-size: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #3d3d3b;
}

@media only screen and (min-width: 1200px) {
  .no-touch .search-results__right-btn:hover {
    color: #f58220;
  }
}

.search-results__right-input {
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  color: #3d3d3b;
  font-size: 18px;
  padding: 0;
  padding-right: 35px;
  width: 100%;
}

.search-results__hidden {
  display: none;
}

.compliance {
  padding: 57px 0 70px;
  background: #ededed;
}

@media only screen and (max-width: 767.98px) {
  .compliance {
    padding: 33px 0 36px;
  }
}

.compliance--white {
  background: #fff;
}

.compliance--white .compliance__card {
  border: 1px solid #ededed;
}

.compliance--white .compliance__content {
  background-color: #ededed;
}

.compliance__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 38px;
  font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
  .compliance__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.compliance__card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767.98px) {
  .compliance__card-holder {
    margin: 0;
  }
}

.compliance__card {
  min-height: 266px;
  width: calc(25% - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1199.98px) {
  .compliance__card:nth-child(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .compliance__card {
    width: 100%;
    margin: 0 0 20px;
    min-height: 298px;
  }
  .compliance__card:nth-child(n+3) {
    display: none;
  }
}

.compliance__img {
  height: 166px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .compliance__img {
    padding-top: 35%;
    height: 186px;
  }
}

.compliance__content {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  border-top: 1px solid #ededed;
}

@media only screen and (max-width: 767.98px) {
  .compliance__content {
    padding: 17px 20px;
  }
}

.compliance__card-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 7px;
  font-weight: 400;
  color: #464643;
}

.compliance__card-desc {
  font-size: 14px;
  line-height: 21px;
}

.frameworks {
  padding: 57px 0 70px;
  background: #ededed;
}

@media only screen and (max-width: 767.98px) {
  .frameworks {
    padding: 33px 0 36px;
  }
}

.frameworks--white {
  background: #fff;
}

.frameworks--white .frameworks__card {
  border: 1px solid #ededed;
}

.frameworks__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 38px;
  font-weight: 400;
  color: #4f4f4c;
}

@media only screen and (max-width: 767.98px) {
  .frameworks__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.frameworks__card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767.98px) {
  .frameworks__card-holder {
    margin: 0;
  }
}

.frameworks__card {
  min-height: 406px;
  width: calc(33.33% - 20px);
  margin: 10px;
  background-color: #fff;
  padding: 16px 20px 70px;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .frameworks__card:nth-child(n+4) {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .frameworks__card {
    width: 100%;
    margin: 0 0 20px;
    min-height: 298px;
  }
  .frameworks__card:nth-child(n+3) {
    display: none;
  }
}

.frameworks__img-holder {
  height: 85px;
  width: 85px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.frameworks__img {
  max-width: 100%;
  max-height: 100%;
}

.frameworks__desc {
  width: 100%;
}

.frameworks__desc p {
  margin-bottom: 10px;
}

.frameworks__desc li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.frameworks__desc li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f58220;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.frameworks__card-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

.compliance__card-desc {
  font-size: 14px;
  line-height: 21px;
}

.frameworks__card-inner-link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #3d3d3b;
}

.frameworks__card-inner-link .font-ico-arrow-right {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.frameworks__card-inner-link .font-ico-arrow-right::before {
  color: #f58220;
  margin-left: 10px;
}

.frameworks__card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
}

.frameworks__card-state {
  font-size: 14px;
  line-height: 24px;
  color: #464643;
}

.frameworks__card-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #3d3d3b;
  -webkit-transition: opacity	0.2s ease;
  transition: opacity	0.2s ease;
}

.frameworks__card-link .font-ico-web-link {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 10px;
}

.frameworks__card-link .font-ico-web-link::before {
  color: #f58220;
}

@media only screen and (min-width: 1200px) {
  .no-touch .frameworks__card-link:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=style.min.css.map */

