﻿/* Сброс всех стилей */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Стиль для всего документа */
.new-body {
    font-family: "Raleway", sans-serif;
    background-color: #f8f9fc;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Основной контейнер */
.new-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* Стили для блоков */
.new-block {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    justify-content: space-between;
    gap: 20px; /* Добавляем промежуток между изображением и текстом */
}

.new-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

/* Контейнер с текстом */
.new-text-container {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Контейнер с изображением */
.new-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

/* Изображение */
.new-image {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.new-image:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

/* Заголовок */
.new-heading {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Абзац */
.new-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: #101010;
    text-align: justify;
    position: relative;
}

/* Декоративные линии */
.new-decor-line {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    letter-spacing: 3px;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .new-block {
        flex-direction: column;
    }

    .new-image-container {
        margin-bottom: 20px;
    }
}



.yoka {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
  grid-auto-rows: 200px;
  grid-gap: 20px;
  height: 100%;
  justify-content: center;
}

.lolasy {
  display: flex;
  background: #f2f2f2;
  border-radius: 5px;
  justify-content: center;
  box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.15);
}

.pesol {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px 0 15px 15px;
}

.hetru {
  width: 90px;
  height: auto;
}

.hakolp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  justify-content: center;
}

.masnt {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.vetks {
  font-size: 0.8em;
  margin: 0;
}


textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd
}

input,
textare
select {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent
}

td {
    vertical-align: top
}

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

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

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    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.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

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

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@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.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@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.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@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.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@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.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@font-face {
    font-family: "svgicons";
    src: url("../assets/fonts/svgicons.woff2") format("woff2"), url("../assets/fonts/svgicons.woff") format("woff")
}

.font-ico-twitter:before,
.font-ico-search:before,
.font-ico-play:before,
.font-ico-pin:before,
.font-ico-phone:before,
.font-ico-pause:before,
.font-ico-mail:before,
.font-ico-linkedin:before,
.font-ico-facebook:before,
.font-ico-email:before,
.font-ico-download:before,
.font-ico-cross:before,
.font-ico-clock:before,
.font-ico-circle-play:before,
.font-ico-chevron-down:before,
.font-ico-arrow:before,
.font-ico-arrow-up:before,
.font-ico-arrow-right:before,
.font-ico-arrow-left: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-up:before {
    content: ""
}

.font-ico-arrow:before {
    content: ""
}

.font-ico-chevron-down:before {
    content: ""
}

.font-ico-circle-play:before {
    content: ""
}

.font-ico-clock:before {
    content: ""
}

.font-ico-cross:before {
    content: ""
}

.font-ico-download:before {
    content: ""
}

.font-ico-email:before {
    content: ""
}

.font-ico-facebook:before {
    content: ""
}

.font-ico-linkedin:before {
    content: ""
}

.font-ico-mail:before {
    content: ""
}

.font-ico-pause:before {
    content: ""
}

.font-ico-phone:before {
    content: ""
}

.font-ico-pin:before {
    content: ""
}

.font-ico-play:before {
    content: ""
}

.font-ico-search:before {
    content: ""
}

.font-ico-twitter:before {
    content: ""
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes progressAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes progressAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.centered {
    text-align: center
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.has-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.slick-track::before,
.clearfix::before,
.slick-track::after,
.clearfix::after {
    content: "";
    display: table
}

.slick-track::after,
.clearfix::after {
    clear: both
}

.animate-subtitle {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out forwards;
    animation: fadeIn 1s ease-out forwards
}

.animate-subtitle:nth-of-type(1) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animate-subtitle:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate-subtitle:nth-of-type(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate-subtitle:nth-of-type(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate-subtitle:nth-of-type(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animate-subtitle:nth-of-type(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animate-subtitle:nth-of-type(7) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animate-subtitle:nth-of-type(8) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animate-subtitle:nth-of-type(9) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animate-subtitle:nth-of-type(10) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate-title {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out forwards;
    animation: fadeIn 1s ease-out forwards
}

.animate-title:nth-of-type(1) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate-title:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate-title:nth-of-type(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animate-title:nth-of-type(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animate-title:nth-of-type(5) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animate-title:nth-of-type(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animate-title:nth-of-type(7) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animate-title:nth-of-type(8) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate-title:nth-of-type(9) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animate-title:nth-of-type(10) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animate-text {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out forwards;
    animation: fadeIn 1s ease-out forwards
}

.animate-text:nth-of-type(1) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate-text:nth-of-type(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animate-text:nth-of-type(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animate-text:nth-of-type(4) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animate-text:nth-of-type(5) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animate-text:nth-of-type(6) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animate-text:nth-of-type(7) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate-text:nth-of-type(8) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animate-text:nth-of-type(9) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animate-text:nth-of-type(10) {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.animate-buttons {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out forwards;
    animation: fadeIn 1s ease-out forwards
}

.animate-buttons:nth-of-type(1) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animate-buttons:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animate-buttons:nth-of-type(3) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animate-buttons:nth-of-type(4) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animate-buttons:nth-of-type(5) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animate-buttons:nth-of-type(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate-buttons:nth-of-type(7) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animate-buttons:nth-of-type(8) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animate-buttons:nth-of-type(9) {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.animate-buttons:nth-of-type(10) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}



.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    line-height: 1.35em
}

.rte h1,
.h1 {
    font-size: 90px;
    line-height: 99px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .rte h1,
    .h1 {
        font-size: 70px;
        line-height: 77px
    }
}

@media only screen and (max-width: 767.98px) {

    .rte h1,
    .h1 {
        font-size: 44px;
        line-height: 48px
    }
}

.h1-secondary {
    font-size: 68px;
    line-height: 81.6px;
    font-weight: 400
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .h1-secondary {
        font-size: 50px;
        line-height: 60px
    }
}

@media only screen and (max-width: 767.98px) {
    .h1-secondary {
        font-size: 36px;
        line-height: 39px
    }
}

.rte h2,
.h2 {
    font-size: 46px;
    line-height: 60px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .rte h2,
    .h2 {
        font-size: 37px;
        line-height: 48px
    }
}

@media only screen and (max-width: 767.98px) {

    .rte h2,
    .h2 {
        font-size: 32px;
        line-height: 42px
    }
}

.rte h3,
.h3 {
    font-size: 33px;
    line-height: 43px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .rte h3,
    .h3 {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width: 767.98px) {

    .rte h3,
    .h3 {
        font-size: 25px;
        line-height: 32px
    }
}

.rte h4,
.h4 {
    font-size: 23px;
    line-height: 37px;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .rte h4,
    .h4 {
        font-size: 21px;
        line-height: 33px
    }
}

@media only screen and (max-width: 767.98px) {

    .rte h4,
    .h4 {
        font-size: 19px;
        line-height: 27px
    }
}

.rte h5,
.h5 {
    font-size: 20px;
    line-height: 30px
}

.rte h6,
.h6 {
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.rte {
    margin-bottom: 100px
}

.rte  {
    color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.rte  {
    font-size: 20px;
    line-height: 34px;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 200;
    margin-bottom: 30px
}

.rte  img {
    height: 100%
}

@media only screen and (min-width: 1025px) {
    .no-touch .rte p a:hover {
        text-decoration: underline
    }
}

.rte .intro-text {
    font-size: 23px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 40px
}

.rte blockquote {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 30px 0
}

.rte h2,
.rte h3 {
    margin-bottom: 30px
}

.rte h4 {
    margin-bottom: 25px
}

.rte h5 {
    margin-bottom: 20px
}

.rte  {
    margin-bottom: 30px
}

.rte  {
    padding-left: 30px;
    position: relative
}

.rte ::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: grey;
    border-radius: 50%;
    left: 13px;
    top: 15px
}

.rte  {
    padding-left: 25px
}

.rte  {
    list-style: inherit
}

.rte  {
    font-size: 20px;
    line-height: 34px;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 200
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .rte {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .rte {
        margin-bottom: 60px
    }

    .rte .intro-text {
        font-size: 19px;
        line-height: 32px
    }

    .rte p {
        font-size: 17px;
        line-height: 29px
    }

    .rte  {
        margin-bottom: 60px
    }

    .rte li {
        font-size: 17px;
        line-height: 29px
    }
}

table {
    width: 100%;
    font-family: "Public Sans", Arial, sans-serif
}

table thead {
    border-bottom: 1px solid rgba(42, 41, 44, .2)
}

table th,
table td {
    padding: 22px 20px
}

@media only screen and (max-width: 767.98px) {

    table th,
    table td {
        white-space: nowrap
    }
}

table th {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

table td {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px
}

table td strong {
    font-weight: 600
}

table tbody tr:nth-child(even) {
    background-color: rgba(42, 41, 44, .05)
}




.table {
    margin-bottom: 100px
}

@media only screen and (max-width: 991.98px) {
    .table {
        width: 100%
    }
}

@media only screen and (max-width: 767.98px) {
    .table {
        margin-bottom: 60px;
        width: calc(100vw - 20px)
    }
}

@media only screen and (max-width: 991.98px) {
    .table__wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}



.scroll-disabled {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.wrap {
    margin: 0 auto;
    max-width: 1404px;
    padding: 0 20px;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .wrap {
        padding: 0 25px
    }
}

.wrap--middle {
    max-width: 1174px
}

.wrap--smaller {
    max-width: 945px
}

[data-object-fit=cover] {
    -o-object-fit: cover;
    object-fit: cover
}

[data-object-fit=contain] {
    -o-object-fit: contain;
    object-fit: contain
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

@media only screen and (min-width: 992px) {

    a:focus,
    button:focus {
        outline: 2px solid black
    }
}

button,
input[type=button],
input[type=submit] {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0
}

.btn {
    background-color: #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    padding: 10px 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn--purple {
    border: 1px solid white;
    color: white
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--purple:hover {
        background-color: white;
        color: #fff
    }
}

.btn--blue {
    border: 1px solid #0085ca;
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--blue:hover {
        background-color: #0085ca;
        color: #fff
    }
}

.btn--red {
    border: 1px solid #d50032;
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--red:hover {
        background-color: #d50032;
        color: #fff
    }
}

.btn--pink {
    border: 1px solid #e0457b;
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--pink:hover {
        background-color: #e0457b;
        color: #fff
    }
}

.btn--yellow {
    border: 1px solid #f1c400;
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--yellow:hover {
        background-color: #f1c400;
        color: #fff
    }
}

.btn--lightblue {
    border: 1px solid #009ca6;
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--lightblue:hover {
        background-color: #009ca6;
        color: #fff
    }
}

.btn--transparent {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--transparent:hover {
        background-color: white;
        color: #fff
    }
}

.cta-video {
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 100px;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    padding: 10px 20px;
    padding-left: 40px
}

.cta-video .icon {
    position: absolute;
    top: 15px;
    left: 17px
}

.loaded .cta-video {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cta-arrow {
    color: white;
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

.cta-arrow .icon {
    position: relative;
    left: 10px;
    font-size: 12px;
    top: 1px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .cta-arrow {
        background: none
    }

    .cta-arrow::before {
        content: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .cta-arrow:hover {
        background-size: calc(100% - 11px) 100%
    }
}

input,
textarea {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: grey;
    height: 25px;
    padding: 0 10px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: grey;
    opacity: .4
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: grey;
    opacity: .4
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: grey;
    opacity: .4
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: grey;
    opacity: .4
}

input::placeholder,
textarea::placeholder {
    color: grey;
    opacity: .4
}

.umbraco-forms-field {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .umbraco-forms-field:first-child {
        display: inline-block;
        max-width: calc(50% - 10px);
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .umbraco-forms-field:nth-child(2) {
        display: inline-block;
        max-width: calc(50% - 10px);
        width: 100%;
        margin-left: 15px
    }
}

.umbraco-forms-field .text,
.umbraco-forms-field textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(42, 41, 44, .2);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px
}

.umbraco-forms-field .text {
    height: 55px
}

.umbraco-forms-field .text:focus {
    border-color: #1a91ff
}

.umbraco-forms-field textarea {
    padding: 14px 20px;
    height: 160px
}

.umbraco-forms-field textarea:focus {
    border-color: #1a91ff
}

.umbraco-forms-field textarea::-webkit-input-placeholder {
    color: rgba(42, 41, 44, .4)
}

.umbraco-forms-field textarea::-moz-placeholder {
    color: rgba(42, 41, 44, .4)
}

.umbraco-forms-field textarea:-ms-input-placeholder {
    color: rgba(42, 41, 44, .4)
}

.umbraco-forms-field textarea::-ms-input-placeholder {
    color: rgba(42, 41, 44, .4)
}

.umbraco-forms-field textarea::placeholder {
    color: rgba(42, 41, 44, .4)
}

.umbraco-forms-field .field-validation-error {
    display: block;
    padding-top: 8px;
    font-size: 13px;
    line-height: 21px;
    color: #ff1817;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (max-width: 767.98px) {
    .umbraco-forms-container {
        padding: 0
    }
}

.umbraco-forms-label {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: "Public Sans", Arial, sans-serif
}

.umbraco-forms-navigation .primary {
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    background-color: transparent;
    height: 47px
}

@media only screen and (min-width: 1025px) {
    .no-touch .umbraco-forms-navigation .primary:hover {
        background-color: white;
        color: #fff
    }
}

.checkboxlist input[type=checkbox] {
    display: none
}

.checkboxlist input[type=checkbox]+label {
    display: inline-block;
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.checkboxlist input[type=checkbox]+label::before {
    content: "";
    border: 1px solid rgba(42, 41, 44, .2);
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkboxlist input[type=checkbox]+label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%
}

.checkboxlist input[type=checkbox]+label:hover::before {
    background-color: #0085ca
}

.checkboxlist input[type=checkbox]:checked+label::before {
    background-color: #0085ca
}

.umbraco-forms-field-wrapper {
    position: relative
}

.umbraco-forms-field-wrapper input[type=checkbox] {
    position: absolute;
    top: -3px;
    left: 0
}

@media only screen and (max-width: 1199.98px) {
    .umbraco-forms-field-wrapper input[type=checkbox] {
        top: 0;
        left: 0
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .umbraco-forms-field-wrapper input[type=checkbox] {
        background-color: transparent
    }
}

.umbraco-forms-field-wrapper label {
    display: block;
    padding-left: 20px
}

@media only screen and (max-width: 1199.98px) {
    .umbraco-forms-field-wrapper label {
        padding-left: 35px
    }
}

.selectric {
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid rgba(42, 41, 44, .2) !important;
    height: 55px
}

.selectric .label {
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    position: relative;
    top: 15px
}

.selectric .button {
    background-color: transparent !important
}

.selectric .button::after {
    content: none !important
}

.selectric .button::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    top: 11px;
    left: -15px;
    background-color: rgba(42, 41, 44, .2)
}

.selectric .button .icon {
    font-size: 11px;
    top: 20px;
    position: absolute;
    right: 20px;
    color: grey
}

.selectric-wrapper .selectric-items li {
    color: grey !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important
}

.form {
    max-width: 904px;
    width: 100%;
    margin: 0 auto 100px
}

.form__text {
    display: block;
    font-size: 23px;
    line-height: 39px;
    font-family: "Public Sans", Arial, sans-serif;
    margin-bottom: 100px
}

.form__holder {
    background-color: rgba(42, 41, 44, .05)
}

@media only screen and (min-width: 992px) {
    .form__holder {
        padding: 45px 100px 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .form__holder {
        padding: 50px 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .form__holder {
        padding: 35px 20px
    }
}

@media only screen and (min-width: 992px) {

    .ios a:focus,
    .ios button:focus {
        outline: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .ios .people__arrow:hover {
        background-color: #fff
    }

    .no-touch .ios .people__arrow:hover .icon {
        color: white
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-mtirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-mtirow-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(1px * 27);
    height: 44px;
    margin-top: calc(0px - 22px);
    z-index: 10;
    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;
    color: grey
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-blets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-blets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-blets-dynamic .swiper-pagination-blet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-blet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-blet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-blet {
    cursor: pointer
}

.swiper-pagination-blet-active {
    opacity: 1;
    background: white
}

.swiper-container-vertical>.swiper-pagination-blets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-blets .swiper-pagination-blet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-blets.swiper-pagination-blets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-blets.swiper-pagination-blets-dynamic .swiper-pagination-blet {
    display: inline-block;
    -webkit-transition: 200ms to 200ms -webkit-transform;
    transition: 200ms to 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms to 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-blets .swiper-pagination-blet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-blets.swiper-pagination-blets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-blets.swiper-pagination-blets-dynamic .swiper-pagination-blet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-blets-dynamic .swiper-pagination-blet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

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

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: defat;
    -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
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: defat !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: defat;
    -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
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none
}

.header.nav__search--opened {
    position: fixed;
    top: 0
}

.header.nav__search--opened .nav__contact {
    border-color: #fff;
    background-color: grey;
    color: #fff;
    z-index: 10
}

.header.nav__search--opened .header__logo {
    display: none
}

.header.nav__search--opened .nav__menu {
    background-color: transparent;
    border-color: grey;
    color: grey;
    z-index: 10
}

.header.header--hover {
    background-color: #fff
}


.header.header--hidden {
    display: none
}

.loaded .header {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .header {
        padding: 0 70px
    }

    .header.nav__search--opened .header__logo-white {
        display: block
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .header {
        padding: 31px 25px
    }

    .header .header__logo-white {
        display: none
    }

    .header.nav__search--opened .header__logo-white {
        display: block
    }
}

@media only screen and (max-width: 767.98px) {
    .header {
        padding: 20px
    }

    .header .header__logo-white {
        display: none
    }

    .header.nav__search--opened .header__logo-white {
        display: none
    }

    .header.nav__search--opened .header__logo-mobile {
        display: none
    }

    .header.nav__search--opened .header__logo-transparent-mobile {
        display: block;
        position: relative;
        z-index: 10
    }
}

.header--show {
    display: block
}

.header--error {
    position: absolute !important;
    display: block
}

.header__logo-transparent-mobile {
    display: none
}

.header--transparent {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0
}

.header--transparent .header__logo-white {
    display: block
}

@media only screen and (max-width: 767.98px) {
    .header--transparent .header__logo-white {
        display: none
    }
}

.header--transparent .header__logo-transparent-mobile {
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 767.98px) {
    .header--transparent .header__logo-transparent-mobile {
        display: block
    }
}

.header--transparent .header__logo-mobile {
    display: none
}

.header--transparent .header__logo {
    display: none
}

@media only screen and (min-width: 1200px) {
    .header--transparent .nav__link {
        color: #fff
    }
}

@media only screen and (min-width: 1200px) {
    .header--transparent .nav__link--active::before {
        background-color: #fff;
        width: 100%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .header--transparent.header--nav-open {
        background-color: #fff
    }

    .header--transparent.header--nav-open .nav__menu,
    .header--transparent.header--nav-open .nav__contact,
    .header--transparent.header--nav-open .nav__search {
        border-color: rgba(42, 41, 44, .2);
        color: grey;
        background-color: #fff
    }
}

.header--transparent .nav__menu,
.header--transparent .nav__search,
.header--transparent .nav__contact {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

.header--white {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0
}

.header--white .header__logo-white {
    display: block
}

@media only screen and (max-width: 767.98px) {
    .header--white .header__logo-white {
        display: none
    }
}

.header--white .header__logo-transparent-mobile {
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 767.98px) {
    .header--white .header__logo-transparent-mobile {
        display: block
    }
}

.header--white .header__logo-mobile {
    display: none
}

.header--white .header__logo {
    display: none
}

@media only screen and (min-width: 1200px) {
    .header--white .nav__link {
        color: #fff
    }
}

.header--white .nav__menu,
.header--white .nav__search,
.header--white .nav__contact {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .header--nav-open .header__logo {
        display: block
    }

    .header--nav-open .header__logo-white {
        display: none
    }

    .header--nav-open .header__logo-mobile {
        display: none
    }

    .header--nav-open .header__logo-transparent-mobile {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .header--nav-open {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .header--nav-open .header__logo-mobile {
        display: block
    }

    .header--nav-open .header__logo-transparent-mobile {
        display: none
    }

    .header--nav-open .nav__menu,
    .header--nav-open .nav__contact,
    .header--nav-open .nav__search {
        border-color: rgba(42, 41, 44, .2);
        color: grey;
        background-color: #fff
    }
}

.header__white-scroll {
    background-color: #fff;
    position: fixed;
    z-index: 100
}

.header__white-scroll .nav__menu,
.header__white-scroll .nav__search,
.header__white-scroll .nav__contact {
    background-color: #fff;
    border: 1px solid rgba(42, 41, 44, .2);
    color: grey
}

.header__white-scroll .header__logo {
    display: block
}

.header__white-scroll .header__logo-white {
    display: none
}

.header__white-scroll .nav__link {
    color: grey
}

@media only screen and (max-width: 767.98px) {
    .header__white-scroll .header__logo {
        display: none
    }

    .header__white-scroll .header__logo-mobile {
        display: block
    }

    .header__white-scroll .header__logo-transparent-mobile {
        display: none
    }
}

.header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .header__logo {
        max-width: 237px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .header__logo {
        max-width: 190px
    }
}

@media only screen and (max-width: 767.98px) {
    .header__logo {
        display: none
    }
}

.header__logo-white {
    display: none;
    z-index: 10;
    position: relative
}

@media only screen and (max-width: 767.98px) {
    .header__logo-white {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    .header__logo-mobile {
        display: none
    }
}

.nav {
    -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;
    height: 100%
}

@media only screen and (min-width: 1200px) {
    .nav__list {
        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-top: 46px
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__list {
        border-top: 1px solid rgba(42, 41, 44, .2);
        background-color: #fff;
        display: none;
        padding: 25px 25px 0;
        position: fixed;
        top: 109px;
        left: 0;
        width: 100%;
        overflow-y: auto;
        height: calc(100% - 120px)
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__list {
        border-top: 1px solid rgba(42, 41, 44, .2);
        top: 87px
    }
}

@media only screen and (min-width: 1200px) {
    .nav__item:not(:last-child) {
        margin-right: 45px
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__item {
        border-bottom: 1px solid rgba(42, 41, 44, .2);
        padding-bottom: 15px
    }

    .nav__item:not(:last-child) {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__item {
        width: 100%
    }

    .nav__item:not(:last-child) {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__item:hover .nav__submenu {
        opacity: 1;
        visibility: visible
    }

    .no-touch .nav__item:hover .nav__link::before {
        width: 100%
    }
}

.nav__item--focused .nav__submenu {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 1199.98px) {
    .nav__link-icon {
        border: 1px solid rgba(42, 41, 44, .2);
        border-radius: 50%;
        display: inline-block;
        height: 48px;
        position: relative;
        width: 48px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

.nav__link {
    color: grey;
    display: block;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 600;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.nav__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  
}

.nav__link:not(.nav__link--has-submenu) .nav__link-icon {
    display: none
}

@media only screen and (min-width: 1200px) {
    .nav__link {
        font-size: 16px;
        line-height: 25.6px;
        padding-bottom: 46px
    }

    .nav__link .icon {
        font-size: 6px;
        position: absolute;
        top: 10px;
        right: -15px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__link {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: "Raleway", sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 36.4px;
        width: 100%
    }
}

@media only screen and (max-width: 1199.98px)and (min-width: 1025px) {
    .no-touch .nav__link:hover::before {
        width: 0 !important
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__link.nav__link--has-submenu .nav__link-icon {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__link.nav__link--open .nav__link-icon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__link .icon {
        font-size: 9px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg)
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__link {
        font-size: 25px;
        line-height: 32.5px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__link:hover {
       
    }

    .no-touch .nav__link:hover .icon {
        color: grey
    }
}

@media only screen and (min-width: 1200px) {
    .nav__link--has-submenu {
        margin-right: 13px
    }
}

.nav__link--active {
    color: white
}

.nav__link--active::before {
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__link--active::before {
        width: 0
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__link--active::before {
        width: 0
    }
}

.nav__wrap-submenu {
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .nav__wrap-submenu {
        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: 1345px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__wrap-submenu {
        padding-top: 20px
    }
}

.nav__submenu {
    background-color: #fff;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .nav__submenu {
        border-top: 1px solid rgba(42, 41, 44, .2);
        position: fixed;
        top: 117px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        padding: 60px 0 80px
    }

    .loaded .nav__submenu {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__submenu {
        display: none;
        height: 100%
    }
}

.nav__submenu-wrap {
    padding-bottom: 40px;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .nav__submenu-wrap:first-child {
        border-right: 1px solid rgba(42, 41, 44, .2);
        max-width: 440px;
        padding-right: 50px
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__submenu-wrap:first-child {
        margin-bottom: 20px;
        padding-top: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .nav__submenu-wrap:nth-child(2) {
        max-width: 550px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__submenu-wrap:nth-child(2) {
        display: inline-block;
        max-width: 49%;
        vertical-align: top
    }
}

@media only screen and (min-width: 1200px) {
    .nav__submenu-wrap:nth-child(3) {
        border-left: 1px solid rgba(42, 41, 44, .2);
        max-width: 380px;
        padding-left: 50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__submenu-wrap:nth-child(3) {
        display: inline-block;
        max-width: 49%;
        vertical-align: top
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__submenu-wrap:nth-child(3) {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__submenu-wrap {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(42, 41, 44, .2);
        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-bottom: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .nav__links-list {
        padding-left: 50px
    }
}

.nav__title {
    color: grey;
    font-weight: 400;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) {
    .nav__title {
        font-size: 33px;
        line-height: 43px
    }
}

@media only screen and (max-width: 1199.98px) {
    .nav__title {
        display: none
    }
}

.nav__text {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400;
    opacity: .6
}

@media only screen and (min-width: 1200px) {
    .nav__text {
        font-size: 16px;
        line-height: 25.6px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .nav__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: calc(100% - 200px);
        width: 100%
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__text {
        padding-bottom: 30px
    }
}

.nav__sublink-item {
    display: inline-block;
    margin-bottom: 15px;
    max-width: calc(49% - 40px);
    vertical-align: top;
    width: 100%;
    margin-right: 40px
}

@media only screen and (max-width: 767.98px) {
    .nav__sublink-item:last-child {
        margin-bottom: 0
    }
}

.nav__sublink {
    color: grey;
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    padding-bottom: 3px;
    position: relative;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .nav__sublink {
        background: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__sublink:hover {
        color: grey;
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .nav__sublink:hover {
        text-decoration: underline
    }
}

.nav__contact {
    border: 1px solid rgba(42, 41, 44, .2);
    border-radius: 100px;
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    margin-left: 60px;
    padding: 10px 23px;
    position: relative
}

.loaded .nav__contact {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.nav__contact .icon {
    display: none
}

@media only screen and (max-width: 1199.98px) {
    .nav__contact {
        font-size: 0;
        height: 47px;
        width: 47px
    }

    .nav__contact .icon {
        display: block;
        font-size: 19px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__contact:hover {
        background-color: rgba(42, 41, 44, .05)
    }
}

.nav__search {
    border: 1px solid rgba(42, 41, 44, .2);
    border-radius: 50%;
    color: grey;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    margin-left: 20px;
    position: relative;
    height: 47px;
    width: 47px;
    z-index: 10
}

.nav__search.nav__search--open {
    border-color: #fff;
    background-color: transparent !important
}

.nav__search.nav__search--open .font-ico-search {
    opacity: 0;
    visibility: hidden
}

.nav__search.nav__search--open .font-ico-cross {
    color: #fff;
    opacity: 1;
    visibility: visible
}

.loaded .nav__search {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.nav__search .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nav__search .font-ico-cross {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 1199.98px) {
    .nav__search {
        font-size: 0
    }

    .nav__search .icon {
        display: block;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__search {
        margin-left: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__search:hover {
        background-color: rgba(42, 41, 44, .05)
    }
}

.nav__search--open .font-ico-search {
    opacity: 0;
    visibility: hidden
}

.nav__search--open .font-ico-cross {
    color: #fff;
    opacity: 1;
    visibility: visible
}

.nav__article {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__article:hover .nav__article-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .no-touch .nav__article:hover .nav__article__title {
        text-decoration: underline
    }
}

.nav__article__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px)
}

.nav__article-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.nav__article-category {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    padding: 5px;
    position: absolute;
    top: 25px;
    left: 20px;
    text-transform: uppercase
}

.nav__article-label {
    color: rgba(42, 41, 44, .6);
    display: block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    padding-bottom: 20px
}

.nav__article-img-wrap {
    padding-bottom: 66.667%;
    position: relative
}

.nav__article-img-wrap::after {
    content: "";
    background-color: rgba(0, 0, 0, .55);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.nav__article-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .nav__article-img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.nav__menu {
    border: 1px solid rgba(42, 41, 44, .2);
    border-radius: 100px;
    color: grey;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25.6px;
    margin-left: 20px;
    padding: 10px 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .nav__menu {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__menu:hover {
        background-color: rgba(42, 41, 44, .2)
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__menu {
        margin-left: 10px
    }
}

.nav__third-item {
    margin-top: 5px
}

.nav__third-link {
    color: rgba(42, 41, 44, .6);
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    position: relative;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

.loaded .nav__third-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .nav__third-link {
        background: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__third-link:hover {
        color: grey;
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .nav__third-link:hover {
        text-decoration: underline
    }
}

.search {
    background-color: grey;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden
}

.loaded .search {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.search--open {
    opacity: 1;
    visibility: visible
}

.search__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .search__wrap {
        max-width: 1135px
    }
}

@media only screen and (max-width: 1199.98px) {
    .search__wrap {
        max-width: calc(100% - 40px)
    }
}

.search__input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 43px;
    height: 60px;
    padding-right: 50px;
    padding-left: 0;
    width: 100%
}

.search__input::-webkit-input-placeholder {
    color: #fff
}

.search__input::-moz-placeholder {
    color: #fff
}

.search__input:-ms-input-placeholder {
    color: #fff
}

.search__input::-ms-input-placeholder {
    color: #fff
}

.search__input::placeholder {
    color: #fff
}

.search__btn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 10px
}


.banner {
    position: relative;
    width: 100%;
    height: 630px;
    overflow: hidden;
    margin-bottom: 100px;
    background-color: rgba(42, 41, 44, .05)
}

.banner .wrap {
    position: relative;
    height: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner {
        height: 300px
    }
}

@media only screen and (max-width: 991.98px) {
    .banner {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner {
        height: 250px
    }
}

.banner--colored.banner--overlay::before {
    content: none
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .banner--colored {
        min-height: 500px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner--colored {
        min-height: 300px
    }
}

.banner--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.banner__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner__content {
    position: absolute;
    left: 20px;
    bottom: 35px;
    z-index: 3
}

.banner__title {
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner__title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner__title {
        margin-bottom: 0
    }
}

.slider {
    width: 100%;
    margin-bottom: 100px
}

.slider .wrap {
    position: relative
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .slider {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .slider {
        margin-bottom: 60px
    }
}

.slider__slide {
    position: relative;
    min-height: 638px;
    padding: 100px 60px
}

.slider__slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 41, 44, .4)
}

@media only screen and (max-width: 991.98px) {
    .slider__slide {
        min-height: 530px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .slider__slide {
        padding: 50px 45px 130px
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__slide {
        padding: 35px 20px 90px
    }
}

.slider__content {
    position: relative;
    color: #fff;
    max-width: 905px
}

.slider__content .rte {
    margin-bottom: 30px
}

.slider__content .intro-text {
    margin-bottom: 10px
}

@media only screen and (max-width: 991.98px) {
    .slider__content .rte .intro-text {
        font-size: 21px;
        line-height: 36px
    }

    .slider__content .rte p {
        font-size: 17px;
        line-height: 30px
    }
}

.slider__subtitle {
    margin-bottom: 10px
}

.slider__title {
    margin-bottom: 30px
}

.slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 35px;
    left: 80px;
    width: calc(100% - 160px)
}

@media only screen and (max-width: 991.98px) {
    .slider__controls {
        bottom: 20px;
        left: 72px;
        width: calc(100% - 142px)
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__controls {
        left: 44px;
        width: calc(100% - 84px)
    }
}

.slider__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.slider__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.slider__totals {
    position: relative;
    width: 27px;
    padding-left: 10px
}

.slider__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.slider__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.slider__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider__arrow .icon {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .slider__arrow:hover {
        border-color: #fff;
        background-color: #fff
    }

    .no-touch .slider__arrow:hover .icon {
        color: grey
    }
}

.slider__arrow--prev {
    margin-right: 10px
}

#ccc div#ccc-notify {
    padding: 32px 100px
}

#ccc div#ccc-notify h3 {
    margin-bottom: 15px
}

#ccc #ccc-title {
    font-weight: 400 !important;
    line-height: 30px !important
}

#ccc h2#ccc-title {
    font-size: 20px !important
}

#ccc #ccc-info {
    display: none
}

#ccc #ccc-overlay {
    display: none !important
}

#ccc #ccc-close {
    fill: grey
}

#ccc .ccc-content--dark {
    background-color: #fff !important;
    color: grey !important
}

#ccc .ccc-notify-text {
    margin-right: 20px
}

#ccc .ccc-notify-text h3 {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    margin-bottom: 5px !important
}

#ccc .ccc-notify-text p {
    opacity: 1;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px
}

#ccc .ccc-notify-text h3,
#ccc .ccc-notify-text p {
    color: grey !important
}

#ccc .ccc-notify-button {
    position: relative;
    height: 46px;
    border-radius: 5px !important;
    margin: 0 20px 0 0 !important;
    border-color: white !important
}

.loaded #ccc .ccc-notify-button {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#ccc .ccc-notify-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: grey !important
}

#ccc .ccc-notify-link  {
    color: grey !important
}

@media only screen and (min-width: 1025px) {
    .no-touch #ccc .ccc-notify-link:hover {
        color: white !important
    }

    .no-touch #ccc .ccc-notify-link:hover  {
        color: white !important
    }
}

#ccc #ccc-notify-dismiss {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 70px !important
}

#ccc #ccc-notify-dismiss svg {
    fill: grey !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch #ccc #ccc-notify-dismiss:hover svg {
        fill: white !important
    }
}

#ccc #ccc-close,
#ccc #ccc-info-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {

    .no-touch #ccc #ccc-close:hover,
    .no-touch #ccc #ccc-info-link:hover {
        opacity: .6
    }
}

#ccc .ccc-button-solid {
    background-color: transparent !important
}

#ccc .ccc-button-solid  {
    color: #fff !important;
    background-color: transparent !important
}

@media only screen and (min-width: 1025px) {
    .no-touch #ccc .ccc-button-solid:hover {
        background-color: #fff !important
    }

    .no-touch #ccc .ccc-button-solid:hover  {
        color: #d50032 !important
    }
}

#ccc .ccc-notify-buttons {
    position: static !important
}

#ccc #ccc-content {
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08)
}

#ccc .ccc-panel h2,
#ccc .ccc-panel h3 {
    font-family: "Raleway", sans-serif;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important
}

#ccc .ccc-panel 
#ccc .ccc-panel 
#ccc .ccc-panel  {
    font-family: "Public Sans", Arial, sans-serif
}

#ccc .ccc-panel h2,
#ccc .ccc-panel h3,
#ccc .ccc-panel 
#ccc .ccc-panel  {
    color: grey !important
}


#ccc .checkbox-toggle {
    height: 30px
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
    background-color: rgba(68, 0, 153, .25) !important;
    border-color: rgba(68, 0, 153, .25) !important;
    border-width: 1px
}


#ccc .checkbox-toggle--slider input:checked~.checkbox-toggle-toggle {
    left: 46% !important
}

#ccc .checkbox-toggle-off,
#ccc .checkbox-toggle-on {
    opacity: 1 !important;
    position: relative;
    top: 4px !important
}





@media only screen and (min-width: 992px)and (max-width: 1199px) {
    #ccc div#ccc-notify {
        padding: 30px 40px !important
    }

    #ccc #ccc-notify-dismiss {
        right: 30px !important
    }
}

@media only screen and (max-width: 991.98px) {
    #ccc div#ccc-notify {
        display: block !important;
        padding: 30px 20px !important
    }

    #ccc #ccc-notify-dismiss {
        position: absolute !important;
        top: 20px !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        right: 20px !important
    }

    #ccc .ccc-notify-text {
        margin-bottom: 20px !important
    }

    #ccc #ccc-notify p {
        font-size: 16px !important
    }
}

@media only screen and (max-width: 767.98px) {
    #ccc .ccc-notify-text {
        margin-right: 0
    }

    #ccc .ccc-accept-button {
        margin-bottom: 20px !important
    }

    #ccc .ccc-notify-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0 !important
    }

    #ccc .ccc-notify-button {
        margin-right: 0 !important;
        height: 36px
    }

    #ccc .ccc-notify-button  {
        display: block;
        margin-top: -2px !important;
        font-size: 13px
    }

    #ccc div#ccc-notify {
        padding: 50px 20px 30px !important
    }

    #ccc .ccc-reject-button,
    #ccc .ccc-accept-button {
        margin-right: 10px !important
    }

    #ccc .ccc-reject-button::after,
    #ccc .ccc-accept-button::after {
        right: 10px;
        width: 17px
    }

    #ccc .ccc-reject-button ,
    #ccc .ccc-accept-button  {
        margin: 0 18px 0 0;
        position: relative;
        top: -2px
    }
}

.latest {
    width: 100%
}

.latest .slick-slide {
    margin-left: 25px
}

.latest .slick-list {
    margin-left: -25px
}

@media only screen and (min-width: 1200px) {
    .latest {
        margin-bottom: 100px
    }
}

.latest__top-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 1200px) {
    .latest__top-wrap {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 1199.98px) {
    .latest__top-wrap {
        margin-bottom: 40px
    }
}

.latest__top-title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 36.8px;
    width: calc(100% - 160px)
}

.latest__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 1442px) {
    .latest__wrap {
        margin: 0 -20px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1441px) {
    .latest__wrap {
        margin: 0 -20px
    }
}

@media only screen and (max-width: 1199.98px) {
    .latest__wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.latest__insight {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1442px) {
    .latest__insight {
        padding: 0 40px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1441px) {
    .latest__insight {
        padding: 0 20px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .latest__insight:hover .latest__insight-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .no-touch .latest__insight:hover .latest__title {
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .latest__insight:hover .latest__title {
        text-decoration: underline
    }
}

.latest__top-title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (min-width: 1200px) {
    .latest__top-title {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest__top-title {
        font-size: 21px;
        line-height: 33.6px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest__top-title {
        font-size: 19px;
        line-height: 27px
    }
}

.latest__insight-image-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 992px) {
    .latest__insight-image-wrap {
        padding-bottom: 122.5%
    }
}

@media only screen and (max-width: 991.98px) {
    .latest__insight-image-wrap {
        padding-bottom: 100%
    }
}

.latest__insight-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .latest__insight-image {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.latest__title-wrap {
    margin-bottom: 20px
}

.latest__title {
    color: grey;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

.latest__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .latest__title {
        font-size: 33px;
        line-height: 43px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest__title {
        font-size: 28px;
        line-height: 36.4px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest__title {
        font-size: 25px;
        line-height: 32.5px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .latest__title {
        background: none
    }

    .latest__title::before {
        content: none
    }
}


.latest__date::before {
    left: 12px
}

.latest__date::after {
    right: 12px
}

.latest__time {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 16px;
    position: relative
}

.latest__time .icon {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 13px
}

.latest__intro {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.latest__cta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.latest__carousel-controlls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px
}

@media only screen and (min-width: 1200px) {
    .latest__carousel-controlls {
        display: none
    }
}

.latest__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: grey;
    font-weight: 600
}

.latest__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.latest__totals {
    position: relative;
    width: 27px;
    padding-left: 10px;
    margin-right: 20px
}

.latest__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.latest__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}


.latest__arrow.slick-disabled {
    pointer-events: none;
    border: 1px solid rgba(42, 41, 44, .4)
}

.latest__arrow.slick-disabled .icon {
    color: rgba(42, 41, 44, .4)
}


.latest__arrow--prev {
    margin-right: 10px
}

.latest__control-btn {
    display: block;
    margin: 0 20px;
    width: 20px;
    height: 25px
}

.latest__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .latest__control-btn:hover::after {
        opacity: .6
    }
}

@media only screen and (max-width: 991.98px) {
    .latest__control-btn {
        display: none
    }
}

.latest__control--active::after {
    content: ""
}

.latest__controls-left {
    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
}

.latest__progress {
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(42, 41, 44, .3)
}

.loaded .latest__progress--started {
    -webkit-animation: progressAnimation 7s linear infinite;
    animation: progressAnimation 7s linear infinite
}

@keyframes progressAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}



.hero {
    position: relative
}

.hero .wrap {
    position: relative;
    height: 100%
}

@media only screen and (min-width: 1200px) {
    .hero {
        margin-bottom: 155px
    }
}

@media only screen and (min-width: 1200px)and (max-height: 1300px) {
    .hero {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .hero {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero {
        height: 100%;
        overflow: hidden;
        margin-bottom: 60px
    }
}

.hero__slide {
    overflow: hidden;
    position: relative;
    height: 100vh
}

.hero__slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2
}

@media only screen and (max-width: 767.98px) {
    .hero__slide {
        height: calc(var(--vh, 1vh) * 100)
    }
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.hero__content {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media only screen and (max-width: 767.98px) {
    .hero__content {
        top: 127px;
        -webkit-transform: unset;
        transform: unset;
        width: calc(100% - 40px)
    }
}

.hero__title {
    color: #000000;
    max-width: 674px;
    margin-bottom: 30px;

     background-color: #ffffffd6;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px
}

.hero__text {

    background-color: #ffffffd6;
     border-radius: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    color: #000000;
    max-width: 510px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 26px;
    margin-bottom: 30px
}

.hero__subtitle {
    color: #fff;
    margin-bottom: 30px;

    background-color: #00000038;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hero__play {
   
    display: inline-block;
    padding: 10px 25px 11px 45px;
    position: relative
}

.hero__play .icon {
    top: 15px;
    left: 24px;
    font-size: 14px
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__play:hover {

             background: white;
  box-shadow: 0 0 30px 5px white;

        
       color: black; 

        border-color: white; 
    }

    .no-touch .hero__play:hover .icon {
        color: black;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hero__play .icon {
        top: 17px
    }
}

.hero__info {
    font-size: 0;
    margin-bottom: 20px
}

.hero__category {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__category:hover {
        opacity: .6
    }
}

.hero__date {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 24px
}

.hero__date::before,
.hero__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.hero__date::before {
    left: 12px
}

.hero__date::after {
    right: 12px
}

.hero__time {
    color: #fff;
    display: inline-block;
    padding-left: 24px;
    position: relative
}

.hero__time .icon {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 13px
}

.hero__intro {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.hero__scroll {
    position: absolute;
    right: 34px;
    bottom: 150px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: visible
}

@media only screen and (min-width: 1025px)and (max-width: 1365px) {
    .hero__scroll {
        bottom: 82px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1600px) {
    .hero__scroll {
        right: 0
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .hero__scroll {
        right: -15px;
        bottom: 130px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__scroll {
        display: none
    }
}

.hero__scroll-text {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.loaded .hero__scroll-text {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__scroll-text:hover {
        opacity: .6
    }
}

.hero__scroll-line {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: -16px;
    left: -38px;
    overflow: hidden;
    pointer-events: none
}

.hero__scroll-line::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation: scroll 2s ease-in-out infinite;
    animation: scroll 2s ease-in-out infinite
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        height: 70%
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        height: 70%
    }
}

.hero__controls {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 75px
}

@media only screen and (min-width: 1025px)and (max-width: 1365px) {
    .hero__controls {
        bottom: 75px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1600px) {
    .hero__controls {
        width: calc(100% - 100px)
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .hero__controls {
        max-width: 656px;
        bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__controls {
        bottom: 60px
    }
}

.hero__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.hero__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.hero__totals {
    position: relative;
    width: 27px;
    padding-left: 10px
}

.hero__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

.hero__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.hero__arrow {
    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;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hero__arrow .icon {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__arrow:hover {
        border-color: rgba(255, 255, 255, .4);
        background-color: #fff
    }

    .no-touch .hero__arrow:hover .icon {
        color: grey
    }
}

.hero__arrow--prev {
    margin-right: 10px
}

.hero__control-btn {
    display: block;
    margin: 0 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 50%
}

@media only screen and (min-width: 1200px) {
    .hero__control-btn {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 1199.98px) {
    .hero__control-btn {
        width: 20px;
        height: 20px
    }
}

.hero__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__control-btn:hover {
        border-color: #fff
    }
}

.hero__control--active::after {
    content: "";
    position: relative;
    left: 1px
}

.hero__controls-left {
    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
}

.hero__progress-holder {
    position: relative;
    width: 100%
}

.hero__progress-holder::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    left: 0;
    top: 0
}

.hero__progress {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0
}

.loaded .hero__progress--started {
    -webkit-animation: progressAnimation 7s linear infinite;
    animation: progressAnimation 7s linear infinite
}

.hero__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.media {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .media {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .media {
        margin-bottom: 60px
    }

    .media .wrap {
        padding: 0
    }
}

.media--negative {
    z-index: 2;
    position: relative
}

@media only screen and (min-width: 1200px) {
    .media--negative {
        margin-top: -470px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media--negative {
        margin-top: -350px
    }
}

@media only screen and (max-width: 767.98px) {
    .media--negative {
        margin-top: -250px
    }
}

.media__wrap {
    position: relative
}

.media__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .55);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1
}

@media only screen and (min-width: 1025px) {
    .no-touch .media__wrap:hover::before {
        opacity: 1
    }

    .no-touch .media__wrap:hover .media__tag {
        background-color: rgba(255, 255, 255, .2)
    }

    .no-touch .media__wrap:hover .media__video-btn {
        background-color: #fff;
        color: grey;
        border-color: #fff
    }

    .no-touch .media__wrap:hover .media__video-btn .icon {
        color: grey
    }

    .no-touch .media__wrap:hover .media__title {
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .media__wrap:hover .media__title {
        text-decoration: underline
    }
}

.media__wrap--overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.media__img-wrap {
    position: relative
}

@media only screen and (min-width: 1200px) {
    .media__img-wrap {
        padding-bottom: 46.88%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media__img-wrap {
        padding-bottom: 71.98%
    }
}

@media only screen and (max-width: 767.98px) {
    .media__img-wrap {
        padding-bottom: 139.7%
    }
}

.media__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .media__img--desktop {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .media__img--mobile {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .media__img--mobile {
        display: block
    }
}

.media__content {
    position: absolute;
    width: 100%;
    z-index: 3
}

@media only screen and (min-width: 1200px) {
    .media__content {
        bottom: 80px;
        left: 80px;
        max-width: 480px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media__content {
        bottom: 40px;
        left: 45px;
        max-width: calc(100% - 40px)
    }
}

@media only screen and (max-width: 767.98px) {
    .media__content {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px)
    }
}

.media__title {
    color: #fff;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .media__title {
        font-size: 46px;
        line-height: 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media__title {
        font-size: 37px;
        line-height: 48px
    }
}

@media only screen and (max-width: 767.98px) {
    .media__title {
        font-size: 32px;
        line-height: 41.6px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .media__title {
        background: none
    }
}

.media__info {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 20px
}

.media__tag {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    padding: 9px 10px 8px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .media__tag {
        top: 70px;
        left: 81px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .media__tag {
        top: 60px;
        left: 45px
    }
}

@media only screen and (max-width: 767.98px) {
    .media__tag {
        top: 40px;
        left: 20px
    }
}

.media__category {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    z-index: 3
}

.loaded .media__category {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .media__category:hover {
        opacity: .6
    }
}

.media__date {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.media__date::before,
.media__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff
}

.media__date::before {
    left: 12px
}

.media__date::after {
    right: 12px
}

.media__time {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative
}

.media__time .icon {
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 14px
}

.media__video-btn {
    display: inline-block;
    margin-bottom: 30px
}

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

.media__video-wrap {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

.media__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media(min-aspect-ratio: 16/9) {
    .media__video-iframe {
        height: 300%;
        top: -100%
    }
}

@media(max-aspect-ratio: 16/9) {
    .media__video-iframe {
        width: 300%;
        left: -100%
    }
}

.news {
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .news .slick-slide {
        margin-left: 25px
    }

    .news .slick-list {
        margin-left: -25px
    }
}

.news__wrap {
    border-bottom: 1px solid rgba(42, 41, 44, .3)
}

@media only screen and (min-width: 1200px) {
    .news__wrap {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .news__wrap {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .news__wrap {
        margin-bottom: 60px
    }
}

.news__carousel-wrap {
    font-size: 0
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .news__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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news__item {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .news__item {
        margin-bottom: 60px;
        max-width: 310px;
        display: inline-block;
        vertical-align: top
    }

    .news__item:not(:nth-child(4n+4)) {
        margin-right: 35px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .news__item {
        max-width: calc(50% - 20px);
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .news__item:hover .news__item-poster {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .no-touch .news__item:hover .news__title {
        background-size: 100% 100%
    }
}

.news__item-poster-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) {
    .news__item-poster-wrap {
        padding-bottom: 113%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .news__item-poster-wrap {
        padding-bottom: 96%
    }
}

@media only screen and (max-width: 767.98px) {
    .news__item-poster-wrap {
        padding-bottom: 100%
    }
}

.news__item-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .news__item-poster {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.news__title-wrap {
    margin-bottom: 20px
}

.news__title {
    color: grey;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .news__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767.98px) {
    .news__title {
        font-size: 19px;
        line-height: 28.5px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .news__title {
        background: none
    }

    .news__title::before {
        content: none
    }
}

.news__info {
    font-size: 0;
    margin-bottom: 20px
}

@media only screen and (min-width: 1025px) {
    .no-touch .news__category:hover {
        opacity: .6
    }
}

.news__date {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.news__date::before,
.news__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: white
}

.news__date::before {
    left: 12px
}

.news__date::after {
    right: 12px
}

.news__time {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative
}

.news__time .icon {
    position: absolute;
    top: 1px;
    left: -4px
}

.news__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.news__carousel-controlls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) {
    .news__carousel-controlls {
        display: none
    }
}

.news__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: grey;
    font-weight: 600
}

.news__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.news__totals {
    position: relative;
    width: 27px;
    padding-left: 10px;
    margin-right: 20px
}

.news__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.news__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.news__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%
}

.news__arrow.slick-disabled {
    pointer-events: none;
    border: 1px solid rgba(42, 41, 44, .4)
}

.news__arrow.slick-disabled .icon {
    color: rgba(42, 41, 44, .4)
}

.news__arrow .icon {
    color: white
}

.news__arrow--prev {
    margin-right: 10px
}

.news__control-btn {
    display: block;
    margin: 0 20px;
    width: 20px;
    height: 25px
}

.news__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .news__control-btn:hover::after {
        opacity: .6
    }
}

@media only screen and (max-width: 991.98px) {
    .news__control-btn {
        display: none
    }
}

.news__control--active::after {
    content: ""
}

.news__controls-left {
    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
}

.news__progress {
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(42, 41, 44, .3)
}

.loaded .news__progress--started {
    -webkit-animation: progressAnimation 7s linear infinite;
    animation: progressAnimation 7s linear infinite
}

@keyframes progressAnimation {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.people {
    overflow: hidden;
    width: 100%
}

.people .slick-list {
    overflow: visible;
    padding: 0 4%;
    margin-left: -20px
}

.people .slick-slide {
    max-width: 420px;
    margin-right: 20px;
    opacity: .4
}

.people .slick-slide.slick-current {
    opacity: 1
}

.people .slick-slide.slick-current .people__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.people .slick-slide.slick-current .people__info {
    opacity: 1;
    visibility: visible
}

.people .slick-slide.slick-current .people__img-wrap {
    -webkit-box-shadow: 0 40px 50px -30px rgba(17, 12, 8, .5);
    box-shadow: 0 40px 50px -30px rgba(17, 12, 8, .5)
}

.people .slick-list {
    margin-left: -10px
}

.people .slick-disabled {
    pointer-events: none;
    border: 1px solid rgba(42, 41, 44, .4)
}

.people .slick-disabled .icon {
    color: rgba(42, 41, 44, .4)
}

.people .slick-slide {
    margin-right: 10px
}

.people--no-border .people__wrap {
    border-bottom: 0;
    padding-bottom: 0
}

.people__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.people__title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (min-width: 1200px) {
    .people__title {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .people__title {
        font-size: 21px;
        line-height: 33.6px
    }
}

@media only screen and (max-width: 767.98px) {
    .people__title {
        font-size: 19px;
        line-height: 27px;
        width: calc(100% - 210px)
    }
}

.people__wrap {
    border-bottom: 1px solid rgba(42, 41, 44, .2)
}

@media only screen and (min-width: 1200px) {
    .people__wrap {
        margin-bottom: 150px;
        padding-bottom: 132px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .people__wrap {
        margin-bottom: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .people__wrap {
        margin-bottom: 80px;
        padding-bottom: 80px
    }
}

.people__carousel-wrap {
    position: relative
}

@media only screen and (min-width: 768px) {
    .people__carousel {
        padding-right: 69%
    }
}

.people__img-wrap {
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 123.80999%;
    position: relative
}

@media only screen and (min-width: 768px) {
    .people__img-wrap {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767.98px) {
    .people__img-wrap {
        margin-bottom: 30px
    }
}

.people__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.loaded .people__img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.people__info {
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden
}

.loaded .people__info {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 767.98px) {
    .people__info {
        border-bottom: 1px solid white;
        padding-bottom: 30px
    }
}

.people__name {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-bottom: 8px
}

@media only screen and (min-width: 1200px) {
    .people__name {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .people__name {
        font-size: 21px;
        line-height: 33.6px
    }
}

@media only screen and (max-width: 767.98px) {
    .people__name {
        font-size: 19px;
        line-height: 27px
    }
}

.people__position {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    opacity: .6
}

.people__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 768px) {
    .people__arrows {
        position: absolute;
        bottom: 40px;
        right: 50px
    }
}

@media only screen and (max-width: 767.98px) {
    .people__arrows {
        margin-top: 30px
    }
}

.people__arrow {
    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;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.people__arrow.slick-disabled {
    pointer-events: none;
    border: 1px solid rgba(42, 41, 44, .4)
}

.people__arrow.slick-disabled .icon {
    color: rgba(42, 41, 44, .4)
}

.people__arrow .icon {
    color: white
}

@media only screen and (min-width: 1025px) {
    .no-touch .people__arrow:hover {
        background-color: white
    }

    .no-touch .people__arrow:hover .icon {
        color: #fff
    }
}

.people__arrow--prev {
    margin-right: 10px;
    padding-right: 3px
}

.people__arrow--next {
    padding-left: 3px
}

.people__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.people__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slick-active .people__link {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 1025px) {
    .no-touch .slick-active:hover .people__link::after {
        width: 100%
    }

    .no-touch .slick-active:hover .people__name {
        color: white
    }
}

.people__item {
    position: relative
}

@media only screen and (min-width: 1025px) {
    .no-touch .people__item:hover .people__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.text-mode {
    width: 100%
}

.text-mode .btn {
    font-weight: 600
}

@media only screen and (min-width: 1200px) {
    .text-mode {
        margin-bottom: 70px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .text-mode {
        margin-bottom: 80px
    }

    .text-mode+.investments {
        margin-top: -60px
    }
}

@media only screen and (max-width: 767.98px) {
    .text-mode {
        margin-bottom: 60px
    }

    .text-mode+.investments {
        margin-top: -60px
    }
}

@media only screen and (min-width: 1200px) {
    .text-mode__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
    }
}

.text-mode__subtitle {
    color: grey;
    display: block;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700
}

@media only screen and (min-width: 1200px) {
    .text-mode__subtitle {
        font-size: 23px;
        line-height: 36.8px;
        padding-bottom: 25px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .text-mode__subtitle {
        font-size: 21px;
        line-height: 33.6px;
        padding-bottom: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .text-mode__subtitle {
        font-size: 19px;
        line-height: 27px;
        padding-bottom: 20px
    }
}

.text-mode__title {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    .text-mode__title {
        font-size: 46px;
        line-height: 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .text-mode__title {
        font-size: 37px;
        line-height: 48px;
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 767.98px) {
    .text-mode__title {
        font-size: 32px;
        line-height: 41.6px;
        padding-bottom: 20px
    }
}

.text-mode__left 
.text-mode__right p {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 200
}

@media only screen and (min-width: 768px) {

    .text-mode__left 
    .text-mode__right p {
        font-size: 20px;
        line-height: 34.4px;
        padding-bottom: 35px
    }
}

@media only screen and (max-width: 767.98px) {

    .text-mode__left 
    .text-mode__right p {
        font-size: 17px;
        line-height: 29.24px;
        padding-bottom: 40px
    }
}

.text-mode__left p.text-mode__text,
.text-mode__right p.text-mode__text {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {

    .text-mode__left p.text-mode__text,
    .text-mode__right p.text-mode__text {
        font-size: 23px;
        line-height: 39.1px;
        padding-bottom: 35px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .text-mode__left p.text-mode__text,
    .text-mode__right p.text-mode__text {
        font-size: 21px;
        line-height: 35.7px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767.98px) {

    .text-mode__left p.text-mode__text,
    .text-mode__right p.text-mode__text {
        font-size: 19px;
        line-height: 32.3px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .text-mode__right {
        max-width: 790px;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .text-mode__left {
        max-width: 420px;
        width: 100%;
        margin-right: 130px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .text-mode__left {
        max-width: 450px;
        width: 100%
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .text-mode__left {
        min-width: 450px
    }
}

.investments {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .investments {
        margin-bottom: 128px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .investments {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .investments {
        margin-bottom: 60px
    }
}

.investments__wrap {
    font-size: 0
}

@media only screen and (max-width: 767.98px) {
    .investments__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.investments__item {
    display: inline-block;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%
}

.loaded .investments__item {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .investments__item {
        max-height: 260px;
        min-height: 260px;
        max-width: 325px
    }

    .investments__item:not(:nth-child(4n+4)) {
        margin-right: 10px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .investments__item {
        max-height: 260px;
        min-height: 260px;
        max-width: 32%
    }

    .investments__item:not(:nth-child(3n+3)) {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767.98px) {
    .investments__item {
        min-height: 160px;
        max-width: calc(50% - 10px)
    }
}

.investments__item:hover {
    -webkit-box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15);
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15)
}

.investments__item:hover .investments__cta {
    background-size: calc(100% - 15px) 100%
}

.investments__logo {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loaded .investments__logo {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .investments__logo::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .15)
    }
}

.investments__link {
    z-index: 2;
    height: 100%;
    width: 100%
}

.investments__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.investments__cta {
    color: white;
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

.investments__cta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.investments__cta .icon {
    position: relative;
    left: 8px;
    font-size: 12px
}

@media only screen and (max-width: 767.98px) {
    .investments__cta {
        left: 30%
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .investments__cta {
        background: none
    }

    .investments__cta::before {
        content: none
    }
}

.cta-card {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .cta-card {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .cta-card {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 767.98px) {
    .cta-card {
        margin-bottom: 80px
    }
}

.cta-card .cta-arrow {
    padding-bottom: 3px
}

.cta-card .cta-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .cta-card .cta-arrow:hover {
        text-decoration: underline
    }
}

@media only screen and (min-width: 768px) {
    .cta-card__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
    }
}

.cta-card__item {
    border: 1px solid rgba(42, 41, 44, .2);
    position: relative;
    width: 100%
}

.loaded .cta-card__item {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .cta-card__item {
        max-width: calc(33% - 7px);
        padding: 50px 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .cta-card__item {
        max-width: calc(50% - 7px);
        padding: 35px 20px
    }

    .cta-card__item:last-child {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .cta-card__item {
        margin-bottom: 15px;
        padding: 35px 20px
    }

    .cta-card__item:last-child {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .cta-card__item:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15);
        box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15);
        border-color: #fff
    }
}

.cta-cart__title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 20px
}

@media only screen and (min-width: 1200px) {
    .cta-cart__title {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (max-width: 1199.98px) {
    .cta-cart__title {
        font-size: 21px;
        line-height: 33.6px
    }
}

.cta-card__text {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    padding-bottom: 20px
}

.banner {
    position: relative;
    width: 100%;
    height: 630px;
    overflow: hidden;
    margin-bottom: 100px;
    background-color: rgba(42, 41, 44, .05)
}

.banner .wrap {
    position: relative;
    height: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner {
        height: 300px
    }
}

@media only screen and (max-width: 991.98px) {
    .banner {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner {
        height: 250px
    }
}

.banner--colored.banner--overlay::before {
    content: none
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .banner--colored {
        min-height: 500px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner--colored {
        min-height: 300px
    }
}

.banner--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.banner__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner__content {
    position: absolute;
    left: 20px;
    bottom: 35px;
    z-index: 3
}

.banner__title {
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner__title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner__title {
        margin-bottom: 0
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs__item {
    margin-right: 12px
}

.breadcrumbs__item:first-child {
    pointer-events: visible !important
}

.breadcrumbs__item:last-child {
    pointer-events: none;
    margin-right: 0
}

.breadcrumbs__item:last-child .breadcrumbs__link::after {
    display: none
}

.breadcrumbs__link {
    position: relative;
    color: #fff;
    padding-right: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumbs__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: block;
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    font-size: 8px
}

@media only screen and (min-width: 1025px) {
    .no-touch .breadcrumbs__link:hover {
        opacity: .7
    }
}

.img-caption {
    width: 100%;
    margin-bottom: 100px
}

@media only screen and (max-width: 767.98px) {
    .img-caption {
        margin-bottom: 60px
    }

    .img-caption .wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.img-caption__holder {
    position: relative
}

.img-caption__holder--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left to from(rgba(42, 41, 44, 0.4)), to(rgba(42, 41, 44, 0.6)));
    background: linear-gradient(0deg, rgba(42, 41, 44, 0.4), rgba(42, 41, 44, 0.6));
    z-index: 2
}

.img-caption__img {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.img-caption__text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-family: "Public Sans", Arial, sans-serif;
    margin-top: 10px;
    padding-left: 37px
}

.img-caption__text  {
    opacity: .6
}

.img-caption__text::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;
    left: 8px;
    top: 6px;
    font-size: 12px
}

@media only screen and (max-width: 767.98px) {
    .img-caption__text {
        padding-left: 30px;
        position: relative;
        left: 20px;
        max-width: calc(100% - 40px);
        width: 100%
    }
}

.img-caption__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media only screen and (min-width: 1025px) {
    .no-touch .img-caption__btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: grey
    }
}

.quote__container {
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    border-left: 1px solid white;
    padding: 30px 50px 20px 60px;
    margin-bottom: 100px
}

@media only screen and (max-width: 767.98px) {
    .quote__container {
        padding: 20px;
        margin-bottom: 60px
    }
}

.quote__text {
    margin-bottom: 57px
}

@media only screen and (max-width: 767.98px) {
    .quote__text {
        margin-bottom: 40px
    }
}

.quote__author {
    position: relative;
    text-transform: uppercase;
    color: rgba(42, 41, 44, .6);
    letter-spacing: 1.2px;
    padding-left: 32px
}

.quote__author::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 1px;
    background-color: rgba(42, 41, 44, .6)
}

@media only screen and (max-width: 767.98px) {
    .quote__author {
        padding-left: 20px
    }

    .quote__author::before {
        width: 10px
    }
}

.quote-img {
    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;
    position: relative;
    width: 100%;
    max-width: 1134px;
    margin: 0 auto 100px
}

@media only screen and (max-width: 1199.98px) {
    .quote-img {
        display: block;
        max-width: 100%;
        padding-top: 250px
    }
}

@media only screen and (max-width: 767.98px) {
    .quote-img {
        margin-bottom: 60px;
        padding-top: 110px
    }
}

.quote-img__container {
    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: 117px 50px 123px 346px;
    background-color: rgba(42, 41, 44, .05);
    max-width: 904px;
    width: 100%
}

@media only screen and (max-width: 1199.98px) {
    .quote-img__container {
        display: block;
        max-width: 100%;
        padding: 0 60px 40px
    }
}

@media only screen and (max-width: 767.98px) {
    .quote-img__container {
        padding: 140px 20px 40px
    }
}

.quote-img__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    max-width: 550px;
    max-height: 460px
}

@media only screen and (max-width: 1199.98px) {
    .quote-img__image {
        position: relative;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: -250px;
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 767.98px) {
    .quote-img__image {
        width: 100%
    }
}

.quote-img__content {
    max-width: 509px
}

@media only screen and (max-width: 1199.98px) {
    .quote-img__content {
        max-width: 100%
    }
}

.quote-img__text {
    margin-bottom: 60px
}

.quote-img__author {
    position: relative;
    text-transform: uppercase;
    color: rgba(42, 41, 44, .6);
    letter-spacing: 1.2px;
    padding-left: 32px
}

.quote-img__author::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 1px;
    background-color: rgba(42, 41, 44, .6)
}

@media only screen and (max-width: 767.98px) {
    .quote-img__author {
        padding-left: 20px
    }

    .quote-img__author::before {
        top: 7px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 10px
    }
}

.business {
    overflow: hidden;
    width: 100%
}

.business_wrap {
    border-bottom: 1px solid rgba(42, 41, 44, .2)
}

@media only screen and (min-width: 1200px) {
    .business_wrap {
        margin-bottom: 150px;
        padding-bottom: 54px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business_wrap {
        margin-bottom: 110px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767.98px) {
    .business_wrap {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

.business__title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 36.8px
}

@media only screen and (min-width: 1200px) {
    .business__title {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__title {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767.98px) {
    .business__title {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .business__slide-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        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;
        position: relative
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__bottom-content {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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) {
    .business__bottom-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.business__left {
    clear: both;
    width: 100%
}

.business__left .btn {
    font-weight: 600
}

@media only screen and (min-width: 1200px) {
    .business__left {
        max-width: 800px;
        padding-right: 100px
    }
}

.business__left-content {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .business__left-content {
        max-width: 670px;
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__left-content {
        max-width: 85%;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .business__left-content {
        margin-bottom: 60px
    }
}

.business__left-img {
    opacity: 0
}

.loaded .business__left-img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .business__left-img {
        float: right
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__left-img {
        margin-bottom: -120px;
        max-width: 35%
    }
}

@media only screen and (max-width: 767.98px) {
    .business__left-img {
        max-width: calc(100% - 160px);
        margin-right: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        height: 100%;
        width: 100%
    }
}

.business__right-img {
    opacity: 0
}

.loaded .business__right-img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .business__right-img {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__right-img {
        margin-top: auto;
        max-width: 55%
    }
}

@media only screen and (max-width: 767.98px) {
    .business__right-img {
        max-width: calc(100% - 80px);
        margin-left: auto;
        margin-bottom: 35px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        width: 100%
    }
}

.business__text {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 40px
}

@media only screen and (min-width: 1200px) {
    .business__text {
        font-size: 23px;
        line-height: 39.1px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__text {
        font-size: 21px;
        line-height: 35.7px
    }
}

@media only screen and (max-width: 767.98px) {
    .business__text {
        font-size: 19px;
        line-height: 32.3px
    }
}

.business__bottom .slick-slide {
    margin: 0 30px
}

.business__bottom .slick-list {
    margin: 0 -30px
}

.business__top .slick-slide.slick-current .business__item-wrap {
    opacity: 1
}

.business__top .slick-slide:not(.slick-current)  {
    color: grey
}

@media only screen and (min-width: 1025px) {
    .no-touch .business__top .slick-slide:hover {
        cursor: pointer;
        opacity: 1
    }
}

@media only screen and (min-width: 1200px) {
    .business__top {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__top {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .business__top {
        margin-bottom: 45px
    }
}

@media only screen and (min-width: 768px) {
    .business__top .slick-list {
        overflow: visible
    }
}

.slick-current {
    opacity: 1
}

.slick-current .business__item-wrap::after {
    width: 100%
}

.slick-current .business__left-img {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.slick-current .business__right-img {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.business__item-wrap {
    display: inline-block;
    opacity: .25;
    padding-bottom: 20px;
    position: relative
}

.business__item-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    width: 0
}

.loaded .business__item-wrap {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .business__item-wrap:hover {
        opacity: 1
    }
}

.business__section {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    white-space: nowrap
}

.business__section  {
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    .business__section {
        font-size: 80px;
        line-height: 80px;
        margin-right: 100px
    }

    .business__section  {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .business__section {
        font-size: 50px;
        line-height: 43px;
        margin-right: 50px
    }

    .business__section  {
        font-size: 25px;
        line-height: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .business__section {
        font-size: 44px;
        line-height: 48.4px
    }

    .business__section  {
        font-size: 22px;
        line-height: 22px
    }
}

.business__section--blue  {
    color: #0085ca
}

.business__section--blue .business__item-wrap::after {
    background-color: #0085ca
}

.business__section--red  {
    color: #d50032
}

.business__section--red .business__item-wrap::after {
    background-color: #d50032
}

.business__section--pink  {
    color: #e0457b
}

.business__section--pink .business__item-wrap::after {
    background-color: #e0457b
}

.business__section--yellow  {
    color: #f1c400
}

.business__section--yellow .business__item-wrap::after {
    background-color: #f1c400
}

.business__section--lightblue  {
    color: #009ca6
}

.business__section--lightblue .business__item-wrap::after {
    background-color: #009ca6
}

.business__controlls {
    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
}

.business__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

@media only screen and (min-width: 768px) {
    .business__arrows {
        display: none
    }
}

.business__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%
}

.business__arrow.slick-disabled {
    pointer-events: none;
    border: 1px solid rgba(42, 41, 44, .4)
}

.business__arrow.slick-disabled .icon {
    color: rgba(42, 41, 44, .4)
}

.business__arrow .icon {
    color: white
}

.business__arrow--prev {
    margin-right: 10px
}

.business__control-btn {
    display: block;
    margin: 0 20px;
    width: 20px;
    height: 25px
}

.business__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .business__control-btn:hover::after {
        opacity: .6
    }
}

@media only screen and (max-width: 991.98px) {
    .business__control-btn {
        display: none
    }
}

.business__control--active::after {
    content: ""
}

.business__controls-left {
    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
}

.carousel {
    position: relative;
    width: 100%
}

.carousel .wrap {
    position: relative
}

@media only screen and (min-width: 1200px) {
    .carousel {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .carousel {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 767.98px) {
    .carousel {
        margin-bottom: 80px
    }

    .carousel .wrap {
        padding: 0
    }
}

.carousel__slide {
    position: relative;
    overflow: hidden
}

.carousel__cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.carousel__slide-wrap {
    position: relative;
    z-index: 2
}

.carousel__slide-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .55);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: 1
}

@media only screen and (min-width: 1200px) {
    .carousel__slide-wrap {
        padding: 77px 80px 160px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .carousel__slide-wrap {
        padding: 66px 45px 120px
    }
}

@media only screen and (max-width: 767.98px) {
    .carousel__slide-wrap {
        padding: 45px 20px 100px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .carousel__slide-wrap:hover::before {
        opacity: 1
    }

    .no-touch .carousel__slide-wrap:hover .carousel__title {
        background-size: 100% 100%
    }

    .no-touch .carousel__slide-wrap:hover .carousel__label {
        background-color: rgba(255, 255, 255, .2)
    }
}

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

.carousel__info {
    margin-bottom: 200px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 350px) {
    .carousel__info {
        -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
    }
}

.carousel__label {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    margin-right: 18px;
    padding: 9px 10px 8px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel__tag {
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline
}

.loaded .carousel__tag {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel__time {
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 26px;
    position: relative
}

.carousel__time .icon {
    margin-right: 4px;
    position: relative;
    top: 2px;
    left: -2px
}

.carousel__time::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    height: 3px;
    width: 3px;
    background-color: #fff;
    border-radius: 50%
}

.sitemap__item {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .sitemap__item {
        max-width: 90%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .sitemap__item {
        max-width: 90%
    }
}

.carousel__title-wrap {
    max-width: 600px;
    width: 100%
}

.carousel__title {
    color: #fff;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .carousel__title {
        font-size: 46px;
        line-height: 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .carousel__title {
        font-size: 37px;
        line-height: 48px
    }
}

@media only screen and (max-width: 767.98px) {
    .carousel__title {
        font-size: 32px;
        line-height: 41.6px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .carousel__title {
        background: none
    }

    .carousel__title::before {
        content: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .carousel__title:hover {
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .carousel__title:hover {
        text-decoration: underline
    }
}

.carousel__controls {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 80px
}

@media only screen and (min-width: 1200px) {
    .carousel__controls {
        width: calc(100% - 220px);
        left: 110px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .carousel__controls {
        width: calc(100% - 140px);
        left: 70px;
        bottom: 40px
    }
}

@media only screen and (max-width: 767.98px) {
    .carousel__controls {
        width: calc(100% - 80px);
        left: 40px;
        bottom: 40px
    }
}

.carousel__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.carousel__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.carousel__totals {
    position: relative;
    width: 27px;
    padding-left: 10px
}

.carousel__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.carousel__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.carousel__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel__arrow .icon {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .carousel__arrow:hover {
        border-color: #fff;
        background-color: #fff
    }

    .no-touch .carousel__arrow:hover .icon {
        color: grey
    }
}

.carousel__arrow--prev {
    margin-right: 10px
}

.carousel__control-btn {
    display: block;
    margin: 0 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 50%
}

@media only screen and (min-width: 1200px) {
    .carousel__control-btn {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 1199.98px) {
    .carousel__control-btn {
        width: 20px;
        height: 20px
    }
}

.carousel__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .carousel__control-btn:hover {
        border-color: #fff
    }
}

.carousel__control--active::after {
    content: "";
    position: relative;
    left: 1px
}

.carousel__controls-left {
    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
}

.carousel__progress-holder {
    position: relative;
    width: 100%
}

.carousel__progress-holder::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    left: 0;
    top: 0
}

.carousel__progress {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0
}

.loaded .carousel__progress--started {
    -webkit-animation: progressAnimation 7s linear infinite;
    animation: progressAnimation 7s linear infinite
}

.carousel__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.carousel__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel__mobile-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .carousel__mobile-poster {
        display: none
    }
}

.trending {
    border-bottom: 1px solid rgba(42, 41, 44, .2);
    width: 100%
}

.trending .slick-slide {
    margin-left: 25px
}

.trending .slick-list {
    margin-left: -25px
}

@media only screen and (min-width: 1200px) {
    .trending {
        margin-bottom: 100px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .trending {
        margin-bottom: 80px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .trending {
        margin-bottom: 80px;
        padding-bottom: 0
    }
}

.trending__top-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trending__top-title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700
}

@media only screen and (min-width: 1200px) {
    .trending__top-title {
        font-size: 23px;
        padding-bottom: 45px;
        line-height: 36.8px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .trending__top-title {
        font-size: 21px;
        line-height: 33.6px;
        padding-bottom: 35px
    }
}

@media only screen and (max-width: 767.98px) {
    .trending__top-title {
        font-size: 19px;
        line-height: 26.98px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 768px) {
    .trending__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
    }
}

.trending__insight {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .trending__insight {
        max-width: 400px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .trending__insight {
        max-width: calc(50% - 20px)
    }

    .trending__insight:last-child {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .trending__insight {
        margin-bottom: 80px
    }

    .trending__insight:last-child {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .trending__insight:hover .trending__insight-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .no-touch .trending__insight:hover .trending__title {
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .trending__insight:hover .trending__title {
        text-decoration: underline
    }
}

.trending__top-title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (min-width: 1200px) {
    .trending__top-title {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .trending__top-title {
        font-size: 21px;
        line-height: 33.6px
    }
}

@media only screen and (max-width: 767.98px) {
    .trending__top-title {
        font-size: 19px;
        line-height: 27px
    }
}

.trending__insight-image-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 992px) {
    .trending__insight-image-wrap {
        padding-bottom: 122.5%
    }
}

@media only screen and (max-width: 991.98px) {
    .trending__insight-image-wrap {
        padding-bottom: 100%
    }
}

.trending__insight-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .trending__insight-image {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.trending__title-wrap {
    margin-bottom: 20px
}

.trending__title {
    color: grey;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

.trending__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .trending__title {
        font-size: 33px;
        line-height: 43px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .trending__title {
        font-size: 28px;
        line-height: 36.4px
    }
}

@media only screen and (max-width: 767.98px) {
    .trending__title {
        font-size: 25px;
        line-height: 32.5px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .trending__title {
        background: none
    }

    .trending__title::before {
        content: none
    }
}

.trending__info {
    font-size: 0;
    margin-bottom: 20px
}

.trending__category {
    color: white;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1025px) {
    .no-touch .trending__category:hover {
        opacity: .6
    }
}

.trending__date {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.trending__date::before,
.trending__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: white
}

.trending__date::before {
    left: 12px
}

.trending__date::after {
    right: 12px
}

.trending__time {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative
}

.trending__time .icon {
    position: absolute;
    top: 1px;
    left: -4px
}

.trending__intro {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.trending__cta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.latest-news {
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .latest-news .slick-slide {
        margin-left: 25px
    }

    .latest-news .slick-list {
        margin-left: -25px
    }
}

@media only screen and (min-width: 1200px) {
    .latest-news__wrap {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__wrap {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__wrap {
        border-bottom: 0;
        margin-bottom: 60px
    }
}

.latest-news__top-title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700
}

@media only screen and (min-width: 1200px) {
    .latest-news__top-title {
        font-size: 23px;
        line-height: 36.8px;
        margin-right: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__top-title {
        font-size: 21px;
        line-height: 33.6px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__top-title {
        font-size: 21px;
        line-height: 33.6px;
        margin-bottom: 20px
    }
}

.latest-news__filter-title {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
    margin-top: 3px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__filter-title {
        margin-bottom: 16px;
        max-width: 130px;
        width: 100%
    }
}

@media only screen and (max-width: 991.98px) {
    .latest-news__filter-title {
        display: block;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px) {
    .latest-news__items-wrap {
        font-size: 0
    }
}

@media only screen and (min-width: 1200px) {
    .latest-news__sort {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px
    }
}

.latest-news__top-wrap {
    margin-bottom: 50px
}

@media only screen and (min-width: 1200px) {
    .latest-news__top-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.latest-news__categories {
    margin-right: 75px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__categories {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__categories {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) {

    .latest-news__categories,
    .latest-news__tags {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.latest-news__category-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px
}

.latest-news__category-link {
    border: 1px solid rgba(42, 41, 44, .2);
    border-radius: 5px;
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    padding: 6px;
    text-transform: uppercase
}

.loaded .latest-news__category-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .latest-news__category-link:hover {
        background-color: rgba(42, 41, 44, .2)
    }
}

.latest-news__category-link--active {
    background-color: rgba(42, 41, 44, .2)
}

.latest-news__item {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .latest-news__item {
        display: inline-block;
        margin-bottom: 100px;
        max-width: calc(25% - 36px);
        vertical-align: top
    }

    .latest-news__item:not(:nth-child(4n+4)) {
        margin-right: 36px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__item {
        display: inline-block;
        max-width: calc(50% - 20px);
        margin-bottom: 80px;
        vertical-align: top
    }

    .latest-news__item:not(:nth-child(2n+2)) {
        margin-right: 40px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__item {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .latest-news__item:hover .latest-news__item-poster {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .no-touch .latest-news__item:hover .latest-news__title {
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .latest-news__item:hover .latest-news__title {
        text-decoration: underline
    }
}

.latest-news__item-poster-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) {
    .latest-news__item-poster-wrap {
        padding-bottom: 113%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .latest-news__item-poster-wrap {
        padding-bottom: 96%
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__item-poster-wrap {
        padding-bottom: 100%
    }
}

.latest-news__item-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .latest-news__item-poster {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.latest-news__title-wrap {
    margin-bottom: 20px
}

.latest-news__title {
    color: grey;
    display: inline;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-image: linear-gradient(transparent calc(100% - 2px), grey 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .latest-news__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767.98px) {
    .latest-news__title {
        font-size: 19px;
        line-height: 28.5px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .latest-news__title {
        background: none
    }

    .latest-news__title::before {
        content: none
    }
}

.latest-news__info {
    font-size: 0;
    margin-bottom: 20px
}

.latest-news__category {
    color: white;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1025px) {
    .no-touch .latest-news__category:hover {
        opacity: .6
    }
}

.latest-news__date {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.latest-news__date::before,
.latest-news__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: white
}

.latest-news__date::before {
    left: 12px
}

.latest-news__date::after {
    right: 12px
}

.latest-news__time {
    color: rgba(42, 41, 44, .6);
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative
}

.latest-news__time .icon {
    position: absolute;
    top: 1px;
    left: -4px
}

.latest-news__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.pagination {
    width: 100%
}

.pagination .wrap {
    padding: 0
}

@media only screen and (min-width: 1200px) {
    .pagination {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .pagination {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .pagination {
        margin-bottom: 80px
    }

    .pagination .wrap {
        padding: 0
    }
}

.pagination__btn {
    border-radius: 50%;
    border: 1px solid white;
    height: 60px;
    width: 60px;
    position: relative
}

.pagination__btn .icon {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loaded .pagination__btn {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .pagination__btn:hover {
        background-color: white
    }

    .no-touch .pagination__btn:hover .icon {
        color: #fff
    }
}

@media only screen and (max-width: 767.98px) {
    .pagination__btn {
        height: 50px;
        width: 50px
    }

    .pagination__btn .font-ico-arrow-left {
        left: 48%
    }

    .pagination__btn .font-ico-arrow-right {
        left: 52%
    }
}

@media screen and (max-width: 350px) {
    .pagination__btn {
        height: 40px;
        width: 40px
    }

    .pagination__btn .icon {
        font-size: 12px
    }
}

.pagination__btn--disabled {
    border-color: rgba(42, 41, 44, .4);
    pointer-events: none
}

.pagination__btn--disabled .icon {
    color: rgba(42, 41, 44, .4)
}

.pagination__list {
    padding: 0 26px
}

@media only screen and (max-width: 767.98px) {
    .pagination__list {
        padding: 0
    }
}

.pagination__list-item {
    display: inline-block;
    margin: 0 12px
}

@media only screen and (max-width: 767.98px) {
    .pagination__list-item {
        margin: 0 8px
    }
}

.pagination__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__link {
    color: rgba(42, 41, 44, .4);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.loaded .pagination__link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .pagination__link:hover {
        color: white;
        text-decoration: underline
    }
}

.pagination__link--active {
    color: grey;
    text-decoration: underline
}

.persons {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .persons {
        margin-bottom: 130px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .persons {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .persons {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 1200px) {
    .persons__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.persons__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%
}

@media only screen and (min-width: 1025px) {
    .no-touch .persons__item:hover .persons__image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 1200px) {
    .persons__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        margin-bottom: 80px;
        max-width: 24%
    }

    .persons__item:not(:nth-child(4n+4)) {
        margin-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .persons__item {
        margin-bottom: 80px;
        max-width: calc(50% - 15px)
    }

    .persons__item:not(:nth-child(2n+2)) {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767.98px) {
    .persons__item {
        margin-bottom: 40px
    }
}

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

.persons__image-wrap {
    margin-bottom: 20px;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden
}

.persons__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .persons__image {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.persons__name {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.persons__position {
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.banner-large {
    position: relative;
    width: 100%;
    height: 704px;
    margin-bottom: 120px;
    background-color: rgba(42, 41, 44, .05);
    overflow: hidden
}

.banner-large .wrap {
    position: relative;
    height: 100%;
    z-index: 2
}

.banner-large .breadcrumbs {
    position: absolute;
    left: 20px;
    top: 200px
}

@media only screen and (max-width: 991.98px) {
    .banner-large .baner-large__bottom {
        display: block
    }

    .banner-large .breadcrumbs {
        top: 163px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner-large {
        height: 740px;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-large {
        margin-bottom: 180px
    }
}

.banner-large__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.banner-large__content {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: calc(100% - 40px)
}

.banner-large__title {
    color: #fff;
    margin-bottom: 40px
}

.baner-large__bottom {
    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-top: 25px
}

.banner-large__info {
    font-size: 0;
    margin-bottom: 20px
}

.banner-large__category {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 3
}

.banner-large__date {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.banner-large__date::before,
.banner-large__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff
}

.banner-large__date::before {
    left: 12px
}

.banner-large__date::after {
    right: 12px
}

.banner-large__time {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative
}

.banner-large__time .icon {
    position: absolute;
    top: 1px;
    left: -4px
}

.banner-large__tags-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media only screen and (max-width: 767.98px) {
    .banner-large__tags-wrap {
        display: block;
        padding-bottom: 20px
    }
}

.baner-large__category {
    background-color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px 10px 8px;
    border-radius: 5px
}

@media only screen and (max-width: 767.98px) {
    .baner-large__category {
        margin-bottom: 10px;
        display: inline-block
    }
}

.social {
    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) {
    .social {
        position: absolute;
        left: 0;
        bottom: -180px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(42, 41, 44, .2)
    }
}

.social__text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-right: 10px;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (max-width: 767.98px) {
    .social__text {
        color: grey;
        width: 130px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767.98px) {
    .social__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.social__item {
    margin-right: 10px
}

.social__item:last-child {
    margin-right: 0
}

.social__link {
    padding: 9px 10px 8px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 5px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social__link .icon {
    margin-right: 10px
}

@media only screen and (min-width: 1025px) {
    .no-touch .social__link:hover {
        background-color: #fff;
        color: grey
    }

    .no-touch .social__link:hover .icon {
        color: grey
    }
}

@media only screen and (max-width: 767.98px) {
    .social__link {
        display: block;
        margin-bottom: 10px;
        background-color: rgba(42, 41, 44, .05);
        color: grey
    }
}

.tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tags__item {
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 9px 10px 8px;
    border: 1px solid #fff;
    border-radius: 5px
}

.text-block {
    width: 100%;
    margin-bottom: 100px
}

.text-block .rte {
    margin-bottom: 0
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .text-block {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .text-block {
        margin-bottom: 60px
    }
}

.text-block__title {
    margin-bottom: 25px
}

.accordion {
    margin: 0 auto 100px;
    max-width: 1134px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .accordion {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767.98px) {
    .accordion {
        margin-bottom: 50px
    }
}

.accordion__row {
    border-top: 1px solid rgba(42, 41, 44, .2)
}

.accordion__row:last-child {
    border-bottom: 1px solid rgba(42, 41, 44, .2)
}

.accordion__button {
    position: relative;
    width: 100%;
    text-align: left;
    display: block;
    padding: 34px 70px 34px 20px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 767.98px) {
    .accordion__button {
        font-size: 19px;
        line-height: 28px;
        padding: 18px 55px 18px 5px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .accordion__button:hover {
        color: white
    }
}

.accordion__plus {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(42, 41, 44, .05)
}

.accordion__plus::before,
.accordion__plus::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: grey
}

.accordion__plus::before {
    width: 18px;
    height: 2px
}

.accordion__plus::after {
    width: 2px;
    height: 18px
}

@media only screen and (max-width: 767.98px) {
    .accordion__plus::before {
        right: 15px
    }

    .accordion__plus::after {
        right: 23px
    }
}

.accordion__button--opened .accordion__plus::after {
    opacity: 0
}

.accordion__content {
    padding: 8px 0 30px;
    text-align: left;
    max-width: 904px;
    width: 100%;
    margin: 0 auto;
    display: none
}

.accordion__content .rte {
    max-width: 100%;
    margin: 0
}

@media only screen and (max-width: 767.98px) {
    .accordion__content {
        padding: 0 10px 30px
    }
}

@media only screen and (max-width: 767.98px) {

    .head-plus::before,
    .head-plus::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        width: 15px;
        height: 2px;
        background-color: white
    }

    .head-plus::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media only screen and (max-width: 767.98px) {
    .head-plus--active::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.img-with-text {
    margin-bottom: 100px
}

@media only screen and (max-width: 767.98px) {
    .img-with-text {
        margin-bottom: 80px
    }
}

.img-with-text__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .img-with-text__container {
        display: block;
        padding-bottom: 80px;
        border-bottom: 1px solid rgba(42, 41, 44, .2)
    }
}

.img-with-text__left {
    width: 38%
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .img-with-text__left {
        width: 474px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767.98px) {
    .img-with-text__left {
        width: 100%;
        margin-bottom: 45px
    }
}

.img-with-text__right {
    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;
    width: 62%;
    padding-left: 180px
}

.img-with-text__right .rte {
    margin-bottom: 0
}

.img-with-text__right .rte p {
    color: rgba(42, 41, 44, .6)
}

@media only screen and (min-width: 1200px) {
    .img-with-text__right .rte p {
        font-size: 23px;
        line-height: 39.1px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .img-with-text__right .rte p {
        font-size: 21px;
        line-height: 35.7px
    }
}

@media only screen and (max-width: 767.98px) {
    .img-with-text__right .rte p {
        font-size: 19px;
        line-height: 32.3px
    }
}

.img-with-text__right .btn {
    font-weight: 600;
    line-height: 25.6px
}

@media only screen and (max-width: 991.98px) {
    .img-with-text__right {
        padding-left: 0;
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .img-with-text--inverse .img-with-text__container {
        -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) {
    .img-with-text--inverse .img-with-text__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.img-with-text--inverse .img-with-text__right {
    padding-left: 0;
    padding-right: 180px
}

@media only screen and (max-width: 991.98px) {
    .img-with-text--inverse .img-with-text__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 991.98px) {
    .img-with-text--inverse .img-with-text__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 991.98px) {
    .img-with-text--inverse .img-with-text__right {
        padding-right: 0
    }
}

.centered-text {
    width: 100%;
    margin-bottom: 100px
}

@media only screen and (max-width: 767.98px) {
    .centered-text {
        margin-bottom: 80px
    }
}

.centered-text__container {
    text-align: center;
    max-width: 1134px;
    margin: 0 auto
}

.centered-text__subtitle {
    margin-bottom: 35px
}

@media only screen and (max-width: 767.98px) {
    .centered-text__subtitle {
        margin-bottom: 30px
    }
}

.centered-text__text {
    font-size: 23px;
    line-height: 39px;
    font-family: "Public Sans", Arial, sans-serif
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .centered-text__text {
        font-size: 21px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767.98px) {
    .centered-text__text {
        font-size: 19px;
        line-height: 32px
    }
}

.cards-pdf {
    margin-bottom: 100px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .cards-pdf {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .cards-pdf {
        margin-bottom: 60px
    }
}

.cards-pdf__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
}

@media only screen and (max-width: 767.98px) {
    .cards-pdf__container {
        display: block
    }
}

.cards-pdf__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 560px;
    width: 100%;
    margin: 0 7px;
    padding: 60px 50px;
    border: 1px solid rgba(42, 41, 44, .2)
}

.loaded .cards-pdf__card {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cards-pdf__card .cta-arrow {
    margin-top: auto;
    padding-bottom: 3px
}

.cards-pdf__card .cta-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.cards-pdf__card .cta-arrow .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width: 1025px) {
    .no-touch .cards-pdf__card:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 20px 60px -20px rgba(42, 41, 44, .15);
        box-shadow: 0 20px 60px -20px rgba(42, 41, 44, .15);
        border-color: #fff
    }
}

@media only screen and (max-width: 991.98px) {
    .cards-pdf__card {
        padding: 35px 20px
    }
}

@media only screen and (max-width: 767.98px) {
    .cards-pdf__card {
        margin: 0 0 15px
    }
}

.cards-pdf__title {
    margin-bottom: 40px;
    width: 100%
}

.contact {
    width: 100%
}

.spotify {
    margin-bottom: 100px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .spotify {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .spotify {
        margin-bottom: 60px
    }
}

.spotify__container {
    position: relative
}

.spotify__iframe {
    width: 100%;
    border-radius: 5px;
    height: 232px !important
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 41, 44, .8);
    display: none;
    z-index: 1000
}

.popup__video {
    position: relative;
    padding-bottom: 56.25%;
    width: calc(100% - 100px);
    margin: 0 auto
}

@media only screen and (max-width: 991.98px) {
    .popup__video {
        width: 100%
    }
}

.popup__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.popup__holder {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loaded .popup__holder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .popup__holder {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
        margin: 0 auto;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media only screen and (max-width: 767.98px) {
    .popup__holder {
        width: calc(100% - 40px);
        left: 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.popup__close {
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: 0;
    right: -50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .popup__close:hover {
        opacity: .6
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .popup__close {
        right: 0;
        top: -40px
    }
}

@media only screen and (max-width: 767.98px) {
    .popup__close {
        font-size: 21px;
        right: 0;
        top: -30px
    }
}

.person-banner {
    background-color: rgba(42, 41, 44, .05);
    padding-bottom: 25px;
    width: 100%
}

.person-banner .breadcrumbs__link {
    color: rgba(42, 41, 44, .6)
}

.person-banner .breadcrumbs__link::after {
    color: rgba(42, 41, 44, .6)
}

@media only screen and (min-width: 1200px) {
    .person-banner {
        margin-bottom: 100px;
        padding-top: 200px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .person-banner {
        margin-bottom: 80px;
        padding-top: 150px
    }

    .person-banner .breadcrumbs {
        margin-bottom: 150px
    }
}

@media only screen and (max-width: 767.98px) {
    .person-banner {
        margin-bottom: 60px;
        padding-top: 200px
    }
}

.person-banner__name {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    .person-banner__name {
        font-size: 68px;
        line-height: 81.6px;
        padding-bottom: 25px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .person-banner__name {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .person-banner__name {
        font-size: 36px;
        line-height: 39.6px;
        padding-bottom: 15px
    }
}

.person-banner__position {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    .person-banner__position {
        font-size: 23px;
        line-height: 39.1px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .person-banner__position {
        font-size: 21px;
        line-height: 35px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767.98px) {
    .person-banner__position {
        font-size: 19px;
        line-height: 32.3px;
        padding-bottom: 25px
    }
}

.person-banner__personal {
    border-bottom: 1px solid rgba(42, 41, 44, .2);
    bottom: 55px;
    left: 0;
    position: absolute;
    width: 100%
}

.person-banner__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 1200px) {
    .person-banner__info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width: 1199.98px) {
    .person-banner__info {
        padding-top: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .person-banner__info {
        display: block
    }
}

.person-banner__tag {
    background-color: grey;
    border-radius: 5px;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase
}

.person-banner__label {
    color: grey;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    padding-right: 10px
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .person-banner__contact {
        max-width: 330px;
        width: 100%;
        text-align: right
    }
}

@media only screen and (max-width: 767.98px) {
    .person-banner__contact {
        margin-top: 30px
    }
}

.person-banner__contact-item {
    background-color: rgba(42, 41, 44, .05);
    border-radius: 5px;
    color: rgba(42, 41, 44, .6);
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 30px;
    position: relative
}

.person-banner__contact-item:not(:last-child) {
    margin-right: 10px
}

.loaded .person-banner__contact-item {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.person-banner__contact-item .icon {
    position: absolute;
    top: 10px;
    left: 10px
}

@media only screen and (min-width: 1025px) {
    .no-touch .person-banner__contact-item:hover {
        background-color: grey;
        color: #fff
    }
}

.person-banner__image-wrap {
    padding-bottom: 73.8%;
    position: relative
}

@media only screen and (min-width: 1200px) {
    .person-banner__image-wrap {
        max-width: 625px;
        width: 100%
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .person-banner__image-wrap {
        padding-bottom: 76.16%
    }
}

.person-banner__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .person-banner__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
    }
}

.person-banner__left {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .person-banner__left {
        max-width: 675px
    }
}

@media only screen and (max-width: 1199.98px) {
    .person-banner__left {
        margin-bottom: 25px
    }
}

.person-banner__right {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .person-banner__right {
        margin-left: 60px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .person-banner__right {
        max-width: 638px
    }
}

.search-rests {
    margin-bottom: 100px;
    width: 100%
}

.search-rests__main-title {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 18px;
    padding-bottom: 25px
}

@media only screen and (min-width: 1200px) {
    .search-rests__main-title--no-rest {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .search-rests__main-title--no-rest {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .search-rests__main-title--no-rest {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 1200px) {
    .search-rests__wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        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
    }
}

.search-rests__left {
    margin-top: 4px;
    max-width: 346px;
    width: 100%
}

@media only screen and (max-width: 1199.98px) {
    .search-rests__left {
        margin-bottom: 40px
    }
}

.search-rests__right {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .search-rests__right {
        margin-top: -20px
    }

    .search-rests__right .pagination__wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.search-rests__item {
    border-bottom: 1px solid rgba(42, 41, 44, .2);
    margin-bottom: 20px;
    padding-bottom: 50px;
    position: relative
}

.search-rests__item a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .search-rests__item a:hover {
        opacity: .6
    }
}

.search-rests__title {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 20px
}

.search-rests__link {
    color: white;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 5px
}

.loaded .search-rests__link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .search-rests__link:hover {
        opacity: .6
    }
}

.search-rests__description {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.search-input {
    width: 100%
}

.search-input__wrap {
    max-width: 327px;
    position: relative;
    width: 100%
}

.search-input__title {
    color: grey;
    display: block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    padding-bottom: 12px
}

.search-input__input {
    border: 1px solid rgba(42, 41, 44, .2);
    border-radius: 52px;
    background-color: #fff;
    height: 50px;
    padding-left: 25px;
    padding-right: 50px;
    width: 100%
}

.search-input__input::-webkit-input-placeholder {
    color: rgba(42, 41, 44, .6)
}

.search-input__input::-moz-placeholder {
    color: rgba(42, 41, 44, .6)
}

.search-input__input:-ms-input-placeholder {
    color: rgba(42, 41, 44, .6)
}

.search-input__input::-ms-input-placeholder {
    color: rgba(42, 41, 44, .6)
}

.search-input__input::placeholder {
    color: rgba(42, 41, 44, .6)
}

.search-input__input :-ms-input-placeholde {
    color: rgba(42, 41, 44, .6)
}

.search-input__btn {
    color: white;
    position: absolute;
    top: 15px;
    right: 16px;
    font-size: 22px
}

.error {
    width: 100%
}

@media only screen and (min-width: 992px)and (max-width: 1024px) {
    .error {
        min-height: calc(100vh - 867px)
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .error {
        min-height: calc(100vh - 517px)
    }
}

.error__wrap {
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px
}

.error__wrap a {
    text-decoration: underline
}

@media only screen and (min-width: 1025px) {
    .no-touch .error__wrap a:hover {
        opacity: .6
    }
}

.sitemap {
    width: 100%
}

.sitemap__title {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px
}

.sitemap__title-link {
    color: grey;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .sitemap__title-link:hover {
        color: white
    }
}

.sitemap__link {
    color: white;
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    margin-bottom: 15px;
    background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    position: relative;
    padding-bottom: 3px
}

.sitemap__link .icon {
    font-size: 11px;
    position: relative;
    top: 1px;
    left: 6px
}

.sitemap__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sitemap__link {
        background: none
    }

    .sitemap__link::before {
        content: none
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .sitemap__link:hover {
        background-size: calc(100% - 11px) 100%
    }
}

@media only screen and (min-width: 1025px)and (-ms-high-contrast: none),
only screen and (min-width: 1025px)and (-ms-high-contrast: active) {
    .no-touch .sitemap__link:hover {
        text-decoration: underline
    }
}

.sitemap__column {
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width: 1200px) {
    .sitemap__column {
        max-width: 24%;
        width: calc(100% - 100px);
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .sitemap__column {
        max-width: 32%;
        width: calc(100% - 100px);
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767.98px) {
    .sitemap__column {
        max-width: 100%;
        margin-bottom: 40px;
        width: 100%
    }
}

.sitemap__second-list {
    padding-left: 20px
}

.image-library {
    width: 100%
}

.image-library__container {
    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
}

.image-library__left {
    max-width: 350px;
    width: 100%;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .image-library__left {
        display: none
    }
}

.image-library__right {
    width: 100%
}

.image-library__right .pagination__wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.image-library__right .pagination__wrap .wrap {
    padding: 0
}

.image-library__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 80px
}

@media only screen and (max-width: 767.98px) {
    .image-library__cards {
        margin-bottom: 60px
    }
}

.image-library__card {
    width: 33.333%;
    padding: 0 7px;
    margin-bottom: 60px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .image-library__card {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767.98px) {
    .image-library__card {
        width: 50%;
        margin-bottom: 30px
    }
}

.image-library__holder {
    position: relative
}

.image-library__img-wrap {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

@media only screen and (min-width: 1025px) {
    .no-touch .image-library__img-wrap:hover .image-library__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 992px) {
    .image-library__img-wrap {
        padding-bottom: 60.6%
    }
}

@media only screen and (max-width: 991.98px) {
    .image-library__img-wrap {
        padding-bottom: 100%
    }
}

.image-library__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loaded .image-library__img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.image-library__pdf {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700;
    color: grey;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.image-library__pdf .icon {
    color: white;
    margin-right: 6px;
    font-size: 12px
}

@media only screen and (min-width: 1025px) {
    .no-touch .image-library__pdf:hover {
        color: white
    }

    .no-touch .image-library__pdf:hover .image-library__size {
        color: white
    }
}

@media only screen and (max-width: 767.98px) {
    .image-library__pdf {
        font-size: 12px;
        line-height: 16px
    }
}

.image-library__size {
    color: rgba(0, 0, 0, .4);
    margin-left: 6px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.image-library__details-img {
    min-height: 580px;
    margin-bottom: 25px
}

@media only screen and (max-width: 767.98px) {
    .image-library__details-img {
        min-height: 160px
    }
}

.image-library__title {
    margin-bottom: 15px
}

.image-library__details {
    display: none
}

.image-library__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1000
}

.image-library__popup {
    width: 100%;
    max-width: 1135px;
    min-height: 702px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 60px 35px 25px;
    background-color: #fff
}

.loaded .image-library__popup {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .image-library__popup {
        width: calc(100% - 60px);
        padding-top: 30px;
        min-height: 480px
    }
}

@media only screen and (max-width: 767.98px) {
    .image-library__popup {
        min-height: 334px;
        padding: 25px 20px;
        max-width: calc(100% - 60px)
    }
}

.image-library__close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 6px;
    font-size: 14px;
    z-index: 20
}

.image-library__close .icon {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .image-library__close:hover {
        color: white
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .image-library__close {
        top: 5px;
        right: 5px
    }
}

@media only screen and (max-width: 767.98px) {
    .image-library__close {
        top: 0;
        right: 15px
    }
}

.image-library__arrow {
    position: absolute;
    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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    height: 50px;
    width: 50px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.image-library__arrow .icon {
    font-size: 14px;
    color: white
}

@media only screen and (min-width: 1025px) {
    .no-touch .image-library__arrow:hover {
        background-color: white
    }

    .no-touch .image-library__arrow:hover .icon {
        color: #fff
    }
}

@media only screen and (max-width: 767.98px) {
    .image-library__arrow {
        height: 36px;
        width: 36px
    }
}

.image-library__arrow--previous {
    left: -25px
}

@media only screen and (max-width: 767.98px) {
    .image-library__arrow--previous {
        left: -18px
    }
}

.image-library__arrow--next {
    right: -25px
}

@media only screen and (max-width: 767.98px) {
    .image-library__arrow--next {
        right: -18px
    }
}

.image-library__arrow--disabled {
    opacity: 0;
    visibility: hidden
}

.image-library__info {
    position: relative;
    padding-right: 50px
}

.image-library__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2
}

.image-library__current,
.image-library__totals {
    font-size: 16px;
    line-height: 26px
}

.image-library__totals {
    position: relative;
    padding-left: 25px
}

.image-library__totals::before,
.image-library__totals::after {
    content: "/";
    display: block;
    position: absolute;
    top: -1px;
    color: white
}

.image-library__totals::before {
    left: 8px
}

.image-library__totals::after {
    left: 12px
}

.sidebar {
    width: 100%
}

.sidebar__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid grey
}

.sidebar__item {
    margin-bottom: 15px
}

.sidebar__link {
    font-size: 16px;
    line-height: 26px;
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .sidebar__link:hover {
        color: white
    }
}

.sidebar__sublist {
    padding: 5px 0 0 15px
}

.sidebar__sublink {
    font-family: "Public Sans", Arial, sans-serif;
    color: grey
}

.banner-landing {
    position: relative;
    width: 100%;
    height: 704px;
    margin-bottom: 120px;
    background-color: rgba(42, 41, 44, .05);
    overflow: hidden
}

.banner-landing .wrap {
    position: relative;
    height: 100%
}

.banner-landing .breadcrumbs {
    position: absolute;
    left: 20px;
    top: 200px;
    z-index: 3
}

.banner-landing .banner__video-wrap {
    z-index: 0
}

@media only screen and (max-width: 991.98px) {
    .banner-landing .baner-large__bottom {
        display: block
    }

    .banner-landing .breadcrumbs {
        top: 163px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner-landing {
        height: 680px;
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-landing {
        height: 480px;
        margin-bottom: 80px
    }
}

.banner-landing__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
    pointer-events: none
}

.banne-landingr__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner-landing__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-landing__content {
    position: absolute;
    left: 20px;
    bottom: 100px;
    width: calc(100% - 40px);
    z-index: 3
}

@media only screen and (max-width: 767.98px) {
    .banner-landing__content {
        bottom: 40px
    }
}

.banner-landing__title {
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner-landing__title {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-landing__title {
        margin-bottom: 25px
    }
}

.banner-landing__text {
    font-size: 16px;
    line-height: 26px;
    font-family: "Public Sans", Arial, sans-serif;
    color: #fff;
    max-width: 560px
}

.banner-landing__scroll {
    position: absolute;
    right: 10px;
    bottom: 100px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: visible
}

@media only screen and (min-width: 992px)and (max-width: 1600px) {
    .banner-landing__scroll {
        right: 0
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .banner-landing__scroll {
        right: -15px;
        bottom: 130px
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-landing__scroll {
        display: none
    }
}

.banner-landing__scroll-text {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.loaded .banner-landing__scroll-text {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .no-touch .banner-landing__scroll-text:hover {
        opacity: .6
    }
}

.banner-landing__scroll-line {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: -16px;
    left: -38px;
    overflow: hidden;
    pointer-events: none
}

.banner-landing__scroll-line::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation: scroll 2s ease-in-out infinite;
    animation: scroll 2s ease-in-out infinite
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        height: 70%
    }
}

.stats {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .stats {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .stats {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 768px) {
    .stats__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
    }
}

.stats__left {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .stats__left {
        margin-right: 40px;
        max-width: 420px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__left {
        margin-bottom: 50px
    }
}

.stats__right {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .stats__right {
        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
    }
}

@media only screen and (min-width: 1200px) {
    .stats__item {
        max-width: 50%;
        width: 100%
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__item {
        margin-bottom: 25px
    }
}

.stats__content {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .stats__content {
        padding-left: 30px;
        max-width: calc(100% - 100px)
    }
}

@media only screen and (max-width: 1199.98px) {
    .stats__content {
        padding-left: 20px
    }
}

.stats__img-img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .stats__img-img {
        max-width: 60px;
        padding-top: 5px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__img-img {
        max-width: 52px
    }
}

.stats__title {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .stats__title {
        font-size: 23px;
        line-height: 36.8px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__title {
        font-size: 19px;
        line-height: 27px
    }
}

.stats__text {
    color: grey;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 200;
    padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .stats__text {
        font-size: 20px;
        line-height: 34.4px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__text {
        font-size: 17px;
        line-height: 29.24px
    }
}

.stats__link {
    color: white;
    display: inline;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    padding-bottom: 5px;
    position: relative
}

.stats__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.stats__link .icon {
    position: relative;
    left: 3px;
    font-size: 12px
}

@media only screen and (min-width: 1025px) {
    .no-touch .stats__link:hover::before {
        width: calc(100% - 15px)
    }
}

.stats__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stats__curr,
.stats__num {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {

    .stats__curr,
    .stats__num {
        font-size: 80px;
        line-height: 89px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {

    .stats__curr,
    .stats__num {
        font-size: 70px;
        line-height: 77px
    }
}

@media only screen and (max-width: 767.98px) {

    .stats__curr,
    .stats__num {
        font-size: 44px;
        line-height: 48.4px
    }
}

.stats__symbol {
    color: grey;
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1200px) {
    .stats__symbol {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .stats__symbol {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__symbol {
        font-size: 25px;
        line-height: 32.5px
    }
}

.stats__text {
    color: grey;
    opacity: .6;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.gallery {
    position: relative;
    width: 100%
}

.gallery .wrap {
    position: relative
}

@media only screen and (min-width: 1200px) {
    .gallery {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .gallery {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery {
        margin-bottom: 60px
    }

    .gallery .wrap {
        padding: 0
    }
}

.gallery__slide {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 767.98px) {
    .gallery__slide {
        padding-bottom: 61.5%
    }
}

.gallery__cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.gallery__slide-wrap {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .gallery__slide-wrap {
        padding: 75px 85px 50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .gallery__slide-wrap {
        padding: 45px 45px 50px
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery__slide-wrap {
        padding: 40px 20px 50px
    }
}

.gallery__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    max-width: 600px
}

@media only screen and (min-width: 1200px) {
    .gallery__title {
        font-size: 46px;
        line-height: 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .gallery__title {
        font-size: 37px;
        line-height: 48px
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery__title {
        font-size: 32px;
        line-height: 41.6px
    }
}

.gallery__controls {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 4px
}

@media only screen and (min-width: 1200px) {
    .gallery__controls {
        left: 20px;
        padding: 35px 60px;
        width: calc(100% - 40px)
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .gallery__controls {
        padding: 30px;
        width: calc(100% - 40px);
        left: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 992px) {
    .gallery__controls {
        width: calc(100% - 50px);
        left: 25px
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery__controls {
        padding: 12px 20px;
        width: 100%;
        left: 0
    }
}

.gallery__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.gallery__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.gallery__totals {
    position: relative;
    width: 27px;
    padding-left: 10px
}

.gallery__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.gallery__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.gallery__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.gallery__arrow .icon {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .gallery__arrow:hover {
        border-color: rgba(68, 0, 153, .4);
        background-color: #fff
    }

    .no-touch .gallery__arrow:hover .icon {
        color: white
    }
}

.gallery__arrow--prev {
    margin-right: 10px
}

.gallery__control-btn {
    display: block;
    margin: 0 20px;
    width: 20px;
    height: 25px
}

.gallery__control-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: "";
    display: block;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 767.98px) {
    .gallery__control-btn {
        margin: 0 10px
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .gallery__control-btn:hover::after {
        color: white
    }
}

.gallery__control--active::after {
    content: ""
}

.gallery__controls-left {
    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
}

.gallery__progress-holder {
    position: relative;
    width: 100%
}

.gallery__progress-holder::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    left: 0;
    top: -1px
}

.gallery__progress {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0
}

.loaded .gallery__progress--started {
    -webkit-animation: progressAnimation 7s linear infinite;
    animation: progressAnimation 7s linear infinite
}

.gallery__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.gallery__video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery__mobile-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .gallery__mobile-poster {
        display: none
    }
}

.podcast {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .podcast {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast {
        margin-bottom: 60px
    }

    .podcast .wrap {
        padding: 0
    }
}

.podcast--negative {
    z-index: 2;
    position: relative
}

@media only screen and (min-width: 1200px) {
    .podcast--negative {
        margin-top: -470px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast--negative {
        margin-top: -350px
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast--negative {
        margin-top: -250px
    }
}

.podcast__wrap {
    position: relative
}

.podcast__img-wrap {
    position: relative
}

@media only screen and (min-width: 1200px) {
    .podcast__img-wrap {
        padding-bottom: 47.5455%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast__img-wrap {
        padding-bottom: 71.98%
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast__img-wrap {
        padding-bottom: 157%
    }
}

.podcast__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.podcast__content {
    position: absolute;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .podcast__content {
        bottom: 40px;
        left: 50px;
        max-width: calc(100% - 80px)
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast__content {
        bottom: 40px;
        left: 45px;
        max-width: calc(100% - 40px)
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast__content {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px)
    }
}

.podcast__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    width: calc(100% - 40px)
}

@media only screen and (min-width: 1200px) {
    .podcast__title {
        font-size: 33px;
        line-height: 42.9px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast__title {
        font-size: 28px;
        line-height: 36.4px
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast__title {
        font-size: 25px;
        line-height: 32.5px
    }
}

.podcast__info {
    font-size: 0;
    margin-bottom: 20px
}

.podcast__tag {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .podcast__tag {
        top: 80px;
        left: 80px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1199.98px) {
    .podcast__tag {
        top: 60px;
        left: 45px
    }
}

@media only screen and (max-width: 767.98px) {
    .podcast__tag {
        top: 40px;
        left: 20px
    }
}

.podcast__category {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    z-index: 3
}

.loaded .podcast__category {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.podcast__date {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px
}

.podcast__date::before,
.podcast__date:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff
}

.podcast__date::before {
    left: 12px
}

.podcast__date::after {
    right: 12px
}

.podcast__time {
    color: #fff;
    display: inline-block;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 21px;
    position: relative
}

.podcast__time .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px
}

.podcast__video-btn {
    display: inline-block;
    margin-bottom: 30px
}

@media only screen and (min-width: 1025px) {
    .no-touch .podcast__video-btn:hover {
        background-color: #fff;
        color: grey;
        border-color: #fff
    }

    .no-touch .podcast__video-btn:hover .icon {
        color: grey
    }
}

.podcast__video-wrap {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

.podcast__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media(min-aspect-ratio: 16/9) {
    .podcast__video-iframe {
        height: 300%;
        top: -100%
    }
}

@media(max-aspect-ratio: 16/9) {
    .podcast__video-iframe {
        width: 300%;
        left: -100%
    }
}


.slider {
    width: 100%;
    margin-bottom: 100px
}

.slider .wrap {
    position: relative
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .slider {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767.98px) {
    .slider {
        margin-bottom: 60px
    }
}

.slider__slide {
    position: relative;
    min-height: 638px;
    padding: 100px 60px
}

.slider__slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 41, 44, .4)
}

@media only screen and (max-width: 991.98px) {
    .slider__slide {
        min-height: 530px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991.98px) {
    .slider__slide {
        padding: 50px 45px 130px
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__slide {
        padding: 35px 20px 90px
    }
}

.slider__content {
    position: relative;
    color: #fff;
    max-width: 905px
}

.slider__content .rte {
    margin-bottom: 30px
}

.slider__content .intro-text {
    margin-bottom: 10px
}

@media only screen and (max-width: 991.98px) {
    .slider__content .rte .intro-text {
        font-size: 21px;
        line-height: 36px
    }

    .slider__content .rte p {
        font-size: 17px;
        line-height: 30px
    }
}

.slider__subtitle {
    margin-bottom: 10px
}

.slider__title {
    margin-bottom: 30px
}

.slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 35px;
    left: 80px;
    width: calc(100% - 160px)
}

@media only screen and (max-width: 991.98px) {
    .slider__controls {
        bottom: 20px;
        left: 72px;
        width: calc(100% - 142px)
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__controls {
        left: 44px;
        width: calc(100% - 84px)
    }
}

.slider__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: "Public Sans", Arial, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.slider__current {
    display: inline-block;
    width: 17px;
    margin-right: 5px
}

.slider__totals {
    position: relative;
    width: 27px;
    padding-left: 10px
}

.slider__totals::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px
}

.slider__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.slider__arrow {
    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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider__arrow .icon {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .no-touch .slider__arrow:hover {
        border-color: #fff;
        background-color: #fff
    }

    .no-touch .slider__arrow:hover .icon {
        color: grey
    }
}

.slider__arrow--prev {
    margin-right: 10px
}

@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
    }

