/*
Theme Name: State Bank of Texas
Description: WordPress Theme for State Bank of Texas
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


@charset "UTF-8";
@font-face {
	font-family: "aktiv-grotesk";
	src: url("fonts/AktivGroteskCorp-Medium.woff2") format("woff2"), url("fonts/AktivGroteskCorp-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "aktiv-grotesk";
	src: url("fonts/AktivGroteskCorp-Light.woff2") format("woff2"), url("fonts/AktivGroteskCorp-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon/icomoon.eot?dpcgw5");
	src: url("fonts/icomoon/icomoon.eot?dpcgw5#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?dpcgw5") format("truetype"), url("fonts/icomoon/icomoon.woff?dpcgw5") format("woff"), url("fonts/icomoon/icomoon.svg?dpcgw5#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\eac9";
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.btn,
.jcf-upload-button .jcf-button-content,
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	display: inline-block;
	font-weight: 300;
	letter-spacing: 2.85px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 17px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: var(--btn-y) var(--btn-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.1;
	color: #af2733;
	background-color: transparent;
	border-color: #af2733;
}
.btn:hover,
.jcf-upload-button .jcf-button-content:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
	color: #fff;
	background-color: #af2733;
	border-color: #af2733;
}
.btn.btn-secondary,
.jcf-upload-button .btn-secondary.jcf-button-content,
input.btn-secondary[type=button],
input.btn-secondary[type=reset],
input.btn-secondary[type=submit],
button.btn-secondary[type=submit] {
	color: #fff;
	background-color: #af2733;
	text-transform: none;
	border-radius: 0;
}
.btn.btn-secondary:hover,
.jcf-upload-button .btn-secondary.jcf-button-content:hover,
input.btn-secondary[type=button]:hover,
input.btn-secondary[type=reset]:hover,
input.btn-secondary[type=submit]:hover,
button.btn-secondary[type=submit]:hover {
	background: #fcfafa;
	color: #af2733;
	border-color: #af2733;
}
.btn.btn-white,
.jcf-upload-button .btn-white.jcf-button-content,
input.btn-white[type=button],
input.btn-white[type=reset],
input.btn-white[type=submit],
button.btn-white[type=submit] {
	color: #fff;
}

.w-100 {
	width: 100%;
}

.btn-white {
	color: #fff;
}

form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
	color: var(--base-text-color);
}

label {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: rgba(24, 24, 33, 0.5);
	margin-bottom: 4px;
}
label a {
	text-decoration: underline;
}
label a:hover {
	text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
.input-form,
textarea {
	display: block;
	border: 1px solid transparent;
	text-align: left;
	-webkit-appearance: none;
	outline: none;
	font-size: 12px;
	font-weight: 500;
	max-width: 100%;
	padding: 0 2px;
	height: 25px;
	width: 100%;
	color: #181821;
	border-bottom: 1px solid #181821;
	background: transparent;
	border-radius: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
.input-form::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(24, 24, 33, 0.5);
	opacity: 1;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=file]:-moz-placeholder,
.input-form:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(24, 24, 33, 0.5);
	opacity: 1;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=file]::-moz-placeholder,
.input-form::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(24, 24, 33, 0.5);
	opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
.input-form:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(24, 24, 33, 0.5);
	opacity: 1;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}

textarea {
	resize: none;
	vertical-align: top;
	overflow: hidden;
	height: 124px;
}

/* button, */
input[type=reset] {
	margin-bottom: 13px;
}

input[type=file] {
	max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: var(--input-bg-color);
	border: 1px solid var(--input-border-color);
	margin: 0 0.5em 0 0;
	height: var(--checkbox-size);
	width: var(--checkbox-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--checkbox-size);
	        flex: 0 0 var(--checkbox-size);
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	border: 3px solid white;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.jcf-checkbox input[type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked {
	border-color: var(--form-theme-color);
	background-color: var(--form-theme-color);
}
.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid var(--input-border-color);
	border-radius: 50%;
	margin: 0 0.5em 0 0;
	height: var(--radio-size);
	width: var(--radio-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--radio-size);
	        flex: 0 0 var(--radio-size);
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: var(--form-theme-color);
	border-radius: 100%;
}

.jcf-radio input[type=radio] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: none;
	border-bottom: 1px solid #181821;
	min-width: 0;
	font-size: 12px;
	color: rgba(24, 24, 33, 0.5);
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 30px 0 2px;
}
.jcf-select--selected {
	color: #181821;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-weight: 500;
	min-height: 1.2em;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}
.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 17px;
	height: 7px;
	margin-top: -4px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' viewBox='0 0 17 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.327148 0.775391H16.3271L8.32717 6.8293L0.327148 0.775391Z' fill='%23AF2733'/%3E%3C/svg%3E%0A");
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	background: #fcfafa;
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 6px;
	color: rgba(24, 24, 33, 0.5);
	height: 1%;
}
.jcf-list .jcf-disabled {
	display: none;
	background: #fff !important;
	color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover {
	color: #003b5c;
}

.jcf-select-drop .jcf-selected {
	color: #045f96;
	font-weight: normal;
}

/* file */
.jcf-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	position: relative;
	gap: 30px;
}
.jcf-file:hover .jcf-button-content {
	color: #fff;
	background-color: #af2733;
}

.jcf-file--selected .jcf-fake-input {
	color: #181821 !important;
}

.jcf-upload-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.jcf-upload-button .jcf-button-content {
	width: 100%;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 25px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.jcf-file .jcf-fake-input {
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	font-weight: 500;
	height: 25px;
	padding: 0 2px;
	color: rgba(24, 24, 33, 0.5);
	border-bottom: 1px solid #181821;
	width: 100%;
}

.form-field {
	position: relative;
	margin-bottom: 26px;
}
.form-field:last-child {
	margin-bottom: 0;
}
.form-field-btn {
	text-align: center;
	padding-top: 20px;
}
.form-field-btn .btn,
.form-field-btn input[type=button],
.form-field-btn input[type=reset],
.form-field-btn input[type=submit],
.form-field-btn button[type=submit],
.form-field-btn .jcf-upload-button .jcf-button-content,
.jcf-upload-button .form-field-btn .jcf-button-content {
	width: 100%;
}
.form-field-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 26px;
}
.form-field-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 13px;
	font-weight: 300;
}
.form-field-links a {
	color: #af2733;
}
.form-field-links a:not(:hover) {
	text-decoration: underline;
}

.default-form {
	margin-bottom: 0;
}
.default-form label {
	padding: 0 2px;
}

.full-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	position: relative;
	padding: 80px 0;
}
.full-section .bg-stretch-overlay::before {
	background-image: linear-gradient(55deg, #3d3f42 0%, #b6bec9 100%);
}
.full-section .bg-stretch-overlay::after {
	background: rgba(126, 149, 169, 0.6);
}
.full-section .bg-stretch-overlay img {
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.login-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 35px;
	width: 100%;
}
.login-block-logo {
	margin-bottom: 38px;
}
.login-block-logo img {
	display: block;
}
.login-block-headline {
	color: #1a1a29;
}

.login-form {
	width: 100%;
}
.login-form .form-field-btn {
	margin-bottom: 30px;
}
.login-form .input-form {
	padding-left: 0;
	padding-right: 0;
}
.login-form .input-form-password {
	padding-right: 30px;
}

.btn-show {
	position: absolute;
	top: 50%;
	right: 6px;
	color: #000;
	font-size: 14px;
	padding: 0;
	border: none;
	background: none;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

body {
	font: var(--base-font-size)/var(--base-line-height) "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: var(--base-text-color);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "aktiv-grotesk";
	line-height: 1.2;
	color: var(--h1-h6-color);
}
h1 .link,
.h1 .link,
h2 .link,
.h2 .link,
h3 .link,
.h3 .link,
h4 .link,
.h4 .link,
h5 .link,
.h5 .link,
h6 .link,
.h6 .link,
.h .link {
	text-decoration: underline;
}

h1,
.h1,
.title-lg {
	font-family: "aktiv-grotesk", sans-serif;
	font-size: var(--h1);
	font-weight: 300;
	line-height: 1.225;
	margin: 0 0 1.5em;
}

.subtitle {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 20px;
}
.subtitle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #af2733;
}

.flag-title {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding: 3px 17px;
	letter-spacing: 4.94px;
	color: #fff;
	background: #af2733;
	margin-bottom: 40px;
}
.flag-title.is-border {
	position: relative;
}
.flag-title.is-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -9999px;
	height: 2px;
	background: #af2733;
}

.headline-section {
	margin-bottom: 40px;
}
.headline-section-text {
	font-family: "abril-display", serif;
	color: #af2733;
}

.headline-lg {
	font-size: 28px;
	line-height: 1.11;
	font-weight: 500;
	letter-spacing: 0;
}

.headline-md {
	font-size: var(--h3);
}

