/* Minification failed. Returning unminified contents.
(5175,65): run-time error CSS1039: Token not allowed after unary operator: '-value'
(5175,94): run-time error CSS1039: Token not allowed after unary operator: '-value'
(12099,15): run-time error CSS1030: Expected identifier, found ' '
(12099,16): run-time error CSS1031: Expected selector, found '0'
(12099,16): run-time error CSS1025: Expected comma or open brace, found '0'
(12109,22): run-time error CSS1030: Expected identifier, found ' '
(12109,31): run-time error CSS1031: Expected selector, found ';'
(12109,31): run-time error CSS1025: Expected comma or open brace, found ';'
(12110,25): run-time error CSS1030: Expected identifier, found ' '
(12110,32): run-time error CSS1031: Expected selector, found ';'
(12110,32): run-time error CSS1025: Expected comma or open brace, found ';'
(12111,26): run-time error CSS1030: Expected identifier, found ' '
(12111,33): run-time error CSS1031: Expected selector, found ';'
(12111,33): run-time error CSS1025: Expected comma or open brace, found ';'
(12112,26): run-time error CSS1030: Expected identifier, found ' '
(12112,33): run-time error CSS1031: Expected selector, found ';'
(12112,33): run-time error CSS1025: Expected comma or open brace, found ';'
(12113,26): run-time error CSS1030: Expected identifier, found ' '
(12113,33): run-time error CSS1031: Expected selector, found ';'
(12113,33): run-time error CSS1025: Expected comma or open brace, found ';'
(12114,9): run-time error CSS1030: Expected identifier, found ' '
(12114,10): run-time error CSS1031: Expected selector, found '100%'
(12114,10): run-time error CSS1025: Expected comma or open brace, found '100%'
(22060,24): run-time error CSS1030: Expected identifier, found ':'
(22060,25): run-time error CSS1031: Expected selector, found 'nth-child('
(22060,25): run-time error CSS1025: Expected comma or open brace, found 'nth-child('
(26532,24): run-time error CSS1030: Expected identifier, found '>'
(26532,50): run-time error CSS1031: Expected selector, found ')'
(26532,50): run-time error CSS1025: Expected comma or open brace, found ')'
(26535,24): run-time error CSS1030: Expected identifier, found '>'
(26535,50): run-time error CSS1031: Expected selector, found ')'
(26535,50): run-time error CSS1025: Expected comma or open brace, found ')'
(27824,27): run-time error CSS1030: Expected identifier, found '.'
(27824,48): run-time error CSS1031: Expected selector, found ')'
(27824,48): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Config
# Grid
# Helpers
# Base
# Layout
# Plugins
# Print Styles
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Config
--------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

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,
textarea,
select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: 'svgicons';
  src: url("../assets/fonts/svgicons.woff2") format("woff2"), url("../assets/fonts/svgicons.woff") format("woff"), url("../assets/fonts/svgicons.ttf") format("truetype");
}

.font-ico-arrow-left:before, .font-ico-arrow-right:before, .font-ico-arrow-thick:before, .font-ico-arrow:before, .font-ico-birthday:before, .font-ico-check:before, .font-ico-chevron-down:before, .font-ico-close:before, .font-ico-down:before, .font-ico-download:before, .font-ico-drink:before, .font-ico-email:before, .font-ico-facebook:before, .font-ico-flex-working:before, .font-ico-headphones:before, .font-ico-hearth:before, .font-ico-home-internet:before, .font-ico-home-working:before, .font-ico-instagram:before, .font-ico-linkedin:before, .font-ico-logo-grey:before, .font-ico-long-arrow:before, .font-ico-mobile:before, .font-ico-office-drink:before, .font-ico-person-quotes:before, .font-ico-phone:before, .font-ico-play-video:before, .font-ico-quote-new:before, .font-ico-quote:before, .font-ico-quotes:before, .font-ico-read-more:before, .font-ico-sabb-agree:before, .font-ico-sabb-arrang:before, .font-ico-search:before, .font-ico-standard-content-icon:before, .font-ico-stock-plan:before, .font-ico-team-event:before, .font-ico-training:before, .font-ico-twitter:before, .font-ico-user:before, .font-ico-vacation:before, .font-ico-volonteer:before, .font-ico-volunteer:before, .font-ico-you-tube: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-thick:before {
  content: "";
}

.font-ico-arrow:before {
  content: "";
}

.font-ico-birthday:before {
  content: "";
}

.font-ico-check:before {
  content: "";
}

.font-ico-chevron-down:before {
  content: "";
}

.font-ico-close:before {
  content: "";
}

.font-ico-down:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-drink:before {
  content: "";
}

.font-ico-email:before {
  content: "";
}

.font-ico-facebook:before {
  content: "";
}

.font-ico-flex-working:before {
  content: "";
}

.font-ico-headphones:before {
  content: "";
}

.font-ico-hearth:before {
  content: "";
}

.font-ico-home-internet:before {
  content: "";
}

.font-ico-home-working:before {
  content: "";
}

.font-ico-instagram:before {
  content: "";
}

.font-ico-linkedin:before {
  content: "";
}

.font-ico-logo-grey:before {
  content: "";
}

.font-ico-long-arrow:before {
  content: "";
}

.font-ico-mobile:before {
  content: "";
}

.font-ico-office-drink:before {
  content: "";
}

.font-ico-person-quotes:before {
  content: "";
}

.font-ico-phone:before {
  content: "";
}

.font-ico-play-video:before {
  content: "";
}

.font-ico-quote-new:before {
  content: "";
}

.font-ico-quote:before {
  content: "";
}

.font-ico-quotes:before {
  content: "";
}

.font-ico-read-more:before {
  content: "";
}

.font-ico-sabb-agree:before {
  content: "";
}

.font-ico-sabb-arrang:before {
  content: "";
}

.font-ico-search:before {
  content: "";
}

.font-ico-standard-content-icon:before {
  content: "";
}

.font-ico-stock-plan:before {
  content: "";
}

.font-ico-team-event:before {
  content: "";
}

.font-ico-training:before {
  content: "";
}

.font-ico-twitter:before {
  content: "";
}

.font-ico-user:before {
  content: "";
}

.font-ico-vacation:before {
  content: "";
}

.font-ico-volonteer:before {
  content: "";
}

.font-ico-volunteer:before {
  content: "";
}

.font-ico-you-tube:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .slick-track::before, .clearfix::after, .slick-track::after {
  content: '';
  display: table;
}

.clearfix::after, .slick-track::after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

@media only screen and (min-width: 768px) {
  .float-right {
    float: right;
    clear: both;
    max-width: 350px;
    margin-bottom: 25px;
    margin-left: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .float-right {
    margin-bottom: 20px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .float-left {
    float: left;
    clear: both;
    width: 350px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .float-left {
    margin-bottom: 20px;
  }
}

.centered {
  text-align: center;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-share {
  position: relative;
  padding-top: 60px;
}

.has-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767.98px) {
  .video_banner {
    height: 230px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  .video_banner {
    height: 355px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.has-two-images {
  background-size: cover, 0 0;
}

@media only screen and (max-width: 767.98px) {
  .has-two-images {
    background-size: 0 0, cover;
  }
}

.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);
}

.pos-relative {
  position: relative !important;
}

.ico-play {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.ico-play::before {
  position: absolute;
  top: 16px;
  left: 20px;
  content: '';
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 24px solid #f6303e;
  border-bottom: 14px solid transparent;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Medium.woff2") format("woff2"), url("../assets/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Light.woff2") format("woff2"), url("../assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Thin.woff2") format("woff2"), url("../assets/fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2"), url("../assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Italic.woff2") format("woff2"), url("../assets/fonts/Roboto-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Black.woff2") format("woff2"), url("../assets/fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 767.98px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1, .h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2, .h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 22px;
}

@media only screen and (max-width: 991.98px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
  h6, .h6 {
    font-size: 16px;
  }
}

.intro {
  font-size: 16px;
  color: #646569;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.rte {
  padding: 25px 0;
}

.rte .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #ad172b;
}

.rte a:not(.btn):not(.cta-link) {
  color: #013ca6;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .rte a:not(.btn):not(.cta-link):hover {
    text-decoration: none;
  }
}

.rte h1 img {
  margin-right: 20px;
}

.rte table,
.rte table.classic {
  border-top: solid 3px #ad172b;
  border-bottom: solid 1px #cbd4d8;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  margin-top: 5px;
}

.rte table tr,
.rte table.classic tr {
  border-bottom: solid 1px #cbd4d8;
  background-color: #f6f6f6;
}

.rte table td,
.rte table.classic td {
  color: #494951;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 18px;
}

.rte table td p,
.rte table.classic td p {
  font-size: 13px;
  margin-bottom: 10px;
}

.rte table td ul,
.rte table.classic td ul {
  margin-bottom: 0 !important;
}

.rte table td ul li,
.rte table.classic td ul li {
  font-size: 13px;
}

.rte table td ul li::before,
.rte table.classic td ul li::before {
  top: 7px;
}

.rte p:last-child {
  margin-bottom: 0;
}

.rte img {
  width: auto !important;
  height: auto !important;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6, .rte p, .rte ul, .rte ol {
  max-width: 730px;
}

@media only screen and (max-width: 767.98px) {
  .rte {
    padding: 25px 0;
  }
  .rte a:not(.btn):not(.cta-link) {
    display: inline-block;
  }
}

.rte--full h1, .rte--full h2, .rte--full h3, .rte--full h4, .rte--full h5, .rte--full h6, .rte--full p, .rte--full ul, .rte--full ol {
  max-width: 100%;
}

.rte--migration .info-block__text a {
  margin-right: 5px;
}

.author-quote {
  margin-bottom: 25px;
}

.author-quote p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 20px;
}

@media only screen and (max-width: 991.98px) {
  .author-quote p {
    font-size: 16px;
  }
}

.heading__title {
  margin-bottom: 0;
  width: 75%;
}

@media only screen and (max-width: 991.98px) {
  .heading__title {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .heading__title {
    float: none;
    display: block;
  }
}

.cta-link {
  color: #3e3e3e;
  display: inline-block;
  padding: 12px 29px 11px;
  background-color: #f6f6f6;
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.cta-link .font-ico-arrow {
  color: #013ca6;
  font-size: 14px;
  margin-left: 14px;
}

.cta-link .font-ico-arrow::before {
  font-weight: 700;
}

.loaded .cta-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cta-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-link {
    font-size: 18px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .cta-link {
    font-size: 16px;
    line-height: 19px;
    padding: 12px 25px 9px;
  }
}

.cta-link--event,
.cta-link--webinar {
  background-color: #ad172b;
  color: #fff;
  margin-bottom: 10px;
}

.cta-link--event .font-ico-arrow,
.cta-link--webinar .font-ico-arrow {
  color: #fff;
}

.cta-link--event {
  width: 100%;
  margin-bottom: 25px;
}

.cta-link--boxed {
  position: relative;
  width: calc(100% + 58px);
  left: -29px;
  bottom: -26px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 400;
  background-color: #013ca6;
  padding: 18px 29px 18px 34px;
  font-size: 16px;
}

.cta-link--boxed .font-ico-arrow {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cta-link--boxed:hover {
    opacity: 0.7;
  }
}

.cta-link--arrow-left {
  display: inline-block;
  float: none;
  padding: 0;
  margin-left: 25px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  font-size: 16px;
}

.cta-link--arrow-left .font-ico-arrow {
  margin-left: 0;
  position: absolute;
  left: -25px;
  top: 5px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cta-link--arrow-left:hover {
    color: #013ca6;
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-link--arrow-left {
    left: 0;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #3e3e3e;
  width: 100%;
  background-color: #fff;
}

.loaded body {
  -webkit-transition: margin 0.6s ease-in-out;
  transition: margin 0.6s ease-in-out;
}

main {
  padding: 13px 0 40px;
}

@media only screen and (max-width: 1199.98px) {
  main {
    padding: 20px 0;
  }
}

.main--no-bottom-pad {
  padding-bottom: 0;
}

.title-spacing + .content-title {
  padding-top: 30px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

.wrap .meet-the-team .wrap {
  padding: 0 10px;
}

.wrap-careers {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .heading {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .heading .cta-link {
    position: relative;
    top: -10px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .heading .cta-link {
    top: auto;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .heading {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .rte--flex,
  .account__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: 992px) {
  .rte__main-col,
  .events__main-col,
  .account__main-col {
    width: calc(100% - 375px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media only screen and (min-width: 992px) {
  .rte__col,
  .events__col,
  .account__col {
    width: 375px;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rte__col .float-right,
  .events__col .float-right,
  .account__col .float-right {
    float: none;
    width: 70%;
    margin: 0 auto 25px;
  }
}

.wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wrap--flex .heading {
  width: 100%;
  margin-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap--flex .heading__title {
  font-size: 50px;
}

@media only screen and (max-width: 991.98px) {
  .wrap--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap--flex .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
    display: none;
  }
  .wrap--flex .modules-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .wrap--flex .filters--aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .wrap--flex .heading__title {
    font-size: 32px;
  }
  .wrap--flex .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
    display: none;
  }
}

.modules-container {
  padding-right: 40px;
  border-right: 1px solid #edecec;
  width: 75%;
  margin-top: 60px;
}

@media only screen and (max-width: 991.98px) {
  .modules-container {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

button,
input[type='button'],
input[type='submit'] {
  font-family: "Roboto", sans-serif;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 14px 25px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn:hover {
    opacity: 0.7;
  }
}

.loaded .btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .banner .btn {
    margin-right: 27px;
  }
  .banner .btn:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn {
    display: block;
    font-size: 14px;
    padding: 8px 20px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--careers {
    font-size: 17px;
    padding: 17px 20px 16px;
  }
}

.btn--blue {
  background-color: #013ca6;
}

.btn--red {
  background-color: #ad172b;
}

.btn--separated {
  margin-bottom: 10px;
}

.btn--download::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

input,
textarea,
select {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d9d9da;
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #000;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000;
}

select {
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}

option {
  font-size: 100%;
}

.form a {
  color: #013ca6;
}

.form__submit {
  margin-top: 30px;
  text-align: right;
}

.form__submit .btn {
  width: auto !important;
}

.form__item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .form__item {
    font-size: 14px;
    line-height: 16px;
  }
}

.form__checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.form__input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.form__label-checkbox {
  font-size: 14px;
  display: block;
}

.popup-form .Form__Title,
.popup-form .Form__Description {
  display: none;
}

.popup-form .FormTextbox__Input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .popup-form .FormTextbox__Input {
    font-size: 14px;
    line-height: 16px;
  }
}

.popup-form .FormSubmitButton {
  background-color: #ad172b;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 14px 25px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  clear: both;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .popup-form .FormSubmitButton:hover {
    opacity: 0.7;
  }
}

.loaded .popup-form .FormSubmitButton {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .banner .popup-form .FormSubmitButton {
    margin-right: 27px;
  }
  .banner .popup-form .FormSubmitButton:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .popup-form .FormSubmitButton {
    display: block;
    font-size: 14px;
    padding: 8px 20px;
    max-width: 300px;
    margin: 30px auto 0;
    float: none;
  }
}

.popup-form .FormSubmitButton.Form__Element {
  margin-bottom: 10px !important;
}

.popup-form .Form__Element__Caption {
  display: none;
}

.popup-form.form-submited .modal__note {
  display: none;
}

.Form__Element__ValidationError {
  font-size: 14px;
  color: #f6303e;
  margin-top: -10px;
  margin-bottom: 10px;
}

.contact-small-div {
  width: 50%;
  margin: 0;
  padding: 0 10px;
  float: left;
}

.contact-small-divArticlesPageForm {
  width: 70%;
  margin: 0;
  padding: 0 10px;
  float: left;
  color: gray;
}

.articlesPageForm {
  display: block;
  width: 100%;
  margin-bottom: 11px;
  padding: 12px;
  background-color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 450;
  font-family: "Roboto", sans-serif;
  color: black;
  border-color: black;
}

.text-area-smaller {
  height: 45px;
}

.EPiServerForms .Form__Element {
  margin: 0 !important;
}

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #f6f6f6 !important;
}

.form-aligment .FormSubmitButton {
  margin-right: 10px !important;
}

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #f6f6f6 !important;
}

.form-success-message {
  padding: 30px 0;
  display: none;
}

.form-success-message-text {
  font-weight: 500;
  color: #3e3e3e;
}

.form-success-message-text.error {
  color: #ad172b;
}

@media only screen and (min-width: 768px) {
  .form-success-message-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-success-message-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.rte li {
  position: relative;
  font-size: 18px;
}

.rte ul:not(.tabs__links) {
  margin-bottom: 30px;
  padding-left: 15px;
}

.rte ul:not(.tabs__links) li {
  margin-bottom: 5px;
}

.rte ul:not(.tabs__links) li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ad172b;
}

.rte ul:not(.tabs__links) ul {
  padding-left: 50px;
  margin-bottom: 15px;
}

.rte ul:not(.tabs__links) ul li:not(.tabs__links-item) {
  margin-bottom: 5px;
}

.rte ol {
  padding-left: 20px;
  counter-reset: ol-list;
  margin-bottom: 30px;
}

.rte ol li {
  margin-bottom: 5px;
}

.rte ol li::before {
  counter-increment: ol-list;
  content: counter(ol-list) ".";
  position: absolute;
  color: #ad172b;
  top: 0;
  left: -20px;
}

.rte .floating-block__image {
  width: 100% !important;
}

@media only screen and (max-width: 767.98px) {
  .rte li {
    font-size: 16px;
  }
  .rte ol,
  .rte ul {
    margin-bottom: 20px;
  }
}

.rte-headings p {
  font-size: 16px;
  margin-bottom: 25px;
}

.rte-headings p img {
  clear: both;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.rte-headings p a {
  margin-right: 0;
  margin-left: 0;
}

.rte-headings p a:not(:first-child) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .rte-headings h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .rte-headings h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte-headings h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .rte-headings h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte-headings h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .rte-headings h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte-headings h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .rte-headings h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte-headings h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .rte-headings h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.98px) {
  .rte-headings h5 {
    font-size: 16px;
  }
}

.rte-headings li {
  font-size: 16px;
}

.rte-headings table,
.rte-headings table.classic {
  border-top: solid 3px #ad172b;
  border-bottom: solid 1px #cbd4d8;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  margin-top: 5px;
}

.rte-headings table tr,
.rte-headings table.classic tr {
  border-bottom: solid 1px #cbd4d8;
  background-color: #f6f6f6;
}

.rte-headings table td,
.rte-headings table.classic td {
  color: #494951;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 18px;
}

.rte-headings table td p,
.rte-headings table.classic td p {
  font-size: 13px;
  margin-bottom: 10px;
}

.rte-headings table td ul,
.rte-headings table.classic td ul {
  margin-bottom: 0;
}

.rte-headings table td ul li,
.rte-headings table.classic td ul li {
  font-size: 13px;
}

.rte-headings table td ul li::before,
.rte-headings table.classic td ul li::before {
  top: 7px;
}

.rte-headings .figure-caption img {
  margin: 10px 0 0;
}

.research-programme-links {
  max-width: 665px;
}

.research-programme-links p a:not(:first-child) {
  margin-right: 25px;
}

@media only screen and (min-width: 992px) {
  .events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.no-tabs .rte {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev-blue,
.slick-next-blue {
  color: #013ca6;
  position: absolute;
  top: 30%;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slick-prev-blue:hover .icon, .no-touch
  .slick-next-blue:hover .icon {
    color: #ad172b;
  }
}

.slick-prev-blue {
  left: 0;
}

.slick-next-blue {
  right: 0;
}

.slick-dots {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  cursor: pointer;
  margin: 0 15px;
  background-color: #fff;
  border: 1px solid #d9d9da;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.slick-dots li button {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }
}

.slick-dots .slick-active {
  border: 1px solid #ad172b;
  background-color: #ad172b;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui::after,
.plyr--full-ui::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #f6303e;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #ad172b;
  color: #fff;
}

.plyr__control--overlaid {
  background: #fff;
  border: 0;
  border-radius: 100%;
  color: #ad172b;
  display: none;
  padding: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #f6303e;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}

.plyr--full-ui::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #ad172b;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #d9d9da;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 41px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  line-height: 38px;
  text-align: center;
  font-size: 0;
}

.selectric .button::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  font-size: 12px;
  color: #000;
  top: -10px;
  right: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 0;
  height: 0;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .button::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  top: 10px;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 10px -5px;
          box-shadow: 0 2px 10px -5px;
  margin-top: 8px;
  padding: 11px 10px 4px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #3e3e3e;
  cursor: pointer;
}

.selectric-items li.selected {
  color: #ad172b;
}

.selectric-items li.highlighted {
  color: #ad172b;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.career-tabs__nav-second + .selectric-wrapper {
  margin: -28px 20px 0;
}

.career-tabs__nav-second + .selectric-wrapper .selectric {
  border: none;
  border-bottom: 1px solid #ad172b;
  padding: 2px 0;
}

.career-tabs__nav-second + .selectric-wrapper .selectric .button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #ad172b;
  top: 12px;
}

.career-tabs__nav-second + .selectric-wrapper.selectric-open .selectric .button::after {
  -webkit-transform: none;
          transform: none;
  top: -10px;
}

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href='javascript:;']):after {
    content: "[" attr(href) "]";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .header {
    padding: 25px 0;
    height: 121px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header {
    padding: 15px 0;
    height: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header {
    padding: 5px 0;
    height: 80px;
  }
  .header .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 165px;
      -ms-flex: 0 1 165px;
          flex: 0 1 165px;
  padding: 8px 0;
}

@media only screen and (min-width: 992px) {
  .logo {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .logo {
    z-index: 4;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .logo {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
  }
}

@media only screen and (max-width: 767.98px) {
  .logo {
    -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .logo__img {
    max-width: 165px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .logo__img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767.98px) {
  .logo__img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav-toggle {
    display: block;
    position: relative;
    height: 20px;
    width: 28px;
    margin: auto 0 auto 15px;
    color: #ad172b;
  }
  .nav-toggle::before, .nav-toggle::after {
    content: '';
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav-toggle::before {
    margin-top: -8px;
  }
  .nav-toggle::after {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav-toggle {
    margin-left: 0;
  }
}

.nav-toggle::before,
.nav-toggle::after,
.nav-toggle__line {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ad172b;
}

.loaded .nav-toggle::before, .loaded
.nav-toggle::after, .loaded
.nav-toggle__line {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.nav-toggle__line {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__addons {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.header__addons .font-ico-user,
.header__addons .font-ico-search {
  color: #ad172b;
}

.header__addons .font-ico-user {
  font-size: 18px;
}

.header__addons .font-ico-search {
  font-size: 19px;
}

@media only screen and (min-width: 1200px) {
  .header__addons {
    position: absolute;
    right: 22px;
    top: 5px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__addons {
    padding-top: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__addons {
    -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;
    padding: 0 15px;
  }
  .header__addons .font-ico-search {
    font-size: 17px;
  }
}

.header__user,
.header__logout-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 21px;
  width: 139px;
  border-bottom: 1px solid rgba(100, 101, 105, 0.5);
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__user:hover .font-ico-user, .no-touch
  .header__logout-btn:hover .font-ico-user {
    color: #26214e;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__user,
  .header__logout-btn {
    margin-left: 0;
    font-size: 14px;
  }
}

.header__user {
  border-bottom: 0;
  height: 24px;
  width: 14px;
}

@media only screen and (max-width: 1199.98px) {
  .header__user {
    height: 46px;
    width: 46px;
    padding-bottom: 5px;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__user .font-ico-user {
    font-size: 20px;
    color: #000;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__user {
    padding-bottom: 0;
    margin: 0 5px;
    width: 20px;
  }
}

.header__form {
  height: 25px;
  position: relative;
  max-width: 246px;
  padding-left: 20px;
}

.header__form .header__form-close {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .header__form {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .header__form--active {
    z-index: 3;
    padding: 0 20px;
    display: block;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #9a989a;
  }
  .header__form--active .header__input {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 90%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 40px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-right: 50px;
  }
  .header__form--active .header__input::-webkit-input-placeholder {
    color: #fff;
  }
  .header__form--active .header__input::-moz-placeholder {
    color: #fff;
  }
  .header__form--active .header__input:-ms-input-placeholder {
    color: #fff;
  }
  .header__form--active .header__input::-ms-input-placeholder {
    color: #fff;
  }
  .header__form--active .header__input::placeholder {
    color: #fff;
  }
  .header__form--active .search__input {
    border: 0;
    border-bottom: 1px solid rgba(100, 101, 105, 0.5);
    position: relative;
    top: 2px;
    font-family: "Roboto", sans-serif;
    padding-left: 41px;
    font-size: 29px;
    width: 88% !important;
    color: #3e3e3e;
  }
  .header__form--active .search__input::-webkit-input-placeholder {
    color: #fff;
  }
  .header__form--active .search__input::-moz-placeholder {
    color: #fff;
  }
  .header__form--active .search__input:-ms-input-placeholder {
    color: #fff;
  }
  .header__form--active .search__input::-ms-input-placeholder {
    color: #fff;
  }
  .header__form--active .search__input::placeholder {
    color: #fff;
  }
  .header__form--active .header__submit {
    top: 50%;
    width: 40px;
    height: 40px;
    padding-left: 0;
    right: 5%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__form--active .header__submit .font-ico-search {
    color: #fff;
  }
}

.header__form--active .header__form-close {
  display: block;
  top: 20px;
  right: 20px;
  position: absolute;
}

.header__form--active .header__form-close .font-ico-close {
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .header__form--active .header__input {
    width: 80%;
  }
  .header__form--active .header__submit {
    right: 8%;
  }
}

@media only screen and (max-width: 991px) {
  .search__input {
    font-size: 25px !important;
    margin-top: 5% !important;
  }
}

.header__submit {
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  padding-left: 7px;
}

@media only screen and (max-width: 767.98px) {
  .header__submit {
    top: 0;
  }
}

.header__input {
  border: 0;
  border-bottom: 1px solid rgba(100, 101, 105, 0.5);
  font-size: 16px;
  width: 100%;
  padding-right: 35px;
  position: relative;
  bottom: -2px;
  font-family: "Roboto", sans-serif;
}

.header__input::-webkit-input-placeholder {
  color: #000;
}

.header__input:-moz-placeholder {
  color: #000;
}

.header__input::-moz-placeholder {
  color: #000;
}

.header__input:-ms-input-placeholder {
  color: #000;
}

@media only screen and (max-width: 767.98px) {
  .header__input {
    font-size: 14px;
  }
}

.search__input {
  border: 0;
  border-bottom: 1px solid rgba(100, 101, 105, 0.5);
  position: relative;
  top: 2px;
  font-family: "Roboto", sans-serif;
  padding-left: 41px !important;
  font-size: 29px;
  width: 88% !important;
  color: #3e3e3e;
}

.search__input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.search__input:-moz-placeholder {
  color: #3e3e3e;
}

.search__input::-moz-placeholder {
  color: #3e3e3e;
}

.search__input:-ms-input-placeholder {
  color: #3e3e3e;
}

.header--opened .nav-toggle::before, .header--opened .nav-toggle::after {
  width: 26px;
  margin-top: 0;
  background-color: #ad172b;
}

.loaded .header--opened .nav-toggle::before, .loaded .header--opened .nav-toggle::after {
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header--opened .nav-toggle::before {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.header--opened .nav-toggle::after {
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}

.header--opened .nav-toggle__line {
  width: 22px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .header--opened .nav {
    width: 100%;
  }
  .header--opened .nav__list::after {
    opacity: 1;
  }
  .loaded .header--opened .nav__list::after {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header--opened .nav__item {
    opacity: 1;
  }
  .loaded .header--opened .nav__item:nth-child(1) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .loaded .header--opened .nav__item:nth-child(2) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .loaded .header--opened .nav__item:nth-child(3) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .loaded .header--opened .nav__item:nth-child(4) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .loaded .header--opened .nav__item:nth-child(5) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .loaded .header--opened .nav__item:nth-child(6) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .loaded .header--opened .nav__item:nth-child(7) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .loaded .header--opened .nav__item:nth-child(8) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .loaded .header--opened .nav__item:nth-child(9) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .loaded .header--opened .nav__item:nth-child(10) {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .header--opened .nav__list--small::after {
    content: none;
  }
  .loaded .header--opened .nav__list--small .nav__item {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.header__logout {
  position: relative;
  margin-left: 21px;
}

@media only screen and (max-width: 1199.98px) {
  .header__logout {
    padding-top: 0;
    margin: 0 10px;
  }
  .header__logout .font-ico-user {
    color: #000;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__logout {
    padding-top: 5px;
    margin: 0 5px;
  }
}

.header__logout-btn {
  margin-left: 0;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

@media only screen and (max-width: 767.98px) {
  .header__logout-btn {
    border-bottom: 0;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
  }
  .header__logout-btn .font-ico-user {
    padding-left: 10px;
  }
}

.header__logout-list {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 26px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .header__logout-list {
    top: 34px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__logout-list {
    max-width: 140px;
    width: 140px;
    left: -65px;
  }
}

.header__logout-list--show {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.header__logout-item {
  padding: 5px 0;
  border-bottom: 1px solid rgba(100, 101, 105, 0.5);
}

.header__logout-item:first-of-type {
  display: none;
}

.header__logout-item:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .header__logout-item:first-of-type {
    display: block;
  }
}

.header__logout-link {
  color: rgba(62, 62, 62, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__logout-link:hover {
    color: #ad172b;
  }
}

.header__language {
  z-index: 2;
  position: absolute;
  top: 42%;
  right: 0;
}

.header__language .icon {
  position: absolute;
  top: 35%;
  right: 0;
  color: #000;
  font-size: 11px;
}

@media only screen and (max-width: 1199.98px) {
  .header__language {
    position: relative;
    top: auto;
    right: auto;
    height: 22px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .header__language .icon {
    top: 20%;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__language .icon {
    top: 45%;
  }
}

.header__language-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #ad172b;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1199.98px) {
  .header__language-btn {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.98px) {
  .header__language-btn {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__language-btn {
    height: 30px;
    line-height: 30px;
  }
}

.header__dropdown-list {
  max-height: 0;
  margin-top: -5px;
  overflow: hidden;
  -webkit-box-shadow: 0 17px 46px -4px rgba(0, 0, 0, 0.57);
          box-shadow: 0 17px 46px -4px rgba(0, 0, 0, 0.57);
}

.header__dropdown-list--active {
  height: auto;
  overflow: visible;
}

.header__list {
  -webkit-box-shadow: 0 20px 25px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 25px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 53px;
}

.header__item-link {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .header__item-link:hover {
    color: #ad172b;
  }
}

.header__search {
  display: none;
}

.header__search .icon {
  color: #000;
}

@media only screen and (max-width: 1199.98px) {
  .header__search {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__search {
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__row--border {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767.98px) {
  .footer__row--border {
    padding-bottom: 20px;
  }
}

.footer__up {
  background-color: #d9d9da;
}

@media only screen and (min-width: 768px) {
  .footer__up {
    padding: 49px 0 34px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__up {
    padding: 20px 0;
  }
}

.footer__down {
  padding: 14px 0;
  background-color: #fff;
}

.footer__down .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__text {
  line-height: 38px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 992px) {
  .footer__text {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__text {
    font-size: 18px;
  }
}

.footer__text--lg {
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .footer__text--lg {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer__text--lg {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__text--lg {
    font-size: 26px;
  }
}

.footer__socials {
  margin-top: 14px;
}

@media only screen and (min-width: 768px) {
  .footer__socials {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer__socials {
    margin-bottom: 15px;
  }
}

.footer__icon {
  background-color: #26214e;
  border-radius: 50%;
  padding: 6px 8px;
  margin-right: 12px;
  display: inline-block;
  height: 32px;
  width: 32px;
  position: relative;
}

.footer__icon span {
  color: #fff;
  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 .footer__icon:hover {
    background-color: #013ca6;
  }
}

.loaded .footer__icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.copyright {
  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 (max-width: 767.98px) {
  .copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}

.copyright__text {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

@media only screen and (min-width: 768px) {
  .copyright__text {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .copyright__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.copyright__image {
  width: 88px;
}

.footer__item {
  display: inline-block;
  margin-right: 19px;
  opacity: 0.7;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__item:hover {
    opacity: 1;
  }
}

.loaded .footer__item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.footer__link {
  color: #3e3e3e;
  font-weight: 500;
}

.footer--sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.loaded .footer--sticky {
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.footer__to-top-container {
  position: relative;
  z-index: 3;
}

.footer__to-top-btn {
  position: absolute;
  right: 3px;
  top: 0;
  border: 1px solid #d9d9da;
  background-color: #fff;
  border-radius: 50%;
  padding: 19px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 10px;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

@media only screen and (max-width: 1199.98px) {
  .footer__to-top-btn {
    right: 20px;
  }
}

.footer__to-top-btn--scrolled {
  top: -85px;
}

.footer__to-top-arrow {
  color: #013ca6;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.footer__cta-btn {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
  background-color: #9a989a;
  color: #fff;
  padding: 20px 0 22px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__cta-btn:hover {
    background-color: #d9d9da;
  }
}

.loaded .footer__cta-btn {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .footer__cta-btn {
    padding: 23px 0;
  }
}

.footer__cta-btn--red {
  background-color: #ad172b;
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__cta-btn--red:hover {
    background-color: #f6303e;
  }
}

.footer__btn-text {
  display: block;
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .footer__btn-text {
    font-size: 17px;
    margin-bottom: 3px;
  }
}

.footer__btn-subtext {
  display: block;
  font-size: 13px;
  line-height: 12px;
}

@media only screen and (max-width: 767.98px) {
  .footer__btn-subtext {
    font-size: 12px;
  }
}

.banner {
  position: relative;
}

.banner .wrap {
  z-index: 20;
}

.banner .row {
  min-height: 360px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
}

@media only screen and (min-width: 768px) {
  .banner {
    min-height: 360px;
  }
}

@media only screen and (min-width: 1920px) {
  .banner {
    height: 0;
    min-height: 0;
    padding-bottom: 19.555%;
  }
  .banner .wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767.98px) {
  .banner .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 200px;
  }
  .banner .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.banner--podcast {
  height: 200px;
  min-height: unset;
  padding-bottom: 0;
}

.banner--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner__title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199.98px) {
  .banner__title {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1110px) {
  .banner__title {
    margin-bottom: 42px;
  }
}

.banner__subtitle {
  display: none;
  color: #fff;
}

.banner__subitle--show {
  display: block;
}

.scroll-arrow {
  position: absolute;
  font-size: 12px;
  color: #fff;
  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;
}

.scroll-arrow .font-ico-arrow {
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.loaded .scroll-arrow {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .scroll-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-arrow {
    bottom: 48px;
    right: 36px;
  }
  .scroll-arrow .font-ico-arrow {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .scroll-arrow {
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .scroll-arrow .font-ico-arrow {
    font-size: 22px;
  }
}

.scroll-arrow--hiden {
  display: none;
}

.banner__buttons {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 10%;
}

@media only screen and (max-width: 767.98px) {
  .banner__buttons {
    position: relative;
    padding-bottom: 50px;
    bottom: auto;
    left: 0;
  }
}

.banner__buttons--hide {
  display: none;
}

.banner__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  left: 10%;
}

@media only screen and (max-width: 767.98px) {
  .banner__links {
    position: relative;
    padding-bottom: 30px;
    bottom: auto;
    left: 0;
  }
}

.banner__item {
  margin: 0 30px 10px 0;
}

@media only screen and (max-width: 767.98px) {
  .banner__item {
    margin-right: 15px;
  }
}

.banner__link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .banner__link:hover {
    color: #ad172b;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner__link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__tag-holder {
    padding-bottom: 40px;
  }
}

.banner__tag {
  position: absolute;
  bottom: 50px;
  left: 10%;
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 767.98px) {
  .banner__tag {
    position: relative;
    bottom: auto;
    left: 0;
    font-size: 16px;
  }
}

.banner__graphics {
  pointer-events: none;
  z-index: 10;
}

.banner__graphics,
.banner__graphics .banner__graphics-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__graphics-img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .homepage h3 {
    text-align: left !important;
  }
}

.homepage-banner {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .homepage-banner {
    margin-bottom: 66px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homepage-banner {
    margin-bottom: 36px;
  }
}

.homepage-banner--has-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.homepage-banner--has-overlay .homepage-banner__video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.homepage-banner__container {
  position: relative;
  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;
  padding: 60px 0;
  z-index: 30;
}

@media only screen and (min-width: 1200px) {
  .homepage-banner__container {
    min-height: calc(100vh - 120px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .homepage-banner__container {
    min-height: 500px;
  }
}

.homepage-banner__content {
  max-width: 560px;
}

.homepage-banner__content .btn {
  min-width: unset;
  letter-spacing: 0;
  margin-right: 16px;
}

@media only screen and (max-width: 767.98px) {
  .homepage-banner__content .btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.homepage-banner__title {
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .homepage-banner__title {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homepage-banner__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}

.homepage-banner__text {
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
  .homepage-banner__text {
    text-align: center;
    margin-bottom: 40px;
  }
}

.homepage-banner__graphics {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}

.homepage-banner__graphics-img {
  height: 100%;
}

.homepage-banner__video-container,
.homepage-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-banner__video-container {
  z-index: 10;
}

.homepage-banner__video {
  -o-object-fit: cover;
     object-fit: cover;
}

.knowledge-centre {
  padding: 35px 0;
}

@media only screen and (max-width: 767.98px) {
  .knowledge-centre {
    padding: 25px 0 5px;
  }
}

.knowledge {
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .no-touch .knowledge:hover .knowledge__text {
    color: #013ca6;
  }
}

.knowledge__image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .knowledge__image {
    height: 180px;
  }
}

@media only screen and (max-width: 767.98px) {
  .knowledge__image {
    padding-bottom: 45%;
  }
}

@media only screen and (min-width: 768px) {
  .knowledge-centre__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}

.knowledge-centre__col {
  background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
  .knowledge-centre__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    max-width: calc(33.333% - 20px);
  }
}

@media only screen and (max-width: 767.98px) {
  .knowledge-centre__col {
    margin-bottom: 20px;
  }
}

.knowledge__box {
  background-color: #f6f6f6;
  padding: 19px 23px 31px;
}

.knowledge__title {
  margin-bottom: 8px;
  color: #646569;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.knowledge__text {
  font-weight: 500;
  letter-spacing: -0.1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}

.knowledge__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-boxes {
  padding: 35px 0;
}

@media only screen and (max-width: 767.98px) {
  .new-boxes {
    padding: 25px 0;
  }
}

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media only screen and (min-width: 768px) {
  .boxes {
    margin: -5px;
  }
}

@media only screen and (min-width: 992px) {
  .box-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 10px);
        -ms-flex: 0 0 calc(33.33% - 10px);
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(33.33% - 10px);
    margin: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .box-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(50% - 10px);
    margin: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .box-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5px;
    min-height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .box-wrap--lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(66.66% - 10px);
        -ms-flex: 0 0 calc(66.66% - 10px);
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(66.66% - 10px);
  }
}

@media only screen and (max-width: 991.98px) {
  .box-wrap--lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.box {
  padding: 25px 29px 26px;
  position: relative;
  font-size: 14px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.box--lg {
  padding-top: 50px;
}

.box--black {
  color: black !important;
}

.box--dark {
  color: #fff;
}

.box--dark .box__text {
  font-weight: 400;
  color: #fff;
}

.box--dark .box__date {
  font-weight: 400;
}

.box--dark .box__type {
  font-weight: 400;
}

.box--green {
  background-color: #69bf5c;
}

.box--red {
  background-color: #f6303e;
}

.mosaic_title:hover {
  color: #ad172b !important;
}

.box--gray {
  background-color: #d9d9da;
}

.box--has-image {
  min-height: 300px;
}

@media only screen and (max-width: 767.98px) {
  .box--has-image {
    min-height: 200px;
  }
}

.box--smaller-image {
  min-height: auto;
}

@media only screen and (max-width: 767.98px) {
  .box--smaller-image {
    min-height: 200px;
  }
}

.box--cornered .box__date {
  position: absolute;
  top: 26px;
  left: 23px;
}

.box--cornered .box__type {
  position: absolute;
  top: -2px;
  right: 30px;
}

.box--cornered .box__text {
  margin-top: 40px;
}

.box__text {
  font-weight: 500;
  margin: 18px 0 0;
  letter-spacing: 0.2px;
  color: #3e3e3e;
}

.box__text--link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .box__text--link:hover {
    color: #013ca6;
  }
}

.box__type {
  text-transform: uppercase;
  font-weight: 500;
  float: right;
  margin-top: 27px;
  margin-left: auto;
}

.box__date {
  font-weight: 500;
  padding-left: 4px;
}

@media only screen and (max-width: 1199.98px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    position: fixed;
    top: 120px;
    right: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .loaded .nav {
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nav {
    top: 93px;
    height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 767.98px) {
  .nav {
    top: 73px;
    height: calc(100vh - 80px);
  }
}

.nav__list {
  margin-top: 24px;
}

.nav__list li.active > a {
  color: #ad172b;
}

@media only screen and (max-width: 1199.98px) {
  .nav__list {
    position: relative;
    margin: 0 20px;
  }
  .nav__list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ad172b;
    opacity: 0;
  }
}

.nav__list--small .nav__link {
  font-size: 15px;
  opacity: 0.6;
}

.nav__list--small .nav__link::after {
  content: none;
}

@media only screen and (min-width: 1025px) {
  .no-touch .nav__list--small .nav__link:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__list--small {
    margin-top: 6px;
  }
  .nav__list--small .nav__link {
    padding: 0 6px 0 12px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__list--small {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
  }
  .nav__list--small .nav__item {
    display: inline-block;
    border: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__item {
    display: inline-block;
  }
  .nav__item:hover > .nav__link {
    color: #ad172b;
  }
  .nav__item:hover > .nav__link::after {
    width: 100%;
  }
  .nav__item:hover .nav__secondary-list {
    visibility: visible;
    opacity: 1;
  }
  .nav__item:hover .nav__secondary-list:not(.nav__secondary-list--dropdown):not(.nav__secondary-list--cols) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(173, 23, 43, 0.3);
    padding-bottom: 13px;
  }
  .nav__item:last-child {
    border: 0;
    margin-bottom: 0;
  }
  .loaded .nav__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__item--opened > .nav__link::after {
    width: 100%;
  }
  .nav__item--opened .nav__secondary-list {
    opacity: 1;
    padding: 20px 35px;
    height: auto;
    visibility: visible;
  }
  .nav__item--opened .nav__secondary-list.nav__secondary-list--dropdown {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__item--opened > .nav__secondary-list {
    padding: 10px 0 0 10px;
    margin-top: 10px;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav__item--opened > .nav__tertiary-list {
    padding-left: 10px;
    margin-bottom: 20px;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav__link {
  z-index: 2;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  max-width: 100%;
  height: 3px;
  background-color: #26214e;
}

.loaded .nav__link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.loaded .nav__link::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .nav__link {
    padding: 0 12px 18px 13px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__link {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__has-children {
    position: relative;
  }
  .nav__has-children::after {
    font-family: 'svgicons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    color: #ad172b;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: -1;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .loaded .nav__has-children::after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav__has-children.nav__item--opened::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.nav__secondary-list {
  z-index: 10;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list {
    width: 100%;
    position: absolute;
    top: 96px;
    left: 0;
    padding: 20px 35px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .loaded .nav__secondary-list {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .nav__secondary-list::after, .nav__secondary-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
  }
  .nav__secondary-list::after {
    background-color: #fff;
  }
  .nav__secondary-list::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9da));
    background: linear-gradient(180deg, #fff 0%, #d9d9da 100%);
    z-index: 1;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__secondary-list {
    padding: 0;
    margin-top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  .loaded .nav__secondary-list {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .nav__secondary-list--cols {
    z-index: 11;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .nav__secondary-list--cols .nav__secondary-item {
    margin-right: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
  .nav__secondary-list--cols .nav__secondary-link::after {
    bottom: -1px;
  }
}

.nav__secondary-list--research .nav__secondary-link {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-item--cols .nav__secondary-link {
    border-bottom: 1px solid rgba(100, 101, 105, 0.5);
  }
  .nav__secondary-item--cols .nav__tertiary-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 0 25px;
  }
  .nav__secondary-item--cols .nav__tertiary-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list--last {
    right: 0;
    left: auto;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list--small {
    left: auto;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-list--dropdown {
    width: auto;
    left: auto;
  }
  .nav__secondary-list--dropdown .nav__secondary-item {
    margin-right: 0;
  }
  .nav__secondary-list--dropdown .nav__secondary-link {
    margin-bottom: 5px;
  }
}

.nav__secondary-item {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-item {
    z-index: 2;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .nav__secondary-item:last-child {
    margin-right: 0;
  }
}

.nav__secondary-link {
  font-size: 18px;
  color: #3e3e3e;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .nav__secondary-link {
    position: relative;
  }
  .nav__secondary-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(173, 23, 43, 0.3);
  }
  .nav__secondary-link:not(.nav__has-children)::after {
    width: 0;
  }
  .loaded .nav__secondary-link:not(.nav__has-children)::after {
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1025px) {
  .no-touch .nav__secondary-link:not(.nav__has-children):hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__tertiary-list {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  .loaded .nav__tertiary-list {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.nav__tertiary-item {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199.98px) {
  .nav__tertiary-item {
    margin-bottom: 5px;
  }
}

.nav__tertiary-link {
  color: #3e3e3e;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .nav__tertiary-link {
    position: relative;
  }
  .nav__tertiary-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgba(173, 23, 43, 0.3);
  }
  .loaded .nav__tertiary-link::after {
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1025px) {
  .no-touch .nav__tertiary-link:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .nav__tertiary-link {
    display: block;
    padding: 5px 0;
  }
}

.page-links {
  padding: 35px 0 20px;
}

@media only screen and (max-width: 767.98px) {
  .page-links {
    padding: 25px 0 10px;
  }
}

.page-links__wrap .cta-link {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .page-links__wrap .cta-link:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) {
  .page-links__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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-links__wrap .cta-link {
    width: calc(33.33% - 50px);
    margin-right: 25px;
  }
}

.cards {
  padding: 20px 0 40px;
}

.cards .cta-link {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0;
  float: none;
  margin-bottom: 15px;
  font-size: 14px;
  color: #013ca6;
}

.cards .cta-link .font-ico-arrow {
  font-size: 10px;
  margin-left: 8px;
}

.cards .heading {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards {
    padding: 25px 0 5px;
  }
  .cards .cta-link {
    position: static;
  }
}

.cards__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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}

.cards__box {
  min-height: 240px;
  padding: 30px 20px 55px;
  position: relative;
  background-color: #edecec;
}

.cards__box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  background-color: #ad172b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .cards__box {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards__box {
    margin: 15px;
    width: calc(100% - 30px);
    min-height: 175px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards__box--hover:hover::before {
    width: 100%;
  }
}

.cards__title {
  margin-bottom: 15px;
  color: #3e3e3e;
}

.cards__title--light {
  margin-bottom: 15px;
  color: #fff;
}

.cards__text {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3e3e3e;
}

.cards__text--light {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.cards__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
}

.client-types .cards__box {
  padding-top: 15px;
  min-height: auto;
}

@media only screen and (min-width: 1025px) {
  .no-touch .client-types .cards__box:hover .expert__link-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.client-types .expert__title {
  color: #3e3e3e;
}

.image-text {
  padding: 25px 0;
}

.image-text .cta-link {
  float: none;
  display: inline-block;
  margin-top: 20px;
}

.image-text .cta-link:not(:last-child) {
  margin-right: 25px;
}

.image-text .rte {
  padding: 0;
}

@media only screen and (max-width: 767.98px) {
  .image-text {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 992px) {
  .image-text__row {
    padding-right: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .image-text__row {
    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;
  }
}

.image-text__col {
  width: 48%;
}

.image-text__col p {
  font-size: 16px;
  margin-bottom: 5px;
}

.image-text__col.has-cover {
  min-height: 270px;
}

@media only screen and (max-width: 767.98px) {
  .image-text__col {
    width: 100%;
  }
  .image-text__col.has-cover {
    margin-bottom: 20px;
  }
}

.floating-block {
  position: relative;
  z-index: 10;
}

.floating-block .rte {
  padding: 0;
}

.floating-block p {
  font-size: 16px;
}

.floating-block__image {
  width: 100%;
}

.floating-block__content {
  padding: 30px;
  background-color: #f6f6f6;
}

.floating-block__content .btn {
  width: 100%;
}

.floating-block__content .btn:not(:first-child) {
  margin-top: 20px;
}

.floating-block__content .rte h3 {
  font-size: 22px;
  font-weight: 500;
}

.floating-block__content .rte em {
  font-style: normal;
}

@media only screen and (max-width: 767.98px) {
  .floating-block__content {
    padding: 20px;
  }
}

.floating-block__video {
  position: relative;
}

.publications {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .publications:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .publications__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.campaign_box {
  width: calc(26.00% - 30px) !important;
  margin: 0 9px 11px !important;
}

@media only screen and (max-width: 767.98px) {
  .campaign_box {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}

.insights_block_title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 35px;
}

@media only screen and (max-width: 767.98px) {
  .insights_block_title {
    font-size: 27px;
  }
}

.mobile-banner {
  display: none;
}

@media screen and (max-width: 520px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}

.insight_block_container {
  position: relative;
  width: calc(26.00% - 30px) !important;
  margin: 0 9px 11px !important;
}

@media only screen and (max-width: 767.98px) {
  .insight_block_container {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}

.two_insights_blocks .insight_block_container {
  width: calc(50.00% - 22px) !important;
}

@media only screen and (max-width: 767.98px) {
  .two_insights_blocks .insight_block_container {
    width: 100% !important;
  }
}

.insights_teaser p {
  font-size: 16px;
}

.insights_teaser p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .insights_teaser {
    min-height: 110px;
  }
}

#insights_blocks .publications__box {
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

#campaign_blocks .publications__box {
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

#campaign_blocks .publications__box:hover {
  background-color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#insights_blocks .publications__box:hover {
  background-color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1020px) {
  .insight_block_container {
    width: calc(40.00% - 30px) !important;
  }
  .campaign_box {
    width: calc(40.00% - 30px) !important;
  }
  .basicVideoBlock {
    width: 530px !important;
    height: 300px !important;
  }
  .video-thumbnail {
    width: 530px !important;
    height: 300px !important;
  }
  .two_insights_blocks {
    width: 105% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.artificial_intelligence {
  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;
  gap: 20px;
}

@media only screen and (max-width: 767.98px) {
  .artificial_intelligence {
    gap: 30px;
  }
}

.text_with_floating_image_div {
  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-top: 100px;
  width: 95%;
}

@media only screen and (max-width: 767.98px) {
  .text_with_floating_image_div {
    display: block;
  }
}

.text_with_floating_image {
  margin-left: 20px;
}

@media only screen and (max-width: 767.98px) {
  .text_with_floating_image {
    margin-left: 0px !important;
  }
}

.text_with_floating_image_title {
  margin-top: 3%;
  font-weight: bold;
  color: black;
}

@media only screen and (max-width: 767.98px) {
  .text_with_floating_image_title {
    text-align: center !important;
  }
}

.publications__box {
  background-color: #f6f6f6;
}

@media only screen and (min-width: 1025px) {
  .no-touch .publications__box:hover .publications__text {
    color: #013ca6;
  }
}

@media only screen and (min-width: 768px) {
  .publications__box {
    width: calc(33.33% - 30px);
    margin: 0 15px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .publications__box {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .publications__image {
    height: 180px;
  }
}

@media only screen and (max-width: 767.98px) {
  .publications__image {
    padding-bottom: 45%;
  }
}

.mobile-banner {
  display: none;
}

@media screen and (max-width: 520px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}

.publications__content {
  padding: 20px;
  color: #3e3e3e;
}

.predictions_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (min-width: 768px) {
  .predictions_box > a {
    height: 100%;
    display: block;
  }
  .predictions_box .publications__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(100% - 180px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .predictions_box {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .predictions_box {
    margin-bottom: 20px;
  }
}

.basic_video_block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 720px) {
  .basic_video_block_title {
    width: 100% !important;
    height: 100% !important;
  }
  .basic_video_block_text_below {
    height: 100% !important;
    width: 100% !important;
  }
  .video-thumbnail {
    width: 500px !important;
    height: 294px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .basicVideoBlock {
    width: 500px !important;
    height: 294px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .basic_video_block_title {
    width: 100% !important;
  }
  .basic_video_block_text_below {
    width: 100% !important;
    min-height: 0 !important;
  }
  .basic_video_block_container {
    width: 100% !important;
  }
  .basic_video_block_wrap .basicVideoBlock {
    width: 520px !important;
    height: 294px !important;
  }
  .basic_video_block_wrap .video-thumbnail {
    width: 520px !important;
    height: 294px !important;
  }
  .basic_video_block_wrap .basic_video_block_title {
    width: 520px !important;
  }
  .basic_video_block_title {
    width: 100% !important;
  }
  .basic_video_block_wrap .basic_video_block_text_below {
    width: 520px !important;
  }
  .two_video_block_wrap {
    padding: 0 !important;
  }
  .basic_video_block_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .basic_video_block_div {
    margin-left: auto;
    margin-right: auto;
  }
  .margin_unaligned {
    margin-top: 0 !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .basic_video_block_container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .basic_video_block_wrap .video-thumbnail {
    width: 460px !important;
  }
  .basic_video_block_wrap .basicVideoBlock {
    height: 294px !important;
    width: 460px !important;
  }
  .basic_video_block_wrap .basic_video_block_title {
    width: 460px !important;
  }
  .basic_video_block_wrap .basic_video_block_text_below {
    width: 460px !important;
  }
  .two_video_block_wrap .basic_video_block_text_below {
    min-height: 175px !important;
  }
  .two_video_block_wrap {
    padding: 0 !important;
  }
  .basic_video_block_wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .unaligned_container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .basic_video_block_container .plyr {
    max-width: 460px !important;
    height: 294px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .margin_unaligned {
    margin-top: 110px !important;
  }
}

@media only screen and (min-device-width: 270px) and (max-device-width: 285px) {
  .basic_video_block_title {
    width: 100% !important;
  }
  .basic_video_block_container {
    display: block !important;
  }
  .basic_video_block_text_below {
    width: 100% !important;
  }
  .two_video_block_wrap {
    padding: 0 !important;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 365px) {
  .basic_video_block_title {
    width: 100% !important;
  }
  .basic_video_block_container {
    display: block !important;
  }
  .basic_video_block_text_below {
    width: 100% !important;
  }
  .two_video_block_wrap {
    padding: 0 !important;
  }
  .basic_video_block_container .plyr {
    max-width: 240px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-device-width: 365px) and (max-device-width: 380px) {
  .basic_video_block_title {
    width: 100% !important;
  }
  .basic_video_block_container {
    display: block !important;
  }
  .basic_video_block_text_below {
    width: 100% !important;
  }
  .two_video_block_wrap {
    padding: 0 !important;
  }
  .basic_video_block_container .plyr {
    max-width: 335px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-device-width: 385px) and (max-device-width: 430px) {
  .basic_video_block_container .plyr {
    max-width: 340px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.basic_video_block_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_container {
    display: block !important;
  }
}

.basic_video_block_container .video-block {
  position: relative;
}

.margin_unaligned {
  margin-top: 110px;
}

@media only screen and (max-width: 767.98px) {
  .margin_unaligned {
    margin-top: 0px;
  }
}

.unaligned_container {
  display: -webkit-box;
  -webkit-box-align: stretch;
}

.two_video_block_wrap {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 20px;
}

.two_video_block_wrap .basic_video_block_text_below {
  min-height: 165px;
}

.predictions_author_details {
  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;
}

.predictions_authors_image {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

.predictions_authors_name {
  margin-bottom: 0;
  margin-left: 7px;
  color: #013ca6;
}

.campaign_page_main_title {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .campaign_page_main_title {
    text-align: center;
  }
}

.predictions_authors_role {
  margin-top: 0px;
  margin-left: 7px;
  margin-bottom: -2px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .support_our_clients_container_div {
    margin-left: 0px;
  }
}

.quote_container {
  margin-left: 30px;
}

@media only screen and (max-width: 767.98px) {
  .quote_container {
    margin-left: 0px;
  }
}

.publications__date {
  font-size: 14px;
}

.publications__date::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  background-color: #3e3e3e;
  right: 0;
  top: 1px;
  margin: 0 8px 0 12px;
}

@media only screen and (max-width: 1199.98px) {
  .publications__date {
    font-size: 12px;
  }
}

.publications__name {
  font-size: 14px;
}

@media only screen and (max-width: 1199.98px) {
  .publications__name {
    font-size: 12px;
  }
  .publications__name::before {
    padding-left: 5px;
  }
}

.publications__text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.publications__text:last-child {
  margin-bottom: 0;
}

.publications__title {
  font-size: 14px;
  font-weight: 400;
}

.publications__box--case-study .publications__name {
  text-transform: uppercase;
}

.publications__box--case-study .publications__name::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  #campaign_blocks {
    margin: 0 -9px;
  }
}

.key-fact {
  padding: 35px 25px;
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: 25px;
}

.key-fact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ad172b;
}

@media only screen and (max-width: 767.98px) {
  .key-fact {
    padding: 25px 20px 20px;
    margin-bottom: 20px;
  }
}

.key-fact__box:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9da;
  margin-bottom: 20px;
}

.key-fact__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9da;
}

.key-fact__title,
.key-fact__subtitle {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .key-fact__title,
  .key-fact__subtitle {
    font-size: 18px;
  }
}

.key-fact__subtitle {
  margin-bottom: 5px;
}

.key-fact__text {
  font-size: 16px;
  margin-bottom: 0;
}

.quote {
  padding: 31px 40px 25px;
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #d9d9da;
  border-top-width: 4px;
  margin-bottom: 75px;
}

.quote .font-ico-quote {
  position: absolute;
  top: 15px;
  left: 40px;
  font-size: 36px;
  color: #ad172b;
}

@media only screen and (max-width: 991.98px) {
  .quote {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote {
    padding: 20px;
    margin-bottom: 30px;
  }
  .quote .font-ico-quote {
    top: 15px;
    left: 20px;
    font-size: 26px;
  }
}

.quote_profile_text_div {
  background-color: #F0F0F0;
}

.quote_profile_text_div li {
  list-style-type: disc;
  padding: 5px 10px 5px 0;
}

.quote_profile_text_div {
  padding: 18px 35px 20px 35px;
}

.heading_quote_text ul {
  padding: 0 10px 20px 30px;
}

.quote_profile_icon {
  border: none;
  margin-bottom: 10px;
}

.quote_profile_icon .font-ico-quote {
  left: 0px;
  top: 5px;
  font-size: 50px;
}

.quote_profile_title {
  font-style: italic;
  color: #989898;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.quote_profile_text_div {
  font-size: 18px;
}

.profile_container .font-ico-quote:before {
  font-weight: 800 !important;
}

.quote_profile_text_div {
  background-color: #F0F0F0;
}

.quote_profile_text_div li {
  list-style-type: disc;
  padding: 5px 10px 5px 0px;
}

.quote_profile_text_div {
  padding: 18px 35px 20px 35px;
}

.heading_quote_text ul {
  padding: 0 10px 20px 30px;
}

.quote_profile_icon {
  border: none;
  margin-bottom: 10px;
}

.quote_profile_icon .font-ico-quote {
  left: 0;
  top: 5px;
  font-size: 50px;
}

.quote_profile_title {
  font-style: italic;
  color: #989898;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.quote_profile_text_div {
  font-size: 18px;
}

.profile_container .font-ico-quote:before {
  font-weight: 800 !important;
}

.predictions {
  font-size: 28px;
  color: #ad172b;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .box-wrap {
    -webkit-flex-basis: calc(100% - 10px) !important;
        -ms-flex-preferred-size: calc(100% - 10px) !important;
            flex-basis: calc(100% - 10px) !important;
  }
  .box--has-image {
    min-height: 200px !important;
  }
}

.numbers__wrap .numbers__col span:nth-child(2) {
  margin-left: 0px !important;
}

.icon-container {
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .icon-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.red-circle {
  background-color: red;
  height: 40px;
  width: 40px;
  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;
}

.icon-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.icon-img {
  width: 65%;
  height: 65%;
  -webkit-filter: invert(100%) grayscale(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
          filter: invert(100%) grayscale(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.predictions_quote {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767.98px) {
  .predictions_quote {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.predictions_quote_image {
  width: 130px;
  height: 130px;
  float: right;
}

@media only screen and (max-width: 767.98px) {
  .predictions_quote_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.predictions_quote {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767.98px) {
  .predictions_quote {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.predictions_quote_image {
  width: 130px;
  height: 130px;
  float: right;
}

@media only screen and (max-width: 767.98px) {
  .predictions_quote_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.quote_lower {
  padding: 20px 40px 25px !important;
}

.quote__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 50px;
}

@media only screen and (max-width: 767.98px) {
  .quote__text {
    font-size: 18px;
    text-indent: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .predictions_quote .quote__text {
    text-indent: 0px;
    padding-left: 20px;
  }
}

.quote__text--larger {
  font-size: 28px;
  line-height: 36px;
}

@media only screen and (max-width: 767.98px) {
  .quote__text--larger {
    font-size: 22px;
    text-indent: 30px;
  }
}

.quote__name {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
  .quote__name {
    font-size: 20px;
    margin-top: 5px;
  }
}

.quote__link-wrap {
  padding-top: 24px;
  border-top: 1px solid #d9d9da;
  margin-top: 20px;
}

.quote__link {
  font-size: 16px;
  color: #013ca6;
  padding-left: 30px;
  position: relative;
}

.quote__link::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .quote__link:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.quote_container {
  margin-left: 0;
}

.quote_container .quote {
  background-color: #fff;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote_container .quote__box {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 190px;
  cursor: pointer;
  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;
  padding: 16px;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.quote_container .quote__box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.quote_container .quote__box h4 {
  font-size: 40px;
}

.quote_container .quote__box p {
  font-size: 15px;
  margin-bottom: 0;
}

.quote_container h3 {
  font-weight: bold;
}

.quote_container .predictions_quote {
  position: relative;
  margin-left: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Section title */
