:root {
  --color-primary: #325685;
}

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1360px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1360px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/**
 * Bootstrap overrides
 */
.container {
  max-width: 1284px;
  padding-left: 24px;
  padding-right: 24px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.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 {
  padding-left: 12px;
  padding-right: 12px;
}

/**
 * Block positioning
 */
.relative {
  position: relative;
}

.abs-c {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * Display
 */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex--col {
  flex-direction: column;
}

html,
body {
  font-kerning: auto;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.site-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}

.site-content {
  flex: 1 1 auto !important;
}

/**
* Images
*/
img,
.img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/**
* Backgrounds
*/
.bgc-white {
  background-color: #fff;
}

.bgc-blue {
  background-color: #EBF0F5;
}

.bgc-primary {
  background-color: #EF7D00;
}

.bgc-secondary {
  background-color: #EBF0F5;
}

.bgc-light {
  background-color: #F8F6F4;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

/**
* Buttons
*/
.btn,
.cc-btn {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  line-height: 1 !important;
  white-space: nowrap;
  text-decoration: none !important;
  background: transparent;
  /* border: 2px solid transparent; */
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase ;
  cursor: pointer;
  letter-spacing: 0.48px;
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn--primary,
.cc-allow {
  color: #fff;
  background: transparent linear-gradient(90deg, #226591 0%, #0072BC 100%) 0% 0% no-repeat padding-box;
}

.btn--secondary {
  color: #004C7E;
  /* border-color: #325685; */
  box-shadow: inset 0 0 0 2px #004C7E;
}

.btn--primary:hover,
.btn--secondary:hover,
.cc-allow:hover,
.btn--primary.active,
.btn--secondary.active {
  color: #fff;
  background: #004C7E;
}

.btn--primary.active,
.btn--secondary.active {
  text-decoration: none !important;
}

.btn--blue {
  color: #fff;
  background: #6ca6d8;
  background: linear-gradient(90deg, #6ca6d8 0%, #a2caed 100%);
  border: none;
}

.btn--blue:hover {
  background: #325685;
}

.btn--large {
  padding-top: 17px;
  padding-bottom: 16px;
}

.btn--more {
  padding: 18px 79px 17px 32px;
}

.btn--download {
  padding: 18px 24px;
}
.btn--download svg {
  margin-right: 4px;
}
.btn__arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  /* font-size: 13.78px; */
  font-size: 13.3px;
  transition: right 0.2s ease-in-out;
  transform: translateY(-50%);
}

.btn--more:hover .btn__arrow {
  right: 24px;
}

.btn--next {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 71px 17px 24px;
  text-transform: unset;
  font-weight: 400;
  letter-spacing: 0;
  background: linear-gradient(90deg, #7498CE 0%, #325685 100%);
}

.btn--next .btn__arrow {
  right: 25px;
}

.btn--next:hover .btn__arrow {
  right: 10px;
}

.btn__counter {
  position: relative;
  top: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.btn__current {
  font-size: 16px;
  font-weight: 700;
}

.btn.loading {
  text-indent: -9999px;
  overflow: hidden;
}

.btn.loading:after,
.gallery-2-item.loading::after,
.gallery-image-wrap.loading::after {
  animation: rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #ccc;
  border-bottom-color: #325685;
  border-radius: 50%;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 9999;
  content: "";
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .btn--s-sm-100 {
    width: 100%;
  }
}
/**
* Aspect ratio
*/
.ar-img {
  width: 100%;
}

.ar-img[style*=max-width] {
  width: 9999px;
}

.ar-img__inner {
  position: relative;
  width: 100%;
  height: 0;
}

.ar-img__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.ar {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.ar--1 {
  padding-bottom: 100%;
}

/**
* Misc. helpers
*/
.on-top {
  position: relative;
  z-index: 1;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

/**
* Margins
*/
.mgb--xs {
  margin-bottom: 8px;
}

.mgb--s {
  margin-bottom: 16px;
}

.mgb--m {
  margin-bottom: 20px;
}

.mgb--l {
  margin-bottom: 40px;
}

.mgb--xl {
  margin-bottom: 60px;
}

.mgb--xxl {
  margin-bottom: 120px;
}

@media (max-width: 1099px) {
  .mgb-md--xs {
    margin-bottom: 8px;
  }

  .mgb-md--s {
    margin-bottom: 16px;
  }

  .mgb-md--m {
    margin-bottom: 20px;
  }

  .mgb-md--l {
    margin-bottom: 40px;
  }

  .mgb-md--xl {
    margin-bottom: 60px;
  }

  .mgb-md--xxl {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .mgb-sm--xs {
    margin-bottom: 8px;
  }

  .mgb-sm--s {
    margin-bottom: 16px;
  }

  .mgb-sm--m {
    margin-bottom: 20px;
  }

  .mgb-sm--l {
    margin-bottom: 40px;
  }

  .mgb-sm--xl {
    margin-bottom: 60px;
  }

  .mgb-sm--xxl {
    margin-bottom: 120px;
  }
}

@font-face {
  font-family: "BebasNeue";
  src: url(../fonts/BebasNeue-Regular.ttf);
  /* font-weight: 300; */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/RobotoCondensed-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-Light.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-ExBd.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-ExBd.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-Italic.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-Regular.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-Bold.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agfa Rotis Sans Serif";
  src: url(../fonts/AgfaRotisSansSerif-LightItalic.woff2) format("woff2"), url(../fonts/AgfaRotisSansSerif-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icons.eot?sljkva#iefix) format("embedded-opentype"), url(../fonts/icons.ttf?sljkva) format("truetype"), url(../fonts/icons.woff?sljkva) format("woff"), url(../fonts/icons.svg?sljkva#icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Playfair Display";
  src: url(../fonts/PlayfairDisplay-Regular.woff2) format("woff2"), url(../fonts/PlayfairDisplay-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ic {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic--youtube:before {
  content: "\e911";
}

.ic--attachment:before {
  content: "\e910";
}

.ic--dropdown:before {
  content: "\e90f";
}

.ic--close:before {
  content: "\e90e";
  color: #fff;
}

.ic--zoom:before {
  content: "\e90d";
}

.ic--caret-down:before {
  content: "\e90c";
}

.ic--slider-arrow:before {
  content: "\e90b";
}

.ic--instagram:before {
  content: "\e900";
}
.ic--facebook:before {
  content: "\e901";
}
.ic--time:before {
  content: "\e902";
  color: #325685;
}
.ic--email:before {
  content: "\e903";
  color: #325685;
}
.ic--phone:before {
  content: "\e904";
  color: #325685;
}
.ic--address:before {
  content: "\e905";
  color: #325685;
}
.ic--new-tab:before {
  content: "\e906";
}
.ic--info:before {
  content: "\e907";
  color: #325685;
}
.ic--checkmark:before {
  content: "\e908";
  color: #325685;
}

.ic--arrow-right:before {
  content: "\e90a";
}

.ic--arrow-long-right:before {
  content: "\e909";
}

/**
 * General
 */
body {
  font-family: "Roboto";
  color: #696F75;
}

body,
.p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.38px;
}

.fs-small,
.has-small-font-size {
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #325685;
}

sub,
sup {
  font-size: 60%;
}

/**
 * Headings
 */
.h1,
.editor > h1 {
  font-family: "BebasNeue";
  font-size: 58px;
  font-weight: 400;
  line-height: 64px;
  color: #1D1F21;
}

.editor > h1 {
  margin-bottom: 30px;
}

.h2,
.editor > h2 {
  font-family: "BebasNeue";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  color: #1D1F21;
  letter-spacing: 0px;
}

.editor > h2 {
  margin-bottom: 23px;
}

.h3,
.editor > h3 {
  font-family: "BebasNeue";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #1D1F21;
}

.editor > h3 {
  margin-bottom: 18px;
}

.h4,
.editor > h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  color: #1D1F21;
}

.editor > h4 {
  margin-bottom: 24px;
}

.h5,
.editor > h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #1D1F21;
}

.editor > h5 {
  margin-bottom: 20px;
}

.h6,
.editor > h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #1D1F21;
}

.editor > h6 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .h1,
.editor > h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .h2,
.editor > h2 {
    font-size: 36px;
    line-height: 35px;
  }

  .h3,
.editor > h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .h4,
.editor > h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
/**
 * Helpers
 */
.ta-center,
.aligncenter,
.has-text-align-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.fw-regular {
  font-weight: 400;
}

.fw-semibold,
.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-xtra-bold {
  font-weight: 800;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-lower {
  text-transform: lowercase;
}

.c-white {
  color: #fff;
}

.c-default {
  color: #696F75;
}

.c-primary {
  color: #007acb;
}

.c-secondary {
  color: #004C7E;
}

.c-dark {
  color: #1D1F21;
}

.c-light {
  color: #BFBFBF;
}

.c-medium {
  color: #878787;
}

.bold-xtra strong {
  font-weight: 800;
}

/**
 * Editor styles
 */
.editor > p:last-child,
.editor > ul:last-child,
.editor > ol:last-child {
  margin-bottom: 0 !important;
}

.editor > p,
.editor .wp-block-column > p {
  margin-bottom: 8px;
}

.editor > * > a,
.editor > ul a,
.editor > ol a {
  font-weight: 500;
  color: #325685;
}

.editor > * > a:hover,
.editor > ul a:hover,
.editor > ol a:hover {
  text-decoration: underline;
}

.editor > * > a:visited,
.editor > ul a:visited,
.editor > ol a:visited {
  color: #325685;
}

.editor > ul,
.editor > ol {
  margin-top: 12px;
  margin-bottom: 26px;
  list-style: none;
}

.editor > ol,
.editor > ol ol {
  counter-reset: item;
}

.editor > ul li,
.editor > ol li,
.editor > ol > li ul li,
.b-table__wrapper ul li {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-left: 14px;
  line-height: 24px;
}

.editor > ol li {
  padding-left: 18px;
  counter-increment: item;
}

.editor > ul > li:last-child,
.editor > ol > li:last-child {
  margin-bottom: 0;
}

.editor > ul li:before,
.editor > ol > li ul li:before,
.b-table__wrapper ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 5px;
  border-right: 5px solid #000;
  content: "";
}

.editor > ol > li ul li:before {
  top: 7px;
}

.editor > ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  text-align: left;
  content: counter(item) ".";
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table table,
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #878787;
}

.wp-block-table th,
.wp-block-table td {
  padding: 8px 12px;
}

.wp-block-table th {
  border-bottom-width: 3px;
}

/**
 * General
 */
.site-logo {
  display: inline-block;
}

.site-logo--header {
  margin-top: -4px;
  margin-bottom: -52px;
}

.site-logo {
  max-height: 98px;
  max-width: 100px;
}

.site-logo img {
  display: block;
  width: 100%;
}

/**
 * Header
 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header .top {
  width: 100% !important;
  padding: 12px 0 13px;
  background: #EEEEEE;
}

.site-header .top .container {
  padding: 0 21px;
}

.site-header .top .nav-top li:not(:last-child) {
  margin-right: 16px;
}

.site-header .top .nav-top a {
  font-size: 14px;
  letter-spacing: 0.42px;
}

.site-header .social-nav__label {
  display: none;
}

.site-header .top,
.site-header .top a {
  color: #747474;
  text-transform: uppercase;
}
.site-header .top a {
  opacity: 0.8;
}

.site-header .top a:hover,
.site-header .top a:active {
  opacity: 1;
}

.site-header__inner {
  padding: 20px 0 !important;
  background: #fff;
}

.scrolled .site-header__inner {
  box-shadow: 0px 5px 20px #1D1F211A;
}

.header-link {
  padding: 18px 24px 17px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .caret {
  font-size: 3px;
}

.site-menu > *:last-child {
  margin-right: 0;
}

@media (min-width: 1100px) {
  .site-header {
    height: 130px;
  }

  .site-menu .lang-switch,
  .site-menu .social-nav__wrapper {
    display: none;
  }

  .footer-banner::before,
  .footer-banner::after {
    content: '';
    display: block;
    width: calc(50% + 20px);
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-16deg);
  }

  .footer-banner::before {
    left: 0;
    background-color: #7498CE;
    transform-origin: top right;
  }
  
  .footer-banner::after {
    right: 0;
    background-color: #325685;
    transform-origin: bottom left;
  }

  .footer-banner .fb-col:last-child {
    padding-left: 80px;
  }

  .footer-banner .fb-col:last-child .fb-item__title {
    margin-left: auto;
  }

  .fb-item__title {
    display: flex;
    flex-direction: column;
    width: max-content;
  }

  .fb-item__title a {
    text-align: center;
  }
  
}
@media (max-width: 1099px) {

  .site-header .top {
    display: none !important;
  }

  .site-header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-logo {
    max-width: 161px;
  }

}
/**
 * Main nav
 */
.nav-main a {
  display: block;
  line-height: 21px;
  color: #696F75;
}

.nav-main .menu-item-has-children {
  position: relative;
  padding-right: 14px;
}

.menu-indicator {
  position: absolute;
  top: 7.5px;
  right: 0;
  width: 7px;
  height: 10px;
}

.nav-main .sub-menu {
  display: none;
}

.nav-main > ul > li > a {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.45px;
  font-size: 15px;
  color: #1D1F21;
}
@media (min-width: 767px) {
.nav-main > ul > li > a:hover {
  /* font-weight: 700; */
  color: #325685;
}
}
.nav-main > ul > .current-menu-item,
.nav-main > ul > .current-menu-ancestor {
  position: relative;
}
.nav-main > ul > .current-menu-item > a:after,
.nav-main > ul > .current-menu-ancestor > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #325685;
  position: absolute;
  bottom: 0;
  left: 0;

}

.nav-main > ul > li > a:hover .menu-indicator,
.nav-main > ul > .current-menu-item > a .menu-indicator,
.nav-main > ul > .current-menu-ancestor > a .menu-indicator {
  color: #325685;
}

@media (min-width: 1100px) {
  .site-nav {
    margin-right: 35px;
  }

  .nav-main > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-main > ul > li > a {
    display: inline-block;
    text-align: center;
  }

  .nav-main > ul > li > a:before {
    display: block;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: attr(data-title);
  }

  .nav-main > ul > li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 1099px) {
  .site-nav {
    display: none;
  }

  .lang-switch {
    margin-right: 14px;
  }
}
/**
 * Language switcher
 */
.lang-switch {
  position: relative;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  border-left: 1px solid #747474;
  padding-left: 24px;
}

.lang-switch__current {
  position: relative;
  padding-right: 13px;
  cursor: default;
  opacity: 0.8;
}

.lang-switch__arrow {
  position: absolute;
  top: 6px;
  right: 2px;
}

.lang-switch__dropdown {
  display: none;
}

/**
* Social network
*/

.site-header .social-nav__wrapper{
  padding-left: 20px;
  margin-left: 22px;
}

/**
 * Search form
 */
.search-form-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: #878787;
  cursor: pointer;
}

.search-form-toggle-wrap {
  margin-right: 19px;
}

@media (min-width: 1100px) {
  .search-form {
    display: none;
  }
}
@media (max-width: 1099px) {
  .search-form-toggle-wrap {
    margin-right: 10px;
  }
}
/**
 * Burger menu
 */
.burger {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  background: #325685;
  border-radius: 2px;
}

.burger__part {
  position: absolute;
  left: 10px;
  left: 8px;
  width: 18px;
  height: 2px;
  background: #fff;
}

.burger__part--top {
  top: 12px;
}

.burger__part--mid {
  top: 17px;
}

.burger__part--bot {
  top: 23px;
}

/**
 * Footer
 */
.site-footer {
  overflow: hidden;
  background-color: #E9E9E9;
}

.footer-banner {
  position: relative;
  padding: 30px 0 26px;
  margin-bottom: 61px;
}

.footer-banner .fb-col {
  z-index: 1;
}
.site-footer a:hover {
  text-decoration: underline;
} 
.fb-item__title {
  letter-spacing: 0.9px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.fb-item__title a {
  color: #fff;
  display: block;
  margin-top: 10px;
}

.site-footer__col-1 {
  padding-top: 3px;
}

.fb-item__number {
  font-weight: 700;
  letter-spacing: 1.7px;
}

.site-footer__main {
  padding-top: 61px;
  padding-bottom: 23px;
  margin-bottom: 8px;
}

.site-footer__logo {
  margin-bottom: 26px;
}
.site-logo--footer img {
  max-height: 93px;
}

.site-footer__contacts {
  margin-bottom: 15px;
}

.footer__address-links {
  padding-left: 29px;
  margin-top: -4px;
}

.footer__address-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.29px;
}

.footer__address-links a:not(:last-child) {
  margin-right: 12px;
}

.site-footer .contact-item-wrap:not(:last-child) {
  margin-bottom: 3px;
}

.site-footer__requisites {
  margin-bottom: 9px;
}

.site-footer .social-nav .ic {
  color: #325685;
  font-size: 19px;
}

.site-footer .social-nav__wrapper {
  display: flex;
  margin-top: 16px;
}

.social-nav__label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}

.social-nav__item {
  display: flex;
  align-items: center;
}

.social-nav__item:not(:last-child) {
  margin-right: 11px;
}

.site-footer .bottom {
  position: relative;
  padding: 17px 0;
}

.site-footer .bottom .copyright {
  font-size: 14px;
  color: #1D1F21;
}

.site-footer .bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fff;
  height: 100%;
  display: block;
  z-index: 0;
}

.privacy-link,
.pdg-developer__label {
  color: #878787;
  font-size: 14px;
}

.pdg-developer__label {
  margin-right: 15px;
}

.site-footer__about a {
  color: #449E52 !important;
}
.pdg-developer__logo {
  background-image: none;
}
@media (max-width: 1099px) {

  .site-footer__main {
    padding-bottom: 23px;
    margin-bottom: 5px;
  }

  .site-footer__logo {
    margin-bottom: 14px;
  }

  .site-footer__contacts {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 13px;
  }

  .nav-footer {
    padding-bottom: 14px;
    border-bottom: 1px solid;
    margin-bottom: 13px !important;
  }

  .site-footer__col-1 {
    margin-bottom: 7px;
  }

  .nav-footer ul.sub-menu,
  .site-footer__contact-wrapper {
    display: none;
  }

  .site-footer .social-nav__wrapper {
    margin-top: 8px;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .site-footer .contact-item-wrap--address {
    padding-right: 38px !important;
  }

  .footer__address-links {
    margin-top: -2px;
  }

  .site-footer .bottom {
    padding: 12px 0;
  }

  .pdg-developer {
    position: relative;
  }

  .pdg-developer__label {
    letter-spacing: 0.24px;
    font-weight: 400;
    margin-right: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
  }

  /**
  * Banner
  */
  .footer-banner {
    padding-top: 0;
    margin-bottom: 3px;
  }

  .fb-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .fb-col:first-child::before {
    background-color: #7498CE;
  }

  .fb-col:last-child::before {
    background-color: #325685;
  }

  .fb-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fb-item__title {
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    padding-right: 20px;
    margin-bottom: 14px;
  }

  .fb-item__number {
    letter-spacing: 1.2px;
  }
	
	.phone__popup {
		position:fixed;
		right: 20px;
    	bottom: 80px;
		font-size: 22px;
		display:flex;
		justify-content:center;
		align-items: center;
		height: 56px;
		width: 56px;
	    border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    	-webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
		z-index: 999999999;
	}

}
/**
 * Footer navigation
 */
.nav-footer {
  margin-bottom: 28px;
}

.nav-footer > ul > li:not(:last-child) {
  margin-bottom: 1px;
}

.site-footer__contact-title,
.nav-footer__title {
  font-weight: 500 ;
  letter-spacing: 0.48px;
  color: #1D1F21;
  text-transform: uppercase;
  margin-bottom: 4px;
}
  
.nav-footer > ul > li > a {
  letter-spacing: 0.34px;
  color: #696F75;
  font-size: 14px;
  line-height: 25px;
}

.nav-footer .sub-menu {
  margin-top: 6px;
}

.nav-footer .sub-menu li:not(:last-child) {
  margin-bottom: 1px;
}

.nav-footer .sub-menu a {
  font-size: 14px;
  line-height: 25px;
  color: #878787;
}

.nav-footer .sub-menu a:hover {
  text-decoration: underline;
}

.site-footer__additional-info {
  margin-top: 20px;
  align-items: center;
}
.site-footer__additional-info .fs-small {
  font-size: 14px;
  line-height: 22px;
  padding-left: 34px;
}

@media (min-width: 1100px) {
  .site-footer__contacts-col .menu-indicator,
  .site-footer__menus .menu-indicator {
    display: none;
  }
}

@media (max-width: 1099px) {
  .nav-footer {
    margin-bottom: 22px;
  }

  .site-footer__contacts-col .menu-indicator,
  .site-footer__menus .menu-indicator {
    top: -2px;
    right: 0px;
    color: #325685;
  }

  .site-footer__contacts-col .menu-indicator {
    right: -12px;
  }

  .site-footer__contacts-col .ic--caret-down,
  .site-footer__menus .ic--caret-down {
    font-size: 3px;
  }
  
  .nav-footer {
    margin-bottom: 22px;
  }

  .nav-footer--small {
    margin-bottom: 9px;
  }

  .nav-footer > ul > li:not(:last-child) {
    margin-bottom: 11px;
  }

  .nav-footer .sub-menu {
    margin-top: 7px;
  }

  .nav-footer .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .site-footer__additional-info .fs-small {
    padding-left: 12px;
    margin-top: 14px;
  }
}
/**
 * Global
 */
.site-content {
  padding-bottom: 100px;
}

.last-is-block .site-content {
  padding-bottom: 0;
}

.bg-title {
  position: relative;
}

.bg-title::before {
  content: attr(data-title);
  font-size: 141px;
  line-height: 64px;
  position: absolute;
  top: calc(50% - 10px);
  opacity: 0.05;
  color: #325685;
  left: -25px;
  transform: translateY(-50%);
}
@media (max-width: 1099px) {
	.bg-title::before {
		left: -12px;
		top: 50%;
		font-size: 124px;
	}
}

.ta-center.bg-title::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * Block globals
 */
.block-pd {
  padding-top: 102px;
  padding-bottom: 102px;
}

.block-content > *:last-child {
  margin-bottom: 0;
}

[class^=b-].bgc-white + [class^=b-].bgc-white.block-pd {
  padding-top: 0;
}

@media (max-width: 767px) {
  .block-pd {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .bg-title::before {
    font-size: 80px;
  }
}
/**
 * Image overlay
 */
.overlay,
.overlay__layer,
.overlay-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay__layer--1 {
  background: linear-gradient(270deg, #7498CE 0%, #325685 100%);
  opacity: 0.15;
  mix-blend-mode: screen;
}

.overlay__layer--2 {
  background: linear-gradient(270deg, #1D1F2100 0%, #1D1F21 100%);
  opacity: 0.65;
}

.overlay__layer--3 {
  background: linear-gradient(270deg, #1D1F2166 0%, #1D1F21 100%);
  opacity: 0.7;
  mix-blend-mode: overlay;
}

/* Dark version */
.overlay--dark .overlay__layer--1 {
  background: #ffa200;
  background: linear-gradient(120deg, rgba(255, 162, 0, 0) 0%, #ff8400 100%);
  opacity: 1;
}

.overlay--dark .overlay__layer--2 {
  background: #171615;
  opacity: 0.7;
}

.overlay--dark .overlay__layer--3 {
  display: none;
}

@media (max-width: 767px) {
  .overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171615;
    opacity: 0.6;
    content: "";
  }

  .overlay__layer--2 {
    background: #1D1F21;
    opacity: 0.1;
  }

  .overlay__layer--3 {
    background: #1D1F21;
    opacity: 0.5;
    mix-blend-mode: overlay;
  }

}
/**
 * Image with overlay
 */
.overlay-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

.overlay-image:before {
  background: #a75700;
  background: linear-gradient(135deg, rgba(167, 87, 0, 0) 0%, #ff8400 100%);
  opacity: 0.6;
  mix-blend-mode: screen;
  content: "";
}

/**
 * Background picture
 */
.background-picture,
.background-picture__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-picture:before {
  z-index: 1;
}

.background-picture.overlay-image {
  border-radius: 0;
}

/**
 * Contact item
 */

.contact-item-wrap {
  position: relative;
  padding-left: 29px;
}

 .contact-item-wrap:not(:last-child) {
  margin-bottom: 7px;
}

.contact-item-wrap--address {
  padding-right: 10px;
}

.contact-item__icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  color: #EF7D00;
}

.contact-item__icon.ic--email {
  top: 6px;
  font-size: 15px;
}

.contact-item__icon.ic--time {
  top: 6px;
}

.contact-item__icon.ic--address {
  font-size: 17.5px;
  top: 2px;
  left: -3px;
}

.contact-item {
  letter-spacing: 0.34px;
}

.contact-item,
.contact-item-wrap > strong {
  font-size: 14px;
  line-height: 20px;
}

div.contact-item {
  margin-top: 6px;
}

.contact-item strong,
.contact-item-wrap > strong {
  font-weight: 500;
}

/**
 * Page title
 */
.page-title {
  position: relative;
  min-height: 276px;
}

.page-title__content {
  max-width: 712px;
}

.page-title__title {
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.page-title__text {
  color: #fff;
  font-size: 16px;
  max-width: 501px;
  width: 100%;
}

.page-title__text + .header-link-mob {
	margin-top: 10px;
}
.page-title__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1100px) and ( max-width: 1365.98px ) {
  .page-title {
    padding-top: 65px;
    padding-bottom: 58px;
  }
  
  .page-title__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }

}

@media ( min-width: 1100px ) {
  .page-title__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media ( min-width: 1366px ) {
  .page-title {
    position: relative;
  }
  .page-title .container {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1099.98px) {
  .page-title {
    position: relative;
    min-height: 267px;
  }
  
  .page-title .container {
    position: absolute;
    top: 32px;
    left: 0;
  }

  .page-title__title br,
.page-title__text br {
    display: none;
  }

  .page-title__img-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
/**
 * Breadcrumbs
 */
.breadcrumbs {
  /* display: flex; */
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 4.62px;
  width: 100%;
}

.breadcrumbs__item, 
.breadcrumbs a {
  color: #BFBFBF;
}

.breadcrumbs__item.current {
  color: #fff;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
  margin-right: 0px;
}

.breadcrumbs__item.breadcrumbs__sep:not(:last-child) {
  /* margin-right: 0px; */
  /* margin-left: 9px; */
  margin: 0 9px;
}

@media (max-width: 1099.98px) {

  .breadcrumbs {
    margin-bottom: 21px;
  }

  .breadcrumbs .current-item {
    word-break: break-word;
  }

  .breadcrumbs,
  .breadcrumbs a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3.92px;
  }

  .breadcrumbs__item.breadcrumbs__sep:not(:last-child) {
    margin-right: 4px;
    margin-left: 4px;
  }

  .breadcrumbs__item:not(:last-child) {
    margin-right: 0;
  }
}
/**
 * Form placeholder
 */
::placeholder {
  color: #878787;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #878787;
}

::-ms-input-placeholder {
  color: #878787;
}

/**
 * Cookie consent
 */
.cc-window {
  display: none;
  max-width: 451px;
  padding: 32px;
}

.cc-link {
  font-weight: 700;
  color: #EF7D00;
}

.cc-allow {
  margin-right: 13px;
  padding: 16px 31px 17px;
}

.cc-deny {
  padding: 8px;
  color: #878787;
}

.cc-compliance {
  justify-content: flex-start;
}

.cc-message {
  margin-bottom: 20px;
}

.wp-block-embed {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wp-block-embed .wp-video {
  margin-left: auto;
  margin-right: auto;
}

.has-vivid-red-color { color: #ff0000; }

#klaro {
  opacity: 0;
  transition: all .2s;
}
#klaro .cm-btn {
  background: linear-gradient(90deg, #226591 0%, #0072bc 100%);
}
button.klaro-config {
  background: linear-gradient(90deg, #226591 0%, #0072bc 100%);
}
#klaro .cm-list-input:checked+.cm-list-label .slider, .cm-list-input.required:checked+.cm-list-label .slider {
  background-color: #325685;
}
#klaro .cm-header span a {
  color: #325685;
}