.headline-sm {
	font-size: 20px;
}

h2,
.h2 {
	font-size: var(--h2);
	font-weight: 500;
	margin: 0 0 0.5em;
}

.h3,
h3 {
	font-size: var(--h3);
	font-weight: 500;
	margin: 0 0 1.1em;
}

.h4,
h4 {
	font-size: var(--h4);
	font-weight: normal;
	margin: 0 0 0.5em;
}

h5,
.h5 {
	font-size: var(--h5);
	font-weight: 300;
	margin: 0 0 0.8em;
}

h6,
.h6 {
	font-size: var(--h6);
	font-weight: 500;
	margin: 0 0 0.8em;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
p a {
	text-decoration: underline;
}

.title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: -0.3px;
}

.tk-abril-text {
	font-family: "abril-text", serif;
}

.tk-abril-display {
	font-family: "abril-display", serif;
}

.tk-abril-fatface {
	font-family: "abril-fatface", serif;
}

.tk-aktiv-grotesk {
	font-family: "aktiv-grotesk", sans-serif;
}

.tk-aktiv-grotesk-condensed {
	font-family: "aktiv-grotesk-condensed", sans-serif;
}

.tk-aktiv-grotesk-extended {
	font-family: "aktiv-grotesk-extended", sans-serif;
}

.tk-aktiv-grotesk-thin {
	font-family: "aktiv-grotesk-thin", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
a:hover {
	color: #af2733;
}

.link:not(:hover) {
	color: #af2733;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0px;
}
ul li,
ol li {
	list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]) {
	--line-height-li: var(--base-line-height, 1.2);
	margin: 0 0 0.8em 0;
	padding: 0 0 0 10px;
	color: var(--base-text-color);
}
#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li {
	line-height: var(--line-height-li);
	padding-left: 15px;
	position: relative;
}
#sidebar ol:not([class]) li:before,
#sidebar ul:not([class]) li:before,
.entry ol:not([class]) li:before,
.entry ul:not([class]) li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 0.9em;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #181821;
}
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li {
	margin-top: 3px;
}
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul {
	margin-bottom: 0;
	margin-top: 3px;
	padding-left: 10px;
}
#sidebar ol:not([class]) ul li::before,
#sidebar ul:not([class]) ul li::before,
.entry ol:not([class]) ul li::before,
.entry ul:not([class]) ul li::before {
	width: 4px;
	height: 1px;
	border-radius: 0;
}
#sidebar ol:not([class]) ul li p,
#sidebar ul:not([class]) ul li p,
.entry ol:not([class]) ul li p,
.entry ul:not([class]) ul li p {
	margin-bottom: 0;
}
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol {
	margin-bottom: 0;
	margin-top: 3px;
}

.entry {
	line-height: 1.9;
}
.entry ul:not([class]),
.entry ol:not([class]) {
	margin-top: -7px;
}
.entry strong {
	/*display: block;*/
}
.entry a:not(.link):not(:hover) {
	text-decoration: none;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset: list;
}
#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
	padding-left: 22px;
}
#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
	content: counter(list) ".";
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.2em;
}
table th {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #979797;
}
table th + th {
	text-align: center;
}
table td {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	border-bottom: 1px solid #979797;
}
table td + td {
	text-align: center;
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	position: relative;
	padding: 42px 0 0;
	margin: 0;
}
blockquote::before {
	content: "“";
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 35px;
	height: 21px;
	padding-top: 11px;
	background: #af2733;
	font-size: 24px;
	line-height: 16px;
}
blockquote p {
	margin-bottom: 25px;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite {
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0;
}

dl {
	margin: 0 0 1.2em 0;
}
dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 5px;
}
dl dd {
	margin-left: 0;
	padding: 10px 0;
}

/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*:after,
*:before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	max-width: calc(945px + var(--gutter) * 2);
}
.container._fluid {
	max-width: calc(1000px + var(--gutter) * 2);
}
.container._xl {
	max-width: calc(940px + var(--gutter) * 2);
}
.container._lg {
	max-width: calc(820px + var(--gutter) * 2);
}
.container._md {
	max-width: calc(790px + var(--gutter) * 2);
}
.container._sm {
	max-width: calc(620px + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main,
.header,
.footer {
	min-width: 0;
}

strong {
	font-weight: 500;
}

.main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg-stretch img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bg-stretch-overlay::before,
.bg-stretch-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg-stretch-overlay::before {
	background-image: linear-gradient(55deg, #3d3f42 0%, #b6bec9 100%);
}
.bg-stretch-overlay::after {
	background: rgba(216, 216, 216, 0.6);
	background-image: linear-gradient(40deg, #101b29 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: -1;
}
.bg-stretch-overlay img {
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.text-md {
	font-size: 16px;
}

.text-lg {
	font-size: 24px;
	line-height: 1.6;
}

.text-danger {
	color: #af2733 !important;
}

.text-primary {
	color: #002658 !important;
}

.text-dark {
	color: #1a1a29 !important;
}

.text-white {
	color: #fff !important;
}

.bg-secondary {
	background-color: #1a1a29 !important;
}

.bg-primary {
	background-color: #002658 !important;
}

.bg-dark {
	background-color: #101018 !important;
}

.bg-light {
	background-color: #eaedef !important;
}

.bg-light-green {
	background-color: #f6f8fb !important;
}

.bg-white {
	background-color: #f6f8fb !important;
}

.divider {
	display: block;
	height: 3px;
}
.divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 3px;
	z-index: -1;
	background-color: #af2733;
}

.section {
	padding: 85px 0;
}
.section-news .headline-section {
	color: #002657;
}
.section-lg {
	padding: 60px 0;
}
.section-search .flag-title {
	margin-bottom: 30px;
}
.section-search .headline {
	margin-bottom: 40px;
}
.section-connect {
	padding-top: 45px;
}
.section-entry .btn-holder {
	padding-top: 30px;
}
.section-recent {
	padding: 50px 0 60px;
}
.section-info {
	padding: 58px 0;
}
.section-info .headline-section {
	margin-bottom: 0;
}
.section-structure {
	padding-top: 45px;
}
.section-structure .flag-title {
	margin-bottom: 55px;
}
.section-structure .btn-holder {
	padding-top: 45px;
}

.s-section {
	padding: 60px 0;
}

.content-wrapper {
	font-weight: 500;
	margin-bottom: 40px;
}
.content-wrapper .headline-section {
	margin-bottom: 10px;
}
.content-wrapper .headline-section:last-child {
	margin-bottom: 0;
}

.section-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	min-height: 520px;
	position: relative;
}
.section-hero .container {
	height: 100%;
}

.hero-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	min-height: 247px;
	padding: 0 0 30px;
	color: #fff;
	font-weight: 500;
	position: relative;
	z-index: 0;
	font-size: 14px;
	line-height: 24px;
}
.hero-block::before,
.hero-block::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999px;
	right: -999px;
}
.hero-block::before {
	z-index: -1;
	background: rgba(0, 38, 87, 0.45);
}
.hero-block::after {
	z-index: -1;
	background-image: linear-gradient(55deg, #0a203c 30%, rgba(182, 190, 201, 0.5) 100%);
}
.hero-block .flag-title {
	margin-bottom: 30px;
}
.hero-block .headline-lg {
	/*max-width: 580px;*/
	color: #fff;
	margin-bottom: 10px;
}
.hero-block .headline-lg:last-child {
	margin-bottom: 0;
}

.text-wrap {
	max-width: 340px;
}
.text-wrap-md {
	max-width: 380px;
}
.text-wrap-lg {
	max-width: 410px;
}
.text-wrap-xl {
	max-width: 715px;
}

.legacy-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 500;
	color: #647486;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 425px;
	width: 100%;
	gap: 10px;
	padding: 15px 0 0;
	margin: 0;
}
.legacy-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.legacy-list li .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 35px;
	font-size: 28px;
	font-weight: bold;
	color: #181821;
	margin-bottom: 10px;
}
.legacy-list li .icon img {
	display: block;
	width: 100%;
}
.legacy-list li .icon sup {
	top: -0.1em;
	font-size: 17px;
}

.section-tile {
	overflow: hidden;
}
.section-tile.bg-secondary,
.section-tile.bg-dark {
	color: #fff;
}
.section-tile.bg-secondary .headline-section,
.section-tile.bg-dark .headline-section {
	color: #fff;
}
.section-tile-legacy .block-tile {
	padding-bottom: 0;
}
.section-tile-legacy .block-tile-img img {
	-o-object-position: 50% 0;
	   object-position: 50% 0;
}
.section-tile-secondary {
	padding-top: 50px;
}
.section-tile-secondary .headline-section {
	margin-bottom: 15px;
}

.font-light {
	font-weight: 300;
}

