/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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:before,
.slick-track:after
{
    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;
}
@font-face {
  font-family: "icomoon";
  src: url(./ac2d81532a80413e1f9a063453e1f6e5.eot);
  src: url(./ac2d81532a80413e1f9a063453e1f6e5.eot?#iefix) format("embedded-opentype"), url(./57217e1a60f549b39e9ce19681d8fe31.woff) format("woff"), url(./154de26aefc70d184488f8864a589033.ttf) format("truetype"), url(./795179b0def706259cb00ba32e6fc1a8.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\E90C"; }

.icon-error:before {
  content: "\E90B"; }

.icon-download-click:before {
  content: "\E90A"; }

.icon-menu:before {
  content: "\E900"; }

.icon-search:before {
  content: "\E901"; }

.icon-play:before {
  content: "\E902"; }

.icon-twitter:before {
  content: "\E903"; }

.icon-linkedin:before {
  content: "\E904"; }

.icon-facebook:before {
  content: "\E905"; }

.icon-download:before {
  content: "\E906"; }

.icon-close:before {
  content: "\E907"; }

.icon-chevron:before {
  content: "\E908"; }

.icon-arrow:before {
  content: "\E909"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
a:focus,
a:visited {
  outline: none !important; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, .block-search-results-wrap .block-heading h1, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/**
 *  Colors
 */
/**
 *  Fonts
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .row--no-space {
    margin-left: 0;
    margin-right: 0; }
    .row--no-space [class^="col-"] {
      padding-left: 0;
      padding-right: 0; }

[class^="col-"] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px; }

@media (min-width: 360px) {
  .col-xxxs-1 {
    width: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-2 {
    width: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-3 {
    width: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-4 {
    width: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-5 {
    width: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-6 {
    width: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-7 {
    width: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-8 {
    width: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-9 {
    width: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-10 {
    width: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-11 {
    width: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-12 {
    width: 100%; } }

@media (min-width: 375px) {
  .col-xxs-1 {
    width: 8.33333%; } }

@media (min-width: 375px) {
  .col-xxs-2 {
    width: 16.66667%; } }

@media (min-width: 375px) {
  .col-xxs-3 {
    width: 25%; } }

@media (min-width: 375px) {
  .col-xxs-4 {
    width: 33.33333%; } }

@media (min-width: 375px) {
  .col-xxs-5 {
    width: 41.66667%; } }

@media (min-width: 375px) {
  .col-xxs-6 {
    width: 50%; } }

@media (min-width: 375px) {
  .col-xxs-7 {
    width: 58.33333%; } }

@media (min-width: 375px) {
  .col-xxs-8 {
    width: 66.66667%; } }

@media (min-width: 375px) {
  .col-xxs-9 {
    width: 75%; } }

@media (min-width: 375px) {
  .col-xxs-10 {
    width: 83.33333%; } }

@media (min-width: 375px) {
  .col-xxs-11 {
    width: 91.66667%; } }

@media (min-width: 375px) {
  .col-xxs-12 {
    width: 100%; } }

@media (min-width: 568px) {
  .col-xs-1 {
    width: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-2 {
    width: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-3 {
    width: 25%; } }

@media (min-width: 568px) {
  .col-xs-4 {
    width: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-5 {
    width: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-6 {
    width: 50%; } }

@media (min-width: 568px) {
  .col-xs-7 {
    width: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-8 {
    width: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-9 {
    width: 75%; } }

@media (min-width: 568px) {
  .col-xs-10 {
    width: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-11 {
    width: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-12 {
    width: 100%; } }

@media (min-width: 640px) {
  .col-sm-1 {
    width: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-2 {
    width: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-3 {
    width: 25%; } }

@media (min-width: 640px) {
  .col-sm-4 {
    width: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-5 {
    width: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-6 {
    width: 50%; } }

@media (min-width: 640px) {
  .col-sm-7 {
    width: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-8 {
    width: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-9 {
    width: 75%; } }

@media (min-width: 640px) {
  .col-sm-10 {
    width: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-11 {
    width: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    width: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    width: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    width: 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    width: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    width: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-2 {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-3 {
    width: 25%; } }

@media (min-width: 1024px) {
  .col-lg-4 {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-5 {
    width: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-6 {
    width: 50%; } }

@media (min-width: 1024px) {
  .col-lg-7 {
    width: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-8 {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-9 {
    width: 75%; } }

@media (min-width: 1024px) {
  .col-lg-10 {
    width: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-11 {
    width: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    width: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-2 {
    width: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-3 {
    width: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    width: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-5 {
    width: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-6 {
    width: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-7 {
    width: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-8 {
    width: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-9 {
    width: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-10 {
    width: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-11 {
    width: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-12 {
    width: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-1 {
    width: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-2 {
    width: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-3 {
    width: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-4 {
    width: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-5 {
    width: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-6 {
    width: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-7 {
    width: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-8 {
    width: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-9 {
    width: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-10 {
    width: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-11 {
    width: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-12 {
    width: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 375px) {
  .col-xxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 375px) {
  .col-xxs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 375px) {
  .col-xxs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 375px) {
  .col-xxs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 375px) {
  .col-xxs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-3 {
    margin-left: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-6 {
    margin-left: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-9 {
    margin-left: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 375px) {
  .col-xxs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-12 {
    margin-right: 100%; } }

/**
 *  Global elements
 */
:root {
  --app-height: 100%; }

html {
  height: 100%; }

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }

button {
  transition: all 0.3s ease-in-out; }

img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

.container, .wp-block-group__inner-container {
  width: 100%;
  max-width: 1284px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container, .wp-block-group__inner-container {
      padding: 0 20px; } }
  .container--small, .wp-block-group__inner-container--small {
    max-width: 1070px; }
  .container--large, .wp-block-group__inner-container--large {
    max-width: 1440px;
    padding: 0; }

body {
  font-family: "elza", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #38383b; }

p:last-child {
  margin-bottom: 0; }

h1,
h2, h3, .block-search-results-wrap .block-heading h1,
h4,
h5,
h6 {
  font-family: "elza", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 56px;
  line-height: 1.14;
  margin-bottom: 40px; }
  @media (max-width: 1339px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px;
      margin-bottom: 16px; } }

h2 {
  font-size: 36px;
  line-height: 1.36;
  margin: 0;
  color: #005454;
  text-align: center; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }

h3, .block-search-results-wrap .block-heading h1 {
  font-size: 28px;
  line-height: 1.28;
  margin-bottom: 18px; }
  @media (max-width: 1199px) {
    h3, .block-search-results-wrap .block-heading h1 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    h3, .block-search-results-wrap .block-heading h1 {
      font-size: 18px; } }

h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.33; }

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 14px; }

h6 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px; }

strong {
  font-weight: 700; }

.wp-block-group__inner-container p + .wp-block-heading {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .wp-block-group__inner-container p + .wp-block-heading {
      margin-top: 30px; } }

.wp-block-group__inner-container p:not(:last-of-type) {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .wp-block-group__inner-container p:not(:last-of-type) {
      margin-bottom: 20px; } }

.wp-block-group__inner-container a {
  text-decoration: underline; }
  .wp-block-group__inner-container a:hover {
    text-decoration: none; }

/**
 *  Reset defaults
 */
html, body {
  margin: 0;
  padding: 0; }

