@charset "UTF-8";
@font-face {
  font-family: "Campton";
  font-display: fallback;
  font-weight: 300;
  src: url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.woff") format("woff");
}
@font-face {
  font-family: "Campton";
  font-display: fallback;
  font-weight: 400;
  src: url("../fonts/Campton-Book.woff") format("woff"), url("../fonts/Campton-Book.woff") format("woff");
}
@font-face {
  font-family: "Campton";
  font-display: fallback;
  font-weight: 500;
  src: url("../fonts/Campton-Medium.woff") format("woff"), url("../fonts/Campton-Medium.woff") format("woff");
}
@font-face {
  font-family: "Campton";
  font-display: fallback;
  font-weight: 600;
  src: url("../fonts/Campton-SemiBold.woff") format("woff"), url("../fonts/Campton-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Campton";
  font-display: fallback;
  font-weight: 700;
  src: url("../fonts/Campton-Bold.woff") format("woff"), url("../fonts/Campton-Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "Campton";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.section--gray {
  background-color: #F4F4F4;
}

.aspect-ratio-6x3 {
  width: 100%;
  padding-top: 50.13%;
  position: relative;
}
.aspect-ratio-6x3__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-3x5 {
  width: 100%;
  padding-top: 136.13%;
  position: relative;
}
.aspect-ratio-3x5__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-3x2 {
  width: 100%;
  padding-top: 72.1%;
  position: relative;
}
.aspect-ratio-3x2__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-6x7 {
  width: 100%;
  padding-top: 87.15%;
  position: relative;
}
.aspect-ratio-6x7__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-grid {
  display: grid;
}
.d-inline-block {
  display: inline-block;
}

.mt-0 {
  margin-top: 0;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-20-negative {
  margin-top: -20px;
}
.mt-30-negative {
  margin-top: -30px;
}
.mt-40-negative {
  margin-top: -40px;
}
.mr-auto {
  margin-right: auto;
}
.mr-8 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-32 {
  margin-right: 32px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-140 {
  margin-bottom: 140px;
}
.ml-auto {
  margin-left: auto;
}
.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}

.p-14 {
  padding: 14px 0;
}
.p-16 {
  padding: 16px 0;
}
.p-20 {
  padding: 20px 0;
}
.p-40 {
  padding: 40px 0;
}
.p-50 {
  padding: 50px;
}
.pt-0 {
  padding-top: 0;
}
.pt-24 {
  padding-top: 24px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-72 {
  padding-right: 72px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-250 {
  padding-right: 250px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-72 {
  padding-bottom: 72px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-72 {
  padding-left: 72px;
}

.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-pos-center {
  object-position: center;
}
.object-pos-left {
  object-position: left;
}

.max-w-30 {
  max-width: 30%;
}
.max-w-40 {
  max-width: 40%;
}
.max-w-50 {
  max-width: 50%;
}
.max-w-60 {
  max-width: 60%;
}
.max-w-65 {
  max-width: 65%;
}
.max-w-70 {
  max-width: 70%;
}
.max-w-80 {
  max-width: 80%;
}
.max-w-100 {
  max-width: 100%;
}

.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}

.min-h-100 {
  min-height: 100%;
}
.min-h-90 {
  min-height: 90px;
}

.max-h-100 {
  max-height: 100%;
}

.h-100 {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}
.flex--items-center {
  align-items: center;
}
.flex--items-start {
  align-items: flex-start;
}
.flex--items-end {
  align-items: flex-end;
}
.flex--items-baseline {
  align-items: baseline;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-end {
  justify-content: flex-end;
}
.flex--space-between {
  justify-content: space-between;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--direction-column {
  flex-direction: column;
}
.flex--none {
  flex: none;
}
.flex--inline {
  display: inline-flex;
}
.flex--content-center {
  align-content: center;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}

.zindex-1 {
  z-index: 1;
}
.zindex-2 {
  z-index: 2;
}

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

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

[class*=col-] {
  padding-left: 14px;
  padding-right: 14px;
}

.color-primary {
  color: #108EDD;
}
.color-third {
  color: #7F7F7F;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}

.font-primary {
  font-family: "Campton";
}
.font-primary-regular, .font-primary-regular p:not([class]), .font-primary-regular span:not([class]) {
  font-weight: 400;
}
.font-primary-bold, .font-primary-bold p:not([class]), .font-primary-bold span:not([class]) {
  font-weight: 700;
}
.font-primary-semibold, .font-primary-semibold p:not([class]), .font-primary-semibold span:not([class]) {
  font-weight: 600;
}
.font-primary-medium, .font-primary-medium p:not([class]), .font-primary-medium span:not([class]) {
  font-weight: 500;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (max-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (min-width: 1200px) {
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1500px) and (min-width: 576px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }

  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mt-md-auto {
    margin-top: auto;
  }

  .p-md-10 {
    padding: 10px 0;
  }

  .p-md-30 {
    padding: 30px 0;
  }

  .p-md-0 {
    padding: 0;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }

  .flex-md--justify-start {
    justify-content: flex-start;
  }
  .flex-md--items-start {
    align-items: flex-start;
  }
  .flex-md--wrap {
    flex-wrap: wrap;
  }
  .flex-md--justify-center {
    justify-content: center;
  }
  .flex-md--direction-column {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-auto {
    margin-top: auto;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .mr-sm-auto {
    margin-right: auto;
  }

  .sm-relative {
    position: relative;
  }
}
@media (max-width: 768px) {
  .sm-relative {
    position: relative;
  }

  .flex-sm {
    display: flex;
  }
  .flex-sm--wrap {
    flex-wrap: wrap;
  }
  .flex-sm--justify-start {
    justify-content: flex-start;
  }
  .flex-sm--justify-center {
    justify-content: center;
  }
  .flex-sm--align-items {
    align-items: flex-end;
  }
  .flex-sm--direction-column {
    flex-direction: column;
  }

  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }

  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-0 {
    margin-top: 0;
  }

  .ml-sm-16 {
    margin-left: 16px;
  }

  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-16 {
    margin-right: 16px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }

  .mb-sm {
    margin-bottom: 14px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }

  .pl-sm-0 {
    padding-left: 0;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
  .pl-sm-52 {
    padding-left: 52px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-16 {
    padding-left: 16px;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
  .pl-sm-0 {
    padding-left: 0;
  }

  .pr-sm-52 {
    padding-right: 52px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-16 {
    padding-right: 16px;
  }
  .pr-sm-8 {
    padding-right: 8px;
  }
  .pr-sm-0 {
    padding-right: 0;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }

  .h-sm-auto {
    height: auto;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-flex {
    display: flex;
  }

  .flex-xs {
    display: flex;
  }
  .flex-xs--items-center {
    align-items: center;
  }

  .block-xs {
    display: block;
  }

  .w-xs-100 {
    width: 100%;
  }

  .max-w-xs-100 {
    max-width: 100%;
  }

  .pl-xs-0 {
    padding-left: 0;
  }

  .mr-xs-0 {
    margin-right: 0;
  }

  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
}
input[type=submit]:focus {
  outline: none;
}

.header {
  z-index: 3;
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.header__ham {
  width: 24px;
  height: 18px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__ham__line {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 26px;
  opacity: 1;
  background-color: #19191E;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__ham__line:first-child {
  top: 0;
}
.header__ham__line:nth-child(2), .header__ham__line:nth-child(3) {
  top: 9px;
  width: 20px;
}
.header__ham__line:nth-child(4) {
  top: 18px;
}
.header__nav__list {
  list-style: none;
}
.header__nav__item {
  position: relative;
  width: max-content;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 1440px) {
  .header__nav__item {
    margin-left: calc(1.875vw - 15px);
  }
}
@media (min-width: 1600px) {
  .header__nav__item {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) {
  .header__nav__item {
    margin-right: calc(1.875vw - 15px);
  }
}
@media (min-width: 1600px) {
  .header__nav__item {
    margin-right: 15px;
  }
}
.header__nav__item--lang {
  display: none;
}
.header__nav__link {
  position: relative;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #8E9DA7;
  z-index: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header__nav__link:hover, .header__nav__link--active {
  color: #108EDD;
}
.header__lang {
  list-style: none;
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #8E9DA7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__lang--active, .header__lang:hover {
  color: rgba(142, 157, 167, 0.8);
}
.header__lang--active .header__lang__dropdown, .header__lang:hover .header__lang__dropdown {
  opacity: 1;
  visibility: visible;
}
.header__lang svg {
  margin-bottom: 2px;
  margin-left: 8px;
}
.header__lang__dropdown {
  position: absolute;
  margin-top: 3px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.23);
}
.header__lang__dropdown a {
  display: block;
  padding: 5px 0;
}
.header__search {
  margin-left: 40px;
  cursor: pointer;
}
.header__close-icon {
  cursor: pointer;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__search-icon {
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__form {
  position: absolute;
  right: -6px;
  top: 50%;
  width: 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__input {
  height: 40px;
  width: 0;
  padding: 5px 0;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__input:focus {
  outline: none;
}
.header--open-search .header__form {
  width: 260px;
  border-radius: 10px;
}
.header--open-search .header__input {
  width: 230px;
  padding: 5px 10px;
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
  transition-delay: 0.3s;
}
.header--open-search .header__search-icon {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  will-change: trasnform;
}
.header--open-search .header__close-icon {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  will-change: trasnform;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 1200px) {
  .header__ham {
    display: none;
  }
}
@media (max-width: 1200px) {
  .menu-open {
    overflow: hidden;
    height: 100%;
  }
  .menu-open body {
    overflow: hidden;
    height: 100%;
  }
  .menu-open .header {
    border: none;
  }
  .menu-open .header__nav {
    height: calc(100vh - 138px);
    overflow-y: auto;
    padding: 32px 15px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .menu-open .header__nav__item {
    text-align: left;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .menu-open .header__ham__line:first-child, .menu-open .header__ham__line:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
  }
  .menu-open .header__ham__line:nth-child(2) {
    width: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    will-change: trasnform;
  }
  .menu-open .header__ham__line:nth-child(3) {
    width: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    will-change: trasnform;
  }
  .menu-open .header__form {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .menu-open .header__input {
    opacity: 1;
    visibility: visible;
  }

  .header__nav {
    display: block;
    height: 0;
    position: absolute;
    top: 118px;
    left: 0;
    width: calc(100% + 30px);
    padding: 0;
    margin-left: -15px;
    background-color: #108EDD;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
  }
  .header__nav__list {
    display: block;
    height: auto;
  }
  .header__nav__link {
    color: #fff;
  }
  .header__nav__item {
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header__nav__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .header__nav__item--lang {
    display: block;
    margin-bottom: 20px;
  }
  .header__nav__item:before {
    background-color: #fff;
  }
  .header__lang {
    display: none;
  }
  .header__form {
    position: relative;
    top: 0;
    width: 50%;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    will-change: trasnform;
  }
  .header__form--open {
    width: 80%;
  }
  .header__input {
    width: 100%;
    padding: 5px 10px;
    padding-right: 35px;
    opacity: 0;
    visibility: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 25.314 25.314'%3E%3Cpath fill='%23000' d='M18.577,16.342a10.322,10.322,0,1,0-2.237,2.237l6.737,6.737,2.237-2.237-6.737-6.737Zm-8.293,1.064a7.12,7.12,0,1,1,7.12-7.12,7.127,7.127,0,0,1-7.12,7.12Z' transform='translate(0 -0.002)'/%3E%3C/svg%3E");
    background-position: center right 10px;
    background-repeat: no-repeat;
  }
  .header__search-icon, .header__close-icon {
    display: none;
  }
  .header--open-search .header__form {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .header__nav {
    top: 108px;
  }

  .menu-open .header__nav {
    height: calc(100vh - 117px);
  }
}
@media (max-width: 768px) {
  .header__nav {
    top: 40px;
  }
  .header__logo img {
    height: 30px;
  }

  .menu-open .header__nav {
    height: calc(100vh - 48px);
  }
}
@media (max-width: 576px) {
  .header .header__form {
    width: 100%;
  }
}
.breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.breadcrumb__link {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  color: #7F7F7F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb__link svg {
  margin-right: 10px;
  margin-bottom: -4px;
}
.breadcrumb__link--share:not(:last-child) {
  margin-right: 30px;
}
.breadcrumb__link:hover {
  color: #108EDD;
}
.breadcrumb__active {
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  color: #108EDD;
}
.breadcrumb__arrow {
  margin: 0 14px;
}

.programs {
  padding-top: 100px;
  padding-top: 64px;
}
@media (min-width: 576px) {
  .programs {
    padding-top: calc(1.8518518519vw + 53.3333333333px);
  }
}
@media (min-width: 1440px) {
  .programs {
    padding-top: calc(12.5vw - 100px);
  }
}
@media (min-width: 1600px) {
  .programs {
    padding-top: 100px;
  }
}
.programs__boxes {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .programs__boxes {
    margin-left: calc(-4.6875vw + 31.5px);
  }
}
@media (min-width: 1440px) {
  .programs__boxes {
    margin-left: calc(-5.625vw + 45px);
  }
}
@media (min-width: 1600px) {
  .programs__boxes {
    margin-left: -45px;
  }
}
@media (min-width: 992px) {
  .programs__boxes {
    margin-right: calc(-4.6875vw + 31.5px);
  }
}
@media (min-width: 1440px) {
  .programs__boxes {
    margin-right: calc(-5.625vw + 45px);
  }
}
@media (min-width: 1600px) {
  .programs__boxes {
    margin-right: -45px;
  }
}
.programs__col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .programs__col {
    padding-left: calc(4.6875vw - 31.5px);
  }
}
@media (min-width: 1440px) {
  .programs__col {
    padding-left: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .programs__col {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .programs__col {
    padding-right: calc(4.6875vw - 31.5px);
  }
}
@media (min-width: 1440px) {
  .programs__col {
    padding-right: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .programs__col {
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .programs__col {
    margin-bottom: calc(9.375vw - 63px);
  }
}
@media (min-width: 1440px) {
  .programs__col {
    margin-bottom: calc(11.25vw - 90px);
  }
}
@media (min-width: 1600px) {
  .programs__col {
    margin-bottom: 90px;
  }
}
.programs__box {
  height: 100%;
  padding: 30px;
  background: linear-gradient(143deg, #108EDD 60%, #08476F);
}
@media (min-width: 576px) {
  .programs__box {
    padding: calc(3.0092592593vw + 12.6666666667px);
  }
}
@media (min-width: 1440px) {
  .programs__box {
    padding: calc(8.75vw - 70px);
  }
}
@media (min-width: 1600px) {
  .programs__box {
    padding: 70px;
  }
}
.programs__box__icon {
  height: 50px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .programs__box__icon {
    height: calc(4.8611111111vw + 22px);
  }
}
@media (min-width: 1440px) {
  .programs__box__icon {
    height: calc(14.375vw - 115px);
  }
}
@media (min-width: 1600px) {
  .programs__box__icon {
    height: 115px;
  }
}
@media (min-width: 992px) {
  .programs__box__icon {
    margin-bottom: calc(15.625vw - 105px);
  }
}
@media (min-width: 1440px) {
  .programs__box__icon {
    margin-bottom: calc(18.75vw - 150px);
  }
}
@media (min-width: 1600px) {
  .programs__box__icon {
    margin-bottom: 150px;
  }
}
.programs__box__title {
  font-size: 28px;
  line-height: 1.1777777778;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 576px) {
  .programs__box__title {
    font-size: calc(0.9259259259vw + 22.6666666667px);
  }
}
@media (min-width: 1440px) {
  .programs__box__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .programs__box__title {
    font-size: 45px;
  }
}
.programs__box__text {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 18px;
  line-height: 1.4166666667;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .programs__box__text {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .programs__box__text {
    font-size: calc(2.5vw - 16px);
  }
}
@media (min-width: 1600px) {
  .programs__box__text {
    font-size: 24px;
  }
}

.cta-section {
  padding-top: 96px;
  padding-bottom: 58px;
  background: linear-gradient(140deg, #108EDD 30%, #19191E);
}
@media (min-width: 576px) {
  .cta-section {
    padding-top: calc(2.7777777778vw + 80px);
  }
}
@media (min-width: 1440px) {
  .cta-section {
    padding-top: calc(18.75vw - 150px);
  }
}
@media (min-width: 1600px) {
  .cta-section {
    padding-top: 150px;
  }
}
@media (min-width: 576px) {
  .cta-section {
    padding-bottom: calc(1.6203703704vw + 48.6666666667px);
  }
}
@media (min-width: 1440px) {
  .cta-section {
    padding-bottom: calc(11.25vw - 90px);
  }
}
@media (min-width: 1600px) {
  .cta-section {
    padding-bottom: 90px;
  }
}
.cta-section__title {
  font-size: 48px;
  line-height: 0.9892473118;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 576px) {
  .cta-section__title {
    font-size: calc(6.25vw + 12px);
  }
}
@media (min-width: 768px) {
  .cta-section__title {
    font-size: calc(2.0833333333vw + 44px);
  }
}
@media (min-width: 1440px) {
  .cta-section__title {
    font-size: calc(11.875vw - 97px);
  }
}
@media (min-width: 1600px) {
  .cta-section__title {
    font-size: 93px;
  }
}
.cta-section__link {
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #fff;
}
.cta-section__link svg {
  margin-right: 25px;
  marghin-right: 15px;
  width: 38px;
}
@media (min-width: 576px) {
  .cta-section__link svg {
    marghin-right: calc(0.5787037037vw + 11.6666666667px);
  }
}
@media (min-width: 1440px) {
  .cta-section__link svg {
    marghin-right: calc(3.125vw - 25px);
  }
}
@media (min-width: 1600px) {
  .cta-section__link svg {
    marghin-right: 25px;
  }
}
@media (min-width: 576px) {
  .cta-section__link svg {
    width: calc(0.9259259259vw + 32.6666666667px);
  }
}
@media (min-width: 1440px) {
  .cta-section__link svg {
    width: calc(7.5vw - 62px);
  }
}
@media (min-width: 1600px) {
  .cta-section__link svg {
    width: 58px;
  }
}

.single-news__top {
  border-bottom: 8px solid #E3E3E3;
}
.single-news__details {
  color: rgba(25, 25, 25, 0.3);
  font-size: 18px;
  line-height: 1.3636363636;
}
@media (min-width: 576px) {
  .single-news__details {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-news__details {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-news__details {
    font-size: 22px;
  }
}
.single-news__heading {
  max-width: 900px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.347826087;
  color: #000;
}
@media (min-width: 576px) {
  .single-news__heading {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .single-news__heading {
    font-size: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .single-news__heading {
    font-size: 46px;
  }
}
.single-news__left {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .single-news__left {
    padding-right: calc(6.0096153846vw - 46.1538461538px);
  }
}
@media (min-width: 1600px) {
  .single-news__left {
    padding-right: 50px;
  }
}
.single-news__content p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #7F7F7F;
}
@media (min-width: 576px) {
  .single-news__content p {
    padding-bottom: calc(0.5787037037vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-news__content p {
    padding-bottom: calc(4.375vw - 38px);
  }
}
@media (min-width: 1600px) {
  .single-news__content p {
    padding-bottom: 32px;
  }
}
@media (min-width: 576px) {
  .single-news__content p {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-news__content p {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-news__content p {
    font-size: 20px;
  }
}
.single-news__content p:first-child {
  font-size: 20px;
  line-height: 1.4615384615;
  font-weight: 500;
  color: #000;
}
@media (min-width: 576px) {
  .single-news__content p:first-child {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-news__content p:first-child {
    font-size: calc(2.5vw - 14px);
  }
}
@media (min-width: 1600px) {
  .single-news__content p:first-child {
    font-size: 26px;
  }
}
.single-news__related {
  padding: 35px 40px 15px;
  border-top: 6px solid #108EDD;
  background-color: #fff;
}
.single-news__related__items {
  padding: 35px 0;
}
.single-news__related__items:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.single-news__related__items:hover .single-news__related__items__title {
  margin-left: 10px;
}
.single-news__related__items__title {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.2727272727;
  font-weight: 600;
  color: #19191E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .single-news__related__items__title {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-news__related__items__title {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-news__related__items__title {
    font-size: 22px;
  }
}
.single-news__related__title {
  font-size: 16px;
  line-height: 1.1666666667;
  font-weight: 600;
  letter-spacing: 8px;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 576px) {
  .single-news__related__title {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-news__related__title {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .single-news__related__title {
    font-size: 18px;
  }
}
.single-news__related__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3888888889;
  color: rgba(25, 25, 30, 0.3);
}
@media (min-width: 576px) {
  .single-news__related__date {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-news__related__date {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .single-news__related__date {
    font-size: 18px;
  }
}

.articles-prev-next__border {
  padding-top: 48px;
  border-top: 8px solid #E3E3E3;
}
@media (min-width: 576px) {
  .articles-prev-next__border {
    padding-top: calc(2.8846153846vw + 31.3846153846px);
  }
}
@media (min-width: 992px) {
  .articles-prev-next__border {
    padding-top: 60px;
  }
}
.articles-prev-next__item {
  max-width: 500px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.articles-prev-next__item--prev:hover {
  margin-left: 20px;
}
.articles-prev-next__item--next:hover {
  margin-right: 20px;
}
.articles-prev-next__quote {
  color: rgba(25, 25, 30, 0.4);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
}
@media (min-width: 576px) {
  .articles-prev-next__quote {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .articles-prev-next__quote {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .articles-prev-next__quote {
    font-size: 20px;
  }
}
.articles-prev-next__title {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 600;
  color: #19191E;
}
@media (min-width: 576px) {
  .articles-prev-next__title {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .articles-prev-next__title {
    font-size: calc(1.25vw + 4px);
  }
}
@media (min-width: 1600px) {
  .articles-prev-next__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .articles-prev-next__item--prev:hover {
    margin-left: 10px;
  }
  .articles-prev-next__item--next:hover {
    margin-left: 10px;
  }
}
.top_section__title {
  font-size: 42px;
  line-height: 1.1714285714;
  font-weight: 700;
}
@media (min-width: 576px) {
  .top_section__title {
    font-size: calc(1.6203703704vw + 32.6666666667px);
  }
}
@media (min-width: 1440px) {
  .top_section__title {
    font-size: calc(8.75vw - 70px);
  }
}
@media (min-width: 1600px) {
  .top_section__title {
    font-size: 70px;
  }
}
.top_section__num {
  min-width: 48px;
  min-height: 48px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  border: 2px solid #19191E;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .top_section__num {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .top_section__num {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .top_section__num {
    font-size: 20px;
  }
}

.news {
  padding-top: 38px;
  padding-bottom: 64px;
}
@media (min-width: 576px) {
  .news {
    padding-top: calc(1.1574074074vw + 31.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news {
    padding-top: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .news {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  .news {
    padding-bottom: calc(1.8518518519vw + 53.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news {
    padding-bottom: calc(12.5vw - 100px);
  }
}
@media (min-width: 1600px) {
  .news {
    padding-bottom: 100px;
  }
}
.news__featured {
  background: linear-gradient(140deg, #108EDD 30%, #19191E);
}
.news__featured__slide {
  padding: 26px;
  padding-bottom: 64px;
}
@media (min-width: 767px) {
  .news__featured__slide {
    padding: calc(16.8888888889vw - 103.5377777778px);
  }
}
@media (min-width: 992px) {
  .news__featured__slide {
    padding: 64px;
  }
}
.news__featured__left {
  width: 470px;
  max-width: 100%;
  margin-right: 26px;
}
@media (min-width: 767px) {
  .news__featured__left {
    margin-right: calc(4.1604754829vw - 5.9108469539px);
  }
}
@media (min-width: 1440px) {
  .news__featured__left {
    margin-right: calc(8.75vw - 72px);
  }
}
@media (min-width: 1600px) {
  .news__featured__left {
    margin-right: 68px;
  }
}
.news__featured__date {
  font-size: 16px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #B2DBF4;
}
@media (min-width: 576px) {
  .news__featured__date {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news__featured__date {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .news__featured__date {
    font-size: 18px;
  }
}
.news__featured__title {
  font-size: 32px;
  line-height: 1.1739130435;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 576px) {
  .news__featured__title {
    font-size: calc(0.462962963vw + 29.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news__featured__title {
    font-size: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .news__featured__title {
    font-size: 46px;
  }
}
.news__featured__text {
  font-size: 18px;
  line-height: 1.5454545455;
  font-weight: 500;
  color: #B2DBF4;
}
@media (min-width: 576px) {
  .news__featured__text {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .news__featured__text {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .news__featured__text {
    font-size: 22px;
  }
}
.news__featured__link {
  padding: 14px 20px;
  line-height: 1.3888888889;
  font-weight: 500;
  color: #B2DBF4;
  border: 1px solid rgba(178, 219, 244, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news__featured__link:hover {
  border-color: #B2DBF4;
}
.news__featured .swiper-pagination {
  padding-left: 26px;
  bottom: 20px;
  text-align: left;
}
@media (min-width: 576px) {
  .news__featured .swiper-pagination {
    padding-left: calc(3.0092592593vw + 8.6666666667px);
  }
}
@media (min-width: 1440px) {
  .news__featured .swiper-pagination {
    padding-left: calc(7.5vw - 56px);
  }
}
@media (min-width: 1600px) {
  .news__featured .swiper-pagination {
    padding-left: 64px;
  }
}
@media (min-width: 768px) {
  .news__featured .swiper-pagination {
    bottom: calc(1.1904761905vw + 10.8571428571px);
  }
}
@media (min-width: 1440px) {
  .news__featured .swiper-pagination {
    bottom: calc(5vw - 44px);
  }
}
@media (min-width: 1600px) {
  .news__featured .swiper-pagination {
    bottom: 36px;
  }
}
.news__featured .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(178, 219, 244, 0.2);
}
.news__featured .swiper-pagination-bullet-active {
  background-color: #B2DBF4;
}
.news__boxes {
  columns: 3 200px;
  column-gap: 30px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .news__boxes {
    column-gap: calc(14.1666666667vw - 140px);
  }
}
@media (min-width: 1440px) {
  .news__boxes {
    column-gap: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .news__boxes {
    column-gap: 80px;
  }
}
.news__boxes__title {
  font-size: 36px;
  line-height: 1.1777777778;
  font-weight: 700;
  color: #19191E;
}
@media (min-width: 576px) {
  .news__boxes__title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .news__boxes__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__title {
    font-size: 45px;
  }
}
.news__boxes__item {
  width: 150px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1200px) {
  .news__boxes__item {
    margin-bottom: calc(14.1666666667vw - 140px);
  }
}
@media (min-width: 1440px) {
  .news__boxes__item {
    margin-bottom: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__item {
    margin-bottom: 80px;
  }
}
.news__boxes__item__img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
}
.news__boxes__item__date {
  font-size: 16px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: rgba(25, 25, 30, 0.3);
}
@media (min-width: 576px) {
  .news__boxes__item__date {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news__boxes__item__date {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__item__date {
    font-size: 18px;
  }
}
.news__boxes__item__title {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 600;
}
@media (min-width: 576px) {
  .news__boxes__item__title {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .news__boxes__item__title {
    font-size: calc(1.25vw + 4px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__item__title {
    font-size: 24px;
  }
}
.news__boxes__item__text {
  font-size: 16px;
  line-height: 1.4444444444;
  font-weight: 300;
  color: rgba(25, 25, 30, 0.5);
}
@media (min-width: 576px) {
  .news__boxes__item__text {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news__boxes__item__text {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__item__text {
    font-size: 18px;
  }
}
.news__boxes__item__link {
  padding: 14px 20px;
  margin-bottom: 16px;
  line-height: 1.3888888889;
  font-weight: 500;
  color: #19191E;
  border: 1px solid rgba(25, 25, 30, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .news__boxes__item__link {
    margin-bottom: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .news__boxes__item__link {
    margin-bottom: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .news__boxes__item__link {
    margin-bottom: 18px;
  }
}
.news__boxes__item__link:hover {
  border-color: #19191E;
}
.news__more {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  color: rgba(25, 25, 30, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .news__more {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .news__more {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .news__more {
    font-size: 20px;
  }
}
.news__more:hover {
  color: #19191E;
}

@media (max-width: 768px) {
  .news__boxes {
    columns: 2 200px;
  }
}
@media (max-width: 576px) {
  .news__boxes {
    columns: 1 200px;
  }
}
.top-comp {
  border-bottom: 8px solid #EFEFF0;
}
.top-comp__title {
  font-size: 42px;
  line-height: 1.1714285714;
  font-weight: 700;
  color: #19191E;
}
@media (min-width: 576px) {
  .top-comp__title {
    font-size: calc(1.6203703704vw + 32.6666666667px);
  }
}
@media (min-width: 1440px) {
  .top-comp__title {
    font-size: calc(8.75vw - 70px);
  }
}
@media (min-width: 1600px) {
  .top-comp__title {
    font-size: 70px;
  }
}
.top-comp__text {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.5454545455;
  font-weight: 500;
  color: #000;
}
@media (min-width: 576px) {
  .top-comp__text {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .top-comp__text {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .top-comp__text {
    font-size: 22px;
  }
}

.publications__filters:not(:last-child) {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
.publications__filters__text {
  margin-right: 32px;
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
@media (min-width: 576px) {
  .publications__filters__text {
    margin-right: calc(30.7692307692vw - 145.2307692308px);
  }
}
@media (min-width: 992px) {
  .publications__filters__text {
    margin-right: 160px;
  }
}
@media (min-width: 576px) {
  .publications__filters__text {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .publications__filters__text {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .publications__filters__text {
    font-size: 18px;
  }
}
.publications__filters__text.programs__text {
  margin-right: 23px;
}
@media (min-width: 576px) {
  .publications__filters__text.programs__text {
    margin-right: calc(7.9861111111vw - 23px);
  }
}
@media (min-width: 1440px) {
  .publications__filters__text.programs__text {
    margin-right: calc(14.375vw - 115px);
  }
}
@media (min-width: 1600px) {
  .publications__filters__text.programs__text {
    margin-right: 115px;
  }
}
.publications__filters__list {
  width: 100%;
  list-style: none;
}
.publications__filters__list--program li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.publications__filters__list li {
  margin-right: 12px;
}
.publications__filters__list li a {
  font-size: 22px;
  font-size: 18px;
  line-height: 1.4090909091;
  font-weight: 600;
  color: #222227;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .publications__filters__list li a {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .publications__filters__list li a {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .publications__filters__list li a {
    font-size: 22px;
  }
}
.publications__filters__list li a:hover {
  opacity: 1;
}
.publications__filters__list li.active a {
  opacity: 1;
  text-decoration: underline;
}
.publications__filters__list li.active--program {
  position: relative;
}
.publications__filters__list li.active--program a {
  text-decoration: none;
}
.publications__filters__list li.active--program:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #108EDD;
}
.publications__programs__text {
  max-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #19191E;
}
@media (min-width: 576px) {
  .publications__programs__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .publications__programs__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .publications__programs__text {
    font-size: 20px;
  }
}
.publications__list {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #108EDD, #19191E);
}
@media (min-width: 576px) {
  .publications__list {
    padding-top: calc(4.1666666667vw + 36px);
  }
}
@media (min-width: 1440px) {
  .publications__list {
    padding-top: calc(15vw - 120px);
  }
}
@media (min-width: 1600px) {
  .publications__list {
    padding-top: 120px;
  }
}
@media (min-width: 576px) {
  .publications__list {
    padding-bottom: calc(3.0092592593vw + 12.6666666667px);
  }
}
@media (min-width: 1440px) {
  .publications__list {
    padding-bottom: calc(8.75vw - 70px);
  }
}
@media (min-width: 1600px) {
  .publications__list {
    padding-bottom: 70px;
  }
}
.publications__list__text {
  font-size: 16px;
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 576px) {
  .publications__list__text {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .publications__list__text {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .publications__list__text {
    font-size: 18px;
  }
}
.publications__list__text span {
  font-weight: 600;
}
.publications__list__header {
  max-width: 400px;
  font-size: 20px;
  line-height: 1.2916666667;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .publications__list__header {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .publications__list__header {
    font-size: calc(1.25vw + 4px);
  }
}
@media (min-width: 1600px) {
  .publications__list__header {
    font-size: 24px;
  }
}
.publications__list__item {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .publications__list__item {
    margin-bottom: calc(5.787037037vw - 3.3333333333px);
  }
}
@media (min-width: 1440px) {
  .publications__list__item {
    margin-bottom: calc(12.5vw - 100px);
  }
}
@media (min-width: 1600px) {
  .publications__list__item {
    margin-bottom: 100px;
  }
}
.publications__list__item__picture {
  max-width: 360px;
  border: 5px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.publications__list__item:hover .publications__list__header {
  color: rgba(255, 255, 255, 0.6);
}

.event-news__heading {
  max-width: 900px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.347826087;
  color: #000;
}
@media (min-width: 576px) {
  .event-news__heading {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .event-news__heading {
    font-size: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .event-news__heading {
    font-size: 46px;
  }
}
.event-news__details {
  color: rgba(25, 25, 25, 0.3);
  font-size: 18px;
  line-height: 1.3636363636;
}
@media (min-width: 576px) {
  .event-news__details {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__details {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .event-news__details {
    font-size: 22px;
  }
}
.event-news__lg {
  background-image: linear-gradient(to bottom right, #dd671d, #1E1B19);
}
.event-news__subtitles {
  font-size: 18px;
  line-height: 1.2727272727;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  .event-news__subtitles {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__subtitles {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .event-news__subtitles {
    font-size: 22px;
  }
}
.event-news__elements {
  font-size: 26px;
  line-height: 1.175;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .event-news__elements {
    font-size: calc(2.2435897436vw + 13.0769230769px);
  }
}
@media (min-width: 1200px) {
  .event-news__elements {
    font-size: 40px;
  }
}
.event-news__elements a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.event-news__content {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .event-news__content {
    padding-right: calc(6.0096153846vw - 46.1538461538px);
  }
}
@media (min-width: 1600px) {
  .event-news__content {
    padding-right: 50px;
  }
}
.event-news__content p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #7F7F7F;
}
@media (min-width: 576px) {
  .event-news__content p {
    padding-bottom: calc(0.5787037037vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__content p {
    padding-bottom: calc(4.375vw - 38px);
  }
}
@media (min-width: 1600px) {
  .event-news__content p {
    padding-bottom: 32px;
  }
}
@media (min-width: 576px) {
  .event-news__content p {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__content p {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .event-news__content p {
    font-size: 20px;
  }
}
.event-news__content p:first-child {
  font-size: 20px;
  line-height: 1.4615384615;
  font-weight: 500;
  color: #000;
}
@media (min-width: 576px) {
  .event-news__content p:first-child {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__content p:first-child {
    font-size: calc(2.5vw - 14px);
  }
}
@media (min-width: 1600px) {
  .event-news__content p:first-child {
    font-size: 26px;
  }
}
.event-news__related {
  padding: 35px 40px 15px;
  border-top: 6px solid #DD671D;
  background-color: #fff;
}
.event-news__related__items {
  padding: 35px 0;
}
.event-news__related__items:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.event-news__related__items:hover .single-news__related__items__title, .event-news__related__items:hover .event-news__related__items__title {
  margin-left: 10px;
}
.event-news__related__items__title {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.2727272727;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .event-news__related__items__title {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .event-news__related__items__title {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .event-news__related__items__title {
    font-size: 22px;
  }
}
.event-news__related__title {
  font-size: 16px;
  line-height: 1.1666666667;
  font-weight: 600;
  letter-spacing: 8px;
  color: rgba(16, 142, 221, 0.3);
}
@media (min-width: 576px) {
  .event-news__related__title {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .event-news__related__title {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .event-news__related__title {
    font-size: 18px;
  }
}
.event-news__related__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3888888889;
  color: rgba(105, 79, 79, 0.3);
}
@media (min-width: 576px) {
  .event-news__related__date {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .event-news__related__date {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .event-news__related__date {
    font-size: 18px;
  }
}

.partners__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1777777778;
  color: #19191E;
}
@media (min-width: 576px) {
  .partners__title {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .partners__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .partners__title {
    font-size: 45px;
  }
}
.partners__picture {
  position: relative;
  height: 40px;
}
@media (min-width: 576px) {
  .partners__picture {
    height: calc(3.7037037037vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .partners__picture {
    height: calc(11.25vw - 90px);
  }
}
@media (min-width: 1600px) {
  .partners__picture {
    height: 90px;
  }
}
.partners__company {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .partners__company {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .partners__company {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .partners__company {
    font-size: 22px;
  }
}
.partners__border {
  border-bottom: 1px solid #EFEFF0;
}

@media (min-width: 993px) {
  .partners__item:not(:nth-child(5n)) .partners__picture:before {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    top: 20px;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .partners__item:not(:nth-child(4n)) .partners__picture:before {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    top: 20px;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 768px) and (min-width: 577px) {
  .partners__item:not(:nth-child(3n)) .partners__picture:before {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    top: 20px;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 576px) {
  .partners__item:not(:nth-child(2n)) .partners__picture:before {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    top: 20px;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
.single-publication__heading {
  max-width: 800px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.347826087;
  color: #000;
}
@media (min-width: 576px) {
  .single-publication__heading {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .single-publication__heading {
    font-size: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .single-publication__heading {
    font-size: 46px;
  }
}
.single-publication__details {
  color: rgba(25, 25, 25, 0.3);
  font-size: 18px;
  line-height: 1.3636363636;
}
@media (min-width: 576px) {
  .single-publication__details {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__details {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-publication__details {
    font-size: 22px;
  }
}
.single-publication__about {
  margin-top: 30px;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #108EDD, #19191E);
}
@media (min-width: 768px) {
  .single-publication__about {
    margin-top: calc(2.6785714286vw + 9.4285714286px);
  }
}
@media (min-width: 1440px) {
  .single-publication__about {
    margin-top: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .single-publication__about {
    margin-top: 60px;
  }
}
@media (min-width: 576px) {
  .single-publication__about {
    margin-bottom: calc(7.8703703704vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__about {
    margin-bottom: calc(20vw - 160px);
  }
}
@media (min-width: 1600px) {
  .single-publication__about {
    margin-bottom: 160px;
  }
}
.single-publication__about__image {
  margin-top: -30px;
  margin-bottom: 0;
  max-width: 360px;
  border: 5px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .single-publication__about__image {
    margin-top: calc(-13.3928571429vw + 72.8571428571px);
  }
}
@media (min-width: 992px) {
  .single-publication__about__image {
    margin-top: -60px;
  }
}
@media (min-width: 768px) {
  .single-publication__about__image {
    margin-bottom: calc(-26.7857142857vw + 205.7142857143px);
  }
}
@media (min-width: 992px) {
  .single-publication__about__image {
    margin-bottom: -60px;
  }
}
.single-publication__info {
  margin-left: 20px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .single-publication__info {
    margin-left: calc(5.0925925926vw - 9.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-publication__info {
    margin-left: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .single-publication__info {
    margin-left: 80px;
  }
}
.single-publication__info__subtitles {
  font-size: 18px;
  line-height: 1.2727272727;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .single-publication__info__subtitles {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__info__subtitles {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-publication__info__subtitles {
    font-size: 22px;
  }
}
.single-publication__info__elements {
  font-size: 26px;
  line-height: 1.175;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .single-publication__info__elements {
    font-size: calc(0.6944444444vw + 22px);
  }
}
@media (min-width: 1440px) {
  .single-publication__info__elements {
    font-size: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .single-publication__info__elements {
    font-size: 40px;
  }
}
.single-publication__button {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3888888889;
  color: #fff;
  background-color: #108EDD;
}
@media (min-width: 576px) {
  .single-publication__button {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__button {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-publication__button {
    font-size: 20px;
  }
}
.single-publication__content {
  max-width: 850px;
}
.single-publication__content p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #7F7F7F;
}
@media (min-width: 576px) {
  .single-publication__content p {
    padding-bottom: calc(0.6944444444vw + 16px);
  }
}
@media (min-width: 1440px) {
  .single-publication__content p {
    padding-bottom: calc(3.75vw - 28px);
  }
}
@media (min-width: 1600px) {
  .single-publication__content p {
    padding-bottom: 32px;
  }
}
@media (min-width: 576px) {
  .single-publication__content p {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__content p {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-publication__content p {
    font-size: 20px;
  }
}
.single-publication__content p:first-child {
  font-size: 20px;
  line-height: 1.4615384615;
  font-weight: 500;
  color: #000;
}
@media (min-width: 576px) {
  .single-publication__content p:first-child {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-publication__content p:first-child {
    font-size: calc(2.5vw - 14px);
  }
}
@media (min-width: 1600px) {
  .single-publication__content p:first-child {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .single-publication__info {
    margin-left: 0;
  }
}
.projects {
  padding-top: 38px;
}
@media (min-width: 576px) {
  .projects {
    padding-top: calc(2.5462962963vw + 23.3333333333px);
  }
}
@media (min-width: 1440px) {
  .projects {
    padding-top: 60px;
  }
}
@media (min-width: 1660px) {
  .projects {
    padding-top: 60px;
  }
}
.projects__boxes {
  padding-bottom: 40px;
  columns: 2 200px;
  column-gap: 25px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .projects__boxes {
    padding-bottom: calc(20.8333333333vw - 80px);
  }
}
@media (min-width: 768px) {
  .projects__boxes {
    padding-bottom: calc(3.5714285714vw + 52.5714285714px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes {
    padding-bottom: calc(16.25vw - 130px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes {
    padding-bottom: 130px;
  }
}
.projects__boxes__item {
  width: 150px;
  padding: 30px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  border-left: 3px solid #108EDD;
  background-color: #fff;
}
@media (min-width: 768px) {
  .projects__boxes__item {
    padding: calc(1.4880952381vw + 18.5714285714px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes__item {
    padding: calc(6.25vw - 50px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes__item {
    padding: 50px;
  }
}
.projects__boxes__item__img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
}
.projects__boxes__date {
  font-size: 16px;
  line-height: 1.3888888889;
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 576px) {
  .projects__boxes__date {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes__date {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes__date {
    font-size: 18px;
  }
}
.projects__boxes__date span {
  font-weight: 500;
}
.projects__boxes__title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #19191E;
}
@media (min-width: 576px) {
  .projects__boxes__title {
    font-size: calc(0.462962963vw + 19.3333333333px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes__title {
    font-size: calc(3.75vw - 28px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes__title {
    font-size: 32px;
  }
}
.projects__boxes__text {
  font-size: 16px;
  line-height: 1.4444444444;
  font-weight: 300;
  color: rgba(25, 25, 30, 0.5);
}
@media (min-width: 576px) {
  .projects__boxes__text {
    font-size: calc(0.1157407407vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes__text {
    font-size: calc(0.625vw + 8px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes__text {
    font-size: 18px;
  }
}
.projects__boxes__link {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .projects__boxes__link {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .projects__boxes__link {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .projects__boxes__link {
    font-size: 20px;
  }
}
.projects__boxes__link:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  .projects__boxes {
    columns: 1 200px;
  }
}
.single-staff__biography {
  font-size: 32px;
  line-height: 1.34375;
  font-weight: 700;
}
.single-staff__image {
  margin-top: -30px;
  margin-bottom: 0;
  max-width: 450px;
}
@media (min-width: 576px) {
  .single-staff__image {
    margin-bottom: calc(-4.8076923077vw + 27.6923076923px);
  }
}
@media (min-width: 1200px) {
  .single-staff__image {
    margin-bottom: -30px;
  }
}
.single-staff__about {
  margin-top: 30px;
  margin-bottom: 80px;
  background: linear-gradient(140deg, #108EDD 30%, #19191E);
}
@media (min-width: 768px) {
  .single-staff__about {
    margin-bottom: calc(2.380952381vw + 61.7142857143px);
  }
}
@media (min-width: 1440px) {
  .single-staff__about {
    margin-bottom: calc(15vw - 120px);
  }
}
@media (min-width: 1600px) {
  .single-staff__about {
    margin-bottom: 120px;
  }
}

.single-program__top__picture {
  width: 100px;
  height: 85px;
}
.single-program__top__title {
  max-width: 420px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1304347826;
  color: #19191E;
}
@media (min-width: 576px) {
  .single-program__top__title {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .single-program__top__title {
    font-size: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .single-program__top__title {
    font-size: 46px;
  }
}
.single-program__top__text {
  max-width: 810px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5454545455;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .single-program__top__text {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__top__text {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-program__top__text {
    font-size: 22px;
  }
}
.single-program__box {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: linear-gradient(130deg, #108EDD, #08476F);
}
@media (min-width: 576px) {
  .single-program__box {
    padding-left: calc(3.125vw + 12px);
  }
}
@media (min-width: 1440px) {
  .single-program__box {
    padding-left: calc(9.375vw - 78px);
  }
}
@media (min-width: 1600px) {
  .single-program__box {
    padding-left: 72px;
  }
}
@media (min-width: 576px) {
  .single-program__box {
    padding-right: calc(3.125vw + 12px);
  }
}
@media (min-width: 1440px) {
  .single-program__box {
    padding-right: calc(9.375vw - 78px);
  }
}
@media (min-width: 1600px) {
  .single-program__box {
    padding-right: 72px;
  }
}
@media (min-width: 576px) {
  .single-program__box {
    padding-bottom: calc(3.125vw + 12px);
  }
}
@media (min-width: 1440px) {
  .single-program__box {
    padding-bottom: calc(9.375vw - 78px);
  }
}
@media (min-width: 1600px) {
  .single-program__box {
    padding-bottom: 72px;
  }
}
@media (min-width: 576px) {
  .single-program__box {
    padding-top: calc(3.9351851852vw + 7.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-program__box {
    padding-top: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .single-program__box {
    padding-top: 80px;
  }
}
.single-program__box__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1777777778;
  color: #fff;
}
@media (min-width: 576px) {
  .single-program__box__title {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .single-program__box__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .single-program__box__title {
    font-size: 45px;
  }
}
.single-program__box__content {
  font-size: 18px;
  color: #B2DBF4;
  line-height: 1.5833333333;
  font-weight: 500;
}
@media (min-width: 576px) {
  .single-program__box__content {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__box__content {
    font-size: calc(2.5vw - 16px);
  }
}
@media (min-width: 1600px) {
  .single-program__box__content {
    font-size: 24px;
  }
}
.single-program__box__content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .single-program__box__content p:not(:last-child) {
    margin-bottom: calc(2.3148148148vw + 6.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__box__content p:not(:last-child) {
    margin-bottom: calc(6.25vw - 50px);
  }
}
@media (min-width: 1600px) {
  .single-program__box__content p:not(:last-child) {
    margin-bottom: 50px;
  }
}
.single-program__related__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1777777778;
  color: #19191E;
}
@media (min-width: 576px) {
  .single-program__related__title {
    font-size: calc(0.6944444444vw + 26px);
  }
}
@media (min-width: 1440px) {
  .single-program__related__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .single-program__related__title {
    font-size: 45px;
  }
}
.single-program__related__item {
  border-bottom: 3px solid rgba(112, 112, 112, 0.3);
}
.single-program__related__item:hover .single-program__related__picture {
  margin-right: 20px;
}
.single-program__related__picture {
  width: 275px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-program__related__date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1666666667;
  color: rgba(25, 25, 30, 0.4);
}
@media (min-width: 576px) {
  .single-program__related__date {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related__date {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-program__related__date {
    font-size: 20px;
  }
}
.single-program__related__subtitle {
  max-width: 500px;
  font-size: 20px;
  line-height: 1.3846153846;
  font-weight: 600;
  color: #19191E;
}
@media (min-width: 576px) {
  .single-program__related__subtitle {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related__subtitle {
    font-size: calc(2.5vw - 14px);
  }
}
@media (min-width: 1600px) {
  .single-program__related__subtitle {
    font-size: 26px;
  }
}
.single-program__related__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4444444444;
  color: rgba(25, 25, 30, 0.5);
}
@media (min-width: 576px) {
  .single-program__related__content {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related__content {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-program__related__content {
    font-size: 20px;
  }
}
.single-program__share a {
  height: 54px;
}
.single-program__share a:not(:last-child) {
  margin-right: 16px;
}
.single-program__editor-name {
  font-size: 22px;
  line-height: 1.0714285714;
  font-weight: 600;
  color: #1C1C21;
}
@media (min-width: 576px) {
  .single-program__editor-name {
    font-size: calc(0.2314814815vw + 20.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__editor-name {
    font-size: calc(2.5vw - 12px);
  }
}
@media (min-width: 1600px) {
  .single-program__editor-name {
    font-size: 28px;
  }
}
.single-program__editor-role {
  font-size: 16px;
  line-height: 1.1111111111;
  font-weight: 500;
  color: #1C1C21;
}
@media (min-width: 576px) {
  .single-program__editor-role {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__editor-role {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-program__editor-role {
    font-size: 20px;
  }
}
.single-program__aside {
  padding: 35px 40px;
  background-color: #fff;
}
.single-program__aside__picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .single-program__aside__picture {
    width: calc(0.462962963vw + 97.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-program__aside__picture {
    width: calc(16.25vw - 130px);
  }
}
@media (min-width: 1600px) {
  .single-program__aside__picture {
    width: 130px;
  }
}
@media (min-width: 576px) {
  .single-program__aside__picture {
    height: calc(0.462962963vw + 97.3333333333px);
  }
}
@media (min-width: 1440px) {
  .single-program__aside__picture {
    height: calc(16.25vw - 130px);
  }
}
@media (min-width: 1600px) {
  .single-program__aside__picture {
    height: 130px;
  }
}
.single-program__buttons {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
}
@media (min-width: 576px) {
  .single-program__buttons {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__buttons {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-program__buttons {
    font-size: 20px;
  }
}
.single-program__related-programs {
  background-color: #108EDD;
  border-left: 7px solid #DD6710;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.single-program__related-programs > div {
  border-bottom: 8px solid #108EDD;
}
.single-program__related-programs__left {
  padding: 30px;
}
@media (min-width: 768px) {
  .single-program__related-programs__left {
    padding: calc(2.6785714286vw + 9.4285714286px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__left {
    padding: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__left {
    padding: 60px;
  }
}
.single-program__related-programs__item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-bottom: 30px;
  color: #B2DBF4;
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .single-program__related-programs__item {
    padding: calc(2.6785714286vw + 9.4285714286px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__item {
    padding: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__item {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .single-program__related-programs__item {
    padding-bottom: calc(2.6785714286vw + 9.4285714286px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__item {
    padding-bottom: calc(-1.875vw + 75px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__item {
    padding-bottom: 45px;
  }
}
.single-program__related-programs__item:hover {
  color: #fff;
}
.single-program__related-programs__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.175;
  color: #fff;
}
@media (min-width: 576px) {
  .single-program__related-programs__title {
    font-size: calc(0.2314814815vw + 28.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__title {
    font-size: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__title {
    font-size: 40px;
  }
}
.single-program__related-programs__all {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  color: #B2DBF4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .single-program__related-programs__all {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__all {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__all {
    font-size: 20px;
  }
}
.single-program__related-programs__all:hover {
  color: #fff;
}
.single-program__related-programs__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1818181818;
}
@media (min-width: 576px) {
  .single-program__related-programs__text {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .single-program__related-programs__text {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .single-program__related-programs__text {
    font-size: 22px;
  }
}
.single-program__related-programs__list {
  list-style: none;
}

@media (max-width: 768px) {
  .single-program__related-programs__list__item {
    width: 50%;
  }
}
.contact__location__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15625;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__location__title {
    font-size: calc(0.462962963vw + 19.3333333333px);
  }
}
@media (min-width: 1440px) {
  .contact__location__title {
    font-size: calc(3.75vw - 28px);
  }
}
@media (min-width: 1600px) {
  .contact__location__title {
    font-size: 32px;
  }
}
.contact__location__details {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__location__details {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__location__details {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .contact__location__details {
    font-size: 22px;
  }
}
.contact__location__details a {
  font-weight: 500;
  color: #19191E;
  text-decoration: underline;
}
.contact__location__directions {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .contact__location__directions {
    padding-left: calc(0.9259259259vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__location__directions {
    padding-left: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .contact__location__directions {
    padding-left: 40px;
  }
}
@media (min-width: 576px) {
  .contact__location__directions {
    padding-right: calc(0.9259259259vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__location__directions {
    padding-right: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .contact__location__directions {
    padding-right: 40px;
  }
}
.contact__form {
  background-color: #F4F4F4;
}
.contact__form__title {
  max-width: 300px;
  font-size: 34px;
  line-height: 1.1777777778;
  font-weight: 700;
}
@media (min-width: 576px) {
  .contact__form__title {
    font-size: calc(0.2314814815vw + 32.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__form__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .contact__form__title {
    font-size: 45px;
  }
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Campton";
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__input, .contact__textarea {
    padding: calc(0.9259259259vw + 10.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__input, .contact__textarea {
    padding: calc(3.75vw - 30px);
  }
}
@media (min-width: 1600px) {
  .contact__input, .contact__textarea {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .contact__input, .contact__textarea {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .contact__input, .contact__textarea {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .contact__input, .contact__textarea {
    font-size: 22px;
  }
}
.contact__input ::placeholder, .contact__textarea ::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__input ::placeholder, .contact__textarea ::placeholder {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .contact__input ::placeholder, .contact__textarea ::placeholder {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .contact__input ::placeholder, .contact__textarea ::placeholder {
    font-size: 22px;
  }
}
.contact__input :-ms-input-placeholder, .contact__textarea :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__input :-ms-input-placeholder, .contact__textarea :-ms-input-placeholder {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .contact__input :-ms-input-placeholder, .contact__textarea :-ms-input-placeholder {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .contact__input :-ms-input-placeholder, .contact__textarea :-ms-input-placeholder {
    font-size: 22px;
  }
}
.contact__input ::-ms-input-placeholder, .contact__textarea ::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2727272727;
  color: #19191E;
}
@media (min-width: 576px) {
  .contact__input ::-ms-input-placeholder, .contact__textarea ::-ms-input-placeholder {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .contact__input ::-ms-input-placeholder, .contact__textarea ::-ms-input-placeholder {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .contact__input ::-ms-input-placeholder, .contact__textarea ::-ms-input-placeholder {
    font-size: 22px;
  }
}
.contact__textarea {
  height: 200px;
  resize: none;
}
@media (min-width: 576px) {
  .contact__textarea {
    height: calc(6.25vw + 164px);
  }
}
@media (min-width: 1440px) {
  .contact__textarea {
    height: calc(40vw - 322px);
  }
}
@media (min-width: 1600px) {
  .contact__textarea {
    height: 318px;
  }
}
.contact__input {
  height: 56px;
}
@media (min-width: 576px) {
  .contact__input {
    height: calc(1.8518518519vw + 45.3333333333px);
  }
}
@media (min-width: 1440px) {
  .contact__input {
    height: calc(11.25vw - 90px);
  }
}
@media (min-width: 1600px) {
  .contact__input {
    height: 90px;
  }
}
.contact__submit {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3636363636;
  color: #fff;
  border: 1px solid #108EDD;
  background-color: #108EDD;
  cursor: pointer;
}
@media (min-width: 576px) {
  .contact__submit {
    padding-top: calc(1.1574074074vw + 7.3333333333px);
  }
}
@media (min-width: 1440px) {
  .contact__submit {
    padding-top: calc(3.75vw - 30px);
  }
}
@media (min-width: 1600px) {
  .contact__submit {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  .contact__submit {
    padding-bottom: calc(1.1574074074vw + 7.3333333333px);
  }
}
@media (min-width: 1440px) {
  .contact__submit {
    padding-bottom: calc(3.75vw - 30px);
  }
}
@media (min-width: 1600px) {
  .contact__submit {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .contact__submit {
    padding-left: calc(2.7777777778vw + 24px);
  }
}
@media (min-width: 1440px) {
  .contact__submit {
    padding-left: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .contact__submit {
    padding-left: 80px;
  }
}
@media (min-width: 576px) {
  .contact__submit {
    padding-right: calc(2.7777777778vw + 24px);
  }
}
@media (min-width: 1440px) {
  .contact__submit {
    padding-right: calc(10vw - 80px);
  }
}
@media (min-width: 1600px) {
  .contact__submit {
    padding-right: 80px;
  }
}
@media (min-width: 576px) {
  .contact__submit {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .contact__submit {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .contact__submit {
    font-size: 22px;
  }
}
.contact__submit:hover {
  color: #108EDD;
  border: 1px solid #108EDD;
  background-color: transparent;
}

.single-project__title {
  max-width: 660px;
}
.single-project__date {
  color: rgba(0, 0, 0, 0.3);
}
.single-project__title {
  color: #3B3B3D;
}

.about__nav {
  padding: 20px;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .about__nav {
    padding: calc(1.8518518519vw + 9.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__nav {
    padding: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .about__nav {
    padding: 46px;
  }
}
.about__nav__top {
  height: 1px;
}
.about__nav__link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1.0625;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .about__nav__link {
    padding-left: calc(0.6944444444vw + 6px);
  }
}
@media (min-width: 1440px) {
  .about__nav__link {
    padding-left: calc(2.5vw - 20px);
  }
}
@media (min-width: 1600px) {
  .about__nav__link {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .about__nav__link {
    padding-right: calc(0.6944444444vw + 6px);
  }
}
@media (min-width: 1440px) {
  .about__nav__link {
    padding-right: calc(2.5vw - 20px);
  }
}
@media (min-width: 1600px) {
  .about__nav__link {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .about__nav__link {
    font-size: calc(0.6944444444vw + 16px);
  }
}
@media (min-width: 1440px) {
  .about__nav__link {
    font-size: calc(3.75vw - 28px);
  }
}
@media (min-width: 1600px) {
  .about__nav__link {
    font-size: 32px;
  }
}
.about__nav__link--active, .about__nav__link:hover {
  color: #fff;
}
.about__nav--sticky {
  padding: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #108EDD, #08476F);
  z-index: 2;
}
@media (min-width: 576px) {
  .about__nav--sticky {
    padding: calc(0.462962963vw + 15.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__nav--sticky {
    padding: calc(2.5vw - 14px);
  }
}
@media (min-width: 1600px) {
  .about__nav--sticky {
    padding: 26px;
  }
}
.about__nav--sticky .about__nav__link {
  font-size: 18px;
}
@media (min-width: 576px) {
  .about__nav--sticky .about__nav__link {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__nav--sticky .about__nav__link {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .about__nav--sticky .about__nav__link {
    font-size: 22px;
  }
}
.about__top {
  background-image: url(../images/about-bg.svg), linear-gradient(90deg, #108EDD, #08476F);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.about__top .breadcrumb {
  border-color: rgba(178, 219, 244, 0.12);
}
.about__top .breadcrumb__link {
  color: #fff;
}
.about__top .breadcrumb__link path {
  fill: #fff;
}
.about__top .breadcrumb__arrow path {
  stroke: #fff;
}
.about__top .breadcrumb__active {
  color: #fff;
}
.about__top__content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .about__top__content {
    padding-top: calc(7.4074074074vw + 37.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__top__content {
    padding-top: calc(22.5vw - 180px);
  }
}
@media (min-width: 1600px) {
  .about__top__content {
    padding-top: 180px;
  }
}
@media (min-width: 576px) {
  .about__top__content {
    padding-bottom: calc(7.4074074074vw + 37.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__top__content {
    padding-bottom: calc(22.5vw - 180px);
  }
}
@media (min-width: 1600px) {
  .about__top__content {
    padding-bottom: 180px;
  }
}
.about__top__title {
  font-size: 40px;
  line-height: 1.1714285714;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 576px) {
  .about__top__title {
    font-size: calc(1.8518518519vw + 29.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__top__title {
    font-size: calc(8.75vw - 70px);
  }
}
@media (min-width: 1600px) {
  .about__top__title {
    font-size: 70px;
  }
}
.about__top__text {
  max-width: 810px;
  font-size: 16px;
  line-height: 1.5454545455;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .about__top__text {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .about__top__text {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .about__top__text {
    font-size: 22px;
  }
}
.about__content, .about__content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #7F7F7F;
}
@media (min-width: 576px) {
  .about__content, .about__content p {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__content, .about__content p {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .about__content, .about__content p {
    font-size: 20px;
  }
}
.about__content:not(:last-child), .about__content p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .about__content:not(:last-child), .about__content p:not(:last-child) {
    margin-bottom: calc(1.8518518519vw + 5.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__content:not(:last-child), .about__content p:not(:last-child) {
    margin-bottom: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .about__content:not(:last-child), .about__content p:not(:last-child) {
    margin-bottom: 40px;
  }
}
.about__who__top__title {
  font-size: 28px;
  line-height: 1.1777777778;
  font-weight: 700;
}
@media (min-width: 576px) {
  .about__who__top__title {
    font-size: calc(0.9259259259vw + 22.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__who__top__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .about__who__top__title {
    font-size: 45px;
  }
}
.about__who__second__title {
  font-size: 22px;
  line-height: 1.15625;
  font-weight: 700;
}
@media (min-width: 576px) {
  .about__who__second__title {
    font-size: calc(0.462962963vw + 19.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__who__second__title {
    font-size: calc(3.75vw - 28px);
  }
}
@media (min-width: 1600px) {
  .about__who__second__title {
    font-size: 32px;
  }
}
.about__right {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid rgba(112, 112, 112, 0.12);
}
@media (min-width: 576px) {
  .about__right {
    padding-left: calc(1.8518518519vw + 9.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__right {
    padding-left: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .about__right {
    padding-left: 46px;
  }
}
.about__right:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: -7px;
  z-index: 1;
  border-radius: 50%;
  background-color: #19191E;
}
.about__right:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #fff;
}
.about__right__list {
  list-style: none;
}
.about__right__list li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2727272727;
  font-weight: 600;
}
@media (min-width: 576px) {
  .about__right__list li {
    padding-top: calc(0.6944444444vw + 6px);
  }
}
@media (min-width: 1440px) {
  .about__right__list li {
    padding-top: calc(2.5vw - 20px);
  }
}
@media (min-width: 1600px) {
  .about__right__list li {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  .about__right__list li {
    padding-bottom: calc(0.6944444444vw + 6px);
  }
}
@media (min-width: 1440px) {
  .about__right__list li {
    padding-bottom: calc(2.5vw - 20px);
  }
}
@media (min-width: 1600px) {
  .about__right__list li {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .about__right__list li {
    font-size: calc(0.3472222222vw + 14px);
  }
}
@media (min-width: 1440px) {
  .about__right__list li {
    font-size: calc(1.875vw - 8px);
  }
}
@media (min-width: 1600px) {
  .about__right__list li {
    font-size: 22px;
  }
}
.about__right__list li:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.about__tabs__tab_link {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1956521739;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .about__tabs__tab_link {
    margin-bottom: calc(0.6944444444vw + 6px);
  }
}
@media (min-width: 1440px) {
  .about__tabs__tab_link {
    margin-bottom: calc(2.5vw - 20px);
  }
}
@media (min-width: 1600px) {
  .about__tabs__tab_link {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .about__tabs__tab_link {
    font-size: calc(5.2083333333vw - 10px);
  }
}
@media (min-width: 768px) {
  .about__tabs__tab_link {
    font-size: calc(1.0416666667vw + 22px);
  }
}
@media (min-width: 1440px) {
  .about__tabs__tab_link {
    font-size: calc(5.625vw - 44px);
  }
}
@media (min-width: 1600px) {
  .about__tabs__tab_link {
    font-size: 46px;
  }
}
.about__tabs__tab_link--active, .about__tabs__tab_link:hover {
  text-decoration: underline;
  color: #fff;
}
.about__tabs__tab_content {
  display: none;
}
.about__tabs__tab_content--active {
  display: block;
}
.about__media__title {
  font-size: 32px;
  line-height: 1.1777777778;
  font-weight: 700;
  color: #19191E;
}
@media (min-width: 576px) {
  .about__media__title {
    font-size: calc(0.462962963vw + 29.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__media__title {
    font-size: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .about__media__title {
    font-size: 45px;
  }
}
.about__media [class*=col-] {
  padding: 0 8px;
}
.about__media__row {
  margin-right: -8px;
  margin-left: -8px;
}
.about__media__item {
  position: relative;
  display: block;
  height: fit-content;
  margin-bottom: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about__media__item:hover {
  opacity: 0.8;
}
.about__media__item__picture {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.about__media__item__content {
  padding: 20px;
  padding-top: 180px;
  padding-right: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
}
@media (min-width: 576px) {
  .about__media__item__content {
    padding: calc(0.462962963vw + 17.3333333333px);
  }
}
@media (min-width: 1440px) {
  .about__media__item__content {
    padding: calc(3.75vw - 30px);
  }
}
@media (min-width: 1600px) {
  .about__media__item__content {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .about__media__item__content {
    padding-top: calc(5.0925925926vw + 150.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__media__item__content {
    padding-top: calc(35vw - 280px);
  }
}
@media (min-width: 1600px) {
  .about__media__item__content {
    padding-top: 280px;
  }
}
.about__media__item__content__title {
  font-size: 18px;
  line-height: 1.2727272727;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .about__media__item__content__title {
    font-size: calc(0.2314814815vw + 16.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__media__item__content__title {
    font-size: calc(1.25vw + 2px);
  }
}
@media (min-width: 1600px) {
  .about__media__item__content__title {
    font-size: 22px;
  }
}
.about__staff {
  background-color: #108EDD;
}
.about__staff__item {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .about__staff__item {
    margin-bottom: calc(2.3148148148vw + 2.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__staff__item {
    margin-bottom: calc(6.25vw - 54px);
  }
}
@media (min-width: 1600px) {
  .about__staff__item {
    margin-bottom: 46px;
  }
}
.about__staff__item__picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .about__staff__item__picture {
    width: calc(2.0833333333vw + 88px);
  }
}
@media (min-width: 1440px) {
  .about__staff__item__picture {
    width: calc(18.75vw - 152px);
  }
}
@media (min-width: 1600px) {
  .about__staff__item__picture {
    width: 148px;
  }
}
@media (min-width: 576px) {
  .about__staff__item__picture {
    height: calc(2.0833333333vw + 88px);
  }
}
@media (min-width: 1440px) {
  .about__staff__item__picture {
    height: calc(18.75vw - 152px);
  }
}
@media (min-width: 1600px) {
  .about__staff__item__picture {
    height: 148px;
  }
}
.about__staff__item__picture img {
  border-radius: 50%;
}
.about__staff__item__name {
  font-size: 20px;
  line-height: 1.125;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .about__staff__item__name {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__staff__item__name {
    font-size: calc(1.25vw + 4px);
  }
}
@media (min-width: 1600px) {
  .about__staff__item__name {
    font-size: 24px;
  }
}
.about__staff__item__role {
  font-size: 16px;
  line-height: 1.2222222222;
  font-weight: 500;
  color: rgba(178, 219, 244, 0.66);
  word-break: break-word;
}
@media (min-width: 576px) {
  .about__staff__item__role {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about__staff__item__role {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .about__staff__item__role {
    font-size: 20px;
  }
}

.homepage__info__title {
  max-width: 500px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1458333333;
  color: #19191E;
}
@media (min-width: 576px) {
  .homepage__info__title {
    font-size: calc(0.9259259259vw + 24.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__title {
    font-size: calc(6.25vw - 52px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__title {
    font-size: 48px;
  }
}
.homepage__info__box {
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='710' height='157' viewBox='0 0 710 157'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.348' y1='0.165' x2='-0.289' y2='-3.85' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='gray'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M105,0H710a0,0,0,0,1,0,0V157a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V105A105,105,0,0,1,105,0Z' opacity='0.55' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}
@media (min-width: 576px) {
  .homepage__info__box {
    padding: calc(1.3888888889vw + 12px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__box {
    padding: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__box {
    padding: 40px;
  }
}
@media (min-width: 576px) {
  .homepage__info__box {
    padding-left: calc(3.2407407407vw + 1.3333333333px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__box {
    padding-left: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__box {
    padding-left: 60px;
  }
}
@media (min-width: 576px) {
  .homepage__info__box {
    padding-right: calc(1.3888888889vw + 12px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__box {
    padding-right: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__box {
    padding-right: 40px;
  }
}
@media (min-width: 576px) {
  .homepage__info__box {
    margin-right: calc(10.1851851852vw - 58.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__box {
    margin-right: calc(13.75vw - 110px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__box {
    margin-right: 110px;
  }
}
.homepage__info__box__text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 576px) {
  .homepage__info__box__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__box__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__box__text {
    font-size: 20px;
  }
}
.homepage__info__number {
  font-size: 40px;
  line-height: 1.3372093023;
  font-weight: 600;
  color: #108EDD;
}
@media (min-width: 576px) {
  .homepage__info__number {
    font-size: calc(3.2407407407vw + 21.3333333333px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__number {
    font-size: calc(11.25vw - 94px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__number {
    font-size: 86px;
  }
}
.homepage__info__feature {
  padding: 40px;
  padding-right: 0px;
  background-color: #108EDD;
}
@media (min-width: 576px) {
  .homepage__info__feature {
    padding: calc(3.7037037037vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__feature {
    padding: calc(11.25vw - 90px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__feature {
    padding: 90px;
  }
}
.homepage__info__feature:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #108EDD;
}
.homepage__info__feature__pretitle {
  color: rgba(255, 255, 255, 0.4);
}
.homepage__info__feature__title {
  font-size: 28px;
  line-height: 1.325;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .homepage__info__feature__title {
    font-size: calc(0.462962963vw + 25.3333333333px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__feature__title {
    font-size: calc(5vw - 40px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__feature__title {
    font-size: 40px;
  }
}
.homepage__info__feature__text {
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .homepage__info__feature__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__feature__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__feature__text {
    font-size: 20px;
  }
}
.homepage__info__feature__url {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .homepage__info__feature__url {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__info__feature__url {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__info__feature__url {
    font-size: 20px;
  }
}
.homepage__book {
  position: relative;
  padding-top: 80px;
  background-color: #108EDD;
}
@media (min-width: 768px) {
  .homepage__book {
    padding-top: calc(2.380952381vw + 61.7142857143px);
  }
}
@media (min-width: 1440px) {
  .homepage__book {
    padding-top: calc(15vw - 120px);
  }
}
@media (min-width: 1600px) {
  .homepage__book {
    padding-top: 120px;
  }
}
.homepage__book:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #fff;
}
.homepage__book__top {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .homepage__book__top {
    margin-bottom: calc(2.380952381vw + 61.7142857143px);
  }
}
@media (min-width: 1440px) {
  .homepage__book__top {
    margin-bottom: calc(15vw - 120px);
  }
}
@media (min-width: 1600px) {
  .homepage__book__top {
    margin-bottom: 120px;
  }
}
.homepage__book__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1458333333;
  color: #fff;
}
@media (min-width: 576px) {
  .homepage__book__title {
    font-size: calc(0.9259259259vw + 24.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__book__title {
    font-size: calc(6.25vw - 52px);
  }
}
@media (min-width: 1600px) {
  .homepage__book__title {
    font-size: 48px;
  }
}
.homepage__book__link {
  font-size: 16px;
  line-height: 1.15;
  color: #B2DBF4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .homepage__book__link {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__book__link {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__book__link {
    font-size: 20px;
  }
}
.homepage__book__link:hover {
  color: #fff;
}
.homepage__book__item {
  margin-bottom: 0;
}
.homepage__book__item picture {
  background-color: #108EDD;
}
.homepage__partners {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .homepage__partners {
    padding-top: calc(12.5vw - 56px);
  }
}
@media (min-width: 1440px) {
  .homepage__partners {
    padding-top: calc(20vw - 164px);
  }
}
@media (min-width: 1600px) {
  .homepage__partners {
    padding-top: 156px;
  }
}
.homepage__blog {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .homepage__blog {
    padding-top: calc(5.3571428571vw + 18.8571428571px);
  }
}
@media (min-width: 1440px) {
  .homepage__blog {
    padding-top: calc(15vw - 120px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .homepage__blog {
    padding-bottom: calc(2.4038461538vw + 41.5384615385px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog {
    padding-bottom: 80px;
  }
}
.homepage__blog__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1458333333;
  color: #19191E;
}
@media (min-width: 576px) {
  .homepage__blog__title {
    font-size: calc(0.9259259259vw + 24.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__blog__title {
    font-size: calc(6.25vw - 52px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog__title {
    font-size: 48px;
  }
}
.homepage__blog__date {
  font-weight: 600;
}
.homepage__blog__box {
  height: calc(100% - 100px);
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 140px) {
  .homepage__blog__box {
    margin-bottom: calc(-11.4678899083vw + 96.0550458716px);
  }
}
@media (min-width: 576px) {
  .homepage__blog__box {
    margin-bottom: calc(6.8359375vw - 9.375px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog__box {
    margin-bottom: 100px;
  }
}
.homepage__blog__box__border {
  position: relative;
}
.homepage__blog__box__title {
  font-size: 24px;
  line-height: 1.2903225806;
  font-weight: 600;
  color: #19191E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .homepage__blog__box__title {
    font-size: calc(0.2314814815vw + 22.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__blog__box__title {
    font-size: calc(3.125vw - 19px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog__box__title {
    font-size: 31px;
  }
}
.homepage__blog__box__link {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #108EDD;
  text-decoration: underline;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .homepage__blog__box__link {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__blog__box__link {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__blog__box__link {
    font-size: 20px;
  }
}
.homepage__blog__box:hover .homepage__blog__box__link {
  opacity: 1;
  visibility: visible;
}
.homepage__blog__box:hover .homepage__blog__box__title {
  color: #108EDD;
}
.homepage__news {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .homepage__news {
    padding-top: calc(4.1666666667vw + 28px);
  }
}
@media (min-width: 1440px) {
  .homepage__news {
    padding-top: calc(13.75vw - 110px);
  }
}
@media (min-width: 1600px) {
  .homepage__news {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .homepage__news {
    padding-bottom: calc(4.1666666667vw + 28px);
  }
}
@media (min-width: 1440px) {
  .homepage__news {
    padding-bottom: calc(13.75vw - 110px);
  }
}
@media (min-width: 1600px) {
  .homepage__news {
    padding-bottom: 110px;
  }
}
.homepage__news__title {
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: rgba(25, 25, 30, 0.4);
}
@media (min-width: 576px) {
  .homepage__news__title {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__title {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__title {
    font-size: 20px;
  }
}
.homepage__news__item {
  margin-bottom: 28px;
  background-color: #fff;
}
.homepage__news__item__content {
  padding: 24px;
}
@media (min-width: 576px) {
  .homepage__news__item__content {
    padding: calc(1.3888888889vw + 16px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__item__content {
    padding: calc(5.625vw - 45px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__item__content {
    padding: 45px;
  }
}
.homepage__news__item__content--events {
  border-top: 3px solid #DD671D;
}
.homepage__news__item__content--news {
  border-top: 3px solid #1690DD;
}
.homepage__news__item__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1951219512;
  color: #19191E;
}
@media (min-width: 576px) {
  .homepage__news__item__title {
    font-size: calc(0.462962963vw + 27.3333333333px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__item__title {
    font-size: calc(4.375vw - 29px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__item__title {
    font-size: 41px;
  }
}
.homepage__news__date {
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #19191E;
}
@media (min-width: 576px) {
  .homepage__news__date {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__date {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__date {
    font-size: 20px;
  }
}
.homepage__news__more {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #19191E;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .homepage__news__more {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__more {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__more {
    font-size: 20px;
  }
}
.homepage__news__text {
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 300;
  color: rgba(25, 25, 30, 0.5);
}
@media (min-width: 576px) {
  .homepage__news__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__text {
    font-size: 20px;
  }
}
.homepage__news__category {
  font-size: 16px;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (min-width: 576px) {
  .homepage__news__category {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .homepage__news__category {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .homepage__news__category {
    font-size: 20px;
  }
}
.homepage__news__category--events {
  color: #DD671D;
}
.homepage__news__category--news {
  color: #1690DD;
}

.main-slider__content {
  position: relative;
  padding: 68px 68px 40px 0;
  padding-left: 20px;
  margin-top: 50px;
}
@media (min-width: 576px) {
  .main-slider__content {
    padding-left: calc(3.2407407407vw + 1.3333333333px);
  }
}
@media (min-width: 1440px) {
  .main-slider__content {
    padding-left: calc(7.5vw - 60px);
  }
}
@media (min-width: 1600px) {
  .main-slider__content {
    padding-left: 60px;
  }
}
.main-slider__content__title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.1785714286;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 576px) {
  .main-slider__content__title {
    font-size: calc(0.462962963vw + 17.3333333333px);
  }
}
@media (min-width: 1440px) {
  .main-slider__content__title {
    font-size: calc(2.5vw - 12px);
  }
}
@media (min-width: 1600px) {
  .main-slider__content__title {
    font-size: 28px;
  }
}
.main-slider__content__text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3888888889;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .main-slider__content__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .main-slider__content__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .main-slider__content__text {
    font-size: 20px;
  }
}
.main-slider__content__link {
  display: none;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .main-slider__content__link {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .main-slider__content__link {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .main-slider__content__link {
    font-size: 20px;
  }
}
.main-slider__content__next {
  display: flex;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-slider__content__next:hover {
  opacity: 0.8;
}
.main-slider__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider__picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(143deg, rgba(0, 0, 0, 0.5) 60%, rgba(84, 84, 84, 0.5));
}
.main-slider__slide {
  position: unset;
  min-height: calc(100vh - 139px);
  height: auto;
}
.main-slider .swiper-slide-active .main-slider__picture {
  opacity: 1;
  visibility: visible;
}
.main-slider .swiper-slide-active .main-slider__content {
  border-left: 7px solid #fff;
  background-color: rgba(16, 142, 221, 0.9);
}
.main-slider .swiper-slide-active .main-slider__content__title {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.1666666667;
}
@media (min-width: 576px) {
  .main-slider .swiper-slide-active .main-slider__content__title {
    font-size: calc(0.9259259259vw + 24.6666666667px);
  }
}
@media (min-width: 1440px) {
  .main-slider .swiper-slide-active .main-slider__content__title {
    font-size: calc(6.25vw - 52px);
  }
}
@media (min-width: 1600px) {
  .main-slider .swiper-slide-active .main-slider__content__title {
    font-size: 48px;
  }
}
.main-slider .swiper-slide-active .main-slider__content__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #B2DBF4;
}
@media (min-width: 576px) {
  .main-slider .swiper-slide-active .main-slider__content__text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .main-slider .swiper-slide-active .main-slider__content__text {
    font-size: calc(1.25vw + 0px);
  }
}
@media (min-width: 1600px) {
  .main-slider .swiper-slide-active .main-slider__content__text {
    font-size: 20px;
  }
}
.main-slider .swiper-slide-active .main-slider__content__link {
  display: block;
}
.main-slider .swiper-slide-active .main-slider__content__next {
  display: none;
}

@media (max-width: 992px) {
  .main-slider__slide {
    min-height: calc(100vh - 119px);
  }
}
@media (min-width: 768px) {
  .homepage__blog__col:not(:nth-child(3n)) .homepage__blog__box:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 768px) {
  .main-slider__slide {
    min-height: calc(100vh - 51px);
  }

  .homepage__info__feature {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .homepage__info__feature:before {
    width: 160%;
    right: -30%;
  }
  .homepage__blog__box__link {
    opacity: 1;
    visibility: visible;
  }
  .homepage__blog__col:not(:nth-child(2n)) .homepage__blog__box:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -14px;
    background-color: rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 576px) {
  .homepage__blog__col:not(:nth-child(2n)) .homepage__blog__box:before, .homepage__blog__col:not(:nth-child(3n)) .homepage__blog__box:before {
    display: none !important;
  }
}
.footer {
  border-top: 8px solid #108EDD;
}
.footer ul {
  list-style: none;
}
.footer__top {
  padding-top: 140px;
  padding-bottom: 76px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.footer__top__title {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 500;
}
@media (min-width: 576px) {
  .footer__top__title {
    font-size: calc(0.2314814815vw + 18.6666666667px);
  }
}
@media (min-width: 1440px) {
  .footer__top__title {
    font-size: calc(1.25vw + 4px);
  }
}
@media (min-width: 1600px) {
  .footer__top__title {
    font-size: 24px;
  }
}
.footer__top__first {
  max-width: 480px;
}
.footer__top__col {
  padding-left: 14px;
  padding-right: 14px;
}
.footer__links__link {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  color: #19191E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__links__link:hover {
  color: #108EDD;
}
.footer__title {
  font-size: 39px;
  line-height: 1.1538461538;
  font-weight: 600;
  color: #19191E;
}
.footer__content {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  color: #8E9DA7;
}
.footer__form {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.footer__input {
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  color: #8E9DA7;
  border: none;
  background-color: transparent;
}
.footer__input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #8E9DA7;
}
.footer__input::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #8E9DA7;
}
.footer__input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #8E9DA7;
}
.footer__input:-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #8E9DA7;
}
.footer__input--submit {
  font-size: 18px;
  font-weight: 500;
  color: #8E9DA7;
}
.footer__social__link:not(:last-child) {
  margin-right: 30px;
}
.footer__social__link path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__social__link:hover path {
  fill: #108EDD;
}
.footer__copyright {
  padding: 40px 0;
}
.footer__copyright__text, .footer__copyright__link {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 500;
  color: #19191E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__copyright li:not(:first-child) {
  margin-left: 30px;
}
.footer__copyright__link:hover {
  color: #000;
}

@media (max-width: 992px) {
  .footer__top__first {
    order: 1;
    margin-bottom: 30px;
  }
  .footer__top__second {
    order: 3;
  }
  .footer__top__third {
    order: 4;
  }
  .footer__top__fourth {
    order: 2;
    margin-bottom: 30px;
  }
  .footer__top__col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-top: 84px;
    padding-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding-top: 68px;
    padding-bottom: 36px;
  }
  .footer__top__first {
    width: 100%;
  }
  .footer__top__fourth {
    width: 100%;
  }
  .footer__form {
    margin-top: 30px;
  }
  .footer__links, .footer__copyright {
    padding: 30px 0;
  }
  .footer__link__link {
    font-size: 16px;
  }
  .footer__title {
    font-size: 30px;
  }
  .footer__content {
    font-size: 18px;
  }
  .footer__input {
    height: 40px;
    font-size: 16px;
  }
  .footer__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .footer__input::-moz-placeholder {
    font-size: 18px;
  }
  .footer__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .footer__input:-moz-placeholder {
    font-size: 18px;
  }
  .footer__input--submit {
    font-size: 16px;
  }
  .footer__copyright__text, .footer__copyright__link {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.min.css.map */