.block-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: left;
	position: relative;
	gap: 35px;
	z-index: 0;
}
.block-tile.s-bottom {
	padding-bottom: 0;
}
.block-tile-secondary .block-tile-content {
	padding-top: 0;
}
.block-tile-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-weight: 300;
	width: 100%;
}
.block-tile-content .btn-holder {
	width: 100%;
	padding-top: 30px;
}
.block-tile-content .btn-holder .btn,
.block-tile-content .btn-holder input[type=button],
.block-tile-content .btn-holder input[type=reset],
.block-tile-content .btn-holder input[type=submit],
.block-tile-content .btn-holder button[type=submit],
.block-tile-content .btn-holder .jcf-upload-button .jcf-button-content,
.jcf-upload-button .block-tile-content .btn-holder .jcf-button-content {
	width: 100%;
}
.block-tile-img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow: hidden;
	position: relative;
	margin: 0 -35px;
}
.block-tile-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 15%;
	   object-position: 50% 15%;
}

.rate-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.rate-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 10px;
	line-height: 1.2;
	text-align: left;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-weight: 300;
	width: 100%;
	padding: 25px 15px 15px;
	border: 1px solid #181821;
}
.rate-block.bg-secondary {
	color: #cfd7dd;
}
.rate-block.bg-secondary .rate-block-title,
.rate-block.bg-secondary .rate-block-subtext,
.rate-block.bg-secondary .rate-block-note {
	color: #fff;
}
.rate-block.bg-secondary .btn,
.rate-block.bg-secondary input[type=button],
.rate-block.bg-secondary input[type=reset],
.rate-block.bg-secondary input[type=submit],
.rate-block.bg-secondary button[type=submit],
.rate-block.bg-secondary .jcf-upload-button .jcf-button-content,
.jcf-upload-button .rate-block.bg-secondary .jcf-button-content,
.rate-block.bg-secondary .rate-current {
	color: #fff;
}
.rate-block-note {
	font-size: 12px;
	margin-bottom: 8px;
}
.rate-block-title {
	text-align: center;
	margin-bottom: 20px;
}
.rate-block-subtext {
	font-size: 14px;
	margin-bottom: 20px;
}
.rate-block-btn {
	width: 100%;
	text-align: center;
	padding: 0 8px;
	margin-bottom: 20px;
}
.rate-block-btn .btn,
.rate-block-btn input[type=button],
.rate-block-btn input[type=reset],
.rate-block-btn input[type=submit],
.rate-block-btn button[type=submit],
.rate-block-btn .jcf-upload-button .jcf-button-content,
.jcf-upload-button .rate-block-btn .jcf-button-content {
	width: 100%;
	max-width: 331px;
	margin-left: auto;
	margin-right: auto;
}

.rate-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
	font-family: "abril-display", serif;
}
.rate-current-num {
	font-size: 95px;
	font-weight: normal;
	line-height: 1;
}
.rate-current-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 30px;
	line-height: 1;
}
.rate-current-text__percent {
	font-size: 50px;
	line-height: 1;
}

.section-about-bank {
	padding: 30px 0 0;
}
.section-about-bank .headline-section {
	margin-bottom: 35px;
	padding-bottom: 48px;
	position: relative;
}
.section-about-bank .headline-section::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -999px;
	right: -999px;
	height: 2px;
	background: #af2733;
}

.module-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.module-news-inner {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
}
.module-news-content {
	width: 100%;
}

.news-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	overflow: hidden;
}
.news-post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}
.news-post-title {
	font-weight: normal;
	color: #002657;
}
.news-post-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-post-img a,
.news-post-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.news-post-img::before {
	content: "";
	display: block;
	padding-top: 62%;
}
.news-post-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	-o-object-position: 50% 0;
	   object-position: 50% 0;
}
.news-post .flag-title {
	z-index: 1;
	margin-bottom: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.news-post .flag-title.is-border::before {
	top: auto;
	height: 7px;
	bottom: 0;
}

.date {
	display: block;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-list {
	margin-bottom: 45px;
}
.news-list li {
	padding-bottom: 30px;
}
.news-list li:not(:first-child) {
	padding-top: 25px;
	border-top: 1px solid #181821;
}
.news-list li:last-child {
	padding-bottom: 0;
}

.tag {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	color: #7d7d7d;
	letter-spacing: 0.84px;
}

.news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.news-block-element {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 12px;
	color: #7d7d7d;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.news-block-element__month {
	display: block;
}
.news-block-title {
	margin-bottom: 15px;
}
.news-block-title a:not(:hover) {
	color: #002657;
	text-decoration: none;
}
.news-block-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}

.form-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 48px;
}
.form-module-inner {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.48;
}
.form-module-inner a:not(:hover) {
	text-decoration: none;
}
.form-module-content {
	width: 100%;
}
.form-module .headline-section {
	letter-spacing: -0.43px;
	margin-bottom: 10px;
}

.section-timeline {
	padding: 48px 0 320px;
	color: #fff;
	position: relative;
}
.section-timeline .container {
	position: relative;
	z-index: 1;
}
.section-timeline .headline-section {
	color: #fff;
}
.section-timeline .section-text {
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 80px;
}
.section-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#050515), color-stop(99%, #2e3e53));
	background-image: linear-gradient(180deg, #050515 0%, #2e3e53 99%);
}

.bg-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 465px;
}
.bg-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-family: "abril-display", serif;
	color: #af2733;
	position: relative;
	min-height: 122px;
	margin: 0 -15px 20px;
}
.timeline::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -999px;
	right: -999px;
	height: 2px;
	background: #af2733;
}
.timeline-num {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	position: relative;
	height: 100%;
	min-height: 36px;
	min-width: 10.8%;
}
.timeline-num::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 4px;
	height: 20px;
	width: 2px;
	background: #af2733;
}
.timeline-num.year {
	font-size: 50px;
	line-height: 1.2;
	color: #cfd7dd;
	-ms-flex-item-align: start;
	    align-self: start;
	left: 30px;
	min-height: 100px;
	margin-top: -24px;
}
.timeline-num.year::before {
	top: auto;
	bottom: -7px;
	left: -26px;
	height: 104px;
}

.timeline-tile {
	max-width: 380px;
	margin-left: auto;
	font-weight: 300;
}
.timeline-tile .btn-holder {
	width: 100%;
	padding-top: 32px;
}

.section-error {
	padding: 95px 0 110px;
	text-align: center;
}

.error-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1a1a29;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.error-block-subtitle {
	font-size: 10px;
	line-height: 2.1;
	text-transform: uppercase;
	letter-spacing: 4.94px;
	font-weight: bold;
	margin-bottom: 20px;
}
.error-block-headline {
	line-height: 1;
	color: #1a1a29;
	font-weight: 500;
	margin-bottom: 32px;
}
.error-block p {
	margin-bottom: 35px;
}

.team-img {
	width: 100%;
	height: 250px;
	margin: 0 auto 30px;
}
.team-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.btn-holder {
	text-align: center;
}

.filter-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	margin-bottom: 45px;
}
.filter-nav-item.active a {
	color: #fff;
	background-color: #af2733;
}
.filter-nav .btn,
.filter-nav input[type=button],
.filter-nav input[type=reset],
.filter-nav input[type=submit],
.filter-nav button[type=submit],
.filter-nav .jcf-upload-button .jcf-button-content,
.jcf-upload-button .filter-nav .jcf-button-content {
	line-height: 1.1;
	padding-left: 15px;
	padding-right: 15px;
}

.tile-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	color: #fff;
}
.tile-card-img {
	position: relative;
	overflow: hidden;
}
.tile-card-img::before {
	content: "";
	display: block;
	padding-top: 86.6%;
}
.tile-card-img a,
.tile-card-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.tile-card-img a:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
.tile-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.tile-card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	padding: 20px 0 0;
}
.tile-card-title {
	color: #fff;
	font-weight: 300;
}
.tile-card-title:last-child {
	margin-bottom: 0;
}
.tile-card-title a {
	text-decoration: none;
}
.tile-card-title a:not(:hover) {
	color: #fff;
}
.tile-card .meta {
	display: block;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.row-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 50px 20px;
	margin-bottom: 30px;
}
.row-list-secondary {
	gap: 20px;
	margin-bottom: 48px;
}
.row-list li {
	width: 100%;
}

.card-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	height: 100%;
}
.card-tile-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #af2733;
	font-size: 12px;
	line-height: 1.35;
	font-weight: bold;
	color: #fff;
	gap: 10px;
	height: 100%;
	padding: 6px 10px 9px;
}
.card-tile-content__address {
	text-transform: uppercase;
	font-weight: 500;
	width: 140px;
	padding-top: 5px;
}
.card-tile-content__address strong {
	font-weight: 700;
}
.card-tile-content__address span {
	display: block;
}
.card-tile-content__price {
	display: block;
	font-size: 25px;
	font-weight: 500;
}
.card-tile-img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 160px;
}
.card-tile-img a,
.card-tile-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.card-tile-img img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 0;
	   object-position: 50% 0;
}

