/* Minification failed. Returning unminified contents.
(13366,1): run-time error CSS1019: Unexpected token, found '}'
 */
@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;
}

::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;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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 {
  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%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.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%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: 'svgicons';
  src: url("../assets/fonts/svgicons.woff2") format("woff2"), url("../assets/fonts/svgicons.woff") format("woff"), url("../assets/fonts/svgicons.ttf") format("truetype");
}

.font-ico-arrow-right-thin:before, .font-ico-arrow-right:before, .font-ico-back:before, .font-ico-close:before, .font-ico-down-arrow-thin:before, .font-ico-down:before, .font-ico-download:before, .font-ico-external:before, .font-ico-facebook:before, .font-ico-instagram:before, .font-ico-link:before, .font-ico-linkedin:before, .font-ico-logo:before, .font-ico-long-arrow:before, .font-ico-next:before, .font-ico-pause-button:before, .font-ico-pdf:before, .font-ico-play-button:before, .font-ico-play:before, .font-ico-search:before, .font-ico-site-title:before, .font-ico-twitter:before, .font-ico-view:before, .font-ico-youtube:before, .font-ico-zoom: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-right-thin:before {
  content: "";
}

.font-ico-arrow-right:before {
  content: "";
}

.font-ico-back:before {
  content: "";
}

.font-ico-close:before {
  content: "";
}

.font-ico-down-arrow-thin:before {
  content: "";
}

.font-ico-down:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-external:before {
  content: "";
}

.font-ico-facebook:before {
  content: "";
}

.font-ico-instagram:before {
  content: "";
}

.font-ico-link:before {
  content: "";
}

.font-ico-linkedin:before {
  content: "";
}

.font-ico-logo:before {
  content: "";
}

.font-ico-long-arrow:before {
  content: "";
}

.font-ico-next:before {
  content: "";
}

.font-ico-pause-button:before {
  content: "";
}

.font-ico-pdf:before {
  content: "";
}

.font-ico-play-button:before {
  content: "";
}

.font-ico-play:before {
  content: "";
}

.font-ico-search:before {
  content: "";
}

.font-ico-site-title:before {
  content: "";
}

.font-ico-twitter:before {
  content: "";
}

.font-ico-view:before {
  content: "";
}

.font-ico-youtube:before {
  content: "";
}

.font-ico-zoom:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .slick-track::before, .clearfix::after, .slick-track::after {
  content: '';
  display: table;
}

.clearfix::after, .slick-track::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, .umbraco-forms-field-wrapper input[type='checkbox'], input[type='checkbox'] {
  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);
}

.cover-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-image: linear-gradient(to bottom right, transparent 60%, #fff 20px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-black {
  background-color: #000;
}

.color-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-orange {
  background-color: #f1592a;
}

.color-orange {
  color: #f1592a;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: "GtWalsheim";
  src: url("../assets/fonts/GT-Walsheim-Bold.eot");
  src: url("../assets/fonts/GT-Walsheim-Bold.woff") format("woff"), url("../assets/fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("../assets/fonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GtWalsheim";
  src: url("../assets/fonts/GT-Walsheim-Regular.eot");
  src: url("../assets/fonts/GT-Walsheim-Regular.woff") format("woff"), url("../assets/fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("../assets/fonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "GtWalsheim", Arial, sans-serif;
  font-weight: 700;
  color: #009fe3;
}

.rte h1, .h1 {
  font-size: 34px;
  line-height: 51px;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .rte h1, .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.rte h2, .h2 {
  font-size: 30px;
  line-height: 45px;
}

.rte h3, .h3 {
  font-size: 26px;
  line-height: 39px;
}

.rte h4, .h4 {
  font-size: 22px;
  line-height: 33px;
}

.rte h5, .h5 {
  font-size: 18px;
  line-height: 27px;
}

.rte h6, .h6 {
  font-size: 14px;
  line-height: 21px;
}

.rte a, .a {
  color: inherit;
  font-weight: inherit;
  position: relative;
}

.text-medium {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #4a4a49;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .text-medium {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .text-medium {
    line-height: 28px;
  }
}

.text-medium .text-link::after {
  height: 2px;
}

.rte h2.section-title {
  color: #0d0d0d;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.67px;
  margin-bottom: 36px;
  z-index: 11;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .rte h2.section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

.rte p {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  min-height: 32px;
  color: #4a4a49;
  word-break: break-word;
  margin-bottom: 15px;
}

.rte p a {
  display: inline-block;
}

.loaded .rte p a {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.rte p a::after {
  position: absolute;
  bottom: 3px;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0d0d0d;
}

.loaded .rte p a::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.rte p a.btn--large {
  height: 49px;
  font-size: 14px;
  letter-spacing: 2.19px;
  text-transform: uppercase;
  padding: 15px 40px;
  min-width: 215px;
  margin: 40px 0;
}

.rte p a.btn--large::after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .rte p a.btn--large {
    padding: 15px 30px;
    margin: 30px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .rte p a:hover {
    color: #009fe3;
  }
  .no-touch .rte p a:hover::after {
    left: 0;
    background-color: #009fe3;
    width: 0%;
  }
}

.rte p.text-medium {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #4a4a49;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .rte p.text-medium {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .rte p.text-medium {
    line-height: 28px;
  }
}

.rte p.text-medium .text-link::after {
  height: 2px;
}

@media only screen and (max-width: 767.98px) {
  .rte p {
    font-size: 14px;
    line-height: 26px;
    min-height: 26px;
  }
}

.rte p.text-medium {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #4a4a49;
}

@media only screen and (max-width: 767.98px) {
  .rte p.text-medium {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .rte p.text-medium {
    line-height: 28px;
  }
}

.rte p.section-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.rte p.air-form__error {
  font-size: 12px;
  color: #f00;
  position: absolute;
  margin-top: -40px;
}

.rte .btn--small {
  color: #fff;
  font-weight: 700;
}

.rte blockquote {
  max-width: 648px;
  width: 100%;
  border-left: 2px solid #009fe3;
  color: #009fe3;
  font-weight: 700;
  padding-left: 38px;
  font-size: 22px;
  line-height: 1.63;
  margin: 80px 0;
}

.rte blockquote p {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-break: break-word;
  margin-bottom: 0;
}

.rte blockquote cite {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.66;
  font-style: normal;
  color: #4a4a49;
}

.rte blockquote cite span {
  display: block;
  font-weight: normal;
}

.rte ul,
.rte ol {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.rte ul li:not(:last-child),
.rte ol li:not(:last-child) {
  margin-bottom: 10px;
}

.rte ul li::before,
.rte ol li::before {
  display: inline-block;
  font-weight: 700;
  color: #009fe3;
  position: relative;
}

.rte ul a,
.rte ol a {
  display: inline-block;
}

.loaded .rte ul a, .loaded
.rte ol a {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.rte ul a::after,
.rte ol a::after {
  position: absolute;
  bottom: 3px;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0d0d0d;
}

.loaded .rte ul a::after, .loaded
.rte ol a::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .rte ul a:hover, .no-touch
  .rte ol a:hover {
    color: #009fe3;
  }
  .no-touch .rte ul a:hover::after, .no-touch
  .rte ol a:hover::after {
    left: 0;
    background-color: #009fe3;
    width: 0;
  }
}

.rte ul {
  padding-left: 48px;
}

.rte ul li {
  list-style-type: none;
}

.rte ul li::before {
  content: '\2022';
  left: -20px;
}

.rte ol {
  padding-left: 39px;
  counter-reset: li;
}

.rte ol li {
  counter-increment: li;
  list-style-type: none;
}

.rte ol li::before {
  content: "0" counter(li);
  font-size: 15px;
  left: -11px;
}

.rte ol li:nth-child(n+10)::before {
  content: counter(li);
}

.rte .table-wrap {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .rte .table-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white);
    width: 20%;
    height: 100%;
    z-index: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte .table {
    width: calc(100% + 20px);
    padding-bottom: 8px;
    margin-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.rte table {
  width: 100%;
  padding-top: 8px;
  margin: 40px 0;
}

.rte table thead,
.rte table tfoot {
  background-color: #009fe3;
}

.rte table thead th,
.rte table thead td,
.rte table tfoot th,
.rte table tfoot td {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 16px 18px 12px;
}

.rte table tbody td {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #0d0d0d;
  padding: 16px 18px 14px;
}

.rte table tbody tr {
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767.98px) {
  .rte table {
    width: 650px;
  }
}

.rte span.section-suptitle {
  display: block;
  color: #999;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .rte blockquote {
    padding-left: 17px;
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
  }
  .rte blockquote cite {
    margin-top: 26px;
    font-size: 16px;
    line-height: 30px;
  }
  .rte ul,
  .rte ol {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 35px;
  }
  .rte ul li,
  .rte ol li {
    display: list-item;
    word-break: break-word;
  }
  .rte ul li:not(:last-child),
  .rte ol li:not(:last-child) {
    margin-bottom: 10px;
  }
  .rte ul li::before,
  .rte ol li::before {
    display: inline-block;
    font-weight: 700;
    color: #009fe3;
    position: relative;
  }
}

img {
  max-width: 100%;
}

body {
  font-family: "GtWalsheim", Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

html body {
  opacity: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .wrap {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wrap {
    padding: 0 20px;
  }
}

.has-indentation {
  max-width: 770px;
}

@media only screen and (max-width: 991.98px) {
  .has-indentation {
    max-width: 100%;
    padding: 0;
  }
}

.has-intendation--center {
  text-align: center;
  margin: 0 auto;
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-family: "GtWalsheim", Arial, sans-serif;
}

button,
input[type='button'],
input[type='submit'] {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  display: inline-block;
  background-color: #009fe3;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center;
}

.loaded .btn {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn:focus {
  background-color: #00485a;
}

.btn:disabled {
  background-color: #ccc;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn:hover {
    background-color: #0d0d0d;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn {
    display: block;
    width: 100%;
  }
}

.btn--large {
  height: 49px;
  font-size: 14px;
  letter-spacing: 2.19px;
  text-transform: uppercase;
  padding: 15px 40px;
  min-width: 215px;
  margin: 40px 0;
}

@media only screen and (max-width: 767.98px) {
  .btn--large {
    padding: 15px 30px;
    margin: 30px 0;
  }
}

.btn--small {
  padding: 12px 30px;
  height: 39px;
  font-size: 12px;
  letter-spacing: 0.63px;
  text-transform: capitalize;
  min-width: 145px;
  margin: 30px 0;
}

@media only screen and (max-width: 767.98px) {
  .btn--small {
    padding: 12px 20px;
    margin: 20px 0;
  }
}

.btn--download {
  position: relative;
}

.btn--download::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: "";
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.btn-link {
  color: #009fe3;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.loaded .btn-link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #009fe3;
}

.loaded .btn-link::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn-link:disabled {
  color: #ccc;
}

.btn-link:disabled::after {
  background-color: #ccc;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn-link:hover {
    color: #000;
  }
  .no-touch .btn-link:hover::after {
    width: 0%;
    background-color: #000;
  }
}

@media only screen and (max-width: 991.98px) {
  .btn-link:focus {
    color: #009fe3;
  }
  .btn-link:focus::after {
    background-color: #009fe3;
    width: 70%;
  }
}

.btn--wide {
  width: 215px;
  font-size: 13px;
}

.btn--disabled {
  background-color: #ccc;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn--disabled:hover {
    background-color: #ccc;
  }
}

.btn.hide {
  display: none;
}

.text-link {
  display: inline-block;
}

.loaded .text-link {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-link::after {
  position: absolute;
  bottom: 3px;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0d0d0d;
}

.loaded .text-link::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-link:hover {
    color: #009fe3;
  }
  .no-touch .text-link:hover::after {
    left: 0;
    background-color: #009fe3;
    width: 0%;
  }
}

.text-link--footer {
  padding-bottom: 1px;
  display: inline-block;
  position: relative;
}

.text-link--footer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.loaded .text-link--footer::after {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-link--footer:hover::after {
    left: 0;
    width: 100%;
  }
}

input,
textarea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  height: 25px;
  padding: 0 10px;
  font-family: "GtWalsheim", Arial, sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

input::placeholder,
textarea::placeholder {
  letter-spacing: 2px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
  input,
  textarea {
    font-size: 16px;
  }
}

.umbracoForms-Indicator {
  display: inline-block;
}

.form-group {
  margin-bottom: 30px;
}

.form-group.hidden {
  margin: 0;
}

.umbraco-forms-container {
  padding: 0 5px;
}

@media only screen and (max-width: 991.98px) {
  .umbraco-forms-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .umbraco-forms-container {
    padding: 0 5px;
  }
}

legend {
  border: 0;
  padding-left: 20px;
  white-space: normal;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #009fe3;
}

@media only screen and (max-width: 991.98px) {
  legend {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  legend {
    padding-left: 20px;
  }
}

.umbraco__form {
  padding: 0;
}

.umbraco__form .control-label {
  display: block;
  max-width: 100%;
  cursor: default;
}

[aria-required='true'] {
  border: 1px solid #f00 !important;
}

.umbraco-forms-field-wrapper input[type='text'] {
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  height: 45px;
  font-size: 15px;
  color: #999;
  width: 100%;
}

.umbraco-forms-field-wrapper input[type='text'].input-validator-error {
  border: 1px solid #f00;
}

.umbraco-forms-field-wrapper textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  padding: 10px;
  font-size: 15px;
  color: #999;
  width: 100%;
  min-height: 150px;
}

.umbraco-forms-field-wrapper input[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding: 0;
  display: inline-block;
  margin-right: 21px;
}

.umbraco-forms-field-wrapper input[type='radio']:checked {
  background-color: #009fe3;
  border-color: #009fe3;
}

.umbraco-forms-field-wrapper input[type='checkbox'] + label {
  position: relative;
  font-size: 16px;
  color: #4a4a49;
  line-height: 24px;
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.umbraco-forms-field-wrapper input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

.umbraco-forms-field-wrapper input[type='checkbox'] + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  opacity: 0;
  width: 6px;
  height: 13px;
  border: solid #009fe3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  z-index: 10;
}

.no-touch .umbraco-forms-field-wrapper input[type='checkbox'] + label:hover::before {
  border-color: #d8d8d8;
}

.umbraco-forms-field-wrapper input[type='checkbox']:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.umbraco-forms-field-wrapper .radio label {
  font-size: 16px;
  line-height: 24px;
}

.umbraco-forms-submitmessage {
  display: block;
  text-align: center;
}

.umbraco-forms-navigation {
  padding: 0 5px;
}

.umbraco-forms-navigation .btn {
  display: inline-block;
  background-color: #009fe3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.loaded .umbraco-forms-navigation .btn {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.umbraco-forms-navigation .btn:focus {
  background-color: #00485a;
}

.umbraco-forms-navigation .btn:disabled {
  background-color: #ccc;
}

@media only screen and (min-width: 1025px) {
  .no-touch .umbraco-forms-navigation .btn:hover {
    background-color: #0d0d0d;
  }
}

@media only screen and (max-width: 767.98px) {
  .umbraco-forms-navigation .btn {
    display: block;
    width: 100%;
    padding: 0 5px;
  }
}

.umbraco-forms-navigation .btn-primary {
  height: 49px;
  font-size: 14px;
  letter-spacing: 2.19px;
  text-transform: uppercase;
  padding: 15px 40px;
  min-width: 215px;
  margin: 40px 0;
}

@media only screen and (max-width: 767.98px) {
  .umbraco-forms-navigation .btn-primary {
    padding: 15px 30px;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .umbraco-forms-navigation {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .umbraco-forms-navigation {
    padding: 0 5px;
  }
}

.umbraco-forms-field {
  font-size: 20px;
  line-height: 34px;
  color: #4a4a49;
}

@media only screen and (max-width: 767.98px) {
  .umbraco-forms-field .umbraco-forms-label {
    display: block;
  }
}

.umbraco-forms-caption {
  color: #009fe3;
  font-size: 26px !important;
  margin-bottom: 30px;
  padding-left: 20px;
}

.field-validation-error {
  font-size: 12px;
  color: #f00;
}

input[type='text'] {
  position: relative;
}

input[type='text'] + span.field-validation-error {
  color: #f00;
  height: 45px;
  pointer-events: none;
}

input[type='text'] + span.field-validation-error::before {
  content: '';
  display: block;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  right: 0;
  left: 15px;
  height: 45px;
  width: calc(100% - 31px);
}

input[type='checkbox'] + label {
  position: relative;
  font-size: 16px;
  color: #4a4a49;
  line-height: 24px;
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
}

input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

input[type='checkbox'] + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  opacity: 0;
  width: 6px;
  height: 13px;
  border: solid #009fe3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  z-index: 10;
}

.no-touch input[type='checkbox'] + label:hover::before {
  border-color: #d8d8d8;
}

input[type='checkbox']:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox {
  margin-bottom: 20px;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.selectric {
  border: 0;
  background-color: #fff !important;
  height: 45px;
}

.selectric:focus {
  border-color: #009fe3;
}

.selectric .button {
  background-color: #fff !important;
  line-height: 45px !important;
  height: 45px !important;
  top: 0 !important;
}

.selectric .button::after {
  top: 0 !important;
  right: -8px !important;
  z-index: 2;
  border-top-color: #fff !important;
}

.loaded .selectric .button::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.selectric .button::before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  background-color: #009fe3;
  border-radius: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767.98px) {
  .selectric .button {
    top: -2px !important;
  }
}

.selectric-open .button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-hover .button::before {
  opacity: 0.8;
}

.selectric-items {
  border: 1px solid #009fe3;
  top: 114%;
  left: -1px;
  -webkit-box-shadow: 0 0 18px -6px;
          box-shadow: 0 0 18px -6px;
  width: 100%;
}

.selectric-items .highlighted {
  background: #009fe3 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
  .selectric-items {
    width: 100% !important;
  }
}

.selectric-items li {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #009fe3 !important;
  letter-spacing: 2px !important;
  background-color: #fff;
  height: 45px;
  line-height: 45px !important;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
}

.loaded .selectric-items li {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .selectric-items li {
    font-size: 10px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .selectric-items li:hover {
    background-color: #009fe3;
    color: #fff !important;
  }
}

.label {
  font-size: 13px !important;
  color: #999 !important;
  height: 45px !important;
  line-height: 45px !important;
  letter-spacing: 2px !important;
}

@media only screen and (max-width: 767.98px) {
  .label {
    font-size: 10px;
    margin-left: 5px;
  }
}

.air-form__radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding: 0;
  display: inline-block;
  margin-right: 21px;
}

.air-form__radio-input:checked {
  background-color: #009fe3;
  border-color: #009fe3;
}

.selectric-air-form__select .selectric {
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 42px;
  width: 41px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
}

.loaded .slick-arrow {
  -webkit-transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-arrow:hover:before, .slick-arrow:focus:before {
  opacity: 1;
}

.slick-arrow:before {
  font-size: 15px;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1025px) {
  .no-touch .slick-arrow:hover {
    border-color: #009fe3;
  }
  .no-touch .slick-arrow:hover::before {
    color: #009fe3;
  }
}

@media only screen and (max-width: 767.98px) {
  .slick-arrow {
    height: 35px;
    width: 35px;
  }
}

.slick-prev {
  left: -51px;
}

.slick-prev::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: "";
}

.slick-next {
  right: -51px;
}

.slick-next::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: "";
}

.slick-disabled {
  border-color: #ccc;
  pointer-events: none;
}

.slick-disabled::before {
  color: #ccc;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  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;
  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: 700;
  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
--------------------------------------------------------------*/
.is-beta {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000000000;
}

.is-beta__container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 90px;
  height: 75px;
  overflow: hidden;
}

.is-beta__label {
  width: 150px;
  margin-top: 3px;
  margin-left: -48px;
  padding: 8px;
  background-color: #c1d72e;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

@media only screen and (min-width: 1025px) {
  .no-touch .is-beta__label:hover {
    background-color: #9eb022;
  }
}

.is-beta__close {
  width: 80px;
  height: 80px;
  background-color: #fff;
}

.is-beta__close span {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  background-color: #c1d72e;
  border-radius: 50%;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.is-beta__close span::before, .is-beta__close span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
}

.is-beta__close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.is-beta__close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  .no-touch .is-beta__close:hover span {
    background-color: #9eb022;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-beta__close {
    width: 40px;
    height: 40px;
  }
}

.is-beta__cta {
  margin-top: 35px;
  padding: 14px 25px;
  background-color: #0061ad;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

@media only screen and (min-width: 1025px) {
  .no-touch .is-beta__cta:hover {
    background-color: #00447a;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-beta__cta {
    margin-top: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }
}

.is-beta__content-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.is-beta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 930px;
  width: calc(100% - 40px);
  background-color: #fff;
  border: 2px solid #c1d72e;
}

.is-beta__content-header {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2px;
  background-color: #c1d72e;
}

.is-beta__content-body {
  padding: 40px 30px;
}

.is-beta__content-body h4 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.is-beta__content-body p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
  .is-beta__content-body {
    padding: 20px;
  }
  .is-beta__content-body h4 {
    font-size: 24px;
  }
  .is-beta__content-body p {
    font-size: 16px;
  }
}

.is-beta__content-title {
  margin-right: auto;
  padding-left: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767.98px) {
  .is-beta__content-title {
    padding-left: 20px;
    font-size: 20px;
  }
}

.is-beta__content-logo {
  max-width: 130px;
  max-height: 35px;
  margin-right: 30px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 767.98px) {
  .is-beta__content-logo {
    max-width: 80px;
    margin-right: 20px;
    margin-bottom: -6px;
  }
}

#ccc .ccc-notify-button {
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch #ccc .ccc-notify-button:hover {
    background-color: #fff !important;
  }
  .no-touch #ccc .ccc-notify-button:hover span {
    color: #009fe3 !important;
  }
}

#ccc #ccc-dismiss-button {
  background-color: #009fe3;
}

