@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;
}

iframe {
  border: 0;
}

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-left:before, .font-ico-arrow-right:before, .font-ico-arrow:before, .font-ico-business-exploit:before, .font-ico-business-grow:before, .font-ico-business-scale:before, .font-ico-business-strategic:before, .font-ico-chevron-down:before, .font-ico-close:before, .font-ico-download:before, .font-ico-linkedin:before, .font-ico-list:before, .font-ico-location:before, .font-ico-menu:before, .font-ico-quote-empty:before, .font-ico-quote:before, .font-ico-share:before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

[class*='font-ico'] {
  display: inline-block;
}

.font-ico-arrow-left:before {
  content: "";
}

.font-ico-arrow-right:before {
  content: "";
}

.font-ico-arrow:before {
  content: "";
}

.font-ico-business-exploit:before {
  content: "";
}

.font-ico-business-grow:before {
  content: "";
}

.font-ico-business-scale:before {
  content: "";
}

.font-ico-business-strategic:before {
  content: "";
}

.font-ico-chevron-down:before {
  content: "";
}

.font-ico-close:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-linkedin:before {
  content: "";
}

.font-ico-list:before {
  content: "";
}

.font-ico-location:before {
  content: "";
}

.font-ico-menu:before {
  content: "";
}

.font-ico-quote-empty:before {
  content: "";
}

.font-ico-quote:before {
  content: "";
}

.font-ico-share: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;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.video {
  position: relative;
  padding-bottom: 49%;
  padding-top: 25px;
  height: 0;
  margin: 0 56px;
  overflow: hidden;
  background-color: #fff;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .video {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .video {
    padding-bottom: 53%;
  }
}

.fadein {
  visibility: hidden;
}

.fadein.item-loaded {
  visibility: visible;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

.border-top {
  border-top: 1px solid #455364;
}

.lower {
  margin-top: 60px;
}

@media only screen and (max-width: 767.98px) {
  .lower {
    margin-top: 0;
  }
}

.line {
  position: relative;
}

.line::before, .line::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(50% + 10px);
  height: 2px;
  background-color: #fff;
  bottom: 0;
}