.team-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	position: relative;
}
.team-card-img {
	position: relative;
	overflow: hidden;
}
.team-card-img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.team-card-img img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.team-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #af2733;
	min-height: 62px;
	padding: 6px 10px;
}
.team-card-headtitle,
.team-card-subtitle {
	color: #fff;
	margin-bottom: 0;
}
.team-card-subtitle {
	font-weight: 700;
}
.team-card-headtitle {
	font-size: 20px;
	line-height: 1.2;
}
.team-card .link-view {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.section-testimonial {
	color: #fff;
	padding: 60px 0;
}

.service-module {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	gap: 4px;
	counter-reset: item;
}
.service-module-item {
	counter-increment: item;
	width: 100%;
}

.service-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 35px 16px 20px;
	background: #fff;
	gap: 10px;
	width: 100%;
	height: 100%;
}
.service-tile-title {
	color: #181821;
	margin-bottom: 0;
}
.service-tile-title::before {
	content: "0" counters(item, ".");
	font-family: "abril-display", serif;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	font-weight: normal;
	color: #af2733;
	margin-bottom: 8px;
}
.service-tile-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #656f7b;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
.service-tile-wrap p:not(:last-child) {
	margin-bottom: 28px;
}
.service-tile-wrap .btn,
.service-tile-wrap input[type=button],
.service-tile-wrap input[type=reset],
.service-tile-wrap input[type=submit],
.service-tile-wrap button[type=submit],
.service-tile-wrap .jcf-upload-button .jcf-button-content,
.jcf-upload-button .service-tile-wrap .jcf-button-content {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.account-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.4;
	font-weight: 500;
	padding: 22px 16px;
	width: 100%;
	height: 100%;
}
.account-card.bg-secondary {
	color: #fff;
}
.account-card.bg-secondary .account-card-title {
	color: #fff;
}
.account-card p {
	margin-bottom: 30px;
}
.account-card .text-wrap {
	max-width: 267px;
}
.account-card .btn,
.account-card input[type=button],
.account-card input[type=reset],
.account-card input[type=submit],
.account-card button[type=submit],
.account-card .jcf-upload-button .jcf-button-content,
.jcf-upload-button .account-card .jcf-button-content {
	padding-left: 20px;
	padding-right: 20px;
}

.item-list {
	margin: 0;
}
.item-list li {
	padding-bottom: 60px;
	padding-top: 60px;
}
.item-list li:not(:first-child) {
	border-top: 1px solid #181821;
}
.item-list li:first-child {
	padding-top: 30px;
}
.item-list li:last-child {
	padding-bottom: 0;
}
.item-list-secondary li {
	padding-top: 35px;
	padding-bottom: 35px;
}
.item-list-secondary li:first-child {
	padding-top: 0;
}
.item-list-secondary li:not(:first-child) {
	border: none;
}

.item-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 32px;
}
.item-card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.item-card-subtitle,
.item-card-title {
	font-weight: 600;
}
.item-card-subtitle {
	font-size: 14px;
	margin-bottom: 0;
}
.item-card-title {
	text-align: left;
	letter-spacing: -0.51px;
	margin-bottom: 0;
}
.item-card-btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.section-terms {
	font-weight: 300;
	padding: 85px 0 95px;
}
.section-terms.bg-secondary {
	color: #fff;
}
.section-terms.bg-secondary .headline-section {
	color: #fff;
}
.section-terms .headline-section {
	margin-bottom: 0.5em;
}

.section-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 45px;
}
.section-content .headline-section {
	margin-bottom: 5px;
}

.section-process {
	padding: 55px 0 15px;
}

.process-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 300;
	gap: 55px;
}
.process-tile-content {
	width: 100%;
}
.process-tile-content p:not(:last-child) {
	margin-bottom: 15px;
}
.process-tile-date {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 10px;
	font-weight: 500;
	line-height: 1.34;
}
.process-tile-date__days,
.process-tile-date__num {
	font-family: "abril-display", serif;
	color: #af2733;
}
.process-tile-date__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.process-tile-date__days {
	font-size: 45px;
	line-height: 1;
}
.process-tile-date__num {
	font-size: 110px;
	line-height: 1;
}

.process-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: 500;
	font-size: 14px;
	color: #656f7b;
	margin: 0 0 40px;
}
.process-list-item {
	width: 100%;
}
.process-list-title {
	font-family: "abril-display", serif;
	font-weight: normal;
	margin-bottom: 4px;
}

.contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 3px;
	margin-bottom: 25px;
}
.contact-block:last-child {
	margin-bottom: 0;
}
.contact-block strong {
	font-weight: 600;
}
.contact-block a:not(:hover) {
	color: inherit;
}

address {
	font-style: normal;
	margin: 0;
}

.result-list {
	max-width: 620px;
	margin: 0 auto;
}
.result-list li {
	padding: 20px 0;
}
.result-list li:last-child {
	padding-bottom: 0;
}

.header {
	position: relative;
	z-index: 99;
	padding: 18px 0;
	background: #fcfafa;
	border-bottom: 1px solid #cfd7dd;
}

.logo {
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 75px;
	margin-right: 20px;
}
.logo img {
	display: block;
	width: 100%;
}

.burger {
	display: none;
	position: absolute;
	top: 50%;
	right: 35px;
	width: 28px;
	height: 28px;
	z-index: 1004;
	-webkit-transition: left 0.35s ease;
	transition: left 0.35s ease;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.burger span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	margin-top: -0.5px;
	background: #af2734;
}
.burger:after,
.burger:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	background: #af2734;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.burger:after {
	top: 8px;
}
.burger:before {
	bottom: 8px;
}
body.nav-open .burger {
	position: fixed;
	top: 30px;
	right: 35px;
}

.burger i{
	position: absolute;
	right: -35px;
    top: -19px;
	z-index: -1;
	width:96px;
	height:66px;
}

body.nav-open .burger i{
	background-color: #eaedef;
}

body.nav-open .burger span {
	background-color: transparent;
}
body.nav-open .burger:after {
	margin-top: -0.5px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body.nav-open .burger:before {
	margin-bottom: -0.5px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.header-upper {
	display: none;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	border-bottom: 1px solid #cfd7dd;
}

.header-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
}
.header-list > li:hover a:not(.btn):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]),
.header-list > li.open a:not(.btn):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]) {
	background: #eaedef;
	color: #003b5c;
}
.header-list > li > a {
	display: block;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 7.5px;
	line-height: 1.2;
	letter-spacing: 0.19px;
	padding: 12px 12px 4px;
	text-transform: uppercase;
}
.header-list > li > a:not(.btn):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]) {
	color: #003b5c;
}
.header-list .modal-drop {
	margin-top: 25px;
}

.header-under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.header-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	position: relative;
}
.header-btns-item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header-btns-item > a:not(.btn):not(input[type=button]):not(input[type=reset]):not(input[type=submit]):not(button[type=submit]) {
	color: #003b5c;
	width: 16px;
	height: 16px;
}
.header-btns-item > a.btn,
.jcf-upload-button .header-btns-item > a.jcf-button-content {
	font-size: 14px;
	min-height: 24px;
	font-weight: 500;
	padding: 4px;
	min-width: 124px;
	letter-spacing: 0.28px;
}

.header-btns-item > a.btn{
	font-size:11px;
	min-width: 104px;
}

