@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.woff") format("woff"),
	url("../fonts/Poppins-Regular.woff2") format("woff2");
	font-weight: 400;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.woff") format("woff"),
	url("../fonts/Poppins-Bold.woff2") format("woff2");
	font-weight: 700;
}
@font-face {
	font-family: "Behind-The-Nineties";
	src: url("../fonts/Behind-The-Nineties-Md-It.woff") format("woff"),
	url("../fonts/Behind-The-Nineties-Md-It.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Behind-The-Nineties";
	src: url("../fonts/Behind-The-Nineties-Smbd-It.woff") format("woff"),
	url("../fonts/Behind-The-Nineties-Smbd-It.woff2") format("woff2");
	font-weight: 600;
	font-style: italic;
}
.container-anim-js {
	opacity: 0;
	visibility: hidden;
}
html {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	color: #26486D;
	text-align: left;
	background-color: #F5F4F0;
}
.ff-body {
	font-family: "Poppins", sans-serif;
}
.ff-second {
	font-family: "Behind-The-Nineties", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 16px;
	font-family: "Behind-The-Nineties", sans-serif;
	font-weight: 500;
	font-style: italic;
}
h1, .h1 {
	font-size: 148px;
	line-height: 0.95;
}
h3, .h3 {
	font-size: 33px;
	line-height: 1.1;
}
h6, .h6 {
	font-size: 16px;
}
p {
	margin-top: 0;
	margin-bottom: 25px;
}
.link-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.btn,
.transition-default {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.s-hero__scrollto svg {
	-webkit-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}
.footer__logo-link {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	left: 0;
	max-width: unset;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.switchLogo:hover .footer__logo-link {
	opacity: 1;
	visibility: visible;
}
.switchLogo:hover .switchLogo__text {
	opacity: 0;
	visibility: hidden;
}
.opacity-60 {
	opacity: .6;
}
.link,
.link-inner-text {
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 0 0 1px;
	vertical-align: baseline;
	z-index: 1;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	color: inherit;
}
.link:hover,
.link-inner:hover .link-inner-text {
	background-size: 100% 1px;
}
.link-bg-none {
	background: none;
}
.btn {
	display: inline-block;
	font-size: 24px;
	padding: 9px;
	font-weight: 600;
	font-style: italic;
	font-family: "Behind-The-Nineties", sans-serif;
	text-align: center;
	background: #ED9F48;
	color: #26486D;
	border: 2px solid #ED9F48;
	border-radius: 1px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.2px;
}
.btn:hover {
	background: #26486D;
	color: #ED9F48;
}
.header {
	padding: 57px 0;
}
.header__logo {
	max-width: 210px;
}
.theme-second {
	background: #26486D;
	color: #F5F4F0;
}
.s-hero {
	padding: 46px 0 52px;
}
.s-hero__kicker {
	border: 2px solid #1E1E1E;
	background: #FFC033;
	padding: 7px 21px;
	margin-bottom: 11px;
}
.s-hero__heading {
	margin-bottom: 0;
	padding-left: 116px;
}
.s-hero__description {
	line-height: 1.65;
	margin-bottom: 21px;
	max-width: 480px;
}
.s-hero__scrollto-text {
	padding: 0 7px;
	font-size: 18px;
}
.s-hero__scrollto-wrap {
	margin-bottom: 56px;
}
.slider-c__slider .swiper-slide {
	overflow: hidden;
	border: 2px solid;
}
.img-cover {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.form-control {
	font-family: "Behind-The-Nineties", sans-serif;
	display: block;
	border: none;
	background: #0000;
	width: 100%;
	border-radius: 0;
	padding: 0;
	color: currentColor;
	border-bottom: 1px solid #ED9F48;
	font-weight: 500;
	font-size: 32px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.form-control:focus {
	border-bottom-color: #C94C23;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:-moz-focusring {
	color: transparent;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}
.form-control:focus::-moz-placeholder {
	opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::placeholder {
	opacity: 0;
}
.form-control::-webkit-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::placeholder {
	color: currentColor;
	opacity: 1
}
.form-control::-webkit-input-placeholder {
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-moz-placeholder {
	-moz-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:disabled,
.form-control[readonly],
.sf-input-text[readonly] {
	background-color: #E8E7E2;
	opacity: .2
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-control-wrap {
	margin-bottom: 62px;
}
.form-control-wrap--last {
	margin-bottom: 69px;
}
.s-form__bg {
	position: absolute;
	left: 0;
	top: 0;
}
.s-form__map-wrap {
	width: 100%;
	height: 240px;
	margin-bottom: 63px;
	border-radius: 25px;
	overflow: hidden;
}
.s-form__heading {
	margin-bottom: 58px;
	color: #ED9F48;
	margin-top: -50px;
}
.s-form__form {
	max-width: 680px;
}
.s-form__links-heading {
	margin-bottom: 11px;
	color: #ED9F48;
	font-style: normal;
	font-size: 18px;
}
.s-form__links-item .link {
	line-height: 1.5;
}
.s-form__links-item:not(:last-child) {
	margin-bottom: 57px;
}
.footer {
	background: #ED9F48;
	font-size: 12px;
	color: #26486D;
	padding: 16px 71px;
}
.footer__help-list-item:not(:last-child) {
	margin-right: 9px;
}
.s-hero__scrollto:hover {
	color: #FFC033;
}
.s-hero__scrollto:hover svg {
	transform: translateY(5px);
}
.s-hero__heading-icon {
	position: absolute;
	left: 0;
	top: 19px;
}
.s-hero__col-description {
	margin-bottom: 57px;
}
.s-card-info__heading,
.s-hero__subtext {
	color: #B94D1C;
}
.heroSlider {
	height: 448px;
}
.page-load .heroSlider .swiper-slide {
	transition: .7s;
}
.s-card-info {
	padding: 38px 0 147px;
}
.s-card-info__card {
	border-radius: 15px;
	background: #ffffff;
	padding: 40px 20px;
}
.s-card-info__col-heading {
	margin-bottom: 55px;
}
.s-card-info__card-img-wrap {
	margin-bottom: 40px;
	min-height: 70px;
}
.s-form__col-map {
	padding: 67px 23px 0 3px;
}
.s-form {
	padding-bottom: 150px;
}
.heroSlider {
	border-radius: 20px;
}
.split-text-js .line-st-first {
	overflow: hidden;
}
h1 .line-st-first, .h1 .line-st-first {
	padding: 0 7px 7px;
}
.s-form__links-item-link-address {
	display: inline-block;
	max-width: 200px;
	color: currentColor;
	padding-bottom: 2px;
}
@media (min-width: 992px) {
	.heroSlider .swiper-slide-active {
		flex: 0 0 auto;
		width: 57.3% !important;
	}
	.heroSlider .swiper-slide-next {
		flex: 0 0 auto;
		width: calc(42.7% - 21px) !important;
	}
	.heroSlider img {
		border-radius: 20px;
	}
}
@media (min-width: 1200px) {
	.s-hero__col-description {
		padding-left: 13px;
		margin-top: -21px;
	}
	.s-form__col-content {
		padding-left: 58px;
	}
}
@media (min-width: 1440px) {
	.s-card-info__container {
		max-width: 1140px;
	}
}
@media (max-width: 1439px) {
	h1, .h1 {
		font-size: 126px;
	}
}
@media (max-width: 1199px) {
	body {
		font-size: 16px;
	}
	h1, .h1 {
		font-size: 75px;
	}
	h3, .h3 {
		font-size: 28px;
	}
	.header__logo {
		max-width: 156px;
	}
	.s-hero__heading-icon {
		max-width: 69px;
	}
	.heroSlider {
		height: 380px;
	}
	.s-card-info__card-wrap {
		margin-bottom: 30px;
	}
	.s-hero,
	.s-card-info {
		padding: 50px 0;
	}
	.header {
		padding: 30px 0;
	}
	.s-hero__heading {
		margin-bottom: 10px;
	}
	.s-form__heading {
		margin-top: -20px;
	}
	.s-form {
		padding-bottom: 50px;
	}
	.form-control {
		font-size: 27px;
	}
}
@media (max-width: 991px) {
	h1, .h1 {
		font-size: 64px;
	}
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 54px;
	}
	.s-form__col-content {
		margin-bottom: 30px;
	}
	.s-form__col-map {
		padding: 0 12px;
	}
	.s-form__heading {
		margin-top: -3%;
	}
	.form-control {
		font-size: 23px;
	}
	.s-form__heading,
	.form-control-wrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	h1, .h1 {
		font-size: 46px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	.s-form__content-wrapper {
		padding: 20px 15px;
	}
	.footer__help-list,
	.footer__content-copy {
		flex: 0 0 auto;
		width: 100%;
	}
	.footer__content-copy {
		margin-bottom: 20px;
	}
	.header {
		padding: 20px 0;
	}
	.header__logo {
		max-width: 134px;
	}
	.form-control {
		font-size: 20px;
	}
}
.frmfootercontact label.error, #error-msg{
	color: red;
}
.frmfootercontact input{
	color: currentColor !important;
}