.header {
  padding: 27px 0 26px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  transition: all .3s; }
  @media (max-width: 767px) {
    .header {
      padding: 20px 0; } }
  .fixed-header .header {
    padding: 13px 0; }
  .header > .container {
    display: flex;
    align-items: center; }
  .header__logo {
    width: 230px;
    height: 48px;
    display: flex;
    position: relative;
    z-index: 11; }
    @media (max-width: 767px) {
      .header__logo {
        width: 180px; } }
    .header__logo img {
      width: 100%; }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
    width: calc(100% - 230px); }
    @media (max-width: 767px) {
      .header .header-inner {
        width: calc(100% - 180px); } }
    .header .header-inner .btn {
      margin-left: 21px;
      z-index: 11;
      position: relative; }
      @media (max-width: 767px) {
        .header .header-inner .btn {
          display: none; } }
  .header .header-mobile:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    height: 104px; }
    @media (max-width: 767px) {
      .header .header-mobile:before {
        height: 88px; } }
    .fixed-header .header .header-mobile:before {
      height: 74px; }
  .open-nav .header .header-mobile {
    transition: all 0.3s;
    pointer-events: auto;
    opacity: 1; }
  @media (max-width: 1199px) {
    .header .header-mobile {
      background: #005454;
      width: 100%;
      padding: 160px 0 40px;
      pointer-events: none;
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 10; } }
  @media (max-width: 767px) {
    .header .header-mobile {
      padding: 110px 0 50px; } }
  @media (max-width: 1199px) {
    .header .header-mobile .header-mobile-inner {
      height: calc(100vh - 240px);
      overflow-y: auto; } }
  @media (max-width: 767px) {
    .header .header-mobile .header-mobile-inner {
      height: calc(100vh - 144px); } }
  .header .header-mobile .btn {
    display: none; }
    @media (max-width: 767px) {
      .header .header-mobile .btn {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 25px; } }
  .header .toggle-menu {
    margin-left: 52px;
    margin-right: 6px;
    width: 22px;
    height: 16px;
    background-color: transparent;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .header .toggle-menu {
        margin-left: 20px; } }
    .header .toggle-menu:hover span {
      background-color: #82cbcf; }
    .header .toggle-menu span {
      display: block;
      transition: all .3s ease;
      width: 100%;
      height: 2px;
      background-color: #005454; }
      .header .toggle-menu span:before, .header .toggle-menu span:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        background-color: inherit; }
      .header .toggle-menu span:before {
        top: 0; }
      .header .toggle-menu span:after {
        bottom: 0; }
      .open-nav .header .toggle-menu span {
        background: transparent !important; }
        .open-nav .header .toggle-menu span:before, .open-nav .header .toggle-menu span:after {
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          top: 7px;
          right: 0;
          background-color: #005454; }
        .open-nav .header .toggle-menu span:before {
          -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg); }
        .open-nav .header .toggle-menu span:after {
          -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg); }
  @media (min-width: 1200px) {
    .header .navbar {
      width: 100%;
      background: #005454;
      padding: 147px 0 50px;
      pointer-events: none;
      opacity: 0;
      position: fixed;
      top: 104px;
      right: 0;
      bottom: 0;
      z-index: 10; }
      .fixed-header .header .navbar {
        top: 77px; }
      .open-nav .header .navbar {
        transition: all 0.3s;
        pointer-events: auto;
        opacity: 1; } }
  .header .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1200px) {
      .header .navbar .container {
        display: block;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden; } }
  .header nav {
    width: 100%; }
  .header .menu-wrapper {
    width: 40%;
    font-size: 36px;
    line-height: 1.36;
    border-right: 2px solid transparent;
    padding: 0 60px 25px 0;
    margin-left: 20%;
    position: relative; }
    @media (max-width: 1339px) {
      .header .menu-wrapper {
        width: 50%;
        margin-left: 10%; } }
    @media (max-width: 1199px) {
      .header .menu-wrapper {
        width: 100%;
        border: none;
        padding: 0 0 40px;
        margin: 0; } }
    @media (max-width: 767px) {
      .header .menu-wrapper {
        font-size: 24px;
        padding-bottom: 25px; } }
    .header .menu-wrapper.open-sub-menu {
      border-color: #ffffff; }
      @media (max-width: 1199px) {
        .header .menu-wrapper.open-sub-menu > li:not(.open-sub-menu) {
          opacity: 0;
          pointer-events: none; } }
    .header .menu-wrapper li {
      padding-bottom: 26px; }
      @media (max-width: 767px) {
        .header .menu-wrapper li {
          padding-bottom: 16px; } }
      .header .menu-wrapper li:last-child {
        padding-bottom: 0 !important; }
      .header .menu-wrapper li a {
        display: block;
        font-weight: 500;
        position: relative;
        color: #ffffff; }
      @media (min-width: 1200px) {
        .header .menu-wrapper li:hover > a {
          color: #d1ffd9;
          text-decoration: underline; } }
      .header .menu-wrapper li.menu-item-has-children > a:before {
        content: "\E907";
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #d1ffd9;
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        right: 3px;
        transform: translateY(-50%) rotate(-45deg); }
      @media (max-width: 1199px) {
        .header .menu-wrapper li.open-sub-menu > a {
          opacity: 0;
          pointer-events: none; } }
      .header .menu-wrapper li.open-sub-menu > a:before {
        transform: translateY(-50%); }
      .header .menu-wrapper li.open-sub-menu .sub-menu {
        pointer-events: auto;
        opacity: 1; }
    .header .menu-wrapper .sub-menu {
      width: 100%;
      font-size: 24px;
      line-height: 120%;
      padding-left: 85px;
      padding-top: 10px;
      transition: all 0.3s;
      pointer-events: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 5; }
      @media (max-width: 1199px) {
        .header .menu-wrapper .sub-menu {
          min-height: 100%;
          padding: 0 0 10px;
          left: 0; } }
      @media (max-width: 767px) {
        .header .menu-wrapper .sub-menu {
          font-size: 20px; } }
      .header .menu-wrapper .sub-menu li {
        padding-bottom: 32px; }
        @media (max-width: 767px) {
          .header .menu-wrapper .sub-menu li {
            padding-bottom: 18px; } }
        .header .menu-wrapper .sub-menu li.back-sub-menu {
          padding-bottom: 18px; }
          @media (min-width: 1200px) {
            .header .menu-wrapper .sub-menu li.back-sub-menu {
              display: none; } }
          .header .menu-wrapper .sub-menu li.back-sub-menu > a {
            font-size: 14px; }

body.open-nav {
  overflow-y: hidden; }

.footer {
  background-color: #005454;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375;
  padding: 64px 0 51px; }
  @media (max-width: 767px) {
    .footer .col-md-3 {
      margin-bottom: 30px; } }
  .footer .menu-wrapper a:hover {
    color: #c3d4d4; }
  .footer .menu-wrapper li:not(:last-of-type) {
    margin-bottom: 7px; }
  .footer .btn {
    margin-top: 79px; }
    @media (max-width: 767px) {
      .footer .btn {
        margin-top: 30px; } }
  .footer__contacts {
    padding: 0;
    margin-top: 22px; }
    .footer__contacts a {
      border-bottom: 2px solid #d1ffd9;
      display: inline-block;
      line-height: 16px; }
      .footer__contacts a:hover {
        border-color: #ffffff; }
      .footer__contacts a:active {
        border-color: #c3d4d4; }
  .footer__social-links {
    display: flex;
    margin-top: 18px; }
    .footer__social-links li {
      margin-right: 5px; }
      .footer__social-links li a {
        display: flex; }
  .footer__descr {
    margin-top: 37px;
    padding-right: 67px;
    font-size: 11px;
    line-height: 1.5; }
  .footer__bottom {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px dashed #ffffff;
    line-height: 1.58;
    font-size: 12px; }
    @media (max-width: 767px) {
      .footer__bottom {
        margin-top: 0;
        padding-top: 30px; } }

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  text-align: center;
  line-height: 19px;
  border-width: 2px;
  border-style: solid;
  min-width: 166px; }
  @media (max-width: 767px) {
    .btn {
      padding: 12px;
      min-width: 150px; } }
  .btn--primary {
    border-color: #005454;
    color: #38383b; }
    .btn--primary:hover {
      border-color: #d1ffd9;
      color: #005454; }
    .btn--primary:active {
      border-color: #c3d4d4;
      color: #005454; }
  .btn--secondary {
    border-color: #ffffff;
    color: #ffffff; }
    .btn--secondary:hover {
      border-color: #d1ffd9;
      background-color: #d1ffd9;
      color: #005454; }
    .btn--secondary:active {
      border-color: #d1ffd9;
      color: #ffffff;
      background-color: transparent; }
  .btn--download {
    background-color: #ffffff;
    padding: 16px 32px;
    color: #005454;
    color: #002B54;
    display: flex;
    border: none;
    min-width: unset; }
    @media (max-width: 767px) {
      .btn--download {
        padding: 14px 26px; } }
    .btn--download svg {
      margin-right: 8px; }
      .btn--download svg path {
        transition: all .3s; }
      .btn--download svg line {
        transition: all .3s; }
    .btn--download:hover {
      background-color: rgba(255, 255, 255, 0.8); }
      .btn--download:hover svg path {
        stroke: #d1ffd9; }
      .btn--download:hover svg line {
        stroke: #d1ffd9; }
    .btn--download:active {
      background-color: rgba(255, 255, 255, 0.8); }
      .btn--download:active svg path {
        stroke: #c3d4d4; }
      .btn--download:active svg line {
        stroke: #c3d4d4; }

.link-underline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 2px solid #d1ffd9; }
  .link-underline:hover {
    border-color: #005454; }
  .link-underline:active {
    border-color: #c3d4d4; }

main {
  margin-top: 104px; }
  @media (max-width: 767px) {
    main {
      margin-top: 88px; } }

section {
  margin-top: 61px; }
  .hero + section {
    margin-top: 125px; }

.title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 92px;
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .title-wrapper {
      min-height: unset; } }
  @media (max-width: 767px) {
    .title-wrapper {
      margin-bottom: 30px; } }

#searchform {
  position: relative;
  width: 60px;
  display: inline-block;
  transition: all .3s ease; }
  .block-search #searchform {
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .block-search #searchform {
        width: auto;
        margin: 0; } }
  @media (max-width: 1199px) {
    #searchform {
      width: calc(100% - 40px);
      position: relative;
      margin: 0 20px; } }
  #searchform input[type="text"] {
    color: #c3d4d4;
    font-size: 16px;
    line-height: 1.375;
    padding: 14px 18px 14px 18px;
    border: 2px solid #005454;
    border-radius: 27px;
    width: 100%; }
    #searchform input[type="text"]::placeholder {
      color: #c3d4d4; }
    .block-search #searchform input[type="text"] {
      color: #005454; }
      @media (max-width: 767px) {
        .block-search #searchform input[type="text"] {
          margin-right: 20px; } }
      .block-search #searchform input[type="text"]::placeholder {
        color: #c3d4d4; }
    #searchform input[type="text"]:focus {
      outline: none; }
  #searchform button[type="submit"] {
    position: absolute;
    font-size: 0;
    width: 60px;
    height: 100%;
    background-color: transparent;
    border: none;
    right: 0px; }
    .block-search #searchform button[type="submit"] {
      position: static;
      font-size: 16px;
      font-weight: 600;
      padding: 13px 14px;
      text-align: center;
      line-height: 19px;
      border-width: 2px;
      border-style: solid;
      border-color: #005454;
      color: #38383b; }
      .block-search #searchform button[type="submit"]:hover {
        border-color: #d1ffd9;
        color: #005454; }
      .block-search #searchform button[type="submit"]:active {
        border-color: #c3d4d4;
        color: #005454; }
      @media (max-width: 767px) {
        .block-search #searchform button[type="submit"] {
          padding: 11px;
          min-width: 120px; } }
    #searchform button[type="submit"] svg g, #searchform button[type="submit"] svg line {
      transition: all .3s; }
    #searchform button[type="submit"]:hover svg g, #searchform button[type="submit"]:hover svg line {
      stroke: #c3d4d4; }
  #searchform .search-icon-js {
    border-radius: 27px;
    background-color: #ffffff;
    cursor: pointer;
    position: absolute;
    width: 56px;
    height: calc(100% - 4px);
    top: 2px;
    right: 2px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s; }
    #searchform .search-icon-js svg g, #searchform .search-icon-js svg line {
      transition: all .3s; }
    #searchform .search-icon-js:hover svg g, #searchform .search-icon-js:hover svg line {
      stroke: #c3d4d4; }
  #searchform.active {
    width: 320px; }
    #searchform.active input[type="text"] {
      border-color: #c3d4d4; }
    #searchform.active .search-icon-js {
      display: none; }

