:root {
	--swiper-theme-color: #007aff;
}
:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	width: 100%;
	z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-horizontal {
	touch-action: pan-y;
}
.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}
:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible)
	.swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	position: absolute;
	width: var(--swiper-navigation-size);
	z-index: 10;
}
:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}
:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}
.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
	display: none !important;
}
:is(.swiper-button-prev, .swiper-button-next) svg {
	fill: currentColor;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	transform-origin: center;
	width: 100%;
}
.swiper-button-lock {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
	transform: rotate(180deg);
}
.swiper-button-next {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
	margin-left: 0;
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 4px);
}
:is(
		.swiper-horizontal .swiper-button-prev,
		.swiper-horizontal ~ .swiper-button-prev,
		.swiper-horizontal.swiper-rtl .swiper-button-next,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-next
	)
	.swiper-navigation-icon {
	transform: rotate(180deg);
}
:is(
		.swiper-horizontal.swiper-rtl .swiper-button-prev,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-prev
	)
	.swiper-navigation-icon {
	transform: rotate(0);
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
	left: var(--swiper-navigation-top-offset, 50%);
	margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
	margin-top: 0;
	right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
	bottom: auto;
	top: var(--swiper-navigation-sides-offset, 4px);
}
:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev)
	.swiper-navigation-icon {
	transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
	bottom: var(--swiper-navigation-sides-offset, 4px);
	top: auto;
}
:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next)
	.swiper-navigation-icon {
	transform: rotate(90deg);
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: 0.3s opacity;
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	top: var(--swiper-pagination-top, auto);
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	left: var(--swiper-pagination-left, auto);
	right: var(--swiper-pagination-right, 8px);
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
:is(
		.swiper-vertical > .swiper-pagination-bullets,
		.swiper-pagination-vertical.swiper-pagination-bullets
	)
	.swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
:is(
		.swiper-vertical > .swiper-pagination-bullets,
		.swiper-pagination-vertical.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
:is(
		.swiper-vertical > .swiper-pagination-bullets,
		.swiper-pagination-vertical.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}
:is(
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-horizontal.swiper-pagination-bullets
	)
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:is(
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-horizontal.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
}
:is(
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-horizontal.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
	width: 100%;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	height: 100%;
	left: 0;
	top: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
	display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: foton;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/foton/FotonType-Light.ttf) format("ttf"),
		url(../fonts/foton/FotonType-Light.woff2) format("woff2"),
		url(../fonts/foton/FotonType-Light.woff) format("woff");
}
@font-face {
	font-family: foton;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/foton/FotonType-Medium.ttf) format("ttf"),
		url(../fonts/foton/FotonType-Medium.woff2) format("woff2"),
		url(../fonts/foton/FotonType-Medium.woff) format("woff");
}
@font-face {
	font-family: foton;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/foton/FotonType-Bold.ttf) format("ttf"),
		url(../fonts/foton/FotonType-Bold.woff2) format("woff2"),
		url(../fonts/foton/FotonType-Bold.woff) format("woff");
}
*[data-show="mobile"] {
	display: none;
}
@media only screen and (max-width: 60.3125em) {
	*[data-show="mobile"] {
		display: block;
		max-width: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 60.3125em) {
	*[data-show="desktop"] {
		display: none !important;
		max-width: 100%;
		width: 100%;
	}
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	transition: 1s;
}
@media only screen and (min-width: 118.75em) {
	html,
	body {
		font-size: 56.5%;
	}
}
@media only screen and (max-width: 77em), only screen and (max-height: 768px) {
	html,
	body {
		font-size: 46.5%;
	}
}
@media only screen and (max-width: 68.125em) {
	html,
	body {
		font-size: 40.51%;
	}
}
@media only screen and (max-width: 37.5em) {
	html,
	body {
		font-size: 43.51%;
	}
}
@media only screen and (max-width: 26.875em), only screen and (max-height: 690px) {
	html,
	body {
		font-size: 37.51%;
	}
}
@media only screen and (max-width: 22.6875em) {
	html,
	body {
		font-size: 32.51%;
	}
}
.wrapper {
	margin: 0 auto;
	max-width: 160rem;
}
.wrapper-content {
	max-width: 119.7rem;
}
strong {
	font-weight: 600;
}
.nobr {
	white-space: nowrap;
}
.cta-button {
	background-color: #f9a12a;
	border-radius: 0.7rem;
	color: #fff;
	display: inline-block;
	font-family: foton, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	max-width: 30.4rem;
	padding: 2.2rem 2rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	border: none;
	cursor: pointer;
}
.swiper {
	height: 100%;
	width: 100%;
}
.gallery-slider {
	margin: 0;
	padding-bottom: 1.5rem;
	width: 100%;
}
.gallery-slider .swiper-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.gallery-slider .swiper-wrapper {
	margin-bottom: 2.5rem;
}
@media only screen and (max-width: 60.3125em) {
	.gallery-slider .swiper-wrapper {
		margin-bottom: 3.5rem;
	}
}
.gallery-slider .swiper-pagination-bullet {
	background-color: #e0e0e0;
	height: 1.4rem;
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1.2rem) !important;
	opacity: 1;
	width: 1.4rem;
}
.gallery-slider .swiper-pagination-bullet-active {
	background-color: #041854;
	border-radius: 50%;
	display: inline-block;
	height: 1.3rem;
	position: relative;
	width: 1.3rem;
}
.gallery-slider .swiper-pagination-bullet-active:before {
	border: 0.1rem solid #041854;
	border-radius: 50%;
	content: "";
	height: 2.1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.1rem;
}
@media only screen and (max-width: 60.3125em) {
	.gallery-slider .swiper-pagination {
		text-align: center;
		transform: none;
	}
}
@media only screen and (max-width: 60.3125em) {
	.gallery-slider {
		max-width: 100%;
		text-align: center;
		transform: none;
	}
}
.gallery-slider--right .swiper-pagination {
	text-align: right;
	transform: translate(-1.5rem);
}
.gallery-slider--left .swiper-pagination {
	text-align: left;
	transform: translate(1.5rem);
}
.fixed-cta {
	background-color: #fff;
	bottom: 0;
	left: 0;
	padding: 2rem 1.6rem;
	padding-bottom: calc(2rem + env(safe-area-inset-bottom));
	padding-bottom: calc(2rem + constant(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 1000;
}
.fixed-cta__container {
	text-align: center;
	width: 100%;
}
.header {
	background-image: url(../img/lp-2025/hero-bg.webp);
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: space-between;
	margin: auto;
	max-width: 376rem;
	padding: 5.8rem 2.5rem;
	position: relative;
	width: 100%;
}
.header__logo {
	text-align: center;
}
.header__logo svg,
.header__logo img {
	height: auto;
	max-width: 25.5rem;
	width: 100%;
}
@media only screen and (max-width: 26.875em) {
	.header__logo svg,
    .header__logo img {
		max-width: 15.3rem;
	}
}
.header__logo--desktop {
	display: block;
}
@media only screen and (max-width: 26.875em) {
	.header__logo--desktop {
		display: none;
	}
}
.header__logo--mobile {
	display: none;
}
@media only screen and (max-width: 26.875em) {
	.header__logo--mobile {
		display: block;
	}
}
.header__title {
	color: #fff;
	font-family: foton, Arial, sans-serif;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1.2;
}
.header__text {
	text-align: center;
}
@media only screen and (max-width: 26.875em) {
	.header__text {
		margin-top: 51.6rem;
	}
}
.header__subtitle {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 2.8rem;
	line-height: 1.2;
	margin-top: 1.8rem;
}
.header__cta {
	margin-top: 3.5rem;
	text-align: center;
}
@media only screen and (max-width: 60.3125em) {
	.header {
		height: calc(100vh - 80rem);
		min-height: 50rem;
	}
}
@media only screen and (max-width: 26.875em) {
	.header {
		background-image: url(../img/lp-2025/hero-bg-mobile.webp);
		height: calc(100vh - 40rem);
		min-height: 100rem;
	}
}
.overview {
	margin-top: 8.3rem;
}
.overview__container {
	display: flex;
	gap: 7.8rem;
}
@media only screen and (max-width: 60.3125em) {
	.overview__container {
		flex-direction: column-reverse;
		gap: 0;
	}
}
.overview__slider {
	max-width: 77.5rem;
	width: 100%;
}
@media only screen and (max-width: 60.3125em) {
	.overview__slider {
		margin-top: 3.5rem;
		max-width: 100%;
	}
	.overview__slider .swiper-pagination {
		text-align: center;
	}
}
.overview__content {
	max-width: 53.2rem;
	width: 100%;
}
@media only screen and (max-width: 60.3125em) {
	.overview__content {
		margin: auto;
		text-align: center;
	}
}
.overview__title {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 4rem;
}
.overview__text {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 3rem;
}
.overview__cta {
	margin-top: 3.7rem;
}
@media only screen and (max-width: 60.3125em) {
	.overview {
		margin-top: 0;
	}
}
.models__intro {
	margin-top: 6rem;
	text-align: center;
}
.models__title {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}
.models__text {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0.5rem;
}
.models__item {
	display: flex;
	gap: 3.3rem;
	justify-content: flex-start;
	margin-top: 6.7rem;
}
.models__item--reverse {
	flex-direction: row-reverse;
	gap: 4.5rem;
	justify-content: flex-end;
}
@media only screen and (max-width: 60.3125em) {
	.models__item {
		flex-direction: column-reverse;
		gap: 0;
		margin-top: 3rem;
		padding-left: 2.5rem;
	}
}
.models__slide {
	max-width: 71.8rem;
	width: 100%;
}
@media only screen and (max-width: 60.3125em) {
	.models__slide {
		margin-top: 2.5rem;
		max-width: 100%;
	}
	.models__slide .gallery-slider--right .swiper-pagination {
		text-align: left;
		transform: translate(0);
	}
	.models__slide .swiper-pagination {
		transform: translate(0);
	}
}
.models__content--spaced {
	margin-top: 3rem;
}
.models__content--compact {
	margin-top: 1.5rem;
}
@media only screen and (max-width: 60.3125em) {
	.models__content {
		margin-top: 0;
	}
}
.models__name {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	max-width: 33.4rem;
	width: 100%;
}
.models__name span {
	font-size: 3.5rem;
}
@media only screen and (max-width: 60.3125em) {
	.models__name {
		max-width: 100%;
	}
}
.models__description {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
}
.models__description:first-of-type {
	margin-bottom: 3.3rem;
	margin-top: 1.8rem;
	max-width: 36.5rem;
	width: 100%;
}
@media only screen and (max-width: 60.3125em) {
	.models__description:first-of-type {
		margin-bottom: 2rem;
		max-width: 43.5rem;
	}
}
.models__description:not(:first-of-type) {
	margin-top: 1.5rem;
}
.models__description .separator {
	color: #041854;
	display: inline-block;
	font-weight: 700;
	margin: 0 1.5rem;
}
.models__description.models__description--large {
	margin-bottom: 6.5rem;
}
@media only screen and (max-width: 60.3125em) {
	.models__description.models__description--large {
		margin-bottom: 2rem;
	}
}
.models__cta {
	margin-top: 3.2rem;
}
.info-box {
	margin-top: 4.3rem;
}
.info-box__container {
	align-items: center;
	background-color: #b7e1ec;
	display: flex;
	gap: 6.1rem;
	margin: auto;
	max-width: 89.6rem;
	padding: 2rem;
	width: 100%;
}
@media only screen and (max-width: 37.5em) {
	.info-box__container {
		flex-direction: column;
		gap: 3rem;
	}
}
.info-box__image img {
	max-width: 27.3rem;
	width: 100%;
}
@media only screen and (max-width: 37.5em) {
	.info-box__content {
		text-align: center;
	}
}
.info-box__text {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}
.services {
	margin-top: 5.1rem;
}
.services__container {
	display: flex;
	gap: 7.9rem;
	justify-content: flex-end;
}
@media only screen and (max-width: 60.3125em) {
	.services__container {
		flex-direction: column;
		gap: 3.5rem;
	}
}
.services__content {
	margin-top: 4rem;
	max-width: 54.3rem;
	padding-left: 2.5rem;
}
@media only screen and (max-width: 60.3125em) {
	.services__content {
		margin: auto;
		padding-left: 0;
		text-align: center;
	}
}
.services__title {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}
.services__subtitle {
	color: #041854;
	font-family: foton, Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 3.5rem;
}
.services__text {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 3rem;
}
.services__slider {
	max-width: 77.5rem;
	width: 100%;
}
@media only screen and (max-width: 60.3125em) {
	.services__slider {
		max-width: 100%;
	}
	.services__slider .swiper-pagination {
		text-align: center;
	}
}
.contact {
	margin-top: 11.6rem;
}
.contact__intro {
	color: #000;
	font-family: foton, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: -0.056rem;
	line-height: 1.2;
	margin: auto;
	max-width: 116.6rem;
	padding: 0 16px;
	text-align: center;
}
.contact__box {
	background-color: #f6f6f6;
	margin-top: 7.6rem;
	padding: 7.6rem 2.5rem;
}
.contact__form {
	margin: auto;
	max-width: 95rem;
	font-family: foton, Arial, sans-serif;
	font-size: 1.5rem;
	text-align: center;
}
.contact__form form {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
@media only screen and (max-width: 60.3125em) {
	.contact {
		margin-top: 3.5rem;
	}
}
.contact__form__field {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 2.6rem;
	text-align: left;
}
.contact__form__field label {
	font-size: 2.2rem;
	margin-left: 3.2rem;
	margin-bottom: 1.2rem;
	text-align: left;
}
.contact__form__field > span {
	width: 100%;
}
.contact__form__field input,
.contact__form__field textarea,
.contact__form__field select {
	font-size: 1.8rem;
	font-family: inherit;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	height: 6.5rem;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 0 2.2rem;
}
.contact__form__field input[type="radio"],
.contact__form__field input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
	padding: 1.5rem;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.contact__form__field input[type="radio"]:checked:before,
.contact__form__field input[type="checkbox"]:checked:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	background-color: #f9a12a;
	border-radius: inherit;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0,0,0,.2);
}
.contact__form__field input[type="radio"] {
	border-radius: 50%;
}
.contact__form__field textarea {
	height: 125px;
	resize: none;
	padding: 20px;
}
.contact__form .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	gap: 20px;
}
.contact__form .wpcf7-list-item {
	margin-left: 0;
}
.contact__form .wpcf7-checkbox label,
.contact__form .wpcf7-radio label {
	margin: 0;
	display: flex;
	gap: 1.4rem;
}
.contact__form .wpcf7-radio label {
	align-items: center;
}
.contact__form .wpcf7-not-valid-tip {
	margin-top: 1.5rem;
}
.contact__form .wpcf7-submit {
	padding: 1.8rem 2rem;
	vertical-align: middle;
	display: table;
	margin: 3rem auto 0;
}
.contact_form .wpcf7-spinner {
	vertical-align: middle;
}
.contact__form__bigfield {
	font-weight: 700;
}
.contact__form__bigfield .wpcf7-form-control-wrap {
	margin-left: auto;
	max-width: 650px;
}
@media screen and (min-width: 768px) {
	.contact__form__cols,
	.contact__form__bigfield {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 2.2rem;
	}
	.contact__form__cols .contact__form__field {
		width: 50%;
		flex-basis: 50%;
		margin-bottom: 0;
	}
	.contact__form__bigfield {
		margin: 5rem 0;
	}
	.contact__form__bigfield > label {
		margin-left: 0;
		font-size: 3.8rem;
	}
	.contact__form .wpcf7-submit {
		margin-top: 5rem;
	}
}