.section-title {
  background-color: #F5F4F5;
  padding: 24px 16px;
  margin-bottom: 32px;
}

/* BTN aligment */
.publications.campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.publications__wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.publications__box {
  margin-top: 20px;
}

.publications__title {
  color: #ad172b;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .publications__title {
    text-align: left !important;
  }
}

.publications__section-btn {
  margin-top: 12px;
}

.new-stats__label {
  max-width: 240px;
}

.new-stats__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .quote_container .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaign_page_image {
    margin-left: auto !important;
  }
  .quote_container .quote__box {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    margin-bottom: 24px;
  }
  .quote_container .predictions_quote {
    margin-left: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .quote_container .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quote_container .quote__box {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    margin-bottom: 24px;
  }
  .quote_container .predictions_quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .publications__wrap--three-and-less .publications__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }
}

.case-block {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .case-block {
    padding: 35px 0 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-block {
    padding: 25px 0 5px;
  }
}

.case-block__wrap {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .case-block__wrap:hover .case-block__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media only screen and (min-width: 768px) {
  .case-block__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .case-block__wrap {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-block__wrap {
    margin-bottom: 20px;
  }
}

.case-block__wrap--video .case-block__subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.case-block__wrap--video .case-block__text {
  font-size: 16px;
}

.case-block__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-block__image {
  min-height: 255px;
}

@media only screen and (min-width: 768px) {
  .case-block__image {
    width: 255px;
  }
}

@media only screen and (max-width: 767.98px) {
  .case-block__image {
    margin-bottom: 20px;
    width: 100%;
  }
}

.case-block__content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .case-block__content {
    width: calc(100% - 255px);
    padding-bottom: 30px;
    padding-left: 25px;
  }
}

.case-block__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  color: #3e3e3e;
}

.case-block__subtitle {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #013ca6;
  margin-bottom: 20px;
}

.case-block__text {
  margin-bottom: 15px;
}

.case-block__arrow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.case-block__arrow .font-ico-long-arrow {
  font-size: 20px;
  color: #013ca6;
  position: absolute;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .case-block__arrow {
    position: absolute;
    bottom: 5px;
    right: 15px;
  }
}

.case-block__video {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .case-block__video {
    width: 255px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.case-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.case-block__arrow_case_study {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-block__arrow_case_study .font-ico-long-arrow {
  font-size: 20px;
  color: #013ca6;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .case-block__arrow_case_study {
    bottom: 5px;
    right: 15px;
  }
}

.case-block__content_case_study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .case-block__content_case_study {
    width: calc(100% - 255px);
    padding-left: 25px;
  }
}

.articles-wrap .breadcrumbs__container {
  padding: 0px;
}

.filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.filter-wrap a {
  color: black;
  font-size: 20px;
}

.filter-wrap a:hover {
  color: #ad172b;
}

.article-title {
  font: revert;
}

.video-block {
  padding: 35px 0;
}

.video-block .rte {
  padding: 0;
}

@media only screen and (max-width: 767.98px) {
  .video-block {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .video-block__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .basic_video_block_text_below {
    min-height: 0px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_container {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_title {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_title h4, h3, h2, h1 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_title {
    text-align: center !important;
  }
}

.basic_video_block_div {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.basic_video_block_text_below {
  margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_text_below {
    width: 100% !important;
    text-align: center;
    min-height: 0px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .basic_video_block_text_below p {
    text-align: center !important;
  }
}

@media screen and (min-width: 275px) and (max-width: 285px) {
  .basicVideoBlock {
    margin-left: auto;
    margin-right: auto;
    width: 240px !important;
    height: 200px !important;
  }
  .video-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 240px !important;
    height: 200px !important;
  }
  .basic_video_block_div {
    margin-left: auto;
    margin-right: auto;
  }
  .basic_video_block_container .plyr {
    max-width: 240px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 286px) and (max-width: 380px) {
  .basicVideoBlock {
    margin-left: auto;
    margin-right: auto;
    width: 335px !important;
    height: 222px !important;
  }
  .video-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 335px !important;
    height: 222px !important;
  }
  .basic_video_block_div {
    margin-left: auto;
    margin-right: auto;
  }
  .basic_video_block_container .plyr {
    max-width: 335px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 390px) and (max-width: 450px) {
  .basicVideoBlock {
    margin-left: auto;
    margin-right: auto;
    width: 340px !important;
    height: 200px !important;
  }
  .video-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 340px !important;
    height: 200px !important;
  }
  .basic_video_block_div {
    margin-left: auto;
    margin-right: auto;
  }
  .basic_video_block_container .plyr {
    max-width: 340px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-thumbnail {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}

.basic_video_play_button {
  font-size: 75px;
}

.centered-video-button {
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 2;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.centered-video-button button {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  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;
}

.centered-video-button span {
  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;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.fa-play:before {
  margin-left: 15px;
}

.centered-video-button:hover span {
  background-color: #282828;
}

.basicVideoBlock:hover {
  cursor: pointer;
}

.basicVideoBlock {
  position: relative !important;
  z-index: 0;
  top: 6px;
}

.campaign_landing_page_video {
  display: inline-block;
}

@media only screen and (max-width: 767.98px) {
  .campaign_landing_page_video {
    display: block !important;
    margin-bottom: 30px;
  }
}

.campaign_image_video_container {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .campaign_image_video_container {
    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;
  }
}

.our_team {
  background-color: white;
  width: calc(24.33% - 24px);
}

@media only screen and (max-width: 767.98px) {
  .our_team {
    width: 100% !important;
  }
}

.our_team_linkedin_icon {
  width: 25px;
  height: 25px;
  background: #3e3e3e;
  color: white;
  position: absolute;
  right: 5px;
  bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .our_team_linkedin_icon {
    bottom: 25px;
  }
}

.video-block__video {
  position: relative;
}

.video-block__video--center {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .video-block__video--center {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .video-block__video--right,
  .video-block__video--left {
    width: calc(45% - 30px);
  }
}

@media only screen and (min-width: 768px) {
  .video-block__video--left {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .video-block__video--right {
    margin-left: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .video-block__content {
    width: 55%;
  }
}

@media only screen and (max-width: 767.98px) {
  .video-block__content {
    margin-top: 20px;
  }
}

.btn-block {
  padding: 30px;
  background-color: #f6f6f6;
}

.btn-block .btn {
  width: 100%;
  margin-top: 20px;
}

.btn-block h4 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .btn-block {
    text-align: center;
  }
}

.video-floating-block {
  position: relative;
}

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.employee {
  position: relative;
}

.employee::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ad172b;
}

.employee__wrap {
  padding: 30px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767.98px) {
  .employee__wrap {
    padding: 20px;
  }
}

.employee__title {
  padding: 0 40px 15px 0;
  border-bottom: 1px solid rgba(100, 101, 105, 0.5);
  position: relative;
}

.employee__link {
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .employee__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.employee__image {
  width: 100%;
  margin-bottom: 15px;
}

.employee__name {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.employee__position {
  display: block;
  font-size: 16px;
  color: #646569;
}

.contact__content {
  padding: 25px 30px 20px;
  background-color: #f6f6f6;
}

.contact__content .btn {
  width: 100%;
}

.contact__content .btn:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .contact__content {
    padding: 20px 20px 1px;
    text-align: center;
  }
}

.contact__title {
  color: #ad172b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-event {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9da;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .contact-event {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}

.contact-event__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .contact-event__container {
    display: block;
  }
}

.contact-event__left {
  width: 280px;
}

@media only screen and (max-width: 767.98px) {
  .contact-event__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-event__right {
  width: calc(100% - 280px);
  padding-left: 30px;
}

@media only screen and (max-width: 767.98px) {
  .contact-event__right {
    width: 100%;
    padding-left: 0;
  }
}

.contact-event__intro {
  margin-bottom: 20px;
}

.contact-event__name,
.contact-event__position,
.contact-event__mail,
.contact-event__number {
  display: block;
}

.contact-event__position {
  margin-bottom: 10px;
}

.contact-event__name {
  font-weight: 500;
}

.contact-event__mail {
  color: #013ca6;
  word-break: break-all;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .contact-event__mail:hover {
    color: #3e3e3e;
  }
}

.modal {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal--opened {
  visibility: visible;
  opacity: 1;
}

.modal--opened .modal__form {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal__title {
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9da;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .modal__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .modal__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.modal__subtitle {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9da;
}

.modal__form {
  padding: 30px;
  margin: 0 auto;
  background-color: #f6f6f6;
  max-width: 540px;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  top: 5vh;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal__form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ad172b;
}

@media only screen and (max-width: 767.98px) {
  .modal__form {
    padding: 20px;
  }
}

.modal__close {
  position: absolute;
  right: 30px;
  top: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .modal__close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media only screen and (max-width: 767.98px) {
  .modal__close {
    top: 25px;
    right: 20px;
  }
}

.modal__note {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.modal__note::before {
  content: "*";
  color: #ad172b;
}

.recaptcha-terms {
  clear: both;
  margin: -20px 0 20px;
}

.recaptcha-terms span {
  opacity: 0.6;
  font-size: 11px;
}

.recaptcha-terms--small {
  font-size: 15px;
}

.modal__note--form {
  position: absolute;
  top: 20px;
  left: 25px;
}

.recaptcha-terms-aligment {
  padding-left: 10px;
}

.form-aligment {
  padding-top: 20px;
}

.form-aligment .recaptcha-terms {
  margin: 0 0 20px 0;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .form-aligment .FormSubmitButton {
    position: absolute;
    right: 16px;
    bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .form-aligment .FormSubmitButton {
    margin: 20px 10px !important;
    float: left;
  }
  .form-aligment .text-area-smaller {
    height: 42px;
  }
}

.share {
  text-align: right;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .share {
    text-align: center;
  }
}

.share__in {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}

.share__in .IN-widget {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.share__in .IN-widget .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu {
  height: 34px !important;
}

@media only screen and (min-width: 1025px) {
  .no-touch .share__in:hover .share__link {
    background-color: #013ca6;
  }
  .no-touch .share__in:hover .share__popup {
    visibility: visible;
    opacity: 1;
  }
}

.share__link {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #26214e;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.share__link:not(:last-child) {
  margin-right: 10px;
}

.share__link .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .share__link:hover {
    background-color: #013ca6;
  }
  .no-touch .share__link:hover .share__popup {
    visibility: visible;
    opacity: 1;
  }
}

.share__popup {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-65px);
          transform: translateX(-65px);
  width: 130px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d9d9da;
  color: #26214e;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.share__popup::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767.98px) {
  .share__popup {
    display: none;
  }
}

.social-wrapper .share {
  margin-bottom: 0;
}

.breadcrumbs__container-wrapper .breadcrumbs__container::after {
  background-color: transparent;
}

.subscribe {
  padding: 30px;
  background-color: #f6f6f6;
}

.subscribe .btn {
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .subscribe {
    padding: 20px;
  }
}

.subscribe__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9da;
}

@media only screen and (max-width: 767.98px) {
  .subscribe__title {
    padding-bottom: 15px;
  }
}

.subscribe__text {
  font-size: 16px;
  margin-bottom: 15px;
  color: #646569;
}

.mini-banner {
  position: relative;
  margin: 53px 0;
  min-height: 160px;
}

.mini-banner::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767.98px) {
  .mini-banner {
    margin: 40px 0;
  }
}

.mini-banner__link-splash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 150;
}

.mini-banner__content {
  position: relative;
  z-index: 1;
  padding: 32px 66px 30px;
}

@media only screen and (max-width: 767.98px) {
  .mini-banner__content {
    padding: 20px;
  }
}

.mini-banner__title {
  color: #fff;
  margin-bottom: 14px;
}

.mini-banner__link {
  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-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mini-banner__link .icon {
  margin-left: 8px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .mini-banner__link:hover {
    text-decoration: underline;
  }
}

.mini-baanner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767.98px) {
  .mini-baanner__list {
    display: block;
  }
}

.mini-banner__item {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 0 7px;
}

.mini-banner__item::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 4px;
}

.mini-banner__item:first-of-type {
  text-transform: uppercase;
  padding-left: 0;
}

.mini-banner__item:first-of-type::after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .mini-banner__item {
    padding: 0;
  }
  .mini-banner__item::after {
    display: none;
  }
}

.results {
  position: relative;
}

.results__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .results__item {
    display: block;
  }
}

.results__img {
  width: 255px;
  height: 160px;
  margin-top: 4px;
}

@media only screen and (max-width: 767.98px) {
  .results__img {
    margin: 0 0 15px;
    width: 100% !important;
  }
}

.results__content {
  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;
  width: calc(100% - 255px);
  padding-left: 25px;
}

@media only screen and (max-width: 767.98px) {
  .results__content {
    width: 100%;
    padding-left: 0;
  }
}

.results__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.results__list-item {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.results__list-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #000;
  right: 0;
  top: 5px;
}

.results__list-item:first-of-type {
  text-transform: none;
  margin-left: 0;
  padding-left: 0;
}

.results__list-item:last-of-type::after {
  display: none;
}

.results__list-item a {
  color: #3e3e3e;
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
  .no-touch .results__list-item a:hover {
    color: #013ca6;
  }
}

.results__title {
  margin-bottom: 8px;
  display: block;
  color: #3e3e3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .results__title:hover {
    color: #013ca6;
  }
}

.results__text {
  font-size: 16px;
  margin-bottom: 16px;
}

.results__list-link {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .results__list-link:hover {
    color: #013ca6;
  }
}

.results__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media only screen and (max-width: 767.98px) {
  .results__links {
    position: relative;
  }
}

.results__link-item {
  position: relative;
  padding: 0 8px;
}

.results__link-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #000;
  right: 0;
  top: 7px;
}

.results__link-item:first-of-type {
  padding-left: 0;
}

.results__link-item:last-of-type::after {
  display: none;
}

.results__link,
.results__readmore {
  font-size: 14px;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .results__link:hover, .no-touch
  .results__readmore:hover {
    color: #000;
  }
}

.results__readmore {
  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;
  font-size: 16px;
  margin-top: auto;
}

.results__readmore .icon {
  margin-left: 10px;
}

.results__tag {
  background-color: #CC7681;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 7px;
  font-size: 14px;
  line-height: 14px;
  height: auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .results__tag {
    margin-bottom: 20px;
  }
}

.results__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .results__holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.results__webiste {
  display: block;
  text-transform: uppercase;
  color: rgba(100, 101, 105, 0.4);
}

.img-wrapper {
  max-width: 100%;
  height: auto;
}

.img-size {
  width: 260px;
  min-height: 140px;
  max-height: 140px;
  float: left;
}

.press__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
  .press__filter {
    display: block;
  }
}

.press__filter-title {
  margin-bottom: 5px;
  margin-right: 33px;
}

.press__filter-item {
  padding-top: 2px;
  margin-right: 41px;
}

.press__filter-item:last-of-type {
  margin-right: 0;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 64px;
}

@media only screen and (max-width: 767.98px) {
  .pagination {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination__link,
.pagination__button {
  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;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__link,
  .pagination__button {
    width: 26px;
    height: 30px;
  }
}

.pagination__link--active {
  background-color: #f6f6f6;
}

.pagination__link {
  font-size: 16px;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .pagination__link:hover {
    color: #000;
  }
}

@media only screen and (max-width: 767.98px) {
  .pagination__link {
    font-size: 14px;
  }
}

.pagination__button {
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagination__button .icon {
  color: #013ca6;
}

@media only screen and (min-width: 1025px) {
  .no-touch .pagination__button:hover .icon {
    color: #000;
  }
}

.pagination__arrows {
  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;
}

.pagination__arrows--left .pagination__button {
  margin-right: 12px;
}

.pagination__arrows--left .pagination__button .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767.98px) {
  .pagination__arrows--left {
    margin-bottom: 15px;
  }
}

.pagination__arrows--right .pagination__button {
  margin-left: 12px;
}

@media only screen and (max-width: 767.98px) {
  .pagination__arrows--right {
    margin-bottom: 12px;
  }
}

.pagination__arrows--disable {
  pointer-events: none;
}

.pagination__arrows--disable .pagination__text {
  color: #d9d9da;
}

.pagination__arrows--disable .pagination__button .icon {
  color: #d9d9da;
}

.pagination__text {
  color: #013ca6;
}

@media screen and (max-width: 768px) {
  .pagination__text {
    display: none !important;
  }
}

.filters {
  padding-bottom: 20px;
}

.filters__wrap {
  padding-bottom: 10px;
  position: relative;
}

.filters__wrap .filters__title {
  top: 11px;
}

@media only screen and (max-width: 991.98px) {
  .filters__wrap .filters__title {
    position: relative;
    top: auto;
    font-size: 20px;
  }
}

.titleCSPage {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .titleCSPage {
    position: relative;
    top: auto;
  }
}

.filterCSPage {
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 22px;
  font-weight: 500;
}

.filterSectionCSPage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .filterSectionCSPage {
    padding-bottom: 10px;
    position: relative;
    display: block;
  }
}

.selectedFilterCSPage,
.expert__filter-selected {
  background-color: rgba(100, 101, 105, 0.4);
  font-size: 16px;
  padding: 12px 50px 12px 20px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .selectedFilterCSPage,
  .expert__filter-selected {
    margin-right: 16px;
  }
}

.selectedFilterCSPage .filters__remove,
.expert__filter-selected .filters__remove {
  color: #000;
}

.filterSectionCSPage input[type='checkbox'],
.filterSectionCSPage input[type='radio'] {
  display: none;
}

.filterSectionCSPage input[type='checkbox'] + label,
.filterSectionCSPage input[type='radio'] + label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000;
}

.filterSectionCSPage input[type='checkbox'] + label::before,
.filterSectionCSPage input[type='radio'] + label::before {
  content: '';
  background-color: #fff;
  border: 1px solid #d9d9da;
  display: block;
  position: absolute;
}

.filterSectionCSPage input[type='checkbox'] + label {
  padding-left: 32px;
}

.filterSectionCSPage input[type='checkbox'] + label::before {
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
}

.filterSectionCSPage input[type='checkbox']:checked + label::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
  color: #ad172b;
}

.filterSectionCSPage input[type='radio'] + label {
  padding-left: 23px;
}

.filterSectionCSPage input[type='radio'] + label::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 1px;
  left: 0;
}

.filterSectionCSPage input[type='radio']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}

.filters__wrap input[type='checkbox'],
.filters__wrap input[type='radio'],
.expert__filter input[type='checkbox'],
.expert__filter input[type='radio'],
.press__filter input[type='checkbox'],
.press__filter input[type='radio'],
.form-account input[type='checkbox'],
.form-account input[type='radio'] {
  display: none;
}

.filters__wrap input[type='checkbox'] + label,
.filters__wrap input[type='radio'] + label,
.expert__filter input[type='checkbox'] + label,
.expert__filter input[type='radio'] + label,
.press__filter input[type='checkbox'] + label,
.press__filter input[type='radio'] + label,
.form-account input[type='checkbox'] + label,
.form-account input[type='radio'] + label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000;
}

.filters__wrap input[type='checkbox'] + label::before,
.filters__wrap input[type='radio'] + label::before,
.expert__filter input[type='checkbox'] + label::before,
.expert__filter input[type='radio'] + label::before,
.press__filter input[type='checkbox'] + label::before,
.press__filter input[type='radio'] + label::before,
.form-account input[type='checkbox'] + label::before,
.form-account input[type='radio'] + label::before {
  content: '';
  background-color: #fff;
  border: 1px solid #d9d9da;
  display: block;
  position: absolute;
}

.filters__wrap input[type='checkbox'] + label,
.expert__filter input[type='checkbox'] + label,
.press__filter input[type='checkbox'] + label,
.form-account input[type='checkbox'] + label {
  padding-left: 32px;
}

.filters__wrap input[type='checkbox'] + label::before,
.expert__filter input[type='checkbox'] + label::before,
.press__filter input[type='checkbox'] + label::before,
.form-account input[type='checkbox'] + label::before {
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
}

.filters__wrap input[type='checkbox']:checked + label::after,
.expert__filter input[type='checkbox']:checked + label::after,
.press__filter input[type='checkbox']:checked + label::after,
.form-account input[type='checkbox']:checked + label::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
  color: #ad172b;
}

.filters__wrap input[type='radio'] + label,
.expert__filter input[type='radio'] + label,
.press__filter input[type='radio'] + label,
.form-account input[type='radio'] + label {
  padding-left: 23px;
}

.filters__wrap input[type='radio'] + label::before,
.expert__filter input[type='radio'] + label::before,
.press__filter input[type='radio'] + label::before,
.form-account input[type='radio'] + label::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 1px;
  left: 0;
}

.filters__wrap input[type='radio']:checked + label::after,
.expert__filter input[type='radio']:checked + label::after,
.press__filter input[type='radio']:checked + label::after,
.form-account input[type='radio']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}

.filters__title {
  font-size: 22px;
  font-weight: 700;
}

.filters__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
}

@media screen and (max-width: 768px) {
  .filters__sort {
    margin-top: 10px !important;
    height: 100px !important;
    display: contents;
  }
  .filters__title {
    margin-bottom: 10px !important;
  }
}

.filters__btn {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 18px;
  color: #494951;
  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;
  border-width: 2px;
}

.filters__btn::after {
  display: none;
}

.filters__btnCaseStudiePage {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 18px;
  color: #494951;
  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;
  border-width: 2px;
}

.filters__btnCaseStudiePage::after {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  margin-left: 0;
  .filters__btn {
    margin-bottom: 0;
  }
  .filters__btnCaseStudiePage {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  .filters__btn {
    display: block;
    margin-top: 15px;
  }
}

.filters__btn {
  font-size: 17px;
  border: 1px solid rgba(100, 101, 105, 0.2);
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 5%;
  color: #494951;
}

.loaded .filters__btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filters__btn::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
  .filters__btn {
    margin-bottom: 15px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 575.98px) {
  .filters__btn {
    width: 100%;
    margin-right: 0;
  }
}

.filters__btn--active {
  background-color: rgba(100, 101, 105, 0.1);
}

.filters__btn--active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters__btnCaseStudiePage {
  font-size: 18px;
  padding: 12px 50px 12px 20px;
  border: 1px solid rgba(100, 101, 105, 0.2);
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 1%;
  color: #494951;
}

.loaded .filters__btnCaseStudiePage {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filters__btnCaseStudiePage::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
  .filters__btnCaseStudiePage {
    margin-bottom: 15px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 600px) {
  .filters__btnCaseStudiePage {
    width: 100%;
    margin-right: 0;
  }
}

.filters__btnCaseStudiePage--active {
  background-color: rgba(100, 101, 105, 0.1);
}

.filters__btnCaseStudiePage--active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters__btn--All-active {
  background-color: #494951;
}

.filters__btn--All-active label {
  color: white;
}

.filters__btn--Free-active {
  background-color: #52798F;
}

.filters__btn--Free-active label {
  color: white;
}

.filters__btn--Premium-active {
  background-color: #CC7681;
}

.filters__btn--Premium-active label {
  color: white;
}

.filters__btn--sort-active {
  background-color: #494951;
  color: white !important;
}

.practiceAreaButtons {
  background-color: 173;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.filters__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991.98px) {
  .filters__form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767.98px) {
  .filters__form {
    display: block;
  }
}

.filter__dropdown {
  width: 100%;
  background-color: #fff;
  height: 0;
  opacity: 0;
  overflow: auto;
}

.loaded .filter__dropdown {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdown {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}

.filter__dropdown--open {
  height: 400px;
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdown--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.filter__dropdownCaseStudiesPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 100px 20px 50px;
  background-color: #fff;
  border: 1px solid rgba(100, 101, 105, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(100, 101, 105, 0.4);
          box-shadow: 0 4px 8px rgba(100, 101, 105, 0.4);
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.loaded .filter__dropdownCaseStudiesPage {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdownCaseStudiesPage {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}

.filter__dropdownCaseStudiesPage--open {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdownCaseStudiesPage--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.loaded .filter__dropdownCaseStudiesPage {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.filters__item {
  padding: 0 15px 0 25px;
  margin-bottom: 17px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .filters__item {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .filters__item {
    padding: 0;
  }
}

.filters__subitems {
  width: 100%;
  padding-top: 17px;
}

.filters__subitems .filters__item {
  width: 100%;
  padding-left: 20px;
}

.filters__items {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .filters__items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.filters__items--quarter .filters__item {
  width: 25%;
  padding-left: 20px;
}

.filters__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
}

.filters__submit:active {
  background-color: rgba(100, 101, 105, 0.4) !important;
  color: #fff;
}

.filters__button {
  border: 2px solid;
  margin-right: 15px;
  position: relative;
}

.filters__button:nth-of-type(1) {
  border-color: #494951;
}

.filters__button:nth-of-type(1).filters__btn--active {
  background-color: #494951;
}

.filters__button:nth-of-type(1).filters__btn--active .filters__submit {
  color: #fff;
}

.filters__button:nth-of-type(1).filters__btnCaseStudiePage--active {
  background-color: #494951;
}

.filters__button:nth-of-type(1).filters__btnCaseStudiePage--active .filters__submit {
  color: #fff;
}

.filters__button:nth-child(2) {
  border-color: #52798F;
}

.filters__button:nth-child(2).filters__btn--active {
  background-color: #52798F;
}

.filters__button:nth-child(2).filters__btn--active .filters__submit {
  color: #fff;
}

.filters__button:nth-child(3) {
  border-color: #CC7681;
}

.filters__button:nth-child(3).filters__btn--active {
  background-color: #CC7681;
}

.filters__button:nth-child(3).filters__btn--active .filters__submit {
  color: #fff;
}

.filters__button:nth-child(4) {
  border-color: #CC7681;
}

.filters__button:nth-child(4).filters__btn--active {
  background-color: #CC7681;
}

.filters__button:nth-child(4).filters__btn--active .filters__submit {
  color: #fff;
}

.filters__radio,
.filters__checkbox {
  position: absolute;
  left: 15px;
  top: 1px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.filters__checkbox {
  width: 18px;
  height: 18px;
  background-color: #fff;
  cursor: pointer;
}

.filters__apply {
  position: absolute;
  top: 30px;
  right: 20px;
}

@media only screen and (max-width: 767.98px) {
  .filters__apply {
    left: 20px;
    right: auto;
  }
}

.filters__selectedCSPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .filters__selectedCSPage {
    display: block;
  }
}

.filters__selected {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .filters__selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .filters__selected .filters__title {
    margin-right: 10px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .filters__selected {
    margin-bottom: 10px;
  }
}

.filters__select {
  font-size: 18px;
  padding: 1px 45px 1px 10px;
  position: relative;
  margin-right: 16px;
  margin-bottom: 20px;
  border: 1px solid #494951;
}

@media only screen and (max-width: 575.98px) {
  .filters__select {
    margin-right: 0;
    font-size: 16px;
  }
}

.filters__remove {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  color: #ad172b;
}

.filters__remove::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 991.98px) {
  .filters__label {
    font-size: 14px;
  }
}

.filters__submit {
  text-indent: -9999px;
}

.filters__submit-label {
  bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #494951;
  line-height: 17px;
  display: block;
  padding: 1px 19px !important;
  position: relative;
}

.filters__value {
  font-size: 14px;
  color: #000;
}

.filter__dropdown--research .filters__items {
  display: block;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.filter__dropdown--research .filters__item {
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  float: left;
  font-weight: 700;
}

.filter__dropdown--research .filters__subitems .filters__item {
  padding-right: 0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .filter__dropdown--research .filters__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdown--research .filters__items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.filter__dropdownCaseStudiesPage--research .filters__items {
  display: block;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.filter__dropdownCaseStudiesPage--research .filters__item {
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  float: left;
  font-weight: 700;
}

.filter__dropdownCaseStudiesPage--research .filters__subitems .filters__item {
  padding-right: 0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .filter__dropdownCaseStudiesPage--research .filters__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .filter__dropdownCaseStudiesPage--research .filters__items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.filters__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .filters__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filters__flex .filters__form {
    margin-bottom: 30px;
  }
}

.filters-search__form {
  width: 80%;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
  .filters-search__form {
    width: 100%;
  }
}

.filters-search__input {
  width: 100%;
  padding: 10px 20px;
  padding-left: 52px;
  font-size: 28px;
  font-weight: 500;
  color: #646569;
}

.filters-search__input::-webkit-input-placeholder {
  color: #646569;
}

.filters-search__input::-moz-placeholder {
  color: #646569;
}

.filters-search__input:-ms-input-placeholder {
  color: #646569;
}

.filters-search__input::-ms-input-placeholder {
  color: #646569;
}

.filters-search__input::placeholder {
  color: #646569;
}

@media only screen and (max-width: 767.98px) {
  .filters-search__input {
    font-size: 18px;
  }
}

.filters-search__submit {
  color: rgba(154, 152, 154, 0.502);
  position: absolute;
  top: 52%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}

@media only screen and (max-width: 767.98px) {
  .filters-search__submit {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .filters-search__submit {
    margin-top: 3% !important;
    font-size: 22px !important;
  }
}

@media screen and (max-width: 991px) {
  .rightSide {
    max-width: 100% !important;
    padding: 0px 8px 0px 8px;
  }
}

.filters__btn::after {
  display: none;
}

.filters--aside .filters__items {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.filters--aside .filters__btn::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filters--aside .filters__btnCaseStudiePage::after {
  content: "";
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.rightSide {
  max-width: 25%;
}

.kc_page_block {
  max-width: 100%;
  padding-top: 13%;
  padding-bottom: 20%;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .kc_page_block {
    display: none;
  }
}

.kc_page_block .float-right {
  margin-bottom: 50px;
}

.red_buttons {
  margin-top: 45%;
}

.practiceArea {
  width: 100%;
  display: block;
  padding-left: 30px;
}

.practiceAreaButton {
  background-color: #ad172b !important;
  border: none !important;
  color: white !important;
  padding: 12px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 16px !important;
  height: 46px !important;
  width: 100% !important;
  margin-bottom: 4% !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  font-family: "Roboto", sans-serif !important;
}

@media screen and (max-width: 991px) {
  .red_buttons {
    margin-top: 0%;
    text-align: center;
    margin-bottom: 4% !important;
  }
}

@media screen and (max-width: 991px) {
  .practiceArea {
    display: none !important;
  }
  #practiceAreaButtons {
    display: none;
  }
  .practiceAreaButtons {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .practiceAreaButtons {
    height: 40px !important;
    padding-top: 8px !important;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .filters__buttons {
    margin-top: 10px !important;
    height: 33px;
  }
}

.filters__sort-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-top: 15px;
}

.filters__sort-wrap .filters__title {
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.filters__sort-wrap .filters__btn--active {
  background-color: #494951;
  color: #fff;
}

.filters__sort-wrap .filters__btnCaseStudiePage--active {
  background-color: #494951;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .filters__sort-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.mini-box {
  padding: 30px 0;
}

.mini-box__wrap {
  margin-bottom: 35px;
}

.mini-box--dark-blue .mini-box__title {
  background-color: #201751;
}

.mini-box--dark-blue .mini-box__item {
  border: 1px solid #201751;
}

.mini-box--dark-blue .mini-box__text {
  color: #201751;
}

.mini-box--blue .mini-box__title {
  background-color: #003da6;
}

.mini-box--blue .mini-box__item {
  border: 1px solid #003da6;
}

.mini-box--blue .mini-box__text {
  color: #003da6;
}

.mini-box--red .mini-box__title {
  background-color: #ce009f;
}

.mini-box--red .mini-box__item {
  border: 1px solid #ce009f;
}

.mini-box--red .mini-box__text {
  color: #ce009f;
}

.mini-box--light-blue .mini-box__title {
  background-color: #009fe3;
}

.mini-box--light-blue .mini-box__item {
  border: 1px solid #009fe3;
}

.mini-box--light-blue .mini-box__text {
  color: #009fe3;
}

.mini-box--dark-red .mini-box__title {
  background-color: #5a2049;
}

.mini-box--dark-red .mini-box__item {
  border: 1px solid #5a2049;
}

.mini-box--dark-red .mini-box__text {
  color: #5a2049;
}

.mini-box--green .mini-box__title {
  background-color: #0d9a39;
}

.mini-box--green .mini-box__item {
  border: 1px solid #0d9a39;
}

.mini-box--green .mini-box__text {
  color: #0d9a39;
}

.mini-box--orange .mini-box__title {
  background-color: #f08118;
}

.mini-box--orange .mini-box__item {
  border: 1px solid #f08118;
}

.mini-box--orange .mini-box__text {
  color: #f08118;
}

.mini-box__title {
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.mini-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.mini-box__item {
  padding: 20px;
  margin: 10px;
  width: calc(16.67% - 21px);
  min-height: 94px;
  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;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3e3e3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .mini-box__item:hover .mini-box__text {
    opacity: 0.65;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mini-box__item {
    width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mini-box__item {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 575.98px) {
  .mini-box__item {
    width: calc(50% - 20px);
    padding: 10px;
  }
}

.mini-box__text {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumbs__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto 33px;
}

.breadcrumbs__container::after {
  content: '';
  height: 1px;
  background-color: #d9d9da;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumbs__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 17px;
    margin: 0 auto 20px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 24px 0 34px;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumbs {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
  }
  .breadcrumbs::after {
    left: 20px;
    right: 20px;
    margin-top: 50px;
  }
}

.breadcrumbs__item {
  position: relative;
  padding-right: 5px;
  color: #ad172b;
  font-size: 16px;
}

.breadcrumbs__item::after {
  content: '/';
  display: inline-block;
  color: #646569;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumbs__item {
    line-height: 31px;
  }
}

.breadcrumbs__link {
  padding-right: 2px;
  color: #9a989a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .breadcrumbs__link:hover {
    color: #ad172b;
  }
}

.breadcrumbs__btn-container {
  margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumbs__btn-container {
    margin-top: 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.breadcrumbs__btn {
  max-width: 100%;
}

.location {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.location__main-title {
  font-weight: 500;
  border-bottom: 1px solid #d9d9da;
  padding-bottom: 16px;
  margin-bottom: 12px;
  color: #000;
}

.location__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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}

.location__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;
  width: calc(33.33% - 30px);
  margin: 15px;
  background-color: #f6f6f6;
  padding: 19px 25px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .location__box {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .location__box {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.location__title {
  position: relative;
  font-size: 20px;
  margin-bottom: 18px;
  padding: 0 40px 20px 0;
  border-bottom: 1px solid #d9d9da;
}

@media only screen and (max-width: 767.98px) {
  .location__title {
    font-size: 18px;
  }
}

.location__link-arrow {
  position: absolute;
  right: 0;
  top: 3px;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 1025px) {
  .no-touch .location__link-arrow:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.location__text {
  display: block;
  color: #000;
  margin-bottom: 15px;
}

.location__text-bottom {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #d9d9da;
  padding-top: 15px;
  margin-top: auto;
  color: #000;
}

@media only screen and (max-width: 767.98px) {
  .location__text-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}

.location__link {
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}

.location__link:first-child {
  margin-left: 5px;
}

.location__link:last-child::after {
  display: none;
}

.location__link::after {
  content: ',';
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .location__link:hover {
    color: #ad172b;
  }
}

.info-block {
  position: relative;
  border: 1px solid #d9d9da;
  margin-bottom: 75px;
  padding: 30px;
}

@media only screen and (max-width: 767.98px) {
  .info-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.info-block__titile {
  font-size: 22px;
  font-weight: 500;
}

.info-block__subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 20px;
}

.info-block__text {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.info-block__text a {
  color: #013ca6;
  word-break: break-word;
}

@media only screen and (min-width: 1025px) {
  .no-touch .info-block__text a:hover {
    text-decoration: underline;
  }
}

.info-block__text p {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.info-block__text p a {
  color: #013ca6;
  word-break: break-all;
}

@media only screen and (min-width: 1025px) {
  .no-touch .info-block__text p a:hover {
    text-decoration: underline;
  }
}

.info-block__link {
  margin-bottom: 15px;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .info-block__link:hover {
    text-decoration: underline;
  }
}

.map {
  position: relative;
  margin-bottom: 40px;
}

.expert {
  position: relative;
  margin-bottom: 50px;
}

.expert__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.expert__box {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background-color: #f6f6f6;
  padding: 20px 25px 16px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .expert__box:hover .expert__link-arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .expert__box {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .expert__box {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.expert__box--border {
  border-top: 7px solid #ad172b;
}

.expert__image {
  height: 80px;
  margin-bottom: 18px;
}

.expert__title {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 20px;
  color: #013ca6;
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .expert__title {
    font-size: 18px;
  }
}

.expert__link-arrow {
  position: absolute;
  right: 0;
  top: 3px;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 17px;
  font-weight: 400;
}

.expert__list {
  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;
}

.expert__item {
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 0 7px;
}

.expert__item::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 8px;
  background-color: #000;
}

.expert__item:first-child {
  padding-left: 0;
}

.expert__item:last-child::after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .expert__item {
    font-size: 14px;
  }
  .expert__item::after {
    top: 5px;
  }
}

.expert__filter {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .expert__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .expert__filter {
    padding-bottom: 10px;
  }
}

.expert__filter .expert__filter-label {
  display: block;
}

@media only screen and (min-width: 768px) {
  .expert__filter-title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .expert__filter-title {
    margin-bottom: 15px;
  }
}

.expert__filters .filters__btnCaseStudiePage {
  margin-right: 0;
}

.expert__filters .filter__dropdownCaseStudiesPage {
  top: 85px;
}

@media only screen and (min-width: 768px) {
  .expert__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .expert__filters .filter__dropdownCaseStudiesPage {
    top: auto;
    padding-bottom: 20px;
  }
}

.tabs {
  position: relative;
}

.tabs__tab {
  display: none;
}

.tabs__tab--active {
  display: block;
}

.tabs__links-container {
  border-bottom: 1px solid #ecf1f3;
}

.tabs__links {
  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 (max-width: 991.98px) {
  .tabs__links {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 991.98px) {
  .tabs__wrap {
    padding-right: 0;
  }
}

.tabs__links-item {
  padding: 0 12px;
}

.tabs__links-item:first-child {
  padding-left: 0;
}

.tabs__links-item:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 991.98px) {
  .tabs__links-item:last-child {
    padding-right: 20px;
  }
}

.tabs__link {
  position: relative;
  font-size: 16px;
  padding: 26px 0 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .tabs__link:hover {
    color: #ad172b;
  }
}

.tabs__link--active {
  color: #ad172b;
}

.tabs__link--active::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ad172b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tabs__content {
  padding-top: 25px;
}

.author {
  position: relative;
}

.event {
  position: relative;
}

.event__title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d9d9da;
  height: 100px;
  width: 100%;
  padding: 10px 64px;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767.98px) {
  .event__title-box {
    padding: 10px 20px;
    margin-bottom: 30px;
    height: 60px;
  }
}

.event__box-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event__items {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .event__items {
    margin-bottom: 30px;
  }
}

.event__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.event__item:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .event__item {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.event__img {
  width: 160px;
  height: 160px;
  margin-top: 4px;
}

@media only screen and (max-width: 767.98px) {
  .event__img {
    margin-top: 0;
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }
}

.event__content {
  width: calc(100% - 160px);
  padding-left: 30px;
}

@media only screen and (max-width: 767.98px) {
  .event__content {
    width: 100%;
    padding-left: 0;
  }
}

.event__title {
  display: block;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .event__title:hover {
    color: #000;
  }
}

.event__text {
  font-size: 16px;
  margin-bottom: 0;
}

.event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.event__list-item {
  font-size: 14px;
  position: relative;
  padding: 0 8px;
}

.event__list-item:first-child {
  padding-left: 0;
}

.event__list-item:last-child::after {
  display: none;
}

.event__list-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #000;
  right: 0;
  top: 6px;
}

.events__main-col .expert__box {
  width: calc(50% - 30px);
}

@media only screen and (max-width: 767.98px) {
  .events__main-col .expert__box {
    width: 100%;
  }
}

.agenda-block {
  padding: 30px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767.98px) {
  .agenda-block {
    padding: 20px;
  }
}

.agenda-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9da;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.agenda-block__item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.agenda-block__label {
  width: 100px;
  color: #ad172b;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
  .agenda-block__label {
    width: 120px;
  }
}

.agenda-block__date,
.agenda-block__time {
  display: block;
  font-size: 14px;
}

.events .agenda-block__content .agenda-block__date, .events .agenda-block__content .agenda-block__time {
  max-width: 180px;
}

.account {
  position: relative;
}

.acoount__intro-text {
  border-bottom: 1px solid #edecec;
  margin-bottom: 30px;
}

.account__sibtitle,
.account__delete-title {
  font-size: 20px;
}

.account__text,
.account__delete-text,
.account__links-text {
  font-size: 16px;
}

.account__alerts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .account__alerts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.account__alerts-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.account__alers-text {
  font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
  .account__alers-text {
    margin-bottom: 10px;
  }
}

.account__alerts-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.account__alerts-item {
  margin-right: 25px;
}

.account__radio-label {
  color: #ad172b !important;
  font-weight: 500;
}

.account__checkbox-top {
  margin-bottom: 20px;
}

.account__checkbox-title {
  margin-bottom: 0;
  width: 70%;
  font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
  .account__checkbox-title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.account__tag {
  width: 30px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 15px;
}

.account__tag--red {
  background-color: #ad172b;
}

.account__tag--grey {
  background-color: #3e3e3e;
}

.account__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 25px;
}

.account__tags-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.account__tags-text {
  font-size: 14px;
}

.account__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .account__cols {
    margin: 0 -10px;
  }
}

.account__checkbox-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edecec;
}

.account__checkbox-item:last-of-type {
  border-bottom: 0;
}

.account__col-item {
  padding: 0 15px;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .account__col-item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .account__col-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .account__col-item:last-of-type {
    margin-bottom: 0;
  }
}

.account__select-all {
  position: relative;
  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: 0;
}

.account__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}

.account__label {
  font-size: 14px;
  padding-right: 30px;
}

.programme-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
}

.programme-label::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 0;
  width: 8px;
  height: 14px;
  border: solid #ad172b;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  display: block;
}

.checkbox-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-label::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #d9d9da;
}

.checkbox-label::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 0;
  width: 8px;
  height: 14px;
  border: solid #ad172b;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  display: block;
}

.checkbox-input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 19px;
  height: 19px;
  z-index: 1;
}

.checkbox-input:checked ~ .checkbox-label::after {
  opacity: 1;
}

.account__checkbox-label {
  position: relative;
  width: 100%;
  padding-right: 25px;
  font-size: 14px;
}

.accounts-details__save-btn {
  display: block;
  margin-top: 10px;
}

.account__label-tag {
  width: 100%;
  max-width: 30px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 15px;
}

.account__label-tag--red {
  background-color: #ad172b;
}

.account__label-tag--grey {
  background-color: #3e3e3e;
}

.account__updates-text {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 25px;
}

.account__updates-items,
.account__checkboxes-full,
.account__checkboxes {
  border-bottom: 1px solid #edecec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.account__updates-item {
  margin-bottom: 15px;
  z-index: 1;
}

.account__checkboxes-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.account__checkboxes-col {
  padding: 0 15px;
  width: 50%;
}

.account__checkboxes-text {
  font-size: 16px;
}

.account__checkboxes-item,
.account__updates-item {
  position: relative;
}

.account__checkboxes-item .checkbox-input,
.account__updates-item .checkbox-input {
  right: auto;
  left: 0;
}

.account__checkboxes-item .checkbox-label::before,
.account__updates-item .checkbox-label::before {
  right: auto;
  left: 0;
}

.account__checkboxes-item .checkbox-label::after,
.account__updates-item .checkbox-label::after {
  right: auto;
  left: 5px;
}

.account__checkboxes-item {
  margin-bottom: 5px;
  z-index: 1;
}

.account__delete-btn {
  margin-right: 15px;
}

.account__link {
  position: relative;
  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;
  color: #013ca6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.account__link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  display: inline-block;
  margin-left: 5px;
  color: #013ca6;
  font-size: 13px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .account__link:hover {
    color: #26214e;
  }
}

@media only screen and (max-width: 767.98px) {
  .account__link {
    display: block;
    font-size: 15px;
  }
}

.account__link-item {
  margin-bottom: 10px;
}

.account__links-box {
  margin-bottom: 25px;
}

.account__links-box:last-of-type {
  margin-bottom: 0;
}

.account__links-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.accordion__content {
  display: none;
  padding: 20px 0;
}

.account-details__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.account-details__item:last-of-type {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .account-details__item {
    display: block;
  }
}

.account-details__label {
  width: 160px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .account-details__label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}

.account-details__right {
  width: 100%;
}

.account-details__input,
.account-details__select {
  height: 40px;
  width: 100%;
  color: #3e3e3e;
  padding: 0 10px;
}

.account-details__input--validation,
.account-details__select--validation {
  border-color: #ad172b;
}

.account-details__info {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}

.account__full-label,
.account__checkboxes-label,
.account__updates-label {
  padding-left: 25px;
}

.registration {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767.98px) {
  .registration {
    margin-bottom: 50px;
  }
}

.registration__form-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px 30px;
}

.registration__form-col {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 991.98px) {
  .registration__form-col {
    width: 100%;
  }
}

.registration__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.registration__item:last-of-type {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .registration__item {
    display: block;
  }
}

.registration__label {
  width: 240px;
  color: #3e3e3e;
  padding-top: 11px;
}

@media only screen and (max-width: 767.98px) {
  .registration__label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}

.registration__right {
  width: 100%;
}

.registration__input,
.registration__select {
  height: 40px;
  width: 100%;
  color: #3e3e3e;
  padding: 0 10px;
}

.registration__input--validation,
.registration__select--validation {
  border-color: #ad172b;
}

.registration__info {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}

.registration__checkboxes {
  border-bottom: 1px solid #edecec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.registration__checkboxes-text {
  font-size: 16px;
}

.registration__checkboxes-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.registration__checkboxes-col {
  padding: 0 15px;
  width: 33.3333%;
}

@media only screen and (max-width: 767.98px) {
  .registration__checkboxes-col {
    width: 100%s;
  }
}

.registration__checkboxes-item {
  position: relative;
  margin-bottom: 5px;
}

.registration__checkboxes-item .checkbox-input {
  right: auto;
  left: 0;
}

.registration__checkboxes-item .checkbox-label::before {
  right: auto;
  left: 0;
}

.registration__checkboxes-item .checkbox-label::after {
  right: auto;
  left: 5px;
}

.registration__checkboxes-item input[type='checkbox'] + label {
  color: #3e3e3e;
}

.registration__signup {
  margin-bottom: 50px;
}

.registration__signup-title {
  font-size: 20px;
}

.registration__signup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.registration__signup-item input[type='checkbox'] + label {
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .registration__signup-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.registration__signup-left {
  position: relative;
  width: 100%;
}

.registration__signup-left .checkbox-input {
  right: auto;
  left: 0;
}

.registration__signup-left .checkbox-label::before {
  right: auto;
  left: 0;
}

.registration__signup-left .checkbox-label::after {
  right: auto;
  left: 5px;
}

@media only screen and (max-width: 767.98px) {
  .registration__signup-left {
    width: 100%;
  }
}

.registration__checkboxes-label {
  padding-left: 25px;
}

.registration__signup-text {
  font-size: 14px;
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
  background-color: #f6f6f6;
  padding: 22px 30px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {
  .newsletter-form {
    padding: 20px 15px;
  }
}

.newsletter-form__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767.98px) {
  .newsletter-form__cols {
    display: block;
    margin: 0;
  }
}

.newsletter-form__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767.98px) {
  .newsletter-form__col {
    padding: 0;
  }
}

.newsletter-form__input,
.newsletter-form__select {
  position: relative;
  height: 45px;
  width: 100%;
  padding: 0 10px;
  margin: 8px 0;
  color: #3e3e3e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.newsletter-form__select {
  height: 45px;
  color: #000;
  padding-right: 40px;
  background: transparent url("../assets/images/arrow-form.jpg") right 10px center no-repeat;
  background-size: 18px 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.newsletter-form__placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3e3e3e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.newsletter-form__placeholder::after {
  content: '*';
  color: #ad172b;
  margin-left: 5px;
}

.newsletter-form__item {
  position: relative;
}

.newsletter-form__item .error-message {
  font-size: 14px;
  color: #f6303e;
  margin-top: -10px;
  margin-bottom: 10px;
}

#CaptchaImage {
  margin-bottom: -10px !important;
}

#CaptchaInputText {
  margin-top: 6px;
  padding: 3px;
  color: #3e3e3e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.country-select-element {
  padding-top: 14px;
}

.modal__form .country-select-element {
  width: 100%;
  padding: 0;
  float: none;
}

.modal__form .newsletter-form__select {
  color: #3e3e3e;
  margin-top: 0;
  margin-bottom: 15px;
}

.insight {
  position: relative;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767.98px) {
  .insight {
    margin-bottom: 20px;
  }
}

.insight__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.insight__item {
  max-width: 220px;
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 767.98px) {
  .insight__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.insight__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 255px;
  margin-bottom: 28px;
  padding-top: 22px;
}

@media only screen and (max-width: 767.98px) {
  .insight__image {
    height: 225px;
    margin-bottom: 15px;
    background-position: center top;
  }
}

.insight__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #013ca6;
  color: #fff;
  font-size: 18px;
  height: 48px;
  width: 146px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
  .insight__item-title {
    font-size: 16px;
    height: 36px;
  }
}

.insight__checkbox-item {
  position: relative;
}

.insight__checkbox-item .checkbox-input {
  right: auto;
  left: 0;
}

.insight__checkbox-item .checkbox-label::before {
  right: auto;
  left: 0;
}

.insight__checkbox-item .checkbox-label::after {
  right: auto;
  left: 5px;
}

.insight__checkboxs-label {
  padding-left: 30px;
}

.quarterly {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767.98px) {
  .quarterly {
    display: block;
    margin-bottom: 30px;
  }
}

.quarterly__image {
  width: 190px;
  height: 255px;
}

@media only screen and (max-width: 767.98px) {
  .quarterly__image {
    width: 100%;
    height: 266px;
    margin-bottom: 15px;
    background-position: center top;
  }
}

.quarterly__content {
  width: calc(100% - 255px);
  padding-left: 50px;
  max-width: 520px;
}

@media only screen and (max-width: 767.98px) {
  .quarterly__content {
    width: 100%;
    padding-left: 0;
  }
}

.quarterly__text {
  margin-bottom: 20px;
  font-size: 16px;
}

.quarterly__checkbox-item {
  position: relative;
  margin-bottom: 25px;
}

.quarterly__checkbox-item .checkbox-input {
  right: auto;
  left: 0;
}

.quarterly__checkbox-item .checkbox-label::before {
  right: auto;
  left: 0;
}

.quarterly__checkbox-item .checkbox-label::after {
  right: auto;
  left: 5px;
}

.quarterly__checkboxs-label {
  padding-left: 30px;
}

.topic {
  position: relative;
}

.topic__checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.topic__checkbox-item {
  position: relative;
  width: 25%;
  padding-right: 20px;
  margin-bottom: 27px;
}

.topic__checkbox-item .checkbox-input {
  right: auto;
  left: 0;
}

.topic__checkbox-item .checkbox-label::before {
  right: auto;
  left: 0;
}

.topic__checkbox-item .checkbox-label::after {
  right: auto;
  left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .topic__checkbox-item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .topic__checkbox-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.topic__checkboxs-label {
  padding-left: 30px;
}

.submit-btn {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.offer {
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {
  .offer {
    margin-bottom: 0;
  }
}

.offer__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 10px;
}

.offer__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.3333%;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .offer__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .offer__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 30px;
  }
}

.offer__img {
  margin-bottom: 10px;
}

.offer__col-title {
  font-size: 20px;
}

.offer__text {
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .offer__text {
    padding: 0;
  }
}

.graduates {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .graduates {
    margin-bottom: 10px;
  }
}

.graduates__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .graduates__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.graduates__image {
  position: relative;
  width: 50%;
  height: 160px;
}

.graduates__image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background-color: #ad172b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.graduates__image::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1025px) {
  .no-touch .graduates__image:hover::before {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .graduates__image {
    width: 100%;
  }
}

.graduates__tag {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 35px;
  display: inline-block;
  background-color: #f6f6f6;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 30px;
  color: #3e3e3e;
  z-index: 2;
}

@media only screen and (max-width: 767.98px) {
  .graduates__tag {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
}

.graduates__content {
  width: 50%;
  border-top: 4px solid #ad172b;
  padding: 25px 35px;
}

@media only screen and (max-width: 767.98px) {
  .graduates__content {
    width: 100%;
    padding: 20px 0;
  }
}

.graduates__list-item {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.graduates__list-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ad172b;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.graduates__item--inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.graduates__item--inverse .graduates__tag {
  left: auto;
  right: 35px;
}

@media only screen and (max-width: 767.98px) {
  .graduates__item--inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .graduates__item--inverse .graduates__tag {
    left: 35px;
    right: auto;
  }
}

.hints {
  position: relative;
  margin-bottom: 60px;
}

.hints__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
}

.hints__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ad172b;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

@media only screen and (max-width: 767.98px) {
  .hints__item {
    font-size: 16px;
  }
}

.career-email {
  margin-bottom: 40px;
}

.career-email__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border: 1px solid #d9d9da;
  border-top: 4px solid #ad172b;
  min-height: 92px;
}

@media only screen and (max-width: 767.98px) {
  .career-email__box {
    display: block;
    text-align: center;
    min-height: 80px;
    padding: 15px 0;
  }
}

.career-email__text,
.career-email__link {
  font-size: 28px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .career-email__text,
  .career-email__link {
    font-size: 16px;
    display: block;
  }
}

.career-email__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .career-email__link:hover {
    color: #ad172b;
  }
}

@media only screen and (max-width: 767.98px) {
  .career-email__link {
    margin-left: 0;
  }
}

.path {
  position: relative;
}

.path__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.path__btn--flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.path__img-container {
  padding-top: 40px;
}

@media only screen and (max-width: 767.98px) {
  .path__img-container {
    padding-top: 10px;
  }
}

.path__img-holder {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .path__img-holder {
    margin-bottom: 30px;
  }
}

.path__img-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.agenda {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
  .agenda {
    margin-bottom: 30px;
  }
}

.agenda__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9da;
  padding: 15px 0;
}

.agenda__item:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .agenda__item {
    display: block;
  }
}

.agenda__content {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 767.98px) {
  .agenda__content {
    width: 100%;
  }
}

.agenda__time {
  width: 120px;
}

@media only screen and (max-width: 767.98px) {
  .agenda__time {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}

.agenda__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.agenda__details {
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
}

.agenda__details h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

.agenda__details strong {
  font-weight: 300;
}

.agenda__details p {
  font-size: 16px;
  margin-bottom: 15px;
}

.agenda__details em {
  font-style: normal;
}

.agenda__details ul {
  margin-bottom: 15px;
  padding-left: 15px;
}

.agenda__details ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}

.agenda__details ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ad172b;
}

.accordion {
  margin-bottom: 50px;
}

.accordion__row {
  margin-bottom: 15px;
}

.accordion__button {
  position: relative;
  width: 100%;
  padding: 8px 30px 8px 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-size: 18px;
  background-color: #ad172b;
}

@media only screen and (max-width: 767.98px) {
  .accordion__button {
    font-size: 14px;
    padding: 7px 40px 7px 10px;
  }
}

.accordion__button-plus {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__button-plus::before, .accordion__button-plus::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
}

.accordion__button-plus::before {
  right: 4px;
  top: -1px;
  width: 13px;
  height: 2px;
}

.accordion__button-plus::after {
  right: 9px;
  top: -6px;
  width: 2px;
  height: 13px;
}

.accordion__button--opened .accordion__button-plus::after {
  opacity: 0;
}

.numbers {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .numbers {
    margin-bottom: 0;
  }
}

.numbers__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 0;
}

@media only screen and (max-width: 767.98px) {
  .numbers__wrap {
    display: block;
  }
}

.numbers__col {
  width: 40%;
  padding-right: 20px;
}

@media only screen and (max-width: 767.98px) {
  .numbers__col {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.numbers__number {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767.98px) {
  .numbers__number {
    font-size: 60px;
    line-height: 60px;
  }
}

.numbers__description {
  margin-left: 55px;
}

@media only screen and (max-width: 991.98px) {
  .numbers__description {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .numbers__description {
    font-size: 14px;
  }
}

.keyfact {
  padding: 35px 25px;
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: 25px;
  margin-left: 25px;
}

.keyfact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ad172b;
}

@media only screen and (max-width: 767.98px) {
  .keyfact {
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.keyfact__top p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .keyfact__top p {
    font-size: 18px;
  }
}

.keyfact__bottom p {
  font-size: 16px;
  margin-bottom: 0;
}

.keyfact__bottom p strong {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  border-top: 1px solid #d9d9da;
}

.keyfact__bottom p em {
  font-style: normal;
}

.office-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 314px;
  margin-bottom: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .office-block {
    margin-bottom: 40px;
    min-height: 200px;
  }
}

@media only screen and (max-width: 767.98px) {
  .office-block {
    margin-bottom: 30px;
    min-height: 280px;
  }
}

.office__block-content {
  background-color: #fff;
  text-align: center;
  max-width: 763px;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .office__block-content {
    max-width: 660px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .office__block-content {
    padding: 10px;
    max-width: 90%;
  }
}

.office-block__text {
  margin-bottom: 0;
}

.newsletter-info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px;
}

.newsletter-info__content {
  width: 75%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-info__content {
    width: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .newsletter-info__content {
    width: 100%;
  }
}

.newsletter-info__buttons {
  width: 20%;
}

.newsletter-info__buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-info__buttons {
    width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .newsletter-info__buttons {
    width: 100%;
  }
}

.floating-download {
  position: relative;
  padding-top: 10px;
  border-top: 2px solid #8c8c8c;
  text-align: center;
}

.floating-download .btn {
  width: 100%;
}

.floating-download--no-image {
  padding-top: 18px;
}

.floating-download__text {
  margin-bottom: 10px;
  line-height: 25px;
}

.floating-download__image {
  height: 46px;
  margin-bottom: 18px;
}

.accordion-img {
  position: relative;
  margin-bottom: 50px;
}

.accordion-img__row {
  margin-bottom: 15px;
}

.accordion-img__button {
  position: relative;
  cursor: pointer;
  height: 80px;
  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;
}

.accordion-img__text {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 35px;
  display: inline-block;
  background-color: #f6f6f6;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 30px;
  color: #3e3e3e;
  z-index: 2;
}

@media only screen and (max-width: 767.98px) {
  .accordion-img__text {
    font-size: 14px;
    height: auto;
    line-height: 20px;
    width: calc(100% - 40px);
    left: 20px;
    padding: 10px;
  }
}

.accordion-img__content {
  display: none;
  padding-top: 15px;
}

.accordion-img__content .rte h1, .accordion-img__content .rte h2, .accordion-img__content .rte h3, .accordion-img__content .rte h4, .accordion-img__content .rte h5, .accordion-img__content .rte h6, .accordion-img__content .rte p, .accordion-img__content .rte ul, .accordion-img__content .rte ol {
  max-width: 100%;
}

.c-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.c-notice__box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  padding: 30px 50px;
}

@media only screen and (max-width: 991.98px) {
  .c-notice__box {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767.98px) {
  .c-notice__box {
    padding: 10px 20px 30px;
    height: calc(100% - 80px);
    overflow-y: auto;
  }
}

.cookie-notice__buttons {
  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 (max-width: 767.98px) {
  .cookie-notice__buttons {
    display: block;
    text-align: center;
  }
}

.cookie-notice__btn {
  color: #ad172b;
  margin-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cookie-notice__btn:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767.98px) {
  .cookie-notice__btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

.boxblock {
  position: relative;
  margin-bottom: 50px;
}

.boxblock__container {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}

.boxblock__item {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 30px 20px;
  background-color: #edecec;
  margin: 15px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .boxblock__item:hover .boxblock__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) {
  .boxblock__item {
    width: calc(33.33% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .boxblock__item {
    width: calc(100% - 30px);
    min-height: 175px;
  }
}

.boxblock__title {
  font-size: 18px;
  text-align: left;
}

.boxblock__title-link {
  color: #3e3e3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .boxblock__title-link:hover {
    color: #ad172b;
  }
}

.boxblock__list-item {
  margin-bottom: 5px;
}

.boxblock__item-link {
  font-size: 15px;
  position: relative;
  padding-right: 25px;
  color: #3e3e3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.boxblock__item-link::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  color: #ad172b;
}

@media only screen and (min-width: 1025px) {
  .no-touch .boxblock__item-link:hover {
    color: #ad172b;
  }
}

.cards-acc {
  margin-bottom: 50px;
}

.cards-acc__row {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.cards-acc__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  background-color: #edecec;
}

.cards-acc__item .rte a:not(.btn):not(.cta-link) {
  color: #ad172b;
}

.cards-acc__title {
  text-align: center;
}

.cards-acc__list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.cards-acc__list-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ad172b;
}

.cards-acc__overlay {
  display: none;
  padding: 20px 20px 10px;
  width: 100%;
  background-color: #edecec;
  font-size: 16px;
  line-height: 24px;
}

.cards-acc__text a {
  color: #ad172b !important;
  text-decoration: underline !important;
}

.cards-acc__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cards-acc__btn-wrap a {
  font-size: 18px;
  text-decoration: none !important;
  color: #013ca6 !important;
  right: 25px;
}

.cards-acc__btn-wrap a::before {
  color: #013ca6 !important;
  bottom: 3px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-acc__btn-wrap a:hover {
    color: #013ca6 !important;
  }
}

.back-to-top {
  position: fixed;
  bottom: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.back-to-top--scrolled {
  bottom: 140px;
}

.back-to-top--scrolled-bottom {
  bottom: 200px;
}

@media only screen and (max-width: 767.98px) {
  .back-to-top--scrolled-bottom {
    bottom: 300px;
  }
}

.back-to-top__btn {
  position: absolute;
  right: 3px;
  border: 1px solid #d9d9da;
  background-color: #fff;
  border-radius: 50%;
  padding: 19px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 10px;
}

@media only screen and (max-width: 1199.98px) {
  .back-to-top__btn {
    right: 20px;
  }
}

.back-to-top__arrow {
  color: #013ca6;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cards-acc {
  margin-bottom: 50px;
}

.cards-acc__row {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.cards-acc__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  background-color: #edecec;
}

.cards-acc__item .rte a:not(.btn):not(.cta-link) {
  color: #ad172b;
}

.cards-acc__title {
  text-align: center;
}

.cards-acc__list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.cards-acc__list-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ad172b;
}

.cards-acc__overlay {
  display: none;
  padding: 20px 20px 10px;
  width: 100%;
  background-color: #edecec;
  font-size: 16px;
  line-height: 24px;
}

.cards-acc__text a {
  color: #ad172b !important;
  text-decoration: underline !important;
}

.cards-acc__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cards-acc__btn-wrap a {
  font-size: 18px;
  text-decoration: none !important;
  color: #013ca6 !important;
  right: 25px;
}

.cards-acc__btn-wrap a::before {
  color: #013ca6 !important;
  bottom: 3px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-acc__btn-wrap a:hover {
    color: #013ca6 !important;
  }
}

.career-intro {
  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: 56px;
}

@media only screen and (max-width: 767.98px) {
  .career-intro {
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .career-intro__btn-container {
    padding-top: 25px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .career-intro__btn-container {
    margin-bottom: 20px;
  }
}

.career-intro__rte {
  padding: 22px 0 25px;
}

.career-intro__rte p {
  max-width: 870px;
}

@media only screen and (max-width: 767.98px) {
  .career-intro__rte {
    padding: 0 0 25px;
  }
}

.career-intro__btn {
  max-width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .career-intro__btn {
    padding: 10px 0;
  }
}

.new-stats {
  background-color: rgba(154, 152, 154, 0.1);
  padding: 45px 0 26px;
  margin-bottom: 106px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .new-stats {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .new-stats {
    padding: 48px 0 0;
    margin-bottom: 40px;
  }
}

.new-stats__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
  .new-stats__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .new-stats__container {
    padding: 0;
  }
}

.new-stats__stat {
  -webkit-flex-basis: calc(50% - 0px);
      -ms-flex-preferred-size: calc(50% - 0px);
          flex-basis: calc(50% - 0px);
  padding: 0 20px;
  text-align: center;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-stats__stat::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -9px;
  width: 2px;
  background-color: #d9d9da;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .new-stats__stat:last-of-type::after {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .new-stats__stat {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-bottom: 40px;
  }
  .new-stats__stat:nth-child(2n)::after {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .new-stats__stat {
    padding: 0 10px;
    margin-bottom: 43px;
  }
  .new-stats__stat::after {
    top: 2px;
  }
}

.new-stats__value {
  display: inline-block;
  font-size: 70px;
  line-height: 54px;
  font-weight: 300;
  color: #3e3e3e;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767.98px) {
  .new-stats__value {
    font-size: 60px;
    margin-bottom: 15px;
  }
}

.new-stats__label {
  max-width: 240px;
  display: block;
  font-size: 15px;
}

@media only screen and (max-width: 767.98px) {
  .new-stats__label {
    padding: 0 15px;
  }
}

.career-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 88px;
}

@media only screen and (max-width: 991.98px) {
  .career-boxes {
    margin-bottom: 20px;
  }
}

.career-boxes__box {
  background-color: rgba(154, 152, 154, 0.1);
  display: block;
  -webkit-flex-basis: calc(33.33% - 30px);
      -ms-flex-preferred-size: calc(33.33% - 30px);
          flex-basis: calc(33.33% - 30px);
  margin: 0 15px 42px;
  position: relative;
}

.career-boxes__box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  background-color: #ad172b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .career-boxes__box:hover::before {
    width: 100%;
  }
  .no-touch .career-boxes__box:hover .career-boxes__arrow {
    right: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .career-boxes__box {
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .career-boxes__box {
    -webkit-flex-basis: calc(100% - 30px);
        -ms-flex-preferred-size: calc(100% - 30px);
            flex-basis: calc(100% - 30px);
    margin: 0 18px 29px;
    min-height: 280px;
  }
}

.career-boxes__img {
  height: 170px;
}

@media only screen and (max-width: 767.98px) {
  .career-boxes__img {
    height: 175px;
  }
}

.career-boxes__container {
  padding: 24px 24px 3px;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .career-boxes__container {
    padding: 26px 24px 12px;
  }
}

.career-boxes__title {
  color: #3e3e3e;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  max-width: 200px;
}

.career-boxes__arrow {
  position: absolute;
  right: 29px;
  top: 32px;
  font-size: 12px;
  color: #26214e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.career-tabs {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .career-tabs {
    margin-bottom: 40px;
  }
}

.career-tabs__nav {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .career-tabs__nav {
    display: none;
  }
}

.career-tabs__nav-second {
  margin-bottom: 55px;
  margin-top: -37px;
}

@media only screen and (max-width: 767.98px) {
  .career-tabs__nav-second {
    display: none;
  }
}

.career-tabs__nav-second--single {
  margin-top: 0;
}

.career-tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.career-tabs__item {
  margin: 0 12px;
  padding: 8px 0;
  cursor: pointer;
  color: #9a989a;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .career-tabs__item:hover {
    opacity: 0.7;
  }
}

.loaded .career-tabs__item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.career-tabs__item.career-tabs__item--active {
  color: #ad172b;
  border-bottom: 3px solid #ad172b;
}

.career-tabs__item-second {
  padding: 5px 12px;
  cursor: pointer;
  color: #9a989a;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .career-tabs__item-second:hover {
    opacity: 0.7;
  }
}

.loaded .career-tabs__item-second {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.career-tabs__item-second.career-tabs__item--active {
  color: #ad172b;
  background-color: rgba(154, 152, 154, 0.1);
}

.career-tabs__select {
  display: none;
}

.career-tabs__content {
  display: none;
}

.career-tabs__content--active {
  display: block;
}

.career-tabs__content-second {
  display: block;
  height: 0;
  overflow: hidden;
}

.career-tabs__content--active-second {
  height: auto;
}

.country-boxes__title {
  font-size: 28px;
  color: #000;
  margin-bottom: 28px;
}

.country-boxes__title::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: rgba(154, 152, 154, 0.3);
  margin-top: 14px;
}

@media only screen and (max-width: 767.98px) {
  .country-boxes__title {
    margin-bottom: 21px;
  }
}

.country-boxes__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.country-boxes__box {
  -webkit-flex-basis: calc(33.33% - 30px);
      -ms-flex-preferred-size: calc(33.33% - 30px);
          flex-basis: calc(33.33% - 30px);
  margin: 0 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.country-boxes__box::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  bottom: 29px;
  right: 30px;
  font-size: 12px;
  color: #26214e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .country-boxes__box:hover::after {
    color: #ad172b;
    right: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .country-boxes__box {
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .country-boxes__box {
    -webkit-flex-basis: calc(100% - 30px);
        -ms-flex-preferred-size: calc(100% - 30px);
            flex-basis: calc(100% - 30px);
  }
}

.country-boxes__box--no-link {
  cursor: auto;
  pointer-events: none;
}

.country-boxes__box--no-link::after {
  content: 'Coming soon';
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #ad172b;
  top: 21px;
  bottom: auto;
  right: -55px;
  padding: 15px 50px;
  font-size: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 1025px) {
  .no-touch .country-boxes__box--no-link:hover::after {
    color: #fff;
    right: -55px;
  }
}

.country-boxes__img {
  height: 252px;
  position: relative;
}

.country-boxes__img::after {
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ad172b;
}

@media only screen and (max-width: 767.98px) {
  .country-boxes__img {
    height: 264px;
  }
}

.country-boxes__content {
  border: 1px solid rgba(154, 152, 154, 0.3);
  padding: 32px 18px 24px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .country-boxes__content {
    padding: 32px 23px 31px;
  }
}

.country-boxes__city {
  font-size: 29px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 9px;
}

.country-boxes__city::after {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  margin-top: 13px;
  background-color: rgba(154, 152, 154, 0.502);
}

.country-boxes__text {
  display: block;
  font-size: 14px;
}

.graph {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .graph {
    margin: 60px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .graph {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .graph {
    overflow: hidden;
    margin: 25px auto;
  }
}

.graph__title {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}

.graph__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
  .graph__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .graph__container {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 -25px 0 -20px;
    padding: 0 20px 20px;
  }
}

.graph__wrap {
  -webkit-flex-basis: calc(25% - 30px);
      -ms-flex-preferred-size: calc(25% - 30px);
          flex-basis: calc(25% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px 25px;
  background-color: rgba(154, 152, 154, 0.1);
  border-bottom: 4px solid #013ca6;
  padding: 18px 0 15px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
  .graph__wrap {
    margin: 0 65px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .graph__wrap {
    margin: 0 32px 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .graph__wrap {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin: 0 7px;
  }
}

.graph__wrap--bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 12px;
}

.graph__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.graph__chart-container {
  max-width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
  .graph__chart-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.graph__chart-container--bar {
  margin-bottom: 0;
}

.graph__chart--doughnut {
  width: 266px !important;
  height: 183px !important;
}

.graph__chart--bar {
  width: 267px !important;
  height: 100% !important;
}

.graph__legend {
  display: inline-block;
  margin: 0 10px;
}

.graph__color {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.graph__label {
  font-size: 12px;
  color: #3e3e3e;
}

.graph__content--bar {
  display: none;
}

@media only screen and (min-width: 992px) {
  .full-width-img-with-text {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .full-width-img-with-text {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .full-width-img-with-text {
    padding: 25px 0;
  }
}

.full-width-img-with-text__img {
  width: 100%;
  height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .full-width-img-with-text__img {
    height: 500px;
  }
}

@media only screen and (max-width: 767.98px) {
  .full-width-img-with-text__img {
    height: 287px;
  }
}

.full-width-img-with-text__content {
  background-color: #fff;
  width: 763px;
  padding: 50px 50px 30px;
  margin: -259px auto 0;
  -webkit-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.2);
}

.full-width-img-with-text__content p {
  line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .full-width-img-with-text__content {
    width: 80%;
    margin-top: -159px;
  }
}

@media only screen and (max-width: 767.98px) {
  .full-width-img-with-text__content {
    width: 88%;
    margin-top: -59px;
    padding: 53px 29px 25px;
  }
}

.full-width-img-with-text__text-container {
  padding: 20px 0;
}

.full-width-img-with-text__text-container p {
  line-height: 30px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
  .full-width-img-with-text__text-container p {
    margin-bottom: 25px;
  }
}

.full-width-img-with-text__title {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767.98px) {
  .full-width-img-with-text__title {
    margin-bottom: 6px;
  }
}

.text-image-module {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .text-image-module {
    padding: 60px 0 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-image-module {
    padding: 40px 0 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image-module {
    padding: 25px 0 0;
  }
}

.text-image-module__icon {
  display: none;
}

.text-image-module--gray {
  background-color: #f6f6f6;
}

.text-image-module--blue {
  background-color: #221f72;
}

.text-image-module--blue .text-image-module__icon {
  position: absolute;
  display: block;
  top: -20px;
  left: -110px;
  color: #fff;
  opacity: 0.05;
  font-size: 320px;
}

.text-image-module--blue .text-image-module__title {
  color: #fff;
}

.text-image-module--blue .rte p {
  color: #fff;
}

.text-image-module--blue .rte ul li {
  color: #fff;
}

.text-image-module--blue .rte ul li::before {
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .text-image-module--blue .text-image-module__icon {
    left: auto;
    right: 0;
    top: -20px;
    font-size: 290px;
  }
}

.text-image-module__box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .text-image-module__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text-image-module__box--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 991.98px) {
  .text-image-module__box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text-image-module__title {
  margin-bottom: 10px;
  letter-spacing: -0.66px;
}

.text-image-module__col {
  width: 57.5%;
}

.text-image-module__col:first-of-type {
  padding-top: 34px;
  padding-bottom: 25px;
  width: 34%;
}

.text-image-module__col .rte p {
  line-height: 32px;
  padding-right: 15px;
}

@media only screen and (max-width: 767.98px) {
  .text-image-module__col {
    width: 100%;
  }
  .text-image-module__col:first-of-type {
    padding-top: 10px;
    width: 100%;
  }
  .text-image-module__col .rte p {
    padding-right: 0;
  }
}

.text-image-module__picture {
  position: relative;
  max-width: 396px;
  width: 100%;
  min-height: 264px;
}

@media only screen and (max-width: 767.98px) {
  .text-image-module__picture {
    min-height: 100%;
    max-width: 100%;
  }
}

.text-image-module__picture-image {
  width: 100%;
  height: 100%;
}

.text-image-module__col-link {
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  font-weight: bold;
  height: 33px;
  padding: 0 19px;
  color: #3e3e3e;
  background-color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .text-image-module__col-link:hover {
    color: #fff;
    background-color: #3e3e3e;
  }
}

.two-column-text {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .two-column-text {
    padding: 35px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .two-column-text {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .two-column-text {
    padding: 0;
  }
}

.two-column-text--blue-bg {
  background: linear-gradient(50deg, #001f53 60%, #003da5 100%);
}

.two-column-text--blue-bg .two-column-text__col-title {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.two-column-text--blue-bg .rte p {
  color: #fff;
}

.two-column-text--blue-bg .rte ul li {
  color: #fff;
}

.two-column-text--blue-bg .rte ul li::before {
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .two-column-text--blue-bg {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #001f53), to(#003da5));
    background: linear-gradient(0deg, #001f53 40%, #003da5 100%);
  }
  .two-column-text--blue-bg .rte {
    padding-left: 0;
  }
}

.two-column-text__space {
  padding-left: 150px;
}

.two-column-text__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .two-column-text__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.two-column-text__col {
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .two-column-text__col:first-of-type {
    width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .two-column-text__col {
    width: 100%;
  }
}

.two-column-text__col-title {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 18px;
  padding-top: 25px;
  line-height: 28px;
  width: 50%;
}

@media only screen and (max-width: 767.98px) {
  .two-column-text__col-title {
    width: 70%;
    margin-bottom: 10px;
  }
}

.quote-block {
  width: 100%;
  background-color: rgba(151, 153, 155, 0.1);
}

@media only screen and (min-width: 992px) {
  .quote-block {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-block {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-block {
    padding: 25px 0;
  }
}

.quote-block__container-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .quote-block__container-title {
    margin-bottom: 25px;
  }
}

.quote-block__quote {
  width: 100%;
  padding: 38px 50px 35px 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
  .quote-block__quote {
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quote-block__col {
  width: 77%;
}

@media only screen and (min-width: 768px) {
  .quote-block__col:first-of-type {
    width: 23%;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-block__col {
    width: 100%;
  }
  .quote-block__col:first-of-type {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}

.quote-block__col-img {
  max-width: 236px;
}

.quote-block__col-img:first-of-type {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
  .quote-block__col-img:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-block__col-img {
    max-width: 115px;
    width: 100%;
  }
}

.quote-block__article {
  position: relative;
  padding-left: 99px;
}

@media only screen and (max-width: 991.98px) {
  .quote-block__article {
    padding-left: 0;
  }
}

.quote-block__article-icon {
  position: absolute;
  top: 4px;
  left: 54px;
  color: #ad172b;
  font-size: 23px;
}

@media only screen and (max-width: 991.98px) {
  .quote-block__article-icon {
    left: 0;
    font-size: 16px;
  }
}

.quote-block__article-text p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: rgba(62, 62, 62, 0.5);
  font-weight: 300;
}

@media only screen and (max-width: 767.98px) {
  .quote-block__article-text p {
    padding-right: 10px;
    font-size: 14px;
  }
}

.quote-block__article-name {
  font-size: 16px;
  display: block;
  line-height: 24px;
  position: relative;
  padding-top: 13px;
  color: #3e3e3e;
  letter-spacing: 0;
}

.quote-block__article-name::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #d9d9da;
}

.content-title {
  width: 100%;
  padding-bottom: 10px;
}

.content-title__title {
  position: relative;
  font-weight: bold;
  padding-left: 58px;
  letter-spacing: -1.12px;
  line-height: 54.19px;
}

.content-title__title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 42px;
  color: #ad172b;
}

.icons {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .icons {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .icons {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .icons {
    padding: 25px 0;
  }
}

.icons__container-title {
  font-size: 24px;
  line-height: 38px;
  color: #000;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .icons__container-title {
    text-align: center;
  }
}

.icons__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .icons__box {
    display: none;
  }
}

.icons__item {
  width: 25%;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 45px;
  border-right: 1px solid #d9d9da;
}

@media only screen and (min-width: 768px) {
  .icons__item:nth-of-type(4n) {
    border-right: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .icons__item {
    width: 33.33%;
  }
  .icons__item:nth-of-type(4n) {
    border-right: 1px solid #d9d9da;
  }
  .icons__item:nth-of-type(3n) {
    border-right: 0;
  }
}

.icon__item-text {
  max-width: 210px;
  text-align: center;
  display: inline-block;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .icon__item-text {
    margin: 0 auto 15px;
    max-width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .icons__mobile {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .icons__mobile {
    padding: 0 30px;
  }
  .icons__mobile .icons__item {
    border: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .icons__mobile .icon__item-text,
  .icons__mobile .icons__item-img {
    display: block;
  }
  .icons__mobile .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.icons__wrap {
  margin: 0 auto 10px;
  max-width: 60px;
  max-height: 60px;
}

.icons__wrap-img {
  width: 100%;
  height: 100%;
}

.team-profile {
  width: 100%;
  position: relative;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-profile {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .team-profile {
    padding: 25px 0;
  }
}

.team-profile__slider {
  padding: 0 30px;
}

.team-profile__container-title {
  text-align: center;
}

.team-profile__popup {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-profile__popup .team-profile__box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.team-profile__popup .team-profile__content {
  width: 75%;
}

.team-profile__popup .team-profile__content-text {
  position: relative;
  font-size: 18px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 25px;
}

.team-profile__popup .team-profile__content-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}

.team-profile__popup .team-profile__img-wrap {
  margin-bottom: 10px;
}

.team-profile__popup .team-profile__img {
  max-width: 190px;
  width: 100%;
  height: 190px;
  margin: 0;
}

@media only screen and (max-width: 991.98px) {
  .team-profile__popup .team-profile__content {
    width: 100%;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .team-profile__popup .team-profile__box {
    height: 80vh;
    overflow: scroll;
  }
  .team-profile__popup .team-profile__content {
    padding-left: 0;
  }
  .team-profile__popup .team-profile__img {
    width: 120px;
    height: 120px;
  }
}

.team-profile__popup--active {
  display: block;
  z-index: 99;
}

.team-profile__box {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1158px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 35px;
}

@media only screen and (max-width: 767.98px) {
  .team-profile__box {
    padding: 35px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team-profile__img-wrap {
  width: 25%;
}

.team-profile__img {
  margin: 0 auto;
  width: 198px;
  height: 198px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767.98px) {
  .team-profile__img {
    width: 100px;
    height: 100px;
  }
}

.team-profile__content {
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .team-profile__content {
    width: 100%;
  }
}

.team-profile__content-name,
.team-profile__content-funciton,
.team-profile__item-name,
.team-profile__item-funciton {
  display: block;
  margin-bottom: 5px;
}

.team-profile__item-name,
.team-profile__content-name {
  font-size: 20px;
  line-height: 34px;
}

@media only screen and (max-width: 767.98px) {
  .team-profile__item-name,
  .team-profile__content-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.team-profile__item-function,
.team-profile__content-function {
  font-size: 14px;
  line-height: 33px;
}

@media only screen and (max-width: 767.98px) {
  .team-profile__item-function,
  .team-profile__content-function {
    font-size: 12px;
    line-height: 16px;
  }
}

.team-profile__box-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.team-profile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.team-profile__item .team-profile__item-text {
  display: none;
}

.team-profile__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.process-card {
  width: 100%;
  padding: 60px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .process-card {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .process-card {
    padding: 25px 0 5px;
  }
}

.process-card__container-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .process-card__container-title {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .process-card__container-title {
    margin-bottom: 20px;
  }
}

.process-card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .process-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.process-card__col {
  width: 63%;
}

.process-card__col:first-of-type {
  padding-top: 8px;
  width: 30%;
}

@media only screen and (max-width: 767.98px) {
  .process-card__col {
    width: 100%;
  }
  .process-card__col:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
}

.process-card__img {
  max-width: 350px;
  width: 100%;
  min-height: 180px;
}

@media only screen and (max-width: 767.98px) {
  .process-card__img {
    max-width: 100%;
    min-height: 150px;
  }
}

.process-card__col-text {
  font-size: 20px;
  line-height: 28px;
  color: #3e3e3e;
}

.process-card__col-text:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .process-card__col-text {
    font-size: 16px;
    line-height: 21px;
  }
}

.one-pager-tabs {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .one-pager-tabs {
    margin-bottom: 40px;
  }
}

.one-pager-tabs__nav {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .one-pager-tabs__nav {
    display: none;
  }
}

.one-pager-tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one-pager-tabs__item {
  display: block;
  margin: 0 12px;
  padding: 8px 0;
  cursor: pointer;
  color: #9a989a;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}

@media only screen and (min-width: 1025px) {
  .no-touch .one-pager-tabs__item:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

.loaded .one-pager-tabs__item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.one-pager-tabs__select {
  display: none;
}

.accordion-modules {
  width: 100%;
}

.accordion-modules .quote-carousel,
.accordion-modules .quote-carousel-small {
  padding: 30px 0;
}

@media only screen and (min-width: 992px) {
  .accordion-modules {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .accordion-modules {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion-modules {
    padding: 25px 0;
  }
}

.accordion-modules .accordion__button {
  position: relative;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -0.54px;
  line-height: 40px;
  background-color: #f6f6f6;
  color: #3e3e3e;
}

.accordion-modules .accordion__button .icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #3e3e3e;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .accordion-modules .accordion__button:hover {
    color: #ad172b;
  }
  .no-touch .accordion-modules .accordion__button:hover .icon {
    color: #ad172b;
  }
}

.accordion-modules .accordion__content {
  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;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.accordion-modules .accordion__button--opened {
  color: #ad172b;
}

.accordion-modules .accordion__button--opened .icon {
  color: #ad172b;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.accordion__heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.accordion-modules--editorial {
  width: calc(100% - 375px);
  padding: 0;
}

.accordion-modules--editorial .two-column-text {
  padding: 0;
}

.accordion-modules--editorial .two-column-text__col-title, .accordion-modules--editorial .two-column-text__col .rte ul li, .accordion-modules--editorial .two-column-text__col .rte p {
  font-size: 16px;
}

.accordion-modules--editorial .rte ul:not(.tabs__links) {
  margin-bottom: 0;
}

.accordion-modules--editorial .accordion__button {
  font-size: 16px;
}

@media only screen and (max-width: 1199.98px) {
  .accordion-modules--editorial {
    width: 100%;
  }
}

.quote-carousel {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
}

.quote-carousel .slick-arrow {
  position: absolute;
  top: 208px;
  color: #013ca6;
  font-size: 15px;
  z-index: 3;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .quote-carousel .slick-arrow:hover {
    color: #f6303e;
  }
}

.quote-carousel .slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 44px;
}

.quote-carousel .slick-next {
  left: auto;
  right: 44px;
}

.quote-carousel .slick-disabled {
  display: none !important;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel {
    padding: 40px 0;
  }
  .quote-carousel .slick-arrow {
    top: auto;
    bottom: -45px;
  }
  .quote-carousel .slick-prev {
    left: 2px;
  }
  .quote-carousel .slick-next {
    left: 65px;
    right: 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel {
    padding: 25px 0;
  }
}

.quote-carousel--gray {
  background-color: rgba(151, 153, 155, 0.1);
}

.quote-carousel__title {
  font-size: 24px;
}

.quote-carousel__title--img {
  position: relative;
  font-size: 22px;
  bottom: -47px;
  margin-top: -45px;
}

@media only screen and (min-width: 992px) {
  .quote-carousel__title--img-reverse {
    position: absolute;
    font-size: 20px;
    width: 44.5%;
    right: 0;
    bottom: auto;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-carousel__title--img-reverse {
    bottom: -419px;
  }
}

.quote-carousel__container {
  margin-top: 39px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__container {
    margin-bottom: 45px;
  }
}

.quote-carousel__wrapper {
  position: relative;
}

.quote-carousel__wrapper--img {
  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;
}

.quote-carousel__wrapper--img .quote-carousel__rte {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  padding: 45px 0 17px;
}

@media only screen and (min-width: 768px) {
  .quote-carousel__wrapper--img {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__wrapper--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote-carousel__wrapper--img .quote-carousel__rte {
    padding: 56px 0 27px;
  }
}

.quote-carousel__wrapper--img-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__wrapper--img-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .quote-carousel__wrapper--img-reverse .quote-carousel__big-img {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel__wrapper--img-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quote-carousel__rte {
  padding: 10px 0 36px;
}

.quote-carousel__rte p {
  max-width: 100%;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__rte {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel__rte p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
  }
}

.quote-carousel__big-img {
  width: 519px;
  height: 346px;
}

@media only screen and (min-width: 992px) {
  .quote-carousel__big-img {
    margin-top: 53px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__big-img {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel__big-img {
    height: 254px;
  }
}

.quote-carousel__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 66px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
  }
}

.quote-carousel__img {
  width: 174px;
  height: 174px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__img {
    margin-bottom: 74px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel__img {
    width: 120px;
    height: 120px;
  }
}

.quote-carousel__content {
  position: relative;
  -webkit-flex-basis: 73%;
      -ms-flex-preferred-size: 73%;
          flex-basis: 73%;
}

.quote-carousel__icon {
  position: absolute;
  top: 1px;
  left: -43px;
  color: #ad172b;
  font-size: 23px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel__icon {
    left: 0;
    top: -43px;
    font-size: 24px;
  }
}

.quote-carousel__slide-rte {
  padding: 0;
  margin-bottom: 20px;
}

.quote-carousel__slide-rte p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: italic;
  color: #3e3e3e;
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel__slide-rte p {
    font-size: 16px;
  }
}

.quote-carousel__name {
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  padding-top: 13px;
}

.quote-carousel__name::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d9d9da;
}

.quote-carousel-small {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
}

.quote-carousel-small .slick-arrow {
  position: absolute;
  top: 148px;
  color: #013ca6;
  font-size: 15px;
  z-index: 3;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .quote-carousel-small .slick-arrow:hover {
    color: #f6303e;
  }
}

.quote-carousel-small .slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 22px;
}

.quote-carousel-small .slick-next {
  left: 85px;
}

.quote-carousel-small .slick-disabled {
  display: none !important;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel-small {
    padding: 40px 0;
  }
  .quote-carousel-small .slick-arrow {
    top: auto;
    bottom: -45px;
  }
  .quote-carousel-small .slick-prev {
    left: 2px;
  }
  .quote-carousel-small .slick-next {
    left: 65px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small {
    padding: 25px 0;
  }
}

.quote-carousel-small--gray {
  background-color: rgba(151, 153, 155, 0.1);
}

.quote-carousel-small__title {
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-carousel-small__container {
    margin: 20px 0 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__container {
    margin-top: 27px;
  }
}

.quote-carousel-small__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quote-carousel-small__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.quote-carousel-small__wrapper--reverse .quote-carousel-small__content-wrap {
  padding-right: 0;
  padding-left: 69px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .quote-carousel-small__wrapper--reverse .quote-carousel-small__content-wrap {
    padding-left: 49px;
  }
  .quote-carousel-small__wrapper--reverse .quote-carousel-small__icon {
    left: -24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote-carousel-small__wrapper--reverse .quote-carousel-small__content-wrap {
    padding-left: 0;
    margin-bottom: 45px;
  }
  .quote-carousel-small__wrapper--reverse .quote-carousel-small__big-img {
    margin-bottom: 31px;
    margin-top: 20px;
  }
}

.quote-carousel-small__content-wrap {
  width: 56%;
  padding-right: 50px;
  padding-top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-carousel-small__content-wrap {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 73px;
  }
}

.quote-carousel-small__rte {
  padding: 8px 0 29px;
}

.quote-carousel-small__rte p {
  max-width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel-small__rte {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__rte p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
  }
}

.quote-carousel-small__big-img {
  width: 519px;
  height: 346px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quote-carousel-small__big-img {
    height: 300px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__big-img {
    width: 100%;
    height: 254px;
  }
}

.quote-carousel-small__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel-small__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
  }
}

.quote-carousel-small__img {
  width: 129px;
  height: 130px;
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel-small__img {
    margin-bottom: 74px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quote-carousel-small__img {
    width: 120px;
    height: 120px;
  }
}

.quote-carousel-small__content {
  position: relative;
  -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
}

.quote-carousel-small__icon {
  position: absolute;
  top: 1px;
  left: -43px;
  color: #ad172b;
  font-size: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .quote-carousel-small__icon {
    left: -30px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quote-carousel-small__icon {
    left: 0;
    top: -43px;
    font-size: 24px;
  }
}

.quote-carousel-small__slide-rte {
  padding: 0;
  margin-bottom: 20px;
}

.quote-carousel-small__slide-rte p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  font-style: italic;
  color: #3e3e3e;
}

@media only screen and (min-width: 992px) {
  .quote-carousel-small__slide-rte p {
    padding-right: 20px;
  }
}

.quote-carousel-small__name {
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  padding-top: 13px;
}

.quote-carousel-small__name::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d9d9da;
}

.horizontal-line {
  height: 1px;
  width: 100%;
  background-color: #9a989a;
  opacity: 0.5;
}

.image-text-featured {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured .rte {
    padding: 15px 0;
  }
}

.image-text-featured__row {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image-text-featured__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image-text-featured__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  max-width: 40%;
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured__img {
    min-height: 190px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.image-text-featured__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  max-width: 60%;
  padding: 50px 85px 50px 50px;
}

@media only screen and (max-width: 991.98px) {
  .image-text-featured__box {
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured__box {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.image-text-featured__box-title {
  color: #ad172b;
  font-size: 22px;
  letter-spacing: -0.66px;
  line-height: 22px;
}

@media only screen and (max-width: 767.98px) {
  .image-text-featured__box-title {
    margin-bottom: 0;
  }
}

.image-text-featured__box-link {
  display: block;
  color: #ad172b;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .image-text-featured__box-link:hover {
    color: #000;
  }
}

.text-with-logo {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .text-with-logo {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-with-logo {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-with-logo {
    padding: 25px 0;
  }
}

.text-with-logo__logo {
  position: absolute;
  display: block;
  opacity: 0.05;
  top: -47px;
  left: -226px;
  font-size: 281px;
  z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .text-with-logo__logo {
    top: -20px;
    left: -126px;
    font-size: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-with-logo__logo {
    top: -11px;
    left: -60px;
    font-size: 228px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-with-logo__logo {
    top: -30px;
    left: -107px;
  }
}

.text-with-logo__content {
  position: relative;
  z-index: 5;
}

.text-with-logo__title {
  font-size: 24px;
  margin-bottom: 22px;
}

.text-with-logo__rte {
  padding: 0;
}

.text-with-logo__rte p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 992px) {
  .text-with-logo__rte {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-with-logo__rte {
    padding-right: 10px;
  }
  .text-with-logo__rte p {
    line-height: 26px;
    margin-bottom: 25px;
  }
}

.inline-links {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .inline-links {
    margin-bottom: 40px;
  }
}

.inline-links__nav {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
  .inline-links__nav {
    display: none;
  }
}

.inline-links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inline-links__item {
  margin: 0 12px;
}

.inline-links__item--active .inline-links__link {
  color: #ad172b;
  border-bottom: 3px solid #ad172b;
}

.inline-links__link {
  padding: 8px 0;
  cursor: pointer;
  color: #9a989a;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .inline-links__link:hover {
    opacity: 0.7;
  }
}

.loaded .inline-links__link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.inline-links__select {
  display: none;
}

.article-title {
  font-size: 20px;
}

.filter-wrap .applied-filter a {
  text-decoration: underline;
  color: #ad172b;
}

.articles-wrap .publications__name::before {
  display: none;
}

.fiter-item-article {
  margin-right: 4px;
}

.fiter-item-article::after {
  content: '/';
  display: inline-block;
  color: #646569;
}

.fiter-item-article:last-child::after {
  content: '';
}

.fiter-item-article::after {
  content: '/';
  display: inline-block;
  color: #646569;
}

.filters--aside {
  max-width: 100%;
  display: block;
  padding-left: 30px;
  margin-top: 60px;
}

.filters--aside .filters__form {
  display: block;
  width: 100%;
}

.filters--aside .filters__btn {
  display: block;
  width: 100%;
  margin-top: -1px;
  text-align: left;
}

.filters--aside .filters__btn::after {
  color: #ad172b;
}

.filters--aside .filters__btn:hover {
  background-color: transparent !important;
}

.filters--aside .filters__btnCaseStudiePage {
  display: block;
  width: 100%;
  margin-top: -1px;
  text-align: left;
}

.filters--aside .filters__btnCaseStudiePage::after {
  color: #ad172b;
}

.filters--aside .filters__btnCaseStudiePage:hover {
  background-color: transparent !important;
}

.filters--aside .filter__dropdown {
  border-left: 1px solid rgba(100, 101, 105, 0.2);
  border-right: 1px solid rgba(100, 101, 105, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 20px 0px 0;
}

.filters--aside .filter__dropdown .filter__dropdown-wrap {
  height: 0;
  overflow: auto;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.filters--aside .filter__dropdownCaseStudiesPage {
  border-left: 1px solid rgba(100, 101, 105, 0.2);
  border-right: 1px solid rgba(100, 101, 105, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 20px 0px 0;
}

.filters--aside .filter__dropdownCaseStudiesPage .filter__dropdownCaseStudiesPage-wrap {
  height: 0;
  overflow: auto;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.filters--aside .practiceAreaButtons {
  background-color: #ad172b;
  border: none;
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 47px !important;
  width: 100%;
  margin-bottom: 4%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.filters--aside .filter__dropdown--open {
  padding: 20px 20px 20px 0;
  height: 290px;
  opacity: 1;
}

.filters--aside .filter__dropdown--open .filter__dropdown-wrap {
  height: 250px;
  width: 100%;
}

.filters--aside .filter__dropdownCaseStudiesPage--open {
  padding: 20px 20px 20px 0;
  height: 290px;
  opacity: 1;
}

.filters--aside .filter__dropdownCaseStudiesPage--open .filter__dropdownCaseStudiesPage-wrap {
  height: 250px;
  width: 100%;
}

.filters--aside .filter__dropdown-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  padding: 20px;
}

.filters--aside .filter__dropdown-wrap::-webkit-scrollbar-track {
  background: #d9d9da;
}

.filters--aside .filter__dropdown-wrap::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 5px;
}

.filters--aside .filter__dropdownCaseStudiesPage-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  padding: 20px;
}

.filters--aside .filter__dropdownCaseStudiesPage-wrap::-webkit-scrollbar-track {
  background: #d9d9da;
}

.filters--aside .filter__dropdownCaseStudiesPage-wrap::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 5px;
}

.filters--aside .filters__items {
  display: block;
  padding: 10px 0;
}

.filters--aside .filters__item {
  width: 100%;
  padding-left: 45px;
}

.filters--aside .filters__apply {
  position: static;
  margin: 17px 0 10px 2px;
  height: 13%;
  padding: 8px;
  min-width: 115px;
  max-height: 34px;
}

@media only screen and (max-width: 691.98px) {
  .filters--aside {
    padding-left: 0;
    max-width: none;
    margin-bottom: 30px;
  }
  .filters--aside .filter__dropdown-wrap {
    width: 100%;
  }
  .filters--aside .filter__dropdownCaseStudiesPage-wrap {
    width: 100%;
  }
  .filters--aside .filters__btn {
    margin-bottom: -10px;
  }
  .filters--aside .filters__btnCaseStudiePage {
    margin-bottom: -10px;
  }
}

.person-details {
  width: 100%;
}

.person-details .publications .heading,
.person-details .publications .publications__wrap {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 20px;
}

.person-details .person-details__rte {
  margin-bottom: 64px;
  max-width: 632px;
  padding-bottom: 0;
  padding-right: 20px;
}

.person-details .person-details__rte a {
  color: #013ca6;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .person-details .person-details__rte a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) {
  .person-details {
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  .person-details .meet-the-team {
    grid-column: 1 / span 2;
  }
  .person-details .publications {
    grid-column: 1 / span 2;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .person-details {
    grid-template-columns: calc(50% - 105px) calc(50% + 57px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details {
    grid-template-columns: calc(50% - 105px) calc(50% + 72px);
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details {
    margin-bottom: 48px;
    padding-top: 32px;
  }
  .person-details .person-details__rte {
    max-width: none;
    padding-left: 20px;
  }
}

.person-details__sidebar {
  background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
  .person-details__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 992px) {
  .person-details__sidebar {
    padding-top: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details__sidebar {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__sidebar {
    border-bottom: 1px solid #d9d9da;
    width: 100%;
  }
}

.person-details__sidebar-inner {
  max-width: 468px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .person-details__sidebar-inner {
    padding: 0 48px 24px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details__sidebar-inner {
    padding: 0 32px 24px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__sidebar-inner {
    max-width: none;
    padding: 24px 20px;
  }
}

.person-image__holder {
  margin-bottom: 25px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .person-image__holder {
    margin: 0 auto 20px;
    max-width: 335px;
  }
}

.person-image__image {
  width: 100%;
}

.person-quote {
  border-left: 4px solid #d0d0d0;
  margin-bottom: 30px;
  width: 100%;
}

.person-quote::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  color: #ad172b;
  content: "";
  line-height: 1;
  margin-bottom: 16px;
}

.person-quote p {
  color: #26214e;
  font-size: 18px;
  margin-bottom: 0;
}

.person-quote p a {
  color: #013ca6;
  text-decoration: underline;
}

.person-quote p a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .person-quote::before {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-quote::before {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .person-quote {
    padding: 16px 24px;
  }
  .person-quote p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-quote {
    padding: 16px;
  }
  .person-quote::before {
    font-size: 40px;
  }
  .person-quote p {
    line-height: 26px;
  }
}

.person-info-box {
  background-color: #edecec;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .person-info-box {
    padding: 24px 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-info-box {
    padding: 18px 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-info-box {
    padding: 18px 16px;
  }
}

.person-info-box__rte p,
.person-info-box__rte li {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 25px;
}

.person-info-box__rte p:not(:last-child),
.person-info-box__rte ul:not(:last-child) {
  margin-bottom: 10px;
}

.person-info-box__rte ul li {
  padding-left: 13px;
  position: relative;
  width: 100%;
}

.person-info-box__rte ul li:not(:last-child) {
  margin-bottom: 4px;
}

.person-info-box__rte ul li::before {
  background-color: #3e3e3e;
  border-radius: 50%;
  content: '';
  left: 0;
  height: 3px;
  position: absolute;
  top: 10px;
  width: 3px;
}

.person-info-box__rte a {
  color: #013ca6;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .person-info-box__rte a:hover {
    text-decoration: none;
  }
}

.person-details__content {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: padding, width;
  transition-property: padding, width;
}

@media only screen and (min-width: 992px) {
  .person-details__content {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details__content {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__content {
    width: 100%;
  }
}

.person-details__content-inner {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .person-details__content-inner {
    max-width: 632px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__content-inner {
    padding: 0 20px;
  }
}

.heading_quote_text {
  color: #ad172b !important;
  text-align: center;
  padding: 5px 15px 5px 15px;
  margin-bottom: 10px !important;
  display: block !important;
}

@media only screen and (max-width: 991.98px) {
  .heading_quote_text {
    padding: 0;
  }
}

.person-details__heading {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 31px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
  .person-details__heading {
    display: none;
    margin-bottom: 16px;
    text-align: center;
  }
}

.person-details__name {
  color: #013ca6;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .person-details__name {
    font-size: 46px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details__name {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__name {
    display: none;
    font-size: 30px;
    line-height: 40px;
    text-align: center !important;
  }
}

.person-details__role {
  color: #3e3e3e;
  display: block;
  margin-bottom: 28px;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .person-details__role {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .person-details__role {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__role {
    border-bottom: 1px solid #d9d9da;
    display: none;
    font-size: 18px;
    padding-bottom: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .person-details__heading--mobile,
  .person-details__name--mobile,
  .person-details__role--mobile {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__heading--mobile,
  .person-details__name--mobile,
  .person-details__role--mobile {
    display: block;
  }
}

.person-details__share {
  border-bottom: 1px solid #d9d9da;
  padding: 16px 0 8px;
  width: 100%;
}

.person-details__share .share {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .person-details__share {
    border-top: 1px solid #d9d9da;
    margin-bottom: 32px;
  }
  .person-details__share .share {
    text-align: left;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__share {
    margin-bottom: 24px;
    text-align: center;
  }
  .person-details__share .share {
    text-align: center;
  }
}

.person-details__expertise {
  border-bottom: 1px solid #d9d9da;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .person-details__expertise {
    margin-bottom: 10px;
    padding-bottom: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__expertise {
    padding-bottom: 24px;
  }
}

.person-details__expertise-title {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
  .person-details__expertise-title {
    margin-bottom: 8px;
    text-align: left !important;
  }
}

.person-details__expertise-list {
  width: 100%;
}

.person-details__expertise-item {
  display: inline-block;
}

.person-details__expertise-item:not(:last-child) {
  margin-right: 7px;
  padding-right: 14px;
  position: relative;
}

.person-details__expertise-item:not(:last-child)::after {
  background-color: #8B8B8B;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 1x;
  width: 1px;
}

.person-details__expertise-link {
  color: #013ca6;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .person-details__expertise-link:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) {
  .person-details__expertise-link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .person-details__expertise-link {
    font-size: 16px;
  }
}

.meet-the-team {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .meet-the-team:not(.meet-the-team--three) .meet-the-team__item {
    max-width: 23.91%;
  }
  .meet-the-team:not(.meet-the-team--three) .meet-the-team__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .meet-the-team--three .meet-the-team__item {
    width: 32.36%;
  }
  .meet-the-team--three .meet-the-team__item:nth-child(3n) {
    margin-right: 0;
  }
}

.meet-the-team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.meet-the-team__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-right: 1.44%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .meet-the-team__item {
    margin-right: 1.8%;
    width: 32.1%;
  }
  .meet-the-team__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .meet-the-team__item {
    border-right: 1px solid #d9d9da;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .meet-the-team__item:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }
}

.meet-the-team__image-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .no-touch .meet-the-team__image-wrap:hover .meet-the-team__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (min-width: 768px) {
  .meet-the-team__image-wrap {
    height: 100px;
    width: 30.13%;
  }
}

@media only screen and (max-width: 767.98px) {
  .meet-the-team__image-wrap {
    margin-bottom: 10px;
    width: 80px;
  }
}

.meet-the-team__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.meet-the-team__text {
  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;
  width: 100%;
}

.meet-the-team__text .share {
  margin-bottom: 0;
  text-align: left;
}

.meet-the-team__text .share__link {
  vertical-align: top;
}

.meet-the-team__text .share__link:not(:last-child) {
  margin-right: 4px;
}

@media only screen and (min-width: 768px) {
  .meet-the-team__text {
    padding-left: 20px;
    position: relative;
  }
  .meet-the-team__text::before {
    background-color: #d9d9da;
    bottom: 0;
    content: '';
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .meet-the-team__text .share {
    margin-top: auto;
    padding-top: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .meet-the-team__text .share {
    padding-top: 10px;
  }
}

.meet-the-team__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: left !important;
}

@media only screen and (min-width: 768px) {
  .meet-the-team__name {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .meet-the-team__name {
    margin-bottom: 3px;
  }
}

.meet-the-team__link {
  color: #013ca6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .meet-the-team__link:hover {
    color: #221f72;
  }
}

.meet-the-team__role {
  display: block;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 17px;
}

.meet-the-team__more-authors {
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 16px;
  display: inline-block;
}

.meet-the-team__more-authors .icon {
  font-size: 10px;
  color: #ad172b;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 2px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .meet-the-team__more-authors:hover .icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

@media only screen and (max-width: 767.98px) {
  .meet-the-team__more-authors {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.podcasts {
  padding-top: 56px;
}

.podcasts .heading {
  margin-bottom: 22px;
}

.podcasts .heading__title {
  width: 100%;
  text-align: center;
}

.podcast-follow {
  background-color: #edecec;
  padding: 32px 0;
  margin-bottom: 22px;
}

.podcast-follow .headline {
  margin-bottom: 0;
}

.podcast-follow + .rte {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (min-width: 1200px) {
  .podcast-follow {
    margin-top: -13px;
    -webkit-box-shadow: -1000px 0 0 0 #edecec, 1000px 0 0 0 #edecec;
            box-shadow: -1000px 0 0 0 #edecec, 1000px 0 0 0 #edecec;
  }
}

@media only screen and (max-width: 1199.98px) {
  .podcast-follow {
    margin-top: -20px;
    -webkit-box-shadow: -20px 0 0 0 #edecec, 20px 0 0 0 #edecec;
            box-shadow: -20px 0 0 0 #edecec, 20px 0 0 0 #edecec;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-follow {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-follow .headline {
    margin-bottom: 24px;
  }
  .podcast-follow + .rte {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .podcast-follow__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.podcast-follow__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 991.98px) {
  .podcast-follow__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.podcast-follow__buttons .btn {
  background-color: #ad172b;
}

.podcast-search {
  background-color: #f6f6f6;
  padding: 16px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .podcast-search__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.podcast-search__subscribe-icon {
  border: 1px solid #edecec;
  border-radius: 50%;
  font-size: 22px;
  color: #ad172b;
  line-height: 0;
  padding: 9px;
}

.podcast-search__form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 430px;
  padding: 7px 0;
  border-bottom: 1px solid #8c8c8c;
}

@media only screen and (max-width: 767.98px) {
  .podcast-search__form {
    margin-bottom: 24px;
  }
}

.podcast-search__input {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #494951;
  line-height: 20px;
  padding: 6px 40px 4px 8px;
  border: 0;
  width: 100%;
}

.podcast-search__submit {
  position: absolute;
  top: 4px;
  right: -10px;
  padding: 10px;
  font-size: 19px;
  color: #ad172b;
  line-height: 0;
}

.podcast-search__subscribe {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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;
  gap: 8px;
}

.podcast-search__subscribe .btn {
  min-width: 138px;
}

.podcast-search__subscribe .registration__form {
  padding-top: 40px;
}

.podcast-search__subscribe .submit-btn {
  padding-top: 30px;
}

.podcast-search__subscribe .newsletter-form__input {
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .podcast-search__subscribe {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-search__subscribe {
    -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 (min-width: 768px) {
  .podcast-search__subscribe-title {
    font-size: 20px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .podcasts__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .podcasts__list {
    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: 991.98px) {
  .podcasts__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.podcasts__card {
  background-color: #f6f6f6;
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .podcasts__card {
    max-width: calc(33.333% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .podcasts__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcasts__card {
    max-width: calc(33.333% - 10px);
  }
}

.podcasts__image-link {
  position: relative;
  width: 100%;
  height: 160px;
  display: block;
}

.podcasts__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.podcasts__card-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #edecec;
  border-radius: 50%;
  font-size: 22px;
  color: #ad172b;
  line-height: 0;
  padding: 9px;
  z-index: 10;
}

.podcasts__card-body {
  padding: 16px 16px 4px;
}

.podcasts__card-date {
  font-size: 13px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.podcasts__card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 10px;
}

.podcasts__card-tag {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #013ca6;
  line-height: 16px;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .no-touch .podcasts__card-tag:hover {
    text-decoration: none;
  }
}

.podcasts__card-tag:not(:last-child)::after {
  content: '|';
  color: #3e3e3e;
  position: absolute;
  top: 0;
  right: -12px;
  pointer-events: none;
}

.podcasts__card-title {
  font-size: 19px;
  font-weight: 700;
  color: #26214e;
  line-height: 25px;
  margin-bottom: 22px;
}

.podcasts__card-title a {
  color: inherit;
}

@media only screen and (min-width: 1025px) {
  .no-touch .podcasts__card-title a:hover {
    text-decoration: underline;
  }
}

.podcasts__authors {
  padding-top: 16px;
  border-top: 1px solid #d9d9da;
}

.podcasts__authors .meet-the-team__item {
  width: 100%;
  margin-bottom: 12px;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .podcasts__authors .meet-the-team__image-wrap {
    width: 26%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcasts__authors .share__in {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcasts__authors .meet-the-team__item {
    border-right: 0;
  }
  .podcasts__authors .meet-the-team__item:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9da;
  }
}

.podcasts__authors-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}

.podcast-details {
  padding-top: 26px;
}

.podcast-details__header .heading {
  position: relative;
  padding-left: 58px;
}

@media only screen and (max-width: 1199.98px) {
  .podcast-details__header .share {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .podcast-details__header {
    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;
  }
  .podcast-details__header .heading {
    max-width: 768px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
  .podcast-details__header .heading__title {
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    color: #26214e;
    line-height: 46px;
  }
  .podcast-details__header .share {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-details__header .heading {
    margin-top: -8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-details__header {
    text-align: center;
  }
  .podcast-details__header .heading {
    padding-left: 0;
  }
  .podcast-details__header .heading__title {
    font-size: 26px;
  }
}

.podcast-details__header-icon {
  background-color: #f6f6f6;
  border: 1px solid #d9d9da;
  border-radius: 50%;
  font-size: 22px;
  color: #ad172b;
  line-height: 0;
  padding: 9px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .podcast-details__header-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-details__header-icon {
    margin-bottom: 20px;
  }
}

.podcast-details__meta {
  padding: 16px 0;
  border-top: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .podcast-details__meta {
    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 (max-width: 991.98px) {
  .podcast-details__meta-info {
    margin-bottom: 20px;
  }
}

.podcast-details__meta-text {
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 22px;
  margin-bottom: 0;
}

.podcast-details__meta-text .separator {
  padding: 0 5px;
}

.podcast-details__meta-text a {
  color: #013ca6;
  text-decoration: underline;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .no-touch .podcast-details__meta-text a:hover {
    text-decoration: none;
  }
}

.podcast-details__meta-date {
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .podcast-details__meta-subscribe {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .podcast-details__meta-subscribe {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    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;
    gap: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-details__meta-subscribe {
    gap: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-details__meta-subscribe {
    text-align: center;
  }
}

.podcast-details__meta-subscribe .btn {
  background-color: #ad172b;
  padding: 13px 25px;
  min-width: 100px;
}

.podcast-details__meta-subtitle {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .podcast-details__meta-subtitle {
    margin-bottom: 0;
  }
}

.podcast-details__player {
  line-height: 0;
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .podcast-details__player {
    padding: 0 9.5%;
  }
}

.podcast-details__content {
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) {
  .podcast-details__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}

.podcast-details__rte {
  padding-top: 0;
}

@media only screen and (min-width: 992px) {
  .podcast-details__rte {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.6%;
        -ms-flex: 0 0 50.6%;
            flex: 0 0 50.6%;
    max-width: 50.6%;
  }
}

.podcast-details__rte p,
.podcast-details__rte li {
  font-size: 16px;
  line-height: 22px;
}

.podcast-details__rte p {
  margin-bottom: 22px;
}

.podcast-details__rte ul:not(.tabs__links),
.podcast-details__rte ol:not(.tabs__links) {
  margin-bottom: 22px;
}

.podcast-details__authors {
  background-color: #f6f6f6;
  border: 1px solid #d9d9da;
}

.podcast-details__authors .meet-the-team__item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .podcast-details__authors {
    padding: 32px 32px 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .podcast-details__authors {
    padding: 24px 24px 16px;
  }
}

@media only screen and (min-width: 768px) {
  .podcast-details__authors {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }
  .podcast-details__authors .meet-the-team:not(.meet-the-team--three) .meet-the-team__item {
    max-width: 100%;
  }
  .podcast-details__authors .meet-the-team__image-wrap {
    width: 80px;
  }
  .podcast-details__authors .meet-the-team__text .share {
    margin-top: 0;
  }
  .podcast-details__authors .meet-the-team__text .share__link {
    width: 32px;
    height: 32px;
  }
  .podcast-details__authors .meet-the-team__text .share__in {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-details__authors .meet-the-team__item {
    border-right: 0;
  }
  .podcast-details__authors .meet-the-team__item:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9da;
  }
}

.podcast-details__authors-label {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 14px;
  display: block;
}

.podcast-transcript {
  margin-bottom: 40px;
}

.podcast-transcript__header {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.podcast-transcript__header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin-top: -1px;
}

.podcast-transcript__title {
  font-weight: 700;
  padding: 0 13px;
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .podcast-transcript__title {
    font-size: 35px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-transcript__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.podcast-transcript__content {
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #d9d9da;
  max-height: 400px;
  overflow: hidden;
}

.podcast-transcript__content::after {
  content: '';
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

@media only screen and (min-width: 768px) {
  .podcast-transcript__content {
    padding: 32px 24px 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .podcast-transcript__content {
    padding: 24px 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-transcript__content::after {
    bottom: 36px;
  }
}

.podcast-transcript__content--full {
  max-height: 100%;
}

.podcast-transcript__content--full::after {
  opacity: 0;
  visibility: hidden;
}

.podcast-transcript__body {
  width: 100%;
  padding-bottom: 20px;
}

.podcast-transcript__rte p {
  font-size: 16px;
  line-height: 22px;
  max-width: 100%;
  margin-bottom: 22px;
}

.podcast-transcript__section {
  position: relative;
  min-height: 22px;
  margin-bottom: 22px;
}

@media only screen and (min-width: 992px) {
  .podcast-transcript__section {
    padding-left: 192px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-transcript__section {
    padding-left: 162px;
  }
}

.podcast-transcript__label {
  font-size: 16px;
  line-height: 22px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .podcast-transcript__label {
    max-width: 176px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .podcast-transcript__label {
    max-width: 146px;
  }
}

@media only screen and (min-width: 768px) {
  .podcast-transcript__label {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .podcast-transcript__label {
    margin-bottom: 12px;
  }
}

.podcast-transcript__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 0 6px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ad172b;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6f6f6;
}

.podcast-transcript__btn::after {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ad172b;
  border-right: 2px solid #ad172b;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.podcast-transcript__btn .podcast-transcript__btn-text--less {
  display: none;
}

.podcast-transcript__btn--opened {
  bottom: 8px;
}

.podcast-transcript__btn--opened::after {
  -webkit-transform: translateY(8px) rotate(-135deg);
          transform: translateY(8px) rotate(-135deg);
}

.podcast-transcript__btn--opened .podcast-transcript__btn-text--more {
  display: none;
}

.podcast-transcript__btn--opened .podcast-transcript__btn-text--less {
  display: inline-block;
}

.campaign-page {
  padding-top: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-page {
    padding-top: 12px;
  }
  .campaign-page .wrap {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-page {
    padding-top: 12px;
  }
  .campaign-page .wrap {
    padding: 0 24px;
  }
  .campaign-page h3 {
    text-align: left !important;
  }
}

.campaign-title {
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .campaign-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-title {
    text-align: left !important;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}

.campaign-banner {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .campaign-banner {
    height: 360px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-banner {
    height: 312px;
  }
}

.campaign-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign-intro {
  margin-bottom: 64px;
}

@media only screen and (min-width: 992px) {
  .campaign-intro {
    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) and (max-width: 1480px) {
  .campaign-intro {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .campaign-intro__rte {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    padding-right: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-intro__rte {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-intro__rte {
    margin-bottom: 32px;
  }
}

.campaign-intro__rte:only-child {
  padding-right: 0;
}

.campaign-intro__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.campaign-intro__rte p:last-child {
  margin-bottom: 0;
}

.campaign-intro__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-intro__rte {
    padding-right: 40px;
  }
  .campaign-intro__rte h1 {
    font-size: 32px;
  }
  .campaign-intro__rte h4 {
    font-size: 20px;
  }
  .campaign-intro__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

.campaign-intro__box {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .campaign-intro__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 316px;
        -ms-flex: 0 0 316px;
            flex: 0 0 316px;
    max-width: 316px;
  }
}

.campaign-intro__box-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  border-radius: 3px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 992px) {
  .campaign-intro__box-block {
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-intro__box-block {
    padding: 12px 32px;
  }
}

a.campaign-intro__box-block {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch a.campaign-intro__box-block:hover {
    background-color: #fff;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

.campaign-intro__box-value {
  font-weight: 500;
  color: #ad172b;
  margin-bottom: 16px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .campaign-intro__box-value {
    font-size: 64px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-intro__box-value {
    font-size: 48px;
    line-height: 56px;
  }
}

.campaign-intro__box-description {
  font-weight: 400;
  color: #5c5c5c;
  padding-top: 17px;
  border-top: 1px solid #d9d9da;
  display: block;
}

@media only screen and (min-width: 992px) {
  .campaign-intro__box-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-intro__box-description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .campaign-quote {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-quote {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-quote {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .campaign-quote__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .campaign-quote__container--no-image .campaign-quote__content {
    padding-left: 0;
    padding-top: 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .campaign-quote__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 31.7%;
        -ms-flex: 1 1 31.7%;
            flex: 1 1 31.7%;
    max-width: 31.7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-quote__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 28%;
        -ms-flex: 1 1 28%;
            flex: 1 1 28%;
    max-width: 28%;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-quote__image {
    width: 180px;
    margin: 0 auto 36px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-quote__image {
    max-width: 20%;
  }
}

.campaign-quote__img {
  width: 100%;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) {
  .campaign-quote__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 68.3%;
        -ms-flex: 1 1 68.3%;
            flex: 1 1 68.3%;
    max-width: 68.3%;
    padding-top: 35px;
    padding-left: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-quote__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 72%;
        -ms-flex: 1 1 72%;
            flex: 1 1 72%;
    max-width: 72%;
    padding-left: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-quote__content {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-quote__content {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    padding-top: 16px;
    padding-left: 40px;
  }
}

.campaign-quote__icon {
  color: #ad172b;
}

@media only screen and (min-width: 992px) {
  .campaign-quote__icon {
    font-size: 42px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-quote__icon {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-quote__icon {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-quote__icon {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .campaign-quote__rte {
    margin-bottom: 40px;
  }
  .campaign-quote__rte p {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-quote__rte {
    margin-bottom: 24px;
  }
  .campaign-quote__rte p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-quote__rte h4 {
    font-size: 20px;
  }
  .campaign-quote__rte p {
    font-size: 20px;
    line-height: 28px;
  }
}

.campaign-quote__rte p {
  font-weight: 500;
  color: #000;
}

.campaign-quote__author {
  font-weight: 500;
  color: #ad172b;
  margin-bottom: 4px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .campaign-quote__author {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-quote__author {
    font-size: 18px;
    line-height: 24px;
  }
}

.campaign-quote__role {
  font-weight: 400;
  color: #5c5c5c;
  display: block;
}

@media only screen and (min-width: 992px) {
  .campaign-quote__role {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .campaign-quote__role {
    font-size: 14px;
    line-height: 20px;
  }
}

.campaign-separator {
  border-color: #d9d9da;
}

@media only screen and (min-width: 1200px) {
  .campaign-separator {
    margin: 0 64px 88px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .campaign-separator {
    margin: 0 20px 88px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .campaign-separator {
    margin: 0 64px 64px;
  }
}

@media only screen and (max-width: 767.98px) {
  .campaign-separator {
    margin: 0 24px 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-separator {
    margin-bottom: 60px;
  }
}

.quotes-slider {
  margin-bottom: 80px;
}

.quotes-slider__rte {
  max-width: 728px;
  margin-bottom: 24px;
}

.quotes-slider__rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.quotes-slider__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.quotes-slider__rte p:last-child {
  margin-bottom: 0;
}

.quotes-slider__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quotes-slider__rte {
    padding-right: 120px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quotes-slider__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .quotes-slider__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quotes-slider__rte {
    margin-bottom: 68px;
  }
  .quotes-slider__rte h2,
  .quotes-slider__rte h3 {
    text-align: left !important;
  }
}

.quotes-slider__slider .campaign-quote {
  margin-bottom: 0;
}

.quotes-slider__slider .campaign-quote__content {
  padding-bottom: 20px;
}

.quotes-slider__slider .slick-arrow {
  position: absolute;
  top: -110px;
  right: 0;
  font-size: 12px;
  padding: 16px;
  line-height: 0;
  border: 1px solid #d9d9da;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .quotes-slider__slider .slick-arrow:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

.quotes-slider__slider .slick-prev {
  right: 58px;
}

.quotes-slider__slider .slick-prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quotes-slider__slider .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quotes-slider__slider .slick-slide {
  height: auto;
}

.quotes-slider__slider .slick-dots {
  padding-top: 24px;
  padding-bottom: 0;
  border-top: 1px solid #dadada;
}

.quotes-slider__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-color: #d9d9da;
}

.quotes-slider__slider .slick-dots .slick-active {
  background-color: #ad172b;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .quotes-slider__slider .slick-arrow {
    top: -94px;
    font-size: 10px;
    padding: 12px;
  }
  .quotes-slider__slider .slick-prev {
    right: 48px;
  }
  .quotes-slider__slider .slick-list {
    margin: 0 -12px 40px;
  }
  .quotes-slider__slider .slick-list::before, .quotes-slider__slider .slick-list::after {
    width: 12px;
  }
  .quotes-slider__slider .slick-slide {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .quotes-slider__slider .slick-arrow {
    top: -94px;
    right: auto;
    left: 0;
    font-size: 10px;
    padding: 12px;
  }
  .quotes-slider__slider .slick-prev {
    left: 0;
  }
  .quotes-slider__slider .slick-next {
    left: 44px;
  }
  .quotes-slider__slider .slick-list {
    padding: 0 16px;
    margin: 0 -24px 40px;
  }
  .quotes-slider__slider .slick-list::before, .quotes-slider__slider .slick-list::after {
    display: none;
  }
  .quotes-slider__slider .slick-slide {
    padding: 0 8px;
  }
}

.quotes-slider__container {
  padding-top: 40px;
  border-top: 1px solid #d9d9da;
}

.campaign-support__rte {
  max-width: 728px;
  margin-bottom: 64px;
}

.campaign-support__rte h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 16px;
}

.campaign-support__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.campaign-support__rte p:last-child {
  margin-bottom: 0;
}

.campaign-support__rte p strong {
  color: #3e3e3e;
}

@media only screen and (max-width: 991.98px) {
  .campaign-support__rte {
    margin-bottom: 40px;
  }
  .campaign-support__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .campaign-support__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .campaign-support__rte {
    margin-bottom: 40px;
  }
  .campaign-support__rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .campaign-support__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .clients-support:has(:nth-child(5)) .clients-support__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }
}

@media only screen and (min-width: 768px) {
  .clients-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .clients-support {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .clients-support {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .clients-support {
    margin-bottom: 40px;
  }
}

.clients-support__item {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .clients-support__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .clients-support__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media only screen and (min-width: 768px) {
  .clients-support__item {
    padding: 0 12px;
  }
}

.clients-support__container {
  padding: 24px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
  .clients-support__container {
    height: 100%;
    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;
  }
}

.clients-support__text.rte {
  padding: 0;
}

.clients-support__text.rte > * {
  max-width: 100%;
}

.clients-support__text.rte h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  text-align: left;
  margin-bottom: 8px;
}

.clients-support__text.rte h4 a {
  color: inherit;
}

.clients-support__text.rte p,
.clients-support__text.rte li {
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}

.clients-support__text.rte p a,
.clients-support__text.rte li a {
  color: inherit;
}

.clients-support__text.rte ul,
.clients-support__text.rte ol {
  padding-left: 0;
}

.clients-support__text.rte ul li,
.clients-support__text.rte ol li {
  margin-bottom: 5px;
}

.clients-support__text.rte ul:not(.tabs__links) li::before {
  position: relative;
  top: auto;
  left: auto;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
}

.clients-support__text.rte ol li::before {
  position: relative;
  top: auto;
  left: auto;
  margin-right: 4px;
}

@media only screen and (max-width: 991.98px) {
  .clients-support__text.rte h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.clients-support__link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: auto;
}

.clients-support__link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .clients-support__link:hover {
    color: #ad172b;
  }
  .no-touch .clients-support__link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media only screen and (min-width: 992px) {
  .statistics {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 991.98px) {
  .statistics {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .statistics {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .statistics__container--vertical .statistics__featured {
    padding: 64px 13.2%;
  }
}

@media only screen and (min-width: 768px) {
  .statistics__container--vertical .statistics__featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
  }
  .statistics__container--vertical .statistics__featured-value {
    padding-right: 32px;
  }
  .statistics__container--vertical .statistics__featured-label {
    padding-left: 32px;
    border-left: 1px solid #d9d9da;
  }
  .statistics__container--vertical .statistics__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 24px;
  }
  .statistics__container--vertical .statistics__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    max-width: 50%;
    padding-left: 32px;
    padding-right: 24px;
    border-left: 1px solid #d9d9da;
  }
  .statistics__container--vertical .statistics__item-value {
    margin-bottom: 12px;
    display: block;
  }
  .statistics__container--vertical .statistics__item-label {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .statistics__container--vertical .statistics__featured {
    padding: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statistics__container--vertical .statistics__featured {
    padding: 32px 26px;
    margin-bottom: 36px;
  }
  .statistics__container--vertical .statistics__featured-value {
    margin-bottom: 33px;
  }
  .statistics__container--vertical .statistics__featured-label {
    padding-top: 15px;
    border-top: 1px solid #d9d9da;
    display: block;
  }
  .statistics__container--vertical .statistics__item {
    padding-left: 24px;
    margin-bottom: 40px;
    border-left: 1px solid #d9d9da;
  }
  .statistics__container--vertical .statistics__item-value {
    margin-bottom: 10px;
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .statistics__container--vertical .statistics__featured {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}

.statistics__container--horizontal .statistics__featured {
  text-align: center;
}

.statistics__container--horizontal .statistics__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 8px 0 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9da;
}

.statistics__container--horizontal .statistics__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .statistics__container--horizontal .statistics__featured {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.6%;
        -ms-flex: 0 0 33.6%;
            flex: 0 0 33.6%;
    max-width: 33.6%;
    padding: 92px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .statistics__container--horizontal .statistics__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.4%;
        -ms-flex: 0 0 66.4%;
            flex: 0 0 66.4%;
    max-width: 66.4%;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .statistics__container--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .statistics__container--horizontal .statistics__featured-value {
    margin-bottom: 16px;
    display: block;
  }
  .statistics__container--horizontal .statistics__featured-label {
    display: block;
  }
  .statistics__container--horizontal .statistics__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .statistics__container--horizontal .statistics__featured {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.7%;
        -ms-flex: 0 0 43.7%;
            flex: 0 0 43.7%;
    max-width: 43.7%;
    padding: 68px 20px;
  }
  .statistics__container--horizontal .statistics__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.3%;
        -ms-flex: 0 0 56.3%;
            flex: 0 0 56.3%;
    max-width: 56.3%;
    padding-left: 32px;
  }
  .statistics__container--horizontal .statistics__item-label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .statistics__container--horizontal .statistics__featured-value {
    margin-bottom: 18px;
  }
  .statistics__container--horizontal .statistics__item {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statistics__container--horizontal .statistics__featured {
    padding: 38px 20px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .statistics__container--horizontal .statistics__featured {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.statistics__featured {
  background-color: #f5f4f5;
  border-radius: 4px;
}

.statistics__featured-value {
  font-weight: 500;
  color: #ad172b;
}

@media only screen and (min-width: 992px) {
  .statistics__featured-value {
    font-size: 76px;
    line-height: 84px;
  }
}

@media only screen and (max-width: 991.98px) {
  .statistics__featured-value {
    font-size: 48px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statistics__featured-value {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .statistics__featured-value {
    font-size: 56px;
    line-height: 64px;
  }
}

.statistics__label {
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 24px;
}

.statistics__item-value {
  font-weight: 500;
  color: #ad172b;
}

@media only screen and (min-width: 992px) {
  .statistics__item-value {
    font-size: 48px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 991.98px) {
  .statistics__item-value {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .statistics__item-value {
    font-size: 42px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767.98px) {
  .statistics__item-label {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .projects {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects {
    margin-bottom: 64px;
  }
}

.projects__rte {
  max-width: 728px;
  margin-bottom: 24px;
}

.projects__rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.projects__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.projects__rte p:last-child {
  margin-bottom: 0;
}

.projects__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects__rte {
    padding-right: 120px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .projects__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .projects__rte {
    margin-bottom: 68px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .projects__rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .projects__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

.projects__slider .slick-arrow {
  position: absolute;
  top: -110px;
  right: 0;
  font-size: 12px;
  padding: 16px;
  line-height: 0;
  border: 1px solid #d9d9da;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .projects__slider .slick-arrow:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

.projects__slider .slick-prev {
  right: 58px;
}

.projects__slider .slick-prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.projects__slider .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.projects__slider .slick-list {
  margin: 0 -16px 40px;
}

.projects__slider .slick-list::before, .projects__slider .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.projects__slider .slick-list::before {
  left: 0;
}

.projects__slider .slick-list::after {
  right: 0;
}

.projects__slider .slick-slide {
  padding: 0 16px;
  height: auto;
}

.projects__slider .slick-dots {
  padding-top: 24px;
  padding-bottom: 0;
  border-top: 1px solid #dadada;
}

.projects__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-color: #d9d9da;
}

.projects__slider .slick-dots .slick-active {
  background-color: #ad172b;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects__slider .slick-arrow {
    top: -94px;
    font-size: 10px;
    padding: 12px;
  }
  .projects__slider .slick-prev {
    right: 48px;
  }
  .projects__slider .slick-list {
    margin: 0 -12px 40px;
  }
  .projects__slider .slick-list::before, .projects__slider .slick-list::after {
    width: 12px;
  }
  .projects__slider .slick-slide {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .projects__slider .slick-arrow {
    top: -94px;
    right: auto;
    left: 0;
    font-size: 10px;
    padding: 12px;
  }
  .projects__slider .slick-prev {
    left: 0;
  }
  .projects__slider .slick-next {
    left: 44px;
  }
  .projects__slider .slick-list {
    padding: 0 16px;
    margin: 0 -24px 40px;
  }
  .projects__slider .slick-list::before, .projects__slider .slick-list::after {
    display: none;
  }
  .projects__slider .slick-slide {
    padding: 0 8px;
  }
}

.projects__slider-container {
  padding-top: 40px;
  border-top: 1px solid #d9d9da;
}

.projects__card-image {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .projects__card-image {
    height: 280px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects__card-image {
    height: 180px;
    margin-bottom: 22px;
  }
}

.projects__card-imglink {
  width: 100%;
  height: 100%;
  display: block;
}

.projects__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.projects__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(173, 23, 43, 0.4);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 0;
  z-index: 20;
}

@media only screen and (min-width: 1025px) {
  .no-touch .projects__play-btn:hover {
    background-color: #ad172b;
  }
}

.projects__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}

.projects__card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .projects__card-details {
    gap: 32px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects__card-details {
    gap: 24px;
    margin-bottom: 10px;
  }
}

.projects__card-date {
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
}

.projects__card-category {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase;
}

.projects__card-category:first-child::before {
  display: none;
}

.projects__card-category::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -16px;
  width: 1px;
  height: 14px;
  background-color: #c6c6c6;
}

@media only screen and (max-width: 991.98px) {
  .projects__card-category {
    font-size: 12px;
  }
  .projects__card-category::before {
    top: 3px;
    left: -12px;
  }
}

.projects__card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .projects__card-text {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects__card-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.projects__card-link {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 992px) {
  .projects__card-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .projects__card-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.projects__card-link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .projects__card-link:hover {
    color: #ad172b;
  }
  .no-touch .projects__card-link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.projects__video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(62, 62, 62, 0.16);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
}

@media only screen and (min-width: 1100px) and (max-width: 1480px) {
  .projects__video-popup {
    padding: 0 60px;
  }
}

.projects__video-popup--opened {
  opacity: 1;
  visibility: visible;
}

.projects__video-container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 120px);
      -ms-flex: 1 1 calc(100% - 120px);
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: calc(100% - 120px);
  max-width: 1112px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .projects__video-container {
    max-width: calc(100% - 120px);
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1480px) {
  .projects__video-container {
    max-width: 140vh;
  }
}

@media only screen and (max-width: 767.98px) {
  .projects__video-container {
    max-width: calc(100% - 32px);
  }
}

.projects__video-holder {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}

.projects__close-btn {
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  right: -48px;
  font-size: 14px;
  color: #3e3e3e;
  padding: 10px;
  line-height: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .projects__close-btn:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

@media only screen and (max-width: 767.98px) {
  .projects__close-btn {
    right: 0;
  }
}

.projects__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.projects__video--hidden {
  display: none;
}

.insights {
  margin-bottom: 64px;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .insights {
    margin-bottom: 40px;
  }
}

.insights--background {
  padding: 80px 20px 56px;
  margin: 0 -20px 64px;
  border-radius: 4px;
  background-color: #f5f4f5;
}

@media only screen and (min-width: 1320px) {
  .insights--background {
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights--background {
    padding: 64px 64px 56px;
    margin: 0 -64px 64px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .insights--background {
    padding: 64px 24px 56px;
    margin: 0 -24px 64px;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .insights--background {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

.insights__header {
  position: relative;
  border-bottom: 1px solid #d9d9da;
}

.insights__rte {
  max-width: 728px;
  margin-bottom: 24px;
}

.insights__rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.insights__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.insights__rte p:last-child {
  margin-bottom: 0;
}

.insights__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__rte {
    padding-right: 120px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .insights__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .insights__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .insights__rte {
    margin-bottom: 68px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .insights__rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .insights__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

.insights__container {
  padding-top: 40px;
}

@media only screen and (min-width: 992px) {
  .insights__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
  }
}

.insights__item {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .insights__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
  }
}

.insights__card {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #d9d9da;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .insights__card {
    padding: 23px 23px 15px;
  }
}

.insights__card-image {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .insights__card-image {
    height: 194px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card-image {
    height: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 767.98px) {
  .insights__card-image {
    height: 180px;
    margin-bottom: 28px;
  }
}

.insights__card-imglink {
  width: 100%;
  height: 100%;
  display: block;
}

.insights__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    padding-top: 4px;
    padding-left: 24px;
  }
}

.insights__card-category {
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card-category {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.insights__card-text {
  font-size: 18px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .insights__card-text {
    height: 84px;
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .insights__card-text {
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
  }
}

.insights__card-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.insights__card-link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .insights__card-link:hover {
    color: #ad172b;
  }
  .no-touch .insights__card-link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .insights__card-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .insights__card--featured .insights__card-image {
    height: 280px;
  }
  .insights__card--featured .insights__card-text {
    height: 56px;
    -webkit-line-clamp: 2;
  }
}

@media only screen and (min-width: 992px) {
  .insights__card--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .insights__card--horizontal .insights__card-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    max-width: 51%;
    margin-bottom: 0;
  }
  .insights__card--horizontal .insights__card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    padding-top: 8px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .insights__container--one-two .insights__item:nth-child(3) {
    margin-left: auto;
    margin-top: -250px;
  }
}

@media only screen and (min-width: 992px) {
  .insights__container--three-cards .insights__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.cards-list {
  margin-bottom: 64px;
}

.cards-list--background {
  padding: 80px 20px 56px;
  margin: 0 -20px 64px;
  border-radius: 4px;
  background-color: #f5f4f5;
}

@media only screen and (min-width: 1320px) {
  .cards-list--background {
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-list--background {
    padding: 64px 64px 56px;
    margin: 0 -64px 64px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-list--background {
    padding: 64px 24px 56px;
    margin: 0 -24px 64px;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .cards-list--background {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

.cards-list__header {
  position: relative;
  border-bottom: 1px solid #d9d9da;
}

.cards-list__rte {
  max-width: 728px;
  margin-bottom: 24px;
}

.cards-list__rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.cards-list__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.cards-list__rte p:last-child {
  margin-bottom: 0;
}

.cards-list__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-list__rte {
    padding-right: 120px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .cards-list__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-list__rte {
    margin-bottom: 68px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .cards-list__rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .cards-list__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

.cards-list__header-link {
  position: absolute;
  right: 0;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #d9d9da;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-list__header-link:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

@media only screen and (min-width: 992px) {
  .cards-list__header-link {
    bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 14px 9px 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__header-link {
    bottom: 16px;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 16px 5px 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-list__header-link {
    left: 0;
    right: auto;
  }
}

.cards-list__container {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .cards-list__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
  }
}

.cards-list__item {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .cards-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
  }
}

@media only screen and (min-width: 768px) {
  .cards-list__card {
    height: 100%;
  }
}

.cards-list__card-image {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .cards-list__card-image {
    height: 280px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-image {
    height: 180px;
  }
}

.cards-list__card-imglink {
  width: 100%;
  height: 100%;
  display: block;
}

.cards-list__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.cards-list__card-details {
  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: 992px) {
  .cards-list__card-details {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-details {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 10px;
  }
}

.cards-list__card-date {
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
}

.cards-list__card-category {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase;
}

.cards-list__card-category::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -16px;
  width: 1px;
  height: 14px;
  background-color: #c6c6c6;
}

.cards-list__card-category:only-child::before, .cards-list__card-category:first-child::before {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-category {
    font-size: 12px;
  }
  .cards-list__card-category::before {
    top: 3px;
    left: -12px;
  }
}

.cards-list__card-text {
  font-weight: 400;
  color: #5c5c5c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .cards-list__card-text {
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-text {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.cards-list__card-link {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 992px) {
  .cards-list__card-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.cards-list__card-link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-list__card-link:hover {
    color: #ad172b;
  }
  .no-touch .cards-list__card-link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media only screen and (min-width: 992px) {
  .cards-list__card-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-list__card-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .cards-list__card--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cards-list__card--horizontal .cards-list__card-image {
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    max-width: 51%;
    margin-bottom: 0;
  }
  .cards-list__card--horizontal .cards-list__card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    padding-top: 8px;
    padding-left: 20px;
  }
  .cards-list__card--horizontal .cards-list__card-text {
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-list__card--horizontal .cards-list__card-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-list__card--horizontal .cards-list__card-image {
    height: 160px;
  }
  .cards-list__card--horizontal .cards-list__card-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .cards-list__container--two-cards {
    margin: 0 -24px;
  }
  .cards-list__container--two-cards .cards-list__item {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 768px) {
  .cards-list__container--three-cards .cards-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.cards-slider {
  margin-bottom: 64px;
}

.cards-slider__header {
  position: relative;
  border-bottom: 1px solid #d9d9da;
}

.cards-slider__rte {
  max-width: 728px;
  margin-bottom: 24px;
}

.cards-slider__rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.cards-slider__rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.cards-slider__rte p:last-child {
  margin-bottom: 0;
}

.cards-slider__rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__rte {
    padding-right: 120px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-slider__rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .cards-slider__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .cards-slider__rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .cards-slider__rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

.cards-slider__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (min-width: 992px) {
  .cards-slider__filters {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__filters {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-slider__filters {
    gap: 12px;
    margin-bottom: 64px;
  }
}

.cards-slider__filter-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 30px;
  background-color: #ededed;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-slider__filter-btn:hover {
    background-color: #ad172b;
    color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-slider__filter-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
  }
}

.cards-slider__filter-btn--selected {
  background-color: #ad172b;
  color: #fff;
}

.cards-slider__slider {
  margin: 0 -12px;
}

.cards-slider__slider .slick-arrow {
  position: absolute;
  top: -190px;
  right: 0;
  font-size: 12px;
  padding: 16px;
  line-height: 0;
  border: 1px solid #d9d9da;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-slider__slider .slick-arrow:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

.cards-slider__slider .slick-prev {
  right: 58px;
}

.cards-slider__slider .slick-prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cards-slider__slider .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cards-slider__slider .slick-list::before, .cards-slider__slider .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.cards-slider__slider .slick-list::before {
  left: 0;
}

.cards-slider__slider .slick-list::after {
  right: 0;
}

.cards-slider__slider .slick-slide {
  height: auto;
}

.cards-slider__slider .slick-dots {
  padding-top: 16px;
  padding-bottom: 0;
}

.cards-slider__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-color: #d9d9da;
}

.cards-slider__slider .slick-dots .slick-active {
  background-color: #ad172b;
}

@media only screen and (min-width: 768px) {
  .cards-slider__slider .slick-slide {
    padding: 0 12px;
  }
  .cards-slider__slider .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__slider .slick-arrow {
    top: -140px;
    font-size: 10px;
    padding: 12px;
  }
  .cards-slider__slider .slick-prev {
    right: 60px;
  }
  .cards-slider__slider .slick-next {
    right: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-slider__slider {
    margin: 0;
  }
  .cards-slider__slider .slick-arrow {
    top: -50px;
    right: auto;
    left: 0;
    font-size: 10px;
    padding: 12px;
  }
  .cards-slider__slider .slick-prev {
    left: 0;
  }
  .cards-slider__slider .slick-next {
    left: 44px;
  }
  .cards-slider__slider .slick-list {
    padding: 0 16px;
    margin: 0 -24px 40px;
  }
  .cards-slider__slider .slick-list::before, .cards-slider__slider .slick-list::after {
    display: none;
  }
  .cards-slider__slider .slick-slide {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-slider__container {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .cards-slider__container {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cards-slider__item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-slider__card--large + .cards-slider__item + .cards-slider__item {
    height: 0;
    visibility: hidden;
    margin-bottom: 0;
  }
  .cards-slider__card--large + .cards-slider__item + .cards-slider__item + .cards-slider__item {
    margin-left: auto;
    margin-top: -250px;
    margin-bottom: 0;
  }
}

.cards-slider__card {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #d9d9da;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-slider__card {
    padding: 23px 23px 15px;
  }
}

.cards-slider__card-image {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cards-slider__card-image {
    height: 194px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card-image {
    height: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cards-slider__card-image {
    height: 180px;
    margin-bottom: 28px;
  }
}

.cards-slider__card-imglink {
  width: 100%;
  height: 100%;
  display: block;
}

.cards-slider__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    padding-top: 4px;
    padding-left: 24px;
  }
}

.cards-slider__card-category {
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card-category {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.cards-slider__card-text {
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 32px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card-text {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.cards-slider__card-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.cards-slider__card-link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cards-slider__card-link:hover {
    color: #ad172b;
  }
  .no-touch .cards-slider__card-link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cards-slider__card-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-slider__card--featured .cards-slider__card-image {
    height: 280px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-slider__card--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cards-slider__card--horizontal .cards-slider__card-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    max-width: 51%;
    margin-bottom: 0;
  }
  .cards-slider__card--horizontal .cards-slider__card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    padding-top: 8px;
    padding-left: 20px;
  }
}

.cards-slider__slider-html {
  display: none;
}

.module__links {
  padding-top: 20px;
  text-align: center;
}

.module__view-link {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #d9d9da;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .module__view-link:hover {
    color: #ad172b;
    border-color: #ad172b;
  }
}

@media only screen and (min-width: 992px) {
  .module__view-link {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 14px 9px 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .module__view-link {
    font-size: 14px;
    line-height: 22px;
    padding: 7px 16px 5px 16px;
  }
}

.campaign-team-header {
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9da;
}

.campaign-team-title {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 991.98px) {
  .campaign-team-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.service-offers {
  margin-bottom: 64px;
}

.service-offers__header {
  position: relative;
  border-bottom: 1px solid #d9d9da;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-offers__header {
    margin-bottom: 16px;
  }
}

.service-offers__header-rte {
  margin-bottom: 24px;
}

.service-offers__header-rte h3 {
  font-size: 40px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 48px;
  margin-bottom: 16px;
}

.service-offers__header-rte p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 28px;
  margin-bottom: 24px;
}

.service-offers__header-rte p:last-child {
  margin-bottom: 0;
}

.service-offers__header-rte p strong {
  color: #3e3e3e;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-offers__header-rte {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-offers__header-rte h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .service-offers__header-rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .service-offers__header-rte h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .service-offers__header-rte p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .service-offers__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.service-offers__item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .service-offers__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-offers__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media only screen and (min-width: 768px) {
  .service-offers__item {
    padding: 0 10px;
  }
}

.service-offers__container {
  position: relative;
  width: 100%;
  padding: 16px 16px 2px;
  background-color: #fff;
  border: 1px solid #d9d9da;
  border-top-width: 4px;
}

.service-offers__container::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ad172b;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .service-offers__container:hover::before {
    width: 100%;
  }
  .no-touch .service-offers__container:hover .service-offers__title {
    opacity: 1;
    visibility: visible;
  }
  .no-touch .service-offers__container:hover .service-offers__title-absolute {
    opacity: 0;
    visibility: hidden;
  }
  .no-touch .service-offers__container:hover .service-offers__rte {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .no-touch .service-offers__container:hover .service-offers__img {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .service-offers__container {
    height: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .service-offers__container::before {
    width: 100%;
  }
}

.service-offers__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

@media only screen and (min-width: 1200px) {
  .service-offers__title-absolute {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 20;
  }
}

@media only screen and (max-width: 1199.98px) {
  .service-offers__title-absolute {
    display: none;
  }
}

.service-offers__title-absolute--white {
  color: #fff;
}

.service-offers__title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.25em;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) {
  .service-offers__title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-offers__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.service-offers__rte {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .service-offers__rte {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.service-offers__rte br ~ br {
  display: none;
}

.service-offers__rte p,
.service-offers__rte li {
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 24px;
  margin-bottom: 12px;
}

.service-offers__rte ul,
.service-offers__rte ol {
  margin-bottom: 16px !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1480px) {
  .service-offers__rte p,
  .service-offers__rte li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .service-offers__rte li::before {
    top: 7px !important;
  }
  .service-offers__rte ul,
  .service-offers__rte ol {
    margin-bottom: 12px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .service-offers__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1199.98px) {
  .service-offers__img {
    display: none;
  }
}

.image-text-block {
  margin-bottom: 60px;
}

.image-text-block .rte * {
  max-width: 100%;
}

.image-text-block__image {
  text-align: center;
}

.image-text-block__image--left {
  text-align: left;
}

.image-text-block__image--right {
  text-align: right;
}

.image-text-block__img {
  display: inline-block;
}

.chart-header {
  padding-bottom: 8px;
  margin-bottom: 58px;
  border-bottom: 1px solid #d9d9da;
}

.chart-header__title {
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .chart-header__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart-header__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart-header__title {
    margin-bottom: 0;
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .chart {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart .wrap {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart {
    margin-bottom: 60px;
  }
}

.chart__block {
  width: 100%;
  border-radius: 4px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 992px) {
  .chart__block {
    padding: 60px 64px 64px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__block {
    padding: 34px 40px 28px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__block {
    padding: 26px 25px 8px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__block {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__block--bar {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__block--bar {
    padding-bottom: 14px;
  }
  .chart__block--bar .chart__title {
    margin-bottom: 16px;
  }
}

.chart__title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .chart__title {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__title {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .chart__info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.chart__info-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  border-left: 1px solid #d9d9da;
}

@media only screen and (min-width: 992px) {
  .chart__info-block {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__info-block {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__info-block {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__info-block {
    margin-bottom: 14px;
  }
}

.chart__info-value {
  font-weight: 500;
  display: block;
}

@media only screen and (min-width: 992px) {
  .chart__info-value {
    font-size: 64px;
    line-height: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .chart__info-value {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__info-value {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__info-value {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__info-value {
    font-size: 54px;
    line-height: 58px;
  }
}

.chart__info-label {
  color: #5c5c5c;
  display: block;
}

@media only screen and (min-width: 992px) {
  .chart__info-label {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__info-label {
    font-size: 14px;
    line-height: 20px;
  }
}

.chart__bar {
  width: 100%;
}

.chart__bar-line {
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out, width 1.6s ease-out, height 1.6s ease-out;
  transition: background-color 0.4s ease-in-out, width 1.6s ease-out, height 1.6s ease-out;
}

.chart__bar-value {
  position: absolute;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
}

.chart__bar-label {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .chart__bar-label {
    padding-left: 20px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__bar-labelcolor {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
}

.chart__bar-labeltext {
  font-weight: 400;
  color: #3e3e3e;
  display: block;
}

@media only screen and (min-width: 768px) {
  .chart__bar-labeltext {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__bar-labeltext {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__bar-labeltext {
    font-size: 16px;
  }
}

.chart__source {
  font-size: 16px;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 24px;
  padding: 0;
  display: block;
}

.chart__source--centered {
  text-align: center;
}

.chart__separator {
  border-color: #d9d9da;
}

@media only screen and (min-width: 992px) {
  .chart__separator {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__separator {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__separator {
    margin-top: 40px;
  }
}

.chart__bar--vertical .chart__bar-grid {
  height: 364px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  margin-bottom: 16px;
}

.chart__bar--vertical .chart__bar-line {
  height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 138px;
      -ms-flex: 0 1 138px;
          flex: 0 1 138px;
  max-width: 138px;
}

.chart__bar--vertical .chart__bar-value {
  font-size: 18px;
  left: 50%;
  bottom: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.chart__bar--vertical .chart__bar-labels {
  gap: 32px;
}

@media only screen and (min-width: 768px) {
  .chart__bar--vertical .chart__bar-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chart__bar--vertical .chart__bar-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px;
    padding-top: 14px;
    text-align: center;
  }
  .chart__bar--vertical .chart__bar-labelcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__bar--vertical .chart__bar-grid {
    gap: 16px;
  }
  .chart__bar--vertical .chart__bar-labels {
    gap: 16px;
  }
  .chart__bar--vertical .chart__bar-label {
    padding-top: 15px;
  }
  .chart__bar--vertical .chart__bar-labeltext {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__bar--vertical .chart__bar-value {
    bottom: 8px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__bar--vertical .chart__bar-grid {
    height: 316px;
    gap: 12px;
    margin-bottom: 26px;
  }
}

.chart__bar--horizontal .chart__bar-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  max-width: 520px;
}

.chart__bar--horizontal .chart__bar-line {
  width: 0;
  height: 40px;
  margin-bottom: 8px;
}

.chart__bar--horizontal .chart__bar-value {
  font-size: 16px;
  top: 50%;
  left: 20px;
  margin-top: -12px;
}

.chart__bar--horizontal .chart__bar-labeltext {
  padding: 6px 32px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .chart__bar--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
  }
  .chart__bar--horizontal .chart__bar-labels {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .chart__bar--horizontal .chart__bar-label {
    text-align: right;
    margin-bottom: 8px;
  }
  .chart__bar--horizontal .chart__bar-labelcolor {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__bar--horizontal {
    gap: 14px;
  }
  .chart__bar--horizontal .chart__bar-label {
    text-align: left;
  }
  .chart__bar--horizontal .chart__bar-labelcolor {
    left: 0;
    right: auto;
  }
  .chart__bar--horizontal .chart__bar-labeltext {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__bar--horizontal .chart__bar-grid {
    margin-bottom: 26px;
  }
  .chart__bar--horizontal .chart__bar-labeltext {
    padding: 0;
  }
}

.chart__donut {
  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: 992px) {
  .chart__donut {
    margin: 0 -24px 2px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .chart__donut {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__donut {
    padding: 0 16px;
  }
  .chart__donut .chart__source {
    margin-bottom: -8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__donut {
    padding: 0 26px;
  }
}

.chart__donut-item {
  padding: 0 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .chart__donut-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    max-width: 20%;
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__donut-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__donut-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 34px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__donut-item {
    max-width: 17.5%;
  }
}

.chart__circle {
  position: relative;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 0 auto 70px;
}

.chart__donut--red .chart__circle {
  background-color: rgba(173, 23, 43, 0.16);
}

.chart__donut--blue .chart__circle {
  background-color: rgba(1, 60, 166, 0.16);
}

@media only screen and (min-width: 992px) {
  .chart__circle {
    width: 168px;
    height: 168px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__circle {
    width: 148px;
    height: 148px;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__circle {
    width: 84px;
    height: 84px;
    border-width: 3px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__circle {
    width: 148px;
    height: 148px;
    margin-bottom: 48px;
  }
}

.chart__circle-svg {
  position: absolute;
  top: -10px;
  left: -10px;
}

@media only screen and (min-width: 992px) {
  .chart__circle-svg {
    width: 178px;
    height: 178px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__circle-svg {
    width: 158px;
    height: 158px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__circle-svg {
    width: 90px;
    height: 90px;
    top: -6px;
    left: -6px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__circle-svg {
    width: 158px;
    height: 158px;
  }
}

.chart__circle-path {
  fill: none;
  stroke-width: 1.6;
  -webkit-transition: stroke-dasharray 2s ease-out;
  transition: stroke-dasharray 2s ease-out;
}

@media only screen and (max-width: 767.98px) {
  .chart__circle-path {
    stroke-width: 1.2;
  }
}

.chart__circle-value {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 992px) {
  .chart__circle-value {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__circle-value {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__circle-value {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__circle-value {
    font-size: 20px;
    line-height: 28px;
  }
}

.chart__donut-title {
  position: relative;
  font-weight: 500;
  color: #3e3e3e;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.chart__donut-title::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 22px;
}

.chart__donut-title::after {
  content: '';
  position: absolute;
  top: -48px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: -4px;
}

@media only screen and (min-width: 992px) {
  .chart__donut-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__donut-title::before {
    top: -26px;
    height: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__donut-title {
    font-size: 12px;
    line-height: 20px;
  }
  .chart__donut-title::after {
    top: -32px;
    width: 7px;
    height: 7px;
    margin-left: -3px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__donut-title::before {
    top: -22px;
    height: 10px;
  }
  .chart__donut-title::after {
    top: -28px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__donut-title {
    font-size: 12px;
    line-height: 20px;
  }
  .chart__donut-title::before {
    top: -26px;
    height: 14px;
  }
  .chart__donut-title::after {
    top: -32px;
    width: 7px;
    height: 7px;
    margin-left: -3px;
  }
}

.chart__donut-label {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 20px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .chart__donut-label {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .chart__donut-label {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chart__donut-label {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__donut-label {
    padding: 0 5px;
  }
}

.chart__timeline {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .chart__timeline {
    margin-bottom: 24px;
  }
}

.chart__timeline--hoverable .chart__timeline-item:nth-child(odd) .chart__timeline-label {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}

.chart__timeline--hoverable .chart__timeline-item:nth-child(even) .chart__timeline-label {
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}

.chart__timeline--hoverable .chart__timeline-value {
  cursor: pointer;
}

.chart__timeline--hoverable .chart__timeline-value:hover ~ .chart__timeline-label {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.chart__timeline--hoverable .chart__timeline-label {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.chart__overflow-holder {
  padding: 129px 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.chart__overflow-holder::-webkit-scrollbar {
  display: none;
}

.chart__timeline-progress {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #3e3e3e;
}

.chart__timeline-arrow {
  position: absolute;
  top: -19px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 20;
}

.chart__timeline-arrow::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3e3e3e;
  border-right: 2px solid #3e3e3e;
}

@media only screen and (min-width: 1025px) {
  .no-touch .chart__timeline-arrow:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.chart__timeline-arrow--unclickable {
  pointer-events: none;
}

.chart__timeline-arrow--disabled {
  opacity: 0;
  visibility: hidden;
}

.chart__timeline-arrow--left {
  left: -15px;
}

.chart__timeline-arrow--left::after {
  left: 16px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.chart__timeline-arrow--right {
  right: -15px;
}

.chart__timeline-arrow--right::after {
  right: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.chart__timeline-items {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  z-index: 5;
}

.chart__timeline-item {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .chart__timeline-item {
    min-width: 222px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__timeline-item {
    min-width: 180px;
  }
}

.chart__timeline-item:nth-child(odd) .chart__timeline-label {
  top: 124px;
  padding-top: 8px;
  border-top-width: 1px;
  border-top-style: solid;
}

.chart__timeline-item:nth-child(odd) .chart__timeline-label::before {
  bottom: 100%;
}

.chart__timeline-item:nth-child(odd) .chart__timeline-label::after {
  bottom: calc(100% + 48px);
}

.chart__timeline-item:nth-child(even) .chart__timeline-label {
  bottom: 124px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.chart__timeline-item:nth-child(even) .chart__timeline-label::before {
  top: 100%;
}

.chart__timeline-item:nth-child(even) .chart__timeline-label::after {
  top: calc(100% + 48px);
}

.chart__timeline-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 8px 16px;
  background-color: #fff;
  display: inline-block;
}

.chart__timeline-label {
  position: absolute;
  left: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 20px;
  display: block;
}

.chart__timeline-label::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 48px;
}

.chart__timeline-label::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: -4px;
}

@media only screen and (min-width: 992px) {
  .chart__timeline-label {
    width: 222px;
    margin-left: -111px;
  }
}

@media only screen and (max-width: 991.98px) {
  .chart__timeline-label {
    width: 180px;
    margin-left: -90px;
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .chart--red .chart__bar-line:hover {
    background-color: #ad172b !important;
  }
}

.chart--red .chart__info-value,
.chart--red .chart__circle-value,
.chart--red .chart__timeline-value {
  color: #ad172b;
}

.chart--red .chart__circle {
  background-color: rgba(173, 23, 43, 0.16);
}

.chart--red .chart__circle-path {
  stroke: #ad172b;
}

.chart--red .chart__donut-title::before, .chart--red .chart__donut-title::after,
.chart--red .chart__timeline-label::before,
.chart--red .chart__timeline-label::after {
  background-color: #ad172b;
}

.chart--red .chart__timeline-label {
  border-color: #ad172b;
}

@media only screen and (min-width: 1025px) {
  .no-touch .chart--blue .chart__bar-line:hover {
    background-color: #013ca6 !important;
  }
}

.chart--blue .chart__info-value,
.chart--blue .chart__circle-value,
.chart--blue .chart__timeline-value {
  color: #013ca6;
}

.chart--blue .chart__circle {
  background-color: rgba(1, 60, 166, 0.16);
}

.chart--blue .chart__circle-path {
  stroke: #013ca6;
}

.chart--blue .chart__donut-title::before, .chart--blue .chart__donut-title::after,
.chart--blue .chart__timeline-label::before,
.chart--blue .chart__timeline-label::after {
  background-color: #013ca6;
}

.chart--blue .chart__timeline-label {
  border-color: #013ca6;
}

.text-image {
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 80px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1320px) {
  .text-image {
    width: calc(100% + 160px);
    margin-left: -80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .text-image {
    padding: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image {
    padding: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .text-image--reversed .text-image__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .text-image--reversed .text-image__content {
    padding-right: 0;
    padding-left: 64px;
    text-align: right;
  }
}

.text-image__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .text-image__container {
    -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 (max-width: 991.98px) {
  .text-image__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .text-image__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    max-width: 53%;
    padding-right: 64px;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-image__content {
    margin-bottom: 40px;
  }
}

.text-image__content .btn {
  min-width: unset;
  letter-spacing: 0;
}

.text-image__subtitle {
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .text-image__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-image__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

.text-image__title {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
  .text-image__title {
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .text-image__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}

.text-image__img {
  width: 100%;
  border-radius: 2px;
}

@media only screen and (min-width: 768px) {
  .practice-areas {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .practice-areas {
    margin-bottom: 40px;
  }
}

.practice-areas__header {
  padding-bottom: 8px;
  margin-bottom: 58px;
  border-bottom: 1px solid #d9d9da;
}

.practice-areas__title {
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .practice-areas__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 991.98px) {
  .practice-areas__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .practice-areas__title {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .practice-areas__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.practice-areas__list {
  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;
  margin: 0 -12px;
}

@media only screen and (min-width: 768px) {
  .practice-areas__list {
    row-gap: 32px;
  }
}

.practice-areas__item {
  padding: 0 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .practice-areas__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 767.98px) {
  .practice-areas__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
}

.practice-areas__image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (min-width: 992px) {
  .practice-areas__image {
    width: 84px;
    height: 84px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 991.98px) {
  .practice-areas__image {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .practice-areas__image {
    margin-bottom: 12px;
  }
}

.practice-areas__img {
  width: 100%;
}

.practice-areas__item-title {
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 6px;
}

.practice-areas__item-title a {
  color: inherit;
}

@media only screen and (min-width: 992px) {
  .practice-areas__item-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .practice-areas__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.practice-areas__item-text {
  font-weight: 400;
  color: #3e3e3e;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .practice-areas__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991.98px) {
  .practice-areas__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.careers-banner {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 80px;
}

.careers-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 33, 78, 0.4);
}

@media only screen and (max-width: 767.98px) {
  .careers-banner {
    margin-bottom: 40px;
  }
}

.careers-banner__graphics {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.careers-banner__graphics-img {
  height: 100%;
}

.careers-banner__content {
  position: relative;
  max-width: 520px;
  z-index: 20;
}

.careers-banner__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  margin-bottom: 8px;
}

.careers-banner__text {
  color: #fff;
  line-height: 28px;
  margin-bottom: 24px;
}

.careers-banner__link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
}

.careers-banner__link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 14px;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .careers-banner__link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .careers-banner__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .intro-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
  .intro-text:first-child {
    padding-top: 68px;
  }
}

@media only screen and (max-width: 767.98px) {
  .intro-text {
    margin-bottom: 40px;
  }
  .intro-text:first-child {
    padding-top: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .intro-text__rte {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    padding-right: 35px;
  }
  .intro-text__rte:only-child {
    padding-right: 0;
  }
  .intro-text__rte h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .intro-text__rte p {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.intro-text__rte h2 {
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .intro-text__rte h2,
  .intro-text__rte h3 {
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .intro-text__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
    margin-top: -14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .intro-text__image {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .intro-text__img {
    max-width: 124%;
  }
}

.expertise .heading {
  padding-bottom: 8px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d9d9da;
}

@media only screen and (min-width: 1320px) {
  .expertise {
    width: calc(100% + 160px);
    margin-left: -80px;
  }
  .expertise .heading--desktop-indent {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .expertise {
    padding: 20px 0 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .expertise {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .expertise {
    padding: 25px 0 5px;
  }
}

@media only screen and (min-width: 992px) {
  .expertise__wrap {
    margin: 0 -15px;
  }
  .expertise__wrap:has(> :nth-child(4):last-child) .expertise__box:nth-child(odd) {
    margin-left: 50px;
  }
  .expertise__wrap:has(> :nth-child(4):last-child) .expertise__box:nth-child(even) {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .expertise__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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .expertise__wrap {
    margin: 0 -10px;
  }
}

.expertise__box {
  position: relative;
  min-height: 240px;
  padding: 144px 38px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#211551), to(#C8102E));
  background: linear-gradient(180deg, #211551 0%, #C8102E 100%);
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}

.expertise__box::before {
  content: '';
  height: 284px;
  width: 284px;
  position: absolute;
  bottom: 50%;
  right: 60%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background: -webkit-gradient(linear, left top, right top, from(#211551), to(#C8102E));
  background: linear-gradient(90deg, #211551 0%, #C8102E 100%);
  border-radius: 50%;
  opacity: 0.3;
}

.expertise__box::after {
  content: '';
  height: 568px;
  width: 568px;
  position: absolute;
  bottom: 10%;
  left: 15%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  background: -webkit-gradient(linear, left top, right top, from(#211551), to(#C8102E));
  background: linear-gradient(90deg, #211551 0%, #C8102E 100%);
  border-radius: 50%;
  opacity: 0.4;
}

@media only screen and (min-width: 992px) {
  .expertise__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    max-width: calc(33.333% - 30px);
    margin: 0 15px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .expertise__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: calc(50% - 20px);
    margin: 0 10px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .expertise__box {
    width: 100%;
    min-height: 175px;
    margin-bottom: 15px;
  }
  .expertise__box::after {
    bottom: -5%;
  }
}

.expertise__box--no-image {
  padding: 24px 38px;
}

.expertise__box--no-image::before {
  bottom: 75%;
}

.expertise__box--no-image::after {
  bottom: -5%;
}

.expertise__box--no-image .expertise__body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .expertise__box--no-image .expertise__body {
    height: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .expertise__box--no-image::before {
    bottom: 70%;
  }
  .expertise__box--no-image::after {
    bottom: 0;
  }
  .expertise__box--no-image .expertise__body {
    min-height: 140px;
  }
}

.expertise__image-wrapper {
  position: absolute;
  left: 50%;
  top: -380px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 500px;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}

.expertise__image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 12px solid #C8102E;
  opacity: 0.7;
  z-index: 1;
}

.expertise__image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 24px solid #C8102E;
  opacity: 0.5;
  z-index: 2;
}

.expertise__image {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.expertise__body {
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .expertise__body {
    height: 100%;
  }
}

.expertise__body-top {
  margin-bottom: 12px;
}

.expertise__body-bottom {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expertise__title {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.expertise__title:only-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .expertise__title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .expertise__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.expertise__text {
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.expertise__text:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .expertise__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .expertise__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.expertise__link {
  padding: 10px 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.expertise__link:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .expertise__link:hover {
    background-color: #fff;
    color: #ad172b;
    border-color: #ad172b;
  }
}

.expertise--white .expertise__box {
  background: #fff;
  border: 1px solid #e5e2e0;
  padding: 143px 37px 23px;
}

.expertise--white .expertise__box::before, .expertise--white .expertise__box::after {
  display: none;
}

.expertise--white .expertise__box--no-image {
  padding: 23px 37px;
}

.expertise--white .expertise__image-wrapper::before {
  border-color: #e5e2e0;
}

.expertise--white .expertise__image-wrapper::after {
  border-color: #e5e2e0;
}

.expertise--white .expertise__title {
  color: #26214e;
}

.expertise--white .expertise__text {
  color: #3e3e3e;
}

.expertise--white .expertise__link {
  background-color: #ad172b;
  border-radius: 0;
  border-color: #ad172b;
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .no-touch .expertise--white .expertise__link:hover {
    background-color: #ad172b;
    color: #fff;
    border-color: #ad172b;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 1200px) {
  .offering {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .offering {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering {
    margin-bottom: 40px;
  }
}

.offering__title {
  color: #211551;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .offering__container {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .offering__list {
    width: 36%;
  }
}

@media only screen and (min-width: 768px) {
  .offering__list {
    background-color: #f4f3f3;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .offering__list {
    width: 44%;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__item {
    margin-bottom: 2px;
  }
}

.offering__item-btn {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #211551;
  line-height: 24px;
  padding: 12px 48px 12px 24px;
  text-align: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

@media only screen and (min-width: 768px) {
  .offering__item-btn::after {
    font-family: 'svgicons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 12px;
    font-weight: 700;
    color: #211551;
    position: absolute;
    top: 50%;
    right: 24px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__item-btn {
    background-color: #f4f3f3;
  }
  .offering__item-btn::before, .offering__item-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background-color: #211551;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .offering__item-btn::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .offering__item-btn::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

@media only screen and (min-width: 1025px) {
  .no-touch .offering__item-btn:hover {
    background-color: #d9d9da;
  }
  .no-touch .offering__item-btn:hover::after {
    opacity: 1;
  }
}

.offering__item-btn--active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#211551), to(#C8102E));
  background: linear-gradient(90deg, #211551 0%, #C8102E 100%);
}

@media only screen and (min-width: 768px) {
  .offering__item-btn--active::after {
    opacity: 1;
    color: #fff;
  }
  .offering__item-btn--active ~ .offering__content {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__item-btn--active::before {
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .offering__item-btn--active::after {
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
}

.offering__content {
  background-color: #fff;
  border-right: 1px solid #f3f4f4;
}

@media only screen and (min-width: 992px) {
  .offering__content {
    width: 64%;
  }
}

@media only screen and (min-width: 768px) {
  .offering__content {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 32px 40px 88px;
    border-top: 1px solid #f3f4f4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .offering__content {
    width: 56%;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__content {
    padding: 24px 16px 0;
    border-left: 1px solid #f3f4f4;
    display: none;
  }
}

.offering__item-title {
  padding-bottom: 3px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9da;
}

.offering__title-link {
  font-size: 16px;
  font-weight: 700;
  color: #211551;
  line-height: 24px;
  margin-bottom: 4px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .offering__title-link:hover {
    color: #ad172b;
  }
}

.offering__description p,
.offering__description li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
}

.offering__description p,
.offering__description ul,
.offering__description ol {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .offering__links {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__links {
    padding-left: 16px;
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .offering__links--two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.offering__links-item {
  margin-bottom: 12px;
}

.offering__link {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
}

.offering__link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  margin-top: -4px;
  margin-left: 10px;
  font-size: 14px;
  color: #ad172b;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
  .no-touch .offering__link:hover {
    color: #ad172b;
    text-decoration: none;
  }
  .no-touch .offering__link:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.offering__view-more {
  padding: 8px 16px;
  background-color: #d9d9da;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offering__view-more .float-right {
  float: none;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .offering__view-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767.98px) {
  .offering__view-more {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -17px;
  }
}

.minibanner {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 2px;
}

@media only screen and (min-width: 1200px) {
  .minibanner {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .minibanner {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767.98px) {
  .minibanner {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .minibanner__container {
    padding: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .minibanner__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .minibanner__container {
    padding: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .minibanner__image {
    max-width: 280px;
  }
}

@media only screen and (min-width: 768px) {
  .minibanner__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .minibanner__image {
    max-width: 240px;
  }
}

@media only screen and (max-width: 767.98px) {
  .minibanner__image {
    margin: 0 auto 40px;
  }
}

.minibanner__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 767.98px) {
  .minibanner__links {
    -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) and (max-width: 991.98px) {
  .minibanner__link {
    min-width: 160px;
  }
}

.minibanner__link .icon {
  font-size: 10px;
  margin-left: 12px;
}

.become-client {
  width: 100%;
  text-align: center;
  border: 1px solid #282887;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .become-client {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .become-client {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .become-client {
    margin-bottom: 20px;
  }
}

.become-client__container {
  background: url("../assets/images/become-client-title.svg") left top no-repeat;
  background-size: 1108px 64px;
}

@media only screen and (min-width: 768px) {
  .become-client__container {
    padding: 96px 50px 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .become-client__container {
    padding: 98px 15px 32px;
  }
}

.become-client__content {
  max-width: 740px;
  margin: 0 auto 24px;
}

.become-client__content .rte {
  padding: 0;
}

.become-client__content p,
.become-client__content li {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.become-client__title {
  color: #211551;
}

@media only screen and (min-width: 768px) {
  .become-client__title {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .become-client__title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .become-client__link {
    display: inline-block;
  }
}

.become-client__link .icon {
  font-size: 10px;
  margin-left: 12px;
}

@media only screen and (min-width: 1200px) {
  .video-text {
    margin-bottom: 80px;
  }
  .video-text:first-child {
    padding-top: 67px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .video-text {
    margin-bottom: 56px;
  }
  .video-text:first-child {
    padding-top: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .video-text {
    margin-bottom: 40px;
  }
  .video-text:first-child {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .video-text__container {
    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;
    text-align: center;
  }
}

.video-text__video {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .video-text__video {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .video-text__video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.video-text__video .video {
  position: relative;
  padding-bottom: 56.25%;
}

.video-text__video .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .video-text__video--center {
    width: 70%;
    margin: 0 auto 40px;
  }
}

@media only screen and (min-width: 992px) {
  .video-text__video--right,
  .video-text__video--left {
    width: 57%;
  }
}

@media only screen and (min-width: 1200px) {
  .video-text__video--left {
    padding-right: 66px;
  }
}

@media only screen and (min-width: 992px) {
  .video-text__video--left {
    float: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .video-text__video--left {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .video-text__video--left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .video-text__video--right {
    padding-left: 66px;
  }
}

@media only screen and (min-width: 992px) {
  .video-text__video--right {
    float: right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .video-text__video--right {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-text__content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .video-text__content {
    margin-bottom: 32px;
  }
}

.video-text__content .rte {
  padding: 0;
}

.video-text__content .rte p,
.video-text__content .rte ul,
.video-text__content .rte ol {
  max-width: 100%;
}

.video-text__content p,
.video-text__content li {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .video-text__content p,
  .video-text__content li {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .video-text__content p,
  .video-text__content li {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .video-text__content--smaller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.video-text__title {
  color: #211551;
  margin-bottom: 12px;
}

.questions {
  width: 100%;
  border-bottom: 1px solid #d9d9da;
}

@media only screen and (min-width: 1200px) {
  .questions {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .questions {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767.98px) {
  .questions {
    margin-bottom: 40px;
  }
}

.questions__toggle {
  width: 100%;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: left;
  padding: 14px 64px 14px 24px;
  background: url("../assets/images/common-questions-title.svg") left top no-repeat;
  background-size: 1110px 56px;
  -webkit-transition: max-width 0.6s ease-in-out;
  transition: max-width 0.6s ease-in-out;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .questions__toggle:hover {
    background-color: #d9d9da;
  }
}

@media only screen and (min-width: 992px) {
  .questions__toggle {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .questions__toggle {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767.98px) {
  .questions__toggle {
    font-size: 16px;
    padding: 10px 64px 10px 20px;
  }
}

.questions__toggle--active .questions__toggle-icon::before {
  opacity: 0;
}

.questions__toggle--active .questions__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

@media only screen and (min-width: 768px) {
  .questions__toggle--active {
    max-width: 100%;
  }
}

.questions__toggle-icon {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
}

.questions__toggle-icon::before, .questions__toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #C8102E;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 10;
}

.questions__toggle-icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.questions__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (max-width: 767.98px) {
  .questions__toggle-icon {
    top: 8px;
    right: 20px;
  }
}

.questions__toggle-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.questions__body {
  width: 100%;
  display: none;
}

.questions__content {
  background: #faf9f9 url("../assets/images/questions-circles.svg") center center no-repeat;
}

@media only screen and (min-width: 992px) {
  .questions__content {
    background-size: auto 94%;
  }
}

@media only screen and (min-width: 768px) {
  .questions__content {
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .questions__content {
    background-position: center top 90px;
    background-size: 540px auto;
    padding: 24px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .questions__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px 16px;
  }
}

.questions__list-item {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding: 8px 12px 6px 12px;
  border-radius: 4px;
  border: 1px solid #e5e2e0;
  background-color: rgba(255, 255, 255, 0.5);
}

.questions__list-item:has(.questions__list-link) {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .questions__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 991.98px) {
  .questions__list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.questions__list-link {
  position: relative;
  color: inherit;
  padding: 8px 50px 6px 11px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  display: block;
}

.questions__list-link::after {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ad172b;
}

@media only screen and (min-width: 1025px) {
  .no-touch .questions__list-link:hover {
    background-color: #f6f6f6;
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.33);
            transform: translate(-50%, -50%) scale(0.33);
  }
  70%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.33);
            transform: translate(-50%, -50%) scale(0.33);
  }
  70%, 100% {
    opacity: 0;
  }
}

form.marketingForm {
  padding-top: 20px;
}

form.marketingForm [data-layout="true"] {
  background: none;
}

form.marketingForm table,
form.marketingForm table * {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: 0;
  margin: 0;
  background: none;
  display: block !important;
}

form.marketingForm table .textFormFieldBlock,
form.marketingForm table .dateTimeFormFieldBlock,
form.marketingForm table .lookupFormFieldBlock,
form.marketingForm table .twoOptionFormFieldBlock,
form.marketingForm table .optionSetFormFieldBlock,
form.marketingForm table .multiOptionSetFormFieldBlock {
  margin-bottom: 15px;
}

form.marketingForm table .textFormFieldBlock label,
form.marketingForm table .dateTimeFormFieldBlock label,
form.marketingForm table .lookupFormFieldBlock label,
form.marketingForm table .twoOptionFormFieldBlock label,
form.marketingForm table .optionSetFormFieldBlock label,
form.marketingForm table .multiOptionSetFormFieldBlock label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.4;
  margin: 0;
}

form.marketingForm table .textFormFieldBlock input,
form.marketingForm table .textFormFieldBlock textarea,
form.marketingForm table .phoneFormFieldBlock input,
form.marketingForm table .phoneFormFieldBlock textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #3e3e3e;
  background-color: transparent;
  padding: 12px !important;
  border-radius: 0;
  border: 1px solid #d9d9da;
}

form.marketingForm table .textFormFieldBlock input::-webkit-input-placeholder, form.marketingForm table .textFormFieldBlock textarea::-webkit-input-placeholder, form.marketingForm table .phoneFormFieldBlock input::-webkit-input-placeholder, form.marketingForm table .phoneFormFieldBlock textarea::-webkit-input-placeholder {
  color: transparent;
}

form.marketingForm table .textFormFieldBlock input::-moz-placeholder, form.marketingForm table .textFormFieldBlock textarea::-moz-placeholder, form.marketingForm table .phoneFormFieldBlock input::-moz-placeholder, form.marketingForm table .phoneFormFieldBlock textarea::-moz-placeholder {
  color: transparent;
}

form.marketingForm table .textFormFieldBlock input:-ms-input-placeholder, form.marketingForm table .textFormFieldBlock textarea:-ms-input-placeholder, form.marketingForm table .phoneFormFieldBlock input:-ms-input-placeholder, form.marketingForm table .phoneFormFieldBlock textarea:-ms-input-placeholder {
  color: transparent;
}

form.marketingForm table .textFormFieldBlock input::-ms-input-placeholder, form.marketingForm table .textFormFieldBlock textarea::-ms-input-placeholder, form.marketingForm table .phoneFormFieldBlock input::-ms-input-placeholder, form.marketingForm table .phoneFormFieldBlock textarea::-ms-input-placeholder {
  color: transparent;
}

form.marketingForm table .textFormFieldBlock input::placeholder,
form.marketingForm table .textFormFieldBlock textarea::placeholder,
form.marketingForm table .phoneFormFieldBlock input::placeholder,
form.marketingForm table .phoneFormFieldBlock textarea::placeholder {
  color: transparent;
}

form.marketingForm table .optionSetFormFieldBlock select {
  position: relative;
  height: 45px !important;
  width: 100% !important;
  padding: 0 10px !important;
  margin: 0 0 15px !important;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border: 1px solid #d9d9da !important;
  background: transparent url("../assets/images/arrow-form.jpg") right 10px center no-repeat;
  background-size: 18px 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form.marketingForm table .submitButton {
  font-family: "Roboto", sans-serif !important;
  background-color: #ad172b !important;
  min-width: 180px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff;
  line-height: 18px !important;
  letter-spacing: 0.5px;
  padding: 14px 25px !important;
  text-align: center;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block !important;
}

@media only screen and (min-width: 1025px) {
  .no-touch form.marketingForm table .submitButton:hover {
    opacity: 0.7;
  }
}

form.marketingForm table .submitButton span {
  font-family: "Roboto", sans-serif !important;
}

form.marketingForm table .submitButtonWrapper {
  margin: 20px 0 40px !important;
  text-align: right !important;
}

form.marketingForm table .submitButtonSpinner {
  width: 22px !important;
  height: 22px !important;
  border-top-color: #8c8c8c;
  margin: -3px 0;
  display: inline-block !important;
}

form.marketingForm table .consentBlock {
  padding: 10px 0 !important;
}

form.marketingForm table .consentBlock p,
form.marketingForm table .consentBlock p span,
form.marketingForm table .consentBlock p em {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #3e3e3e !important;
  line-height: 20px !important;
  display: inline !important;
}

form.marketingForm table .consentBlock p a {
  font-family: inherit !important;
  font-size: inherit !important;
  color: #013ca6 !important;
  display: inline !important;
}

form.marketingForm table .consentBlock p a span {
  color: inherit !important;
}

form.marketingForm table input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: auto !important;
}

form.marketingForm table input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 32px !important;
}

form.marketingForm table input[type="checkbox"] ~ label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #d9d9da;
}

form.marketingForm table input[type="checkbox"] ~ label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 8px;
  height: 14px;
  border: solid #ad172b;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  display: block;
}

form.marketingForm table input[type="checkbox"]:checked ~ label::after {
  opacity: 1;
}

form.marketingForm table .phoneFormFieldBlock label,
form.marketingForm table .twoOptionFormFieldBlock div.twooption_checkbox label,
form.marketingForm table input[type="checkbox"] ~ label {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3e3e3e !important;
  line-height: 1.4 !important;
}

form.marketingForm table .phoneFormFieldBlock label a,
form.marketingForm table .twoOptionFormFieldBlock div.twooption_checkbox label a,
form.marketingForm table input[type="checkbox"] ~ label a {
  font-family: inherit !important;
  font-size: inherit !important;
  color: #013ca6 !important;
  display: inline !important;
}

form.marketingForm table .phoneFormFieldBlock label a span,
form.marketingForm table .phoneFormFieldBlock label a strong,
form.marketingForm table .twoOptionFormFieldBlock div.twooption_checkbox label a span,
form.marketingForm table .twoOptionFormFieldBlock div.twooption_checkbox label a strong,
form.marketingForm table input[type="checkbox"] ~ label a span,
form.marketingForm table input[type="checkbox"] ~ label a strong {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  display: inline !important;
}

form.marketingForm table .phoneFormFieldBlock {
  margin-bottom: 15px !important;
}

form.marketingForm table .phoneFormFieldBlock .phoneCountryCode {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

form.marketingForm table .phoneFormFieldBlock .phoneCountryCodeLabel {
  width: auto !important;
  padding: 0 0 4px 6px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e !important;
  background: none;
}

form.marketingForm table .phoneFormFieldBlock input {
  width: auto !important;
  border: 0 !important;
}

@media only screen and (max-width: 767.98px) {
  form.marketingForm table .submitButton {
    font-size: 14px;
    padding: 8px 20px !important;
  }
  form.marketingForm table .textFormFieldBlock label,
  form.marketingForm table .dateTimeFormFieldBlock label,
  form.marketingForm table .twoOptionFormFieldBlock label,
  form.marketingForm table .optionSetFormFieldBlock label,
  form.marketingForm table .multiOptionSetFormFieldBlock label,
  form.marketingForm table .lookupFormFieldBlock label {
    text-align: center;
  }
  form.marketingForm table .submitButtonWrapper {
    text-align: center;
  }
}

form.marketingForm [data-hide="hide"] {
  display: none !important;
}

body main .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainer {
  text-align: center;
}

body main .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainer img {
  display: none;
}

body main .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainer .onFormSubmittedFeedbackMessage {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 60px;
}

body main .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainer .onFormSubmittedFeedbackMessage::before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #ad172b;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #f6f6f6;
  line-height: 40px;
}

body main .popup-form .onFormSubmittedFeedback {
  background: none;
}

form.newsletter-dynamics > div {
  max-width: 100% !important;
}

form.newsletter-dynamics table h3 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #3e3e3e;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  form.newsletter-dynamics table h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  form.newsletter-dynamics table h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  form.newsletter-dynamics table h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

form.newsletter-dynamics table p,
form.newsletter-dynamics table p span,
form.newsletter-dynamics table p em {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3e3e3e !important;
  line-height: 20px !important;
  display: inline !important;
}

form.newsletter-dynamics table .consentBlock p,
form.newsletter-dynamics table .consentBlock p span,
form.newsletter-dynamics table .consentBlock p em {
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media only screen and (min-width: 768px) {
  form.newsletter-dynamics table [data-container-width="50"] {
    width: calc(50% - 15px) !important;
    display: inline-block !important;
  }
  form.newsletter-dynamics table [data-container-width="50"]:first-child {
    margin-right: 30px;
  }
  form.newsletter-dynamics table .insights-image {
    width: 190px !important;
    display: inline-block !important;
  }
  form.newsletter-dynamics table .insights-content {
    width: calc(100% - 255px) !important;
    padding-left: 50px !important;
    max-width: 520px;
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767.98px) {
  form.newsletter-dynamics table .insights-image {
    margin-bottom: 15px !important;
  }
}

form.newsletter-dynamics .newsletter-dynamics-form table {
  font-size: 0;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock input::-webkit-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock textarea::-webkit-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock input::-webkit-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock textarea::-webkit-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock input::-webkit-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock textarea::-webkit-input-placeholder {
  color: #000;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock input::-moz-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock textarea::-moz-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock input::-moz-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock textarea::-moz-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock input::-moz-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock textarea::-moz-placeholder {
  color: #000;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock input:-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock textarea:-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock input:-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock textarea:-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock input:-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock textarea:-ms-input-placeholder {
  color: #000;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock input::-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock textarea::-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock input::-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock textarea::-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock input::-ms-input-placeholder, form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock textarea::-ms-input-placeholder {
  color: #000;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock input::placeholder,
form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock textarea::placeholder,
form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock input::placeholder,
form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock textarea::placeholder,
form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock input::placeholder,
form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock textarea::placeholder {
  color: #000;
}

form.newsletter-dynamics .newsletter-dynamics-form .textFormFieldBlock label,
form.newsletter-dynamics .newsletter-dynamics-form .phoneFormFieldBlock label,
form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock label {
  display: none !important;
}

form.newsletter-dynamics .newsletter-dynamics-form .optionSetFormFieldBlock select {
  color: #000;
}

@media only screen and (min-width: 992px) {
  form.newsletter-dynamics .newsletter-checkboxes tbody > tr th {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    width: auto !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  form.newsletter-dynamics .newsletter-checkboxes tbody > tr {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  form.newsletter-dynamics .newsletter-checkboxes tbody > tr th {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: auto !important;
    padding-right: 15px !important;
  }
}

form.newsletter-dynamics .newsletter-checkboxes .consentBlock label p:first-of-type::after {
  display: none;
}

.dyn-success-msg {
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.min.css.map */