#ccc #ccc-dismiss-button span {
  background-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch #ccc .ccc-link:not(.ccc-notify-button):hover, .no-touch
  #ccc .third-party-cookie-link:hover {
    text-decoration: underline;
  }
}

#ccc #ccc-statement .ccc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
}

#ccc .ccc-svg-element {
  top: 2px !important;
}

#ccc .cookie-sidebar-link {
  padding-bottom: 1px;
  position: relative;
}

#ccc .cookie-sidebar-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.loaded #ccc .cookie-sidebar-link::after {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch #ccc .cookie-sidebar-link:hover::after {
    left: 0;
    width: 0;
  }
}

.header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #d8d8d8;
}

.loaded .header {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (max-width: 767.98px) {
  .header {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.header__scrolling {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.header__scrolling .header__nav-link {
  color: #0d0d0d !important;
  text-shadow: none !important;
}

.header__scrolling .header__ico {
  color: #0d0d0d !important;
  text-shadow: none !important;
}

.header__scrolling .header__nav-toggle-line {
  background-color: #009fe3 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header__scrolling .header__search-input-field {
  background-color: transparent;
}

.header__container {
  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;
  height: 90px;
}

.header__home {
  width: 134px;
  height: 60px;
  position: relative;
  margin-left: -7px;
}

.loaded .header__logo {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.header__logo--black {
  max-width: 127px;
  padding-left: 7px;
  height: 60px;
}

.header__logo--white {
  opacity: 0;
  position: absolute;
}

.header__logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__ico {
  font-size: 19px;
  margin-left: 36px;
  color: #009fe3;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__ico:hover {
    top: 1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__ico {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__ico {
    display: none;
  }
}

.header__mobile-search {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__mobile-search {
    right: 35px;
    top: 7px;
    left: unset;
    -webkit-transform: none;
            transform: none;
    height: 35px;
    width: 45px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__mobile-search {
    right: 35px;
    top: 7px;
    left: unset;
    -webkit-transform: none;
            transform: none;
    height: 35px;
    width: 45px;
    overflow: hidden;
  }
}

.header__search-close {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.header__search-close .icon {
  color: #d8d8d8;
}

.loaded .header__search-close .icon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__search-close:hover .icon {
    color: #009fe3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__search-close {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__search-close {
    display: none;
  }
}

.header__search-icon {
  color: #009fe3;
  font-size: 20px;
}

.header__nav {
  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;
}

.header__nav.header__nav--hidden {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__nav {
    display: block;
    position: absolute;
    background: #fff;
    height: 92vh;
    border: 0;
    top: 90px;
    width: 100vw;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 20;
    -webkit-overflow-scrolling: touch;
  }
  .loaded .header__nav {
    -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  }
}

@media only screen and (max-width: 991.98px) {
  .header__nav {
    display: block;
    position: absolute;
    background: #fff;
    height: 92vh;
    border: 0;
    top: 90px;
    width: 100vw;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 20;
    -webkit-overflow-scrolling: touch;
  }
  .loaded .header__nav {
    -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  }
}

@media only screen and (max-width: 767.98px) {
  .header__nav {
    height: 82vh;
  }
}

.header__nav-list {
  display: block;
}

.loaded .header__nav-list {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__nav-list {
    margin-top: 60px;
    padding-bottom: 100px;
    overflow: visible;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__nav-list {
    margin-top: 60px;
    padding-bottom: 100px;
    overflow: visible;
  }
}

.header__nav-item {
  display: inline-block;
}

.header__nav-item:not(:first-child) {
  padding-left: 24px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__nav-item:hover .nav__submenu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .no-touch .header__nav-item:hover .header__nav-link::after {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__nav-item {
    display: block;
    padding-left: 35px;
    text-align: left;
  }
  .header__nav-item:not(:first-child) {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__nav-item {
    display: block;
    padding-left: 35px;
    text-align: left;
  }
  .header__nav-item:not(:first-child) {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__nav-item {
    padding-left: 20px;
  }
  .header__nav-item:not(:first-child) {
    padding-left: 20px;
  }
}

.header__nav-item--active .header__nav-link::after {
  width: 100%;
}

.header__icon {
  display: none;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__icon {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 35px;
    width: 65%;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__icon {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 35px;
    width: 65%;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__icon {
    right: 20px;
    width: 35%;
  }
}

.header__nav-link {
  display: inline-block;
  position: relative;
  color: #0d0d0d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 37px 0;
}

.header__nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0%;
  height: 4px;
  background-color: #009fe3;
}

.loaded .header__nav-link::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__nav-link:hover::after {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__nav-link {
    padding: 0;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .header__nav-link::after {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__nav-link {
    padding: 0;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .header__nav-link::after {
    display: none;
  }
}

.header__nav-toggle {
  position: absolute;
  top: 32px;
  right: 35px;
  width: 30px;
  height: 20px;
  z-index: 150;
  display: none;
}

.loaded .header__nav-toggle {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__nav-toggle {
    right: 35px;
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__nav-toggle {
    right: 20px;
  }
}

.header__nav--open {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__nav-toggle--opened .header__nav-toggle-line--top {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__nav-toggle--opened .header__nav-toggle-line--middle {
  width: 0;
}

.header__nav-toggle--opened .header__nav-toggle-line--bottom {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__nav-toggle-line {
  width: 100%;
  height: 3px;
  background-color: #009fe3;
  position: absolute;
  top: 50%;
  left: 0;
}

.loaded .header__nav-toggle-line {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__nav-toggle-line--top {
  margin-top: -8px;
}

.header__nav-toggle-line--middle {
  margin-top: 0;
}

.header__nav-toggle-line--bottom {
  margin-top: 8px;
}

.nav__submenu {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  padding-top: 47px;
  padding-bottom: 28px;
  display: block;
  z-index: 20;
}

.loaded .nav__submenu {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 100%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .loaded .nav__submenu {
    -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}

@media only screen and (max-width: 991.98px) {
  .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 100%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .loaded .nav__submenu {
    -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-title--close {
    position: relative;
    padding-left: 35px;
  }
  .header__menu-title--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: "";
    position: absolute;
    font-size: 13px;
    left: 10px;
    top: 2px;
    color: #009fe3;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-title--close {
    position: relative;
    padding-left: 35px;
  }
  .header__menu-title--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: "";
    position: absolute;
    font-size: 13px;
    left: 10px;
    top: 2px;
    color: #009fe3;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.header__menu-title {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  text-transform: uppercase;
  color: #009fe3;
  letter-spacing: 1px;
  margin-bottom: 24px;
  cursor: default;
}

@media only screen and (max-width: 991.98px) {
  .header__menu-title {
    margin-bottom: 40px;
  }
}

.header__menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.header__menu-list {
  font-size: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-list {
    padding-bottom: 100px;
    overflow-y: scroll;
    pointer-events: all;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-list {
    padding-bottom: 100px;
  }
}

.header__menu-list-item {
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
  max-width: 33.333%;
  vertical-align: top;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-list-item {
    display: block;
    max-width: 100%;
    position: unset;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-list-item {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
    position: unset;
  }
}

.header__list-holder {
  position: relative;
}

.header__menu-list-link {
  font-size: 16px;
  line-height: 34px;
  color: #0d0d0d;
  position: relative;
  padding-right: 13px;
}

.loaded .header__menu-list-link {
  -webkit-transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.header__menu-list-link:hover {
  color: #009fe3;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-list-link {
    font-size: 18px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-list-link {
    font-size: 18px;
    line-height: 16px;
  }
}

.header__menu-list-link--has-children {
  font-size: 10px;
  color: #0d0d0d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -12px;
  cursor: pointer;
}

.loaded .header__menu-list-link--has-children {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__menu-list-link--has-children:hover {
    color: #009fe3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-list-link--has-children {
    cursor: none;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-list-link--has-children {
    font-size: 13px;
    cursor: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header__menu-list-link--active {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-list-link--active {
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-list-link--active {
    -webkit-transform: none;
            transform: none;
  }
}

.header__menu-sublist {
  padding-top: 12px;
  padding-left: 34px;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu-sublist {
    padding-left: 20px;
    position: absolute;
    top: 85px;
    z-index: 1;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__menu-sublist {
    position: absolute;
    top: 90px;
    z-index: 1;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__menu-sublist {
    left: -15px;
  }
}

.header__menu-sublist-item:not(:last-of-type) {
  margin-bottom: 12px;
}

@media only screen and (max-width: 991.98px) {
  .header__menu-sublist-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.header__menu-sublist-link {
  font-size: 14px;
  line-height: 34px;
  color: #4a4a49;
}

.loaded .header__menu-sublist-link {
  -webkit-transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.header__menu-sublist-link:hover {
  color: #009fe3;
}

@media only screen and (max-width: 991.98px) {
  .header__menu-sublist-link {
    font-size: 18px;
    line-height: 16px;
  }
}

.header__search-input {
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: none;
  top: 0;
  right: -20px;
  width: 87%;
}

.header__search-input input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.header__search-input input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.header__search-input input[type='search']::-webkit-search-decoration,
.header__search-input input[type='search']::-webkit-search-cancel-button,
.header__search-input input[type='search']::-webkit-search-results-button,
.header__search-input input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.loaded .header__search-input {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__search-input {
    position: relative;
    right: auto;
    left: 0;
    bottom: 105px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__search-input {
    position: relative;
    right: auto;
    left: 0;
    bottom: 105px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__search-input--desktop {
    display: none;
  }
}

.header__search-input--mobile {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__search-input--mobile {
    display: block;
    width: 100%;
    top: auto;
    bottom: 110px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__search-input--mobile {
    display: block;
    width: 100%;
    top: auto;
    bottom: 110px;
  }
}

.header__search-input-field {
  border: 0;
  border-radius: 2px;
  width: 87%;
  height: 70px;
  padding-left: 50px;
  padding-right: 70px;
  padding-bottom: 2px;
  font-size: 20px;
  background: transparent;
}

.header__search-input-field::-webkit-input-placeholder {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
}

.header__search-input-field:-ms-input-placeholder {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
}

.header__search-input-field::-ms-input-placeholder {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
}

.header__search-input-field::placeholder {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__search-input-field {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    height: 45px;
    border: 1px solid #ccc;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__search-input-field {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    height: 45px;
    border: 1px solid #ccc;
  }
}

.header__search-input--active {
  opacity: 1;
  visibility: visible;
  width: 87%;
  position: relative;
  display: inline-block;
}

.header__submenu-mobile--open {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__submenu-mobile--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 991.98px) {
  .header__submenu-mobile--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__submenu-landscape {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header__sub-back {
  display: none;
  position: relative;
  padding-left: 21px;
  font-size: 18px;
  line-height: 16px;
  color: #009fe3;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.header__sub-back::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: "";
  position: absolute;
  font-size: 13px;
  left: -4px;
  top: 2px;
  color: #009fe3;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header__sub-back {
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__sub-back {
    display: block;
  }
}

.footer {
  background-color: #0d0d0d;
  background-image: linear-gradient(120deg, #0d0d0d 80%, #191919 20px);
  padding: 56px 0 37px;
  color: #fff;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 11;
}

@media only screen and (max-width: 991.98px) {
  .footer div[class*='col'] {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding: 26px 0 37px;
    border: 0;
  }
  .footer div[class*='col'] {
    margin-bottom: 0;
  }
}

.footer__title {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  text-transform: uppercase;
  color: #009fe3;
}

@media only screen and (max-width: 767.98px) {
  .footer__title {
    margin-top: 30px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__title--hidden {
    font-size: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.footer__list {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .footer__list {
    margin-top: 0;
  }
}

.footer__item {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  position: relative;
}

.footer__item:not(:first-child) {
  margin-top: 10px;
}

.footer__item--list:not(:last-child) {
  margin-top: 0;
}

.footer__link {
  color: inherit;
  position: relative;
}

.footer__link--bold {
  font-weight: 700;
}

.footer__bottom {
  margin-top: 70px;
  padding-top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #fff;
  font-size: 14px;
  line-height: 1.71;
}

@media only screen and (max-width: 767.98px) {
  .footer__bottom {
    display: block;
    margin-top: 30px;
  }
}

.footer__author {
  margin-left: auto;
  color: #fff;
}

.footer__ico {
  color: #009fe3;
  position: relative;
  top: 2px;
  padding-right: 11px;
}

@media only screen and (max-width: 767.98px) {
  .footer__copy {
    display: block;
    margin-bottom: 20px;
    max-width: 250px;
  }
}

.banner {
  margin-bottom: 20px;
  height: 310px;
  margin-top: 90px;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.4)), color-stop(46.7%, rgba(255, 255, 255, 0)), to(rgba(13, 13, 13, 0.2)));
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.4) 0%, rgba(255, 255, 255, 0) 46.7%, rgba(13, 13, 13, 0.2) 100%);
}

.loaded .banner {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (max-width: 767.98px) {
  .banner {
    height: 252px;
  }
}

.banner__wrap {
  position: relative;
  height: 100%;
}

.banner__holder {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

@media only screen and (max-width: 991.98px) {
  .banner__holder {
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__holder {
    left: 20px;
  }
}

.banner__title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 34px;
}

@media only screen and (max-width: 767.98px) {
  .banner__title {
    padding-right: 33px;
    line-height: 40px;
  }
}

.banner__bread-list {
  font-size: 0;
}

.banner__bread-item {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 7px;
  padding-left: 14px;
}

.banner__bread-item::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  font-size: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.banner__bread-item:first-child {
  padding-left: 0;
}

.banner__bread-item:first-child::before {
  display: none;
}

.banner__link {
  padding-bottom: 1px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.banner__link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.loaded .banner__link::after {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .banner__link:hover {
    color: #fff;
  }
  .no-touch .banner__link:hover::after {
    background-color: #fff;
    left: 0;
    width: 100%;
  }
}

.accordion {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 80px 0;
}

@media only screen and (max-width: 767.98px) {
  .accordion {
    margin: 40px 0;
  }
}

.accordion__container {
  width: 100%;
  color: #4a4a49;
  margin-bottom: 10px;
}

.accordion__open {
  display: block;
  font-size: 16px;
  line-height: 1.68;
  color: #009fe3;
  cursor: pointer;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 15px;
  margin-right: 22px;
  position: relative;
}

.accordion__open::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  border-top: 1px solid;
  left: 0;
  bottom: 1px;
  opacity: 1;
}

.loaded .accordion__open::after {
  -webkit-transition: width 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: width 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion__open:hover::after {
    width: 100%;
  }
}

.accordion__label {
  display: block;
  padding: 15px 20px 13px;
  background-color: rgba(204, 204, 204, 0.5);
  width: 100%;
  cursor: pointer;
  color: #4a4a49;
  position: relative;
}

.loaded .accordion__label {
  -webkit-transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion__label:hover {
    background-color: #009fe3;
  }
  .no-touch .accordion__label:hover .accordion__icon {
    background-color: #fff;
  }
  .no-touch .accordion__label:hover .accordion__icon::before, .no-touch .accordion__label:hover .accordion__icon::after {
    background-color: #009fe3;
  }
  .no-touch .accordion__label:hover .accordion__title {
    color: #fff !important;
  }
}

.accordion__label--active {
  background-color: #009fe3;
}

.accordion__label--active .accordion__icon {
  background-color: #fff;
}

.accordion__label--active .accordion__icon::before, .accordion__label--active .accordion__icon::after {
  background-color: #009fe3;
}

.accordion__label--active .accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
          transform: translate(-50%, -50%) rotateZ(360deg);
}

.accordion__label--active .accordion__title {
  color: #fff !important;
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion__label--active:hover {
    background-color: rgba(0, 159, 227, 0.8);
  }
}

.accordion__title {
  color: #4a4a49 !important;
  margin-bottom: 0;
  text-align: left;
  max-width: 92%;
}

@media only screen and (max-width: 767.98px) {
  .accordion__title {
    font-size: 18px !important;
  }
}

.accordion__dropdown {
  padding: 32px 20px 50px;
  display: none;
}

.accordion__paragraph {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: inherit;
  max-width: 642px;
}

.accordion__paragraph:not(:last-child) {
  margin-bottom: 29px;
}

@media only screen and (max-width: 767.98px) {
  .accordion__paragraph {
    font-size: 14px !important;
    line-height: 26px;
  }
}

.accordion__icon {
  border-radius: 50%;
  background-color: #009fe3;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: background-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.accordion__icon::before, .accordion__icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #ccc;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.accordion__icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.styleguide {
  margin-bottom: 0;
}

.horizontal-menu {
  margin-top: 126px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .horizontal-menu {
    margin-top: 0;
  }
}

.horizontal-menu__mobile {
  display: none;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .horizontal-menu__mobile {
    display: block;
  }
}

.horizontal-menu__list {
  font-size: 0;
  max-width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .horizontal-menu__list {
    display: none;
  }
}

.horizontal-menu__content {
  border: 1px solid #ccc;
  height: 30px;
}

.horizontal-menu__text {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 10px;
}

.horizontal-menu__mob-list {
  position: absolute;
  top: 33px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #009fe3;
  -webkit-box-shadow: 0 0 18px -6px;
          box-shadow: 0 0 18px -6px;
}

.horizontal-menu__mob-item {
  padding: 6px 10px;
  font-size: 16px;
  color: #009fe3;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.horizontal-menu__mob-item a {
  color: #009fe3;
  display: block;
}

.loaded .horizontal-menu__mob-item {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .horizontal-menu__mob-item:hover {
    background-color: #009fe3;
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-menu__mob-item {
    cursor: none !important;
    -webkit-tap-highlight-color: transparent;
  }
}

.horizontal-menu__content--active {
  border-color: #009fe3;
}

.horizontal-menu__content--active .horizontal-menu__text {
  color: #009fe3;
}

.horizontal-menu__mob-list--active {
  visibility: visible;
  opacity: 1;
}

.horizontal-menu__button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.loaded .horizontal-menu__button {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.horizontal-menu__button::after {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  width: 15px;
  background-color: #009fe3;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 991.98px) {
  .horizontal-menu__button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .horizontal-menu__button {
    cursor: none !important;
    -webkit-tap-highlight-color: transparent;
  }
}

.horizontal-menu__button--active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.horizontal-menu__item {
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #d8d8d8;
}

.horizontal-menu__item:first-child {
  padding-left: 17px;
}

.horizontal-menu__item:first-child .horizontal-menu__link {
  margin-left: 0;
}

.horizontal-menu__item:first-child .horizontal-menu__link::before {
  display: none;
}

.horizontal-menu__item:last-child {
  padding-right: 17px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .horizontal-menu__item:hover {
    cursor: pointer;
  }
  .no-touch .horizontal-menu__item:hover .horizontal-menu__link {
    color: #009fe3;
  }
  .no-touch .horizontal-menu__item:hover .horizontal-menu__link::after {
    width: 100%;
  }
}

.horizontal-menu__item--active .horizontal-menu__link {
  color: #009fe3;
}

.horizontal-menu__item--active .horizontal-menu__link::after {
  width: 100%;
}

.horizontal-menu__link {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #999;
  position: relative;
  margin-left: 40px;
}

.horizontal-menu__link::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #ccc;
}

.horizontal-menu__link::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #009fe3;
  position: absolute;
  bottom: -22px;
  left: 0;
}

.loaded .horizontal-menu__link::after {
  -webkit-transition: width 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: width 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (max-width: 991.98px) {
  .horizontal-menu__link {
    margin-left: 20px;
    font-size: 15px;
  }
  .horizontal-menu__link::before {
    left: -10px;
  }
  .horizontal-menu__link::after {
    bottom: -21px;
  }
}

.large-carousel {
  width: 100%;
  margin: 80px 0;
  position: relative;
}

.large-carousel .slick-slide {
  padding: 15px;
}

.loaded .large-carousel .slick-arrow {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.large-carousel .slick-prev {
  left: -45px;
}

.large-carousel .slick-next {
  right: -45px;
}

.large-carousel .slick-disabled {
  border-color: #ccc;
}

.large-carousel .slick-disabled::before {
  color: #ccc;
}

.large-carousel .large-carousel__progress {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .large-carousel {
    padding: 0;
  }
  .large-carousel .slick-slide {
    padding: 0;
  }
  .large-carousel .slick-arrow {
    bottom: -45px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .large-carousel .slick-prev {
    right: 130px;
    left: auto;
  }
  .large-carousel .slick-next {
    right: 70px;
  }
  .large-carousel .large-carousel__progress {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .large-carousel {
    margin: 40px 0;
  }
  .large-carousel .slick-prev {
    right: 70px;
    left: auto;
  }
  .large-carousel .slick-next {
    right: 20px;
  }
}

.large-carousel__main-wrap {
  padding: 0 50px;
}

@media only screen and (max-width: 991.98px) {
  .large-carousel__main-wrap {
    padding: 0;
  }
}

.large-carousel__image {
  width: 100%;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
}

.large-carousel__caption {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .large-carousel__caption {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .large-carousel__caption {
    padding: 0 20px;
  }
}

.large-carousel__description {
  margin-left: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}

.large-carousel__number {
  color: #009fe3;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.large-carousel__progress {
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: block;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 184px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (max-width: 991.98px) {
  .large-carousel__progress {
    max-width: calc(100% - 30%);
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .large-carousel__progress {
    max-width: calc(100% - 45%);
    left: 20px;
  }
}

.large-carousel__progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .large-carousel__progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-image {
  width: 100%;
  padding: 40px 0;
}

.text-image__image-box {
  max-width: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  padding-right: 30px;
  min-height: 321px;
}

@media only screen and (max-width: 991.98px) {
  .text-image__image-box {
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px;
    min-height: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image__image-box {
    margin-right: 0;
    min-height: 160px;
  }
}

.text-image__content {
  min-height: 320px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .text-image__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.text-image__image {
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .text-image__image {
    position: relative;
  }
}

.text-image__text-box {
  max-width: 50%;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .text-image__text-box {
    max-width: 100%;
    padding: 0;
  }
}

.text-image__text-holder {
  max-width: 470px;
  padding-top: 4px;
  margin-left: auto;
}

@media only screen and (max-width: 991.98px) {
  .text-image__text-holder {
    max-width: 100%;
  }
}

.text-image__title {
  margin-bottom: 17px;
}

.text-image__text {
  margin-bottom: 0;
}

.text-image__text + a {
  margin-top: 0;
}

@media only screen and (max-width: 991.98px) {
  .text-image__text + a {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image__text {
    font-size: 14px !important;
  }
}

.text-image__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-image__content--reverse .text-image__text-holder {
  margin-right: auto;
  margin-left: 0;
}

.text-image__content--reverse .text-image__image-box {
  margin-right: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 991.98px) {
  .text-image__content--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-image__content--reverse .text-image__image-box {
    margin-left: 0;
    height: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image__content--reverse .text-image__image-box {
    height: 160px;
  }
}

.text-image__button--hidden {
  display: none;
}

.text-image__content--narrow {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.image-carousel {
  width: 100%;
  padding: 20px 0 60px;
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}

.image-carousel .slick-slide {
  opacity: 1;
  pointer-events: none;
}

.image-carousel .slick-slide .image-carousel__caption {
  opacity: 0;
}

.image-carousel .slick-active {
  opacity: 1;
  pointer-events: all;
}

.image-carousel .slick-active .image-carousel__caption {
  opacity: 1;
}

.image-carousel .slick-list {
  overflow: visible;
}

.image-carousel .slick-arrow {
  top: auto;
  bottom: -60px;
  border-color: #999;
  -webkit-transform: none;
          transform: none;
}

.loaded .image-carousel .slick-arrow {
  -webkit-transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.image-carousel .slick-arrow::before {
  color: #999;
}

.loaded .image-carousel .slick-arrow::before {
  -webkit-transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .image-carousel .slick-arrow:hover {
    border-color: #009fe3;
  }
  .no-touch .image-carousel .slick-arrow:hover::before {
    color: #009fe3;
  }
}

.image-carousel .slick-disabled {
  border-color: #ccc;
  pointer-events: none;
}

.image-carousel .slick-disabled::before {
  color: #ccc;
}

.image-carousel .slick-prev {
  right: 108px;
  left: auto;
}

.image-carousel .slick-next {
  right: 50px;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel .slick-slide {
    opacity: 1;
    padding: 0;
    position: relative;
    -webkit-transform: translateX(20%) scale(0.8);
            transform: translateX(20%) scale(0.8);
    z-index: 10;
    pointer-events: all;
  }
  .image-carousel .slick-slide .image-carousel__caption {
    opacity: 0;
  }
  .loaded .image-carousel .slick-slide {
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  .image-carousel .slick-slide.slick-active {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .image-carousel .slick-slide.slick-active + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
  .image-carousel .slick-slide.slick-current {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .image-carousel .slick-slide.slick-current .image-carousel__caption {
    opacity: 1;
  }
  .image-carousel .slick-slide.slick-current + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel {
    padding: 50px 0 100px;
    margin: 0 0 30px;
  }
  .image-carousel .slick-arrow {
    bottom: -81px;
  }
  .image-carousel .slick-prev {
    right: 50px;
    left: auto;
  }
  .image-carousel .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__wrap {
    padding: 0 20px;
  }
}

.image-carousel__holder {
  max-width: 870px;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__holder {
    padding-left: 0;
    max-width: 100%;
  }
}

.image-carousel__container {
  width: 100%;
  position: relative;
}

.image-carousel__full-image {
  max-width: 100%;
  width: 100%;
}

.image-carousel__full-description {
  margin-left: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
  position: absolute;
  top: 84%;
  left: 0;
}

.preview-active {
  visibility: visible !important;
  opacity: 1 !important;
}

.loaded .preview-active {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.image-carousel__image {
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
  padding-bottom: 433px;
  margin-bottom: 20px;
  cursor: none;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__image {
    cursor: default;
    pointer-events: all;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__image {
    padding-bottom: 150px;
  }
}

.image-carousel__cursor {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: none;
  pointer-events: none;
  visibility: hidden;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__cursor {
    pointer-events: all;
    cursor: default;
  }
}

.image-carousel__close-icon {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  font-size: 20px;
}

.loaded .image-carousel__close-icon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .image-carousel__close-icon:hover {
    color: #009fe3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .image-carousel__close-icon {
    right: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__close-icon {
    right: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__close-icon {
    right: 20px;
  }
}

.image-carousel__full-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .image-carousel__full-container {
    width: 80%;
    padding: 0 50px;
    max-height: 60%;
  }
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__full-container {
    padding: 0 35px;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__full-container {
    padding: 0 20px;
  }
}

.image-carousel__large-preview {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(74, 74, 73, 0.9);
}

.loaded .image-carousel__large-preview {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.image-carousel__caption {
  position: absolute;
  bottom: -20px;
}

.loaded .image-carousel__caption {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__caption {
    bottom: -40px;
  }
}

.image-carousel__slide {
  padding-right: 58px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__slide {
    padding-right: 0;
  }
}

.image-carousel__description {
  margin-left: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}

.image-carousel__number {
  color: #009fe3;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.image-carousel__progress {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 184px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (max-width: 991.98px) {
  .image-carousel__progress {
    max-width: calc(100% - 25%);
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-carousel__progress {
    max-width: calc(100% - 40%);
    bottom: -65px;
  }
}

.image-carousel__progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .image-carousel__progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.bod {
  padding-top: 34px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767.98px) {
  .bod {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.bod .hide {
  visibility: hidden;
  opacity: 0;
}

.bod__card {
  display: block;
  margin-bottom: 49px;
}

@media only screen and (max-width: 767.98px) {
  .bod__card {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .loaded .no-touch .bod__card:hover .cover-img {
    -webkit-transform: translate(-50%, -50%) scale(0.105);
            transform: translate(-50%, -50%) scale(0.105);
  }
  .no-touch .bod__card:hover .bod__card-name {
    color: #009fe3;
  }
}

.bod__card-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}

.loaded .bod__card-img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bod__card-details {
  padding-top: 21px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

@media only screen and (max-width: 767.98px) {
  .bod__card-details {
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
}

.bod__card-name {
  font-weight: 900;
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
  position: relative;
}

.loaded .bod__card-name {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bod__card-name::after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #009fe3;
}

@media only screen and (max-width: 767.98px) {
  .bod__card-name {
    margin-bottom: 0;
  }
}

.bod__card-position {
  color: #999;
}

.bod__card-position::after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #009fe3;
}

.bod__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.loaded .bod__popup {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bod__popup-panel {
  background-color: #003b54;
  width: 100%;
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 90px 60px 100px 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.bod__popup-panel::before {
  background-image: linear-gradient(-56deg, #084159 350px, #003b54 20px);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media only screen and (max-width: 1199.98px) {
  .bod__popup-panel {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-panel {
    padding: 80px 20px 50px;
  }
  .bod__popup-panel::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 65, 89, 0)), to(#003b54));
    background-image: linear-gradient(to bottom, rgba(8, 65, 89, 0) 0%, #003b54);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 65, 89, 0)), color-stop(80%, #003b54), to(#003b54));
    background: linear-gradient(to bottom, rgba(8, 65, 89, 0) 0%, #003b54 80%, #003b54 100%);
    width: 100%;
    height: 30%;
    z-index: 1;
  }
}

.bod__popup-overflow {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .bod__popup-overflow {
    max-height: 60vh;
  }
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-overflow {
    display: block;
  }
}

.bod__popup-img {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  width: 270px;
  height: 270px;
  margin-right: 50px;
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.bod__popup-content {
  padding-top: 4px;
  z-index: 10;
}

.bod__popup-name {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-name {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.bod__popup-position {
  display: block;
  font-size: 21px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-position {
    font-size: 16px;
    font-weight: 700;
  }
}

.bod__popup-text {
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 26.5px;
}

@media only screen and (max-width: 767.98px) {
  .bod__popup-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding-bottom: 90px;
  }
}

.bod__popup-close {
  position: absolute;
  color: #009fe3;
  right: 34px;
  top: 39px;
  font-size: 22px;
  cursor: pointer;
}

.loaded .bod__popup-close {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .bod__popup-close:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 575.98px) {
  .bod__popup-close {
    right: 20px;
    top: 30px;
  }
}

.error {
  padding-top: 44px;
  margin-bottom: 119px;
}

.error .rte h4 {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767.98px) {
  .error .rte h4 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 27px;
  }
}

.error .rte ul {
  padding-left: 15px;
  margin-bottom: 25px;
}

.error .rte li {
  font-size: 17px;
  color: #999;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 767.98px) {
  .error .rte li {
    font-size: 15px;
    line-height: 24px;
  }
}

.error .rte li:not(:last-child) {
  margin-bottom: 3px;
}

@media only screen and (max-width: 767.98px) {
  .error .rte li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.error .rte li::before {
  left: -14px;
  font-size: 20px;
}

.error .rte a {
  display: inline-block;
}

.loaded .error .rte a {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.error .rte a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
}

.loaded .error .rte a::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .error .rte a:hover {
    color: #009fe3;
  }
  .no-touch .error .rte a:hover::after {
    right: 0;
    background-color: #009fe3;
    width: 0%;
  }
}

.error .wrap .row .rte .error__link {
  color: #009fe3;
}

@media only screen and (max-width: 767.98px) {
  .error {
    padding-top: 17px;
    margin-bottom: 28px;
  }
}

.search {
  padding-top: 71px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767.98px) {
  .search {
    padding-top: 20px;
  }
}

.search__form {
  display: block;
  position: relative;
  margin-bottom: 44px;
}

@media only screen and (max-width: 767.98px) {
  .search__form {
    margin-bottom: 20px;
  }
}

.search__input {
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  padding: 0 30px 0 13px;
  height: 40px;
  font-size: 15px;
  color: #999;
  width: 100%;
}

.search__input::-webkit-input-placeholder {
  color: #999;
}

.search__input:-ms-input-placeholder {
  color: #999;
}

.search__input::-ms-input-placeholder {
  color: #999;
}

.search__input::placeholder {
  color: #999;
}

.search__pagination {
  display: block;
  width: 100%;
}

.search__btn {
  position: absolute;
  right: 17px;
  top: 1px;
  height: 40px;
  width: 40px;
  background-color: transparent;
}

.loaded .search__btn {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.search__btn .font-ico-search {
  font-size: 16px;
  color: #009fe3;
  font-weight: 900;
}

@media only screen and (min-width: 1025px) {
  .no-touch .search__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.search__title {
  font-size: 20px;
  margin-bottom: 26px;
  color: #4a4a49;
}

.search__title-blue {
  color: #009fe3;
}

.search__list {
  margin-bottom: 42px;
}

.search__list-item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding-bottom: 19px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767.98px) {
  .search__list-item {
    margin-bottom: 20px;
  }
}

.search__list-title {
  font-size: 18px;
  margin-bottom: 12px;
  display: inline-block;
  color: #4a4a49;
  position: relative;
}

.search__list-title::before {
  content: '';
  background-color: #009fe3;
  display: block;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.loaded .search__list-title::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .search__list-title:hover::before {
    width: 100%;
    left: 0;
  }
}

.search__list-para {
  font-size: 16px;
  color: #999;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1199.98px) {
  .search__list-para {
    line-height: 22px;
  }
}

.search__link {
  color: #009fe3;
  position: relative;
}

.search__link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #009fe3;
}

.loaded .search__link::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 1199.98px) {
  .search__link::before {
    bottom: 0;
  }
}

.pagination {
  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;
  margin: 0 auto;
  margin-bottom: 62px;
}

@media only screen and (max-width: 767.98px) {
  .pagination {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination__item {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__item {
    margin: 0;
  }
}

.pagination__btn {
  font-size: 19px;
  color: #0d0d0d;
  line-height: 24px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  position: relative;
  font-family: "GtWalsheim", Arial, sans-serif;
}

.pagination__btn::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #009fe3;
}

.loaded .pagination__btn::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .pagination__btn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .pagination__btn:hover::after {
    width: 100%;
  }
}

.pagination__link {
  padding: 0 8px 12px;
}

.pagination__link--active {
  color: #009fe3;
  font-weight: 700;
}

.pagination__link--active::after {
  width: 100%;
}

.pagination__arrow-link {
  position: relative;
  padding-bottom: 12px;
}

.pagination__arrow-link .icon {
  color: #009fe3;
  position: absolute;
  font-size: 14px;
  top: 5px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__arrow-link .icon {
    font-size: 12px;
    top: 6px;
  }
}

.loaded .pagination__arrow-link .icon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pagination__prev {
  margin-right: 30px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__prev {
    margin-right: 15px;
  }
}

.pagination__prev .icon {
  left: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767.98px) {
  .pagination__prev .icon {
    left: -20px;
  }
}

.pagination__next {
  margin-left: 30px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__next {
    margin-left: 15px;
  }
}

.pagination__next .icon {
  right: -30px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__next .icon {
    right: -20px;
  }
}

.pagination__btn--disabled {
  opacity: 0.4;
  cursor: default;
}

@media only screen and (min-width: 1025px) {
  .no-touch .pagination__btn--disabled:hover::after {
    display: none;
  }
}

.text-carousel {
  margin: 40px 0;
  position: relative;
}

.text-carousel .slick-arrow {
  -webkit-transform: none;
          transform: none;
  top: auto;
  bottom: 90px;
  z-index: 30;
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
}

.loaded .text-carousel .slick-arrow {
  -webkit-transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-carousel .slick-arrow::before {
  color: #ccc;
}

.loaded .text-carousel .slick-arrow::before {
  -webkit-transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-carousel .slick-prev {
  right: 90px;
  left: auto;
}

.text-carousel .slick-next {
  right: 44px;
}

.text-carousel .slick-lines {
  position: absolute;
  top: 87px;
  left: 59.4%;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.text-carousel .slick-lines li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.text-carousel .slick-lines li button {
  border: 0;
  background: transparent;
  display: block;
  height: 2px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-carousel .slick-lines li button:hover {
    background-color: #fff;
  }
}

.text-carousel .slick-lines .slick-active {
  background-color: #fff;
}

.text-carousel .slick-disabled {
  border-color: #999;
}

.text-carousel .slick-disabled::before {
  color: #999;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel {
    overflow: hidden;
  }
  .text-carousel .slick-lines {
    top: 33em;
    left: 100px;
  }
  .text-carousel .slick-arrow {
    bottom: 50px;
  }
  .text-carousel .slick-prev {
    left: auto;
    right: 130px;
  }
  .text-carousel .slick-next {
    left: auto;
    right: 80px;
  }
  .text-carousel .slick-list {
    overflow: hidden;
  }
  .text-carousel h1, .text-carousel h2, .text-carousel h3 {
    margin: 0;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel {
    padding: 0;
  }
  .text-carousel .slick-arrow {
    bottom: 20px;
  }
  .text-carousel .slick-lines {
    top: 285px;
    left: 30px;
  }
  .text-carousel .slick-prev {
    left: 30px;
    right: auto;
  }
  .text-carousel .slick-next {
    left: 80px;
    right: auto;
  }
  .text-carousel h1, .text-carousel h2, .text-carousel h3 {
    margin: 0;
    padding: 0 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .has-one-frame .text-carousel__progress {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__main-wrap {
    padding: 0;
  }
}

.text-carousel__image-wrap {
  position: relative;
  width: 49%;
  display: inline-block;
  min-height: 364px;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__image-wrap {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 35px;
    min-height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__image-wrap {
    padding: 0 20px;
  }
}

.text-carousel__image {
  overflow: hidden;
  position: absolute;
  top: -27px;
  width: 100%;
  padding-bottom: 420px;
  margin-left: 98px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
  z-index: 10;
}

.slick-active .text-carousel__image {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__image {
    position: relative;
    margin-left: 0;
    padding-bottom: 400px;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__image {
    padding-bottom: 220px;
  }
}

.text-carousel__item {
  position: relative;
  margin: 60px 0;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__item {
    background-image: linear-gradient(-56deg, #084159 280px, #003b54 20px);
    padding-bottom: 140px;
    margin-bottom: 0;
    background: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__item {
    padding-bottom: 80px;
  }
}

.text-carousel__container {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}

.text-carousel__container.slick-initialized {
  max-height: none;
  overflow: visible;
}

.text-carousel__container::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  bottom: 60px;
  background-image: linear-gradient(-56deg, #084159 280px, #003b54 20px);
}

.text-carousel__container .slick-list {
  z-index: 20;
}

.text-carousel__container .slick-lines {
  z-index: 10;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__container {
    background-image: linear-gradient(-56deg, #084159 280px, #003b54 20px);
  }
  .text-carousel__container::after {
    display: none;
  }
}

.text-carousel__caption {
  width: 49%;
  position: relative;
  min-height: 339px;
  display: inline-block;
  margin-left: 16px;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__caption {
    display: block;
    position: initial;
    width: 100%;
    min-height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__caption {
    margin-top: 0;
    margin-left: 0;
  }
}

.text-carousel__caption-wrap {
  max-width: 70%;
  position: absolute;
  left: 110px;
  top: 20px;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__caption-wrap {
    max-width: 80%;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__caption-wrap {
    max-width: 100%;
    left: 0;
    margin: 0 20px;
    padding-bottom: 20px;
    position: relative;
  }
}

.text-carousel__title {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  margin-top: 31px;
}

.text-carousel__description {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
}

.text-carousel__progress {
  position: absolute;
  bottom: -40px;
  left: 10px;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 184px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .text-carousel__progress {
    display: block;
    max-width: calc(100% - 40%);
    left: 90px;
    bottom: 66px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-carousel__progress {
    display: none;
  }
}

.text-carousel__progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .text-carousel__progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.image-cards {
  margin: 80px 0;
  background-color: #fafafa;
  min-height: 320px;
}

@media only screen and (max-width: 767.98px) {
  .image-cards {
    margin: 40px 0;
  }
}

.image-cards .btn-link {
  position: absolute;
  bottom: 35px;
  left: 0;
  margin: 0 20px;
}

.image-cards__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767.98px) {
  .image-cards__wrap {
    padding-bottom: 0;
    padding-top: 25px;
  }
}

.image-cards__holder {
  background-color: #003b54;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.image-cards__holder::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-image: linear-gradient(to bottom right, #003b54 60%, #084159 20px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.loaded .image-cards__holder::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .image-cards__holder:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .image-cards__holder {
    cursor: none;
  }
  .image-cards__holder::before {
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .image-cards__holder {
    margin-bottom: 30px;
    cursor: none;
  }
  .image-cards__holder::before {
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-cards__holder {
    margin-bottom: 25px;
  }
}

.image-cards__title {
  margin-bottom: 40px;
  margin-top: -40px;
}

@media only screen and (max-width: 767.98px) {
  .image-cards__title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }
}

.image-cards__image {
  padding-bottom: 56.3%;
  position: relative;
}

.image-cards__image::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to top left, transparent 60%, rgba(255, 255, 255, 0.2) 20px);
}

.image-cards__card-title {
  color: #fff;
  margin-bottom: 6px;
}

.image-cards__card-subtitle {
  color: #fff;
  margin-bottom: 11px;
}

.image-cards__card-subtitle--hidden {
  display: none;
}

.image-cards__text {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 70px;
  word-break: break-word;
}

@media only screen and (max-width: 767.98px) {
  .image-cards__text {
    margin-bottom: 50px;
  }
}

.image-cards__content {
  padding: 22px 20px 35px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .image-cards__content .btn-link:hover {
    color: #fff;
  }
  .no-touch .image-cards__content .btn-link:hover::after {
    background-color: #fff;
  }
}

.centered-content {
  margin: 80px 0;
}

@media only screen and (max-width: 767.98px) {
  .centered-content {
    margin: 30px 0;
  }
}

.centered-content__wrap {
  padding: 0 20px;
}

@media only screen and (max-width: 991.98px) {
  .centered-content__wrap {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .centered-content__wrap {
    padding: 0 20px;
  }
}

.centered-content__text {
  margin-bottom: 40px;
}

.full-width-image {
  margin: 80px 0;
}

@media only screen and (max-width: 767.98px) {
  .full-width-image {
    margin: 40px 0;
  }
}

.full-width-image__holder {
  padding-bottom: 420px;
}

@media only screen and (max-width: 767.98px) {
  .full-width-image__holder {
    padding-bottom: 220px;
  }
}

.stats {
  margin: 40px 0;
  overflow: hidden;
}

.stats__value {
  font-size: 90px;
  line-height: 103px;
  letter-spacing: -2.45px;
  color: #009fe3;
  text-align: center;
  display: block;
  font-weight: 400;
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .stats__value {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stats__value {
    font-size: 80px;
  }
}

.stats__label {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #0d0d0d;
  display: block;
}

@media only screen and (max-width: 991.98px) {
  .stats__holder {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stats__holder {
    margin-bottom: 65px;
  }
}

.stats__align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stats__align div[class*='col'] {
  margin: 40px 0;
}

@media only screen and (max-width: 767.98px) {
  .stats__align div[class*='col'] {
    margin: 0;
  }
}

.login {
  padding-top: 48px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767.98px) {
  .login {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

.login__title {
  font-size: 26px;
  margin-bottom: 40px;
  color: #4a4a49;
}

@media only screen and (max-width: 575.98px) {
  .login__title {
    margin-bottom: 30px;
  }
}

.login__label {
  display: block;
  font-size: 20px;
  color: #4a4a49;
  margin-bottom: 14px;
}

@media only screen and (max-width: 575.98px) {
  .login__label {
    margin-bottom: 5px;
  }
}

.login__input {
  border: 1px solid #ccc;
  outline: none;
  padding: 21px 13px;
  width: 100%;
  color: #999;
}

.login__input:not(:last-of-type) {
  margin-bottom: 34px;
}

@media only screen and (max-width: 575.98px) {
  .login__input:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.login__input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.login__input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.login__input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.login__input::placeholder {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.login__link {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  color: #999;
  padding-top: 11px;
}

.loaded .login__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .login__link:hover {
    color: #009fe3;
  }
}

.login__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 85px;
}

@media only screen and (max-width: 575.98px) {
  .login__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.login__btns .btn:not(:last-of-type) {
  margin-right: 19px;
}

@media only screen and (max-width: 575.98px) {
  .login__btns .btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.tabs {
  margin-bottom: 15px;
  margin-top: 41px;
}

@media only screen and (max-width: 767.98px) {
  .tabs {
    margin-top: 20px;
  }
}

.tabs__wrap {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .tabs__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__wrap.tabs--toggled .tabs__toggle .icon {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .tabs__wrap.tabs--toggled .tabs__list-item:nth-of-type(n + 5) {
    width: 100%;
    margin-top: 3px;
    text-align: left;
    display: block;
  }
}

.tabs__list {
  display: block;
  font-size: 0;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767.98px) {
  .tabs__list {
    font-size: unset;
    border-bottom: 0;
  }
}

.tabs__list-item {
  padding: 19px 0;
  position: relative;
  display: inline-block;
}

.tabs__list-item:first-child .tabs__link::before {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .tabs__list-item {
    padding: 10px 0;
    text-align: center;
    border-bottom: 0;
  }
  .tabs__list-item:nth-of-type(n + 5) {
    display: none;
  }
}

.tabs__list-item::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #009fe3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .tabs__list-item:hover .tabs__link {
    color: #009fe3;
  }
  .no-touch .tabs__list-item:hover::before {
    width: 100%;
  }
}

.tabs__list-item--active::before {
  width: 100%;
}

.tabs__list-item--active .tabs__link {
  color: #009fe3;
}

.tabs__link {
  color: #999;
  font-weight: 900;
  font-size: 18px;
  padding: 3px 30px;
  position: relative;
}

.loaded .tabs__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.tabs__link::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
}

@media only screen and (max-width: 767.98px) {
  .tabs__link {
    font-size: 15px;
    padding: 3px 10px;
  }
}

@media only screen and (max-width: 767.98px) and (max-width: 991.98px) {
  .tabs__link::before {
    display: none;
  }
}

.tabs__toggle {
  display: none;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .tabs__toggle {
    top: 1px;
    right: 0;
    width: 38px;
    height: 38px;
    font-size: 16px;
    background-color: transparent;
    display: block;
  }
  .tabs__toggle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #009fe3;
  }
  .loaded .tabs__toggle .icon {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

.downloads {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767.98px) {
  .downloads {
    margin-bottom: 20px;
  }
}

.downloads__item-top {
  width: 100%;
  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: 10px 59px 10px 10px;
  background-color: #fafafa;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767.98px) {
  .downloads__item-top {
    display: none;
  }
}

.downloads__item-left, .downloads__item-right {
  font-size: 14px;
  font-weight: 900;
  color: #4a4a49;
}

.downloads__item {
  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;
  margin-bottom: 10px;
  height: 153px;
  padding-right: 53px;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .downloads__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-right: 0;
  }
}

.downloads__item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .downloads__item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .recaptcha .umbraco-forms-field-wrapper,
  .recaptcha2 .umbraco-forms-field-wrapper {
    padding: 0;
  }
  .recaptcha .umbraco-forms-field-wrapper .g-recaptcha,
  .recaptcha2 .umbraco-forms-field-wrapper .g-recaptcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    float: left;
    margin-left: -15px;
  }
}

.downloads__img {
  width: 270px;
  padding-bottom: 135px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}

@media only screen and (max-width: 767.98px) {
  .downloads__img {
    width: 100%;
    padding-bottom: 55%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .downloads__details {
    width: 100%;
    margin-bottom: 10px;
  }
}

.downloads__item-right {
  max-width: 120px;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .downloads__item-right {
    max-width: 100%;
    padding-bottom: 25px;
  }
}

.downloads__list-item {
  display: block;
  margin-bottom: 5px;
}

.downloads__title {
  display: block;
  margin-bottom: 5px;
  color: #4a4a49;
  font-weight: 900;
}

.downloads__date {
  display: block;
  color: #4a4a49;
  font-weight: 100;
}

.downloads__view, .downloads__download {
  font-size: 14px;
  font-weight: 900;
  color: #4a4a49;
  position: relative;
  display: inline-block;
  margin-left: 13px;
}

.loaded .downloads__view, .loaded .downloads__download {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.downloads__view::before, .downloads__download::before {
  content: '';
  display: block;
  background-color: #009fe3;
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.loaded .downloads__view::before, .loaded .downloads__download::before {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .downloads__view:hover, .no-touch .downloads__download:hover {
    color: #009fe3;
  }
  .no-touch .downloads__view:hover::before, .no-touch .downloads__download:hover::before {
    width: 100%;
    left: 0;
  }
}

.downloads__download {
  margin-bottom: 5px;
  position: relative;
}

.downloads__download::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  font-size: 11px;
  left: -17px;
  bottom: 3px;
  color: #009fe3;
}

.downloads__view {
  margin-bottom: 5px;
  position: relative;
}

.downloads__view::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  font-size: 12px;
  left: -18px;
  bottom: 3px;
  color: #009fe3;
}

.font-ico {
  color: #009fe3;
  font-size: 10px;
  display: inline-block;
  margin-right: 7px;
}

.sitemap {
  padding-top: 70px;
  margin-bottom: 59px;
}

@media only screen and (max-width: 767.98px) {
  .sitemap {
    padding-top: 10px;
    margin-bottom: 17px;
  }
}

.sitemap .font-ico {
  font-size: 13px;
  margin-right: 10px;
}

.sitemap__list {
  margin-bottom: 77px;
}

@media only screen and (max-width: 767.98px) {
  .sitemap__list {
    margin-bottom: 32px;
  }
}

.sitemap__list-title {
  margin-bottom: 20px;
}

.sitemap__title-link {
  color: #009fe3;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}

.sitemap__title-link::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #009fe3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sitemap__title-link:hover::before {
  width: 100%;
}

.sitemap__list-item {
  margin-bottom: 13px;
}

.sitemap__link {
  color: #737373;
  font-size: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .sitemap__link:hover {
    color: #009fe3;
  }
}

.sitemap__sublist {
  padding-left: 34px;
}

.sitemap__sublist-link {
  font-size: 14px;
  line-height: 34px;
  color: #4a4a49;
}

.loaded .sitemap__sublist-link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .sitemap__sublist-link:hover {
    color: #009fe3;
  }
}

.air-form {
  margin-bottom: 80px;
}

.air-form .rte {
  margin-bottom: 28px;
}

.air-form__text h1 {
  margin-bottom: 22px;
}

.air-form__submit {
  margin-right: 30px;
}

@media only screen and (max-width: 767.98px) {
  .air-form__submit {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.air-form__title {
  color: #009fe3;
  font-size: 26px !important;
  margin-bottom: 30px;
}

.air-form__label {
  font-size: 20px;
  color: #4a4a49;
  display: block;
  margin-bottom: 24px;
}

.air-form__label--small {
  font-size: 16px;
}

.air-form__text-small {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}

.air-form__radio {
  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;
  margin-bottom: 13px;
}

.air-form__radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.air-form__radio-input {
  margin-right: 24px;
}

.air-form__inputs {
  margin-top: 20px;
}

.air-form__inputs .air-form__label {
  margin-bottom: 15px;
}

.air-form__error {
  font-size: 12px;
  color: #f00;
  position: absolute;
  margin-top: -40px;
}

.air-form__input {
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  height: 44px;
  font-size: 15px;
  color: #999;
  width: 100%;
  margin-bottom: 34px;
}

.air-form__input::-webkit-input-placeholder {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.air-form__input:-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.air-form__input::-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.air-form__input::placeholder {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.air-form__input--error {
  border: 1px solid #f00;
  position: relative;
}

.story-panel {
  margin-bottom: 120px;
  height: 410px;
  background-color: #003b54;
  position: relative;
}

.story-panel::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(127deg, transparent 60%, rgba(255, 255, 255, 0.08) 0%);
}

@media only screen and (min-width: 1025px) {
  .no-touch .story-panel .btn-link:hover {
    color: #fff;
  }
  .no-touch .story-panel .btn-link:hover::after {
    background-color: #fff;
  }
}

@media only screen and (max-width: 991.98px) {
  .story-panel {
    margin-bottom: 270px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel {
    height: auto;
    margin: 40px 0;
  }
}

.story-panel--media {
  background-image: linear-gradient(-56deg, #4a2d5d 563px, #452758 20px);
}

.story-panel__wrap {
  padding-top: 40px;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__wrap {
    padding-bottom: 35px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__wrap {
    padding-top: 20px;
  }
}

.story-panel__title {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.story-panel__box-title {
  color: #fff;
  margin-bottom: 8px;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__box-title {
    color: #0d0d0d;
    max-width: 80%;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__box-title {
    color: #fff;
    max-width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
}

.story-panel__text {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__text {
    color: #0d0d0d;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__text {
    color: #fff;
    max-width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
}

.story-panel__image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 15px;
  padding-bottom: 370px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
}

@media only screen and (max-width: 991.98px) {
  .story-panel__image {
    left: 0;
    padding-bottom: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__image {
    padding-bottom: 215px;
  }
}

.story-panel__container {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__container {
    display: block;
    margin: 0;
  }
}

.story-panel__image-box,
.story-panel__text-box {
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__image-box,
  .story-panel__text-box {
    max-width: 100%;
    padding: 0;
  }
}

.story-panel__image-box {
  max-width: 47.5%;
  height: 364px;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__image-box {
    height: 400px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__image-box {
    height: 215px;
    max-width: 100%;
  }
}

.story-panel__text-box {
  padding-top: 44px;
  max-width: 368px;
  margin-left: 33px;
}

@media only screen and (max-width: 991.98px) {
  .story-panel__text-box {
    max-width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
  .story-panel__text-box .btn-link {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .story-panel__text-box {
    max-width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
  .story-panel__text-box .btn-link {
    margin-left: 0;
  }
}

.story-panel__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 28px;
}

.story-panel__link {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.loaded .story-panel__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.story-panel__link .font-ico-view {
  font-size: 13px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.loaded .story-panel__link .font-ico-view {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.story-panel__link .font-ico-download {
  font-size: 11px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.story-panel__link .font-ico-download .loaded {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.story-panel__link:first-of-type {
  margin-right: 32px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .story-panel__link:hover {
    color: #009fe3;
  }
  .no-touch .story-panel__link:hover .font-ico-view, .no-touch .story-panel__link:hover .font-ico-download {
    color: #009fe3;
  }
}

.split-panel {
  margin-top: 80px;
  min-height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .split-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.split-panel__half {
  max-width: 50%;
  width: 100%;
  min-height: 340px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .split-panel__half {
    max-width: 100%;
    padding: 0 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-panel__half {
    padding: 0;
  }
}

.split-panel__cta-title {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 0 15px #0d0d0d;
}

.split-panel__contact-title {
  color: #fff;
  margin-bottom: 21px;
}

.split-panel__half--purple {
  background-color: #452758;
}

.split-panel__half--purple::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(305deg, transparent 60%, rgba(255, 255, 255, 0.06) 0%);
}

@media only screen and (max-width: 767.98px) {
  .split-panel__half--purple::before {
    background-image: linear-gradient(-60deg, transparent 55%, rgba(255, 255, 255, 0.06) 0%);
  }
}

.split-panel__cta-box {
  padding-left: 20px;
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.split-panel__cta-box .btn--large {
  margin-bottom: 0;
}

@media only screen and (min-width: 1066px) and (max-width: 1220px) {
  .split-panel__cta-box {
    right: 120px;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-panel__cta-box {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    max-width: 100%;
    width: auto;
    padding-left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767.98px) {
  .split-panel__cta-box {
    padding: 0 20px;
  }
}

.split-panel__contact {
  position: absolute;
  top: 51%;
  left: 117px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.split-panel__contact a {
  display: inline-block;
  color: #fff;
  position: relative;
}

.loaded .split-panel__contact a {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.split-panel__contact a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.loaded .split-panel__contact a::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .split-panel__contact a:hover::after {
    width: 0%;
    background-color: #fff;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-panel__contact {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    max-width: 100%;
    width: auto;
    padding-left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767.98px) {
  .split-panel__contact {
    padding: 0 20px;
  }
}

.split-panel__name {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}

.split-panel__email {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}

.split-panel__email a {
  display: inline-block;
  color: #fff;
  position: relative;
}

.loaded .split-panel__email a {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.split-panel__email a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.loaded .split-panel__email a::after {
  -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .split-panel__email a:hover::after {
    width: 0%;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-panel__email {
    font-size: 14px;
  }
}

.boilerplate-cta {
  margin-top: 60px;
  min-height: 340px;
  position: relative;
}

.boilerplate-cta__wrap {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.boilerplate-cta__title {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  text-shadow: 0 0 15px #0d0d0d;
}

.careers {
  padding-top: 6px;
}

.careers .main-header {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
  .careers .main-header {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.careers .main-header .btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
  .careers .main-header .btn {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .careers .text-image__text {
    margin-bottom: 0 !important;
  }
}

.careers .text-image__text-holder {
  max-width: 100%;
}

.careers .text-image__content--reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991.98px) {
  .careers .text-image__content--reverse .text-image__image-box {
    margin-left: 0;
  }
}

.careers .text-image__content--narrow .text-image__text-holder {
  margin-left: 0;
  max-width: 485px;
}

@media only screen and (max-width: 991.98px) {
  .careers .text-image__content--narrow .text-image__text-holder {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .careers .text-image__content--narrow .text-image__text {
    margin-bottom: 15px;
  }
}

.careers .text-carousel .h2 {
  margin-bottom: 28px;
}

@media only screen and (max-width: 991.98px) {
  .careers .text-carousel .h2 {
    margin: 0;
  }
}

.careers .image-cards {
  margin-top: 0;
  margin-bottom: 43px;
  min-height: 0;
}

.careers .image-cards__wrap {
  padding-top: 20px;
  padding-bottom: 44px;
}

@media only screen and (max-width: 991.98px) {
  .careers .image-cards__wrap {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .careers .image-cards__holder {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .careers .image-cards__title {
    margin-bottom: 15px;
  }
}

.main-header {
  margin: 40px 0;
}

.main-header .text-medium {
  margin-bottom: 0;
}

.main-header .text-medium + a {
  margin-top: 0;
}

.news .story-panel {
  margin-top: 0;
}

.news .banner {
  margin-bottom: 0;
}

.news .boilerplate-cta {
  margin-top: 0;
}

.news__items {
  padding-top: 30px;
  padding-bottom: 38px;
}

@media only screen and (max-width: 991.98px) {
  .news__items {
    padding-top: 0;
  }
}

.news__items .btn {
  margin: 20px auto;
  display: block;
}

.news__item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
  .news__item {
    margin-bottom: 30px;
  }
}

.news__category {
  display: block;
  font-size: 10px;
  color: #666;
  border-top: 1px solid #d8d8d8;
  text-align: right;
  font-weight: 900;
  padding-top: 3px;
  padding-bottom: 3px;
}

.news__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 44%;
  margin-bottom: 19px;
}

.news__img::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(122deg, transparent 73%, rgba(255, 255, 255, 0.5) 0%);
}

.news__date {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #666;
  letter-spacing: 2px;
  margin-bottom: 7px;
}

.news__title {
  font-size: 14px;
  color: #4a4a49;
  line-height: 21px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 575.98px) {
  .news__title {
    margin-bottom: 20px;
  }
}

.news__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #009fe3;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.news__link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #009fe3;
}

.loaded .news__link::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.news__link .font-ico-external::before {
  margin-left: 5px;
  font-size: 10px;
}

.news__link .font-ico-play {
  font-size: 15px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 3px;
}

.news__link .font-ico-download {
  font-size: 13px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .news__link:hover::before {
    width: 100%;
    left: 0;
  }
}

.filters {
  width: 100%;
  padding-top: 14px;
  margin-bottom: 30px;
}

.filters__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;
}

@media only screen and (max-width: 991.98px) {
  .filters__wrap {
    -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) {
  .filters__options {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 991.98px) {
  .filters__type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}

.filters__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  color: #4a4a49;
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 991.98px) {
  .filters__title {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 575.98px) {
  .filters__title {
    font-size: 16px;
  }
}

.filters__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

@media only screen and (max-width: 575.98px) {
  .filters__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filters__list-item {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  text-align: center;
  border: 1px solid #999;
  padding: 7px;
  letter-spacing: 2.2px;
  margin-right: 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;
  cursor: pointer;
}

.loaded .filters__list-item {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .filters__list-item {
    font-size: 10px;
    padding: 5px 6px;
    letter-spacing: 1.5px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .filters__list-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .filters__list-item:hover {
    color: #fff;
    background-color: #009fe3;
    border: 1px solid #009fe3;
  }
}

.filters__list-item--active {
  color: #fff;
  background-color: #009fe3;
  border: 1px solid #009fe3;
}

@media only screen and (min-width: 1025px) {
  .no-touch .filters__list-item--active:hover {
    background-color: #0db6ff;
  }
}

.selectric-filters__select {
  width: 270px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  border: 1px solid #ccc;
  outline: none;
}

@media only screen and (max-width: 575.98px) {
  .selectric-filters__select {
    width: 100%;
    letter-spacing: 1.5px;
  }
}

.selectric-filters__select .selectric-wrapper {
  margin-bottom: 0;
}

.selectric-filters__select .selectric {
  border: 0;
  background-color: #fff;
  height: 30px;
}

@media only screen and (max-width: 767.98px) {
  .selectric-filters__select .selectric {
    height: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .selectric-filters__select .selectric:hover .button {
    background-color: #fff;
  }
  .no-touch .selectric-filters__select .selectric:hover .button::after {
    top: -8px;
    right: -8px;
    z-index: 2;
    border-top-color: #fff;
  }
}

.selectric-filters__select .selectric:focus {
  border-color: #009fe3;
}

.selectric-filters__select .selectric-items {
  border: 1px solid #009fe3;
  top: 114%;
  left: -1px;
  -webkit-box-shadow: 0 0 18px -6px;
          box-shadow: 0 0 18px -6px;
  width: 270px !important;
}

@media only screen and (max-width: 767.98px) {
  .selectric-filters__select .selectric-items {
    width: 100% !important;
  }
}

.selectric-filters__select .selectric-items li {
  font-size: 14px;
  text-transform: uppercase;
  color: #009fe3;
  background-color: #fff;
  height: 28px;
  line-height: 28px !important;
  padding: 5px 10px;
}

.loaded .selectric-filters__select .selectric-items li {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .selectric-filters__select .selectric-items li {
    font-size: 10px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .selectric-filters__select .selectric-items li:hover {
    background-color: #009fe3;
    color: #fff;
  }
}

.selectric-filters__select .label {
  font-size: 14px;
  color: #999;
  line-height: 30px !important;
  height: 30px !important;
}

@media only screen and (max-width: 767.98px) {
  .selectric-filters__select .label {
    font-size: 10px;
    line-height: 27px !important;
    margin-left: 5px !important;
  }
}

.selectric-filters__select .button {
  background-color: #fff;
}

.selectric-filters__select .button::after {
  top: -15px !important;
  right: -8px !important;
  z-index: 2;
  border-top-color: #fff;
}

.loaded .selectric-filters__select .button::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.selectric-filters__select .button::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  width: 15px;
  height: 15px;
  background-color: #009fe3;
  border-radius: 100%;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (min-width: 1025px) {
  .no-touch .selectric-filters__select:hover .selectric .button::before {
    opacity: 0.7;
  }
}

.selectric-hover .selectric .button::after {
  border-top-color: #fff;
}

.selectric-filters__select.selectric-open {
  border: 1px solid #009fe3;
}

.selectric-filters__select.selectric-open .label {
  color: #009fe3 !important;
}

.selectric-filters__select.selectric-open .button {
  background-color: #fff !important;
}

.selectric-filters__select.selectric-open .button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.media .banner {
  margin-bottom: 0;
}

.media .story-panel {
  margin-top: 0;
}

.media .split-panel {
  margin-top: 0;
  margin-bottom: 0;
}

.media__items {
  padding-top: 30px;
  padding-bottom: 38px;
}

@media only screen and (max-width: 991.98px) {
  .media__items {
    padding-top: 0;
  }
}

.media__items .btn {
  margin: 20px auto;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__items .slick-arrow:hover {
    background-color: #fff;
    border: 0 !important;
  }
  .no-touch .media__items .slick-arrow:hover::before {
    color: #0d0d0d;
  }
}

.media__item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
  .media__item {
    margin-bottom: 30px;
  }
}

.media__category {
  display: block;
  font-size: 10px;
  color: #666;
  border-top: 1px solid #d8d8d8;
  text-align: right;
  font-weight: 900;
  padding-top: 3px;
  padding-bottom: 3px;
}

.media__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 44%;
  margin-bottom: 19px;
}

.media__img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(122deg, transparent 73%, rgba(255, 255, 255, 0.2) 0%);
}

.media__date {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #666;
  letter-spacing: 2px;
  margin-bottom: 7px;
}

.media__title {
  font-size: 14px;
  color: #4a4a49;
  line-height: 21px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 575.98px) {
  .media__title {
    margin-bottom: 20px;
  }
}

.media__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 0;
}

.media__link {
  color: #009fe3;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.loaded .media__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.media__link .font-ico-view {
  font-size: 13px;
  margin-right: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 2px;
}

.media__link .font-ico-external {
  font-size: 11px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 1px;
}

.media__link .font-ico-play {
  font-size: 15px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 3px;
}

.media__link .font-ico-download {
  font-size: 13px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  top: 3px;
}

.media__link:first-of-type {
  margin-right: 32px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__link:hover {
    color: #4a4a49;
  }
  .no-touch .media__link:hover .font-ico-view, .no-touch .media__link:hover .font-ico-download {
    color: #4a2d5d;
  }
}

.tech .banner {
  margin-bottom: 108px;
}

.tech .tabs {
  margin-bottom: 6px;
}

.tech .has-indentation {
  max-width: 750px;
}

.tech .has-indentation .text-medium {
  margin-bottom: 40px;
}

.tech .image-carousel {
  margin: 0;
  padding: 80px 0;
}

.tech .stats {
  margin: 45px auto 108px;
}

.tech .text-image__text-holder {
  margin-left: 0;
}

.tech .text-image {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.tech .image-cards {
  margin: 50px 0 0;
  min-height: 635px;
}

.tech .image-cards__wrap {
  padding-top: 38px;
}

.tech .image-cards__card-title {
  margin-bottom: 37px;
}

.tech .image-cards__text {
  margin-bottom: 90px;
}

.tech .tech__bg-top {
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tech .tech__bg-bottom {
  height: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .tech .stats {
    margin: 45px 0 0;
  }
  .tech .image-cards {
    margin: 0;
  }
  .tech .banner {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech .image-carousel {
    padding: 50px 0 80px;
  }
}

.secondary-header {
  margin-bottom: 60px;
}

.secondary-header__text {
  max-width: 770px;
  font-size: 20px;
  line-height: 34px;
  color: #0d0d0d;
  margin: 30px 0;
}

.airlander-club .split-panel {
  margin: 0;
}

.airlander-club .split-panel__half--purple {
  background-color: #00485a;
}

.airlander-club .image-cards {
  margin: 0;
}

.airlander-club .main-header .text-medium {
  margin-bottom: 40px;
}

.airlander-club .image-carousel {
  margin: 0;
  padding: 20px 0 70px;
}

@media only screen and (max-width: 767.98px) {
  .airlander-club .image-carousel {
    padding-bottom: 100px;
  }
}

.landing {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative;
  opacity: 0;
}

.landing .wrap {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 12;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .landing iframe {
    display: none;
  }
  .landing video {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .landing {
    display: block;
  }
  .landing .wrap {
    display: block;
    top: 50%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .landing iframe {
    display: none;
  }
  .landing video {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .landing {
    opacity: 1;
  }
  .loaded .landing .wrap {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .landing iframe {
    display: none;
  }
  .landing video {
    display: none;
  }
}

.landing__hero-video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.landing__iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.landing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-position: center center;
  background-size: cover;
}

.landing__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(177, 56, 158, 0.1);
  z-index: 1;
}

.landing__video {
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.loaded .landing__video {
  opacity: 1;
}

@media only screen and (max-width: 991.98px) {
  .landing__video {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media only screen and (max-width: 767.98px) {
  .landing__video {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
}

.landing__slice-right,
.landing__slice-left {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.landing__slice-left {
  top: 0;
  left: -100%;
  background-image: linear-gradient(310deg, transparent 60%, rgba(255, 255, 255, 0.06) 0%);
}

@media only screen and (max-width: 767.98px) {
  .landing__slice-left {
    left: 0;
    background-image: linear-gradient(310deg, transparent 75%, rgba(255, 255, 255, 0.06) 0%);
  }
}

.landing__slice-right {
  top: 0;
  left: 100%;
  background-image: linear-gradient(130deg, transparent 60%, rgba(255, 255, 255, 0.06) 0%);
}

@media only screen and (max-width: 767.98px) {
  .landing__slice-right {
    left: 0;
    background-image: linear-gradient(130deg, transparent 75%, rgba(255, 255, 255, 0.06) 0%);
  }
}

.landing__center-content-parallax {
  opacity: 0;
}

@media only screen and (max-width: 991.98px) {
  .landing__center-content-parallax {
    top: 15%;
  }
}

@media only screen and (max-width: 767.98px) {
  .landing__center-content-parallax {
    opacity: 1;
  }
}

.landing__button {
  margin-top: 10px;
}

.landing__main-logo {
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  padding-left: 7px;
}

.landing__title {
  color: #fff;
  font-size: 150px;
  margin-bottom: -56px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(13, 13, 13, 0.3);
}

@media only screen and (max-width: 991.98px) {
  .landing__title {
    font-size: 128px;
    margin: 0 0 -40px -16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .landing__title {
    font-size: 52px;
    margin: 0 0 -10px;
  }
}

.landing__subtitle {
  font-size: 85px;
  text-transform: uppercase;
  letter-spacing: 5.2px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-shadow: 0 0 15px rgba(13, 13, 13, 0.3);
}

@media only screen and (max-width: 991.98px) {
  .landing__subtitle {
    font-size: 72px;
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .landing__subtitle {
    font-size: 22px;
  }
}

.landing__scroll-more {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .landing__scroll-more {
    display: none;
    position: absolute;
    bottom: 73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.landing__scroll-icon {
  font-size: 30px;
  color: #fff;
}

.lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 11;
  pointer-events: none;
}

.lines::before, .lines::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000em;
  opacity: 0.5;
}

.lines::before {
  right: 100%;
  background: repeating-linear-gradient(to left, #ccc 0, #ccc 1px, transparent 1px, transparent 390px);
}

.lines::after {
  left: 100%;
  background: repeating-linear-gradient(to right, #ccc 0, #ccc 1px, transparent 1px, transparent 390px);
}

@media only screen and (max-width: 1199.98px) {
  .lines::before, .lines::after {
    width: 1px;
    background: #ccc;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .lines {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lines {
    width: calc(100% - 70px);
  }
}

@media only screen and (max-width: 767.98px) {
  .lines {
    width: calc(100% - 40px);
  }
}

.lines__single {
  display: block;
  width: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
}

.lines__single:nth-child(1) {
  left: 33.3333%;
}

.lines__single:nth-child(2) {
  left: 66.6666%;
}

.text-video {
  padding-top: 200px;
  padding-bottom: 245px;
  position: relative;
  overflow-x: hidden;
}

.text-video .lines {
  position: absolute;
  z-index: 25;
}

.text-video .lines .lines__single:nth-child(2) {
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .text-video {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-video {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .text-video .lines {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-video {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .text-video .section-heading {
    max-width: 243px;
  }
}

.text-video__slide {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 0 11px 4px rgba(0, 0, 0, 0.27);
          box-shadow: 1px 0 11px 4px rgba(0, 0, 0, 0.27);
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-video__slide:hover .text-video__icon-pause {
    opacity: 1;
  }
}

.slide__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
}

.text-video__left .section-heading {
  position: relative;
  z-index: 30;
}

@media only screen and (max-width: 991.98px) {
  .text-video__left {
    z-index: unset;
  }
}

.text-video__slider-overlay {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: -60px;
  width: 2000em;
  background-color: #fff;
  z-index: 20;
}

@media only screen and (max-width: 991.98px) {
  .text-video__slider-overlay {
    display: none;
  }
}

.text-video__text {
  padding-top: 70px;
  max-width: 325px;
}

.text-video__text .btn-link {
  color: #009fe3;
  font-weight: 700;
}

.text-video__slider-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  z-index: 15;
}

@media only screen and (max-width: 1199.98px) {
  .text-video__slider-wrap {
    padding-bottom: 0;
  }
}

.text-video__slider {
  position: static;
  height: auto;
  margin-top: 28px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  max-height: 400px;
  overflow: hidden;
}

.text-video__slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  max-height: none;
  overflow: visible;
}

.text-video__slider .slick-list {
  overflow: visible !important;
  width: 100%;
  height: 100%;
}

.text-video__slider .slick-slide {
  max-width: 100%;
}

.loaded .text-video__slider .slick-slide {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text-video__slider .slick-slide:not(.slick-active) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.text-video__slider .slick-arrow {
  bottom: -122px;
  top: auto;
  border-color: #999;
}

.text-video__slider .slick-arrow::before {
  color: #999;
}

.loaded .text-video__slider .slick-arrow {
  -webkit-transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-video__slider .slick-disabled {
  border-color: rgba(153, 153, 153, 0.4);
}

.text-video__slider .slick-disabled::before {
  color: rgba(153, 153, 153, 0.4);
}

.text-video__slider .slick-next {
  right: 8px;
}

.text-video__slider .slick-prev {
  right: 64px;
  left: auto;
}

.text-video__slider .slick-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: -151px;
  background-color: #999;
  height: 2px;
  width: 524px;
  overflow-y: visible;
}

.text-video__slider .slick-lines li {
  background-color: #999;
  height: 2px;
  width: 100px;
  overflow-y: visible;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text-video__slider .slick-lines li.slick-active {
  background-color: #009fe3;
  height: 5px;
  margin-top: -1px;
  border-radius: 10px;
}

.text-video__slider .slick-lines li button {
  font-size: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .text-video__slider .slick-arrow {
    bottom: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .text-video__slider .slick-list {
    height: auto !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-video__slider {
    height: auto;
    z-index: 11;
  }
  .text-video__slider .slick-arrow {
    bottom: -90px;
  }
  .text-video__slider .slick-next {
    right: 50px;
  }
  .text-video__slider .slick-prev {
    right: 105px;
    left: auto;
  }
  .text-video__slider .slick-list {
    max-width: 100%;
    height: 100%;
  }
  .text-video__slider .slick-slide {
    opacity: 1;
    padding: 0;
    max-width: 100%;
    margin-right: 0;
    position: relative;
    -webkit-transform: translateX(20%) scale(0.8);
            transform: translateX(20%) scale(0.8);
  }
  .text-video__slider .slick-slide .image-carousel__caption {
    opacity: 0;
  }
  .loaded .text-video__slider .slick-slide {
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  .text-video__slider .slick-slide.slick-active {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .text-video__slider .slick-slide.slick-active + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
  .text-video__slider .slick-slide:not(.slick-active) {
    -webkit-transform: translateX(20%) scale(0.8);
            transform: translateX(20%) scale(0.8);
  }
  .text-video__slider .slick-slide.slick-current {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .text-video__slider .slick-slide.slick-current .image-carousel__caption {
    opacity: 1;
  }
  .text-video__slider .slick-slide.slick-current + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
}

@media only screen and (max-width: 767.98px) {
  .text-video__slider {
    height: auto;
  }
  .text-video__slider .slick-arrow {
    bottom: -84px;
  }
  .text-video__slider .slick-next {
    right: 5px;
  }
  .text-video__slider .slick-prev {
    right: 55px;
  }
}

.text-video__video {
  max-width: 100%;
  max-height: 100%;
}

.text-video__slide-wrap {
  position: relative;
}

.text-video__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
}

.hide-overlay {
  display: none;
}

.text-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-video__icon:hover .text-video__icon-play::before {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
            transform: translate(-50%, -50%) scale(1.12);
    opacity: 1;
  }
}

.text-video__icon-play::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: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 14;
  opacity: 0.8;
}

.loaded .text-video__icon-play::before {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-video__icon-pause {
  opacity: 0;
}

.text-video__icon-pause::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: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 14;
}

.text-video__carousel-progress {
  position: absolute;
  bottom: -85px;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 154px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .text-video__carousel-progress {
    bottom: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-video__carousel-progress {
    max-width: calc(100% - 184px);
    bottom: -50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-video__carousel-progress {
    max-width: calc(100% - 100px);
    bottom: -50px;
  }
}

.text-video__carousel-progress.text-video__carousel-progress--landscape {
  bottom: -30px;
}

.text-video__carousel-progress.text-video__carousel-progress--portrait {
  max-width: calc(100% - 184px);
  bottom: -50px;
}

.text-video__carousel-progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .text-video__carousel-progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.text-video__iframe-video {
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
  background-color: #000;
}

.text-video__iframe-video .text-video__iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .text-video__iframe-video {
    height: 325px;
  }
  .text-video__iframe-video .text-video__iframe {
    min-height: 325px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-video__iframe-video {
    height: 170px;
  }
  .text-video__iframe-video .text-video__iframe {
    min-height: 170px;
  }
}

.tech {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 90px);
}

.tech .section-title {
  letter-spacing: 1px !important;
}

.tech .section-heading {
  margin-top: 55px;
}

.tech .slick-arrow {
  border-color: #009fe3;
}

.tech .slick-arrow::before {
  color: #009fe3;
}

.loaded .tech .slick-arrow {
  -webkit-transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.tech .slick-disabled {
  border-color: rgba(102, 102, 102, 0.4);
}

.tech .slick-disabled::before {
  color: rgba(102, 102, 102, 0.4);
}

@media only screen and (max-width: 991.98px) {
  .tech {
    padding: 0;
    min-height: 100vh;
  }
  .tech .slick-slide {
    padding: 0;
  }
  .tech .slick-arrow {
    bottom: -50px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .tech .slick-prev {
    right: 88px;
    left: auto;
  }
  .tech .slick-next {
    right: 30px;
  }
  .tech .large-carousel__progress {
    display: block;
  }
  .tech .section-heading {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech {
    height: auto;
  }
  .tech .slick-prev {
    right: 23px;
    left: auto;
  }
  .tech .slick-next {
    right: -20px;
  }
  .tech .slick-arrow {
    bottom: -56px;
  }
}

.tech__bg {
  position: absolute;
  background-position: bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tech__bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: linear-gradient(130deg, transparent 55%, rgba(0, 0, 0, 0.08) 0%);
  width: 100%;
  height: 100%;
}

.loaded .tech__bg::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .tech__bg {
    top: 0;
    -webkit-transform: none;
            transform: none;
    background-position: center center;
  }
}

.tech__content-parallax {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 11;
  min-height: 740px;
}

.tech__content-parallax .section-suptitle {
  color: #666 !important;
}

@media only screen and (min-height: 1000px) and (min-width: 1200px) {
  .tech__content-parallax {
    min-height: calc(100vh - 200px);
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__content-parallax {
    -webkit-transform: none;
            transform: none;
    height: auto;
    min-height: 650px;
  }
}

.tech__group {
  padding-left: 16px;
}

@media only screen and (max-width: 991.98px) {
  .tech__group {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__group:nth-child(2) {
    margin-left: 0;
  }
}

.tech__group-title {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  max-width: 200px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .tech__group-title {
    margin-bottom: 20px;
  }
}

.tech__group-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  max-width: 250px;
}

@media only screen and (max-width: 991.98px) {
  .tech__group-text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__group-text {
    max-width: 100%;
    word-break: break-word;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .tech__wrap {
    padding: 90px 35px 110px;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__wrap {
    padding: 50px 20px 80px;
  }
}

.tech__slider-wrap {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  left: 5px;
}

@media only screen and (max-width: 991.98px) {
  .tech__slider-wrap {
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__slider-wrap {
    margin-bottom: 90px;
    left: 5px;
  }
}

.tech__slider {
  margin: 0;
}

.tech__image {
  max-width: 700px;
  max-height: 40vh;
  height: auto;
  display: block;
  margin: 40px auto 30px;
  z-index: 26;
  position: relative;
}

@media only screen and (min-height: 1000px) and (min-width: 1200px) {
  .tech__image {
    max-width: 850px;
    max-height: 54vh;
  }
}

@media only screen and (max-width: 991.98px) {
  .tech__image {
    -webkit-transform: none;
            transform: none;
    max-width: 650px;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech__image {
    -webkit-transform: none;
            transform: none;
    max-width: 320px;
  }
}

.tech-carousel__progress {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .tech-carousel__progress {
    max-width: calc(100% - 184px);
    position: absolute;
    left: -5px;
    bottom: -30px;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .tech-carousel__progress {
    max-width: calc(100% - 90px);
    left: 15px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .tech-carousel__progress-line {
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    background-color: #009fe3;
    display: inline-block;
  }
  .loaded .tech-carousel__progress-line {
    -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  }
}

.text-color-black {
  color: #000 !important;
}

.text-color-black::after {
  background-color: #000;
}

.text-color-white {
  color: #fff !important;
}

.text-color-white::after {
  background-color: #fff;
}

.text-color-blue {
  color: #009fe3 !important;
}

.text-color-blue::after {
  background-color: #009fe3;
}

.stories {
  padding-top: 80px;
  padding-bottom: 257px;
  position: relative;
  overflow-x: hidden;
}

.stories .section-heading {
  margin-bottom: 80px;
}

.stories .section-title {
  letter-spacing: -0.8px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .stories {
    padding-bottom: 145px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .stories .section-heading {
    margin-bottom: 30px;
  }
  .stories .section-title {
    max-width: 270px;
    margin: 0 auto;
  }
}

.stories__wrap {
  position: relative;
}

.stories__slider-wrap {
  width: 100%;
  position: relative;
}

.stories__slider {
  width: 100%;
  position: static;
  max-height: 500px;
  overflow: hidden;
}

.stories__slider.slick-initialized {
  max-height: none;
  overflow: visible;
}

.stories__slider .slick-list {
  overflow: visible;
  position: relative;
  z-index: 11;
}

.stories__slider .slick-arrow {
  top: auto;
  bottom: -160px;
  border-color: #999;
}

.stories__slider .slick-arrow::before {
  color: #999;
}

.loaded .stories__slider .slick-arrow {
  -webkit-transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: border-color 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.stories__slider .slick-disabled {
  border-color: rgba(102, 102, 102, 0.4);
}

.stories__slider .slick-disabled::before {
  color: rgba(102, 102, 102, 0.4);
}

.stories__slider .slick-next {
  right: 20px;
}

.stories__slider .slick-prev {
  left: auto;
  right: 75px;
}

.stories__slider .slick-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: -125px;
  left: 113px;
  background-color: #999;
  height: 2px;
  width: 68%;
  overflow-y: visible;
}

.stories__slider .slick-lines li {
  background-color: #999;
  height: 2px;
  width: 50%;
  overflow-y: visible;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.stories__slider .slick-lines li.slick-active {
  background-color: #009fe3;
  height: 8px;
  margin-top: -3px;
  border-radius: 10px;
}

.stories__slider .slick-lines li button {
  font-size: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .stories__slider .slick-arrow {
    bottom: -115px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stories__slider {
    width: 100%;
  }
  .stories__slider .slick-lines {
    left: 35px;
  }
  .stories__slider .slick-next {
    right: 70px;
  }
  .stories__slider .slick-prev {
    right: 130px;
  }
  .stories__slider .slick-slide {
    max-width: 100%;
    margin-right: 0;
  }
  .stories__slider .slick-list {
    overflow: visible;
    max-width: 100%;
  }
  .stories__slider .slick-slide {
    opacity: 1;
    padding: 0;
    position: relative;
    -webkit-transform: translateX(20%) scale(0.8);
            transform: translateX(20%) scale(0.8);
    z-index: 10;
  }
  .stories__slider .slick-slide .stories__slide-date {
    opacity: 0;
  }
  .stories__slider .slick-slide .stories__slide-title {
    opacity: 0;
  }
  .stories__slider .slick-slide .btn-link {
    opacity: 0;
  }
  .loaded .stories__slider .slick-slide {
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  .stories__slider .slick-slide.slick-active {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .stories__slider .slick-slide.slick-active + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
  .stories__slider .slick-slide.slick-current {
    z-index: 20;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .stories__slider .slick-slide.slick-current .stories__slide-date {
    opacity: 1;
  }
  .stories__slider .slick-slide.slick-current .stories__slide-title {
    opacity: 1;
  }
  .stories__slider .slick-slide.slick-current .btn-link {
    opacity: 1;
  }
  .stories__slider .slick-slide.slick-current + .slick-slide {
    -webkit-transform: translateX(-20%) scale(0.8);
            transform: translateX(-20%) scale(0.8);
  }
}

@media only screen and (max-width: 767.98px) {
  .stories__slider .slick-next {
    right: 5px;
  }
  .stories__slider .slick-prev {
    right: 50px;
  }
  .stories__slider .slick-arrow {
    bottom: -84px;
  }
}

.stories__slide {
  padding-right: 64px;
  padding-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .stories__slide {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stories__slide {
    padding-right: 0;
  }
}

.stories__slide-img {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 21px;
  width: 100%;
  opacity: 0;
}

.slick-initialized .stories__slide-img {
  opacity: 1;
}

.stories__slide-date {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin-bottom: 10px;
}

.stories__slide-title {
  color: #0d0d0d;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.29px;
  font-weight: 900;
  margin-bottom: 32px;
}

@media only screen and (max-width: 991.98px) {
  .stories__slide-title {
    margin-bottom: 20px;
  }
}

.stories__title {
  font-size: 60px !important;
  letter-spacing: -0.78px !important;
}

.stories__carousel-progress {
  position: absolute;
  bottom: -120px;
  left: 20px;
  display: block;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 184px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .stories__carousel-progress {
    bottom: -75px;
  }
}

@media only screen and (max-width: 991.98px) {
  .stories__carousel-progress {
    max-width: calc(100% - 254px);
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .stories__carousel-progress {
    max-width: calc(100% - 140px);
    left: 20px;
    bottom: -50px;
  }
}

.stories__carousel-progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .stories__carousel-progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.split-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 798px;
}

.split-section .rte .section-suptitle {
  color: #fff;
}

.split-section .rte .section-title {
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.split-section .btn-link {
  color: #009fe3;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  .no-touch .split-section .btn-link:hover {
    color: #fff;
  }
  .no-touch .split-section .btn-link:hover::after {
    background-color: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .split-section {
    min-height: 650px;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-section {
    display: block;
    min-height: auto;
  }
  .split-section .rte .section-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section {
    min-height: unset;
  }
}

.split-section__left {
  max-width: 54.5%;
  width: 100%;
  padding-bottom: 798px;
  position: relative;
  background-position: center center;
  background-size: 130% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.split-section__left::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: linear-gradient(130deg, transparent 70%, rgba(204, 204, 204, 0.1) 0%);
  width: 100%;
  height: 100%;
}

.loaded .split-section__left::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.split-section__left::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(180%, #000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 180%);
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .split-section__left {
    padding-bottom: 650px;
    background-size: 200% auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-section__left {
    max-width: 100%;
    position: relative;
    padding: 100px 35px 50px;
    min-height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section__left {
    position: relative;
    padding: 100px 20px 30px;
  }
}

.split-section__left-img {
  padding-bottom: 880px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .split-section__left-img {
    padding-bottom: 350px;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section__left-img {
    padding-bottom: 380px;
  }
}

.split-section__left-content {
  position: absolute;
  max-width: 390px;
  left: calc((100vw - 1170px) / 2);
  bottom: 125px;
  z-index: 11;
  text-shadow: 0 0 15px #0d0d0d;
}

@media only screen and (min-width: 992px) {
  .has-scrollbar .split-section__left-content {
    left: calc((100vw - 1186px) / 2);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .split-section__left-content {
    left: 20px;
    max-width: calc((100vw - 40px) / 3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .split-section__left-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-section__left-content {
    position: relative;
    left: unset;
    bottom: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section__left-content {
    max-width: 280px;
  }
}

.split-section__right {
  max-width: 45.5%;
  width: 100%;
  background-color: #003b54;
  position: relative;
  padding-bottom: 798px;
}

.split-section__right::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(122deg, transparent 60%, rgba(255, 255, 255, 0.06) 0%);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .split-section__right {
    padding-bottom: 650px;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-section__right {
    max-width: 100%;
    padding: 50px 35px 30px;
    min-height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section__right {
    padding: 50px 20px 30px;
  }
}

.split-section__right-content {
  position: absolute;
  right: calc((100vw - 1170px) / 2);
  max-width: 390px;
  bottom: 125px;
  z-index: 11;
}

@media only screen and (min-width: 992px) {
  .has-scrollbar .split-section__right-content {
    right: calc((100vw - 1186px) / 2);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .split-section__right-content {
    right: 20px;
    max-width: calc((100vw - 40px) / 3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .split-section__right-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .split-section__right-content {
    position: relative;
    right: unset;
    bottom: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .split-section__right-content {
    max-width: 280px;
  }
}

.sponsors-carousel {
  padding: 60px 0;
  position: relative;
  z-index: 11;
}

.sponsors-carousel .slick-arrow {
  z-index: 21;
  border: 0;
}

.sponsors-carousel .slick-next {
  right: 20px;
}

.sponsors-carousel .slick-prev {
  left: 20px;
}

.sponsors-carousel .slick-slide img {
  margin: 0 auto;
}

.sponsors-carousel .slick-list {
  z-index: 11;
  background-color: #fff;
}

@media only screen and (min-width: 1066px) and (max-width: 1260px) {
  .sponsors-carousel .slick-next {
    right: 25px;
  }
  .sponsors-carousel .slick-prev {
    left: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .sponsors-carousel .slick-next {
    right: 0;
  }
  .sponsors-carousel .slick-prev {
    left: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .sponsors-carousel .slick-next {
    right: 35px;
  }
  .sponsors-carousel .slick-prev {
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sponsors-carousel .slick-next {
    right: 20px;
  }
  .sponsors-carousel .slick-prev {
    left: 20px;
  }
}

.sponsors-carousel__slide {
  display: inline-block;
}

.sponsors-carousel__title {
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sponsors-carousel__button {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-heading {
  text-align: center;
}

.section-heading .btn-link {
  color: #009fe3;
  font-weight: 700;
}

.section-heading--left {
  text-align: left;
  padding-left: 0;
  padding-right: 115px;
  padding-top: 70px;
}

.section-heading--left .section-suptitle {
  letter-spacing: 2.86px !important;
}

.section-heading--left .section-title {
  font-size: 55px !important;
  letter-spacing: normal !important;
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767.98px) {
  .section-heading--left {
    padding-top: 30px;
    padding-right: 0;
  }
  .section-heading--left .section-title {
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: normal !important;
    margin-bottom: 5px !important;
  }
}

.home .header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(350%, #000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 350%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  border-bottom: 0;
}

.loaded .home .header {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.home .header__home {
  width: 134px;
  height: 60px;
  position: relative;
  margin-left: -7px;
}

.loaded .home .header__home {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.home .header__logo--black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: 127px;
  height: 60px;
  padding-left: 7px;
}

.home .header__logo--white {
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 134px;
  height: 60px;
}

.home .header__scrolling {
  border-bottom: 0 !important;
}

.home .header__scrolling .header__logo--white {
  opacity: 0;
}

.home .header__scrolling .header__logo--black {
  opacity: 1;
}

.home .header__scrolling .header__ico {
  color: #009fe3 !important;
}

.home .header__scrolling .header__search-input-field {
  background: transparent;
}

.home .header__search-input-field {
  background: rgba(255, 255, 255, 0.95);
}

.home .header__nav-link {
  color: #fff;
  text-shadow: 0 0 15px #0d0d0d;
}

.home .header__ico {
  color: #fff;
  text-shadow: 0 0 10px #0d0d0d;
  padding: 10px;
  margin: 0 -10px;
  margin-left: 21px;
}

.loaded .home .header__ico {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.home .header__nav-toggle-line {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #0d0d0d;
          box-shadow: 0 0 15px #0d0d0d;
}

.home .show-content {
  background: #fff;
}

.home .show-content .header__nav-toggle-line {
  background-color: #009fe3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home .show-content .header__home .header__logo--white {
  opacity: 0;
}

.home .show-content .header__home .header__logo--black {
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .home .header__nav-link {
    color: #000;
    text-shadow: none;
  }
  .home .header__submenu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .home .header__submenu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home .header__nav-link {
    color: #000;
    text-shadow: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .home .header {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .loaded .home .header {
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }
}

.landing-sidenav {
  position: fixed;
  right: 0;
  top: 50%;
  min-width: 252px;
  -webkit-transform: translateY(-58%) translateX(100%);
          transform: translateY(-58%) translateX(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(13, 13, 13, 0.5);
  border: 1px solid #fff;
  border-left: 1px solid transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 99;
}

.loaded .landing-sidenav.bounce {
  -webkit-animation: bounce 2s normal;
          animation: bounce 2s normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.loaded .landing-sidenav {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@-webkit-keyframes bounce {
  0%, 30%, 60%, 100% {
    -webkit-transform: translateY(-58%) translateX(100%);
            transform: translateY(-58%) translateX(100%);
  }
  15% {
    -webkit-transform: translateY(-58%) translateX(88%);
            transform: translateY(-58%) translateX(88%);
  }
  45% {
    -webkit-transform: translateY(-58%) translateX(92%);
            transform: translateY(-58%) translateX(92%);
  }
  75% {
    -webkit-transform: translateY(-58%) translateX(96%);
            transform: translateY(-58%) translateX(96%);
  }
}

@keyframes bounce {
  0%, 30%, 60%, 100% {
    -webkit-transform: translateY(-58%) translateX(100%);
            transform: translateY(-58%) translateX(100%);
  }
  15% {
    -webkit-transform: translateY(-58%) translateX(88%);
            transform: translateY(-58%) translateX(88%);
  }
  45% {
    -webkit-transform: translateY(-58%) translateX(92%);
            transform: translateY(-58%) translateX(92%);
  }
  75% {
    -webkit-transform: translateY(-58%) translateX(96%);
            transform: translateY(-58%) translateX(96%);
  }
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav {
    right: auto;
    top: auto;
    bottom: -1px;
    left: 50%;
    min-width: 252px;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #d8d8d8;
    border-top: 1px solid transparent;
  }
  @-webkit-keyframes bounce {
    0%, 30%, 60%, 100% {
      -webkit-transform: translateX(-50%) translateY(100%);
              transform: translateX(-50%) translateY(100%);
    }
    15% {
      -webkit-transform: translateX(-50%) translateY(88%);
              transform: translateX(-50%) translateY(88%);
    }
    45% {
      -webkit-transform: translateX(-50%) translateY(92%);
              transform: translateX(-50%) translateY(92%);
    }
    75% {
      -webkit-transform: translateX(-50%) translateY(96%);
              transform: translateX(-50%) translateY(96%);
    }
  }
  @keyframes bounce {
    0%, 30%, 60%, 100% {
      -webkit-transform: translateX(-50%) translateY(100%);
              transform: translateX(-50%) translateY(100%);
    }
    15% {
      -webkit-transform: translateX(-50%) translateY(88%);
              transform: translateX(-50%) translateY(88%);
    }
    45% {
      -webkit-transform: translateX(-50%) translateY(92%);
              transform: translateX(-50%) translateY(92%);
    }
    75% {
      -webkit-transform: translateX(-50%) translateY(96%);
              transform: translateX(-50%) translateY(96%);
    }
  }
}

.landing-sidenav--active {
  -webkit-transform: translateY(-58%) translateX(1px);
          transform: translateY(-58%) translateX(1px);
}

.loaded .landing-sidenav--active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav--active {
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
  }
}

.landing-sidenav__tab {
  position: absolute;
  left: -95px;
  top: 37%;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__tab {
    left: 50%;
    top: -54px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

.landing-sidenav__list {
  padding: 0 26px;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__list {
    width: 100%;
    padding: 0 26px;
    overflow: hidden;
  }
}

.landing-sidenav__list-item {
  text-align: left;
  padding: 12px 0;
  padding-left: 30px;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__list-item {
    position: relative;
  }
  .landing-sidenav__list-item::before {
    background-color: #009fe3;
    content: '';
    position: absolute;
    left: -26px;
    top: 22px;
    height: 2px;
    width: 0;
  }
  .loaded .landing-sidenav__list-item::before {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

.landing-sidenav__list-item--active::before {
  width: 33px;
}

.landing-sidenav__list-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1.7px;
  position: relative;
}

.landing-sidenav__list-link::before {
  content: '';
  position: absolute;
  display: block;
  left: -25px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.loaded .landing-sidenav__list-link::before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.landing-sidenav__list-link::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: calc(100% + 8px);
  top: 9px;
}

.loaded .landing-sidenav__list-link::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .landing-sidenav__list-link:hover::before {
    background-color: #fff;
    border-color: #fff;
  }
  .no-touch .landing-sidenav__list-link:hover::after {
    width: 200px;
  }
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__list-link {
    color: #4a4a49;
    display: inline-block;
    cursor: none;
  }
  .landing-sidenav__list-link::after {
    height: 2px;
    background-color: #009fe3;
  }
  .landing-sidenav__list-link::before {
    border: 1px solid #4a4a49;
  }
}

.landing-sidenav__list-link--active::before {
  background-color: #fff;
  border-color: #fff;
}

.landing-sidenav__list-link--active::after {
  width: 200px;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__list-link--active::before {
    background-color: #009fe3;
    border-color: #009fe3;
  }
  .landing-sidenav__list-link--active::after {
    width: 200px;
  }
}

.landing-sidenav__wrapper {
  width: 142px;
  height: 62px;
  -webkit-perspective: 360px;
          perspective: 360px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .no-touch .landing-sidenav__wrapper:hover .landing-sidenav__holder {
    background-color: rgba(13, 13, 13, 0.65);
  }
}

.landing-sidenav__holder {
  width: 142px;
  height: 64px;
  background-color: rgba(13, 13, 13, 0.5);
  border: 1px solid #fff;
  border-bottom: 0;
  -webkit-transform: rotateX(50deg);
          transform: rotateX(50deg);
  font-size: 20px;
}

.loaded .landing-sidenav__holder {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.landing-sidenav__holder::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: -40px;
}

.landing-sidenav__holder::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 38px;
  bottom: 0;
  right: -39px;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__holder {
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .landing-sidenav__holder::before {
    width: 48px;
    left: -48px;
    background-color: #d8d8d8;
  }
  .landing-sidenav__holder::after {
    width: 46px;
    right: -47px;
    background-color: #d8d8d8;
  }
}

.landing-sidenav__tab-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
  .landing-sidenav__tab-title {
    color: #009fe3;
  }
}

.video {
  margin: 80px 0;
}

@media only screen and (max-width: 767.98px) {
  .video {
    margin: 40px 0;
  }
}

.video__wrap {
  max-width: 709px;
  width: 100%;
  margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
  .video__wrap {
    max-width: 100%;
  }
}

.video__holder {
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.video__iframe-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video__caption {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  margin-top: 20px;
}

.sign-up {
  margin-bottom: 80px;
}

.media__lib {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-color: rgba(74, 74, 73, 0.9);
  z-index: 300;
}

.media__lib .slick-slide {
  padding: 15px;
}

.media__lib .slick-arrow {
  border: 1px solid #ccc;
}

.media__lib .slick-arrow::before {
  color: #ccc;
}

.loaded .media__lib .slick-arrow {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__lib .slick-arrow:hover {
    border: 1px solid #009fe3 !important;
  }
  .no-touch .media__lib .slick-arrow:hover::before {
    color: #009fe3;
  }
}

.media__lib .slick-prev {
  left: -45px;
}

.media__lib .slick-next {
  right: -45px;
}

.media__lib .slick-disabled {
  border-color: #999;
}

.media__lib .slick-disabled::before {
  color: #999;
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__lib .slick-disabled:hover {
    border-color: #999;
    background-color: transparent;
  }
  .no-touch .media__lib .slick-disabled:hover::before {
    color: #999;
  }
}

.media__lib .media__lib-progress {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .media__lib {
    padding-top: 80px;
    overflow: scroll;
  }
}

@media only screen and (max-width: 991.98px) {
  .media__lib {
    padding: 0;
    overflow: scroll;
  }
  .media__lib .slick-slide {
    padding: 0;
  }
  .media__lib .slick-arrow {
    bottom: -45px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .media__lib .slick-prev {
    right: 130px;
    left: auto;
  }
  .media__lib .slick-next {
    right: 70px;
  }
  .media__lib .media__lib-progress {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__lib .slick-prev {
    right: 70px;
    left: auto;
  }
  .media__lib .slick-next {
    right: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 780px) {
  .media__lib {
    padding-top: 150px;
    overflow: scroll;
  }
}

@media screen and (max-width: 1199px) and (max-height: 750px) {
  .media__lib {
    padding-top: 150px;
    overflow: scroll;
  }
}

.media__lib--hide {
  visibility: hidden;
  opacity: 0;
}

.media__lib-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .media__lib-wrap {
    top: 43%;
  }
}

@media only screen and (max-width: 991.98px) {
  .media__lib-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__lib-wrap {
    top: 49%;
  }
}

.media__lib-image,
.media__iframe {
  width: 100%;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
}

.media__image-holder {
  max-width: 1080px;
  width: 100%;
  min-height: 600px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.64);
  position: relative;
  overflow: hidden;
  min-height: unset;
  padding-bottom: 56%;
}

.media__lib-image {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.media__lib-caption {
  margin-top: 15px;
  display: block;
}

@media only screen and (max-width: 991.98px) {
  .media__lib-caption {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__lib-caption {
    padding: 0 20px;
  }
}

.media__lib-info {
  max-width: 49%;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .media__lib-info {
    max-width: 100%;
  }
}

.media__lib-action {
  max-width: 50%;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 991.98px) {
  .media__lib-action {
    vertical-align: top;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__lib-action {
    display: block;
    max-width: 100%;
    margin-left: 25px;
    margin-top: 10px;
  }
}

.media__lib-action-buttons {
  float: right;
}

@media only screen and (max-width: 767.98px) {
  .media__lib-action-buttons {
    float: none;
  }
}

.media__lib-icon {
  position: absolute;
  left: -22px;
  top: 4px;
}

.media__lib-close {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -20px;
  right: 65px;
}

.loaded .media__lib-close {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__lib-close:hover {
    color: #009fe3;
  }
}

@media only screen and (max-width: 991.98px) {
  .media__lib-close {
    top: -30px;
    right: 35px;
  }
}

.media__lib-view {
  color: #fff;
  position: relative;
}

.loaded .media__lib-view {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__lib-view:hover {
    color: #009fe3;
  }
}

.media__lib-download {
  color: #fff;
  margin-left: 33px;
  position: relative;
}

.loaded .media__lib-download {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

@media only screen and (min-width: 1025px) {
  .no-touch .media__lib-download:hover {
    color: #009fe3;
  }
}

.media__lib-description {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  display: block;
}

.media__lib-date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

.media__lib-progress {
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: block;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 184px);
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (max-width: 991.98px) {
  .media__lib-progress {
    max-width: calc(100% - 30%);
    left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__lib-progress {
    max-width: calc(100% - 45%);
    left: 20px;
  }
}

.media__lib-progress-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #009fe3;
  display: inline-block;
}

.loaded .media__lib-progress-line {
  -webkit-transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.media__iframe-video {
  height: 386px;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  background-color: #000;
}

.media__iframe-video .media__iframe {
  min-height: 386px;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1066px) {
  .media__iframe-video {
    height: 325px;
  }
  .media__iframe-video .media__iframe {
    min-height: 325px;
  }
}

@media only screen and (max-width: 767.98px) {
  .media__iframe-video {
    height: 170px;
  }
  .media__iframe-video .media__iframe {
    min-height: 170px;
  }
}

/*# sourceMappingURL=style.min.css.map */