#gform_2 .gfield--type-hidden {
  display: none!important;
}

#gform_2 .gform-footer input[type="submit"] {
  background-color: #f9a12a;
  border-radius: 0.7rem;
  color: #fff;
  display: inline-block;
  font-family: foton, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  max-width: 30.4rem;
  padding: 20px 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border: none;
  cursor: pointer;
}
#gform_2 .gform-footer {
  justify-content: center;
}
#gform_2 .gfield.gfield--type-radio {
  flex-direction: row;
  gap: 40px;
}
#gform_wrapper_2 .gform_heading,
#gform_wrapper_1 .gform_heading {
  display: none;
}
#gform_2 * {
  font-family: foton, Arial, sans-serif;
}
#gform_2 #gform_fields_2 {
  row-gap: 0px;
  column-gap: 40px;
}
#gform_2 .gfield {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 2.6rem;
	text-align: left;
}
#gform_2 .ginput_container {
  width: 100%;
}
#gform_2 .gfield_label {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 8px;
  text-align: left;
  gap: 0;
}
#gform_2 .gfield_required {
  color: #112337;
  align-self: flex-start;
  font-size: 16px;
}
#gform_2 .gfield > span {
	width: 100%;
}
#gform_2 .gfield input,
#gform_2 .gfield textarea,
#gform_2 .gfield select {
	font-size: 16px;
	font-family: inherit;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	height: 58px;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 0 20px;
}
#gform_2 .gfield input[type="radio"],
#gform_2 .gfield input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
	padding: 1.5rem;
	margin: 0;
	position: relative;
	cursor: pointer;
}
#gform_2 .gfield input[type="radio"]:checked:before,
#gform_2 .gfield input[type="checkbox"]:checked:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	background-color: #f9a12a;
	border-radius: inherit;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(0,0,0,.2);
}
#gform_2 .gfield input[type="radio"] {
	border-radius: 50%;
}
#gform_2 .gfield textarea {
	height: 125px;
	resize: none;
	padding: 20px;
}
#gform_2 .gfield_radio .gchoice {
  column-gap: 14px;
}
#gform_2 .gfield .gchoice label,
#gform_2 .gfield .ginput_container_consent label {
	margin: 0;
	display: flex;
	gap: 0;
  align-items: center;
  font-size: 18px;
}
#gform_2 .gfield .ginput_container_consent {
  gap: 14px;
}
#gform_2 .gfield .ginput_container_consent label {
	align-items: center;
}
#gform_2 .gfield input[type="submit"] {
	padding: 1.8rem 2rem;
	vertical-align: middle;
	display: table;
	margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
	#gform_2 .gfield input[type="submit"] {
		margin-top: 5rem;
	}
}