.header-form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.header-form-block button[type=submit].btn-search {
	font-size: 24px;
	width: 25px;
	height: 25px;
	color: #003b5c;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.header-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	height: 31px;
	border-bottom: 1px solid rgba(24, 24, 33, 0.5);
}
.header-search-form input {
	font-size: 12px;
	padding: 0;
	height: 30px;
	border: none;
}
.header-search-form button[type=submit],
.header-search-form__btn,
.header-search-form .btn-cancel {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.header-search-form button[type=submit],
.header-search-form__btn,
.header-search-form__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 25px;
	color: #003b5c;
	width: 25px;
	height: 25px;
	z-index: 1;
}
.header-search-form .btn-cancel {
	position: absolute;
	top: 50%;
	z-index: 101;
	right: 0;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-search-form .btn-cancel:before,
.header-search-form .btn-cancel:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #003b5c;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.header-search-form .btn-cancel:after {
	margin-top: -0.5px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.header-search-form .btn-cancel:before {
	margin-bottom: -0.5px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
}
.nav > ul > li.has-drop {
	position: relative;
}
.nav > ul > li:hover > a,
.nav > ul > li.active > a {
	color: #af2733;
}
.nav > ul > li > a,
.nav > ul > li .btn-modal {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.28px;
	color: #003b5c;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.drop-open > .drop-menu {
	display: block;
}

.drop-menu {
	position: absolute;
	top: -9999px;
	left: -9999px;
	margin: 0;
	opacity: 0;
	z-index: 150;
	list-style: none;
	text-align: left;
	padding: 15px 0 0 10px;
	min-width: calc(100% + 22px);
	-webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
	transition: all 0s ease 0.35s, opacity 0.35s ease;
}
.drop-menu ul {
	width: 100%;
}
.drop-menu ul:not(:first-child) {
	margin-top: 12px;
}
.drop-menu ul li:not(:first-child) {
	margin-top: 10px;
}
.drop-menu ul li a {
	display: block;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 0.22px;
	font-weight: 500;
	color: #003b5c;
}
.drop-menu ul li a:hover {
	color: #af2733;
}
.drop-menu-mega ul li:not(:first-child) {
	padding-left: 10px;
}
.drop-menu-mega ul li a {
	font-weight: 300;
}

.is-modal {
	position: relative;
}
.is-modal.open .modal-drop {
	opacity: 1;
	pointer-events: auto;
}

.modal-drop {
	position: fixed;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: left;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 14px;
	line-height: 1.2;
	color: #003b5c;
	width: 100%;
	padding: 60px 35px;
	background: #eaedef;
	border-bottom: 2px solid #af2733;
	z-index: 1009;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.modal-drop-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbc3ca;
}
.modal-drop-item:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.modal-drop-item .btn,
.modal-drop-item input[type=button],
.modal-drop-item input[type=reset],
.modal-drop-item input[type=submit],
.modal-drop-item button[type=submit],
.modal-drop-item .jcf-upload-button .jcf-button-content,
.jcf-upload-button .modal-drop-item .jcf-button-content {
	font-size: 10px;
	letter-spacing: 1.94px;
	min-width: 121px;
}
header .modal-drop-item .btn{
	padding: 5px 10px;
}

header .modal-drop-item p{
	margin-bottom: 10px;
}

.modal-drop-title {
	color: #003b5c;
	font-weight: 500;
	letter-spacing: 0.38px;
}
.modal-drop .btn-close {
	position: absolute;
	top: 16px;
	right: 35px;
	width: 28px;
	height: 28px;
	border: none;
	background: none;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.modal-drop .btn-close:after,
.modal-drop .btn-close:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	background: #af2733;
}
.modal-drop .btn-close:after {
	margin-top: -0.5px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modal-drop .btn-close:before {
	margin-bottom: -0.5px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.footer {
	overflow: hidden;
	background: #1a1a29;
	font-size: 15px;
	line-height: 1.2;
	color: #f6f8fb;
	padding: 58px 0 50px;
}

.footer-logo {
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 0 40px;
	width: 129px;
}
.footer-logo img {
	display: block;
	width: 100%;
}

.footer-upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}

.footer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer-list {
	margin: 0;
}
.footer-list li a {
	display: block;
	font-weight: 500;
}
.footer-list li a:not(:hover) {
	color: #fff;
}

.footer-under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	font-size: 12px;
}

.footer-terms {
	gap: 16px;
	letter-spacing: 0.91px;
}
.footer-terms li:not(:first-child) {
	position: relative;
}
.footer-terms li:not(:first-child)::before {
	content: "|";
	position: absolute;
	top: 50%;
	left: -8px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.footer-links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 9px;
}

.footer-terms,
.footer-links {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 300;
	color: #fff;
}
.footer-terms li a:not(:hover),
.footer-links li a:not(:hover) {
	color: #fff;
}

.footer-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 25px;
	margin-bottom: 40px;
}
.footer-img img {
	display: block;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	gap: 36px;
	font-size: 28px;
}
.socials li a {
	display: block;
}
.socials li a:not(:hover) {
	color: #fff;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	        transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: 0px) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}
.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	        animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	        transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	        transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	        transform: translateZ(0) scale(1);
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}
.fancybox-content {
	max-width: 748px;
	padding: 35px;
	width: 100%;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.75;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px;
	color: #af2733;
}

.fancybox-close-small {
	opacity: 1;
}

