.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
audio,
iframe,
img,
object,
video {
  max-width: 100%;
}
iframe,
img {
  border: 0;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
[style*="background-image"],
img {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="button"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a[href^="tel"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ol,
nav ul {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="button"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@font-face {
  font-family: "Minion Pro";
  src: url(../fonts/MinionPro-Regular.woff2) format("woff2"), url(../fonts/MinionPro-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Minion Pro", Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.42;
  color: #1f3b5e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.4rem;
  }
}
body.no-scroll {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a[href^="tel"] {
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: calc(1.42em / 2);
    font-family: "Montserrat", Arial, sans-serif;
}
.h1,
h1 {
    font-size: 3.8rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 1.6rem;
  }
}
.h2,
h2 {
  font-size: 3.3rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 1.5rem;
  }
}
.h3,
h3 {
  font-size: 2.4rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 1.4rem;
  }
}
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 1.6rem;
  }
}
.h5,
h5 {
  font-size: 1.8rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
h5 {
    font-size: 1.4rem;
  }
}
.h6,
h6 {
  font-size: 1.6rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6,
h6 {
    font-size: 1.4rem;
  }
}
blockquote,
dl,
hr,
ol,
p,
table,
ul {
    margin-bottom: 1.42em;
}
blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.hidden,
[hidden] {
  display: none;
}
.disabled,
[disabled] {
  cursor: default;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.article-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 0 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.article-large .article__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
  padding-right: 3%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large .article__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.article-large .article__head h3 {
  margin-bottom: 0;
  padding-bottom: 6rem;
  border-bottom: 0.1rem solid #00A6ED;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large .article__head h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-bottom: 2.4rem;
  }
}
.article-large .article__head h3:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.article-large .article__head h3 + h3 {
  margin-top: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large .article__head h3 + h3 {
    margin-top: 2rem;
  }
}
.article-large .article__head h3 a {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.article-large .article__head h3 a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.article-large .article__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.6%;
          flex: 0 0 49.6%;
  max-width: 49.6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large .article__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-large--alt {
  padding: 3.9rem 0 0 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large--alt {
      padding: 0;
  }
}
.article-large--alt .article__head h3 {
  color: #1f3b5e;
  line-height: 1.45;
  font-weight: 700;
}
.article-large--alt .article__head h3:last-of-type {
  padding-bottom: 3.8rem;
  border-bottom: 0.1rem solid #00a6ed;
}
.article-large--alt .article__head h3 a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.article-large--alt .article__head h3:hover a {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: underline;
}
.article-large--alt .article__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-large--alt .article__body {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
.article {
  color: #1f3b5e;
}
.article .article__head {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__head {
      margin-bottom: 1.8rem;
  }
}
.article .article__head h4 {
  color: #00a6ed;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  line-height: 1.28;
}
.article .article__head h6 {
  color: #1f3b5e;
  line-height: 1.42;
  font-weight: 400;
}
.article .article__head a {
  text-decoration: none;
}
.article .article__body {
  line-height: 1.43;
  letter-spacing: 0.02em;
}
.article--alt {
  font-size: 2rem;
  line-height: 1.42;
  color: #000;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--alt {
      font-size: 1.4rem;
  }
}
.article--alt .article__head {
  min-height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3.2rem;
  position: relative;
  margin-bottom: 3.8rem;
}
@media (max-width: 1023px) {
  .article--alt .article__head {
      min-height: unset;
      padding-bottom: 2rem;
  }
}
.article--alt .article__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90.8%;
  height: 0.1rem;
  background-color: #1f3b5e;
}
.article--alt .article__head h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #00a6ed;
  max-width: 93%;
}
@media (max-width: 1023px) {
  .article--alt .article__head h3 {
      max-width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--alt .article__head h3 {
      font-size: 1.8rem;
  }
}
.article--alt .article__head h3 a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.article--alt .article__head h3:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.article--alt .article__body {
  margin-left: -0.3rem;
  line-height: 1.42;
}
.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles {
      margin: 0 0 -4.4rem;
  }
}
.articles .article {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .article {
      padding: 0 0 4.4rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
.articles--alt {
  padding-top: 1rem;
}
@media (max-width: 1023px) {
  .articles--alt {
      margin: 0 0 -5rem;
  }
}
.articles--alt .article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2.5rem;
}
@media (max-width: 1023px) {
  .articles--alt .article {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 5rem;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #3054f0;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.22;
  text-transform: uppercase;
  padding: 1.7rem 9.8rem;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
      font-size: 1.7rem;
      padding: 1.4rem 5rem;
  }
}
.btn:hover {
  background-color: #1f3b5e;
}
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.contact {
  font-size: 2rem;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contact {
      font-size: 1.4rem;
  }
}
.contact a {
  letter-spacing: 0.03em;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.contact a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.contact--inherit {
  font-size: inherit;
  font-family: inherit;
}
.footer {
  padding: 3rem 0;
  font-size: 1.5rem;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
      text-align: center;
      padding: 2.2rem 0 2.2rem;
      font-size: 1.1rem;
  }
}
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 18%;
}
@media (max-width: 1199px) {
  .footer .footer__inner {
      padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer .logo {
      max-width: 13.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .logo {
      max-width: 11.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__aside {
      margin-bottom: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.8rem 0 2.4rem;
  font-size: 1.5rem;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
      padding: 3.5rem 0;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
      padding: 0 0.9rem 0 0.7rem;
  }
}
.header .nav {
  margin-top: -0.5rem;
}
@media (max-width: 1023px) {
  .header .nav {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      background-color: #fff;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
  }
}
.header .header__content {
  position: relative;
}
@media (max-width: 1023px) {
  .header.is-active .nav {
      z-index: 10;
      opacity: 1;
      pointer-events: all;
  }
}
.header.is-sticky {
  position: fixed;
  background-color: #fff;
  z-index: 10;
}
.header--alt {
  padding: 2.6rem 0 2.4rem;
}
.header--alt .header__inner {
  padding: 0 max(calc((100vw - 162rem) / 2), 5.5rem);
}
@media (max-width: 1399px) {
  .header--alt .header__inner {
      padding: 0 1.5rem;
  }
}
.header--alt .btn {
  font-size: 2rem;
  line-height: 1.22;
  padding: 1.3rem 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header--alt .btn {
      font-size: 1.6rem;
      padding: 1rem 3rem;
  }
}
.hero {
  padding-top: 12rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
      padding-top: 10rem;
  }
}
.hero .hero__inner {
  position: relative;
  padding: 15.1rem max(calc((100vw - 150rem) / 2), 5.5rem) 11.2rem;
}
@media (max-width: 1399px) {
  .hero .hero__inner {
      padding: 15.1rem 1.5rem 11.2rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__inner {
      padding: 10rem 1.5rem 11.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
      padding: 5rem 1.5rem 8.2rem;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__background figure {
  width: 100%;
  height: 100%;
}
.hero .hero__background figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero__content {
  position: relative;
  max-width: 75rem;
  font-size: 3.1rem;
  line-height: 1.43;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .hero .hero__content {
      font-size: 2.2rem;
  }
}
.hero .hero__content h2 {
  text-transform: uppercase;
  color: #3054f0;
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 1.42;
  max-width: 75%;
  margin-bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .hero .hero__content h2 {
      font-size: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content h2 {
      font-size: 2.7rem;
      max-width: unset;
  }
}
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2.4rem;
  line-height: 1.42;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item {
      font-size: 1.6rem;
  }
}
.item h3 {
  color: #00a6ed;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.2%;
  flex: 0 0 22.2%;
  max-width: 22.2%;
  text-align: right;
  -ms-flex-item-align: center;
  align-self: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item h3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
      margin-bottom: 0.6rem;
  }
}
.item .item__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74.1%;
  flex: 0 0 74.1%;
  max-width: 74.1%;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item .item__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.3rem;
  }
}
.item .item__content p {
  margin-bottom: 0;
}
.item .item__content p + p,
.item:first-child h3 {
  margin-top: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item .item__content p + p {
      margin-top: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item:first-child h3 {
      margin-top: 0;
  }
}
.item:last-child h3 {
  margin-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item:last-child h3 {
      margin-top: 0;
  }
}
.item + .item {
  margin-top: 5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item + .item {
      margin-top: 3rem;
  }
}
.item + .item:last-child {
  margin-top: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item + .item:last-child {
      margin-top: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item + .item:last-child h3 {
      margin-bottom: 0.2rem;
  }
}
.list-contact {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
.list-contact li + li {
  margin-left: 4.1rem;
}
@media (max-width: 1199px) {
  .list-contact li + li {
      margin-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contact li + li {
      margin-left: 0;
      margin-top: 0.2rem;
  }
}
.list-contact .contact {
  letter-spacing: 0;
}
.list-info {
  letter-spacing: 0.02em;
  list-style: none;
  font-size: 2rem;
  line-height: 1.42;
  color: #000;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info {
      font-size: 1.4rem;
  }
}
.list-info li + li {
  margin-top: 4rem;
}
.list-info h5 {
  font-size: 2.4rem;
  line-height: 1.42;
  color: #00a6ed;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info h5 {
      font-size: 1.7rem;
  }
}
.list-info h5 a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.list-info h5:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.list-info p {
  padding-left: 6.2rem;
}
@media (max-width: 1399px) {
  .list-info p {
      padding-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info p {
      padding-left: 1rem;
  }
}
.list-info li:last-child h5 {
  max-width: 90%;
}
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style: none;
}
.list-logos li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.2rem 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 2rem 1rem;
      text-align: center;
  }
}
@media (max-width: 575px) {
  .list-logos li {
      padding: 0 1rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos img {
      max-height: 100%;
      width: auto;
  }
}
.list-logos a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 17.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos a {
      height: 8rem;
  }
}
.list-logos a:hover {
  opacity: 0.5;
}
.logo {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
      max-width: 13.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo img {
      width: 100%;
      height: auto;
  }
}
.nav-trigger {
  display: inline-block;
  width: 3.2rem;
  height: 2.2rem;
  position: relative;
  color: #1f3b5e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
      height: 2.5rem;
  }
}
.nav-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.3rem;
  border-radius: 0.2rem;
  background-color: currentColor;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nav-trigger:after,
.nav-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  border-radius: 0.2rem;
  background-color: currentColor;
  -webkit-transition: top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
  -o-transition: top 0.4s, bottom 0.4s, transform 0.4s;
  transition: top 0.4s, bottom 0.4s, transform 0.4s;
  transition: top 0.4s, bottom 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.nav-trigger:after {
  top: auto;
  bottom: 0;
}
.is-active .nav-trigger {
  z-index: 11;
}
.is-active .nav-trigger span {
  opacity: 0;
}
.is-active .nav-trigger:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotateZ(45deg);
}
.is-active .nav-trigger:after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotateZ(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotateZ(-45deg);
}
.nav {
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  padding-right: 0.2rem;
}
@media (max-width: 1023px) {
  .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
  }
}
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 80%;
  }
}
@media (max-width: 1023px) {
  .nav li {
      width: 100%;
  }
}
.nav li + li {
  margin-left: 3.2rem;
}
@media (max-width: 1199px) {
  .nav li + li {
      margin-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .nav li + li {
      margin-left: 0;
      margin-top: 0;
      border-top: 0.1rem solid #3054f0;
  }
}
.nav a {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
  text-underline-offset: 0.7rem;
  text-underline-thickness: 0.2rem;
}
@media (max-width: 1023px) {
  .nav a {
      padding: 2rem 0;
  }
}
.nav li.is-active a,
.nav li:hover a {
  -webkit-text-decoration-color: #00a6ed;
  text-decoration-color: #00a6ed;
}
@media (max-width: 1023px) {
  .nav li:hover a {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
  }
}
.section-callout {
  background-color: #3054f0;
  color: #fff;
  padding: 4.7rem 0 5.3rem;
  font-size: 1.7rem;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.0275em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout {
      padding: 2rem 0 2.9rem;
      font-size: 1.3rem;
      text-align: center;
  }
}
.section-callout .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 0.4rem;
  }
}
.section-callout .section__content h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.5rem;
  flex: 0 0 18.5rem;
  max-width: 18.5rem;
  margin-bottom: 0;
  margin-top: 1.4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1550px) {
  .section-callout .section__content h3 {
      margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content h3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      font-size: 1.6rem;
      margin-bottom: 1.5rem;
  }
}
.section-callout .section__content p {
  max-width: 100rem;
  margin-bottom: 0;
  padding-right: 2%;
}
@media (max-width: 1199px) {
  .section-callout .section__content p {
      padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 2.8rem;
  }
}
.section-callout .section__content .contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.4rem;
  flex: 0 0 32.4rem;
  max-width: 32.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content .contact {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
.section-cta {
  padding: 5rem 0;
  background-color: #00a6ed;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta {
      padding: 3rem 0;
  }
}
.section-cta .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9.2rem 0 1.5rem;
}
@media (max-width: 1600px) {
  .section-cta .section__inner {
      padding: 0 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
.section-cta .section__inner h2 {
  font-size: 5.8rem;
  line-height: 1.42;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  min-width: 41rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-cta .section__inner h2 {
      min-width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .section__inner h2 {
      font-size: 4rem;
  }
}
.section-cta .section__inner h2 + .btn {
  margin-left: 4rem;
}
@media (max-width: 1199px) {
  .section-cta .section__inner h2 + .btn {
      margin-left: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .section__inner h2 + .btn {
      margin-left: 0;
      margin-top: 2rem;
  }
}
.section-entry {
  padding: 19.4rem 0 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry {
      padding: 15rem 0 5rem;
  }
}
.section-entry .section__head {
  margin-bottom: 8.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__head {
      margin-bottom: 3.5rem;
  }
}
.section-entry .section__head h2 {
  font-weight: 400;
  color: #1f3b5e;
  margin-bottom: 0;
  line-height: 1.42;
  padding-left: 0.3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__head h2 {
      padding-left: 0.6rem;
      padding-right: 3rem;
  }
}
.section-entry .section__head h1 {
  font-weight: 900;
  color: #3054f0;
  text-transform: uppercase;
  line-height: 1.42;
  letter-spacing: 0.02em;
  margin-right: -0.5rem;
  margin-left: -0.3rem;
}
@media (max-width: 1199px) {
  .section-entry .section__head h1 {
      margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__head h1 {
      padding-left: 0.6rem;
      line-height: 1.42;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__body {
      padding: 0 0.6rem;
  }
}
.section {
  padding: 10.5rem 0 11.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
      padding: 4.6rem 0 11rem;
  }
}
.section .section__head {
  background-color: #3054f0;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 3.7rem;
  }
}
.section .section__head .h1 {
  letter-spacing: 0.02em;
  color: #1f3b5e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head .h1 {
      line-height: 1.2;
  }
}
.section .section__head-inner {
  display: inline-block;
  background-color: #fff;
  padding: 0.1rem 5.5rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head-inner {
      padding: 0.1rem 1rem;
  }
}
.section .section__head-inner:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
  bottom: -0.1rem;
  border: 0.2rem solid #fff;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head-inner:before {
      border-top: 0.3rem solid #fff;
      border-bottom: 0.5rem solid #fff;
      bottom: -0.3rem;
  }
}
.section .section__head-inner figure {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body {
      padding: 0 0.6rem;
  }
}
.section .section__body .list-logos {
  max-width: 74%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body .list-logos {
      max-width: 90%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon {
      padding-bottom: 5rem;
  }
}
.section--icon .section__head {
  margin-bottom: 8.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon .section__head {
      margin-bottom: 3.7rem;
  }
}
.section--icon .section__head-inner {
  padding: 0.1rem 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon .section__head-inner {
      padding: 0.1rem 1.1rem;
  }
}
.section--icon .section__head-inner > * {
  position: relative;
}
.section--icon .section__head-inner .h1 {
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon .section__head-inner .h1 {
      line-height: 1;
  }
}
.section--icon .section__head-inner figure {
  margin-top: -1.8rem;
  -webkit-transform: translateY(0.8rem);
  -ms-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon .section__head-inner figure {
      max-width: 3rem;
      margin-top: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--icon .section__head-inner figure svg {
      width: 100%;
      height: auto;
  }
}
.section--icon .section__head-inner figure + h2,
.section--icon .section__head-inner h2 + figure {
  margin-left: 1.5rem;
}
.section--small {
  padding: 4.2rem 0 9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small {
      padding: 3.2rem 0 3.9rem;
  }
}
.section--small .section__head {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small .section__head {
      margin-bottom: 1.8rem;
  }
}
.section--small .section__head-inner {
  padding: 0.1rem 5rem 0.1rem 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small .section__head-inner {
      padding: 0.1rem 2rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}
.section--small .section__head-inner figure + h2,
.section--small .section__head-inner h2 + figure {
  margin-left: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small .section__head-inner figure + h2,
  .section--small .section__head-inner h2 + figure {
      margin-left: 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small .section__head-inner figure {
      max-width: 2.1rem;
      margin-top: -1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small .section__head-inner .h1 {
      line-height: 1;
  }
}
.select select::-ms-expand {
  display: none;
}
.shell {
  max-width: calc(126.8rem + 1.5rem * 2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
.shell--large {
  max-width: calc(161.6rem + 1.5rem * 2);
}
.shell--fluid {
  max-width: none;
}
@media (max-width: 1650px) {
  .slider {
      max-width: 80%;
      margin: 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider {
      max-width: 100%;
  }
}
.slider .slider__slides {
  position: relative;
  padding-bottom: 9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__slides {
      padding-bottom: 5.1rem;
  }
}
.slider .slider__next,
.slider .slider__prev {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -6.3%;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  width: 4.2rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a6ed;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__next,
  .slider .slider__prev {
      left: 0;
      top: auto;
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 3.2rem;
      height: 3.2rem;
  }
}
.slider .slider__next:hover,
.slider .slider__prev:hover {
  color: #1f3b5e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__next svg,
  .slider .slider__prev svg {
      width: 100%;
      height: auto;
  }
}
.slider .slider__next {
  left: auto;
  right: -10%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__next {
      right: 0;
  }
}
.slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider .slick-dots li + li {
  margin-left: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slick-dots li + li {
      margin-left: 0.9rem;
  }
}
.slider .slick-dots button {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 0.1rem solid #00a6ed;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slick-dots button {
      width: 0.9rem;
      height: 0.9rem;
  }
}
.slider .slick-dots button:hover,
.slider .slick-dots li.slick-active button {
  background-color: #00a6ed;
}
.slider--alt {
  padding-bottom: 6.3rem;
}
@media (max-width: 1023px) {
  .slider--alt {
      max-width: 87%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt {
      max-width: 100%;
  }
}
.slider--alt .slider__slides {
  padding-bottom: 10.8rem;
}
.slider--alt .slider__next,
.slider--alt .slider__prev {
  color: #fff;
  background-color: #36a9e1;
  border-radius: 50%;
  width: 5.3rem;
  height: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4.7rem;
}
@media (max-width: 1023px) {
  .slider--alt .slider__next,
  .slider--alt .slider__prev {
      width: 4.5rem;
      height: 4.5rem;
  }
}
.slider--alt .slider__next svg,
.slider--alt .slider__prev svg {
  width: 3rem;
  height: auto;
}
@media (max-width: 1023px) {
  .slider--alt .slider__next svg,
  .slider--alt .slider__prev svg {
      width: 2.2rem;
  }
}
.slider--alt .slider__prev {
  left: -9.6%;
}
@media (max-width: 1023px) {
  .slider--alt .slider__prev {
      left: -7%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt .slider__prev {
      left: -2%;
  }
}
.slider--alt .slider__next {
  right: -9.6%;
}
@media (max-width: 1023px) {
  .slider--alt .slider__next {
      right: -7%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt .slider__next {
      right: -2%;
  }
}
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}