/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: "PPObjectSans";
	src: url("../fonts/PPObjectSans-Regular.woff") format("woff"), url("../fonts/PPObjectSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PPObjectSans";
	src: url("../fonts/PPObjectSans-Thin.woff") format("woff"), url("../fonts/PPObjectSans-Thin.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "PPObjectSans";
	src: url("../fonts/PPObjectSans-Bold.woff") format("woff"), url("../fonts/PPObjectSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.intro .slick-dots,
.accordion,
.faq-accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #1f4a5d;
	background: #fff;
	font: 16px/1.6 "PPObjectSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 35px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1f4a5d;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #bbc9ce;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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,
textarea::-webkit-input-placeholder {
	color: #bbc9ce;
}

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,
textarea::-moz-placeholder {
	opacity: 1;
	color: #bbc9ce;
}

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,
textarea:-moz-placeholder {
	color: #bbc9ce;
}

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,
textarea:-ms-input-placeholder {
	color: #bbc9ce;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #bbc9ce;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}

.container.container-sm {
	max-width: 1164px;
}

h1 {
	line-height: 1.2;
	margin-bottom: 32px;
}

h2 {
	line-height: 1.0833;
	margin-bottom: 32px;
}

h3 {
	line-height: 1.1;
	margin-bottom: 32px;
}

h4 {
	line-height: 1.1111;
	margin-bottom: 30px;
}

h5 {
	margin-bottom: 30px;
}

h6 {
	margin-bottom: 30px;
}

p {
	margin: 0 0 32px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.btn {
	-webkit-transition: -webkit-clip-path .15s ease-in-out;
	transition: -webkit-clip-path .15s ease-in-out;
	transition: clip-path .15s ease-in-out;
	transition: clip-path .15s ease-in-out, -webkit-clip-path .15s ease-in-out;
	padding: 10px 34px 10px 16px;
	font-size: 16px;
	line-height: 1.25;
	display: inline-block;
	vertical-align: middle;
	color: #1f4a5d;
	text-decoration: none;
	background-color: #fcfe00;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}

.btn:hover {
	-webkit-clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
}

.btn-more {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	position: relative;
	padding-right: 34px;
}

.btn-more:hover::before {
	right: 0;
}

.btn-more::before {
	-webkit-transition: right .15s ease-in-out;
	transition: right .15s ease-in-out;
	width: 19px;
	height: 12px;
	content: "";
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg-dark {
	color: #fff;
	background-color: #1f4a5d;
}

.bg-light {
	background-color: #bbc9cf;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.hero {
	position: relative;
}

.hero::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(left, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
	background-image: linear-gradient(to right, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
}

.hero .container {
	position: relative;
	min-height: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 62px 0;
}

.hero .text-holder {
	color: #fff;
	font-size: 14px;
	line-height: 1.5714;
}

.hero .text-holder h1 {
	font-size: 40px;
	line-height: 1.125;
	margin-bottom: 8px;
}

.hero .text-holder p {
	margin-bottom: 32px;
}

.hero .text-holder p:last-child {
	margin: 0;
}

.content-block {
	padding: 50px 0;
}

.content-block.bg-dark h1,
.content-block.bg-dark h2,
.content-block.bg-dark h3,
.content-block.bg-dark h4,
.content-block.bg-dark h5,
.content-block.bg-dark h6,
.content-block.bg-dark a {
	color: rgba(255, 255, 255, .88);
}

.content-block img {
	display: block;
	width: 100%;
	margin-bottom: 32px;
}

.content-block p:last-child {
	margin: 0;
}

.banner {
	position: relative;
	color: #fff;
}

.banner.v-align-top .holder {
	top: 42px;
}

.banner.v-align-bottom .holder {
	bottom: 42px;
}

.banner.v-align-center .holder {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner.without-title::before {
	display: none;
}

.banner.bg-gradient::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(left, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
	background-image: linear-gradient(to right, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
}

.banner .holder {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
}

.banner img {
	display: block;
	width: 100%;
}

.banner h2 {
	margin: 0;
}

.two-columns {
	padding: 53px 0 55px;
}

.two-columns.why-section .text-holder {
	line-height: 1.8714;
}

.two-columns.why-section p {
	margin-bottom: 40px;
}

.two-columns.mixed-bg {
	background-color: #bbc9ce;
	position: relative;
}

.two-columns.mixed-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: 0;
	-webkit-transform: skewX(-46.5deg);
	-ms-transform: skewX(-46.5deg);
	transform: skewX(-46.5deg);
	background-color: #1e4a5d;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.two-columns.bg-light h4 {
	color: #1f4a5d;
}

.two-columns .row .col img {
	display: block;
	width: 100%;
}

.two-columns .text-holder {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 50px;
}

.two-columns h4 {
	color: #bbc9cf;
	margin-bottom: 12px;
}

.two-columns h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.two-columns p {
	margin-bottom: 34px;
}

.two-columns p:last-child {
	margin: 0;
}

.card-block {
	padding-top: 50px;
	padding-bottom: 20px;
}

.card-block .row .col {
	padding-bottom: 50px;
}

.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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.6;
}

.card img {
	display: block;
	width: 100%;
	margin-bottom: 26px;
}

.card h4 {
	margin-bottom: 14px;
}

.card h4 a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
}

.card h4 a:hover {
	color: #bbc9cf;
}

.card p {
	margin: 0 0 24px;
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.intro {
	position: relative;
}

.intro .line {
	-webkit-transition: left 1.5s ease-in-out;
	transition: left 1.5s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	z-index: 5;
	background-color: #fff;
	max-height: 1px;
}

.intro .slick-controls {
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: none;
}

.intro .slick-dots {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 150px;
	margin-left: 37px;
	margin-bottom: 34px;
}

.intro .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.intro .slick-dots li.slick-active button {
	opacity: 1;
	visibility: visible;
}

.intro .slick-dots li:nth-child(n+10) button::before {
	content: none;
}

.intro .slick-dots li button {
	-webkit-transition: opacity 1.4s ease, visibility 1.4s ease;
	transition: opacity 1.4s ease, visibility 1.4s ease;
	background-color: transparent;
	display: block;
	width: 37px;
	padding: 0;
	border: none;
	position: absolute;
	left: -37px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	margin-top: 2px;
}

.intro .slick-dots li button::before {
	content: "0";
}

.intro .text-block {
	position: relative;
	z-index: 13;
	color: #fff;
	pointer-events: none;
}

.intro .text-block .container {
	min-height: 677px;
	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;
	padding: 65px 0 63px;
}

.intro .text-block .hero-content {
	width: 100%;
	max-width: 255px;
	font-size: 14px;
	line-height: 1.3571;
}

.intro .text-block h1 {
	font-size: 40px;
	line-height: 1.125;
	margin-bottom: 10px;
}

.intro .btn-box {
	position: relative;
}

.intro .btn-box::before {
	content: "";
	height: 1px;
	background-color: #fcfe00;
	position: absolute;
	left: 0;
	right: -9999px;
}

.intro .btn-box .btn {
	padding: 14px 66px 14px 20px;
	font-size: 18px;
	pointer-events: initial;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.5px) 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.5px) 100%, 0% 100%);
}

.intro .btn-box .btn:hover {
	-webkit-clip-path: polygon(0% 0%, calc(100% - 36.5px) 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 36.5px) 0%, 100% 100%, 0% 100%);
}

.hero-text-slider:not(.slick-initialized) .slick-list,
.hero-text-slider:not(.slick-initialized) .slick-track,
.hero-slider:not(.slick-initialized) .slick-list,
.hero-slider:not(.slick-initialized) .slick-track,
.hero-slider-nav:not(.slick-initialized) .slick-list,
.hero-slider-nav:not(.slick-initialized) .slick-track {
	height: 100%;
}

.hero-text-slider:not(.slick-initialized) .slide,
.hero-slider:not(.slick-initialized) .slide,
.hero-slider-nav:not(.slick-initialized) .slide {
	height: 100% !important;
}

.hero-text-slider:not(.slick-initialized) .slide:not(:first-child),
.hero-slider:not(.slick-initialized) .slide:not(:first-child),
.hero-slider-nav:not(.slick-initialized) .slide:not(:first-child) {
	display: none !important;
}

.hero-text-slider:not(.slick-initialized) .bg-img,
.hero-slider:not(.slick-initialized) .bg-img,
.hero-slider-nav:not(.slick-initialized) .bg-img {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.hero-text-slider {
	height: auto;
	width: 100%;
}

.hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
	height: 100%;
}

.hero-slider .slide {
	background-color: #bbc9cf;
}

.hero-slider .bg-cover {
	background-position: 60.5% 100%;
}

.hero-slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}

.hero-slider-nav::before {
	content: "";
	position: absolute;
	height: 27px;
	width: 67%;
	position: absolute;
	top: 51%;
	left: 56%;
	-webkit-transform: translate(-50%, -50%) skewX(-36.5deg);
	-ms-transform: translate(-50%, -50%) skewX(-36.5deg);
	transform: translate(-50%, -50%) skewX(-36.5deg);
	border: solid #fcfe00;
	border-width: 0 9999px;
	box-sizing: content-box;
	z-index: 1;
}

.hero-slider-nav::after {
	content: "";
	width: 4px;
	height: 1000px;
	background-color: #fff;
	position: absolute;
	bottom: 50%;
	right: -474px;
	-webkit-transform: skewX(-36.5deg) translateY(50%);
	-ms-transform: skewX(-36.5deg) translateY(50%);
	transform: skewX(-36.5deg) translateY(50%);
}

.hero-slider-nav .slick-list,
.hero-slider-nav .slick-track {
	height: 100%;
	z-index: 5;
}

.hero-slider-nav .slick-list::before {
	content: "";
	position: absolute;
	top: 0;
	height: 49%;
	left: 0;
	width: 100%;
	z-index: 7;
	background-image: -webkit-linear-gradient(top, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
	background-image: linear-gradient(to bottom, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
}

.hero-slider-nav .slick-list::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 40%;
	left: 0;
	width: 100%;
	z-index: 7;
	background-image: -webkit-linear-gradient(bottom, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
	background-image: linear-gradient(to top, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
}

.hero-slider-nav .slick-slide .bg-img,
.hero-slider-nav .slick-slide[aria-hidden="true"]:not(.slick-cloned) .bg-img {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.hero-slider-nav .slick-center .bg-img,
.hero-slider-nav .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .bg-img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.hero-slider-nav .slick-center:not([tabindex="-1"]) ~ .slick-slide[aria-hidden="true"] .bg-img {
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}

.hero-slider-nav .slick-slide {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	position: relative;
	z-index: 5;
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.hero-slider-nav .bg-img {
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.6, 0, .4, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.6, 0, .4, 1);
	transition: transform 1.4s cubic-bezier(.6, 0, .4, 1);
	transition: transform 1.4s cubic-bezier(.6, 0, .4, 1), -webkit-transform 1.4s cubic-bezier(.6, 0, .4, 1);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.hero-slider-nav .bg-img img {
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 60.5% 100%;
	position: relative;
	z-index: 2;
}

.info-section {
	padding: 38px 0 31px;
	position: relative;
}

.info-section::after,
.info-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.info-section::before {
	height: 0;
	width: 0;
	border-bottom: 187px solid transparent;
	border-right: 187px solid #bbc9cf;
	z-index: 1;
}

.info-section::after {
	height: 0;
	width: 0;
	border-bottom: 110px solid transparent;
	border-right: 110px solid #fcfe00;
	z-index: 3;
}

.info-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
}

.info-section .default-image,
.info-section .img-block {
	position: relative;
	margin-top: 28px;
	margin-left: -47px;
	margin-bottom: 11px;
}

.info-section .default-image::before,
.info-section .img-block::before {
	content: "";
	display: block;
	padding-top: 88%;
}

.info-section .default-image img,
.info-section .img-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.info-section .default-image .btn,
.info-section .img-block .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

.info-section .btn-arrow-more {
	display: inline-block;
	vertical-align: top;
	padding: 14px 164px 8px 16px;
	position: relative;
	background-color: #fcfe00;
	text-decoration: none;
	-webkit-clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
	font-size: 18px;
	line-height: 1.6667;
	position: absolute;
	bottom: 0;
	left: 0;
}

.info-section .btn-arrow-more:hover::before {
	right: 101px;
}

.info-section .btn-arrow-more::before {
	-webkit-transition: right .15s ease-in-out;
	transition: right .15s ease-in-out;
	width: 38px;
	height: 15px;
	content: "";
	background-image: url("../images/arrow-lg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 54%;
	right: 111px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion {
	font-size: 14px;
	line-height: 1.5714;
}

.accordion li {
	padding-bottom: 11px;
	padding-left: 48px;
}

.accordion li.active .opener::before {
	border-right-color: #fcfe00;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion .slide {
	margin-left: -48px;
	padding-left: 48px;
}

.accordion .slide p {
	margin-bottom: 10px;
}

.accordion h3 {
	font-size: 18px;
	line-height: 1.6667;
	margin-bottom: 7px;
}

.accordion .opener {
	display: block;
	position: relative;
	color: #1f4a5d;
	text-decoration: none;
}

.accordion .opener:hover::before {
	border-right-color: #fcfe00;
}

.accordion .opener::before {
	-webkit-transition: border-color .3s linear, -webkit-transform .3s linear;
	transition: border-color .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, border-color .3s linear;
	transition: transform .3s linear, border-color .3s linear, -webkit-transform .3s linear;
	height: 0;
	width: 0;
	border-bottom: 24px solid transparent;
	border-right: 24px solid #bbc9cf;
	content: "";
	position: absolute;
	left: -48px;
	top: 3px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.accordion .img-block {
	margin-top: 28px;
	margin-left: -47px;
	margin-bottom: 11px;
}

.accordion-content {
	width: 100%;
	display: none;
	width: 57.8%;
}

.accordion-content .default-image,
.accordion-content .img-block {
	position: relative;
}

.accordion-content .default-image,
.accordion-content .current-img {
	z-index: 3;
	position: relative;
	opacity: 0;
}

.accordion-content .prev-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.faq-section {
	padding: 52px 0 22px;
	position: relative;
}

.faq-section::after,
.faq-section::before {
	content: "";
	position: absolute;
	display: none;
}

.faq-section::before {
	height: 0;
	width: 0;
	border-bottom: 207px solid transparent;
	border-left: 207px solid #bbc9cf;
	top: 0;
	left: 0;
}

.faq-section::after {
	height: 0;
	width: 0;
	border-top: 207px solid transparent;
	border-right: 207px solid #1f4a5d;
	bottom: 0;
	right: 0;
}

.faq-section h2 {
	margin-bottom: 51px;
}

.faq-accordion {
	color: rgba(31, 74, 93, .6);
	font-size: 14px;
	line-height: 1.5714;
}

.faq-accordion li {
	-webkit-transition: margin-top .15s ease-in-out, padding-top .15s ease-in-out;
	transition: margin-top .15s ease-in-out, padding-top .15s ease-in-out;
	padding-bottom: 30px;
	padding-left: 56px;
}

.faq-accordion li.active {
	margin-top: -15px;
}

.faq-accordion li.active .opener::before {
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.faq-accordion h3 {
	font-size: 18px;
	line-height: 1.3889;
	margin-bottom: 0;
	color: #1f4a5d;
}

.faq-accordion .slide {
	overflow: hidden;
	padding-top: 15px;
}

.faq-accordion .slide p:last-child {
	margin: 0;
}

.faq-accordion .opener {
	display: block;
	position: relative;
	z-index: 2;
	color: #1f4a5d;
	text-decoration: none;
	padding: 6px 10px 10px 56px;
	margin-left: -56px;
}

.faq-accordion .opener:hover::before {
	width: 22px;
}

.faq-accordion .opener::before {
	-webkit-transition: width .3s linear, height .3s linear, -webkit-clip-path .3s linear;
	transition: width .3s linear, height .3s linear, -webkit-clip-path .3s linear;
	transition: width .3s linear, height .3s linear, clip-path .3s linear;
	transition: width .3s linear, height .3s linear, clip-path .3s linear, -webkit-clip-path .3s linear;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-color: #fcfe00;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30.5px) 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30.5px) 100%, 0% 100%);
	z-index: -1;
}

.embed-responsive {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.embed-responsive.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive.embed-responsive-3by2::before {
	padding-top: 66.6666666667%;
}

.embed-responsive.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive::before {
	content: "";
	display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (min-width: 768px) {
	.container {
		width: 95%;
	}

	.hero::before {
		width: 80%;
	}

	.hero .text-holder {
		width: 55%;
	}

	.banner.bg-gradient::before {
		width: 50%;
	}

	.banner h2 {
		max-width: 25%;
		font-size: 30px;
	}

	.row {
		margin: 0 -8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row .col {
		padding: 0 8px;
	}

	.two-columns.reverse .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.two-columns.reverse .text-holder {
		padding-right: 0;
		padding-left: 10px;
	}

	.two-columns.mixed-bg::before {
		-webkit-transform-origin: initial;
		-ms-transform-origin: initial;
		transform-origin: initial;
		-webkit-transform: skewX(45deg);
		-ms-transform: skewX(45deg);
		transform: skewX(45deg);
		left: 53%;
	}

	.two-columns .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.two-columns .row .col {
		width: 50%;
	}

	.two-columns .text-holder {
		padding-right: 10px;
		padding-bottom: 0;
	}

	.card-block {
		padding-bottom: 0;
	}

	.card-block .row .col {
		width: 33.33%;
	}

	.intro::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 90vw;
		background-image: -webkit-linear-gradient(left, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
		background-image: linear-gradient(to right, #1e4a5d 0%, rgba(30, 74, 93, 0) 100%);
	}

	.intro .text-block .container {
		min-height: 618px;
		padding: 105px 0 86px;
	}

	.intro .text-block .hero-content {
		font-size: 16px;
		max-width: 300px;
	}

	.intro .text-block h1 {
		font-size: 50px;
	}

	.hero-slider .bg-cover {
		background-position: 50% 100%;
	}

	.hero-slider-nav::before {
		height: 60px;
		top: 59.4%;
		width: 44%;
		left: 61%;
	}

	.hero-slider-nav::after {
		right: -342px;
	}

	.hero-slider-nav .slick-list::before {
		display: none;
	}

	.hero-slider-nav .slick-list::after {
		display: none;
	}

	.hero-slider-nav .bg-img img {
		object-position: 50% 100%;
	}

	.info-section {
		padding: 60px 0;
	}

	.info-section .default-image,
	.info-section .img-block {
		margin: 0;
	}

	.accordion {
		color: rgba(31, 74, 93, .6);
		width: 42.2%;
		padding-right: 30px;
	}

	.accordion .slide {
		margin-left: 0;
		padding-left: 0;
	}

	.accordion h3 {
		margin-bottom: 12px;
	}

	.accordion .img-block {
		position: absolute;
		left: -9999px;
		width: 100%;
		margin: 0;
	}

	.accordion-content {
		display: block;
		position: relative;
	}

	.accordion-content .default-image,
	.accordion-content .img-block {
		width: 100%;
	}

	.faq-section {
		padding: 66px 0 55px;
	}

	.faq-section h2 {
		margin-bottom: 51px;
	}

	.faq-accordion h3 {
		line-height: 1.5;
	}

	.faq-accordion .opener {
		padding: 6px 15px 6px 56px;
	}
}

@media (min-width: 960px) {
	.container {
		width: 90%;
	}

	.container.container-sm {
		width: 75%;
	}

	.btn {
		padding: 14px 62px 14px 15px;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 48px) 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - 48px) 100%, 0% 100%);
	}

	.btn:hover {
		-webkit-clip-path: polygon(0% 0%, calc(100% - 48px) 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, calc(100% - 48px) 0%, 100% 100%, 0% 100%);
	}

	.hero .container {
		padding: 100px 0;
		min-height: 700px;
	}

	.hero .text-holder {
		font-size: 18px;
		line-height: 1.2778;
		padding-top: 5px;
		width: 60%;
		max-width: 576px;
	}

	.hero .text-holder h1 {
		font-size: 55px;
		line-height: 1.0909;
		margin-bottom: 14px;
	}

	.hero .text-holder p {
		margin-bottom: 42px;
	}

	.content-block {
		padding: 80px 0;
	}

	.banner.banner-home::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 51%;
		-webkit-transform: translate(-50%, -50%) skewX(-45deg);
		-ms-transform: translate(-50%, -50%) skewX(-45deg);
		transform: translate(-50%, -50%) skewX(-45deg);
		height: 28px;
		width: 65.8%;
		box-sizing: content-box;
		border: solid #fcfe00;
		border-width: 0 9999px;
		z-index: 2;
	}

	.banner h2 {
		font-size: 38px;
		line-height: 1.1316;
		max-width: 30%;
	}

	.two-columns {
		padding: 80px 0;
	}

	.two-columns.why-section {
		padding: 98px 0;
	}

	.two-columns.why-section .text-holder {
		padding-right: 145px;
		font-size: 16px;
		line-height: 1.6375;
	}

	.two-columns.why-section p {
		margin-bottom: 42px;
	}

	.two-columns.reverse .text-holder {
		padding-right: 0;
		padding-left: 40px;
	}

	.two-columns .text-holder {
		padding-right: 40px;
	}

	.card-block {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.card-block .row .col {
		padding-bottom: 40px;
	}

	.intro .slick-dots {
		margin-bottom: 45px;
	}

	.intro .text-block .hero-content {
		font-size: 18px;
		line-height: 1.2778;
		max-width: 350px;
	}

	.intro .text-block h1 {
		font-size: 55px;
		line-height: 1.0909;
		margin-bottom: 14px;
	}

	.intro .btn-box .btn {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.5px) 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - 36.5px) 100%, 0% 100%);
	}

	.intro .btn-box .btn:hover {
		-webkit-clip-path: polygon(0% 0%, calc(100% - 36.5px) 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, calc(100% - 36.5px) 0%, 100% 100%, 0% 100%);
	}

	.hero-slider-nav::after {
		right: -302px;
	}

	.info-section {
		padding: 80px 0;
	}

	.info-section::before {
		border-bottom-width: 512px;
		border-right-width: 512px;
	}

	.info-section::after {
		border-bottom-width: 302px;
		border-right-width: 302px;
	}

	.info-section .default-image::before,
	.info-section .img-block::before {
		padding-top: 99%;
	}

	.accordion {
		font-size: 16px;
		line-height: 1.375;
		padding-right: 60px;
		margin-left: -2px;
		margin-bottom: -25px;
	}

	.accordion li {
		padding-bottom: 13px;
	}

	.accordion .slide {
		padding-bottom: 12px;
	}

	.accordion h3 {
		font-size: 24px;
		line-height: 1.25;
	}

	.accordion .opener::before {
		top: 4px;
	}

	.faq-section {
		padding: 121px 0 80px;
	}

	.faq-section::after,
	.faq-section::before {
		display: block;
	}

	.faq-accordion {
		font-size: 16px;
		line-height: 1.375;
	}

	.faq-accordion li {
		padding-bottom: 32px;
	}

	.faq-accordion li.active .opener::before {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 40.5px) 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - 40.5px) 100%, 0% 100%);
		width: calc(100% + 42px);
	}

	.faq-accordion h3 {
		font-size: 20px;
	}

	.faq-accordion .slide {
		padding-top: 14px;
		padding-right: 10px;
	}

	.faq-accordion .opener {
		display: inline-block;
		vertical-align: top;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 78.5%;
	}

	.container.container-sm {
		width: 66.4%;
	}

	.hero::before {
		width: 72.5%;
	}

	.banner.banner-home::after {
		height: 43px;
		top: 50%;
		width: 57.8%;
	}

	.banner.v-align-top .holder {
		top: 60px;
	}

	.banner.v-align-bottom .holder {
		bottom: 60px;
	}

	.banner h2 {
		font-size: 48px;
		line-height: 1.125;
	}

	.two-columns.why-section {
		padding: 160px 0;
	}

	.two-columns.why-section .text-holder {
		padding-right: 170px;
	}

	.two-columns.why-section p {
		margin-bottom: 40px;
	}

	.two-columns.reverse .text-holder {
		padding-right: 0;
		padding-left: 86px;
	}

	.two-columns.mixed-bg::before {
		left: 54%;
	}

	.two-columns .text-holder {
		padding-right: 86px;
	}

	.intro::before {
		width: 72vw;
	}

	.intro .slick-dots {
		margin-bottom: 109px;
	}

	.intro .slick-dots li button {
		margin-top: 1px;
	}

	.intro .text-block .container {
		min-height: 846px;
		padding: 145px 0 96px;
	}

	.intro .text-block .hero-content {
		font-size: 20px;
		line-height: 1.35;
		max-width: 380px;
	}

	.intro .text-block h1 {
		font-size: 79px;
		line-height: 1.13;
		margin-bottom: 15px;
	}

	.hero-slider-nav::before {
		height: 76px;
		top: 55%;
		left: 59.7%;
		width: 39.6%;
	}

	.hero-slider-nav::after {
		right: -239px;
	}

	.info-section {
		padding: 96px 0 132px;
	}

	.info-section::before {
		border-bottom-width: 648px;
		border-right-width: 648px;
	}

	.info-section::after {
		border-bottom-width: 381px;
		border-right-width: 381px;
	}

	.info-section .default-image::before,
	.info-section .img-block::before {
		padding-top: 86.3%;
	}

	.info-section .btn-arrow-more {
		font-size: 24px;
		line-height: 1.25;
		padding: 12px 128px 10px 16px;
	}

	.info-section .btn-arrow-more:hover::before {
		right: 53px;
	}

	.info-section .btn-arrow-more::before {
		width: 50px;
		height: 19px;
		right: 63px;
		top: 50%;
	}

	.accordion {
		padding-right: 94px;
		margin-left: 0;
	}

	.accordion .slide {
		padding-bottom: 7px;
	}

	.accordion .slide p {
		margin-bottom: 15px;
	}

	.accordion .opener::before {
		top: 6px;
	}

	.faq-section {
		padding: 66px 0 55px;
	}

	.faq-section .container.container-sm {
		width: 66.4%;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 80%;
	}

	.container.container-sm {
		width: 67%;
	}

	.btn {
		padding: 10px 34px 10px 16px;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
	}

	.btn:hover {
		-webkit-clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
	}

	.banner.banner-home::after {
		height: 48px;
		width: 58.8%;
	}

	.banner.v-align-top .holder {
		top: 67px;
	}

	.banner.v-align-bottom .holder {
		bottom: 67px;
	}

	.two-columns.why-section {
		padding: 134px 0;
	}

	.two-columns.why-section .text-holder {
		padding-right: 200px;
	}

	.two-columns.mixed-bg::before {
		left: 47.8%;
	}

	.intro::before {
		width: 65vw;
	}

	.intro .text-block .container {
		min-height: 907px;
		padding-bottom: 157px;
		width: 80.5%;
	}

	.intro .text-block .hero-content {
		max-width: 470px;
	}

	.hero-text-slider {
		margin-left: -5px;
	}

	.hero-slider-nav::before {
		top: 51.2%;
		left: 60.2%;
		width: 39%;
	}

	.hero-slider-nav::after {
		right: -212px;
	}

	.info-section {
		padding: 78px 0 80px;
	}

	.info-section::before {
		border-bottom-width: 682px;
		border-right-width: 682px;
	}

	.info-section::after {
		border-bottom-width: 401px;
		border-right-width: 401px;
	}

	.info-section .default-image::before,
	.info-section .img-block::before {
		padding-top: 79.3%;
	}

	.accordion {
		padding-right: 108px;
		margin-bottom: -30px;
	}

	.accordion li {
		padding-bottom: 15px;
	}

	.accordion .slide {
		padding-bottom: 14px;
	}

	.accordion h3 {
		margin-bottom: 13px;
	}

	.faq-section {
		padding: 82px 0 62px;
	}

	.faq-section .container.container-sm {
		width: 67%;
	}

	.faq-accordion li.active {
		padding-bottom: 55px;
	}
}

@media (min-width: 1680px) {
	.banner.banner-home::after {
		height: 64px;
	}

	.banner.v-align-top .holder {
		top: 102px;
	}

	.banner.v-align-bottom .holder {
		bottom: 102px;
	}

	.two-columns.why-section {
		padding: 152px 0;
	}

	.two-columns.why-section .text-holder {
		padding-right: 250px;
	}

	.two-columns.why-section p {
		margin-bottom: 54px;
	}

	.two-columns.mixed-bg::before {
		left: 51.8%;
	}

	.intro::before {
		width: 50vw;
	}

	.intro .slick-dots {
		margin-bottom: 127px;
		margin-left: 43px;
		width: 296px;
	}

	.intro .slick-dots li button {
		font-size: 24px;
		left: -43px;
		margin-top: 0;
	}

	.intro .text-block .container {
		width: 80%;
		min-height: 1142px;
		padding-top: 148px;
		padding-bottom: 208px;
	}

	.intro .text-block .hero-content {
		font-size: 25px;
		line-height: 1.24;
		max-width: 480px;
	}

	.intro .text-block h1 {
		font-size: 100px;
		line-height: 1.1;
		margin-bottom: 10px;
	}

	.hero-text-slider {
		margin-left: 0;
	}

	.hero-slider-nav::before {
		top: 52%;
		left: 59.2%;
		width: 34.5%;
	}

	.hero-slider-nav::after {
		right: -444px;
		height: 2000px;
	}

	.info-section {
		padding: 171px 0 155px;
	}

	.info-section::before {
		border-bottom-width: 960px;
		border-right-width: 960px;
	}

	.info-section::after {
		border-bottom-width: 565px;
		border-right-width: 565px;
	}

	.info-section .default-image::before,
	.info-section .img-block::before {
		padding-top: 80.3%;
	}

	.accordion {
		padding-top: 7px;
		padding-right: 115px;
		margin-bottom: -52px;
	}

	.accordion li {
		padding-bottom: 40px;
	}

	.accordion .slide {
		padding-bottom: 10px;
	}

	.accordion h3 {
		font-size: 30px;
		line-height: 1.25;
		margin-bottom: 12px;
	}

	.faq-section {
		padding: 155px 0 141px;
	}

	.faq-section::before {
		border-bottom-width: 362px;
		border-left-width: 362px;
	}

	.faq-section::after {
		border-bottom-width: 362px;
		border-left-width: 362px;
	}

	.faq-section h2 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 44px;
	}

	.faq-accordion li.active {
		margin-top: 0;
		padding-top: 14px;
		padding-bottom: 53px;
	}

	.faq-accordion .slide {
		padding-top: 16px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.banner.banner-home h2 {
		display: none;
	}
}