.fancybox-bg {
	background: #fff;
}
.team-modal h2,
.team-modal h6 {
	color: #181821;
}
.team-modal h2 {
	margin-bottom: 8px;
}
.team-modal h6 {
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 1279px) and (min-width: 1040px){
	.block-tile.reverse .block-tile-img {
		margin-left: -210px;
		width: 600px;
	}
	.block-tile:not(.reverse) .block-tile-img {
		margin-right: -210px;
		width: 600px;
	}
}
@media (max-width: 1199px) and (min-width: 940px){
	label {
		font-size: 10px;
	}
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=search],
	input[type=password],
	input[type=url],
	input[type=number],
	input[type=date],
	input[type=file],
	.input-form,
	textarea {
		font-size: 10px;
	}
	.jcf-select {
		font-size: 10px;
	}
	.jcf-file .jcf-fake-input {
		font-size: 10px;
	}
	.headline-lg {
		font-size: 30px;
		line-height: 1.2;
	}
	.text-sm {
		font-size: 11px;
		line-height: 21px;
	}
	.hero-block {
		font-size: 11px;
		line-height: 21px;
	}
	.rate-block {
		font-size: 9px;
		line-height: 1.4;
	}
	.rate-block-note {
		font-size: 10px;
	}
	.date {
		font-size: 9px;
	}
	.form-module-inner {
		font-size: 11px;
		line-height: 21px;
	}
	.header-btns-item > a.btn,
	.jcf-upload-button .header-btns-item > a.jcf-button-content {
		font-size: 11px;
		line-height: 1.2;
		min-width: 104px;
	}
	.header-search-form input {
		font-size: 12px;
		padding: 0;
	}
	.nav > ul > li > a,
	.nav > ul > li .btn-modal {
		font-size: 11px;
	}
	.drop-menu ul li a {
		font-size: 9px;
	}
	.modal-drop {
		font-size: 9px;
	}
	.modal-drop .btn-close {
		width: 10px;
		height: 10px;
	}
	.footer {
		font-size: 10px;
	}
	.footer-logo {
		width: 79px;
	}
	.footer-under {
		font-size: 8px;
	}
}
@media (max-width: 1199px) and (min-width: 1024px){
	.container._fluid {
		max-width: 1100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-tile-legacy .block-tile.reverse .block-tile-img {
		margin-left: -20px;
	}
	.item-list-secondary {
		padding-right: 80px;
	}
}
@media (max-width: 1199px){
	.text-xs {
		font-size: 11px;
		line-height: 21px;
	}
}
@media (max-width: 1039px) and (min-width: 1024px){
	.block-tile.reverse .block-tile-img {
		margin-left: -127px;
	}
	.block-tile:not(.reverse) .block-tile-img {
		margin-right: -127px;
	}
}
@media (max-width: 1023px) and (min-width: 940px){
	.block-tile.reverse .block-tile-img {
		margin-left: -48px;
	}
	.block-tile:not(.reverse) .block-tile-img {
		margin-right: -48px;
	}
}
@media (max-width: 1023px) and (min-width: 480px){
	.section-tile-legacy .block-tile-img img {
		-o-object-position: 50% 25%;
		   object-position: 50% 25%;
	}
}
@media (max-width: 1023px){
	.subtitle {
		color: #002657;
	}
	.container._xl,
	.container._md,
	.container._lg,
	.container._sm {
		max-width: 1000px;
	}
	.hidden-lg {
		display: none !important;
	}
	.section-hero-main {
		min-height: 530px;
	}
	.hero-block .flag-title {
		margin-bottom: 20px;
	}
	.hero-block .headline-lg br {
		display: none;
	}
}
@media (max-width: 939px) and (min-width: 480px){
	.section-tile-legacy .block-tile {
		gap: 20px;
	}
	.section-tile-legacy .block-tile-img {
		height: 445px;
	}
}
@media (max-width: 939px){
	.btn-w {
		width: 100%;
	}
	.section-tile {
		padding-top: 55px;
	}
	.typography-wrap br {
		display: none;
	}
	.block-tile-img {
		height: 435px;
	}
	.block-tile-img._contain {
		height: auto;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-about-bank .block-tile {
		gap: 60px;
	}
	.btn-holder {
		max-width: 294px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.btn-holder .btn,
	.btn-holder input[type=button],
	.btn-holder input[type=reset],
	.btn-holder input[type=submit],
	.btn-holder button[type=submit],
	.btn-holder .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .btn-holder .jcf-button-content {
		width: 100%;
	}
	.header .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.main-menu {
		opacity: 0;
		top: -9999px;
		left: -9999px;
		right: 9999px;
		bottom: 9999px;
		position: fixed;
		overflow-y: auto;
		height: 100vh;
		z-index: 1000;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0px;
		color: #fff;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}

	.main-menu:before{
		content:'';
		display:block;
		position: absolute;
		left:0;
		right:0;
		top:62px;
		bottom: 0;
		background:#eaedef;
		z-index: 0;
	}

	body.nav-open .main-menu {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}
	.burger {
		display: block;
	}
	.header-btns {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.header-btns-item {
		width: 100%;
	}
	.header-btns-item:not(:first-child) {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 0px;
		        flex: 0 1 0;
	}
	.header-form-block {
		max-width: 400px;
	}
	.header-form-block button[type=submit].btn-search {
		display: none;
	}
	.header-search-form {
		width: 100%;
	}
	.header-search-form button[type=submit],
	.header-search-form__btn,
	.header-search-form__btn {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.header-search-form .btn-cancel {
		display: none;
	}
	.nav {
		text-align: left;
		gap: 30px;
	}
	.nav > ul {
		width: 100%;
	}
	.nav > ul > li {
		width: 100%;
	}
	.nav > ul > li:not(:first-child) {
		margin-top: 20px;
	}
	.nav > ul > li.has-drop:after {
		position: absolute;
		content: "";
		top: 4px;
		right: 2px;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #003b5c;
		border-left: 1px solid #003b5c;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		z-index: -1;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}
	.nav > ul > li.open:after {
		top: 7px;
		-webkit-transform: rotate(135deg);
		        transform: rotate(135deg);
	}
	.drop-menu {
		opacity: 1;
		display: none;
		-webkit-transform: none;
		        transform: none;
		min-width: 0;
		-webkit-transition: none;
		transition: none;
		position: static;
		white-space: normal;
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.modal-open {
		overflow: hidden;
	}
	.modal-open .burger {
		z-index: 999;
	}
	.modal-drop {
		left: 0;
		right: 0;
		height: calc(100% + 60px);
		bottom: 0;
	}
}
@media (max-width: 767px){
	textarea {
		border: 1px solid #181821;
	}
	.jcf-upload-button {
		width: 100%;
		max-width: 294px;
		margin: 0 auto;
	}
	.default-form .form-field-btn {
		max-width: 294px;
		margin-left: auto;
		margin-right: auto;
	}
	.full-section .bg-stretch {
		display: none;
	}
	body {
		font-size: 14px;
	}
	.hidden-md {
		display: none !important;
	}
	.divider {
		position: absolute;
		bottom: 85px;
		left: 0;
		right: 0;
	}
	.section {
		padding: 60px 0;
	}
	.section-hero .bg-stretch {
		/*left: -260px;*/
	}
	.block-tile .flag-title {
		margin-bottom: 20px;
	}
	.block-tile .headline-section {
		margin-bottom: 20px;
	}
	.rate-block-title {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-timeline .headline-section {
		margin-bottom: 12px;
	}
	.timeline-tile {
		margin-right: auto;
	}
	.filter-nav {
		overflow-x: auto;
		margin-left: -35px;
		margin-right: -35px;
		padding-right: 35px;
		padding-left: 35px;
	}
	.filter-nav::-webkit-scrollbar {
		display: none;
	}
	.account-card {
		min-height: 275px;
	}
	.account-card .btn,
	.account-card input[type=button],
	.account-card input[type=reset],
	.account-card input[type=submit],
	.account-card button[type=submit],
	.account-card .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .account-card .jcf-button-content {
		width: 100%;
	}
	.item-card-btn {
		max-width: 294px;
		margin: 0 auto;
		width: 100%;
	}
	.item-card-btn .btn,
	.item-card-btn input[type=button],
	.item-card-btn input[type=reset],
	.item-card-btn input[type=submit],
	.item-card-btn button[type=submit],
	.item-card-btn .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .item-card-btn .jcf-button-content {
		width: 100%;
	}
	.process-list {
		gap: 60px;
	}
	.footer-upper {
		text-align: center;
		gap: 50px;
	}
	.footer-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 22px;
	}
	.footer-img-xs {
		width: 42px;
		height: 42px;
	}
	.footer-img-sm {
		width: 55px;
		height: 34px;
	}
	.footer-img img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.socials li .icon.icon-linkedin {
		font-size: 25px;
	}
	.socials li .icon.icon-twitter {
		font-size: 30px;
	}
}
@media (max-width: 667px){
	table th {
		padding: 10px 5px;
	}
	table td {
		padding: 7px 5px;
	}
}
@media (max-width: 666px){
	.block-tile-img {
		height: 335px;
	}
}
@media (max-width: 576px){
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
@media (max-height: 576px){
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: 0px) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
@media (max-width: 479px){
	.section-tile-legacy .block-tile {
		gap: 0;
	}
	.block-tile-img._md {
		height: 576px;
	}
}
@media (max-width: 374px){
	.card-tile-content {
		font-size: 10px;
	}
	.card-tile-content__address {
		width: 100px;
	}
	.card-tile-content__price {
		font-size: 15px;
	}
}
@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape){
	.full-section {
		height: auto !important;
	}
}
@media (min-width: 375px){
	.team-img {
		width: 222px;
		height: 205px;
	}
	.header-btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.team-modal .team-img {
		width: 260px;
		height: 260px;
	}
}
@media (min-width: 480px){
	.section-timeline {
		padding-bottom: 260px;
	}
	.bg-image {
		height: 625px;
	}
	.filter-nav {
		gap: 20px;
		margin-bottom: 56px;
	}
	.filter-nav .btn,
	.filter-nav input[type=button],
	.filter-nav input[type=reset],
	.filter-nav input[type=submit],
	.filter-nav button[type=submit],
	.filter-nav .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .filter-nav .jcf-button-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 667px){
	.row-list li {
		width: calc(50% - 14px);
	}
	.card-tile-img {
		height: 102px;
	}

	.section-recent--all .card-tile-img {
        height: 150px;
    }
}
@media (min-width: 768px){
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=search],
	input[type=password],
	input[type=url],
	input[type=number],
	input[type=date],
	input[type=file],
	.input-form,
	textarea {
		padding: 0 6px;
	}
	textarea {
		height: 81px;
	}
	.jcf-select {
		padding-left: 6px;
	}
	.jcf-select .jcf-select-opener:before {
		right: 10px;
		width: 11px;
		height: 5px;
		margin-top: -1px;
		background-image: url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.327148 0.775391H10.8988L5.61301 4.77539L0.327148 0.775391Z' fill='%23AF2733'/%3E%3C/svg%3E%0A");
	}
	.jcf-file {
		gap: 18px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.jcf-upload-button .jcf-button-content {
		padding: 4px;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 1.94px;
		width: 121px;
	}
	.jcf-file .jcf-fake-input {
		padding: 0 6px;
	}
	.form-field {
		margin-bottom: 15px;
	}
	.form-field-btn {
		padding-top: 32px;
	}
	.form-field-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 0;
	}
	.form-field-col {
		width: 80%;
	}
	.form-field-col:not(:first-child) {
		width: 20%;
		border-left: 1px solid #181821;
	}
	.form-field-col:not(:first-child) .input-form {
		padding-left: 14px;
	}
	.default-form .form-field-btn {
		padding-top: 40px;
	}
	.default-form .form-field-btn .btn,
	.default-form .form-field-btn input[type=button],
	.default-form .form-field-btn input[type=reset],
	.default-form .form-field-btn input[type=submit],
	.default-form .form-field-btn button[type=submit],
	.default-form .form-field-btn .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .default-form .form-field-btn .jcf-button-content {
		min-width: 420px;
		width: auto;
	}
	.default-form label {
		padding: 0 6px;
	}
	.full-section {
		height: 100vh;
		padding-left: 50%;
	}
	.full-section .bg-stretch {
		right: auto;
		width: 50%;
	}
	.login-block {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		padding: 0;
	}
	.h3,
	h3 {
		margin: 0 0 0.9em;
	}
	#sidebar ol:not([class]),
	#sidebar ul:not([class]),
	.entry ol:not([class]),
	.entry ul:not([class]) {
		padding-left: 14px;
	}
	#sidebar ol:not([class]) li,
	#sidebar ul:not([class]) li,
	.entry ol:not([class]) li,
	.entry ul:not([class]) li {
		padding-left: 22px;
	}
	#sidebar ol:not([class]) ul li,
	#sidebar ul:not([class]) ul li,
	.entry ol:not([class]) ul li,
	.entry ul:not([class]) ul li {
		padding-left: 24px;
	}
	blockquote {
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: -0.1px;
		line-height: 30px;
		padding-top: 48px;
	}
	blockquote cite {
		font-size: 13px;
	}
	.visible-md {
		display: none !important;
	}
	.divider::before {
		left: 0;
	}
	.divider-full::before {
		left: -9999px;
	}
	.divider {
		position: relative;
		margin-top: 5px;
		margin-bottom: 25px;
	}

	.section-tile .divider {
		margin-top: 25px;
	}

	.section-news {
		padding: 80px 0 120px;
	}
	.search .section-news {
		padding: 0px 0 60px;
	}
	.section-search {
		padding: 110px 0;
	}
	.section-connect {
		padding: 70px 0 80px;
	}
	.section-entry .btn-holder {
		padding-top: 60px;
	}
	.section-news .row-list {
		margin-bottom: 90px;
	}
	.section-recent {
		padding: 75px 0 58px;
	}
	.section-structure {
		padding-top: 30px;
		padding-bottom: 75px;
	}
	.section-structure .flag-title {
		margin-bottom: 80px;
	}
	.section-structure .btn-holder {
		padding-top: 85px;
	}
	.s-section {
		padding: 90px 0;
	}
	.content-wrapper {
		padding-left: 20px;
	}
	.legacy-list li .icon {
		font-size: 31px;
	}
	.rate-block {
		padding: 40px 20px 15px;
	}
	.rate-block-note {
		text-transform: uppercase;
		margin-bottom: 12px;
	}
	.rate-block-btn {
		padding: 0 50px;
	}
	.rate-current {
		gap: 20px;
		margin-bottom: -14px;
	}
	.rate-current-num {
		font-size: 125px;
	}
	.rate-current-text {
		gap: 10px;
	}
	.rate-current-text__percent {
		font-size: 60px;
	}
	.module-news {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 40px;
	}
	.module-news-inner {
		width: 300px;
	}
	.news-post-img::before {
		padding-top: 58%;
	}
	.news-list {
		margin-bottom: 85px;
	}
	.tag {
		font-size: 9px;
		letter-spacing: 0.63px;
	}
	.news-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 50px;
	}
	.news-block-element {
		font-size: 10px;
		width: 45px;
		margin: 0;
	}
	.news-block-element__date {
		font-family: "abril-display", serif;
		font-size: 50px;
		line-height: 1.1;
		margin-bottom: 14px;
	}
	.news-block-element__month {
		font-weight: 500;
		max-width: 40px;
		letter-spacing: 0.5px;
	}
	.section-timeline {
		padding: 125px 0 105px;
	}
	.section-timeline .section-text {
		font-size: 24px;
		line-height: 1.6;
		padding-right: 50px;
		margin-bottom: 100px;
		width:700px;
	}
	.timeline {
		margin-left: -10px;
		margin-right: -10px;
		min-height: 175px;
	}
	.timeline-num {
		min-width: 10%;
	}
	.timeline-num::before {
		top: -60px;
		left: 8px;
		height: 44px;
	}
	.timeline-num.year {
		font-size: 65px;
		margin-top: -20px;
	}
	.timeline-num.year::before {
		left: -22px;
	}
	.timeline-tile .btn-holder {
		padding-top: 18px;
	}
	.error-block p {
		margin-bottom: 45px;
	}
	.team-img {
		float: left;
		margin: 0 20px 0 0;
	}
	.filter-nav {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.row-list li {
		width: calc(33.333% - 14px);
	}
	.card-tile-content {
		font-size: 8px;
	}
	.card-tile-content__address {
		width: 90px;
	}
	.card-tile-content__price {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.section-testimonial {
		padding: 64px 0 75px;
	}
	.service-module {
		grid-template-columns: repeat(2, 1fr);
	}
	.service-tile {
		font-size: 11px;
		line-height: 1.92;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 25px 20px 16px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.service-tile-title {
		width: 140px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.service-tile-title::before {
		font-size: 15px;
	}
	.service-tile-wrap .btn,
	.service-tile-wrap input[type=button],
	.service-tile-wrap input[type=reset],
	.service-tile-wrap input[type=submit],
	.service-tile-wrap button[type=submit],
	.service-tile-wrap .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .service-tile-wrap .jcf-button-content {
		margin-bottom: 30px;
	}
	.account-card {
		padding: 45px;
	}
	.account-card .btn,
	.account-card input[type=button],
	.account-card input[type=reset],
	.account-card input[type=submit],
	.account-card button[type=submit],
	.account-card .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .account-card .jcf-button-content {
		min-width: 225px;
	}
	.item-list li {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.item-list-secondary li {
		padding-bottom: 18px;
		padding-top: 18px;
	}
	.item-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0;
	}
	.item-card-subtitle {
		font-size: 18px;
	}
	.item-card-btn .btn,
	.item-card-btn input[type=button],
	.item-card-btn input[type=reset],
	.item-card-btn input[type=submit],
	.item-card-btn button[type=submit],
	.item-card-btn .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .item-card-btn .jcf-button-content {
		min-width: 237px;
	}
	.section-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 20px;
		margin-bottom: 50px;
		line-height: 20px;
	}
	.section-content .headline-section {
		margin-bottom: 0;
	}
	.section-process {
		padding: 92px 0 25px;
	}
	.process-tile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		line-height: 1.34;
		gap: 95px;
	}
	.process-tile-date {
		width: 300px;
		padding-top: 62px;
		gap: 15px;
	}
	.process-tile-date__days {
		font-size: 60px;
		margin-bottom: 2px;
	}
	.process-tile-date__num {
		font-size: 125px;
	}
	.process-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 50px;
	}
	.process-list-item {
		width: 50%;
		padding: 0 20px;
	}
	.process-list-title {
		margin-bottom: 10px;
	}
	.result-list li {
		padding: 40px 0;
	}
	.result-list p {
		margin-bottom: 40px;
	}
	.header-search-form input {
		padding: 0 30px 0 0;
	}
	.footer {
		padding: 48px 0 25px;
	}
	.footer-logo {
		margin: 0 20px 0 0;
	}
	.footer-upper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-bottom: 100px;
	}
	.footer-holder {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 75%;
	}
	.footer-list {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
		margin-left: -5px;
		margin-right: -5px;
	}
	.footer-list li {
		margin-bottom: 12px;
		-webkit-column-break-inside: avoid;
		   -moz-column-break-inside: avoid;
		        break-inside: avoid;
		padding: 0 5px;
	}
	.footer-list li a {
		letter-spacing: 0.75px;
	}
	.footer-under {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 0;
	}
	.footer-terms {
		gap: 10px;
	}
	.footer-terms li:not(:first-child)::before {
		left: -5px;
	}
	.footer-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 20px;
	}
	.footer-img {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		gap: 20px;
		margin-bottom: 15px;
	}
	.socials {
		font-size: 16px;
		gap: 23px;
	}
	.fancybox-content {
		padding: 64px;
	}
	.fancybox-slide--html .fancybox-close-small {
		top: 5px;
		right: 5px;
	}
	.team-modal .team-img {
		margin-bottom: 1px;
	}
}
@media (min-width: 940px){
	.btn-w {
		min-width: 346px;
	}
	.is-border-top {
		position: relative;
	}
	.is-border-top::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 2px;
		z-index: 1;
		background: #af2733;
	}
	.section-tile-legacy .block-tile.reverse .block-tile-img {
		margin-right: 28px;
	}
	.section-tile-legacy .block-tile-content {
		padding-bottom: 65px;
	}
	.section-tile-secondary {
		padding-top: 90px;
	}
	.font-normal {
		font-weight: 400;
	}
	.font-medium {
		font-weight: 500;
	}
	.typography-wrap {
		max-width: 500px;
	}
	.typography-wrap.sm {
		max-width: 500px;
	}
	.block-tile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 0;
		padding: 0 0 85px;
	}
	.block-tile.s-bottom .block-tile-content {
		padding-bottom: 55px;
	}
	.block-tile-secondary .block-tile-content {
		padding-top: 20px;
	}
	.block-tile-secondary .block-tile-img {
		margin: 0 -90px 0 10px;
	}
	.block-tile.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.block-tile.reverse .block-tile-img {
		margin-right: 55px;
	}
	.block-tile:not(.reverse) .block-tile-img {
		margin-left: 55px;
	}
	.block-tile-content {
		padding-top: 0px;
		font-weight: normal;
	}
	.block-tile-content .btn-holder {
		padding-top: 55px;
	}
	.block-tile-img {
		width: 488px;
	}
	.block-tile-img:not(._contain)::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.block-tile-img:not(._contain) img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.block-tile-img img {
		-o-object-position: 50% 25%;
		   object-position: 50% 25%;
	}
	.block-tile-img._sm {
		height: 427px;
	}
	.section-about-bank .block-tile-content {
		padding-top: 55px;
	}
	.section-about-bank .headline-section {
		margin-bottom: 0;
		padding-bottom: 85px;
	}
	.form-module {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 100px;
	}
	.form-module-inner {
		width: 195px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		padding-top: 18px;
	}
	.form-module .headline-section {
		margin-bottom: 32px;
	}
	.error-block .btn,
	.error-block input[type=button],
	.error-block input[type=reset],
	.error-block input[type=submit],
	.error-block button[type=submit],
	.error-block .jcf-upload-button .jcf-button-content,
	.jcf-upload-button .error-block .jcf-button-content {
		min-width: 193px;
	}
	.header {
		padding: 0;
	}
	.header-upper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-under {
		padding: 18px 0 4px;
	}
	.header-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.header-btns {
		padding-left: 5px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: 10px;
		gap: 18px;
	}
	.header-btns::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 18px;
		background: #003b5c;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.header-search-form {
		position: absolute;
		top: -9999px;
		right: -9999px;
		margin-top: -3px;
		opacity: 0;
		gap: 10px;
		background: #fcfafa;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}


	.fixed-header .header-upper{
		display: none;
	}

	header.header{
		position: absolute;
		left:0;
		right:0;
		top:0;
	}



	header.fixed-header{
		position: fixed;
		animation-name: animate;
		animation-duration: 0.5s;
	}

	@keyframes animate {
		from {top:-200px;}
		to {top:-13px;}
	  }
	  


	body.search-form-active .header-search-form {
		top: 50%;
		right: 0;
		left: auto;
		width: 500px;
		z-index: 2;
		opacity: 1;
		-webkit-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.nav > ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 28px;
	}
	.nav > ul > li.visible-mobile {
		display: none !important;
	}
	.nav > ul > li.has-drop:hover > .drop-menu {
		top: 100%;
		opacity: 1;
		left: 0;
		margin-top: 12px;
		-webkit-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.drop-menu {
		padding: 12px 10px;
		background: #fcfafa;
		border-top: 1px solid #cfd7dd;
		border-bottom: 2px solid #af2733;
	}
	.drop-menu-mega {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		min-width: calc(100% + 215px);
	}
	.drop-menu-mega ul {
		-webkit-column-break-inside: avoid;
		   -moz-column-break-inside: avoid;
		        break-inside: avoid;
	}
	.drop-menu-mega ul li:not(:first-child) {
		margin-top: 6px;
		padding-left: 6px;
	}
	.modal-drop {
		position: absolute;
		right: -35px;
		margin-top: 24px;
		width: 262px;
		padding: 24px 17px;
	}
	.modal-drop .btn-close {
		top: 10px;
		right: 10px;
		width: 15px;
		height: 15px;
	}
}
@media (min-width: 1024px){
	h1,
	.h1,
	.title-lg {
		line-height: 1;
	}
	.flag-title {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.headline-section-text {
		font-size: 65px;
	}
	.text-nowrap {
		white-space: nowrap;
	}
	blockquote {
		max-width: 660px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-news .headline-section {
		font-weight: 300;
	}
	.section-hero {
		min-height: 500px;
	}
	.hero-block {
		min-height: 220px;
	}
	.legacy-list {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 38px;
	}
	.section-tile-legacy {
		font-size: 16px;
		line-height: 25px;
	}
	.section-tile-legacy .block-tile .flag-title {
		margin-bottom: 34px;
	}
	.section-tile-legacy .block-tile-content p:not(:last-child) {
		margin-bottom: 15px;
	}
	.block-tile.reverse .block-tile-img._lg {
		margin-left: -117px;
	}
	.block-tile-content .btn-holder {
		padding-right: 25px;
	}
	.block-tile-img._lg {
		width: 520px;
	}
	.rate-module {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.rate-block {
		width: 50%;
	}
	.module-news {
		gap: 60px;
	}
	.module-news-inner {
		width: 340px;
	}
	.news-block-element {
		width: 60px;
	}
	.form-module .headline-section {
		font-weight: 300;
	}
	.service-tile {
		padding-right: 30px;
		gap: 20px;
	}
	.footer-holder {
		width: 62.5%;
	}
	.footer-list {
		padding-top: 8px;
		grid-gap: 0 35px;
	}

	.footer-terms, .footer-links{
		font-size:12px;
	}

	.header-list > li > a{
		letter-spacing: 0.19px;
	}
	
}
@media (min-width: 1200px){

	.module-news-inner {
		width: 480px;
	}

	.module-news,
	.form-module {
		gap: 120px;
	}

	.form-module-inner {
		width: 270px;
	}

	.typography-wrap {
		max-width: 580px;
	}

	.block-tile:not(.reverse) .block-tile-img {
		/*margin-left: 108px;*/
		width: 50%;
		flex-shrink: 1;
	}

	.section-about-bank .block-tile-content{
		width: 380px !important;
		flex-shrink: 0;
		font-size: 16px;
		line-height: 26px;
	}

	.header-placeholder{
		min-height:80px;
	}
	.headline-lg {
		font-size: 40px;
	}
	blockquote {
		max-width: 800px;
	}
	.container,
	.container._lg {
		max-width: calc(1180px + var(--gutter) * 2);
	}
	.container._xl {
		/*max-width: 1100px;*/
	}
	.container._md {
		/*max-width: 940px;*/
		max-width: calc(970px + var(--gutter) * 2);
	}

	.container._xl{
		max-width: calc(1184px + var(--gutter) * 2);
	}

	.text-sm {
		font-size: 14px;
		line-height: 1.55;
	}
	.section-hero {
		min-height: 730px;
	}
	.logo {
		width: 100px;
	}
	.header-list > li > a {
		font-size: 12px;
		padding-top: 11px;
    	padding-bottom: 5px;
	}
	.header-list .modal-drop {
		margin-top: 36px;
	}
	.header-under {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.nav > ul > li.has-drop:hover > .drop-menu {
		margin-top: 15px;
	}
	.drop-menu-mega {
		min-width: calc(100% + 315px);
	}
	.modal-drop {
		right: -45px;
		width: 340px;
		padding: 35px 25px 25px;
	}
	.modal-drop {
		margin-top: 37px;
	}
	.modal-drop-title {
		font-size: 16px;
	}
	.footer-holder {
		width: 80%;
	}

	.section-timeline .headline-section i.text-danger{
		font-size:65px;
	}

	.timeline-tile{
		font-size: 16px;
		line-height: 26px;
		max-width: 480px;
	}

	.timeline-tile .btn-holder{
		max-width: 380px;
	}

	.form-module-inner {
		font-size: 16px;
		line-height: 26px;
	}

	.form-module .headline-section{
		font-size:38px;
	}

	.news-post-title{
		font-size: 16px;
		line-height: 26px;
	}

	.rate-block-title{
		font-size:30px;
	}

	.rate-block-subtext{
		font-size:18px;
	}

	.rate-block p{
		font-size:11px;
		line-height: 11.58px;
	}

	.rate-block{
		padding-left:58px;
		padding-right: 58px;
	}

	.flag-title{
		letter-spacing: 5px;
	}

	.flag-title{
		padding-left: 22px;
		padding-right: 22px;
	}

	.hero-block .flag-title{
		font-size:12px;
		letter-spacing: 6px;
		line-height: 21.08px;
		padding-left: 27px;
		padding-right: 27px;
	}

	.hero-block .headline-lg{
		font-size:36px;
		line-height: 46px;
	}

	.footer-holder{
		justify-content: flex-start;
		grid-gap: 160px;
	}

	.footer-list li a{
		font-size:16px;
	}


	.card-tile-img {
		height: 162px;
	}

	
    .section-recent--all .card-tile-img {
        height: 245px;
    }

	.card-tile-content__price{
		font-size:30px;
		margin-bottom: 9px;
	}

	.card-tile-content__address{
		width:auto;
		font-size: 12px;
	}

	.card-tile-content {
		font-size: 12px;
	}

	.tile-card-title{
		font-size:16px;
	}

	.tile-card .meta{
		font-size:12px;
	}

	.filter-nav .btn{
		padding-left: 36px;
		padding-right: 36px;
	}

	.legacy-list{
		max-width:500px;
	}

	.header-btns{
		gap:28px;
	}

	.header-btns {
		margin-left: 60px !important;
	}

	.header-btns::before{
		left:-20px;
	}

	.nav > ul{
		gap: 60px;
	}

	.nav > ul > li > a{
		font-size:16px;
	}

	.service-tile-wrap{
		font-size:15px;
	}

	body.search-form-active .header-search-form{
		width:600px;
	}

}


@media(min-width:1700px){
	.block-tile:not(.reverse) .block-tile-img::before{
		padding-top: 70%;
	}
}

/**/

.entry table {
    border: 1px solid #000;
}

.entry table th {
    background-color: #262626;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #fff;
}

.entry table th:last-child {
    border-right: none;
}

.entry table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.entry table td:last-child {
    border-right: none;
}

/**/

#wpfront-notification-bar div.wpfront-message.wpfront-div {
    font-size: 16px;
    font-weight: 300;
}

#wpfront-notification-bar div.wpfront-close {
    background: none;
    border: none;
    font-size: 0;
    height: 24px;
    line-height: 1;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

#wpfront-notification-bar div.wpfront-close::before, #wpfront-notification-bar div.wpfront-close::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
}

#wpfront-notification-bar div.wpfront-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#wpfront-notification-bar div.wpfront-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}