.line::after {
  right: -8.5px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.line::before {
  left: -8.5px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

@media only screen and (max-width: 1199px) and (min-width: 1060px) {
  .line::before, .line::after {
    width: calc(50% + 10.5px);
  }
}

@media only screen and (max-width: 767.98px) {
  .line {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -2px;
  }
  .line::before, .line::after {
    width: 100px;
  }
  .line::after {
    right: -4px;
  }
  .line::before {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .mbottom {
    margin-bottom: 80px;
  }
}

.padding {
  padding-left: 10%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media only screen and (max-width: 1199.98px) {
  .padding {
    padding-left: 15px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.cover {
  background-image: url("../assets/images/culture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade 3s;
          animation: fade 3s;
}

.cover-line {
  background-image: url("../assets/images/people-bckg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
}

@media only screen and (max-width: 1199.98px) {
  .cover-line {
    background-image: none;
  }
}

.slick-active .slider__title,
.slick-active .slider__intro {
  -webkit-animation: fade 3s;
          animation: fade 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bg-black {
  background-color: #000;
}

.color-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-dark-blue {
  background-color: #455364;
}

.color-dark-blue {
  color: #455364;
}

.bg-light-blue {
  background-color: #dae3ec;
}

.color-light-blue {
  color: #dae3ec;
}

.bg-light-grey {
  background-color: #dfe7df;
}

.color-light-grey {
  color: #dfe7df;
}

.bg-orange {
  background-color: #c56a16;
}

.color-orange {
  color: #c56a16;
}

.bg-orange-1 {
  background-color: #b86e2e;
}

.color-orange-1 {
  color: #b86e2e;
}

.bg-light {
  background-color: #dbe2ec;
}

.color-light {
  color: #dbe2ec;
}

.bg-silver {
  background-color: #bbbab8;
}

.color-silver {
  color: #bbbab8;
}

.bg-midle-gold {
  background-color: #bcad7d;
}

.color-midle-gold {
  color: #bcad7d;
}

.bg-gold {
  background-color: #dfc748;
}

.color-gold {
  color: #dfc748;
}

.bg-light-gold {
  background-color: #b3a87c;
}

.color-light-gold {
  color: #b3a87c;
}

.bg-dim-grey {
  background-color: #676767;
}

.color-dim-grey {
  color: #676767;
}

.bg-grey {
  background-color: #f6f8fa;
}

.color-grey {
  color: #f6f8fa;
}

.bg-grey-3 {
  background-color: #b6b7b3;
}

.color-grey-3 {
  color: #b6b7b3;
}

.bg-grey-4 {
  background-color: #4d4f53;
}

.color-grey-4 {
  color: #4d4f53;
}

.bg-brown {
  background-color: #7e7371;
}

.color-brown {
  color: #7e7371;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Light.woff2") format("woff2");
  src: url("../assets/fonts/Poppins-Light.woff") format("woff");
  src: url("../assets/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2");
  src: url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  src: url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Medium.woff2") format("woff2");
  src: url("../assets/fonts/Poppins-Medium.woff") format("woff");
  src: url("../assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Regular.woff2") format("woff2");
  src: url("../assets/fonts/Poppins-Regular.woff") format("woff");
  src: url("../assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Light.woff2") format("woff2");
  src: url("../assets/fonts/Roboto-Light.woff") format("woff");
  src: url("../assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2");
  src: url("../assets/fonts/Roboto-Regular.woff") format("woff");
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2");
  src: url("../assets/fonts/Roboto-Bold.woff") format("woff");
  src: url("../assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../assets/fonts/Montserrat-Regular.woff") format("woff");
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

.h1, h1, .h2, h2, .h3, h3, .h3-small, .h4, h4, a, span {
  font-family: "Poppins", sans-serif;
}

h1,
.h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 36px;
  margin-bottom: 27px;
}

h1::after,
.h1::after {
  content: '';
  display: block;
  position: relative;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 18px;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
  }
  h1::after,
  .h1::after {
    bottom: -7px;
  }
}

h2,
.h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.56px;
  line-height: 52px;
}

@media only screen and (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
    letter-spacing: -1.28px;
    line-height: 42px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.28px;
  line-height: 32px;
}

@media only screen and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 18px;
    letter-spacing: -0.96px;
    line-height: 26px;
  }
}

.h3-small {
  color: #4d4f53;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 32px;
}

h4,
.h4 {
  color: #4d4f53;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 26px;
}

.text,
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.intro {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.quote .quote__text {
  width: 100%;
  letter-spacing: -0.85px;
  font-weight: 300;
  margin-bottom: 17px;
  color: #4d4f53;
}

.quote .quote__text::before {
  color: #b86e2e;
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
}

.quote .quote__text--orange {
  color: #c56a16;
}

.quote .quote__text--orange::before {
  color: #c56a16;
}

.quote .quote__author,
.quote .quote__position {
  color: #4d4f53;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.quote .quote__author {
  font-weight: bold;
}

.quote .quote__position {
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .quote .quote__text {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .quote .quote__text {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote .quote__text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }
  .quote .quote__text::before {
    margin-bottom: 24px;
  }
}

.download {
  display: inline-block;
  position: relative;
  padding: 2px 0 2px 53px;
  color: #4d4f53;
}

.download .download__name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.download .download__size {
  color: #4d4f53;
  opacity: 0.5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.download .font-ico-download {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  width: 41px;
  height: 41px;
  border: 1px solid #4d4f53;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.download .font-ico-download::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1025px) {
  .no-touch .download:hover .font-ico-download {
    background-color: #4d4f53;
    color: #fff;
  }
  .no-touch .download:hover .download__size {
    color: #4d4f53;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .download.border-bottom {
    width: 90%;
  }
}

@media only screen and (max-width: 767.98px) {
  .download.border-bottom {
    width: inherit;
    min-width: 260px;
    padding: 2px 0 2px 53px;
  }
  .download.border-bottom .download__size {
    float: none;
    margin-top: 0;
  }
}

.link-in {
  width: 30px;
  height: 30px;
  margin-left: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: 8px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  display: inline-block;
}

.link-in .font-ico-linkedin {
  color: #4d4f53;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1025px) {
  .no-touch .link-in:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .link-in {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.wrap {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.tab.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

.tab .active .tab__link {
  opacity: 1;
  border-color: inherit;
}

.tab .tab__content {
  display: none;
}

.tab .tab__content.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

.tab__links {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199.98px) {
  .tab__links {
    margin-bottom: 30px;
  }
}

.tab__links.tab__links--pos {
  position: relative;
  z-index: 5;
}

.tab__list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991.98px) {
  .tab__list {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .tab__list {
    margin: 0 -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
}

.tab__item {
  padding: 0 20px;
  min-width: 33%;
}

@media only screen and (min-width: 1025px) {
  .no-touch .tab__item:hover:not(.active) .tab__link {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .tab__item {
    min-width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .tab__item {
    min-width: auto;
  }
}

.tab__link {
  color: #4d4f53;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -1.81px;
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid;
  border-color: inherit;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) {
  .tab__link {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .tab__link {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .tab__link {
    letter-spacing: -1.07px;
    width: auto;
  }
}

.tab__num {
  color: #4d4f53;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1px;
  padding: 20px 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .tab__num {
    margin-bottom: 25px;
  }
}

.invisible {
  display: none;
}

#ccc-title {
  letter-spacing: -0.3px;
}

/*--------------------------------------------------------------
# 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;
}

@media only screen and (max-width: 1199.98px) {
  .slick-list {
    overflow: visible;
  }
}

.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;
  margin-bottom: -4px;
}

[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;
}

.btn__slide {
  position: absolute;
  top: 44%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.btn__slide.slick-disabled {
  opacity: 0.5;
}

.btn__slide span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
}

.btn__slide.next {
  right: 3%;
}

.btn__slide.prev {
  left: 3%;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn__slide:hover:not(.slick-disabled) {
    background-color: #455364;
  }
  .no-touch .btn__slide:hover:not(.slick-disabled) span {
    color: #fff;
  }
}

@media only screen and (min-width: 1700px) {
  .btn__slide.next {
    right: 10%;
  }
  .btn__slide.prev {
    left: 10%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .btn__slide {
    top: inherit;
    border-color: #455364;
  }
  .btn__slide span {
    color: #455364;
  }
  .btn__slide.next {
    right: 20px;
  }
  .btn__slide.prev {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .btn__slide {
    top: 460px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn__slide {
    top: 230px;
    width: 46px;
    height: 46px;
  }
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 42px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #455364;
  background-color: #455364;
  border-radius: 50%;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slick-dots button:hover {
    background-color: #c56a16;
  }
}

@media only screen and (max-width: 1199.98px) {
  .slick-dots {
    left: 0;
    right: 0;
    bottom: inherit;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slick-dots {
    padding: 34px 0;
    top: 445px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slick-dots {
    padding: 28px 0;
    top: 214px;
  }
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slick-active li {
  margin: 0 8px;
}

.slick-active button {
  background-color: #fff;
}

/*--------------------------------------------------------------
# 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;
  }
  h1, h2, h3, h4, p, .intro, span, blockquote {
    background: none;
    color: #000 !important;
  }
  p,
  .intro {
    width: 100% !important;
  }
  .temp {
    display: none;
  }
  .width {
    width: 100% !important;
    display: block !important;
  }
  .slider__box {
    display: block !important;
    width: 600px !important;
    position: inherit !important;
    padding: 0 !important;
  }
  .btn__slide,
  .slick-dots {
    display: none !important;
  }
  .glance__bar {
    background-color: #000 !important;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.loaded .header {
  -webkit-transition: .6s ease-in;
  transition: .6s ease-in;
}

.header .font-ico-menu,
.header .font-ico-close {
  font-size: 17px;
  line-height: 17px;
}

.header .js-close-menu {
  display: none;
}

.header__container {
  position: relative;
  height: 90px;
}

@media only screen and (max-width: 767.98px) {
  .header__container {
    height: 60px;
  }
}

.header__content {
  position: absolute;
  left: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  z-index: 25;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header__content {
    right: -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__content {
    right: 0;
  }
  .header__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: transparent;
  }
}

.header__home {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 194px;
  z-index: 30;
}

@media only screen and (max-width: 767.98px) {
  .header__home {
    width: 140px;
  }
}

.header__logo--sticky {
  display: none;
}

.header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #405364;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  display: none;
}

.header__btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 30;
}

.loaded .header__btn {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.header__btn.header__btn--open {
  color: #fff;
}

.header__btn.header__btn--close {
  color: #c56a16;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__btn:hover {
    color: #b3a87c;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header__btn {
    right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__btn {
    right: 0;
  }
}

.nav {
  min-width: 310px;
  position: absolute;
  right: -28px;
  top: -1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  padding-top: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.loaded .nav {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media only screen and (max-width: 1199.98px) {
  .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -1px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow: auto;
  }
  .header-opened .nav {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav {
    left: 0;
    padding-top: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.nav__list {
  padding: 27px 20px 23px;
  border-top: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767.98px) {
  .nav__list {
    padding: 25px 15px;
    border-top: 0;
  }
}

.nav__item {
  margin-bottom: 9px;
}

@media only screen and (max-width: 767.98px) {
  .nav__item {
    margin-bottom: 12px;
  }
}

.nav__link {
  display: block;
  padding: 5px;
  color: #405364;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .nav__link:hover {
    color: #b3a87c;
  }
}

.nav__name:not(:first-child)::before {
  content: '/';
  color: #b3a87c;
  margin-right: 5px;
  display: inline-block;
}

.header-opened .nav {
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

.header-opened .header__btn--open {
  display: none;
}

.header-opened .header__btn--close {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .header-opened {
    background-color: #fff;
  }
  .header-opened .header__content {
    background-color: #fff;
  }
  .header-opened .header__content::after {
    background-color: #e1e1e1;
  }
  .header-opened .header__logo--sticky {
    display: block;
  }
  .header-opened .header__logo--nonsticky {
    display: none;
  }
}

.header-scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.header-scrolled.header-opened .header__content {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25);
}

.header-scrolled .header__logo--sticky {
  display: block;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

.header-scrolled .header__logo--nonsticky {
  display: none;
}

.header-scrolled .header__title {
  display: block;
}

.header-scrolled .nav__list {
  border-color: transparent;
}

.header-scrolled .header__btn--open {
  color: #c56a16;
}

@media only screen and (max-width: 767.98px) {
  .header-scrolled.header-opened .header__content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-scrolled .header__title {
    display: none;
  }
}

.footer {
  background-color: #4d4f53;
  padding: 23px 0;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding: 10px 0 15px;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__wrap {
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__wrap {
    display: block;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer__left {
    margin: 0 -5px 20px;
  }
}

.footer__right {
  position: relative;
  top: -9px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__right {
    position: absolute;
    right: 0;
  }
}

.footer__list {
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .footer__list {
    display: block;
  }
}

.footer__item {
  display: inline-block;
}

.footer__item:not(:last-child)::after {
  content: '|';
  color: #fff;
}

@media only screen and (max-width: 923px) and (min-width: 737px) {
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 736px) and (min-width: 581px) {
  .footer__item:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 580px) and (min-width: 488px) {
  .footer__item:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 487px) and (min-width: 477px) {
  .footer__item:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 476px) and (min-width: 411px) {
  .footer__item:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 410px) and (min-width: 384px) {
  .footer__item:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 383px) and (min-width: 353px) {
  .footer__item:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 352px) and (min-width: 325px) {
  .footer__item:nth-child(2)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

@media only screen and (max-width: 324px) and (min-width: 319px) {
  .footer__item:nth-child(2)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
  .footer__item:nth-child(6)::after {
    content: '';
    display: inline-block;
    width: 3px;
  }
}

.footer__name,
.footer__link {
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__name,
  .footer__link {
    padding: 4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__name,
  .footer__link {
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__name {
    display: block;
    margin-bottom: 12px;
  }
}

.footer__link {
  position: relative;
}

.footer__link::before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  height: 1px;
  bottom: 3px;
  background-color: transparent;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__link:hover::before {
    background-color: #fff;
  }
}

.footer__emp {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.footer__emp::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -2px;
  background-color: transparent;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__emp:hover::before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__emp {
    display: inline-block;
    margin: 10px 0;
  }
}

.banner {
  padding-top: 90px;
  height: 750px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner {
    height: 758px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner {
    height: 526px;
  }
}

.banner__holder {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner__holder {
    padding-top: 11px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .banner__holder {
    position: inherit;
  }
}

.banner__content {
  width: 50%;
  padding-top: 101px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner__content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .banner__content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__content {
    margin-bottom: 12px;
  }
}

.banner__subtitle {
  margin-bottom: 24px;
  font-weight: 600;
  color: #b3a87c;
}

@media only screen and (max-width: 767.98px) {
  .banner__subtitle {
    margin-bottom: 10px;
  }
}

.banner__text {
  width: 85%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .banner__text {
    width: 67%;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__text {
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 24px;
  }
}

.banner__img-holder {
  position: absolute;
  top: -90px;
  left: 51%;
  right: -12%;
  visibility: hidden;
  opacity: 0;
}

.loaded .banner__img-holder {
  -webkit-transition: 1.5s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 1.5s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.loaded .banner__img-holder.fade-in {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1199.98px) {
  .banner__img-holder {
    position: inherit;
    margin-left: -50px;
    margin-right: -50px;
    top: -15%;
  }
}

.banner__img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .7s ease-in-out .7s;
  transition: .7s ease-in-out .7s;
  max-width: unset;
}

.banner__img.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199.98px) {
  .banner__img {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
  }
}

.slider {
  overflow: hidden;
}

@media only screen and (max-width: 1199.98px) {
  .slider {
    background-color: #fff;
    z-index: 1;
    position: relative;
  }
}

.slider__container {
  overflow: hidden;
}

.slider__container .slick-arrow.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (max-width: 1199.98px) {
  .slider__container {
    overflow: visible;
  }
}

.slider__item {
  position: relative;
}

.slider__img {
  padding-top: 20px;
  padding-bottom: 578px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider__img {
    padding-bottom: 438px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider__img {
    padding-bottom: 225px;
    height: 287px;
  }
}

.slider__title {
  color: #fff;
  padding-top: 74px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider__title {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider__title {
    padding-top: 0;
    line-height: 28px;
  }
}

.slider__box-desktop {
  position: absolute;
  top: 28%;
  max-width: 485px;
}

.slider__box-desktop.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .slider__box-desktop {
    left: 120px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .slider__box-desktop {
    display: none;
  }
}

.slider__box-mobile {
  padding: 25px 20px;
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .slider__box-mobile {
    display: block;
    padding-bottom: 0;
  }
}

.slider__intro {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.13px;
  line-height: 42px;
}

@media only screen and (max-width: 1199.98px) {
  .slider__intro {
    padding-bottom: 5px;
    font-weight: 600;
    color: #455364;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider__intro {
    width: 88%;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -1.28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider__intro {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
  }
}

.financial {
  padding: 80px 0 90px;
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.financial .row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.financial .row.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (min-width: 1200px) {
  .financial {
    background: url("../assets/images/blue-shape-1.svg") no-repeat;
    background-size: 46% 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .financial .wrap {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .financial {
    padding: 55px 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial {
    padding: 20px 0;
  }
}

.financial__title {
  margin-bottom: 40px;
  color: #4d4f53;
}

@media only screen and (min-width: 1200px) {
  .financial__title {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .financial__title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__title {
    margin-bottom: 10px;
  }
}

.financial__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .financial__wrap:not(:last-child) {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__wrap:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .financial__wrap--top {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .financial__highlights {
    padding: 28px 15px;
    background-color: #d3dee4;
  }
}

.financial__text {
  width: 58%;
  margin-bottom: 90px;
  font-size: 23px;
  line-height: 33px;
  color: #4d4f53;
}

@media only screen and (max-width: 1199.98px) {
  .financial__text {
    width: 90%;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.financial__content {
  position: relative;
  margin-top: auto;
}

.financial__value {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .financial__value {
    font-size: 120px;
    line-height: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__value {
    font-size: 100px;
    line-height: 90px;
  }
}

.financial__content-desc {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .financial__content-desc {
    width: 43%;
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__content-desc {
    width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
}

.financial__box {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .financial__box {
    width: 33.33%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__box {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__holder {
    margin-bottom: 10px;
  }
}

.financial__val,
.financial__ind {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -2px;
  color: #b3a87c;
}

@media only screen and (min-width: 768px) {
  .financial__val,
  .financial__ind {
    margin-bottom: 10px;
    font-size: 54px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__val,
  .financial__ind {
    font-size: 30px;
    line-height: 36px;
  }
}

.financial__percentage,
.financial__year {
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.96px;
  color: #455364;
}

@media only screen and (min-width: 768px) {
  .financial__percentage,
  .financial__year {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__percentage,
  .financial__year {
    font-size: 12px;
    line-height: 18px;
  }
}

.financial__percentage {
  margin-right: 4px;
}

.financial__desc {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .financial__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .financial__desc {
    font-size: 11px;
    line-height: 14px;
  }
}

.glance {
  padding: 90px 0;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
  .glance {
    background-size: 87%;
    background-image: url("../assets/images/white-shape.svg");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .glance {
    padding: 50px 0 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .glance {
    background-image: url("../assets/images/white-shape-tablet.svg");
    background-size: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance {
    padding: 37px 0 45px;
    background-image: url("../assets/images/white-shape-phone.svg");
    background-size: 100%;
  }
}

.glance__head {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .glance__head {
    margin-bottom: 45px;
  }
}

.glance__title {
  color: #4d4f53;
  margin-bottom: 44px;
}

@media only screen and (max-width: 767.98px) {
  .glance__title {
    margin-bottom: 15px;
  }
}

.glance__posttitle {
  font-weight: 600;
  color: #4d4f53;
}

@media only screen and (min-width: 1200px) {
  .glance__posttitle {
    width: 90%;
    font-size: 33px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .glance__posttitle {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__posttitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.glance__subtitle {
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .glance__subtitle {
    margin-bottom: 17px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__subtitle {
    margin-bottom: 11px;
    font-size: 14px;
  }
}

.glance__row {
  margin-bottom: 50px;
}

.glance__row.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (max-width: 767.98px) {
  .glance__row {
    margin-bottom: 10px;
  }
}

.glance__text {
  font-family: "Poppins", sans-serif;
  color: #4d4f53;
}

@media only screen and (min-width: 1200px) {
  .glance__text {
    width: 82%;
  }
}

@media only screen and (min-width: 768px) {
  .glance__text {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}

.glance__subtext {
  width: 82%;
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .glance__subtext {
    line-height: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__subtext {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.glance__wrap {
  border-top: 1px solid;
  border-color: rgba(77, 79, 83, 0.15);
}

.glance__wrap.fadein.item-loaded {
  -webkit-animation: fadein 3s !important;
          animation: fadein 3s !important;
}

@media only screen and (min-width: 1200px) {
  .glance__wrap {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .glance__wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__wrap {
    padding-top: 30px;
  }
}

.glance__map {
  border-bottom: 1px solid;
  border-color: rgba(77, 79, 83, 0.15);
}

@media only screen and (min-width: 1200px) {
  .glance__map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .glance__map {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .glance__map {
    margin-bottom: 32px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__map {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.glance__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

@media only screen and (max-width: 1199.98px) {
  .glance__list {
    margin-bottom: 30px;
  }
}

.glance__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.glance__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .glance__img {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .glance__img .glance__img-phone {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__img .glance__img-desktop {
    display: none;
  }
}

.glance__locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .glance__locations {
    height: 160px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.glance__location-single {
  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;
  margin-bottom: 8px;
  color: #4d4f53;
}

.glance__location-single span {
  margin-right: 10px;
  color: #b3a87c;
}

@media only screen and (min-width: 768px) {
  .glance__location-single {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__location-single {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .glance__boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.glance__top-box {
  position: relative;
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 20px 0 12px;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .glance__top-box {
    height: 147px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0;
  }
  .glance__top-box .line {
    position: absolute;
    left: 57px;
    top: 50%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
  }
}

.glance__box-title {
  position: relative;
  height: 50px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .glance__box-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .glance__box-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__box-title {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
    width: 54px;
  }
}

.glance__box-list {
  padding: 30px 15px;
}

@media only screen and (max-width: 767.98px) {
  .glance__box-list {
    width: initial;
    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-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-left: 10px;
  }
}

.glance__box-item {
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .glance__box-item {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .glance__box-item {
    font-size: 10px;
    line-height: 14px;
  }
}

.glance__box-perc {
  margin-top: auto;
  padding-top: 12px;
  font-weight: bold;
  border-top: 2px solid #fff;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .glance__box-perc {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .glance__box-perc {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .glance__box-perc {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-left: auto;
    height: 100%;
    padding: 0 14px;
    border-top: initial;
    border-right: 2px solid #fff;
  }
}

.difference {
  color: #4d4f53;
  background-position: top right;
  background-repeat: no-repeat;
}

.difference .row.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (min-width: 1200px) {
  .difference {
    padding: 77px 0 183px;
    background-image: url("../assets/images/difference-bckg.svg");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .difference {
    padding: 45px 0;
    background-image: url("../assets/images/difference-bckg-tablet.svg");
  }
}

@media only screen and (max-width: 767.98px) {
  .difference {
    padding: 40px 0;
    background-image: url("../assets/images/difference-bckg-phone.svg");
  }
  .difference .col-md-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .difference .col-md-6:not(:last-child) {
    margin-bottom: 20px;
  }
}

.difference__title {
  margin-bottom: 49px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .difference__title {
    margin-bottom: 39px;
  }
  .difference__title br {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .difference__title {
    margin-bottom: 10px;
    line-height: 32px;
  }
}

.difference__img {
  width: 100%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .difference__img {
    width: 100px;
    margin-bottom: 0;
  }
}

.difference__subtitle {
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: -1.28px;
}

@media only screen and (min-width: 768px) {
  .difference__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .difference__subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.85px;
  }
}

.difference__box-text {
  color: #4d4f53;
  font-weight: 300;
}

@media only screen and (max-width: 767.98px) {
  .difference__box-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .difference__box {
    width: calc(100% - 112px);
  }
}

.model {
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .model {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .model {
    padding: 50px 0 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .model {
    padding: 55px 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .model__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}

.model__title {
  color: #455364;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767.98px) {
  .model__title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .model__text {
    width: 51%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .model__text {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .model__text {
    font-size: 23px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .model__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

.model__content {
  background-color: #455364;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .model__content {
    margin-bottom: 33px;
    padding: 86px 151px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .model__content {
    margin-bottom: 43px;
    padding: 55px 60px 0;
  }
}

@media only screen and (min-width: 768px) {
  .model__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .model__content {
    margin-bottom: 33px;
    padding: 25px 20px 5px;
  }
}

.model__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1200px) {
  .model__single {
    margin-bottom: 88px;
  }
}

@media only screen and (min-width: 768px) {
  .model__single {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .model__single {
    margin-bottom: 61px;
  }
}

@media only screen and (max-width: 767.98px) {
  .model__single {
    margin-bottom: 20px;
  }
}

.model__icon {
  padding: 18px;
  font-size: 69px;
  border: 1px solid #b3a87c;
}

@media only screen and (max-width: 767.98px) {
  .model__icon {
    padding: 15px;
    font-size: 60px;
  }
}

.model__number {
  margin: 0 10px;
  font-size: 55px;
  font-weight: 600;
  color: #b3a87c;
}

@media only screen and (max-width: 767.98px) {
  .model__number {
    font-size: 40px;
  }
}

.model__single-text {
  width: 52%;
  font-size: 27px;
  line-height: 33px;
}

@media only screen and (max-width: 767.98px) {
  .model__single-text {
    font-size: 20px;
    line-height: 27px;
  }
}

.ccp {
  position: relative;
  overflow: hidden;
}

.ccp .quote__text {
  width: 90%;
  letter-spacing: -0.75px;
  font-size: 23px;
  line-height: 33px;
}

.ccp .quote {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.ccp .tab__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ccp .tab__content.fadein.item-loaded {
  -webkit-animation: fadein 3s !important;
          animation: fadein 3s !important;
}

@media only screen and (min-width: 1200px) {
  .ccp {
    padding: 80px 0 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .ccp {
    padding: 40px 0 127px;
  }
  .ccp .tab__content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ccp .quote {
    width: 100%;
  }
  .ccp .quote:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ccp {
    padding: 40px 0 53px;
  }
  .ccp .quote__text {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
  }
}

.ccp__title {
  font-weight: 600;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .ccp__title {
    width: 70%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -1.6px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ccp__title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
  }
}

.ccp__title--center {
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .ccp__title--center {
    margin-bottom: 35px;
  }
}

.ccp__img--center {
  display: block;
  margin: 0 auto;
}

.ccp__intro {
  color: #4d4f53;
}

@media only screen and (min-width: 768px) {
  .ccp__intro {
    font-size: 22px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ccp__intro {
    font-size: 14px;
    line-height: 20px;
  }
}

.ccp__img-holder {
  margin-right: -200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .ccp__img-holder {
    margin-right: -100px;
  }
}

@media only screen and (max-width: 1399px) {
  .ccp__img-holder {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ccp__img-holder {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .ccp__img-holder {
    margin-top: 10px;
  }
}

.ccp__img {
  max-width: 569px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .ccp__img {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .ccp__img {
    width: 100%;
  }
}

.cover .tab__link {
  color: #fff;
}

.cover .ccp__title {
  color: #fff;
}

.cover::before, .cover::after {
  content: '';
  position: absolute;
  right: -40px;
  width: 75px;
  height: 50%;
  background-color: #fff;
}

.cover::before {
  top: 0;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}

.cover::after {
  bottom: 0;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}

@media only screen and (max-width: 767.98px) {
  .cover::before, .cover::after {
    display: none;
  }
}

.investment {
  padding: 100px 0 163px;
  overflow: hidden;
  background-color: #f4f4f4;
  color: #4d4f53;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .investment {
    padding: 60px 0 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment {
    padding: 40px 0 0;
  }
}

.investment__head {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
  .investment__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .investment__head {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment__head {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .investment__title {
    padding-bottom: 20px;
  }
}

.investment__subtitle {
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .investment__subtitle {
    font-size: 23px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

.investment__tabs-head {
  padding: 12px;
  text-align: center;
  background-color: #455364;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .investment__tabs-head {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 768px) {
  .investment__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.investment__tab {
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .investment__tab {
    margin-right: 30px;
  }
  .investment__tab:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment__tab {
    margin-bottom: 80px;
  }
}

.investment__tab-top {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .investment__tab-top {
    padding: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .investment__tab-top {
    padding: 16px 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment__tab-top {
    margin-bottom: 23px;
  }
}

.investment__tab-title {
  margin-bottom: 20px;
  font-weight: 400;
  border-bottom: 1px solid;
}

@media only screen and (min-width: 992px) {
  .investment__tab-title {
    min-height: 81px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .investment__tab-title {
    padding-bottom: 11px;
  }
}

.investment__tab-stats .financial__box {
  width: initial;
  padding: 0;
}

@media only screen and (max-width: 991.98px) {
  .investment__tab-stats .financial__percentage, .investment__tab-stats .financial__year {
    font-size: 16px;
  }
}

.investment__value {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) {
  .investment__value {
    margin-bottom: 10px;
    font-size: 54px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 767.98px) {
  .investment__value {
    font-size: 40px;
  }
}

.investment__text {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 992px) {
  .investment__text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .investment__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.investment__arrow {
  position: relative;
  margin-top: auto;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.investment__arrow::before, .investment__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 100px;
  width: 50.1%;
  background-color: inherit;
}

.investment__arrow::before {
  -webkit-transform: skewY(9deg) translateY(-50%);
          transform: skewY(9deg) translateY(-50%);
  left: 0;
}

.investment__arrow::after {
  -webkit-transform: skewY(-9deg) translateY(-50%);
          transform: skewY(-9deg) translateY(-50%);
  right: -0.1%;
}

@media only screen and (min-width: 992px) {
  .investment__arrow {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  .investment__arrow::before, .investment__arrow::after {
    height: 110px;
  }
  .investment__arrow::before {
    -webkit-transform: skewY(8deg) translateY(-50%);
            transform: skewY(8deg) translateY(-50%);
  }
  .investment__arrow::after {
    -webkit-transform: skewY(-8deg) translateY(-50%);
            transform: skewY(-8deg) translateY(-50%);
  }
}

@media only screen and (max-width: 991.98px) {
  .investment__arrow {
    font-size: 16px;
    line-height: 24px;
  }
}

.investment__arrow-text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .investment__arrow-text {
    font-size: 15px;
  }
}

@media screen and (min-width: 0\0) {
  .investment__arrow::before, .investment__arrow::after {
    width: 50.3%;
  }
}

.statements {
  padding: 90px 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .statements {
    background-size: cover;
    background-position: bottom;
  }
}

@media only screen and (min-width: 576px) {
  .statements .tab__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media only screen and (max-width: 1199.98px) {
  .statements {
    background-size: initial;
    background-position: center 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .statements {
    padding: 51px 0 30px;
  }
}

@media only screen and (max-width: 1005px) and (min-width: 768px) {
  .statements .tab__item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statements {
    padding: 30px 0;
  }
}

.statements__content {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199.98px) {
  .statements__content {
    padding-bottom: 20px;
  }
}

.statements__quote {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  .statements__quote {
    margin-bottom: 30px;
  }
}

.statements__intro {
  margin-bottom: 30px;
  color: #4d4f53;
  opacity: 0.6;
}

@media only screen and (min-width: 1200px) {
  .statements__intro {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .statements__intro {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statements__intro {
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .statements__img-holder {
    height: 480px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .statements__img-holder {
    height: 375px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .statements__img {
    max-width: 70%;
  }
}

.statements__note {
  display: block;
  width: 100%;
  padding-top: 45px;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) {
  .cover-chairman {
    background-image: url("../assets/images/statement-chairman.jpg");
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  .cover-chairman {
    background-image: url("../assets/images/statement-chairman-tablet.jpg");
  }
}

@media only screen and (max-width: 575.98px) {
  .cover-chairman {
    background-image: url("../assets/images/statement-chairman-phone.jpg");
  }
}

@media only screen and (min-width: 1200px) {
  .cover-ceo {
    background-image: url("../assets/images/statement-ceo.jpg");
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  .cover-ceo {
    background-image: url("../assets/images/statement-ceo-tablet.jpg");
  }
}

@media only screen and (max-width: 575.98px) {
  .cover-ceo {
    background-image: url("../assets/images/statement-ceo-phone.jpg");
  }
}

@media only screen and (min-width: 1200px) {
  .cover-cfo {
    background-image: url("../assets/images/statement-cfo.jpg");
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  .cover-cfo {
    background-image: url("../assets/images/statement-cfo-tablet.jpg");
  }
}

@media only screen and (max-width: 575.98px) {
  .cover-cfo {
    background-image: url("../assets/images/statement-cfo-phone.jpg");
  }
}

.downloads {
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #4d4f53;
}

.downloads .download.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (min-width: 1200px) {
  .downloads {
    padding: 100px 0;
    background-image: url("../assets/images/downloads-bckg.svg");
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .downloads {
    padding: 55px 0;
    background-image: url("../assets/images/downloads-bckg-tablet.svg");
  }
  .downloads .row {
    margin-right: -20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .downloads {
    padding: 35px 0;
    background-image: url("../assets/images/downloads-bckg-phone.svg");
  }
}

.downloads__title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .downloads__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .downloads__title {
    margin-bottom: 20px;
  }
}

.downloads__subtitle {
  margin-bottom: 39px;
}

.downloads__subtitle.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (max-width: 767.98px) {
  .downloads__subtitle {
    margin-bottom: 18px;
  }
}

.downloads__h4 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .downloads__h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .downloads__h4 {
    font-size: 16px;
  }
}

.download__link {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767.98px) {
  .download__link {
    padding: 10px 0 6px 53px;
    margin-bottom: 0;
    width: 60%;
  }
  .download__link .font-ico-download {
    top: 11px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download__link {
    width: 100%;
  }
}

.downloads__links {
  margin-top: 47px;
}

.downloads__links.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (max-width: 767.98px) {
  .downloads__links {
    margin-top: 20px;
  }
}

.downloads__img {
  background-size: contain;
}

.downloads__img.fadein.item-loaded {
  -webkit-animation: fadein 2s !important;
          animation: fadein 2s !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .downloads__img {
    background-position: 50px center;
    background-size: 450px;
  }
}

@media only screen and (max-width: 767.98px) {
  .downloads__img {
    background-size: contain;
    padding-bottom: 70%;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.min.css.map */
