/*!
Theme Name: Threshold Services
Author: Kinectiv
Author URI: https://getkinectiv.com/
Description: A theme by Kinectiv
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Content
# Links
# Accessibility
# Forms
# Gravity Forms
# Colors
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Document */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* Embedded content */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    cursor: pointer;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c4460;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #d3e3f2;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

@media (max-width: 850px) {
    body,
    button,
    optgroup {
        font-size: 15px;
    }
}
@media (max-width: 550px) {
    body,
    button,
    optgroup {
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    body,
    button,
    optgroup {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
html.smooth-scroll {
	scroll-behavior: smooth;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	background: #d3e3f2;
}
hr {
	background-color: #b8cde1;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(61, 61, 61, 0.4);
}

@media (min-width: 2100px) {
    .site {
        max-width: 2000px;
    }
}
@media (max-width: 850px) {
    .site-content_hidden {
        display: none;
    }
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #3f738d;
    transition: color 0.4s;
}
a.light,
.light a {
    color: #bbc9d8;
}
a:visited {
	color: #3f738d;
}
a.light:visited,
.light a:visited {
    color: #bbc9d8;
}
a:hover,
a:focus,
a:active {
	color: #394951;
}
a.light:hover,
a.light:focus,
a.light:active,
.light a:hover,
.light a:focus,
.light a:active {
	color: #eef2f6;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
textarea,
select {
    display: block;
    width: 100%;
    padding: 0.65em 0.9em;
    font-size: 16px;
    line-height: 1.4;
    border-width: 0;
    border-radius: 0;
    outline: 0;
}
input[type="number"] {
    appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}
textarea {
    resize: vertical;
}
select {
    background-image: url('images/dynamic/control-arrow-down.php');
    background-repeat: no-repeat;
    background-size: 0.75em 0.5em;
    background-position: right 1em center;
    padding-right: 2em;
    appearance: none;
}
select[multiple] {
    background-image: none;
}
select:focus {
    outline: 1px solid currentColor;
}
input[type="search"]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
select::-ms-expand {
    display: none;
}
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
    display: inline;
    margin-left: 5px;
    line-height: 1.4;
}
input[type="checkbox"]::after,
input[type="radio"]::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.1s;
}
input[type="checkbox"]::after {
    width: 6px;
    height: 10px;
    margin: 0 0 0 3px;
    border: 3px solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(35deg);
}
input[type="radio"]::after {
    background-color: currentColor;
    width: 8px;
    height: 8px;
    margin: 2px 0 0 2px;
    border-radius: 50%;
}
input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    opacity: 1;
}

@media (max-width: 850px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="search"],
    textarea,
    select {
        font-size: 15px;
    }
    input[type="checkbox"],
    input[type="radio"] {
        width: 15px;
        height: 15px;
    }
    input[type="checkbox"]::after {
        width: 5px;
        height: 9px;
        border-width: 2px;
    }
    input[type="radio"]::after {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 550px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="search"],
    textarea,
    select {
        font-size: 14px;
    }
    input[type="checkbox"] + label,
    input[type="radio"] + label {
        margin-left: 4px;
    }
    input[type="checkbox"],
    input[type="radio"] {
        width: 14px;
        height: 14px;
        border-width: 1px;
    }
    input[type="checkbox"]::after {
        margin: 1px 0 0 4px;
        width: 4px;
    }
    input[type="radio"]::after {
        width: 8px;
        height: 8px;
        margin: 2px 0 0 2px;
    }
}
@media (max-width: 400px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="search"],
    textarea,
    select {
        font-size: 13px;
    }
    input[type="checkbox"],
    input[type="radio"] {
        width: 13px;
        height: 13px;
    }
    input[type="checkbox"]::after {
        width: 5px;
        margin: 0 0 0 3px;
    }
    input[type="radio"]::after {
        width: 7px;
        height: 7px;
    }
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gravity-form-wrap > p,
.gravity-form-wrap .gf_submission_limit_message p {
    /* style for Gravity Forms messages such as entry limit, scheduled, login required */
    margin: 0;
    font-style: italic;
}
.gform_wrapper {
    transition: opacity 0.2s;
}
.gform_wrapper.loading {
    opacity: 0.5;
    cursor: wait;
}
.gform_wrapper.loading form {
    pointer-events: none;
}
.gform_wrapper .gform_validation_errors {
    margin-bottom: 40px;
}
.gform_wrapper .gform_submission_error {
    margin-bottom: 10px;
    padding: 20px 25px;
}
.gform_wrapper .gform_submission_error:last-child {
    margin-bottom: 0;
}
.gform_wrapper .gform_submission_error .gform-icon {
    display: none;
}
.gform_fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -10px -8px;
    padding: 0;
    list-style: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    grid-gap: 0;
}
.basic-form_center .gform_fields,
.basic-form_center .gform_footer {
    justify-content: center;
}
.basic-form_right .gform_fields,
.basic-form_right .gform_footer {
    justify-content: flex-end;
}
.gfield {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px 8px;
}
.gform_wrapper.gravity-theme fieldset.gfield {
    margin: 10px 0; /* margin instead of vertical padding to avoid fieldset weirdness */
    padding: 0 8px;
}
.gfield.gsection:not(:first-child) {
    padding-top: 30px;
}
.gfield.gfield--width-eleven-twelfths {
    width: 91.67%;
}
.gfield.gfield--width-five-sixths {
    width: 83.33%;
}
.gfield.gfield--width-three-quarter {
    width: 75%;
}
.gfield.gfield--width-two-thirds {
    width: 66.67%;
}
.gfield.gfield--width-seven-twelfths {
    width: 58.33%;
}
.gfield.gfield--width-half {
    width: 50%;
}
.gfield.gfield--width-five-twelfths {
    width: 41.67%;
}
.gfield.gfield--width-third {
    width: 33.33%;
}
.gfield.gfield--width-quarter {
    width: 25%;
}
.gfield.spacer {
    padding: 0;
}
.gfield .gsection_title {
    margin-bottom: 5px;
}
.gfield .gsection_title:last-child {
    margin-bottom: 0;
}
.gfield .gfield_label,
.form_saved_message .gfield_label {
    display: inline-block;
    margin-bottom: 3px;
}
.gfield .ginput_quantity_label {
    display: block;
    margin: 8px 0 2px;
}
.gform_wrapper .gfield_required::before {
    content: '*';
}
.gform_wrapper .gfield_required_text {
    display: block;
    border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.gform_wrapper .gfield_required_text::before {
    display: none;
}
.gfield .copy_values_option_container {
    margin: 5px 0 8px;
}
.gfield.hidden_label .copy_values_option_container {
    margin-top: 0;
}
.gfield .ginput_container {
    margin-top: 5px;
}
.gfield.field_sublabel_above .ginput_container,
.gfield.hidden_label .ginput_container,
.gfield .ginput_container_singleproduct {
    margin-top: 0;
}
.gfield .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -4px;
    margin-bottom: -8px;
    margin-left: -4px;
}
.gfield .ginput_complex > span,
.gfield .ginput_complex > div {
    flex: 1 0 auto;
    display: block;
    padding: 0 4px 8px;
}
.gfield .ginput_complex > .name_prefix {
    width: 13%;
}
.gfield .ginput_complex > .name_first,
.gfield .ginput_complex > .name_middle,
.gfield .ginput_complex > .name_last {
    flex-grow: 2;
    width: 25%;
}
.gfield .ginput_complex > .name_suffix {
    width: 12%;
}
.gfield .ginput_complex > .address_line_1,
.gfield .ginput_complex > .address_line_2,
.gfield .ginput_complex > .address_country {
    width: 100%;
}
.gfield .ginput_complex > .address_city,
.gfield .ginput_complex > .address_state {
    width: 40%;
}
.gfield .ginput_complex > .address_zip {
    width: 20%;
}
.gfield .ginput_complex .gfield_date_day,
.gfield .ginput_complex .gfield_date_month,
.gfield .ginput_complex .gfield_date_year,
.gfield .ginput_complex .gfield_date_dropdown_day,
.gfield .ginput_complex .gfield_date_dropdown_month,
.gfield .ginput_complex .gfield_date_dropdown_year,
.gfield .ginput_complex .gfield_time_hour,
.gfield .ginput_complex .gfield_time_minute, 
.gfield .ginput_complex .gfield_time_ampm {
    width: 33.33%;
}
.gfield .ginput_complex > .hour_minute_colon {
    display: none;
}
.gfield .ginput_container_email .ginput_left,
.gfield .ginput_container_email .ginput_right {
    width: 50%;
}
.gfield .ginput_container_creditcard .ginput_full {
    width: 100%;
}
.gfield .ginput_complex > .gf_clear_complex {
    display: none;
}
.gfield .gform-text-input-reset,
.gfield input.gform-text-input-reset {
    text-align: inherit;
}
.gform_wrapper.gravity-theme .gform_fields .gfield input.large,
.gform_wrapper.gravity-theme .gform_fields .gfield input.medium,
.gform_wrapper.gravity-theme .gform_fields .gfield input.small,
.gform_wrapper.gravity-theme .gform_fields .gfield select.large,
.gform_wrapper.gravity-theme .gform_fields .gfield select.medium,
.gform_wrapper.gravity-theme .gform_fields .gfield select.small,
.gform_wrapper .ginput_complex input[type="text"],
.gform_wrapper .ginput_complex input[type="number"],
.gform_wrapper .ginput_complex input[type="email"],
.gform_wrapper .ginput_complex select,
.gform_wrapper input.datepicker {
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1.4;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
    height: 225px;
}
.gform_wrapper input[type="text"][aria-invalid="true"],
.gform_wrapper input[type="password"][aria-invalid="true"],
.gform_wrapper input[type="number"][aria-invalid="true"],
.gform_wrapper input[type="tel"][aria-invalid="true"],
.gform_wrapper input[type="url"][aria-invalid="true"],
.gform_wrapper input[type="email"][aria-invalid="true"],
.gform_wrapper textarea[aria-invalid="true"],
.gform_wrapper select[aria-invalid="true"] {
    border-left-width: 4px;
    border-left-style: solid;
}
.gfield .gfield_checkbox,
.gfield .gfield_radio {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    list-style: none;
}
.gfield.field_kfgf_layout_horizontal .gfield_checkbox,
.gfield.field_kfgf_layout_horizontal .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
}
.basic-form_center .gfield.field_kfgf_layout_horizontal .gfield_checkbox,
.basic-form_center .gfield.field_kfgf_layout_horizontal .gfield_radio {
    justify-content: center;
}
.basic-form_right .gfield.field_kfgf_layout_horizontal .gfield_checkbox,
.basic-form_right .gfield.field_kfgf_layout_horizontal .gfield_radio {
    justify-content: flex-end;
}
.gfield .gfield_checkbox .gchoice,
.gfield .gfield_radio .gchoice {
    margin-bottom: 5px;
}
.gfield .gfield_checkbox .gchoice:last-child,
.gfield .gfield_radio .gchoice:last-child {
    margin-bottom: 0;
}
.gfield.field_kfgf_layout_horizontal .gfield_checkbox .gchoice,
.gfield.field_kfgf_layout_horizontal .gfield_radio .gchoice {
    margin-bottom: 0;
    padding: 5px 15px;
}
.gfield .gfield_checkbox button {
    margin-top: 5px;
}
.gfield.field_kfgf_layout_horizontal .gfield_checkbox button {
    margin: 5px 15px;
}
.gfield .gfield_radio input[type="text"] {
    width: 100%;
    margin-top: 5px;
}
.gfield .gfield_radio input[type="text"][disabled] {
    display: none;
}
.gfield .gform_fileupload_multifile {
    overflow: hidden;
}
.gform_wrapper.gravity-theme .gfield .gform_drop_area {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 50px 25px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .gfield .gform_drop_area .gform_drop_instructions {
    margin: 10px 10px 10px 0;
    line-height: 1.4;
}
.gform_wrapper.gravity-theme .gfield .gform_drop_area .gform_fileupload_rules {
    width: 100%;
    margin-top: 10px;
}
.gfield .ginput_container_fileupload .validation_message {
    display: none;
}
.gfield .ginput_container_fileupload [id^="gform_preview_"],
.gfield .ginput_container_fileupload ~ [id^="gform_preview_"] {
    display: none;
}
.gfield .ginput_recaptcha {
    overflow: hidden;
}
.gfield .ginput_recaptcha > div {
    display: inline-block;
}
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_group {
    display: flex;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
}
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_group:last-child {
    margin-bottom: 0;
}
.gfield .gfield_list .gfield_list_cell {
    margin-right: 8px;
}
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_group_item:not(:last-child) {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_icons {
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_icons .add_list_item,
.gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_icons .delete_list_item {
    opacity: 1;
    background: currentColor;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 0;
    transition: 0.4s, visibility 0s;
}
.gfield .gfield_list .add_list_item {
    margin-right: 4px;
}
.gfield .gfield_list .gfield_icon_disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.gfield .gfield_list .add_list_item::before,
.gfield .gfield_list .delete_list_item::before,
.gfield .gfield_list .add_list_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -1px;
    border-top: 2px solid;
}
.gfield .gfield_list .add_list_item::after {
    transform: rotate(90deg);
}
.gform_wrapper .ui-datepicker-trigger {
    display: none;
}
.gfield .StripeElement,
.gform_wrapper.gravity-theme .gfield .StripeElement,
.gform_legacy_markup_wrapper .gfield .ginput_full[data-payment-element=false] .StripeElement,
.gravity-theme .gfield .ginput_full[data-payment-element=false] .StripeElement {
    background-color: currentColor;
    height: auto;
    padding: 0.65em 0.9em;
    border: 0;
    border-radius: 0;
}
.gfield .StripeElement--webkit-autofill {
    background-color: currentColor !important;
}
.gfield .ginput_complex label {
    display: inline-block;
}
.gfield.field_sublabel_below .ginput_complex label {
    margin-top: 2px;
}
.gfield.field_sublabel_above .ginput_complex label {
    margin-bottom: 2px;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_counter,
.gform_wrapper .instruction {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
    color: inherit;
}
.gfield.field_description_below .gfield_description {
    margin-top: 8px;
}
.gfield.field_description_above .gfield_description {
    margin-bottom: 8px;
}
.gfield.field_description_below .validation_message,
.gfield.field_description_above .validation_message,
.form_saved_message .gform_validation_message {
    margin-top: 8px;
    margin-bottom: 0;
}
.gfield.field_description_below .validation_message:empty,
.gfield.field_description_above .validation_message:empty {
    margin-top: 0;
}
.gform_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 34px -6px -6px;
}
.gform_footer .gform_button,
.gform_footer .gform_save_link {
    margin: 6px;
}
.gform_footer .gform_save_link svg {
    display: none;
}
.gform_footer .gform_ajax_spinner,
.form_saved_message .gform_ajax_spinner {
    display: none;
}
.form_saved_message [name="gform_send_resume_link_button"] {
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .gform_wrapper .gform_submission_error {
        padding: 18px 22px;
    }
}
@media (max-width: 850px) {
    .gform_wrapper .gform_validation_errors {
        margin-bottom: 32px;
    }
    .gform_wrapper .gform_submission_error {
        margin-bottom: 8px;
        padding: 15px 20px;
    }
    .gform_fields {
        margin: -8px -6px;
    }
    .gfield {
        padding: 8px 6px;
    }
    .gform_wrapper.gravity-theme fieldset.gfield {
        margin: 8px 0;
        padding: 0 6px;
    }
    .gfield.gsection:not(:first-child) {
        padding-top: 24px;
    }
    .gfield .gfield_label,
    .form_saved_message .gfield_label {
        margin-bottom: 2px;
    }
    .gfield .ginput_quantity_label {
        margin-top: 5px;
    }
    .gfield .copy_values_option_container {
        margin: 3px 0 5px;
    }
    .gfield .ginput_container {
        margin-top: 3px;
    }
    .gfield .ginput_complex {
        margin-right: -3px;
        margin-bottom: -7px;
        margin-left: -3px;
    }
    .gfield .ginput_complex > span,
    .gfield .ginput_complex > div {
        padding: 0 3px 7px;
    }
    .gfield .ginput_complex > .name_prefix {
        width: 15%;
    }
    .gfield .ginput_complex > .name_first,
    .gfield .ginput_complex > .name_middle,
    .gfield .ginput_complex > .name_last {
        width: 24%;
    }
    .gfield .ginput_complex > .name_suffix {
        width: 13%;
    }
    .gform_wrapper.gravity-theme .gfield .gform_drop_area {
        margin-bottom: 12px;
    }
    .gfield.field_description_below .gfield_description {
        margin-top: 5px;
    }
    .gfield.field_description_above .gfield_description {
        margin-bottom: 5px;
    }
    .gfield.field_description_below .validation_message,
    .gfield.field_description_above .validation_message,
    .form_saved_message .gform_validation_message {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .gform_footer {
        margin: 27px -5px -5px;
    }
    .gform_footer .gform_button,
    .gform_footer .gform_save_link {
        margin: 5px;
    }
    .form_saved_message [name="gform_send_resume_link_button"] {
        margin-top: 16px;
    }
}
@media (max-width: 750px) {
    .gfield .ginput_complex > .name_prefix {
        width: 20%;
    }
    .gfield .ginput_complex > .name_first,
    .gfield .ginput_complex > .name_middle,
    .gfield .ginput_complex > .name_last {
        width: 33.33%;
    }
    .gfield .ginput_complex > .name_suffix {
        width: 18%;
    }
}
@media (max-width: 650px) {
    .gfield.gfield--width-eleven-twelfths,
    .gfield.gfield--width-five-sixths,
    .gfield.gfield--width-three-quarter,
    .gfield.gfield--width-two-thirds,
    .gfield.gfield--width-seven-twelfths,
    .gfield.gfield--width-half,
    .gfield.gfield--width-five-twelfths,
    .gfield.gfield--width-third,
    .gfield.gfield--width-quarter {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .gform_wrapper .gform_validation_errors {
        margin-bottom: 24px;
    }
    .gform_wrapper .gform_submission_error {
        margin-bottom: 6px;
        padding: 12px 18px;
    }
    .gform_fields {
        margin: -6px;
    }
    .gfield {
        padding: 6px;
    }
    .gform_wrapper.gravity-theme fieldset.gfield {
        margin: 6px 0;
    }
    .gfield.gsection:not(:first-child) {
        padding-top: 18px;
    }
    .gfield .gsection_title {
        margin-bottom: 3px;
    }
    .gfield .gfield_label,
    .form_saved_message .gfield_label {
        margin-bottom: 1px;
    }
    .gfield .ginput_quantity_label {
        margin-top: 3px;
    }
    .gfield .copy_values_option_container {
        margin: 2px 0 3px;
    }
    .gfield .ginput_container {
        margin-top: 2px;
    }
    .gfield .ginput_complex {
        margin-right: -2px;
        margin-bottom: -6px;
        margin-left: -2px;
    }
    .gfield .ginput_complex > span,
    .gfield .ginput_complex > div {
        padding: 0 2px 6px;
    }
    .gfield .ginput_complex > .address_city,
    .gfield .ginput_complex > .address_state,
    .gfield .ginput_complex > .address_zip,
    .gfield .ginput_container_email .ginput_left,
    .gfield .ginput_container_email .ginput_right {
        width: 100%;
    }
    .gform_wrapper input[type="text"][aria-invalid="true"],
    .gform_wrapper input[type="password"][aria-invalid="true"],
    .gform_wrapper input[type="number"][aria-invalid="true"],
    .gform_wrapper input[type="tel"][aria-invalid="true"],
    .gform_wrapper input[type="url"][aria-invalid="true"],
    .gform_wrapper input[type="email"][aria-invalid="true"],
    .gform_wrapper textarea[aria-invalid="true"],
    .gform_wrapper select[aria-invalid="true"] {
        border-left-width: 2px;
    }
    .gfield.field_kfgf_layout_horizontal .gfield_checkbox,
    .gfield.field_kfgf_layout_horizontal .gfield_radio {
        margin: -3px -10px;
    }
    .gfield.field_kfgf_layout_horizontal .gfield_checkbox .gchoice,
    .gfield.field_kfgf_layout_horizontal .gfield_radio .gchoice {
        padding: 3px 10px;
    }
    .gfield.field_kfgf_layout_horizontal .gfield_checkbox button {
        margin: 3px 10px;
    }
    .gform_wrapper.gravity-theme .gfield .gform_drop_area {
        margin-bottom: 8px;
        padding: 40px 25px;
    }
    .gform_wrapper.gravity-theme .gfield .gfield_list .gfield_list_group {
        margin-bottom: 5px;
    }
    .gfield .gfield_list .gfield_list_cell {
        margin-right: 5px;
    }
    .gfield .gfield_list .add_list_item {
        margin-right: 2px;
    }
    .gfield.field_sublabel_below .ginput_complex label {
        margin-top: 1px;
    }
    .gfield.field_sublabel_above .ginput_complex label {
        margin-bottom: 1px;
    }
    .gform_wrapper.gravity-theme .gform_fields .ginput_counter,
    .gform_wrapper .instruction {
        margin-top: 2px;
    }
    .gfield.field_description_below .gfield_description {
        margin-top: 3px;
    }
    .gfield.field_description_above .gfield_description {
        margin-bottom: 3px;
    }
    .gfield.field_description_below .validation_message,
    .gfield.field_description_above .validation_message,
    .form_saved_message .gform_validation_message {
        margin-top: 3px;
        margin-bottom: 0;
    }
    .gform_footer {
        margin: 20px -4px -4px;
    }
    .gform_footer .gform_button,
    .gform_footer .gform_save_link {
        margin: 4px;
    }
    .form_saved_message [name="gform_send_resume_link_button"] {
        margin-top: 12px;
    }
}
@media (max-width: 450px) {
    .gfield .ginput_complex > .name_prefix {
        width: 24%;
    }
    .gfield .ginput_complex > .name_suffix {
        width: 20%;
    }
}
@media (max-width: 400px) {
    .gform_wrapper .gform_submission_error {
        padding: 10px 15px;
    }
    .gform_wrapper.gravity-theme .gfield .gform_drop_area {
        padding: 25px;
    }
    .gfield .ginput_recaptcha > div {
        transform: scale(0.8);
        transform-origin: left top;
    }
    .gfield .ginput_recaptcha[data-badge="bottomleft"] > div,
    .gfield .ginput_recaptcha[data-badge="bottomright"] > div {
        transform: none;
    }
}
@media (max-width: 350px) {
    .gfield .ginput_complex > .name_prefix,
    .gfield .ginput_complex > .name_first,
    .gfield .ginput_complex > .name_middle,
    .gfield .ginput_complex > .name_last,
    .gfield .ginput_complex > .name_suffix {
        width: 100%;
    }
}

/*--------------------------------------------------------------
## Date Picker
--------------------------------------------------------------*/
#ui-datepicker-div {
    background-color: #d3e3f2;
    width: 225px;
    margin: 5px 0 0;
    padding: 0;
    color: #4c77a3;
    border: 0;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
}
#ui-datepicker-div .ui-datepicker-header {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
#ui-datepicker-div .ui-datepicker-prev, 
#ui-datepicker-div .ui-datepicker-next {
    background-image: url('images/dynamic/control-arrow.php?color=a5');
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
	display: block;
    top: 10px;
    bottom: 10px;
	width: 30px;
}
#ui-datepicker-div .ui-datepicker-prev {
    left: 0;
    transform: scaleX(-1);
}
#ui-datepicker-div .ui-datepicker-next {
    right: 0;
}
#ui-datepicker-div .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-next::before {
    display: none;
}
#ui-datepicker-div .ui-datepicker-title {
    display: flex;
    padding: 10px 30px;
}
#ui-datepicker-div .ui-datepicker-title select {
    background-image: url('images/dynamic/control-arrow-down.php?color=a5');
	font-size: 14px;
    font-weight: 700;
    margin: 0 2px;
}
#ui-datepicker-div .ui-datepicker-title select:first-child {
    margin-left: 0;
}
#ui-datepicker-div .ui-datepicker-title select:last-child {
    margin-right: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
	border-collapse: collapse;
}
#ui-datepicker-div .ui-datepicker-calendar th {
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
    font-weight: 700;
	padding: 5px 0;
    border-top: 1px solid #b8cde1;
}
#ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0;
	border-top: 1px solid #b8cde1;
	border-right: 1px solid #b8cde1;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable {
    background-color: #b8cde1;
}
#ui-datepicker-div .ui-datepicker-calendar td:last-child {
    border-right: 0;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-other-month span.ui-state-default {
    display: none;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-unselectable span.ui-state-default {
    background-color: #b8cde1;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar span.ui-state-default {
    display: block;
    background-color: #d3e3f2;
    color: #4c77a3;
    font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
    border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today a.ui-state-default {
    background-color: #fff;
    color: #2c4460;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-hover {
    background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active {
    background-color: #4c77a3;
	color: #fff;
}

@media (max-width: 550px) {
    #ui-datepicker-div .ui-datepicker-title select {
        font-size: 13px;
    }
    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default,
    #ui-datepicker-div .ui-datepicker-calendar span.ui-state-default {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
## Custom File Input Previews
--------------------------------------------------------------*/
.kfgf-file-previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -6px -8px;
}
.basic-form_center .kfgf-file-previews {
    justify-content: center;
}
.basic-form_right .kfgf-file-previews {
    justify-content: flex-end;
}
.kfgf-file-previews__proto {
    display: none;
}
.kfgf-file-previews__item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 6px 8px;
}
.kfgf-file-previews__item_error {
    width: 100%;
}
.kfgf-file-previews__box {
    position: relative;
    padding: 20px;
}
.kfgf-file-previews__box::before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.4s;
}
.kfgf-file-previews__box_error::before {
    opacity: 1;
}
.kfgf-file-previews__name {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.kfgf-file-previews__bottom {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.kfgf-file-previews__bottom-main {
    width: 100%;
}
.kfgf-file-previews__progress_hidden {
    display: none;
}
.kfgf-file-previews__progress {
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}
.kfgf-file-previews__progress-bar {
    width: 0;
    height: 100%;
    border-radius: 3px;
    transition: 0.2s;
}
.kfgf-file-previews__bottom-side {
    flex: 0 0 auto;
    margin-left: 10px;
}
.kfgf-file-previews__cancel {
    display: block;
    background-color: transparent;
    padding: 5px;
    border: 0;
}
.kfgf-file-previews__cancel-x {
    display: block;
    width: 9px;
    height: 9px;
}
.kfgf-file-previews__cancel-x-fill {
    transition: 0.4s;
}

@media (max-width: 850px) {
    .kfgf-file-previews {
        margin: -4px -6px;
    }
    .kfgf-file-previews__item {
        padding: 4px 6px;
    }
    .kfgf-file-previews__box {
        padding: 18px;
    }
    .kfgf-file-previews__bottom {
        margin-top: 4px;
    }
}
@media (max-width: 750px) {
    .kfgf-file-previews__item {
        width: 50%;
    }
    .kfgf-file-previews__item_error {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .kfgf-file-previews {
        margin: -3px -4px;
    }
    .kfgf-file-previews__item {
        padding: 3px 4px;
    }
    .kfgf-file-previews__box {
        padding: 15px;
    }
    .kfgf-file-previews__bottom {
        margin-top: 2px;
    }
}
@media (max-width: 450px) {
    .kfgf-file-previews__item {
        width: 100%;
    }
    .kfgf-file-previews__bottom {
        margin-top: 1px;
    }
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.c_color_a0:visited {
    color: #fff;
}
.c_color_a1:visited {
    color: #d3e3f2;
}
.c_color_a2:visited {
    color: #b8cde1;
}
.c_color_a3:visited {
    color: #4c77a3;
}
.c_color_a4:visited {
    color: #274b6f;
}
.c_color_a5:visited {
    color: #2c4460;
}
.c_color_ax0:visited {
    color: #f3b0b0;
}
.c_color_ax1:visited {
    color: #b42222;
}
.c_bg_a0,
.c_h_bg_a0:hover,
.c_h_bg_a0:focus,
.c_h_bg_a0:active,
.c_h-parent:hover .c_h-child_bg_a0,
.c_h-parent:focus .c_h-child_bg_a0,
.c_h-parent:active .c_h-child_bg_a0,
.c_bfr_bg_a0::before,
.c_aft_bg_a0::after,
.c_h_bfr_bg_a0:hover::before,
.c_h_bfr_bg_a0:focus::before,
.c_h_bfr_bg_a0:active::before,
.c_h_aft_bg_a0:hover::after,
.c_h_aft_bg_a0:focus::after,
.c_h_aft_bg_a0:active::after {
    background-color: #fff;
}
.c_color_a0,
.c_h_color_a0:hover,
.c_h_color_a0:focus,
.c_h_color_a0:active,
.c_h-parent:hover .c_h-child_color_a0,
.c_h-parent:focus .c_h-child_color_a0,
.c_h-parent:active .c_h-child_color_a0,
.c_bfr_color_a0::before,
.c_aft_color_a0::after,
.c_h_bfr_color_a0:hover::before,
.c_h_bfr_color_a0:focus::before,
.c_h_bfr_color_a0:active::before,
.c_h_aft_color_a0:hover::after,
.c_h_aft_color_a0:focus::after,
.c_h_aft_color_a0:active::after {
    color: #fff;
}
.c_placeholder_a0::placeholder {
    color: #fff;
}
.c_border_a0,
.c_h_border_a0:hover,
.c_h_border_a0:focus,
.c_h_border_a0:active,
.c_h-parent:hover .c_h-child_border_a0,
.c_h-parent:focus .c_h-child_border_a0,
.c_h-parent:active .c_h-child_border_a0,
.c_bfr_border_a0::before,
.c_aft_border_a0::after,
.c_h_bfr_border_a0:hover::before,
.c_h_bfr_border_a0:focus::before,
.c_h_bfr_border_a0:active::before,
.c_h_aft_border_a0:hover::after,
.c_h_aft_border_a0:focus::after,
.c_h_aft_border_a0:active::after {
    border-color: #fff;
}
.c_fill_a0,
.c_h-parent:hover .c_h-child_fill_a0,
.c_h-parent:focus .c_h-child_fill_a0,
.c_h-parent:active .c_h-child_fill_a0 {
    fill: #fff;
}
.c_stroke_a0,
.c_h-parent:hover .c_h-child_stroke_a0,
.c_h-parent:focus .c_h-child_stroke_a0,
.c_h-parent:active .c_h-child_stroke_a0 {
    stroke: #fff;
}
.c_bg_a1,
.c_h_bg_a1:hover,
.c_h_bg_a1:focus,
.c_h_bg_a1:active,
.c_h-parent:hover .c_h-child_bg_a1,
.c_h-parent:focus .c_h-child_bg_a1,
.c_h-parent:active .c_h-child_bg_a1,
.c_bfr_bg_a1::before,
.c_aft_bg_a1::after,
.c_h_bfr_bg_a1:hover::before,
.c_h_bfr_bg_a1:focus::before,
.c_h_bfr_bg_a1:active::before,
.c_h_aft_bg_a1:hover::after,
.c_h_aft_bg_a1:focus::after,
.c_h_aft_bg_a1:active::after {
    background-color: #d3e3f2;
}
.c_color_a1,
.c_h_color_a1:hover,
.c_h_color_a1:focus,
.c_h_color_a1:active,
.c_h-parent:hover .c_h-child_color_a1,
.c_h-parent:focus .c_h-child_color_a1,
.c_h-parent:active .c_h-child_color_a1,
.c_bfr_color_a1::before,
.c_aft_color_a1::after,
.c_h_bfr_color_a1:hover::before,
.c_h_bfr_color_a1:focus::before,
.c_h_bfr_color_a1:active::before,
.c_h_aft_color_a1:hover::after,
.c_h_aft_color_a1:focus::after,
.c_h_aft_color_a1:active::after {
    color: #d3e3f2;
}
.c_placeholder_a1::placeholder {
    color: #d3e3f2;
}
.c_border_a1,
.c_h_border_a1:hover,
.c_h_border_a1:focus,
.c_h_border_a1:active,
.c_h-parent:hover .c_h-child_border_a1,
.c_h-parent:focus .c_h-child_border_a1,
.c_h-parent:active .c_h-child_border_a1,
.c_bfr_border_a1::before,
.c_aft_border_a1::after,
.c_h_bfr_border_a1:hover::before,
.c_h_bfr_border_a1:focus::before,
.c_h_bfr_border_a1:active::before,
.c_h_aft_border_a1:hover::after,
.c_h_aft_border_a1:focus::after,
.c_h_aft_border_a1:active::after {
    border-color: #d3e3f2;
}
.c_fill_a1,
.c_h-parent:hover .c_h-child_fill_a1,
.c_h-parent:focus .c_h-child_fill_a1,
.c_h-parent:active .c_h-child_fill_a1 {
    fill: #d3e3f2;
}
.c_stroke_a1,
.c_h-parent:hover .c_h-child_stroke_a1,
.c_h-parent:focus .c_h-child_stroke_a1,
.c_h-parent:active .c_h-child_stroke_a1 {
    stroke: #d3e3f2;
}
.c_bg_a2,
.c_h_bg_a2:hover,
.c_h_bg_a2:focus,
.c_h_bg_a2:active,
.c_h-parent:hover .c_h-child_bg_a2,
.c_h-parent:focus .c_h-child_bg_a2,
.c_h-parent:active .c_h-child_bg_a2,
.c_bfr_bg_a2::before,
.c_aft_bg_a2::after,
.c_h_bfr_bg_a2:hover::before,
.c_h_bfr_bg_a2:focus::before,
.c_h_bfr_bg_a2:active::before,
.c_h_aft_bg_a2:hover::after,
.c_h_aft_bg_a2:focus::after,
.c_h_aft_bg_a2:active::after {
    background-color: #b8cde1;
}
.c_color_a2,
.c_h_color_a2:hover,
.c_h_color_a2:focus,
.c_h_color_a2:active,
.c_h-parent:hover .c_h-child_color_a2,
.c_h-parent:focus .c_h-child_color_a2,
.c_h-parent:active .c_h-child_color_a2,
.c_bfr_color_a2::before,
.c_aft_color_a2::after,
.c_h_bfr_color_a2:hover::before,
.c_h_bfr_color_a2:focus::before,
.c_h_bfr_color_a2:active::before,
.c_h_aft_color_a2:hover::after,
.c_h_aft_color_a2:focus::after,
.c_h_aft_color_a2:active::after {
    color: #b8cde1;
}
.c_placeholder_a2::placeholder {
    color: #b8cde1;
}
.c_border_a2,
.c_h_border_a2:hover,
.c_h_border_a2:focus,
.c_h_border_a2:active,
.c_h-parent:hover .c_h-child_border_a2,
.c_h-parent:focus .c_h-child_border_a2,
.c_h-parent:active .c_h-child_border_a2,
.c_bfr_border_a2::before,
.c_aft_border_a2::after,
.c_h_bfr_border_a2:hover::before,
.c_h_bfr_border_a2:focus::before,
.c_h_bfr_border_a2:active::before,
.c_h_aft_border_a2:hover::after,
.c_h_aft_border_a2:focus::after,
.c_h_aft_border_a2:active::after {
    border-color: #b8cde1;
}
.c_fill_a2,
.c_h-parent:hover .c_h-child_fill_a2,
.c_h-parent:focus .c_h-child_fill_a2,
.c_h-parent:active .c_h-child_fill_a2 {
    fill: #b8cde1;
}
.c_stroke_a2,
.c_h-parent:hover .c_h-child_stroke_a2,
.c_h-parent:focus .c_h-child_stroke_a2,
.c_h-parent:active .c_h-child_stroke_a2 {
    stroke: #b8cde1;
}
.c_bg_a3,
.c_h_bg_a3:hover,
.c_h_bg_a3:focus,
.c_h_bg_a3:active,
.c_h-parent:hover .c_h-child_bg_a3,
.c_h-parent:focus .c_h-child_bg_a3,
.c_h-parent:active .c_h-child_bg_a3,
.c_bfr_bg_a3::before,
.c_aft_bg_a3::after,
.c_h_bfr_bg_a3:hover::before,
.c_h_bfr_bg_a3:focus::before,
.c_h_bfr_bg_a3:active::before,
.c_h_aft_bg_a3:hover::after,
.c_h_aft_bg_a3:focus::after,
.c_h_aft_bg_a3:active::after {
    background-color: #4c77a3;
}
.c_color_a3,
.c_h_color_a3:hover,
.c_h_color_a3:focus,
.c_h_color_a3:active,
.c_h-parent:hover .c_h-child_color_a3,
.c_h-parent:focus .c_h-child_color_a3,
.c_h-parent:active .c_h-child_color_a3,
.c_bfr_color_a3::before,
.c_aft_color_a3::after,
.c_h_bfr_color_a3:hover::before,
.c_h_bfr_color_a3:focus::before,
.c_h_bfr_color_a3:active::before,
.c_h_aft_color_a3:hover::after,
.c_h_aft_color_a3:focus::after,
.c_h_aft_color_a3:active::after {
    color: #4c77a3;
}
.c_placeholder_a3::placeholder {
    color: #4c77a3;
}
.c_border_a3,
.c_h_border_a3:hover,
.c_h_border_a3:focus,
.c_h_border_a3:active,
.c_h-parent:hover .c_h-child_border_a3,
.c_h-parent:focus .c_h-child_border_a3,
.c_h-parent:active .c_h-child_border_a3,
.c_bfr_border_a3::before,
.c_aft_border_a3::after,
.c_h_bfr_border_a3:hover::before,
.c_h_bfr_border_a3:focus::before,
.c_h_bfr_border_a3:active::before,
.c_h_aft_border_a3:hover::after,
.c_h_aft_border_a3:focus::after,
.c_h_aft_border_a3:active::after {
    border-color: #4c77a3;
}
.c_fill_a3,
.c_h-parent:hover .c_h-child_fill_a3,
.c_h-parent:focus .c_h-child_fill_a3,
.c_h-parent:active .c_h-child_fill_a3 {
    fill: #4c77a3;
}
.c_stroke_a3,
.c_h-parent:hover .c_h-child_stroke_a3,
.c_h-parent:focus .c_h-child_stroke_a3,
.c_h-parent:active .c_h-child_stroke_a3 {
    stroke: #4c77a3;
}
.c_bg_a4,
.c_h_bg_a4:hover,
.c_h_bg_a4:focus,
.c_h_bg_a4:active,
.c_h-parent:hover .c_h-child_bg_a4,
.c_h-parent:focus .c_h-child_bg_a4,
.c_h-parent:active .c_h-child_bg_a4,
.c_bfr_bg_a4::before,
.c_aft_bg_a4::after,
.c_h_bfr_bg_a4:hover::before,
.c_h_bfr_bg_a4:focus::before,
.c_h_bfr_bg_a4:active::before,
.c_h_aft_bg_a4:hover::after,
.c_h_aft_bg_a4:focus::after,
.c_h_aft_bg_a4:active::after {
    background-color: #274b6f;
}
.c_color_a4,
.c_h_color_a4:hover,
.c_h_color_a4:focus,
.c_h_color_a4:active,
.c_h-parent:hover .c_h-child_color_a4,
.c_h-parent:focus .c_h-child_color_a4,
.c_h-parent:active .c_h-child_color_a4,
.c_bfr_color_a4::before,
.c_aft_color_a4::after,
.c_h_bfr_color_a4:hover::before,
.c_h_bfr_color_a4:focus::before,
.c_h_bfr_color_a4:active::before,
.c_h_aft_color_a4:hover::after,
.c_h_aft_color_a4:focus::after,
.c_h_aft_color_a4:active::after {
    color: #274b6f;
}
.c_placeholder_a4::placeholder {
    color: #274b6f;
}
.c_border_a4,
.c_h_border_a4:hover,
.c_h_border_a4:focus,
.c_h_border_a4:active,
.c_h-parent:hover .c_h-child_border_a4,
.c_h-parent:focus .c_h-child_border_a4,
.c_h-parent:active .c_h-child_border_a4,
.c_bfr_border_a4::before,
.c_aft_border_a4::after,
.c_h_bfr_border_a4:hover::before,
.c_h_bfr_border_a4:focus::before,
.c_h_bfr_border_a4:active::before,
.c_h_aft_border_a4:hover::after,
.c_h_aft_border_a4:focus::after,
.c_h_aft_border_a4:active::after {
    border-color: #274b6f;
}
.c_fill_a4,
.c_h-parent:hover .c_h-child_fill_a4,
.c_h-parent:focus .c_h-child_fill_a4,
.c_h-parent:active .c_h-child_fill_a4 {
    fill: #274b6f;
}
.c_stroke_a4,
.c_h-parent:hover .c_h-child_stroke_a4,
.c_h-parent:focus .c_h-child_stroke_a4,
.c_h-parent:active .c_h-child_stroke_a4 {
    stroke: #274b6f;
}
.c_bg_a5,
.c_h_bg_a5:hover,
.c_h_bg_a5:focus,
.c_h_bg_a5:active,
.c_h-parent:hover .c_h-child_bg_a5,
.c_h-parent:focus .c_h-child_bg_a5,
.c_h-parent:active .c_h-child_bg_a5,
.c_bfr_bg_a5::before,
.c_aft_bg_a5::after,
.c_h_bfr_bg_a5:hover::before,
.c_h_bfr_bg_a5:focus::before,
.c_h_bfr_bg_a5:active::before,
.c_h_aft_bg_a5:hover::after,
.c_h_aft_bg_a5:focus::after,
.c_h_aft_bg_a5:active::after {
    background-color: #2c4460;
}
.c_color_a5,
.c_h_color_a5:hover,
.c_h_color_a5:focus,
.c_h_color_a5:active,
.c_h-parent:hover .c_h-child_color_a5,
.c_h-parent:focus .c_h-child_color_a5,
.c_h-parent:active .c_h-child_color_a5,
.c_bfr_color_a5::before,
.c_aft_color_a5::after,
.c_h_bfr_color_a5:hover::before,
.c_h_bfr_color_a5:focus::before,
.c_h_bfr_color_a5:active::before,
.c_h_aft_color_a5:hover::after,
.c_h_aft_color_a5:focus::after,
.c_h_aft_color_a5:active::after {
    color: #2c4460;
}
.c_placeholder_a5::placeholder {
    color: #2c4460;
}
.c_border_a5,
.c_h_border_a5:hover,
.c_h_border_a5:focus,
.c_h_border_a5:active,
.c_h-parent:hover .c_h-child_border_a5,
.c_h-parent:focus .c_h-child_border_a5,
.c_h-parent:active .c_h-child_border_a5,
.c_bfr_border_a5::before,
.c_aft_border_a5::after,
.c_h_bfr_border_a5:hover::before,
.c_h_bfr_border_a5:focus::before,
.c_h_bfr_border_a5:active::before,
.c_h_aft_border_a5:hover::after,
.c_h_aft_border_a5:focus::after,
.c_h_aft_border_a5:active::after {
    border-color: #2c4460;
}
.c_fill_a5,
.c_h-parent:hover .c_h-child_fill_a5,
.c_h-parent:focus .c_h-child_fill_a5,
.c_h-parent:active .c_h-child_fill_a5 {
    fill: #2c4460;
}
.c_stroke_a5,
.c_h-parent:hover .c_h-child_stroke_a5,
.c_h-parent:focus .c_h-child_stroke_a5,
.c_h-parent:active .c_h-child_stroke_a5 {
    stroke: #2c4460;
}
.c_bg_ax0,
.c_h_bg_ax0:hover,
.c_h_bg_ax0:focus,
.c_h_bg_ax0:active,
.c_h-parent:hover .c_h-child_bg_ax0,
.c_h-parent:focus .c_h-child_bg_ax0,
.c_h-parent:active .c_h-child_bg_ax0,
.c_bfr_bg_ax0::before,
.c_aft_bg_ax0::after,
.c_h_bfr_bg_ax0:hover::before,
.c_h_bfr_bg_ax0:focus::before,
.c_h_bfr_bg_ax0:active::before,
.c_h_aft_bg_ax0:hover::after,
.c_h_aft_bg_ax0:focus::after,
.c_h_aft_bg_ax0:active::after {
    background-color: #f3b0b0;
}
.c_color_ax0,
.c_h_color_ax0:hover,
.c_h_color_ax0:focus,
.c_h_color_ax0:active,
.c_h-parent:hover .c_h-child_color_ax0,
.c_h-parent:focus .c_h-child_color_ax0,
.c_h-parent:active .c_h-child_color_ax0,
.c_bfr_color_ax0::before,
.c_aft_color_ax0::after,
.c_h_bfr_color_ax0:hover::before,
.c_h_bfr_color_ax0:focus::before,
.c_h_bfr_color_ax0:active::before,
.c_h_aft_color_ax0:hover::after,
.c_h_aft_color_ax0:focus::after,
.c_h_aft_color_ax0:active::after {
    color: #f3b0b0;
}
.c_placeholder_ax0::placeholder {
    color: #f3b0b0;
}
.c_border_ax0,
.c_h_border_ax0:hover,
.c_h_border_ax0:focus,
.c_h_border_ax0:active,
.c_h-parent:hover .c_h-child_border_ax0,
.c_h-parent:focus .c_h-child_border_ax0,
.c_h-parent:active .c_h-child_border_ax0,
.c_bfr_border_ax0::before,
.c_aft_border_ax0::after,
.c_h_bfr_border_ax0:hover::before,
.c_h_bfr_border_ax0:focus::before,
.c_h_bfr_border_ax0:active::before,
.c_h_aft_border_ax0:hover::after,
.c_h_aft_border_ax0:focus::after,
.c_h_aft_border_ax0:active::after {
    border-color: #f3b0b0;
}
.c_fill_ax0,
.c_h-parent:hover .c_h-child_fill_ax0,
.c_h-parent:focus .c_h-child_fill_ax0,
.c_h-parent:active .c_h-child_fill_ax0 {
    fill: #f3b0b0;
}
.c_stroke_ax0,
.c_h-parent:hover .c_h-child_stroke_ax0,
.c_h-parent:focus .c_h-child_stroke_ax0,
.c_h-parent:active .c_h-child_stroke_ax0 {
    stroke: #f3b0b0;
}
.c_bg_ax1,
.c_h_bg_ax1:hover,
.c_h_bg_ax1:focus,
.c_h_bg_ax1:active,
.c_h-parent:hover .c_h-child_bg_ax1,
.c_h-parent:focus .c_h-child_bg_ax1,
.c_h-parent:active .c_h-child_bg_ax1,
.c_bfr_bg_ax1::before,
.c_aft_bg_ax1::after,
.c_h_bfr_bg_ax1:hover::before,
.c_h_bfr_bg_ax1:focus::before,
.c_h_bfr_bg_ax1:active::before,
.c_h_aft_bg_ax1:hover::after,
.c_h_aft_bg_ax1:focus::after,
.c_h_aft_bg_ax1:active::after {
    background-color: #b42222;
}
.c_color_ax1,
.c_h_color_ax1:hover,
.c_h_color_ax1:focus,
.c_h_color_ax1:active,
.c_h-parent:hover .c_h-child_color_ax1,
.c_h-parent:focus .c_h-child_color_ax1,
.c_h-parent:active .c_h-child_color_ax1,
.c_bfr_color_ax1::before,
.c_aft_color_ax1::after,
.c_h_bfr_color_ax1:hover::before,
.c_h_bfr_color_ax1:focus::before,
.c_h_bfr_color_ax1:active::before,
.c_h_aft_color_ax1:hover::after,
.c_h_aft_color_ax1:focus::after,
.c_h_aft_color_ax1:active::after {
    color: #b42222;
}
.c_placeholder_ax1::placeholder {
    color: #b42222;
}
.c_border_ax1,
.c_h_border_ax1:hover,
.c_h_border_ax1:focus,
.c_h_border_ax1:active,
.c_h-parent:hover .c_h-child_border_ax1,
.c_h-parent:focus .c_h-child_border_ax1,
.c_h-parent:active .c_h-child_border_ax1,
.c_bfr_border_ax1::before,
.c_aft_border_ax1::after,
.c_h_bfr_border_ax1:hover::before,
.c_h_bfr_border_ax1:focus::before,
.c_h_bfr_border_ax1:active::before,
.c_h_aft_border_ax1:hover::after,
.c_h_aft_border_ax1:focus::after,
.c_h_aft_border_ax1:active::after {
    border-color: #b42222;
}
.c_fill_ax1,
.c_h-parent:hover .c_h-child_fill_ax1,
.c_h-parent:focus .c_h-child_fill_ax1,
.c_h-parent:active .c_h-child_fill_ax1 {
    fill: #b42222;
}
.c_stroke_ax1,
.c_h-parent:hover .c_h-child_stroke_ax1,
.c_h-parent:focus .c_h-child_stroke_ax1,
.c_h-parent:active .c_h-child_stroke_ax1 {
    stroke: #b42222;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Title
--------------------------------------------------------------*/
.title {
    margin: 0;
    font-family: 'Inria Serif', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
.title_xs {
    font-size: 18px;
}
.title_sm {
    font-size: 24px;
}
.title_default-size {
    font-size: 36px;
}
.title_md {
    font-size: 45px;
}
.title_lg {
    font-size: 54px;
}
.title_line_1-1 {
    line-height: 1.1;
}
.title_left {
    text-align: left;
}
.title_center {
    text-align: center;
}
.title_right {
    text-align: right;
}

@media (max-width: 1400px) {
    .title_md {
        font-size: 42px;
    }
    .title_lg {
        font-size: 52px;
    }
}
@media (max-width: 1250px) {
    .title {
        font-size: 28px;
    }
    .title_xs {
        font-size: 18px;
    }
    .title_sm {
        font-size: 24px;
    }
    .title_default-size {
        font-size: 34px;
    }
    .title_md {
        font-size: 40px;
    }
    .title_lg {
        font-size: 50px;
    }
}
@media (max-width: 1100px) {
    .title {
        font-size: 26px;
    }
    .title_xs {
        font-size: 18px;
    }
    .title_sm {
        font-size: 24px;
    }
    .title_default-size {
        font-size: 32px;
    }
    .title_md {
        font-size: 38px;
    }
    .title_lg {
        font-size: 46px;
    }
}
@media (max-width: 1000px) {
    .title {
        font-size: 24px;
    }
    .title_xs {
        font-size: 18px;
    }
    .title_sm {
        font-size: 22px;
    }
    .title_default-size {
        font-size: 30px;
    }
    .title_md {
        font-size: 36px;
    }
    .title_lg {
        font-size: 42px;
    }
}
@media (max-width: 850px) {
    .title {
        font-size: 22px;
    }
    .title_xs {
        font-size: 16px;
    }
    .title_sm {
        font-size: 20px;
    }
    .title_default-size {
        font-size: 28px;
    }
    .title_md {
        font-size: 34px;
    }
    .title_lg {
        font-size: 38px;
    }
}
@media (max-width: 750px) {
    .title {
        font-size: 20px;
    }
    .title_xs {
        font-size: 16px;
    }
    .title_sm {
        font-size: 20px;
    }
    .title_default-size {
        font-size: 26px;
    }
    .title_md {
        font-size: 32px;
    }
    .title_lg {
        font-size: 36px;
    }
}
@media (max-width: 650px) {
    .title {
        font-size: 20px;
    }
    .title_xs {
        font-size: 16px;
    }
    .title_sm {
        font-size: 20px;
    }
    .title_default-size {
        font-size: 24px;
    }
    .title_md {
        font-size: 30px;
    }
    .title_lg {
        font-size: 34px;
    }
}
@media (max-width: 550px) {
    .title {
        font-size: 18px;
    }
    .title_xs {
        font-size: 15px;
    }
    .title_sm {
        font-size: 18px;
    }
    .title_default-size {
        font-size: 22px;
    }
    .title_md {
        font-size: 26px;
    }
    .title_lg {
        font-size: 30px;
    }
}
@media (max-width: 450px) {
    .title {
        font-size: 16px;
    }
    .title_xs {
        font-size: 15px;
    }
    .title_sm {
        font-size: 16px;
    }
    .title_default-size {
        font-size: 20px;
    }
    .title_md {
        font-size: 24px;
    }
    .title_lg {
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .title {
        font-size: 16px;
    }
    .title_xs {
        font-size: 14px;
    }
    .title_sm {
        font-size: 16px;
    }
    .title_default-size {
        font-size: 18px;
    }
    .title_md {
        font-size: 22px;
    }
    .title_lg {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
## Text
--------------------------------------------------------------*/
.text {
    margin: 0;
}
.text_xs {
    font-size: 14px;
}
.text_sm {
    font-size: 16px;
}
.text_md {
    font-size: 18px;
}
.text_lg {
    font-size: 22px;
}
.text_xl {
    font-size: 24px;
}
.text_normal {
    font-weight: 400;
}
.text_bold {
    font-weight: 700;
}
.text_italic {
    font-style: italic;
}
.text_line_1-4 {
    line-height: 1.4;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.text_wrap::after {
    content: '';
    display: block;
    clear: both;
}
.text_wrap h1,
.text_wrap h2,
.text_wrap h3 {
    margin: 1em 0 0;
}
.text_wrap h4,
.text_wrap h5,
.text_wrap h6 {
    margin: 1.2em 0 0;
}
.text_wrap h3,
.text_wrap h4,
.text_wrap h5,
.text_wrap h6 {
    clear: none;
}
.text_wrap h1:first-child,
.text_wrap h2:first-child,
.text_wrap h3:first-child,
.text_wrap h4:first-child,
.text_wrap h5:first-child,
.text_wrap h6:first-child {
    margin-top: 0;
}
.text_wrap p {
    margin: 1em 0;
}
.text_wrap.text_compact p {
    margin: 0.5em 0;
}
.text_wrap blockquote {
    margin: 1.5em;
    font-size: 18px;
    font-style: italic;
}
.text_wrap.text_left blockquote {
    margin-left: 3em;
}
.text_wrap.text_center blockquote {
    margin-left: 3em;
    margin-right: 3em;
}
.text_wrap.text_right blockquote {
    margin-right: 3em;
}
.text_wrap blockquote p {
    margin: 0.7em 0;
}
.text_wrap ul,
.text_wrap ol {
    display: flex;
    flex-direction: column;
    margin: 1.5em 0;
}
.text_wrap.text_left ul,
.text_wrap.text_left ol {
    align-items: flex-start;
    margin-left: 2em;
}
.text_wrap.text_center ul,
.text_wrap.text_center ol {
    align-items: center;
    margin-left: 2em;
    margin-right: 2em;
}
.text_wrap.text_right ul,
.text_wrap.text_right ol {
    align-items: flex-end;
    margin-right: 2em;
}
.text_wrap ul ul,
.text_wrap.text_left ul ul,
.text_wrap ul ol,
.text_wrap.text_left ul ol,
.text_wrap ol ol,
.text_wrap.text_left ol ol,
.text_wrap ol ul,
.text_wrap.text_left ol ul {
    margin: 0;
}
.text_wrap ul ul,
.text_wrap ol ul {
    list-style: circle;
}
.text_wrap ul ul ul,
.text_wrap ol ul ul,
.text_wrap ol ol ul,
.text_wrap ul ol ul {
    list-style: square;
}
.text_wrap ul li,
.text_wrap ol li {
    max-width: 100%;
    margin-bottom: 0.3em;
}
.text_wrap ul li:last-child,
.text_wrap ol li:last-child {
    margin-bottom: 0;
}
.text_wrap hr {
    margin: 1.5em 0;
}
.text_wrap p:first-child,
.text_wrap blockquote:first-child,
.text_wrap ul:first-child,
.text_wrap ol:first-child,
.text_wrap hr:first-child {
    margin-top: 0;
}
.text_wrap p:last-child,
.text_wrap blockquote:last-child,
.text_wrap ul:last-child,
.text_wrap ol:last-child,
.text_wrap hr:last-child {
    margin-bottom: 0;
}
.text_wrap figure {
    max-width: 100%;
	margin: 0;
}
.text_wrap .alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}
.text_wrap .alignright {
	float: right;
    margin: 0 0 1em 1.5em;
}
.text_wrap .aligncenter {
	display: block;
	margin: 0 auto 1em;
	clear: both;
}
.text_wrap .wp-caption img {
    display: block;
}
.text_wrap .wp-caption-text {
	margin-top: 0.5em;
    
}

@media (max-width: 1000px) {
    .text_lg {
        font-size: 20px;
    }
    .text_xl {
        font-size: 22px;
    }
}
@media (max-width: 850px) {
    .text_sm {
        font-size: 15px;
    }
    .text_md {
        font-size: 16px;
    }
    .text_lg {
        font-size: 18px;
    }
    .text_xl {
        font-size: 20px;
    }
    .text_wrap h1,
    .text_wrap h2,
    .text_wrap h3 {
        margin: 1.2em 0 0;
    }
    .text_wrap blockquote {
        font-size: 16px;
    }
    .text_wrap.text_left blockquote {
        margin-left: 2em;
    }
    .text_wrap.text_center blockquote {
        margin-left: 2em;
        margin-right: 2em;
    }
    .text_wrap.text_right blockquote {
        margin-right: 2em;
    }
    .text_wrap.text_left ul,
    .text_wrap.text_left ol {
        margin-left: 1em;
    }
    .text_wrap.text_center ul,
    .text_wrap.text_center ol {
        margin-left: 1em;
        margin-right: 1em;
    }
    .text_wrap.text_right ul,
    .text_wrap.text_right ol {
        margin-right: 1em;
    }
}
@media (max-width: 550px) {
    .text_xs {
        font-size: 13px;
    }
    .text_sm {
        font-size: 14px;
    }
    .text_md {
        font-size: 15px;
    }
    .text_lg {
        font-size: 16px;
    }
    .text_xl {
        font-size: 18px;
    }
    .text_wrap blockquote {
        font-size: 15px;
    }
    .text_wrap blockquote {
        margin: 1.5em 0;
    }
    .text_wrap.text_left blockquote {
        margin-left: 1em;
    }
    .text_wrap.text_center blockquote {
        margin-left: 1em;
        margin-right: 1em;
    }
    .text_wrap.text_right blockquote {
        margin-right: 1em;
    }
    .text_wrap.text_left ul,
    .text_wrap.text_left ol {
        margin-left: 0;
    }
    .text_wrap.text_center ul,
    .text_wrap.text_center ol {
        margin-left: 0;
        margin-right: 0;
    }
    .text_wrap.text_right ul,
    .text_wrap.text_right ol {
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .text_sm {
        font-size: 13px;
    }
    .text_md {
        font-size: 14px;
    }
    .text_lg {
        font-size: 15px;
    }
    .text_xl {
        font-size: 16px;
    }
    .text_wrap h1,
    .text_wrap h2,
    .text_wrap h3 {
        margin: 1.3em 0 0;
    }
    .text_wrap h4,
    .text_wrap h5,
    .text_wrap h6 {
        margin: 1.3em 0 0;
    }
    .text_wrap blockquote {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.button {
    display: inline-block;
    padding: 8px 20px;
    font-family: 'Inria Serif', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    transition: 0.4s;
}
.button_loading {
    opacity: 0.5;
    cursor: wait;
}
.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.button_loading:disabled {
    cursor: wait;
}

@media (max-width: 850px) {
    .button {
        padding: 8px 16px;
        font-size: 17px;
    }
}
@media (max-width: 550px) {
    .button {
        padding: 7px 14px;
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .button {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
## Arrow Link
--------------------------------------------------------------*/
.arrow-link {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.arrow-link__text {
    white-space: normal;
}
.arrow-link__arrow {
    display: inline-block;
    width: 0.45em;
    height: 0.7em;
    margin-left: 0.1em;
    fill: currentColor;
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header__secondary {
    padding: 15px 0;
}
.site-header__main {
    padding: 30px 0;
}
.site-header__main_breadcrumbs {
    padding-bottom: 15px;
}
.site-header__content {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 60px;
}
.site-header__home {
    display: block;
    width: 225px;
}
.site-header__logo {
    display: block;
    width: 100%;
    height: auto;
}
.site-header__search-dialog {
    display: none;
}

@media (max-width: 1250px) {
    .site-header__content {
        padding: 0 55px;
    }
}
@media (max-width: 1150px) {
    .site-header__home {
        width: 185px;
    }
}
@media (max-width: 1100px) {
    .site-header_hidden {
        display: none;
    }
    .site-header__secondary {
        display: none;
    }
    .site-header__content {
        padding: 0 50px;
    }
    .site-header__home {
        width: 210px;
    }
}
@media (max-width: 1000px) {
    .site-header__content {
        padding: 0 45px;
    }
}
@media (max-width: 850px) {
    .site-header__main {
        padding: 25px 0;
    }
    .site-header__main_breadcrumbs {
        padding-bottom: 15px;
    }
    .site-header__content {
        padding: 0 40px;
    }
}
@media (max-width: 550px) {
    .site-header__main {
        padding: 20px 0;
    }
    .site-header__main_breadcrumbs {
        padding-bottom: 12px;
    }
    .site-header__content {
        padding: 0 30px;
    }
    .site-header__home {
        width: 195px;
    }
}
@media (max-width: 450px) {
    .site-header__content {
        padding: 0 25px;
    }
    .site-header__home {
        width: 180px;
    }
}
@media (max-width: 400px) {
    .site-header__main {
        padding: 18px 0;
    }
    .site-header__main_breadcrumbs {
        padding-bottom: 10px;
    }
    .site-header__home {
        width: 170px;
    }
}
@media (max-width: 350px) {
    .site-header__home {
        width: 155px;
    }
}

/*--------------------------------------------------------------
## Header 1
--------------------------------------------------------------*/
.header-1__main {
    display: flex;
    align-items: center;
}
.header-1__col {
    flex: 1 1 auto;
}
.header-1__col_logo {
    flex: 0 0 auto;
}
.header-1__col_nav {
    margin-left: 50px;
    padding: 5px 0;
}
.header-1__col_button {
    display: none;
}
.header-1__breadcrumbs {
    margin-top: 5px;
}

@media (max-width: 1100px) {
    .header-1__main {
        justify-content: space-between;
    }
    .header-1__col_nav {
        display: none;
    }
    .header-1__col_button {
        display: block;
        flex: 0 0 auto;
        margin-left: 35px;
    }
}

/*--------------------------------------------------------------
## Sub-Header 1
--------------------------------------------------------------*/
.sub-header-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: -6px -12px;
}
.sub-header-1__item {
    padding: 6px 12px;
}

/*--------------------------------------------------------------
## Hamburger Button
--------------------------------------------------------------*/
.hamburger-button {
    background-color: transparent;
    display: block;
    width: 25px;
    padding: 0;
    border: 0;
}
.hamburger-button__line {
    height: 3px;
    margin-bottom: 4px;
}
.hamburger-button__line:last-child {
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .hamburger-button {
        width: 22px;
    }
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.mobile-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000000;
    display: none;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: visibility 0s 0.4s, opacity 0.4s;
}
.mobile-menu_open {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.4s;
}
.admin-bar .mobile-menu {
    margin-top: 32px;
}
.mobile-menu__top {
    flex: 0 0 auto;
    padding: 25px 40px;
}
.mobile-menu__close {
    background-color: transparent;
    display: block;
    width: 25px;
    padding: 9px 0;
    border: 0;
}
.mobile-menu__close-line {
    height: 3px;
    transform: rotate(45deg);
}
.mobile-menu__close-line_alt {
    margin-top: -3px;
    transform: rotate(-45deg);
}
.mobile-menu__main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.mobile-menu__content {
    max-height: 100%;
}

@media (max-width: 1100px) {
    body.no-scroll {
        height: 100%;
        overflow: hidden;
    }
    body.no-scroll-fixed {
        position: fixed;
        width: 100%;
    }

    .mobile-menu {
        display: flex;
    }
}
@media (max-width: 782px) {
    .admin-bar .mobile-menu {
        margin-top: 46px;
    }
}
@media (max-width: 550px) {
    .mobile-menu__top {
        padding: 20px 30px;
    }
}
@media (max-width: 450px) {
    .mobile-menu__top {
        padding: 20px 25px;
    }
    .mobile-menu__close {
        width: 22px;
        padding: 7px 0;
    }
}
@media (max-width: 400px) {
    .mobile-menu__top {
        padding: 18px 25px;
    }
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    line-height: 1.4;
}
.breadcrumbs__item {
    display: inline-block;
}
.breadcrumbs__item::after {
    content: '\203A';
}
.breadcrumbs__item_title::after {
    display: none;
}
.breadcrumbs__link {
    text-decoration: none;
}
.breadcrumbs__title {
    font-weight: 700;
}

/*--------------------------------------------------------------
## Site Navigation
--------------------------------------------------------------*/
.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -6px -22px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}
.site-nav_left {
    justify-content: flex-start;
    text-align: left;
}
.site-nav_right {
    justify-content: flex-end;
    text-align: right;
}
.site-nav_xs {
    margin: -2px -12px;
    font-size: 14px;
}
.site-nav_sm {
    margin: -4px -18px;
    font-size: 14px;
}
.site-nav_md {
    margin: -4px -18px;
    font-size: 16px;
}
.site-nav_header {
    margin: -4px -18px;
    font-size: 17px;
}
.site-nav_full {
    align-items: flex-start;
    margin: -25px -15px;
}
.site-nav__item {
    position: relative;
    padding: 6px 22px;
}
.site-nav__item_xs {
    padding: 2px 12px;
}
.site-nav__item_sm,
.site-nav__item_md {
    padding: 4px 18px;
}
.site-nav__item_header {
    padding: 4px 18px;
}
.site-nav__item_full {
    padding: 25px 15px;
}
.site-nav__item_line {
    margin-right: 1px;
}
.site-nav__item_line::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -1px;
    bottom: 6px;
    margin: 0.3em 0;
    border-right: 1px solid;
}
.site-nav__item_xs::after {
    top: 2px;
    bottom: 2px;
}
.site-nav__item_sm::after,
.site-nav__item_md::after {
    top: 4px;
    bottom: 4px;
}
.site-nav__item_full::after {
    top: 25px;
    bottom: 25px;
}
.site-nav__item_last::after,
.site-nav__item_line:last-child::after {
    display: none;
}
.site-nav__link {
    text-decoration: none;
}
.site-nav__link_full-head {
    margin-right: 18px;
}
.site-nav__search {
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    transition: 0.4s;
}
.site-nav__search-icon {
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin: 0.2em 0.1em 0 0;
}
.site-nav__search-icon-fill {
    transition: 0.4s;
}
.site-nav__sub {
    max-width: 150px;
    margin-top: 15px;
    font-size: 16px;
}
.site-nav__sub-item {
    margin-bottom: 8px;
}
.site-nav__sub-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .site-nav_header {
        margin: -4px -12px;
        font-size: 16px;
    }
    .site-nav__item_header {
        padding: 4px 12px;
    }
}
@media (max-width: 1250px) {
    .site-nav {
        margin: -6px -20px;
        font-size: 18px;
    }
    .site-nav_xs {
        margin: -2px -12px;
        font-size: 14px;
    }
    .site-nav_sm {
        margin: -4px -18px;
        font-size: 14px;
    }
    .site-nav_md {
        margin: -4px -18px;
        font-size: 16px;
    }
    .site-nav_header {
        margin: -4px -10px;
        font-size: 15px;
    }
    .site-nav_full {
        margin: -20px -15px;
    }
    .site-nav__item {
        padding: 6px 20px;
    }
    .site-nav__item_xs {
        padding: 2px 12px;
    }
    .site-nav__item_sm,
    .site-nav__item_md {
        padding: 4px 18px;
    }
    .site-nav__item_header {
        padding: 4px 10px;
    }
    .site-nav__item_full {
        padding: 20px 15px;
    }
    .site-nav__item_full::after {
        top: 20px;
        bottom: 20px;
    }
    .site-nav__link_full-head {
        margin-right: 12px;
    }
    .site-nav__sub {
        font-size: 15px;
    }
    .site-nav__item_header .button {
        font-size: 16px;
    }
}
@media (max-width: 1100px) {
    .site-nav {
        margin: -6px -18px;
    }
    .site-nav_xs {
        margin: -2px -12px;
    }
    .site-nav_sm,
    .site-nav_md {
        margin: -4px -18px;
    }
    .site-nav_header {
        margin: -4px -10px;
    }
    .site-nav_full {
        margin: -20px -12px;
    }
    .site-nav_mobile {
        display: block;
        margin: 0;
        font-size: 20px;
    }
    .site-nav__item {
        padding: 6px 18px;
    }
    .site-nav__item_xs {
        padding: 2px 12px;
    }
    .site-nav__item_sm,
    .site-nav__item_md {
        padding: 4px 18px;
    }
    .site-nav__item_header {
        padding: 4px 10px;
    }
    .site-nav__item_full {
        padding: 20px 12px;
    }
    .site-nav__item_mobile {
        padding: 0;
        margin-bottom: 25px;
    }
}
@media (max-width: 1000px) {
    .site-nav {
        margin: -5px -15px;
        font-size: 16px;
    }
    .site-nav_xs {
        margin: -2px -12px;
        font-size: 14px;
    }
    .site-nav_sm {
        margin: -4px -18px;
        font-size: 14px;
    }
    .site-nav_md {
        margin: -4px -18px;
        font-size: 16px;
    }
    .site-nav_full {
        margin: -15px -10px;
    }
    .site-nav_mobile {
        margin: 0;
        font-size: 20px;
    }
    .site-nav__item {
        padding: 5px 15px;
    }
    .site-nav__item_xs {
        padding: 2px 12px;
    }
    .site-nav__item_sm,
    .site-nav__item_md {
        padding: 4px 18px;
    }
    .site-nav__item_full {
        padding: 15px 10px;
    }
    .site-nav__item_mobile {
        padding: 0;
        margin-bottom: 20px;
    }
    .site-nav__item_line::after {
        top: 5px;
        bottom: 5px;
    }
    .site-nav__item_xs::after {
        top: 2px;
        bottom: 2px;
    }
    .site-nav__item_sm::after,
    .site-nav__item_md::after {
        top: 4px;
        bottom: 4px;
    }
    .site-nav__item_full::after {
        top: 15px;
        bottom: 15px;
    }
    .site-nav__link_full-head {
        margin-right: 10px;
    }
    .site-nav__sub {
        margin-top: 10px;
        font-size: 14px;
    }
    .site-nav__sub-item {
        margin-bottom: 5px;
    }
}
@media (max-width: 850px) {
    .site-nav {
        justify-content: center;
        font-size: 18px;
        text-align: center;
    }
    .site-nav_xs,
    .site-nav_sm {
        font-size: 14px;
    }
    .site-nav_md {
        font-size: 16px;
    }
    .site-nav_full {
        margin: -15px;
    }
    .site-nav__item_full {
        padding: 15px;
    }
    .site-nav__link_full-head {
        margin: 0 5px;
    }
    .site-nav__sub {
        font-size: 15px;
    }
}
@media (max-width: 750px) {
    .site-nav_full {
        margin: -15px -12px;
    }
    .site-nav__item_full {
        padding: 15px 12px;
    }
    .site-nav__link_full-head {
        margin: 0 3px;
    }
}
@media (max-width: 650px) {
    .site-nav {
        display: block;
        margin: 0;
        text-align: center;
    }
    .site-nav__item {
        margin-bottom: 10px;
        padding: 0;
    }
    .site-nav__item_xs,
    .site-nav__item_sm,
    .site-nav__item_md {
        margin-bottom: 4px;
    }
    .site-nav__item_full {
        margin-bottom: 25px;
    }
    .site-nav__item_line {
        margin-right: 0;
    }
    .site-nav__item:last-child {
        margin-bottom: 0;
    }
    .site-nav__item_line::after {
        display: none;
    }
    .site-nav__link_full-head {
        margin: 0;
    }
    .site-nav__sub {
        max-width: 250px;
        margin: 10px auto 0;
    }
}
@media (max-width: 550px) {
    .site-nav {
        font-size: 16px;
    }
    .site-nav_xs,
    .site-nav_sm {
        font-size: 13px;
    }
    .site-nav_md {
        font-size: 14px;
    }
    .site-nav__sub {
        margin-top: 8px;
        font-size: 14px;
    }
    .site-nav__sub-item {
        margin-bottom: 4px;
    }
}
@media (max-width: 450px) {
    .site-nav__item {
        margin-bottom: 8px;
    }
    .site-nav__item_xs,
    .site-nav__item_sm,
    .site-nav__item_md {
        margin-bottom: 4px;
    }
    .site-nav__item_full {
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    .site-nav {
        font-size: 15px;
    }
    .site-nav_xs,
    .site-nav_sm {
        font-size: 13px;
    }
    .site-nav_md {
        font-size: 14px;
    }
    .site-nav__sub {
        margin-top: 5px;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer__main {
    background-image: url('images/thresholds-symbol-2.svg');
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: center center;
    padding: 100px 0;
}
.site-footer__main_y_sm {
    padding: 75px 0;
}
.site-footer__content {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 125px;
}
.site-footer__bottom {
    padding: 25px 0;
}
.site-footer__home {
    display: block;
    width: 210px;
}
.site-footer__home_lg {
    width: 450px;
    margin: 0 auto;
}
.site-footer__logo {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1250px) {
    .site-footer__main {
        background-size: auto 400px;
        padding: 95px 0;
    }
    .site-footer__main_y_sm {
        padding: 70px 0;
    }
    .site-footer__content {
        padding: 0 100px;
    }
    .site-footer__home {
        width: 200px;
    }
    .site-footer__home_lg {
        width: 410px;
    }
}
@media (max-width: 1100px) {
    .site-footer__main {
        padding: 85px 0;
    }
    .site-footer__main_y_sm {
        padding: 65px 0;
    }
    .site-footer__content {
        padding: 0 75px;
    }
}
@media (max-width: 1000px) {
    .site-footer__main {
        background-size: auto 350px;
        padding: 75px 0;
    }
    .site-footer__main_y_sm {
        padding: 60px 0;
    }
    .site-footer__content {
        padding: 0 65px;
    }
    .site-footer__home {
        width: 185px;
    }
    .site-footer__home_lg {
        width: 375px;
    }
}
@media (max-width: 850px) {
    .site-footer_hidden {
        display: none;
    }
    .site-footer__main {
        background-size: auto 300px;
        padding: 55px 0;
    }
    .site-footer__content {
        padding: 0 50px;
    }
    .site-footer__home {
        width: 200px;
    }
    .site-footer__home_lg {
        width: 300px;
    }
}
@media (max-width: 650px) {
    .site-footer__main {
        background-size: auto 250px;
        background-position: center -20%;
    }
}
@media (max-width: 550px) {
    .site-footer__main {
        background-size: auto 230px;
        padding: 50px 0;
    }
    .site-footer__content {
        padding: 0 40px;
    }
    .site-footer__home {
        width: 175px;
    }
    .site-footer__home_lg {
        width: 260px;
    }
}
@media (max-width: 450px) {
    .site-footer__main {
        background-size: auto 180px;
        background-position: center -12%;
        padding: 45px 0;
    }
    .site-footer__content {
        padding: 0 35px;
    }
    .site-footer__home {
        width: 160px;
    }
    .site-footer__home_lg {
        width: 200px;
    }
}
@media (max-width: 400px) {
    .site-footer__main {
        background-size: auto 150px;
        background-position: center -3%;
        padding: 40px 0;
    }
    .site-footer__content {
        padding: 0 25px;
    }
    .site-footer__home {
        width: 150px;
    }
    .site-footer__home_lg {
        width: 200px;
    }
}
@media (max-width: 350px) {
    .site-footer__home {
        width: 140px;
    }
    .site-footer__home_lg {
        width: 200px;
    }
}

/*--------------------------------------------------------------
## Footer 1
--------------------------------------------------------------*/
.footer-1 {
    line-height: 1.4;
}
.footer-1__top {
    display: flex;
}
.footer-1__col_details {
    max-width: 300px;
    margin-right: 100px;
}
.footer-1__col_details:last-child {
    max-width: none;
    margin-right: 0;
}
.footer-1__section {
    padding-bottom: 8px;
}
.footer-1__section_logo {
    padding-bottom: 20px;
}
.footer-1__section_social {
    padding-top: 12px;
}
.footer-1__section:first-child {
    padding-top: 0;
}
.footer-1__section:last-child {
    padding-bottom: 0;
}
.footer-1__text {
    margin: 0;
}
.footer-1__link {
    text-decoration: none;
}
.footer-1__bottom {
    margin-top: 70px;
    padding-top: 40px;
    border-top-width: 2px;
    border-top-style: solid;
}

@media (max-width: 1300px) {
    .footer-1__col_details {
        max-width: 250px;
        margin-right: 85px;
    }
}
@media (max-width: 1250px) {
    .footer-1__col_details {
        margin-right: 75px;
    }
    .footer-1__bottom {
        margin-top: 65px;
    }
}
@media (max-width: 1100px) {
    .footer-1__col_details {
        max-width: 235px;
        margin-right: 55px;
    }
    .footer-1__bottom {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .footer-1__col_details {
        max-width: 185px;
        margin-right: 50px;
    }
    .footer-1__bottom {
        margin-top: 55px;
        padding-top: 35px;
    }
}
@media (max-width: 850px) {
    .footer-1__top {
        display: block;
    }
    .footer-1__col_details {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: none;
        margin: 0 0 45px;
        text-align: center;
    }
    .footer-1__col_details:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 550px) {
    .footer-1__col_details {
        margin-bottom: 40px;
    }
    .footer-1__bottom {
        margin-top: 45px;
    }
}
@media (max-width: 450px) {
    .footer-1__col_details {
        margin-bottom: 35px;
    }
    .footer-1__bottom {
        margin-top: 40px;
    }
}

/*--------------------------------------------------------------
## Footer 2
--------------------------------------------------------------*/
.footer-2 {
    text-align: center;
}
.footer-2__section {
    padding-bottom: 20px;
}
.footer-2__section_logo {
    padding-bottom: 35px;
}
.footer-2__section_logos {
    padding-top: 20px;
    padding-bottom: 30px;
}
.footer-2__section_social {
    padding-top: 10px;
}
.footer-2__section_sub {
    padding-top: 20px;
}
.footer-2__section:first-child {
    padding-top: 0;
}
.footer-2__section:last-child {
    padding-bottom: 0;
}

@media (max-width: 400px) {
    .footer-2__section_logo {
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.social {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}
.social_center {
    justify-content: center;
}
.social_right {
    justify-content: flex-end;
}
.social__item {
    flex: 0 0 auto;
    padding: 4px;
}
.social__link {
    display: block;
}
.social__icon {
    display: block;
    width: 18px;
    height: 18px;
}
.social__icon_twitter {
    width: 22px;
}
.social__icon_youtube {
    width: 22px;
}
.social__icon-fill {
    transition: 0.4s;
}

/*--------------------------------------------------------------
## Footer Logos
--------------------------------------------------------------*/
.footer-logos__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px -15px;
}
.footer-logos__grid_center {
    justify-content: center;
}
.footer-logos__grid_sm {
    margin: -8px -12px;
}
.footer-logos__grid_lg {
    margin: -12px -20px;
}
.footer-logos__grid_xl {
    margin: -15px -25px;
}
.footer-logos__item {
    padding: 10px 15px;
}
.footer-logos__item_sm {
    padding: 8px 12px;
}
.footer-logos__item_lg {
    padding: 12px 20px;
}
.footer-logos__item_xl {
    padding: 15px 25px;
}
.footer-logos__link {
    display: block;
    text-decoration: none;
}
.footer-logos__logo {
    display: block;
    width: auto;
    height: 40px;
}
.footer-logos__logo_sm {
    height: 30px;
}
.footer-logos__logo_lg {
    height: 50px;
}
.footer-logos__logo_xl {
    height: 150px;
}
.footer-logos__text {
    max-width: 800px;
    margin-top: 20px;
}
.footer-logos__text_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-logos__text:first-child {
    margin-top: 0;
}

@media (max-width: 1000px) {
    .footer-logos__logo {
        height: 38px;
    }
    .footer-logos__logo_sm {
        height: 28px;
    }
    .footer-logos__logo_lg {
        height: 48px;
    }
    .footer-logos__logo_xl {
        height: 140px;
    }
}
@media (max-width: 850px) {
    .footer-logos__grid {
        justify-content: center;
    }
    .footer-logos__logo {
        height: 35px;
    }
    .footer-logos__logo_sm {
        height: 25px;
    }
    .footer-logos__logo_lg {
        height: 42px;
    }
    .footer-logos__text {
        text-align: center;
    }
    .footer-logos__logo_xl {
        height: 130px;
    }
}
@media (max-width: 750px) {
    .footer-logos__grid {
        margin: -8px -12px;
    }
    .footer-logos__grid_lg {
        margin: -10px -15px;
    }
    .footer-logos__grid_xl {
        margin: -12px -18px;
    }
    .footer-logos__item {
        padding: 8px 12px;
    }
    .footer-logos__item_lg {
        padding: 10px 15px;
    }
    .footer-logos__item_xl {
        padding: 12px 18px;
    }
    .footer-logos__logo {
        height: 32px;
    }
    .footer-logos__logo_sm {
        height: 25px;
    }
    .footer-logos__logo_lg {
        height: 40px;
    }
    .footer-logos__logo_xl {
        height: 120px;
    }
}
@media (max-width: 550px) {
    .footer-logos__logo {
        height: 30px;
    }
    .footer-logos__logo_sm {
        height: 22px;
    }
    .footer-logos__logo_lg {
        height: 38px;
    }
    .footer-logos__logo_xl {
        height: 100px;
    }
}
@media (max-width: 450px) {
    .footer-logos__grid {
        margin: -6px -10px;
    }
    .footer-logos__grid_lg {
        margin: -8px -12px;
    }
    .footer-logos__grid_xl {
        margin: -10px -15px;
    }
    .footer-logos__item {
        padding: 6px 10px;
    }
    .footer-logos__item_lg {
        padding: 8px 12px;
    }
    .footer-logos__item_xl {
        padding: 10px 15px;
    }
    .footer-logos__logo {
        height: 28px;
    }
    .footer-logos__logo_sm {
        height: 20px;
    }
    .footer-logos__logo_lg {
        height: 35px;
    }
    .footer-logos__logo_xl {
        height: 90px;
    }
}
@media (max-width: 400px) {
    .footer-logos__logo {
        height: 25px;
    }
    .footer-logos__logo_sm {
        height: 20px;
    }
    .footer-logos__logo_lg {
        height: 32px;
    }
    .footer-logos__logo_xl {
        height: 75px;
    }
}



@media (max-width: 1000px) {
    
}
@media (max-width: 850px) {
    
}
@media (max-width: 750px) {
    
}
@media (max-width: 550px) {
    
}
@media (max-width: 450px) {
    
}
@media (max-width: 400px) {
    
}

/*--------------------------------------------------------------
## Sub-Footer 1
--------------------------------------------------------------*/
.sub-footer-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -6px -40px;
    font-size: 14px;
    line-height: 1.4;
}
.sub-footer-1__item {
    padding: 6px 40px;
}
.sub-footer-1__text {
    margin: 0;
}

@media (max-width: 1250px) {
    .sub-footer-1 {
        margin: -6px -30px;
    }
    .sub-footer-1__item {
        padding: 6px 30px;
    }
}
@media (max-width: 1000px) {
    .sub-footer-1 {
        margin: -6px -20px;
    }
    .sub-footer-1__item {
        padding: 6px 20px;
    }
}
@media (max-width: 850px) {
    .sub-footer-1 {
        display: block;
        margin: 0;
        text-align: center;
    }
    .sub-footer-1__item {
        margin-bottom: 12px;
        padding: 0;
    }
    .sub-footer-1__item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 650px) {
    .sub-footer-1__item {
        margin-bottom: 15px;
    }
}
@media (max-width: 550px) {
    .sub-footer-1 {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
## Sub-Footer 2
--------------------------------------------------------------*/
.sub-footer-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -6px -15px;
    line-height: 1.4;
    text-align: center;
}
.sub-footer-2__item {
    position: relative;
    padding: 6px 15px;
    margin-right: 1px;
}
.sub-footer-2__item::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -1px;
    bottom: 6px;
    margin: 0.25em 0;
    border-right: 1px solid;
}
.sub-footer-2__item_last::after,
.sub-footer-2__item:last-child::after {
    display: none;
}
.sub-footer-2__text {
    margin: 0;
}
.sub-footer-2__link {
    text-decoration: none;
}

@media (max-width: 550px) {
    .sub-footer-2 {
        margin: -5px -15px;
    }
    .sub-footer-2__item {
        padding: 5px 15px;
    }
    .sub-footer-2__item::after {
        top: 5px;
        bottom: 5px;
    }
}
@media (max-width: 450px) {
    .sub-footer-2 {
        margin: -4px -12px;
    }
    .sub-footer-2__item {
        padding: 4px 12px;
    }
    .sub-footer-2__item::after {
        top: 4px;
        bottom: 4px;
    }
}

/*--------------------------------------------------------------
## Address
--------------------------------------------------------------*/
.address__line {
    display: inline-block;
}
.address__line::after {
    content: ',';
}
.address__line_last::after {
    opacity: 0;
}
.address__line:last-child::after {
    display: none;
}

/*--------------------------------------------------------------
## Section
--------------------------------------------------------------*/
.section {
    padding: 85px 0;
}
.section_relative {
    position: relative;
}
.section_y_xs,
.section_top_xs {
    padding-top: 25px;
}
.section_y_xs,
.section_bottom_xs {
    padding-bottom: 25px;
}
.section_y_sm,
.section_top_sm {
    padding-top: 55px;
}
.section_y_sm,
.section_bottom_sm {
    padding-bottom: 55px;
}
.section_y_lg,
.section_top_lg {
    padding-top: 115px;
}
.section_y_lg,
.section_bottom_lg {
    padding-bottom: 115px;
}
.section_y_xl,
.section_top_xl {
    padding-top: 145px;
}
.section_y_xl,
.section_bottom_xl {
    padding-bottom: 145px;
}
.section_y_hg,
.section_top_hg {
    padding-top: 175px;
}
.section_y_hg,
.section_bottom_hg {
    padding-bottom: 175px;
}
.section_y_none,
.section_top_none {
    padding-top: 0;
}
.section_y_none,
.section_bottom_none {
    padding-bottom: 0;
}
.section__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section__content {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 125px;
}
.section__content_w_full {
    max-width: none;
}
.section__content_x_sm {
    padding: 0 60px;
}
.section_relative .section__content {
    position: relative;
}

@media (max-width: 1250px) {
    .section {
        padding: 80px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 25px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 25px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 55px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 55px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 110px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 110px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 135px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 135px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 165px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 165px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 100px;
    }
    .section__content_x_sm {
        padding: 0 55px;
    }
}
@media (max-width: 1100px) {
    .section {
        padding: 75px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 25px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 25px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 50px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 50px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 100px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 100px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 125px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 125px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 155px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 155px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 75px;
    }
    .section__content_x_sm {
        padding: 0 50px;
    }
}
@media (max-width: 1000px) {
    .section {
        padding: 70px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 20px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 20px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 45px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 45px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 90px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 90px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 110px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 110px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 140px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 140px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 65px;
    }
    .section__content_x_sm {
        padding: 0 45px;
    }
}
@media (max-width: 850px) {
    .section {
        padding: 55px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 20px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 20px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 40px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 40px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 75px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 75px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 95px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 95px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 110px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 110px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 50px;
    }
    .section__content_x_sm {
        padding: 0 40px;
    }
}
@media (max-width: 550px) {
    .section {
        padding: 50px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 20px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 20px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 40px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 40px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 65px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 65px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 80px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 80px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 90px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 90px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 40px;
    }
    .section__content_x_sm {
        padding: 0 30px;
    }
}
@media (max-width: 450px) {
    .section {
        padding: 45px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 15px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 15px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 35px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 35px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 60px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 60px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 75px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 75px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 85px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 85px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 35px;
    }
    .section__content_x_sm {
        padding: 0 25px;
    }
}
@media (max-width: 400px) {
    .section {
        padding: 40px 0;
    }
    .section_y_xs,
    .section_top_xs {
        padding-top: 10px;
    }
    .section_y_xs,
    .section_bottom_xs {
        padding-bottom: 10px;
    }
    .section_y_sm,
    .section_top_sm {
        padding-top: 25px;
    }
    .section_y_sm,
    .section_bottom_sm {
        padding-bottom: 25px;
    }
    .section_y_lg,
    .section_top_lg {
        padding-top: 55px;
    }
    .section_y_lg,
    .section_bottom_lg {
        padding-bottom: 55px;
    }
    .section_y_xl,
    .section_top_xl {
        padding-top: 70px;
    }
    .section_y_xl,
    .section_bottom_xl {
        padding-bottom: 70px;
    }
    .section_y_hg,
    .section_top_hg {
        padding-top: 80px;
    }
    .section_y_hg,
    .section_bottom_hg {
        padding-bottom: 80px;
    }
    .section_y_none,
    .section_top_none {
        padding-top: 0;
    }
    .section_y_none,
    .section_bottom_none {
        padding-bottom: 0;
    }
    .section__content {
        padding: 0 25px;
    }
    .section__content_x_sm {
        padding: 0 25px;
    }
}

/*--------------------------------------------------------------
## Background Image
--------------------------------------------------------------*/
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image_repeat_x {
    background-repeat: repeat-x;
}
.bg-image_repeat_y {
    background-repeat: repeat-y;
}
.bg-image_repeat_both {
    background-repeat: repeat;
}
.bg-image_size_contain {
    background-size: contain;
}
.bg-image_pos_left-top {
    background-position: left top;
}
.bg-image_pos_left-center {
    background-position: left center;
}
.bg-image_pos_left-bottom {
    background-position: left bottom;
}
.bg-image_pos_center-top {
    background-position: center top;
}
.bg-image_pos_center-bottom {
    background-position: center bottom;
}
.bg-image_pos_right-top {
    background-position: right top;
}
.bg-image_pos_right-center {
    background-position: right center;
}
.bg-image_pos_right-bottom {
    background-position: right bottom;
}

/*--------------------------------------------------------------
## Autoplay Video
--------------------------------------------------------------*/
.autoplay-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.autoplay-video__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.autoplay-video__video {
    position: absolute;
    display: none;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    width: 100%;
    width: calc(100% + 4px);
    height: 100%;
    height: calc(100% + 4px);
    object-fit: cover;
}

@supports (object-fit: cover) and (not (-ms-ime-align: auto)) {
    .autoplay-video__image_disabled {
        display: none;
    }
    .autoplay-video__image_no-video {
        display: block;
    }
    .autoplay-video__video {
        display: block;
    }
    .autoplay-video__video_disabled {
        display: none;
    }
}

/*--------------------------------------------------------------
## Divider
--------------------------------------------------------------*/
.divider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 10px;
}
.divider_sm {
    height: 4px;
}
.divider_lg {
    height: 35px;
}

@media (max-width: 1000px) {
    .divider {
        height: 8px;
    }
    .divider_sm {
        height: 4px;
    }
    .divider_lg {
        height: 30px;
    }
}
@media (max-width: 850px) {
    .divider {
        height: 6px;
    }
    .divider_sm {
        height: 4px;
    }
    .divider_lg {
        height: 20px;
    }
}
@media (max-width: 550px) {
    .divider {
        height: 4px;
    }
    .divider_sm {
        height: 2px;
    }
    .divider_lg {
        height: 15px;
    }
}

/*--------------------------------------------------------------
## Long Text
--------------------------------------------------------------*/
.long-text {
    max-width: 900px;
    margin: 0 auto;
}
.long-text__buttons {
    margin-top: 40px;
}
.long-text__buttons:first-child {
    margin-top: 0;
}
.long-text__text_columns_2 {
    column-count: 2;
    column-width: 300px;
    column-gap: 10%;
}
.long-text__text_columns_3 {
    column-count: 3;
    column-width: 225px;
    column-gap: 5%;
}
.long-text__text h1,
.long-text__text h2,
.long-text__text h3,
.long-text__text h4,
.long-text__text h5,
.long-text__text h6,
.long-text__text ul li,
.long-text__text ol li,
.long-text__text figure {
    break-inside: avoid;
}
.long-text__text_avoid-br_p p,
.long-text__text_avoid-br_list ul,
.long-text__text_avoid-br_list ol {
    break-inside: avoid;
}

@media (max-width: 1000px) {
    .long-text__buttons {
        margin-top: 35px;
    }
}
@media (max-width: 550px) {
    .long-text__buttons {
        margin-top: 30px;
    }
}
@media (max-width: 400px) {
    .long-text__buttons {
        margin-top: 25px;
    }
}

/*--------------------------------------------------------------
## Button Group
--------------------------------------------------------------*/
.button-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -6px;
}
.button-group_left {
    justify-content: flex-start;
}
.button-group_center {
    justify-content: center;
}
.button-group_right {
    justify-content: flex-end;
}
.button-group__item {
    padding: 6px;
}

@media (max-width: 850px) {
    .button-group {
        margin: -5px;
    }
    .button-group__item {
        padding: 5px;
    }
}
@media (max-width: 550px) {
    .button-group {
        margin: -4px;
    }
    .button-group__item {
        padding: 4px;
    }
}

/*--------------------------------------------------------------
## Page Intro
--------------------------------------------------------------*/
.page-intro__main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-intro__main_left {
    text-align: left;
}
.page-intro__main_right {
    text-align: right;
}
.page-intro__main::before {
    content: '';
    flex: 0 0 auto;
    display: block;
    width: 0;
}
.page-intro__main_h_sm::before {
    padding-top: 20%;
}
.page-intro__main_h_md::before {
    padding-top: 30%;
}
.page-intro__main_h_lg::before {
    padding-top: 35%;
}
.page-intro__main-content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 1200px;
}
.page-intro__graphic {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 35px;
}
.page-intro__graphic_sm {
    max-width: 450px;
}
.page-intro__graphic_lg {
    max-width: none;
}
.page-intro__graphic_left {
    margin-left: 0;
}
.page-intro__graphic_right {
    margin-right: 0;
}
.page-intro__graphic:last-child {
    margin-bottom: 0;
}
.page-intro__text {
    max-width: 1000px;
    margin: 15px auto 0;
}
.page-intro__text_left {
    margin-left: 0;
}
.page-intro__text_right {
    margin-right: 0;
}
.page-intro__text:first-child {
    margin-top: 0;
}
.page-intro__buttons {
    margin-top: 25px;
}
.page-intro__buttons:first-child {
    margin-top: 0;
}
.page-intro__bottom {
    max-width: 1200px;
    margin: 85px auto 0;
}
.page-intro__bottom_top_sm {
    margin-top: 55px;
}
.page-intro__bottom_top_lg {
    margin-top: 115px;
}
.page-intro__bottom_top_xl {
    margin-top: 145px;
}
.page-intro__bottom_top_hg {
    margin-top: 175px;
}
.page-intro__bottom:first-child {
    margin-top: 0;
}

@media (max-width: 1250px) {
    .page-intro__bottom {
        margin-top: 80px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 55px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 110px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 135px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 165px;
    }
}
@media (max-width: 1100px) {
    .page-intro__bottom {
        margin-top: 75px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 50px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 100px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 125px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 155px;
    }
}
@media (max-width: 1000px) {
    .page-intro__bottom {
        margin-top: 70px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 45px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 90px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 110px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 140px;
    }
}
@media (max-width: 850px) {
    .page-intro__buttons {
        margin-top: 20px;
    }
    .page-intro__bottom {
        margin-top: 55px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 40px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 75px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 95px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 110px;
    }
}
@media (max-width: 550px) {
    .page-intro__bottom {
        margin-top: 50px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 40px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 65px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 80px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 90px;
    }
}
@media (max-width: 450px) {
    .page-intro__text {
        margin-top: 8px;
    }
    .page-intro__bottom {
        margin-top: 45px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 35px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 60px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 75px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 85px;
    }
}
@media (max-width: 450px) {
    .page-intro__bottom {
        margin-top: 40px;
    }
    .page-intro__bottom_top_sm {
        margin-top: 25px;
    }
    .page-intro__bottom_top_lg {
        margin-top: 55px;
    }
    .page-intro__bottom_top_xl {
        margin-top: 70px;
    }
    .page-intro__bottom_top_hg {
        margin-top: 80px;
    }
}

/*--------------------------------------------------------------
## Text Blocks
--------------------------------------------------------------*/
.text-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px -35px;
}
.text-blocks_left {
    justify-content: flex-start;
}
.text-blocks_right {
    justify-content: flex-end;
    text-align: right;
}
.text-blocks__item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 30px 35px;
}
.text-blocks__item_half {
    width: 50%;
}
.text-blocks__graphic {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
}
.text-blocks__graphic:last-child {
    margin-bottom: 0;
}
.text-blocks__title {
    margin-bottom: 12px;
}
.text-blocks__title:last-child {
    margin-bottom: 0;
}

@media (max-width: 1250px) {
    .text-blocks__item {
        width: 50%;
    }
}
@media (max-width: 1000px) {
    .text-blocks {
        margin: -25px -30px;
    }
    .text-blocks__item {
        padding: 25px 30px;
    }
}
@media (max-width: 850px) {
    .text-blocks {
        margin: -20px -25px;
    }
    .text-blocks__item {
        padding: 20px 25px;
    }
    .text-blocks__title {
        margin-bottom: 8px;
    }
}
@media (max-width: 750px) {
    .text-blocks {
        margin: 0;
    }
    .text-blocks__item {
        width: 100%;
        margin-bottom: 35px;
        padding: 0;
    }
    .text-blocks__item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 550px) {
    .text-blocks__item {
        margin-bottom: 25px;
    }
}
@media (max-width: 450px) {
    .text-blocks__item {
        margin-bottom: 20px;
    }
    .text-blocks__title {
        margin-bottom: 5px;
    }
}

/*--------------------------------------------------------------
## Title with Caption
--------------------------------------------------------------*/
.title-caption {
    text-align: center;
}
.title-caption_w_md {
    max-width: 900px;
    margin: 0 auto;
}
.title-caption_w_sm {
    max-width: 750px;
    margin: 0 auto;
}
.title-caption__title {
    margin-bottom: 20px;
}
.title-caption__title:last-child {
    margin-bottom: 0;
}
.title-caption__caption {
    margin-top: 20px;
}
.title-caption__caption:first-child {
    margin-top: 0;
}

@media (max-width: 400px) {
    .title-caption__title {
        margin-bottom: 15px;
    }
    .title-caption__caption {
        margin-top: 15px;
    }
}

/*--------------------------------------------------------------
## Image Rows
--------------------------------------------------------------*/
.image-rows__row {
    display: flex;
    margin: 0 -2px 4px;
}
.image-rows__row:last-child {
    margin-bottom: 0;
}
.image-rows__item {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 2px;
}
.image-rows__item_2 {
    width: 50%;
}
.image-rows__item_3 {
    width: 33.33%;
}
.image-rows__item_4 {
    width: 25%;
}
.image-rows__item_5 {
    width: 20%;
}
.image-rows__block {
    position: relative;
}
.image-rows__image {
    display: block;
    width: 100%;
}
.image-rows__button {
    background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: 0;
}
.image-rows__dialog-image {
    display: none;
}

@media (max-width: 550px) {
    .image-rows__row {
        margin: 0 -1px 2px;
    }
    .image-rows__item {
        padding: 0 1px;
    }
}

/*--------------------------------------------------------------
## Image Masonry
--------------------------------------------------------------*/
.image-masonry {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.image-masonry_center {
    justify-content: center;
}
.image-masonry_right {
    justify-content: flex-end;
}
.image-masonry__item {
    flex: 0 0 auto;
    padding: 2px;
}
.image-masonry__block {
    position: relative;
    height: 100%;
}
.image-masonry__image {
    display: block;
    width: 100%;
    height: 100%;
}
.image-masonry__button {
    background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: 0;
}
.image-masonry__dialog-image {
    display: none;
}

@media (max-width: 550px) {
    .image-masonry {
        margin: -1px;
    }
    .image-masonry__item {
        padding: 1px;
    }
}

/*--------------------------------------------------------------
## Dialog Box
--------------------------------------------------------------*/
.dialog-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}
.dialog-box_active {
    visibility: visible;
    opacity: 1;
    z-index: 110000000;
    transition: visibility 0s, z-index 0s, opacity 0.4s;
}
.dialog-box__bg {
    content: '';
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dialog-box__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 100px;
}
.dialog-box__content_w_md {
    max-width: 1150px;
}
.dialog-box__box {
    position: relative;
    outline: 0;
}
.dialog-box__close {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 7px;
    border: 0;
    border-radius: 0;
    transform: translate(50%, -50%);
    transition: 0.4s, visibility 0s; /* visibility 0s to fix firefox glitch on box open */
}
.dialog-box__close_no-offset {
    transform: none;
}
.dialog-box__close-x {
    display: block;
    width: 14px;
    height: 14px;
}
.dialog-box .button {
    transition: 0.4s, visibility 0s; /* visibility 0s to fix firefox glitch on box open */
}

@media (max-width: 1250px) {
    .dialog-box__content {
        padding: 0 75px;
    }
}
@media (max-width: 1100px) {
    .dialog-box__content {
        padding: 0 65px;
    }
}
@media (max-width: 1000px) {
    .dialog-box__content {
        padding: 0 50px;
    }
}
@media (max-width: 850px) {
    .dialog-box__content {
        padding: 0 40px;
    }
}
@media (max-width: 550px) {
    .dialog-box__content {
        padding: 0 35px;
    }
    .dialog-box__close-x {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 450px) {
    .dialog-box__content {
        padding: 0 25px;
    }
}
@media (max-width: 400px) {
    .dialog-box__content {
        padding: 0 15px;
    }
    .dialog-box__close {
        transform: translate(35%, -35%);
    }
    .dialog-box__close_no-offset {
        transform: none;
    }
}

/*--------------------------------------------------------------
## Dialog Box Slider
--------------------------------------------------------------*/
.box-slider {
    position: relative;
}
.box-slider__slider {
    position: relative;
    z-index: 1;
}
.box-slider__slide {
    position: relative;
}
.box-slider__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60%;
}
.box-slider__nav {
    position: absolute;
    z-index: 100;
    top: 50%;
    padding: 7px;
    border: 0;
    border-radius: 0;
    transition: 0.4s, visibility 0s; /* visibility 0s to fix firefox glitch on box open */
}
.box-slider__nav_prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.box-slider__nav_next {
    right: 0;
    transform: translate(50%, -50%);
}
.box-slider__nav-arrow {
    display: block;
    width: 9px;
    height: 14px;
    margin: 0 2px 0 3px;
}
.box-slider__nav-arrow_reverse {
    transform: scaleX(-1);
    margin: 0 3px 0 2px;
}

@media (max-width: 550px) {
    .box-slider__nav-arrow {
        width: 7px;
        height: 12px;
    }
}
@media (max-width: 400px) {
    .box-slider__nav_prev {
        transform: translate(-35%, -50%);
    }
    .box-slider__nav_next {
        transform: translate(35%, -50%);
    }
}

/*--------------------------------------------------------------
## Full Image
--------------------------------------------------------------*/
.full-image__image {
    padding-top: 40%;
}
.full-image__image_sm {
    padding-top: 25%;
}
.full-image__image_lg {
    padding-top: 60%;
}
.full-image__image_auto {
    display: block;
    width: 100%;
    padding-top: 0;
}

/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/
.image-slider {
    padding: 0 5px;
}
.image-slider_slick {
    position: relative;
    padding: 0;
}
.image-slider_border_y,
.image-slider_border_top {
    padding-top: 10px;
}
.image-slider_border_y,
.image-slider_border_bottom {
    padding-bottom: 10px;
}
.image-slider__nav {
    background-color: transparent;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 115px;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.image-slider__nav_border_y,
.image-slider__nav_border_top {
    top: 10px;
}
.image-slider__nav_border_y,
.image-slider__nav_border_bottom {
    bottom: 10px;
}
.image-slider__nav_prev {
    left: 0;
}
.image-slider__nav_next {
    right: 0;
}
.image-slider__nav-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 7px;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}
.image-slider__nav-arrow {
    display: block;
    width: 9px;
    height: 14px;
    margin: 0 2px 0 3px;
}
.image-slider__nav-arrow_reverse {
    transform: scaleX(-1);
    margin: 0 3px 0 2px;
}
.image-slider__slider_slick:not(.slick-slider) {
    padding: 0 120px; /* add padding until slick is initialized to minimize layout shift */
}
.image-slider__slider .slick-track {
    display: flex;
}
.image-slider__slider .slick-slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}
.image-slider__item {
    padding: 0 5px;
}
.image-slider__item:not(:first-child):not(.slick-slide) {
    display: none; /* hide all but first slide until slick is initialized to minimize layout shift */
}
.image-slider__slide {
    opacity: 0.3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    transition: opacity 0.4s;
}
.image-slider__slide_hover,
.image-slider__slide_focus {
    opacity: 0.7;
}
.image-slider__slide_active {
    opacity: 1;
}
.image-slider__slide::before {
    content: '';
    display: block;
    width: 0;
    padding-top: 45%;
}
.image-slider__slide_sm::before {
    padding-top: 30%;
}
.image-slider__slide_lg::before {
    padding-top: 65%;
}
.image-slider__slide_left {
    text-align: left;
}
.image-slider__slide_right {
    text-align: right;
}
.image-slider__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image-slider__content {
    flex: 0 0 auto;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    padding: 85px 100px;
}
.image-slider__text {
    max-width: 800px;
    margin: 15px auto 0;
}
.image-slider__text_left {
    margin-left: 0;
}
.image-slider__text_right {
    margin-right: 0;
}
.image-slider__text:first-child {
    margin-top: 0;
}
.image-slider__buttons {
    margin-top: 25px;
}
.image-slider__buttons:first-child {
    margin-top: 0;
}

@media (max-width: 1700px) {
    .image-slider__nav {
        width: 95px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 100px;
    }
}
@media (max-width: 1400px) {
    .image-slider__nav {
        width: 75px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 80px;
    }
}
@media (max-width: 1250px) {
    .image-slider__content {
        padding: 80px 100px;
    }
}
@media (max-width: 1100px) {
    .image-slider__nav {
        width: 65px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 70px;
    }
    .image-slider__content {
        padding: 75px;
    }
}
@media (max-width: 1000px) {
    .image-slider {
        padding: 0 4px;
    }
    .image-slider_slick {
        padding: 0;
    }
    .image-slider_border_y,
    .image-slider_border_top {
        padding-top: 8px;
    }
    .image-slider_border_y,
    .image-slider_border_bottom {
        padding-bottom: 8px;
    }
    .image-slider__nav {
        width: 60px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_top {
        top: 8px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_bottom {
        bottom: 8px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 64px;
    }
    .image-slider__item {
        padding: 0 4px;
    }
    .image-slider__content {
        padding: 70px 65px;
    }
}
@media (max-width: 850px) {
    .image-slider {
        padding: 0 3px;
    }
    .image-slider_slick {
        padding: 0;
    }
    .image-slider_border_y,
    .image-slider_border_top {
        padding-top: 6px;
    }
    .image-slider_border_y,
    .image-slider_border_bottom {
        padding-bottom: 6px;
    }
    .image-slider__nav {
        width: 50px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_top {
        top: 6px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_bottom {
        bottom: 6px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 53px;
    }
    .image-slider__item {
        padding: 0 3px;
    }
    .image-slider__content {
        padding: 55px 50px;
    }
    .image-slider__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 750px) {
    .image-slider__nav {
        width: 35px;
    }
    .image-slider__nav-box_prev {
        right: -3px;
        left: auto;
        transform: translate(50%, -50%);
    }
    .image-slider__nav-box_next {
        left: -3px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 38px;
    }
}
@media (max-width: 650px) {
    .image-slider__nav {
        width: 25px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 28px;
    }
}
@media (max-width: 550px) {
    .image-slider {
        padding: 0 2px;
    }
    .image-slider_slick {
        padding: 0;
    }
    .image-slider_border_y,
    .image-slider_border_top {
        padding-top: 4px;
    }
    .image-slider_border_y,
    .image-slider_border_bottom {
        padding-bottom: 4px;
    }
    .image-slider__nav {
        width: 20px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_top {
        top: 4px;
    }
    .image-slider__nav_border_y,
    .image-slider__nav_border_bottom {
        bottom: 4px;
    }
    .image-slider__nav-arrow {
        width: 7px;
        height: 12px;
    }
    .image-slider__nav-box_prev {
        right: -2px;
    }
    .image-slider__nav-box_next {
        left: -2px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 22px;
    }
    .image-slider__item {
        padding: 0 2px;
    }
    .image-slider__content {
        padding: 50px 40px;
    }
}
@media (max-width: 450px) {
    .image-slider__nav {
        width: 15px;
    }
    .image-slider__slider_slick:not(.slick-slider) {
        padding: 0 17px;
    }
    .image-slider__content {
        padding: 45px 35px;
    }
    .image-slider__text {
        margin-top: 8px;
    }
}
@media (max-width: 400px) {
    .image-slider__content {
        padding: 40px 25px;
    }
}

/*--------------------------------------------------------------
## Text with Image
--------------------------------------------------------------*/
.text-image {
    display: flex;
}
.text-image__item {
    flex: 0 0 auto;
    width: 50%;
}
.text-image__block {
    height: 100%;
}
.text-image__block_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-image__block_center {
    text-align: center;
}
.text-image__block_right {
    text-align: right;
}
.text-image__content {
    width: 100%;
    max-width: 800px;
    padding: 85px 100px;
    margin-left: auto;
}
.text-image__content_left {
    margin-right: auto;
    margin-left: 0;
}
.text-image__content_y_xs {
    padding-top: 25px;
    padding-bottom: 25px;
}
.text-image__content_y_sm {
    padding-top: 55px;
    padding-bottom: 55px;
}
.text-image__content_y_lg {
    padding-top: 115px;
    padding-bottom: 115px;
}
.text-image__content_y_xl {
    padding-top: 145px;
    padding-bottom: 145px;
}
.text-image__content_y_hg {
    padding-top: 175px;
    padding-bottom: 175px;
}
.text-image__content_y_none {
    padding-top: 0;
    padding-bottom: 0;
}
.text-image__content_boxed {
    max-width: none;
    padding: 70px 75px;
}
.text-image__graphic {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.text-image__graphic:last-child {
    margin-bottom: 0;
}
.text-image__text {
    margin-top: 15px;
}
.text-image__text:first-child {
    margin-top: 0;
}
.text-image__buttons {
    margin-top: 25px;
}
.text-image__buttons:first-child {
    margin-top: 0;
}
.text-image__image {
    height: 100%;
    padding-top: 85%;
}
.text-image__image_sm {
    padding-top: 65%;
}
.text-image__image_lg {
    padding-top: 100%;
}

@media (max-width: 1250px) {
    .text-image__content {
        padding: 80px 90px;
    }
    .text-image__content_y_xs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .text-image__content_y_sm {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .text-image__content_y_lg {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .text-image__content_y_xl {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .text-image__content_y_hg {
        padding-top: 165px;
        padding-bottom: 165px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 65px 60px;
    }
}
@media (max-width: 1100px) {
    .text-image__content {
        padding: 75px;
    }
    .text-image__content_y_xs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .text-image__content_y_sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text-image__content_y_lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-image__content_y_xl {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .text-image__content_y_hg {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 60px 55px;
    }
}
@media (max-width: 1000px) {
    .text-image {
        display: block;
    }
    .text-image__item {
        width: 100%;
    }
    .text-image__item_boxed {
        max-width: 600px;
        margin: 0 auto;
    }
    .text-image__block {
        height: auto;
    }
    .text-image__content {
        padding: 70px 65px;
        margin: 0 auto;
    }
    .text-image__content_y_xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-image__content_y_sm {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .text-image__content_y_lg {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .text-image__content_y_xl {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .text-image__content_y_hg {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 55px;
    }
}
@media (max-width: 850px) {
    .text-image__content {
        padding: 55px 50px;
    }
    .text-image__content_y_xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-image__content_y_sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text-image__content_y_lg {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .text-image__content_y_xl {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .text-image__content_y_hg {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 50px;
    }
    .text-image__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 750px) {
    .text-image__content_boxed {
        padding: 50px 45px;
    }
}
@media (max-width: 550px) {
    .text-image__content {
        padding: 50px 40px;
    }
    .text-image__content_y_xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-image__content_y_sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text-image__content_y_lg {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .text-image__content_y_xl {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image__content_y_hg {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 45px 35px;
    }
}
@media (max-width: 450px) {
    .text-image__content {
        padding: 45px 35px;
    }
    .text-image__content_y_xs {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .text-image__content_y_sm {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .text-image__content_y_lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-image__content_y_xl {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .text-image__content_y_hg {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 40px 30px;
    }
    .text-image__graphic {
        margin-bottom: 20px;
    }
    .text-image__text {
        margin-top: 8px;
    }
}
@media (max-width: 400px) {
    .text-image__content {
        padding: 40px 25px;
    }
    .text-image__content_y_xs {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .text-image__content_y_sm {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .text-image__content_y_lg {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .text-image__content_y_xl {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .text-image__content_y_hg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-image__content_y_none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-image__content_boxed {
        padding: 35px 25px;
    }
}

/*--------------------------------------------------------------
## Call to Action
--------------------------------------------------------------*/
.cta {
    text-align: center;
}
.cta_left {
    text-align: left;
}
.cta_right {
    text-align: right;
}
.cta__graphic {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 35px;
}
.cta__graphic_sm {
    max-width: 450px;
}
.cta__graphic_lg {
    max-width: none;
}
.cta__graphic_left {
    margin-left: 0;
}
.cta__graphic_right {
    margin-right: 0;
}
.cta__graphic:last-child {
    margin-bottom: 0;
}
.cta__text {
    max-width: 800px;
    margin: 15px auto 0;
}
.cta__text_left {
    margin-left: 0;
}
.cta__text_right {
    margin-right: 0;
}
.cta__text:first-child {
    margin-top: 0;
}
.cta__buttons {
    margin-top: 25px;
}
.cta__buttons:first-child {
    margin-top: 0;
}

@media (max-width: 1250px) {
    .cta__graphic {
        max-width: 700px;
    }
    .cta__graphic_sm {
        max-width: 425px;
    }
    .cta__graphic_lg {
        max-width: none;
    }
}
@media (max-width: 1100px) {
    .cta__graphic_sm {
        max-width: 400px;
    }
}
@media (max-width: 1000px) {
    .cta__graphic {
        max-width: 650px;
        margin-bottom: 30px;
    }
    .cta__graphic_sm {
        max-width: 375px;
    }
    .cta__graphic_lg {
        max-width: none;
    }
}
@media (max-width: 850px) {
    .cta__graphic {
        max-width: 600px;
        margin-bottom: 25px;
    }
    .cta__graphic_sm {
        max-width: 350px;
    }
    .cta__graphic_lg {
        max-width: none;
    }
    .cta__text {
        margin-top: 10px;
    }
    .cta__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .cta__graphic_sm {
        max-width: 325px;
    }
}
@media (max-width: 550px) {
    .cta__graphic_sm {
        max-width: 300px;
    }
}
@media (max-width: 450px) {
    .cta__graphic {
        margin-bottom: 20px;
    }
    .cta__text {
        margin-top: 8px;
    }
    .cta__buttons {
        margin-top: 15px;
    }
}

/*--------------------------------------------------------------
## Logos
--------------------------------------------------------------*/
.logos {
    text-align: center;
}
.logos_left {
    text-align: left;
}
.logos_right {
    text-align: right;
}
.logos__title {
    margin-bottom: 35px;
}
.logos__title:last-child {
    margin-bottom: 0;
}
.logos__text {
    max-width: 800px;
    margin: 0 auto;
}
.logos__text_left {
    margin-left: 0;
}
.logos__text_right {
    margin-right: 0;
}
.logos__logos {
    margin-top: 45px;
}
.logos__logos:first-child {
    margin-top: 0;
}
.logos__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -12px -18px;
}
.logos__grid_left {
    justify-content: flex-start;
}
.logos__grid_right {
    justify-content: flex-end;
}
.logos__grid_sm {
    margin: -10px -15px;
}
.logos__grid_lg,
.logos__grid_xl {
    margin: -15px -25px;
}
.logos__item {
    padding: 12px 18px;
}
.logos__item_sm {
    padding: 10px 15px;
}
.logos__item_lg,
.logos__item_xl {
    padding: 15px 25px;
}
.logos__link {
    display: block;
    text-decoration: none;
}
.logos__logo {
    display: block;
    width: auto;
    height: 80px;
}
.logos__logo_sm {
    height: 60px;
}
.logos__logo_lg {
    height: 100px;
}
.logos__logo_xl {
    height: 150px;
}
.logos__buttons {
    margin-top: 50px;
}

@media (max-width: 1000px) {
    .logos__title {
        margin-bottom: 30px;
    }
    .logos__logo {
        height: 75px;
    }
    .logos__logo_sm {
        height: 55px;
    }
    .logos__logo_lg {
        height: 95px;
    }
    .logos__logo_xl {
        height: 140px;
    }
}
@media (max-width: 850px) {
    .logos__title {
        margin-bottom: 25px;
    }
    .logos__logos {
        margin-top: 40px;
    }
    .logos__logo {
        height: 70px;
    }
    .logos__logo_sm {
        height: 50px;
    }
    .logos__logo_lg {
        height: 85px;
    }
    .logos__logo_xl {
        height: 130px;
    }
    .logos__buttons {
        margin-top: 45px;
    }
}
@media (max-width: 750px) {
    .logos__grid {
        margin: -10px -15px;
    }
    .logos__grid_sm {
        margin: -8px -12px;
    }
    .logos__grid_lg,
    .logos__grid_xl {
        margin: -12px -18px;
    }
    .logos__item {
        padding: 10px 15px;
    }
    .logos__item_sm {
        padding: 8px 12px;
    }
    .logos__item_lg,
    .logos__item_xl {
        padding: 12px 18px;
    }
    .logos__logo {
        height: 65px;
    }
    .logos__logo_sm {
        height: 50px;
    }
    .logos__logo_lg {
        height: 80px;
    }
    .logos__logo_xl {
        height: 120px;
    }
}
@media (max-width: 550px) {
    .logos__title {
        margin-bottom: 20px;
    }
    .logos__logo {
        height: 60px;
    }
    .logos__logo_sm {
        height: 45px;
    }
    .logos__logo_lg {
        height: 75px;
    }
    .logos__logo_xl {
        height: 100px;
    }
}
@media (max-width: 450px) {
    .logos__logos {
        margin-top: 35px;
    }
    .logos__grid {
        margin: -8px -12px;
    }
    .logos__grid_sm {
        margin: -6px -10px;
    }
    .logos__grid_lg,
    .logos__grid_xl {
        margin: -10px -15px;
    }
    .logos__item {
        padding: 8px 12px;
    }
    .logos__item_sm {
        padding: 6px 10px;
    }
    .logos__item_lg,
    .logos__item_xl {
        padding: 10px 15px;
    }
    .logos__title {
        margin-bottom: 15px;
    }
    .logos__logo {
        height: 55px;
    }
    .logos__logo_sm {
        height: 40px;
    }
    .logos__logo_lg {
        height: 70px;
    }
    .logos__logo_xl {
        height: 90px;
    }
    .logos__buttons {
        margin-top: 40px;
    }
}
@media (max-width: 400px) {
    .logos__logos {
        margin-top: 30px;
    }
    .logos__logo {
        height: 50px;
    }
    .logos__logo_sm {
        height: 40px;
    }
    .logos__logo_lg {
        height: 65px;
    }
    .logos__logo_xl {
        height: 75px;
    }
    .logos__buttons {
        margin-top: 35px;
    }
}

/*--------------------------------------------------------------
## Info Columns
--------------------------------------------------------------*/
.info-cols__title {
    margin: 0 auto 60px;
}
.info-cols__title_w_sm {
    max-width: 900px;
}
.info-cols__title:last-child {
    margin-bottom: 0;
}
.info-cols__columns_1 {
    max-width: 900px;
    margin: 0 auto;
}
.info-cols__columns_2 {
    column-count: 2;
    column-gap: 100px;
}
.info-cols__columns_center {
    text-align: center;
}
.info-cols__columns_right {
    text-align: right;
}
.info-cols__item {
    margin-bottom: 50px;
    break-inside: avoid;
}
.info-cols__item:last-child {
    margin-bottom: 0;
}
.info-cols__text {
    margin-top: 15px;
}
.info-cols__text:first-child {
    margin-top: 0;
}
.info-cols__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.info-cols__list_center {
    align-items: center;
}
.info-cols__list_right {
    align-items: flex-end;
}
.info-cols__list:first-child {
    margin-top: 0;
}
.info-cols__list-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 2em;
}
.info-cols__list-item:last-child {
    margin-bottom: 0;
}
.info-cols__list-bullet {
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 1em;
    height: 1em;
}
.info-cols__buttons {
    margin-top: 25px;
}
.info-cols__buttons:first-child {
    margin-top: 0;
}

@media (max-width: 1250px) {
    .info-cols__columns_2 {
        column-gap: 85px;
    }
}
@media (max-width: 1100px) {
    .info-cols__title {
        margin-bottom: 50px;
    }
    .info-cols__columns_2 {
        column-gap: 65px;
    }
    .info-cols__item {
        margin-bottom: 40px;
    }
    .info-cols__text {
        margin-top: 10px;
    }
    .info-cols__list {
        margin-top: 15px;
    }
    .info-cols__list-item {
        margin-bottom: 8px;
    }
    .info-cols__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 1000px) {
    .info-cols__title {
        margin-bottom: 45px;
    }
    .info-cols__columns_2 {
        column-gap: 55px;
    }
}
@media (max-width: 850px) {
    .info-cols__title {
        margin-bottom: 35px;
    }
    .info-cols__columns_2 {
        column-gap: 40px;
    }
    .info-cols__item {
        margin-bottom: 30px;
    }
    .info-cols__text {
        margin-top: 8px;
    }
    .info-cols__list {
        margin-top: 10px;
    }
    .info-cols__list-item {
        margin-bottom: 5px;
    }
    .info-cols__buttons {
        margin-top: 15px;
    }
}
@media (max-width: 750px) {
    .info-cols__columns_2 {
        column-count: 1;
    }
    .info-cols__item {
        margin-bottom: 35px;
    }
}
@media (max-width: 550px) {
    .info-cols__title {
        margin-bottom: 30px;
    }
    .info-cols__item {
        margin-bottom: 30px;
    }
}
@media (max-width: 450px) {
    .info-cols__title {
        margin-bottom: 25px;
    }
    .info-cols__item {
        margin-bottom: 25px;
    }
    .info-cols__text {
        margin-top: 5px;
    }
    .info-cols__list {
        margin-top: 8px;
    }
    .info-cols__list-item {
        margin-bottom: 3px;
    }
    .info-cols__buttons {
        margin-top: 12px;
    }
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonials {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.testimonials_left {
    text-align: left;
}
.testimonials_right {
    text-align: right;
}
.testimonials_slick {
    max-width: 1100px;
    padding: 0 65px;
}
.testimonials__nav {
    position: absolute;
    z-index: 100;
    top: 50%;
    padding: 7px;
    border: 0;
    border-radius: 0;
    transform: translateY(-50%);
    transition: 0.4s;
}
.testimonials__nav_prev {
    left: 0;
}
.testimonials__nav_next {
    right: 0;
}
.testimonials__nav-arrow {
    display: block;
    width: 9px;
    height: 14px;
    margin: 0 2px 0 3px;
}
.testimonials__nav-arrow_reverse {
    transform: scaleX(-1);
    margin: 0 3px 0 2px;
}
.testimonials__slider .slick-track {
    display: flex;
    align-items: center;
}
.testimonials__slider .slick-slide {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}
.testimonials__item_slick {
    padding: 0 35px;
}
.testimonials__item:not(:first-child):not(.slick-slide) {
    display: none; /* hide all but first slide until slick is initialized to minimize layout shift */
}
.testimonials__icon {
    opacity: 0.4;
    display: block;
    width: 75px;
    height: 60px;
    margin: 0 auto 40px;
}
.testimonials__icon:last-child {
    margin-bottom: 0;
}
.testimonials__text {
    margin-bottom: 25px;
}
.testimonials__text:last-child {
    margin-bottom: 0;
}
.testimonials_alt-fonts .testimonials__text {
    font-family: "Caveat", cursive;
    font-weight: 500;
    font-size: 2.1em;
    line-height: 1.4;
}
.testimonials__name {
    margin-bottom: 3px;
}
.testimonials__name:last-child {
    margin-bottom: 0;
}
.testimonials_alt-fonts .testimonials__name {
    font-family: "Inria Serif", serif;
    font-size: 1.5em;
}
.testimonials_alt-fonts .testimonials__details {
    font-size: 1.25em;
}

@media (max-width: 1100px) {
    .testimonials_slick {
        padding: 0 55px;
    }
    .testimonials__item_slick {
        padding: 0 25px;
    }
}
@media (max-width: 850px) {
    .testimonials_slick {
        padding: 0 35px;
    }
    .testimonials__nav_prev {
        left: -14px;
    }
    .testimonials__nav_next {
        right: -14px;
    }
    .testimonials__item_slick {
        padding: 0 20px;
    }
    .testimonials__icon {
        width: 65px;
        height: 52px;
        margin-bottom: 30px;
    }
    .testimonials__text {
        margin-bottom: 20px;
    }
}
@media (max-width: 750px) {
    .testimonials_slick {
        padding: 0 25px;
    }
    .testimonials__item_slick {
        padding: 0 15px;
    }
}
@media (max-width: 550px) {
    .testimonials_slick {
        padding: 0 20px;
    }
    .testimonials__nav_prev {
        left: -20px;
    }
    .testimonials__nav_next {
        right: -20px;
    }
    .testimonials__nav-arrow {
        width: 7px;
        height: 12px;
    }
    .testimonials__icon {
        width: 55px;
        height: 44px;
        margin-bottom: 25px;
    }
    .testimonials__text {
        margin-bottom: 15px;
    }
}
@media (max-width: 450px) {
    .testimonials_slick {
        padding: 0 0 50px;
    }
    .testimonials__nav {
        top: auto;
        bottom: 0;
        transform: none;
    }
    .testimonials__nav_prev {
        left: 0;
    }
    .testimonials__nav_next {
        right: 0;
    }
    .testimonials__item_slick {
        padding: 0 15px;
    }
}
@media (max-width: 400px) {
    .testimonials__item_slick {
        padding: 0 10px;
    }
    .testimonials__icon {
        width: 50px;
        height: 40px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
## Tile Grid
--------------------------------------------------------------*/
.tile-grid__title {
    margin-bottom: 35px;
}
.tile-grid__title_wide {
    margin-left: -65px;
    margin-right: -65px;
}
.tile-grid__title:last-child {
    margin-bottom: 0;
}
.tile-grid__wrap_wide {
    margin: 0 -65px;
}
.tile-grid__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}
.tile-grid__grid_center {
    justify-content: center;
}
.tile-grid__grid_right {
    justify-content: flex-end;
}
.tile-grid__item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 6px;
}
.tile-grid__item_hidden {
    display: none;
}
.tile-grid__item_4 {
    width: 25%;
}
.tile-grid__item_2 {
    width: 50%;
}
.tile-grid__item_full {
    width: 100%;
}
.tile-grid__box {
    display: none;
}
.tile-grid__none {
    padding: 50px 0;
}
.tile-grid__more {
    padding-top: 30px;
}
.tile-grid__cta {
    margin: 25px 0 0 40%;
    text-align: right;
}
.tile-grid__cta_left {
    text-align: left;
    margin-right: 40%;
    margin-left: 0;
}
.tile-grid__cta_center {
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
}
.tile-grid__cta_wide {
    margin-right: -65px;
}
.tile-grid__cta_wide.tile-grid__cta_left {
    margin-right: 40%;
    margin-left: -65px;
}
.tile-grid__cta_wide.tile-grid__cta_center {
    margin-right: 20%;
    margin-left: 20%;
}
.tile-grid__cta:first-child {
    margin-top: 0;
}
.tile-grid__buttons {
    margin-top: 45px;
}
.tile-grid__buttons:first-child {
    margin-top: 0;
}

@media (max-width: 1300px) {
    .tile-grid__title_wide {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .tile-grid__title_no-max-w {
        max-width: none;
    }
    .tile-grid__wrap_wide {
        max-width: 800px;
        margin: 0 auto;
    }
    .tile-grid__wrap_no-max-w {
        max-width: none;
    }
    .tile-grid__item_4 {
        width: 50%;
    }
    .tile-grid__cta_wide {
        max-width: 800px;
    }
    .tile-grid__cta_no-max-w {
        max-width: none;
    }
    .tile-grid__cta_wide,
    .tile-grid__cta_wide.tile-grid__cta_left,
    .tile-grid__cta_wide.tile-grid__cta_center {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1200px) {
    .tile-grid__title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .tile-grid__title_no-max-w {
        max-width: none;
    }
    .tile-grid__wrap {
        max-width: 800px;
        margin: 0 auto;
    }
    .tile-grid__wrap_no-max-w {
        max-width: none;
    }
    .tile-grid__item {
        width: 50%;
    }
    .tile-grid__item_full {
        width: 100%;
    }
    .tile-grid__cta {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
    .tile-grid__cta_no-max-w {
        max-width: none;
    }
}
@media (max-width: 1100px) {
    .tile-grid__none {
        padding: 45px 0;
    }
}
@media (max-width: 1000px) {
    .tile-grid__title {
        margin-bottom: 30px;
    }
    .tile-grid__none {
        padding: 40px 0;
    }
    .tile-grid__buttons {
        margin-top: 40px;
    }
}
@media (max-width: 850px) {
    .tile-grid__title {
        margin-bottom: 25px;
    }
    .tile-grid__grid {
        margin: -5px;
    }
    .tile-grid__item {
        padding: 5px;
    }
    .tile-grid__none {
        padding: 35px 0;
    }
    .tile-grid__more {
        padding-top: 25px;
    }
    .tile-grid__cta {
        margin-top: 20px;
    }
    .tile-grid__buttons {
        margin-top: 35px;
    }
}
@media (max-width: 650px) {
    .tile-grid__title {
        max-width: 350px;
    }
    .tile-grid__title_no-max-w {
        max-width: none;
    }
    .tile-grid__wrap {
        max-width: 350px;
    }
    .tile-grid__wrap_no-max-w {
        max-width: none;
    }
    .tile-grid__item {
        width: 100%;
    }
    .tile-grid__cta {
        max-width: 350px;
    }
    .tile-grid__cta_no-max-w {
        max-width: none;
    }
}
@media (max-width: 550px) {
    .tile-grid__title {
        margin-bottom: 20px;
    }
    .tile-grid__grid {
        margin: -4px;
    }
    .tile-grid__item {
        padding: 4px;
    }
    .tile-grid__more {
        padding-top: 22px;
    }
    .tile-grid__cta {
        margin-top: 15px;
    }
    .tile-grid__buttons {
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .tile-grid__title {
        margin-bottom: 15px;
    }
    .tile-grid__none {
        padding: 30px 0;
    }
    .tile-grid__more {
        padding-top: 17px;
    }
    .tile-grid__buttons {
        margin-top: 25px;
    }
}
@media (max-width: 400px) {
    .tile-grid__none {
        padding: 20px 0;
    }
}

/*--------------------------------------------------------------
## Text Tile
--------------------------------------------------------------*/
.text-tile  {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    text-decoration: none;
    transition: 0.4s;
}
.text-tile_action:hover,
.text-tile_action:focus,
.text-tile_action:active {
    transform: translateY(-5px);
}
.text-tile__tile {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: left;
}
.text-tile__tile_center {
    text-align: center;
}
.text-tile__tile_right {
    text-align: right;
}
.text-tile__image {
    flex: 0 0 auto;
    display: block;
    width: 100%;
}
.text-tile__main {
    flex-grow: 1;
}
.text-tile__content {
    padding: 30px 35px;
}
.text-tile__content_y_xs,
.text-tile__content_top_xs {
    padding-top: 10px;
}
.text-tile__content_y_xs,
.text-tile__content_bottom_xs {
    padding-bottom: 10px;
}
.text-tile__content_y_sm,
.text-tile__content_top_sm {
    padding-top: 20px;
}
.text-tile__content_y_sm,
.text-tile__content_bottom_sm {
    padding-bottom: 20px;
}
.text-tile__content_top_none {
    padding-top: 0;
}
.text-tile__content_bottom_none {
    padding-bottom: 0;
}
.text-tile__text {
    margin-top: 5px;
}
.text-tile__text:first-child {
    margin-top: 0;
}

@media (max-width: 850px) {
    .text-tile_action:hover,
    .text-tile_action:focus,
    .text-tile_action:active {
        transform: translateY(-4px);
    }
    .text-tile__content {
        padding: 25px 30px;
    }
    .text-tile__content_y_xs,
    .text-tile__content_top_xs {
        padding-top: 8px;
    }
    .text-tile__content_y_xs,
    .text-tile__content_bottom_xs {
        padding-bottom: 8px;
    }
    .text-tile__content_y_sm,
    .text-tile__content_top_sm {
        padding-top: 18px;
    }
    .text-tile__content_y_sm,
    .text-tile__content_bottom_sm {
        padding-bottom: 18px;
    }
    .text-tile__content_top_none {
        padding-top: 0;
    }
    .text-tile__content_bottom_none {
        padding-bottom: 0;
    }
}
@media (max-width: 550px) {
    .text-tile_action:hover,
    .text-tile_action:focus,
    .text-tile_action:active {
        transform: translateY(-3px);
    }
}
@media (max-width: 350px) {
    .text-tile__content {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/*--------------------------------------------------------------
## Image Tile
--------------------------------------------------------------*/
.image-tile  {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    text-decoration: none;
    transition: 0.4s;
}
.image-tile_action:hover,
.image-tile_action:focus,
.image-tile_action:active {
    transform: translateY(-5px);
}
.image-tile__tile {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: left;
}
.image-tile__tile_center {
    text-align: center;
}
.image-tile__tile_right {
    text-align: right;
}
.image-tile__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 175px 35px 155px;
}
.image-tile__main:last-child {
    padding-bottom: 175px;
}
.image-tile__subtitle {
    margin-top: 5px;
}
.image-tile__subtitle:first-child {
    margin-top: 0;
}
.image-tile__bottom {
    padding: 0 35px 20px;
}

@media (max-width: 850px) {
    .image-tile_action:hover,
    .image-tile_action:focus,
    .image-tile_action:active {
        transform: translateY(-4px);
    }
    .image-tile__main {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 155px 30px 135px;
    }
    .image-tile__main:last-child {
        padding-bottom: 155px;
    }
    .image-tile__bottom {
        padding: 0 30px 18px;
    }
}
@media (max-width: 550px) {
    .image-tile_action:hover,
    .image-tile_action:focus,
    .image-tile_action:active {
        transform: translateY(-3px);
    }
}
@media (max-width: 350px) {
    .image-tile__main {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 145px 25px 125px;
    }
    .image-tile__main:last-child {
        padding-bottom: 145px;
    }
}

/*--------------------------------------------------------------
## Info Box
--------------------------------------------------------------*/
.info-box {
    display: flex;
}
.info-box_center {
    text-align: center;
}
.info-box_right {
    text-align: right;
}
.info-box__col {
    flex: 1 0 auto;
    width: 50%;
    padding: 65px;
}
.info-box__col_boxed-image {
    padding-right: 50px;
}
.info-box__col_full-image {
    padding: 0;
}
.info-box__col_boxed-image + .info-box__col {
    padding-left: 0;
}
.info-box__boxed-image {
    display: block;
    width: 100%;
}
.info-box__full-image {
    height: 100%;
    padding-top: 80%;
}
.info-box__text {
    margin-top: 15px;
}
.info-box__text:first-child {
    margin-top: 0;
}
.info-box__buttons {
    margin-top: 25px;
}
.info-box__buttons:first-child {
    margin-top: 0;
}

@media (max-width: 1250px) {
    .info-box__col {
        padding: 55px;
    }
    .info-box__col_boxed-image {
        padding-right: 45px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
}
@media (max-width: 1100px) {
    .info-box__col {
        padding: 50px;
    }
    .info-box__col_boxed-image {
        padding-right: 40px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    .info-box__col {
        padding: 45px;
    }
    .info-box__col_boxed-image,
    .info-box__col_full-image {
        padding-right: 35px;
    }
    .info-box__col_full-image + .info-box__col {
        padding-left: 0;
    }
    .info-box__full-image {
        height: auto;
    }
}
@media (max-width: 850px) {
    .info-box {
        display: block;
    }
    .info-box__col {
        width: auto;
        padding: 40px;
    }
    .info-box__col_boxed-image,
    .info-box__col_full-image {
        margin: 0 auto;
        padding-bottom: 35px;
    }
    .info-box__col_boxed-image {
        max-width: 485px;
    }
    .info-box__col_full-image {
        max-width: 600px;
    }
    .info-box__col_boxed-image + .info-box__col,
    .info-box__col_full-image + .info-box__col {
        padding-top: 0;
        padding-left: 40px;
    }
    .info-box__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .info-box__col {
        padding: 35px;
    }
    .info-box__col_boxed-image {
        padding-bottom: 30px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
    .info-box__col_boxed-image + .info-box__col {
        padding-left: 35px;
    }
    .info-box__col_full-image + .info-box__col {
        padding-top: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 550px) {
    .info-box__col {
        padding: 30px;
    }
    .info-box__col_boxed-image {
        padding-bottom: 25px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
    .info-box__col_boxed-image + .info-box__col {
        padding-left: 30px;
    }
    .info-box__col_full-image + .info-box__col {
        padding-top: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 450px) {
    .info-box__col {
        padding: 25px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
    .info-box__col_boxed-image + .info-box__col {
        padding-left: 25px;
    }
    .info-box__col_full-image + .info-box__col {
        padding-top: 25px;
        padding-left: 25px;
    }
    .info-box__text {
        margin-top: 8px;
    }
}
@media (max-width: 350px) {
    .info-box__col {
        padding: 25px 20px;
    }
    .info-box__col_full-image {
        padding: 0;
    }
    .info-box__col_boxed-image + .info-box__col {
        padding-left: 20px;
    }
    .info-box__col_full-image + .info-box__col {
        padding-left: 20px;
    }
}

/*--------------------------------------------------------------
## Post Tile
--------------------------------------------------------------*/
.post-tile  {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: 0.4s;
}
.post-tile:hover,
.post-tile:focus,
.post-tile:active {
    transform: translateY(-5px);
}
.post-tile__tile {
    height: 100%;
}
.post-tile__image {
    padding-top: 75%;
}
.post-tile__main {
    padding: 30px 35px;
}
.post-tile__text {
    margin-top: 10px;
}

@media (max-width: 850px) {
    .post-tile:hover,
    .post-tile:focus,
    .post-tile:active {
        transform: translateY(-4px);
    }
    .post-tile__main {
        padding: 25px 30px;
    }
}
@media (max-width: 550px) {
    .post-tile:hover,
    .post-tile:focus,
    .post-tile:active {
        transform: translateY(-3px);
    }
    .post-tile__text {
        margin-top: 8px;
    }
}
@media (max-width: 350px) {
    .post-tile__main {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/*--------------------------------------------------------------
## Event Tile
--------------------------------------------------------------*/
.event-tile  {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: 0.4s;
}
.event-tile:hover,
.event-tile:focus,
.event-tile:active {
    transform: translateY(-5px);
}
.event-tile__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.event-tile__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.event-tile__overlay {
    opacity: 0.98;
    background-image: linear-gradient(to bottom, transparent, currentColor);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.event-tile__main {
    position: relative;
    padding: 30px 35px;
}
.event-tile__main_image {
    padding-top: 68%;
}
.event-tile__date-part {
    display: inline-block;
}
.event-tile__title {
    margin: 5px 0 15px;
}
.event-tile__title:last-child {
    margin-bottom: 0;
}

@media (max-width: 850px) {
    .event-tile:hover,
    .event-tile:focus,
    .event-tile:active {
        transform: translateY(-4px);
    }
    .event-tile__main {
        padding: 25px 30px;
    }
    .event-tile__main_image {
        padding-top: 68%;
    }
}
@media (max-width: 550px) {
    .event-tile:hover,
    .event-tile:focus,
    .event-tile:active {
        transform: translateY(-3px);
    }
    .event-tile__title {
        margin-bottom: 10px;
    }
}
@media (max-width: 350px) {
    .event-tile__main {
        padding-right: 25px;
        padding-left: 25px;
    }
    .event-tile__main_image {
        padding-top: 68%;
    }
}

/*--------------------------------------------------------------
## Event Info
--------------------------------------------------------------*/
.event-info {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -10px;
}
.event-info__item {
    padding: 4px 10px;
}
.event-info__line {
    position: relative;
    padding-left: 1.7em;
}
.event-info__icon {
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
}

@media (max-width: 550px) {
    .event-info {
        margin: -3px -8px;
    }
    .event-info__item {
        padding: 3px 8px;
    }
}

/*--------------------------------------------------------------
## Basic Form
--------------------------------------------------------------*/
.basic-form {
    max-width: 750px;
    margin: 0 auto;
}
.basic-form_center {
    text-align: center;
}
.basic-form_right {
    text-align: right;
}
.basic-form__text {
    margin-top: 15px;
}
.basic-form__text:first-child {
    margin-top: 0;
}
.basic-form__form {
    margin-top: 50px;
}
.basic-form__form:first-child {
    margin-top: 0;
}

@media (max-width: 450px) {
    .basic-form__text {
        margin-top: 8px;
    }
}
@media (max-width: 1000px) {
    .basic-form__form {
        margin-top: 45px;
    }
}
@media (max-width: 850px) {
    .basic-form__form {
        margin-top: 40px;
    }
}
@media (max-width: 450px) {
    .basic-form__form {
        margin-top: 35px;
    }
}
@media (max-width: 400px) {
    .basic-form__form {
        margin-top: 25px;
    }
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info__text {
    max-width: 800px;
    margin: 15px auto 0;
}
.contact-info__text_left {
    margin-left: 0;
}
.contact-info__text_center {
    text-align: center;
}
.contact-info__text_right {
    margin-right: 0;
    text-align: right;
}
.contact-info__text:first-child {
    margin-top: 0;
}
.contact-info__columns {
    display: flex;
    justify-content: center;
    margin: 55px -40px 0;
}
.contact-info__columns:first-child {
    margin-top: 0;
}
.contact-info__col {
    flex: 1 1 auto;
    width: 50%;
    max-width: 750px;
    padding: 0 40px;
}
.contact-info__col_w_full {
    max-width: none;
}
.contact-info__subtitle {
    margin-bottom: 30px;
}
.contact-info__subtitle:last-child {
    margin-bottom: 0;
}
.contact-info__boxes {
    margin: -8px;
}
.contact-info__boxes_full {
    display: flex;
}
.contact-info__box {
    padding: 8px;
}
.contact-info__boxes_full .contact-info__box {
    flex: 1 0 auto;
    width: 50%;
}
.contact-info__map {
    height: 100%;
    padding-top: 80%;
}
.contact-info__info {
    height: 100%;
    padding: 40px 30px;
}
.contact-info__info-section {
    position: relative;
    margin-bottom: 25px;
    padding-left: 2.4em;
}
.contact-info__info-section:last-child {
    margin-bottom: 0;
}
.contact-info__info-icon {
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
}
.contact-info__info-row {
    margin-bottom: 6px;
}
.contact-info__info-row:last-child {
    margin-bottom: 0;
}
.contact-info__info-label {
    display: inline-block;
}
.contact-info__info-label_social {
    margin-right: 10px;
}
.contact-info__info-label_social:last-child {
    margin-right: 0;
}
.contact-info__info-detail {
    display: inline-block;
    text-decoration: none;
}
.contact-info__info-social {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1400px) {
    .contact-info__columns {
        margin-right: -30px;
        margin-left: -30px;
    }
    .contact-info__col {
        padding: 0 30px;
    }
}
@media (max-width: 1250px) {
    .contact-info__columns {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .contact-info__col {
        width: auto;
        max-width: 750px;
        margin: 0 auto 55px;
        padding: 0;
    }
    .contact-info__col:last-child {
        margin-bottom: 0;
    }
    .contact-info__boxes {
        margin: 0;
    }
    .contact-info__boxes_full {
        display: block;
    }
    .contact-info__box {
        margin-bottom: 16px;
        padding: 0;
    }
    .contact-info__box:last-child {
        margin-bottom: 0;
    }
    .contact-info__boxes_full .contact-info__box {
        width: auto;
    }
}
@media (max-width: 1100px) {
    .contact-info__columns {
        margin-top: 50px;
    }
    .contact-info__col {
        margin-bottom: 50px;
    }
}
@media (max-width: 1000px) {
    .contact-info__columns {
        margin-top: 45px;
    }
    .contact-info__col {
        margin-bottom: 45px;
    }
}
@media (max-width: 850px) {
    .contact-info__columns {
        margin-top: 40px;
    }
    .contact-info__col {
        margin-bottom: 40px;
    }
    .contact-info__subtitle {
        margin-bottom: 25px;
    }
    .contact-info__box {
        margin-bottom: 12px;
    }
    .contact-info__info-section {
        padding-left: 2.2em;
    }
    .contact-info__info-row {
        margin-bottom: 5px;
    }
}
@media (max-width: 650px) {
    .contact-info__info {
        padding: 35px 30px;
    }
}
@media (max-width: 550px) {
    .contact-info__subtitle {
        margin-bottom: 20px;
    }
    .contact-info__box {
        margin-bottom: 10px;
    }
    .contact-info__info {
        padding: 30px 25px;
    }
    .contact-info__info-section {
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .contact-info__text {
        margin-top: 8px;
    }
    .contact-info__columns {
        margin-top: 35px;
    }
    .contact-info__col {
        margin-bottom: 35px;
    }
    .contact-info__subtitle {
        margin-bottom: 15px;
    }
    .contact-info__box {
        margin-bottom: 8px;
    }
    .contact-info__info {
        padding: 25px 20px;
    }
    .contact-info__info-section {
        margin-bottom: 15px;
    }
}
@media (max-width: 400px) {
    .contact-info__columns {
        margin-top: 25px;
    }
    .contact-info__col {
        margin-bottom: 25px;
    }
}

/*--------------------------------------------------------------
## Google Maps
--------------------------------------------------------------*/
.g-map {
    position: relative;
}
.g-map__canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.g-map__data {
    display: none;
}

/*--------------------------------------------------------------
## Post Intro
--------------------------------------------------------------*/
.post-intro__image {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.post-intro__main {
    display: flex;
    align-items: flex-start;
}
.post-intro__col {
    flex: 1 1 auto;
}
.post-intro__col_side {
    flex: 0 0 auto;
    padding: 15px 0 0 60px;
}

@media (max-width: 1400px) {
    .post-intro__col_side {
        padding-top: 12px;
    }
}
@media (max-width: 1250px) {
    .post-intro__col_side {
        padding-left: 55px;
    }
}
@media (max-width: 1100px) {
    .post-intro__col_side {
        padding: 10px 0 0 50px;
    }
}
@media (max-width: 1000px) {
    .post-intro__col_side {
        padding: 8px 0 0 45px;
    }
}
@media (max-width: 850px) {
    .post-intro__image {
        margin-bottom: 25px;
    }
    .post-intro__col_side {
        padding-left: 40px;
    }
}
@media (max-width: 750px) {
    .post-intro__col_side {
        display: none;
    }
}
@media (max-width: 550px) {
    .post-intro__image {
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .post-intro__image {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
## Event Intro
--------------------------------------------------------------*/
.event-intro {
    display: flex;
    justify-content: center;
}
.event-intro__item {
    flex: 0 0 auto;
    width: 50%;
}
.event-intro__item:only-child {
    width: 100%;
    max-width: 900px;
}
.event-intro__block {
    height: 100%;
}
.event-intro__block_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event-intro__image {
    height: 100%;
    padding-top: 90%;
}
.event-intro__content {
    padding: 55px 60px;
}
.event-intro__date {
    margin-top: 8px;
}
.event-intro__date-part {
    display: inline-block;
}
.event-intro__text {
    margin-top: 25px;
}
.event-intro__info {
    margin-top: 35px;
}
.event-intro__info-cols {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
}
.event-intro__info-item {
    padding: 5px 15px;
}
.event-intro__info-group {
    position: relative;
    padding-left: 1.7em;
}
.event-intro__info-icon {
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
}
.event-intro__info-link {
    text-decoration: none;
}
.event-intro__info-line {
    display: block;
}
.event-intro__info-part {
    display: inline-block;
}
.event-intro__buttons {
    margin-top: 35px;
}

@media (max-width: 1250px) {
    .event-intro__content {
        padding: 45px 50px;
    }
}
@media (max-width: 1100px) {
    .event-intro {
        display: block;
    }
    .event-intro__item {
        width: auto;
        max-width: 800px;
        margin: 0 auto;
    }
    .event-intro__content {
        padding: 50px;
    }
}
@media (max-width: 1000px) {
    .event-intro__content {
        padding: 45px;
    }
    .event-intro__info {
        margin-top: 30px;
    }
    .event-intro__buttons {
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .event-intro__content {
        padding: 40px;
    }
    .event-intro__text {
        margin-top: 20px;
    }
    .event-intro__info {
        margin-top: 25px;
    }
    .event-intro__buttons {
        margin-top: 25px;
    }
}
@media (max-width: 550px) {
    .event-intro__content {
        padding: 40px 30px;
    }
    .event-intro__text {
        margin-top: 15px;
    }
    .event-intro__info {
        margin-top: 20px;
    }
    .event-intro__info-cols {
        margin: -5px -12px;
    }
    .event-intro__info-item {
        padding: 5px 12px;
    }
    .event-intro__buttons {
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
    .event-intro__content {
        padding: 35px 25px;
    }
    .event-intro__date {
        margin-top: 5px;
    }
    .event-intro__text {
        margin-top: 10px;
    }
    .event-intro__info {
        margin-top: 15px;
    }
    .event-intro__info-cols {
        margin: -5px -10px;
    }
    .event-intro__info-item {
        padding: 5px 10px;
    }
    .event-intro__buttons {
        margin-top: 15px;
    }
}
@media (max-width: 400px) {
    .event-intro__content {
        padding: 25px;
    }
}

/*--------------------------------------------------------------
## Post Password Form
--------------------------------------------------------------*/
.post-password-form {
    max-width: 750px;
    margin: 0 auto;
}
.post-password-form__text {
    margin-bottom: 25px;
}
.post-password-form__label {
    display: inline-block;
    margin-bottom: 8px;
}
.post-password-form__button {
    margin-top: 12px;
}

@media (max-width: 850px) {
    .post-password-form__label {
        margin-bottom: 5px;
    }
    .post-password-form__button {
        margin-top: 10px;
    }
}
@media (max-width: 550px) {
    .post-password-form__text {
        margin-bottom: 20px;
    }
    .post-password-form__label {
        margin-bottom: 3px;
    }
    .post-password-form__button {
        margin-top: 8px;
    }
}
@media (max-width: 400px) {
    .post-password-form__text {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
## Search Bar
--------------------------------------------------------------*/
.search-bar {
    text-align: left;
    margin: 0 auto;
}
.search-bar_w_md {
    max-width: 900px;
}
.search-bar_w_sm {
    max-width: 600px;
}
.search-bar_w_xs {
    max-width: 400px;
}
.search-bar_center {
    text-align: center;
}
.search-bar_right {
    text-align: right;
}
.search-bar__top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.search-bar__top_bottom_sm {
    margin-bottom: 5px;
}
.search-bar_center .search-bar__top {
    justify-content: center;
}
.search-bar_center .search-bar__right {
    justify-content: flex-end;
}
.search-bar__close-spacer {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.search-bar__main {
    display: flex;
    line-height: 1.4;
}
.search-bar__field {
    background-repeat: no-repeat;
    background-size: 1.4em;
    background-position: 0.8em center;
    text-align: inherit;
}
.search-bar__field,
input.search-bar__field[type="search"] {
    padding: 0.8em 1em 0.8em 2.8em;
    font: inherit;
    line-height: inherit;
}
.search-bar__button {
    flex: 0 0 auto;
    position: relative;
    width: 3em;
    padding: 0;
    font-size: inherit;
    border: 0;
    transition: 0.4s;
}
.search-bar__button-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.45em;
    height: 0.7em;
    fill: currentColor;
    transform: translate(-50%, -50%);
}

@media (max-width: 850px) {
    .search-bar__top {
        margin-bottom: 8px;
    }
    .search-bar__top_bottom_sm {
        margin-bottom: 5px;
    }
}
@media (max-width: 550px) {
    .search-bar__top {
        margin-bottom: 5px;
    }
    .search-bar__top_bottom_sm {
        margin-bottom: 3px;
    }
    .search-bar__close-spacer {
        width: 26px;
        height: 26px;
    }
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
.search-results__top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}
.search-results__top-col_text {
    flex: 1 1 auto;
}
.search-results__top-col_bar {
    flex: 0 0 auto;
    width: 40%;
}
.search-results__title {
    margin-bottom: 5px;
}

@media (max-width: 850px) {
    .search-results__top {
        display: block;
    }
    .search-results__top-col_bar {
        width: auto;
        margin-top: 20px;
    }
}
@media (max-width: 550px) {
    .search-results__top {
        margin-bottom: 20px;
    }
    .search-results__top-col_bar {
        margin-top: 15px;
    }
}
@media (max-width: 400px) {
    .search-results__top {
        margin-bottom: 15px;
    }
    .search-results__top-col_bar {
        margin-top: 10px;
    }
    .search-results__title {
        margin-bottom: 3px;
    }
}

/*--------------------------------------------------------------
## Result Tile
--------------------------------------------------------------*/
.result-tile  {
    display: block;
    text-decoration: none;
    transition: 0.4s;
}
.result-tile:hover,
.result-tile:focus,
.result-tile:active {
    transform: translateX(10px);
}
.result-tile__top {
    padding-top: 15px;
}
.result-tile__type {
    display: inline-block;
    vertical-align: top;
    margin-left: -12px;
    padding: 0.8em 1.2em;
}
.result-tile__type-icon {
    vertical-align: top;
    width: 1.2em;
    height: 1.2em;
    margin: 0.1em 0.3em 0 -0.3em;
}
.result-tile__content {
    max-width: 800px;
    padding: 10px 35px 30px;
}
.result-tile__event-date {
    margin-bottom: 5px;
}
.result-tile__event-part {
    display: inline-block;
}
.result-tile__detail {
    margin-top: 3px;
}
.result-tile__event-info {
    margin-top: 8px;
}
.result-tile__text {
    margin-top: 8px;
}

@media (max-width: 850px) {
    .result-tile:hover,
    .result-tile:focus,
    .result-tile:active {
        transform: translateX(8px);
    }
    .result-tile__top {
        padding-top: 10px;
    }
    .result-tile__type {
        margin-left: -8px;
        padding: 0.6em 1em;
    }
    .result-tile__content {
        padding: 10px 30px 25px;
    }
}
@media (max-width: 550px) {
    .result-tile:hover,
    .result-tile:focus,
    .result-tile:active {
        transform: translateX(5px);
    }
}
@media (max-width: 350px) {
    .result-tile__content {
        padding: 10px 25px 25px;
    }
}


.simple-mobile-menu {
    max-width: 1450px;
    margin: 0 auto;
    padding: 32px 52px 0 52px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
                            
    @media(max-width: 390px) {
        padding: 24px 52px 0 52px;
    }

    nav {
        display: flex;
        flex-direction: column;
        gap: 14px;

        @media(max-width: 390px) {
            gap: 12px;
        }
    }
    .search-bar_center {
        max-width: 100%;
    }

    .search-bar_center .search-bar__top {
        justify-content: flex-start;

        label {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 8px;
        }
    }
    .footer-2__section_social {
        padding-top: 0;
    }
    .social_center {
        justify-content: flex-start;
        gap: 12px;
        margin: 0;
    }
    .social__item {
        padding: 0;
    }
    .social__icon {
        height: 24px;
        width: 24px;
    }
    .search-bar__field, 
    input.search-bar__field[type="search"] {
        text-align: left;
    }
}
.simple-mobile-menu__item {
    a {
        font-size: 18px;
        font-weight: 500;

        @media(max-width: 390px) {
            font-size: 16px;
        }
    }

}