.block-search-bar {
  max-width: 622px;
  padding: 13px 20px 12px;
  margin: 48px auto 52px;
  background-color: rgba(195, 212, 212, 0.25);
  border: 2px solid #c3d4d4;
  text-align: center;
  font-size: 16px;
  line-height: 1.18;
  color: #002B54; }
  .block-search-bar > span {
    margin-right: 28px; }
  @media (min-width: 768px) {
    .block-search-bar form {
      display: flex;
      align-items: center;
      justify-content: center; } }

.custom-select {
  width: 194px;
  position: relative;
  margin-left: 28px; }
  @media (max-width: 767px) {
    .custom-select {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; } }
  @media (max-width: 359px) {
    .custom-select {
      max-width: 90%; } }
  .custom-select__option {
    height: 35px;
    background: #c3d4d4;
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    font-weight: 600;
    text-align: left; }
    .custom-select__option--value {
      padding-right: 45px; }
      .custom-select__option--value:after {
        content: '\E908';
        width: auto;
        height: auto;
        border: none;
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        font-size: 10px;
        right: 20px;
        position: absolute;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%); }
  .custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    background: transparent;
    border: none;
    overflow-y: auto;
    max-height: 215px;
    top: 100%;
    bottom: auto;
    z-index: 9; }
    .custom-select__dropdown .custom-select__option {
      height: auto; }
      .custom-select__dropdown .custom-select__option:hover {
        background-color: #d1ffd9; }
  .custom-select--active .custom-select__option--value:after {
    transform: translateY(-50%) rotate(-180deg); }

.related-articles {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .related-articles {
      margin-bottom: 60px; } }
  .related-articles h2 {
    margin-bottom: 40px; }

/* Section Search Results */
.section-search-results {
  margin: 80px 0; }

.block-search-results-wrap {
  max-width: 760px;
  margin: 0 auto; }
  .block-search-results-wrap .block-heading {
    text-align: center;
    margin-bottom: 50px; }
    .block-search-results-wrap .block-heading h1 {
      margin-bottom: 10px; }

.block-search {
  max-width: 480px;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .block-search {
      max-width: 100%; } }
  .block-search .form-search {
    display: flex; }
    @media (max-width: 567px) {
      .block-search .form-search {
        display: block; } }
  .block-search .input-search {
    width: 100%;
    height: 51px;
    background: #ffffff;
    border: 2px solid #005454;
    border-radius: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #005454;
    box-sizing: border-box;
    padding: 12px 20px;
    margin-right: 20px; }
    .block-search .input-search:focus {
      border-color: #c3d4d4 !important; }
    @media (max-width: 767px) {
      .block-search .input-search {
        height: 47px; } }
    @media (max-width: 567px) {
      .block-search .input-search {
        margin: 0 0 20px; } }
  .block-search .icon-search {
    margin-left: 5px; }

.block-search-results {
  margin-top: 40px; }
  .block-search-results .box-search-results {
    background-image: repeating-linear-gradient(90deg, #d1ffd9, #005454 1px, transparent 1px, transparent 7px, #005454 7px);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 25px 0; }
    .block-search-results .box-search-results:first-child {
      padding-top: 0; }
    .block-search-results .box-search-results h3, .block-search-results .box-search-results .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .block-search-results .box-search-results h1 {
      margin-bottom: 10px; }
      .block-search-results .box-search-results h3 a:hover, .block-search-results .box-search-results .block-search-results-wrap .block-heading h1 a:hover, .block-search-results-wrap .block-heading .block-search-results .box-search-results h1 a:hover {
        color: #005454; }

.block-search-no-results {
  margin: 65px 0 220px; }
  @media (max-width: 1199px) {
    .block-search-no-results {
      margin-bottom: 150px; } }
  @media (max-width: 767px) {
    .block-search-no-results {
      margin-bottom: 80px; } }
  .block-search-no-results .box-img {
    max-width: 525px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .block-search-no-results .box-img {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .block-search-no-results .box-img {
        max-width: 300px; } }

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px; }
  .navigation h2 {
    display: none; }
  .navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center; }
  .navigation .page-numbers {
    padding: 5px 10px; }
    .navigation .page-numbers.current, .navigation .page-numbers:hover {
      color: #82cbcf; }
    .navigation .page-numbers.next {
      transform: scale(-1, 1); }

.section-simple-content {
  margin-top: 164px;
  margin-bottom: 104px; }
  @media (max-width: 1199px) {
    .section-simple-content {
      margin-top: 124px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-simple-content {
      margin-top: 104px; } }

.block-default {
  margin: 0 16.666%;
  font-size: 16px;
  line-height: 1.375; }
  @media (max-width: 1339px) {
    .block-default {
      margin: 0 8.333%; } }
  @media (max-width: 1199px) {
    .block-default {
      margin: 0; } }
  .block-default h1 {
    font-size: 36px; }
    @media (max-width: 1199px) {
      .block-default h1 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .block-default h1 {
        font-size: 22px; } }
  .block-default p {
    margin-bottom: 22px; }
  .block-default a {
    font-weight: 500;
    border-bottom: 2px solid #d1ffd9; }
    .block-default a:hover {
      border-color: #005454; }
    .block-default a:active {
      border-color: #c3d4d4; }
  .block-default .wp-block-list {
    margin-bottom: 22px; }
  .block-default .wp-block-table {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .block-default .wp-block-table {
        overflow-x: auto; } }
    @media (max-width: 767px) {
      .block-default .wp-block-table table {
        min-width: 800px; } }
    .block-default .wp-block-table table tr {
      background-image: repeating-linear-gradient(90deg, #d1ffd9, #005454 1px, transparent 1px, transparent 7px, #005454 7px);
      background-size: 100% 2px;
      background-position: 0 100%;
      background-repeat: no-repeat; }

/* 404 page */
.section-error {
  text-align: center;
  font-size: 16px;
  margin-top: 164px;
  margin-bottom: 104px; }
  @media (max-width: 1199px) {
    .section-error {
      margin-top: 124px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-error {
      margin-top: 104px; } }
  .section-error .box-img {
    max-width: 300px;
    margin: 0 auto 30px; }
  .section-error h1 {
    font-size: 36px;
    margin-bottom: 16px; }
    @media (max-width: 1199px) {
      .section-error h1 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .section-error h1 {
        font-size: 22px; } }
  .section-error .block-search {
    margin-top: 30px; }

.hero {
  background-size: contain;
  background-position: center;
  padding: 54px 0 0; }
  @media (min-width: 1200px) {
    .hero .row > div:last-of-type {
      margin-left: 0; } }
  .hero .box-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px; }
    .hero .box-text > * {
      padding-right: 0; }
      @media (min-width: 1200px) {
        .hero .box-text > * {
          padding-right: 109px; } }
    .hero .box-text h1 {
      padding-right: 0; }
    @media (max-width: 767px) {
      .hero .box-text {
        margin-bottom: 30px;
        display: block; } }
  .hero .box-tag {
    text-transform: uppercase;
    color: #005454;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
    background-color: #ffffff;
    align-self: flex-start;
    margin-bottom: 41px; }
    @media (max-width: 767px) {
      .hero .box-tag {
        margin-bottom: 20px;
        display: inline-block; } }
  .hero h1 {
    margin: 0;
    line-height: 1.22;
    color: #005454; }
  .hero p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 500; }
    @media (max-width: 767px) {
      .hero p {
        font-size: 20px; } }
  .hero .box-img-wrap {
    margin-bottom: -47px; }
  .hero .box-img {
    display: flex; }
  .hero--single .box-text {
    padding-bottom: 55px;
    padding-top: 5px; }
    @media (max-width: 767px) {
      .hero--single .box-text {
        padding: 0; } }
  .hero--single h1 {
    font-size: 36px;
    color: #38383b; }
    @media (max-width: 767px) {
      .hero--single h1 {
        font-size: 28px; } }

.hero-banner {
  margin-top: 0; }
  @media (max-width: 767px) {
    .hero-banner .row {
      flex-direction: column-reverse; } }
  .hero-banner .col-md-6 {
    display: flex; }
  .hero-banner__bg {
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 100px 50px 86px;
    color: #ffffff;
    height: 100%; }
    @media (max-width: 1199px) {
      .hero-banner__bg {
        padding: 60px 20px; } }
    .hero-banner__bg .btn {
      align-self: flex-start; }
  .hero-banner__img-right {
    object-fit: cover;
    height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      .hero-banner__img-right {
        max-height: 300px; } }

.intro h2 {
  line-height: 1.27; }

.intro h3, .intro .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .intro h1 {
  font-size: 36px;
  line-height: 1.19;
  font-weight: 500;
  color: #38383b;
  margin-bottom: 16px; }
  @media (max-width: 1339px) {
    .intro h3, .intro .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .intro h1 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .intro h3, .intro .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .intro h1 {
      font-size: 22px; } }

.intro .title-wrapper + .row {
  padding-top: 57px; }
  @media (max-width: 1023px) {
    .intro .title-wrapper + .row {
      padding-top: 0; } }

@media (max-width: 1339px) {
  .intro .col-md-6:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; } }

.intro__text-wrapper {
  padding: 69px 118px 113px 17.3%;
  line-height: 1.44;
  color: #38383b;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 1339px) {
    .intro__text-wrapper {
      padding: 20px 50px; } }
  @media (max-width: 767px) {
    .intro__text-wrapper {
      padding: 0 20px; } }

.intro__text div {
  padding-right: 30px; }

.intro .btn {
  margin-top: 32px;
  align-self: flex-start; }

.intro__img-wrapper {
  margin-left: -60px;
  width: calc(100% + 63px);
  position: relative;
  display: flex; }
  @media (max-width: 1339px) {
    .intro__img-wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .intro__img-wrapper {
      margin-top: 30px; } }

.intro__img {
  width: 515px;
  margin-left: 60px;
  position: absolute;
  z-index: 2; }
  @media (max-width: 1339px) {
    .intro__img {
      width: 74.5%;
      margin-left: 8.5%; } }

.intro__img-pattern {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1; }

.intro--reverse .row {
  flex-direction: row-reverse;
  padding-top: 0; }

.intro--reverse .intro__text-wrapper {
  padding-left: 20.3%;
  padding-right: 15.8%;
  margin-top: 60px;
  height: calc(100% - 60px); }
  @media (max-width: 1339px) {
    .intro--reverse .intro__text-wrapper {
      padding: 20px 50px; } }
  @media (max-width: 767px) {
    .intro--reverse .intro__text-wrapper {
      padding: 0px 20px;
      margin-top: 0; } }

.intro--reverse .intro__img {
  margin-top: 60px; }
  @media (max-width: 1339px) {
    .intro--reverse .intro__img {
      margin-top: 8.5%; } }

.intro--reverse .intro__img-wrapper {
  width: 100%;
  margin-left: 0;
  padding: 0 60px 0 56px; }
  @media (max-width: 1339px) {
    .intro--reverse .intro__img-wrapper {
      padding: 0 25.8% 0 0; } }

.featured-boxes {
  position: relative;
  margin-top: 102px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .featured-boxes {
      margin-top: 60px; } }
  .featured-boxes h2 {
    color: #ffffff; }
    @media (max-width: 767px) {
      .featured-boxes h2 {
        color: #005454; } }
  .featured-boxes--no-bg {
    padding-top: 0; }
    @media (min-width: 1024px) {
      .featured-boxes--no-bg {
        margin-top: 117px; } }
    .featured-boxes--no-bg .title-wrapper {
      align-items: flex-start;
      margin-bottom: 36px; }
    .featured-boxes--no-bg h2 {
      color: #38383b;
      font-size: 28px;
      line-height: 1.21; }
      @media (max-width: 1199px) {
        .featured-boxes--no-bg h2 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .featured-boxes--no-bg h2 {
          font-size: 20px; } }
    .featured-boxes--no-bg .featured-boxes__card {
      padding-bottom: 24px; }
      @media (max-width: 767px) {
        .featured-boxes--no-bg .featured-boxes__card {
          padding-bottom: 30px; } }
      .featured-boxes--no-bg .featured-boxes__card:before {
        display: none; }
      .featured-boxes--no-bg .featured-boxes__card img {
        margin-bottom: 65px; }
        @media (max-width: 767px) {
          .featured-boxes--no-bg .featured-boxes__card img {
            margin-bottom: 24px; } }
  .featured-boxes .container {
    z-index: 2;
    position: relative; }
  .featured-boxes__top-pattern, .featured-boxes__bottom-pattern {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%; }
  .featured-boxes__top-pattern {
    height: 364px;
    background-size: contain;
    background-position: center; }
    @media (max-width: 1023px) {
      .featured-boxes__top-pattern {
        height: 30%; } }
    @media (max-width: 767px) {
      .featured-boxes__top-pattern {
        display: none; } }
  .featured-boxes__bottom-pattern {
    top: 364px;
    height: calc(100% - 364px);
    background-color: #d8ecf4;
    opacity: 0.25; }
    @media (max-width: 1023px) {
      .featured-boxes__bottom-pattern {
        top: 30%;
        height: calc(100% - 30%); } }
    @media (max-width: 767px) {
      .featured-boxes__bottom-pattern {
        top: 0;
        height: 100%; } }
  @media (max-width: 1023px) {
    .featured-boxes--four-items .featured-boxes__top-pattern {
      display: none; } }
  @media (max-width: 1023px) {
    .featured-boxes--four-items .featured-boxes__bottom-pattern {
      top: 0;
      height: 100%; } }
  @media (max-width: 1023px) {
    .featured-boxes--four-items h2 {
      color: #005454; } }
  .featured-boxes__card {
    text-align: center;
    position: relative;
    padding-bottom: 101px;
    height: 100%; }
    @media (max-width: 767px) {
      .featured-boxes__card {
        max-width: 500px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .col-lg-3 .featured-boxes__card {
        padding-bottom: 126px; } }
    @media (max-width: 1023px) {
      .col-lg-3 .featured-boxes__card {
        margin-bottom: 30px; } }
    .featured-boxes__card img {
      margin-bottom: 24px; }
    .featured-boxes__card h3, .featured-boxes__card .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .featured-boxes__card h1 {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 16px; }
    .featured-boxes__card p {
      line-height: 1.44; }
    .featured-boxes__card .btn {
      margin-top: 24px; }
    .featured-boxes__card:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 60px;
      background-color: #ffffff; }
  .featured-boxes__descr {
    padding: 0 40px; }

.slider-text-img {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: contain;
  background-position: center;
  background-color: #d1ffd9; }
  @media (max-width: 767px) {
    .slider-text-img {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .slider-text-img .slick-slide {
      padding-bottom: 70px; } }
  .slider-text-img .row {
    display: flex !important; }
  .slider-text-img__text {
    padding-left: 17%;
    padding-right: 20%;
    font-size: 24px;
    line-height: 1.33;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1023px) {
      .slider-text-img__text {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .slider-text-img__text {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px; } }
  .slider-text-img h3, .slider-text-img .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .slider-text-img h1 {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 12px; }
    @media (max-width: 1199px) {
      .slider-text-img h3, .slider-text-img .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .slider-text-img h1 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .slider-text-img h3, .slider-text-img .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .slider-text-img h1 {
        font-size: 20px; } }
  .slider-text-img__img-wrapper {
    width: 515px;
    position: relative;
    padding-bottom: 60px; }
    @media (max-width: 1199px) {
      .slider-text-img__img-wrapper {
        width: 80%;
        padding-bottom: 10%; } }
    @media (max-width: 767px) {
      .slider-text-img__img-wrapper {
        max-width: 500px;
        margin: 0 auto 0;
        padding-bottom: 0;
        overflow: visible; } }
    .slider-text-img__img-wrapper:before {
      width: 100%;
      height: calc(100% - 60px);
      content: '';
      position: absolute;
      left: 60px;
      bottom: 0;
      background-color: #005454; }
      @media (max-width: 1199px) {
        .slider-text-img__img-wrapper:before {
          left: 0;
          height: calc(100% - 11%); } }
      @media (max-width: 767px) {
        .slider-text-img__img-wrapper:before {
          position: absolute;
          left: 10%;
          top: 15%;
          width: 100%;
          height: 100%;
          z-index: 1; } }
    .slider-text-img__img-wrapper img {
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1199px) {
        .slider-text-img__img-wrapper img {
          margin-left: -10%; } }
      @media (max-width: 767px) {
        .slider-text-img__img-wrapper img {
          margin-left: 0;
          width: 100%;
          position: relative;
          z-index: 2; } }
  .slider-text-img .slick-dots {
    display: block;
    text-align: center;
    margin-top: 42px; }
    @media (max-width: 767px) {
      .slider-text-img .slick-dots {
        margin-top: 10px; } }
    .slider-text-img .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .slider-text-img .slick-dots li button {
        width: 16px;
        height: 16px;
        border: 2px solid #38383b;
        background-color: transparent;
        font-size: 0; }
        .slider-text-img .slick-dots li button:hover {
          background-color: #38383b; }
      .slider-text-img .slick-dots li.slick-active button {
        background-color: #38383b; }

.post-cards-preview {
  margin-top: 120px; }
  @media (max-width: 1023px) {
    .post-cards-preview {
      margin-top: 60px; } }
  .post-cards-preview .container {
    position: relative;
    padding-bottom: 107px; }
    @media (max-width: 767px) {
      .post-cards-preview .container {
        padding-bottom: 60px; } }
  .post-cards-preview .row {
    position: relative;
    z-index: 1; }
  .post-cards-preview__pattern {
    position: absolute;
    left: -88px;
    bottom: 0;
    width: 610px;
    height: 610px; }
  .post-cards-preview h2 {
    text-align: left;
    margin-bottom: 16px; }
  .post-cards-preview__text {
    font-size: 24px;
    line-height: 1.23;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .post-cards-preview__text {
        font-size: 20px;
        margin-bottom: 30px; } }
  .post-cards-preview .link-underline {
    margin-top: 20px;
    display: inline-block; }

.post-card {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 767px) {
    .post-card {
      max-width: 500px;
      margin: 0 auto; } }
  .post-card__category {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    text-transform: uppercase;
    color: #005454;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
    background-color: #ffffff; }
  .post-card__img {
    width: 43.07%;
    position: relative;
    display: flex;
    padding-bottom: 33.5%;
    height: 0; }
    @media (max-width: 767px) {
      .post-card__img {
        width: 100%;
        padding-bottom: 73.5%; } }
    @media (min-width: 768px) {
      .post-card--large .post-card__img {
        width: 49.05%;
        padding-bottom: 39%; } }
    @media (min-width: 768px) {
      .post-card--medium .post-card__img {
        width: 48.4%;
        padding-bottom: 45.1%; } }
    .post-card__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-card__text {
    width: 56.03%;
    box-shadow: 0 0 40px rgba(128, 112, 150, 0.1);
    margin: 20px 0;
    padding: 32px 87px 31px 48px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .post-card--large .post-card__text {
        width: 50.95%; } }
    @media (min-width: 1200px) {
      .post-card--large .post-card__text {
        padding: 32px 87px 38px 107px; } }
    @media (min-width: 768px) {
      .post-card--medium .post-card__text {
        width: 51.6%;
        min-height: 240px; } }
    @media (min-width: 1200px) {
      .post-card--medium .post-card__text {
        padding: 30px 49px 30px 48px; } }
    @media (max-width: 1023px) {
      .post-card__text {
        padding: 32px 36px; } }
    @media (max-width: 767px) {
      .post-card__text {
        width: 100%;
        margin: 0;
        padding: 30px 20px; } }
    .post-card__text p {
      font-size: 18px;
      line-height: 1.44;
      margin-bottom: 16px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box; }
      @media (max-width: 1199px) {
        .post-card--large .post-card__text p {
          font-size: 16px;
          -webkit-line-clamp: 3; } }
      @media (max-width: 1023px) {
        .post-card--large .post-card__text p {
          -webkit-line-clamp: 2; } }
    .post-card__text h3, .post-card__text .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .post-card__text h1 {
      margin-bottom: 16px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box; }
      @media (max-width: 1199px) {
        .post-card__text h3, .post-card__text .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .post-card__text h1 {
          font-size: 20px; } }
      .post-card--medium .post-card__text h3, .post-card--medium .post-card__text .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .post-card--medium .post-card__text h1 {
        font-size: 20px;
        line-height: 1.4; }
  .post-card .link-underline {
    margin-top: 0;
    align-self: flex-start; }
  .post-card:not(:last-of-type) {
    margin-bottom: 40px; }

.posts-section {
  margin-top: 40px; }

.post-card-container {
  row-gap: 24px; }
  @media (max-width: 1199px) {
    .post-card-container {
      max-width: 1070px;
      margin: 0 auto; } }

.cta {
  text-align: center;
  padding: 135px 0;
  margin-top: 0;
  background-size: contain;
  background-position: center; }
  @media (max-width: 767px) {
    .cta {
      padding: 100px 0; } }
  .cta h2 {
    margin-bottom: 59px; }
    @media (max-width: 767px) {
      .cta h2 {
        margin-bottom: 30px; } }

.hero-simple {
  min-height: 408px;
  padding: 40px 0 48px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center; }
  @media (max-width: 767px) {
    .hero-simple {
      min-height: 300px;
      font-size: 18px; } }
  .hero-simple h1 {
    color: #005454;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .hero-simple h1 {
        margin-bottom: 16px; } }
  .hero-simple__text {
    max-width: 515px;
    margin: 0 auto; }

.cta-box {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .cta-box {
      margin-top: 140px;
      margin-bottom: 140px; } }
  .cta-box__inner {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 24px 64px;
    background-color: #d8ecf4; }
    @media (max-width: 1023px) {
      .cta-box__inner {
        text-align: center; } }
  .cta-box__pattern {
    width: 27.7%;
    padding-right: 80px;
    display: flex; }
    @media (max-width: 1023px) {
      .cta-box__pattern {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .cta-box__pattern img {
        margin: 0 auto; } }
  .cta-box__text {
    width: 44.3%;
    padding-right: 27px;
    padding-bottom: 12px;
    font-weight: 600;
    line-height: 1.22; }
    @media (min-width: 1200px) {
      .cta-box__text {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      .cta-box__text {
        width: 100%;
        padding-right: 0; } }
    .cta-box__text h2 {
      text-align: left;
      margin-bottom: 12px;
      color: #38383b; }
      @media (min-width: 1200px) {
        .cta-box__text h2 {
          font-size: 38px;
          line-height: 1.15; } }
      @media (max-width: 1023px) {
        .cta-box__text h2 {
          text-align: center; } }
  .cta-box__link {
    width: 28%;
    align-self: flex-end;
    padding-bottom: 36px; }
    @media (max-width: 1023px) {
      .cta-box__link {
        width: 100%;
        padding-bottom: 0; } }

@media (max-width: 1023px) {
  .section-blog-single .row {
    flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .section-blog-single .row > div:last-of-type {
    margin-left: 2%; } }

.section-blog-single .container {
  position: relative; }

.section-blog-single__design {
  position: absolute;
  bottom: 314px;
  right: -80px; }
  @media (max-width: 1470px) {
    .section-blog-single__design {
      right: 0; } }
  @media (max-width: 1199px) {
    .section-blog-single__design {
      width: 360px; } }
  @media (max-width: 1023px) {
    .section-blog-single__design {
      display: none; } }

.content-blog-single {
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .content-blog-single {
      margin-bottom: 60px;
      font-size: 16px; } }
  .content-blog-single p:not(:last-of-type) {
    margin-bottom: 20px; }
  .content-blog-single strong {
    font-weight: 600; }
  .content-blog-single ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 32px 0; }
    .content-blog-single ol li {
      margin-bottom: 10px;
      padding-left: 20px; }
  .content-blog-single h2 {
    margin-bottom: 16px;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    color: #38383b; }
  .content-blog-single h3, .content-blog-single .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .content-blog-single h1 {
    font-size: 18px; }
  .content-blog-single figure.wp-block-gallery.has-nested-images {
    column-gap: 20px;
    margin: 42px 0; }
  .content-blog-single .wp-block-gallery.has-nested-images.columns-default {
    display: flex; }
    .content-blog-single .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) {
      width: 50%; }
  .content-blog-single .wp-block-image {
    margin: 42px 0; }
  .content-blog-single .wp-element-caption {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 12px; }
  .content-blog-single .content-blog-single-in {
    padding-bottom: 35px;
    border-bottom: 1px dashed #82cbcf;
    margin-bottom: 40px; }
    .content-blog-single .content-blog-single-in a {
      border-bottom: 2px solid #d1ffd9;
      font-weight: 500; }
      .content-blog-single .content-blog-single-in a:hover {
        border-color: #005454; }
      .content-blog-single .content-blog-single-in a:active {
        border-color: #c3d4d4; }
  .content-blog-single .box-social-wrap {
    margin-top: 25px; }
    .content-blog-single .box-social-wrap p {
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      margin-bottom: 16px; }
    .content-blog-single .box-social-wrap a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      background: #005454;
      margin: 0 4px 0 0; }
  .content-blog-single .box-social {
    display: flex; }

.info-blog-single {
  padding: 34px 34px 50px 50px;
  width: 299px;
  min-height: 299px;
  margin-top: -34px;
  position: relative; }
  @media (max-width: 1023px) {
    .info-blog-single {
      margin-bottom: 30px; } }
  .info-blog-single__pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    pointer-events: none; }
  .info-blog-single__inner {
    background-color: #d1ffd9;
    padding: 30px 20px 30px 51px;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
    font-size: 16px;
    line-height: 1.375;
    color: #005454;
    position: relative;
    z-index: 1; }

.section-blog-single--partners.section-blog-single .row > div:last-of-type {
  margin-left: 0; }
  @media (min-width: 1200px) {
    .section-blog-single--partners.section-blog-single .row > div:last-of-type {
      margin-left: 4.3%; } }

.section-blog-single--partners .content-blog-single {
  margin-bottom: 0; }
  .section-blog-single--partners .content-blog-single .content-blog-single-in {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.section-blog-single--partners .info-blog-single {
  width: 385px; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .section-blog-single--partners .info-blog-single {
      margin-left: auto; } }
  @media (max-width: 639px) {
    .section-blog-single--partners .info-blog-single {
      width: 304px;
      padding: 27px 29px 50px 40px; } }
  .section-blog-single--partners .info-blog-single__pattern {
    width: 385px;
    height: 385px; }
    @media (max-width: 639px) {
      .section-blog-single--partners .info-blog-single__pattern {
        width: 304px;
        background-size: 304px;
        background-repeat: no-repeat; } }
  .section-blog-single--partners .info-blog-single__inner {
    width: 301px;
    min-height: 301px;
    height: auto;
    padding: 29px 32px 36px;
    justify-content: space-between;
    color: #38383b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
    @media (max-width: 639px) {
      .section-blog-single--partners .info-blog-single__inner {
        width: 237px;
        font-size: 16px;
        min-height: 232px; } }
    .section-blog-single--partners .info-blog-single__inner .btn {
      background-color: #ffffff; }

.download-box {
  margin-top: 70px; }
  @media (min-width: 768px) {
    .download-box {
      margin-top: 97px; } }
  @media (min-width: 768px) {
    .download-box + .download-box {
      margin-top: 131px; } }
  @media (max-width: 767px) {
    .download-box .row {
      flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    .download-box .row > div:first-of-type {
      width: 54.76%;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .download-box .row > div:nth-of-type(2) {
      width: 45.24%; } }
  .download-box__inner {
    padding: 60px 11%;
    line-height: 1.44; }
    @media (max-width: 1023px) {
      .download-box__inner {
        padding: 60px 30px; } }
  .download-box__text {
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .download-box__text {
        font-size: 16px; } }
  .download-box h2 {
    text-align: left;
    color: #38383b;
    margin-bottom: 4px;
    line-height: 1.22; }
  .download-box h3, .download-box .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .download-box h1 {
    margin-bottom: 16px; }
  .download-box .btn {
    margin-top: 16px;
    align-self: flex-start; }
  .download-box__img {
    max-width: 299px;
    margin-left: auto;
    margin-top: -114px; }
    @media (max-width: 767px) {
      .download-box__img {
        margin-top: -93px;
        margin-right: auto;
        margin-bottom: 30px; } }
    .download-box__img img {
      width: 100%; }

@media (min-width: 1200px) {
  .section-form {
    margin-top: 156px; } }

.section-form__text {
  margin-bottom: 65px;
  max-width: 729px; }
  @media (max-width: 767px) {
    .section-form__text {
      margin-bottom: 30px; } }

.section-form h3, .section-form .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .section-form h1 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #38383b; }

.section-form__additional-info {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 36px;
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .section-form__additional-info {
      margin-bottom: 145px; } }
  .section-form__additional-info h4 {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 12px;
    margin-top: 24px;
    color: #38383b; }
  .section-form__additional-info a {
    font-weight: 500;
    font-size: inherit;
    line-height: inherit; }

.section-form__social-links {
  display: flex;
  column-gap: 8px; }
  .section-form__social-links li a {
    width: 40px;
    height: 40px;
    background-color: #005454;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-form__social-links li a:hover {
      background-color: #82cbcf; }

.gform_wrapper.gravity-theme {
  background-color: rgba(216, 236, 244, 0.5);
  padding: 43px 10% 60px; }
  @media (max-width: 767px) {
    .gform_wrapper.gravity-theme {
      padding: 40px 30px; } }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px !important;
    line-height: 1.4;
    color: #002B54;
    margin-bottom: 12px !important;
    font-weight: 600 !important; }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px !important;
    grid-row-gap: 12px !important; }
  .gform_wrapper.gravity-theme .custom-select {
    margin-left: 0;
    margin-bottom: 28px;
    width: calc(50% - 10px);
    color: #002B54; }
    @media (max-width: 767px) {
      .gform_wrapper.gravity-theme .custom-select {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%; } }
    .gform_wrapper.gravity-theme .custom-select__option {
      background-color: rgba(0, 43, 84, 0.08);
      height: 43px;
      padding: 12px 43px 12px 12px; }
      .gform_wrapper.gravity-theme .custom-select__option:hover {
        background-color: #99bac7; }
      .gform_wrapper.gravity-theme .custom-select__option--value:after {
        right: 12px; }
    .gform_wrapper.gravity-theme .custom-select__dropdown {
      background-color: #d8ecf4; }
  .gform_wrapper.gravity-theme .m-top {
    margin-top: 29px; }
  .gform_wrapper.gravity-theme .gfield input {
    border: none;
    border-bottom: 1px solid #005454;
    background-color: transparent;
    padding: 0 0 8px !important;
    font-size: 16px;
    line-height: 19px;
    color: #002B54;
    margin-bottom: 19px !important; }
    .gform_wrapper.gravity-theme .gfield input::placeholder {
      color: #002B54; }
    .gform_wrapper.gravity-theme .gfield input:focus {
      outline: none;
      border-color: #99bac7; }
  .gform_wrapper.gravity-theme .gfield textarea {
    border-color: #E6E2EA;
    padding: 12px;
    font-size: 16px;
    line-height: 22px;
    height: 221px; }
    .gform_wrapper.gravity-theme .gfield textarea::placeholder {
      color: #002B54; }
    .gform_wrapper.gravity-theme .gfield textarea:focus {
      outline: none;
      border-color: #99bac7; }
  .gform_wrapper.gravity-theme .gfield.gfield_error input {
    border-color: #c02b0a; }
  .gform_wrapper.gravity-theme .ginput_container_checkbox input[type="checkbox"],
  .gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"] {
    -webkit-appearance: none;
    display: none; }
    .gform_wrapper.gravity-theme .ginput_container_checkbox input[type="checkbox"]:checked + label:before,
    .gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:checked + label:before {
      color: #002B54; }
  .gform_wrapper.gravity-theme .ginput_container_checkbox label,
  .gform_wrapper.gravity-theme .ginput_container_consent label {
    position: relative;
    cursor: pointer;
    padding: 5px 0 0 36px;
    font-size: 12px !important;
    line-height: 19px;
    display: inline-block; }
    .gform_wrapper.gravity-theme .ginput_container_checkbox label:before,
    .gform_wrapper.gravity-theme .ginput_container_consent label:before {
      content: "\E90C";
      font-family: 'icomoon';
      font-weight: 400;
      font-style: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 4px;
      border: 1px solid #E6E2EA;
      font-size: 12px;
      color: transparent;
      position: absolute;
      left: 0;
      top: 0; }
  .gform_wrapper.gravity-theme .ginput_container_consent {
    margin-top: 29px; }
    @media (max-width: 767px) {
      .gform_wrapper.gravity-theme .ginput_container_consent {
        margin-top: 10px; } }
  .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 48px !important;
    padding: 0 !important; }
    @media (max-width: 767px) {
      .gform_wrapper.gravity-theme .gform_footer {
        margin-top: 30px !important; } }
  .gform_wrapper.gravity-theme input[type="submit"] {
    margin-bottom: 0 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-align: center;
    line-height: 19px !important;
    border-width: 2px;
    border-style: solid;
    min-width: 166px;
    background-color: transparent;
    transition: all .3s;
    border-color: #005454;
    color: #38383b; }
    .gform_wrapper.gravity-theme input[type="submit"]:hover {
      border-color: #d1ffd9;
      color: #005454; }
    .gform_wrapper.gravity-theme input[type="submit"]:active {
      border-color: #c3d4d4;
      color: #005454; }
    @media (max-width: 767px) {
      .gform_wrapper.gravity-theme input[type="submit"] {
        padding: 12px 20px;
        min-width: 150px; } }
  .gform_wrapper.gravity-theme .gfield_validation_message,
  .gform_wrapper.gravity-theme .validation_message {
    border: none;
    background-color: transparent;
    padding: 0 !important; }
  .gform_wrapper.gravity-theme .gfield_required {
    color: #002B54;
    padding-left: 0; }

.logos {
  background-color: rgba(209, 255, 217, 0.5);
  padding: 92px 0 112px; }
  @media (max-width: 767px) {
    .logos {
      padding: 60px 0; } }
  .logos h2 {
    color: #38383b;
    margin-bottom: 110px; }
  .logos__grid {
    display: flex;
    column-gap: 47px;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .logos__grid {
        column-gap: 30px; } }
    @media (max-width: 767px) {
      .logos__grid {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        row-gap: 30px; } }
    @media (max-width: 767px) {
      .logos__grid div {
        width: auto; } }

@media (min-width: 1024px) {
  .pattern-text-image {
    margin-top: 97px; } }

.pattern-text-image__inner {
  margin-right: 43px;
  max-width: 1007px;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 1023px) {
    .pattern-text-image__inner {
      margin-right: 0; } }

.pattern-text-image__image {
  width: 31.876%;
  padding-top: 113px;
  position: relative;
  z-index: 1; }
  .pattern-text-image__image img {
    width: calc(100% + 67px);
    max-width: unset; }
    @media (max-width: 767px) {
      .pattern-text-image__image img {
        max-width: 300px;
        margin: 0 auto;
        display: block; } }
  @media (max-width: 1023px) {
    .pattern-text-image__image {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .pattern-text-image__image {
      width: 100%;
      margin-bottom: -30px; } }

.pattern-text-image__text {
  background-size: contain;
  background-position: center;
  width: 68.124%;
  padding: 217px 63px 270px 21.26%;
  font-size: 20px;
  line-height: 1.35; }
  @media (max-width: 1023px) {
    .pattern-text-image__text {
      padding: 100px 60px 100px 100px; } }
  @media (max-width: 767px) {
    .pattern-text-image__text {
      width: 100%;
      padding: 60px 30px;
      font-size: 18px; } }

.pattern-text-image h3, .pattern-text-image .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .pattern-text-image h1 {
  margin-bottom: 15px;
  line-height: 1.22; }

@media (min-width: 768px) {
  .highlighted-text {
    margin-top: 127px; } }

.highlighted-text .row {
  align-items: center; }

.highlighted-text__title {
  padding-bottom: 60px; }

.highlighted-text h2 {
  text-align: left;
  color: #38383b;
  max-width: 481px; }
  @media (max-width: 767px) {
    .highlighted-text h2 {
      text-align: center;
      max-width: 100%; } }

.highlighted-text__text {
  max-width: 408px;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 767px) {
    .highlighted-text__text {
      margin-right: auto; } }
  .highlighted-text__text .btn {
    position: relative;
    top: -25px;
    background-color: #ffffff; }

.highlighted-text__inner {
  background-color: #d1ffd9;
  padding: 0 48px 52px;
  line-height: 1.4; }
  .highlighted-text__inner img {
    margin-top: -25px; }
  .highlighted-text__inner h3, .highlighted-text__inner .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .highlighted-text__inner h1 {
    margin-top: 21px;
    font-size: 20px;
    line-height: 1.2;
    color: #38383b;
    margin-bottom: 20px; }

.members {
  background-color: rgba(216, 236, 244, 0.4);
  padding-top: 71px;
  padding-bottom: 296px; }
  @media (max-width: 1023px) {
    .members {
      padding-bottom: 60px;
      padding-top: 60px;
      margin-top: 104px !important; } }
  .members .block-search-bar {
    margin-top: 0;
    margin-bottom: 0; }
    .members .block-search-bar .custom-select {
      margin-left: 18px;
      width: 241px; }
      @media (max-width: 767px) {
        .members .block-search-bar .custom-select {
          margin-left: auto;
          max-width: 100% !important; } }
  .members .title-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
    min-height: 132px;
    border-bottom: 2px dotted #99bac7;
    margin-bottom: 0;
    margin-top: 40px; }
  .members .row {
    justify-content: space-between; }
  .members .col-md-6 {
    max-width: 428px; }
    @media (max-width: 767px) {
      .members .col-md-6 {
        width: 50%;
        max-width: 50%; } }
  .members .member {
    text-align: center;
    background-color: #ffffff;
    margin-top: 148px;
    padding: 0 40px 40px;
    height: calc(100% - 148px); }
    @media (max-width: 767px) {
      .members .member {
        padding: 0 20px 20px;
        margin-top: 100px;
        height: calc(100% - 100px); } }
    .members .member__image {
      width: 194px;
      height: 194px;
      object-fit: cover;
      margin-top: -97px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .members .member__image {
          width: 120px;
          height: 120px;
          margin-top: -60px;
          margin-bottom: 20px; } }
    .members .member h3, .members .member .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .members .member h1 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .members .member h3, .members .member .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .members .member h1 {
          font-size: 18px; } }
    .members .member .position {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .members .member .position {
          font-size: 16px;
          margin-bottom: 16px; } }
    .members .member .link-underline {
      cursor: pointer; }

.member-description {
  display: none;
  background-color: #ffffff;
  max-width: 876px;
  margin: 32px auto -19px;
  box-shadow: 0 0 60px rgba(128, 112, 150, 0.05);
  padding: 60px 104px 64px 108px;
  position: relative; }
  @media (max-width: 767px) {
    .member-description {
      padding: 30px 20px;
      font-size: 16px; } }
  .member-description h3, .member-description .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .member-description h1 {
    font-size: 24px;
    line-height: 1.21;
    font-weight: 500;
    color: #002B54;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .member-description h3, .member-description .block-search-results-wrap .block-heading h1, .block-search-results-wrap .block-heading .member-description h1 {
        font-size: 22px; } }
  .member-description p:not(:last-of-type) {
    margin-bottom: 24px; }
  .member-description h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 39px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .member-description h4 {
        font-size: 18px; } }
  .member-description .link-underline {
    font-size: 20px; }
    @media (max-width: 767px) {
      .member-description .link-underline {
        font-size: 16px; } }
  .member-description .close-member-description {
    position: absolute;
    top: 22px;
    right: 20px;
    background-color: transparent;
    border: none; }
    .member-description .close-member-description line {
      transition: all .3s; }
    .member-description .close-member-description:hover line {
      stroke: #c3d4d4; }

@media (min-width: 1024px) {
  .members + .cta-box {
    margin-top: -105px;
    margin-bottom: 97px; } }

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