@font-face {
    font-weight: 100;
    font-family: "Museo Sans";
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Museo100-webfont.woff2) format("woff2"),url(../fonts/Museo100-webfont.woff) format("woff")
}

@font-face {
    font-weight: 300;
    font-family: "Museo Sans";
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Museo300-webfont.woff2) format("woff2"),url(../fonts/Museo300-webfont.woff) format("woff")
}

@font-face {
    font-weight: 500;
    font-family: "Museo Sans";
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Museo500-webfont.woff2) format("woff2"),url(../fonts/Museo500-webfont.woff) format("woff")
}

@font-face {
    font-weight: 700;
    font-family: "Museo Sans";
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Museo700-webfont.woff2) format("woff2"),url(../fonts/Museo700-webfont.woff) format("woff")
}
@font-face {
	font-family: "BiroScript";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/BiroScript-Regular.otf) format("opentype");
}
@font-face {
	font-family: "Kepler Std";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/kepler-light-1.otf) format("opentype");
}

/* Reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Museo Sans", sans-serif;
    line-height: 1.5;
    color: #00327D;
    background: #fff;
}
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;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.fancybox__slide {
    padding: 40px 0;
}

.fancybox__content {
    width: 100% !important;
    max-width: 80% !important;
    max-width: 76% !important;
    height: auto!important;
    padding-bottom: 56.25%!important;
    padding-bottom: 45.25%!important;
    padding-bottom: 43%!important;
    position: relative!important;
}
.fancybox__content iframe,
.fancybox__content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.grid-container {
    max-width: 1920px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 12vw;
    padding-right: 12vw;
    padding-left: 13.9%;
    padding-right: 13.9%;
    position: relative;
    z-index: 10;
}

.grid-container.grid-container-full {
    max-width: 1920px;
}

.grid-container.nopad {
	padding-left: 0;
	padding-right: 0;
}

.title-74 {
    font-weight: 250;
    font-weight: 300;
    font-size: 74px;
    line-height: 1.2;
}
.title-40 {
    font-weight: 250;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
}
.title-40 strong {
	font-family: "Kepler Std", sans-serif;
    display: block;
	font-weight: 300;
	font-size: 105%;
}

.text-30 {
    font-weight: 250;
	font-weight: 300;
    font-size: 30px;
    line-height: 1.067;
    line-height: 1.4;
}
.text-22 {
    font-weight: 250;
	font-weight: 300;
    font-size: 22px;
    line-height: 1.45;
}
.text-18 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.44;
}
.text-16 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.44;
}
.text-14 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.43;
}

.text-14.dsc-text {
	font-size: 10px;
}

.mb-24 {
    margin-bottom: 24px;
}

.test-error {
	color: #FF0004;
	opacity: 0;
	visibility: hidden;
}
.test-error.active {
	opacity: 1;
	visibility: visible;
}


.btn-white-border,
.btn-white-border:focus,
.btn-white-border:active {
	display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: 300;
	outline: none;
	border-radius: 30px;
    min-height: 60px;
	font-size: 16px;
	line-height: 1;
	padding: 14px 32px;
    color: #fff;
    transition: 0.3s;
}
.btn-white-border:hover {
	color: #00327D;
    border: 1px solid #fff;
    background: #fff;
}

.btn-navy,
.btn-navy:focus,
.btn-navy:active {
	display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	cursor: pointer;
	font-weight: 300;
	outline: none;
	border-radius: 30px;
    min-height: 60px;
	font-size: 16px;
	line-height: 1;
	padding: 14px 32px;
	background: #00327D;
    color: #fff;
    transition: 0.3s;
}
.btn-navy:hover {
	background: #00A4E0;
	color: #fff;
}


.btn-blue,
.btn-blue:focus,
.btn-blue:active {
	display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	cursor: pointer;
	font-weight: 300;
	outline: none;
	border-radius: 30px;
    min-height: 60px;
	font-size: 16px;
	line-height: 1;
	padding: 14px 32px;
	background: #00A4E0;
    color: #fff;
    transition: 0.3s;
}
.btn-blue:hover {
	color: #fff;
    background: #00327D;
}

.btn-white-reg,
.btn-white-reg:focus,
.btn-white-reg:active {
	display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	cursor: pointer;
	font-weight: 300;
	outline: none;
	border-radius: 30px;
    min-height: 60px;
	font-size: 16px;
	line-height: 1;
	padding: 14px 32px;
	background: #fff;
    color: #00327D;
    transition: 0.3s;
}
.btn-white-reg:hover {
	color: #fff;
    background: #00A4E0;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
	display: inline-block;
	background-color: #fff;
    color: #00327d;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	outline: none;
	border: none;
	border-radius: 25px;
	font-size: 12px;
	line-height: 20px;
	padding: 14px 32px;
    
}
.btn-white:hover {
	color: #fff;
    background-color: #0078bb;
    box-shadow: 0 0 0 0.125rem #0078bb;
}


.btn-wide,
.btn-wide:focus,
.btn-wide:active {
    width: 100%;
    max-width: 266px;
}

.btn-185,
.btn-185:focus,
.btn-185:active {
    min-width: 185px;
}

.intro-section {
    min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
	position: sticky !important;
	top: 0;
}

.intro-image {
    margin-top: 4px;
    max-width: 570px;
	min-height: 117px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.orn-intro {
	position: absolute;
	width: 845px;
	height: 118px;
	background: url(../img/line-intro.svg) no-repeat center center / 100% 100%;
	top: calc(100% + 82px);
	right: 46%; 
	opacity: 0;
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: 4s;
	transition-delay: 2s;
}

.intro-animation.in-view .orn-intro {
	opacity: 1;
}

.title-text-section {
    padding: 72px 0 0px;
    padding: 72px 0 80px;
    background: #fff;
    position: relative;
    z-index: 1;
	position: sticky;
	top: 0px;
}

.video-hold a {
    display: block;
    padding-bottom: 56.28%;

    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-text-video {
	margin-bottom: 160px;
    /* margin-top: 80px; */
	position: relative;
	min-height: 1px;
}


.water-section-padd {
	padding-top: 28.14%;
}
.title-text-padd {
	padding-top: 28.14%;
}

.benefits-block {
	background-color: #f7f7f4;
	border-radius: 10px;
	color: #00327d;
	padding: 96px 10% 40px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);

}

.benefits-block-label {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 2px;
}

.benefits-block-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 100px;
}

.benefits-list {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.benefits-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.benefits-list ul li {
	width: 29%;
	min-width: 29%;
	margin-right: 6.5%;
	margin-bottom: 96px;
}
.benefits-list ul li:nth-child(3n) {
	margin-right: 0%;
}
.benefits-list ul li a {
	display: block;
	min-height: 100%;
	padding-bottom: 80px;
	position: relative;
}
.benefits-list ul li a:hover .link-arrow {
	text-decoration: underline;
	opacity: 0.7;
}
.benefits-list ul li a:hover .link-arrow:before {
	opacity: 0.7;
}

.benefit-item-link {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 20px;
}

.benefit-item-icon {
	margin-bottom: 32px;
}

.benefit-item-title {
	font-size: 20px;
	margin-bottom: 4px;
	color: #00327d;
	font-weight: 500;
}

.benefit-item-text {
	color: #4d70a4;
	font-size: 16px;
	font-weight: 300;
}

.benefits-section {
	padding-top: 149px;
	margin-bottom: 128px;
	position: relative;
	z-index: 12;
	background: #fff;
}
.benefits-section:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: -1px;
	height: 3px;
	background: #fff;
}


.link-arrow,
.link-arrow:focus,
.link-arrow:active {
	display: inline-block;
	outline: none;
	border: none;
	background: transparent;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	color: #0D2563;
	position: relative;
	padding-left: 34px;
}
.link-arrow:hover {
	color: #0D2563;
}
.link-arrow:before {
	content: '';
	position: absolute;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #0D2563;
	top: 1px;
	left: 0;
	background: url(../img/arrow-link.svg) no-repeat center center;
}

.footer-top {
	background-color: #00327d;
	color: #fff;
	padding: 96px 6%;
	padding: 96px 4%;
	border-radius: 10px;
	margin-bottom: 24px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);

}

.footer-top .btn-white, 
.footer-top .btn-white:focus, 
.footer-top .btn-white:active {
	padding-left: 24px;
	padding-right: 24px;
}

.footer-top-grid-item {
	width: 22%;
}

.footer-title {
	font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-text {
	font-size: 16px;
}
.footer-text p {
	font-weight: 300;
	margin-bottom: 16px;
}
.footer-text a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}
.footer-text a:hover {
	color: #fff;
	opacity: 0.7;
}


.footer-links ul li {
	margin-bottom: 16px;
}
.footer-links ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	transition: 0.2s;
}
.footer-links ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.footer-links ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 25px;
	height: 25px;
	background: url(../img/arrow-right-white.svg) no-repeat center center / 100% 100%;
}

footer {
	padding-bottom: 100px;
}

.footer-bottom {
	padding: 0 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.socials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.socials ul li {
	margin-right: 24px;
}
.socials ul li:last-child {
	margin-right: 0px;
}
.socials ul li a {
	transition: 0.2s;
}
.socials ul li a:hover {
	opacity: 0.7;
}
.socials ul li a img {
	max-height: 24px;
	max-width: 24px;
}

.footer-sec-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.footer-sec-nav ul li {
	margin-right: 24px;
}

.footer-sec-nav ul li:last-child {
	margin-right: 0px;
}
.footer-sec-nav ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #00327d;
	transition: 0.2s;
}
.footer-sec-nav ul li a:hover {
	color: #00327d;
	opacity: 0.7;
}

.water-section {
    color: #fff;
	background: black;
    padding: 160px 0 160px;
    padding: 0px 0 160px;
	position: relative;
	z-index: 3;
}

.ic-item-image {
    padding-bottom: 62%;
	background: #0a1225;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.ic-item-image > img {
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.section-title-3 {
    max-width: 811px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: 0px;
	position: relative;
}

.scrollto02-hold {
	position: relative;
}

.scrollto02 {
	position: absolute;
	top: -100px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.scrollto01-hold {
	position: relative;
}
.scrollto01 {
	position: absolute;
	top: -400px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.water-section .text-22 {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 76px;
}
.water-section .text-16 {
    max-width: 515px;
    margin: 0 auto 30px;
}

.water-section-button {
    margin-bottom: 160px;
}
.water-section .title-40 {
    margin-bottom: 72px;
}

.ic-item {
	height: 100%;
}

.ic-item a {
	display: block;
	height: 100%;
	background: white;
	color: #0D2563;
	position: relative;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.ic-item-content {
	padding: 22px 48px 80px 28px;
}

.ic-item-link {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 32px;
	padding-left: inherit;
	padding-right: inherit;
}

.ic-item-label {
	font-size: 14px;
	font-weight: 300;
	font-weight: 700;
	line-height: 1.64;
	margin-bottom: 23px;
	line-height: 23px;
}

.ic-item-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.44;
	margin-bottom: 23px;
	line-height: 23px;
}

.ic-item-text {
	font-size: 16px;
	font-weight: 250;
	font-weight: 300;
	line-height: 1.64;
	line-height: 23px;
}

.ic-item-link {
	color: #0078BB;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	text-decoration: underline;
}

.items-carousel.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.items-carousel-hold {
	padding: 0 ;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
	outline: none;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-next, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next svg, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev svg {
	pointer-events: none;
	transition: 0.2s;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover svg {
	transform: translateX(-6px);
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next:hover svg {
transform: translateX(6px);
}

.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
	left: -84px;
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next {
	right: -84px;
}

.horse-section {
	padding: 80px 0 40px;
	padding: 40px 0 40px;
	padding: 40px 0 100px;
	padding: 60px 0 100px;
	color: #fff;
	position: relative;
	z-index: 4;
	/* position: sticky !important;
	top: 0; */
	min-height: 100vh;
	min-height: 100svh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	/* -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
}

.horse-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

.section-title-4 {
	position: relative;
    max-width: 803px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: 0px;
}

.horse-section .title-40 {
	margin-bottom: 32px;
}
.horse-section .text-22 {
	max-width: 960px;
	margin: 0 auto 80px;
	margin: 0 auto 40px;
	position: relative;
}
.horse-section .text-16 {
	margin-bottom: 15px;
}
.horse-section .text-14 {
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}

.facts-input {
	/* max-width: 266px; */
	width: 266px;
	/* margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px; */
}

.facts-input input,
.facts-input input:focus {
	margin: 0;
	box-shadow: none;
	border: none;
	height: 60px;
	outline: none;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.facts-input input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.facts-input input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.facts-input input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.facts-input input:-moz-placeholder {
	color: #000;
	opacity: 1;
}

/* Chrome, Safari, Edge */
.facts-input input[type="number"]::-webkit-outer-spin-button,
.facts-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.facts-input input[type="number"] {
  -moz-appearance: textfield;
}

.facts-button {
	margin-bottom: 72px;
	margin-bottom: 40px;
	margin-bottom: 0;
	width: 266px;
}

.section-title-5 {
    max-width: 691px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    margin-bottom: 90px;
}

.three-ic-carousel-section {
	padding: 120px 0 160px;
	padding: 100px 0 160px;
	position: relative;
	z-index: 5;
	background: #fff;
}

.three-ic-carousel-item {
	padding: 26px 26px 50px;
	min-height: 525px;
	color: #fff;
}

.has-overlay-black-20:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	background: rgba(0,0,0,0.2);
}

.three-ic-carousel-item-content {
	position: relative;
	z-index: 2;
}

.three-ic-carousel-item-title {
	font-size: 16px;
	font-weight: 300;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 23px;
}

.three-ic-carousel-item-text {
	font-size: 16px;
	font-weight: 250;
	font-weight: 300;
	line-height: 1.44;
}

.test-section {
	padding: 120px 0 40px;
	padding: 80px 0 40px;
	padding: 80px 0 120px;
	color: #fff;
	position: relative;
	z-index: 7;
	/* position: sticky !important;
	top: 0; */

	min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title-6 {
    max-width: 895px;
    /* margin-left: auto;
    margin-right: auto; */
    margin-bottom: 80px;
    margin-bottom: 40px;
}

.reveal-custom-disclaimer .text-22 a {
	color: #fff;
	text-decoration: underline;
}

.relative {
	position: relative;
}

.test-section .title-40 {
	margin-bottom: 32px;
}
.test-section .text-22 {
	margin-bottom: 80px;
}

.test-button {
	margin-bottom: 110px;
	margin-bottom: 40px;
}

.single-ic-carousel-section {
	padding: 120px 0 160px;
	position: relative;
	z-index: 8;
	background: #fff;
}

.section-title-7 {
    max-width: calc(659px + 30px);
	padding-left: 30px;
    /* margin-left: auto;
    margin-right: auto; */
    margin-bottom: 80px;
    margin-bottom: 70px;
}

.single-ic-carousel-section .text-22 {
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.single-ic-carousel-item {
	padding-bottom: 47.81%;
}

.owl-has-dots.owl-carousel .owl-dots {
	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;
	margin-top: 40px;
	gap: 16px;
}

.owl-has-dots.owl-carousel button.owl-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-has-dots.owl-carousel button.owl-dot span {
	width: 65px;
	height: 4px;
	position: relative;
}
.owl-has-dots.owl-carousel button.owl-dot span:before,
.owl-has-dots.owl-carousel button.owl-dot span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.owl-has-dots.owl-carousel button.owl-dot span:before {
	background: url(../img/owl-dot.svg) no-repeat center center;
}
.owl-has-dots.owl-carousel button.owl-dot span:after {
	opacity: 0;
	background: url(../img/owl-dot-active.svg) no-repeat center center;
}
.owl-has-dots.owl-carousel button.owl-dot.active span:before {
	opacity: 0;
}
.owl-has-dots.owl-carousel button.owl-dot.active span:after {
	opacity: 1;
}

.cta-section {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 9;

	/* position: sticky !important;
	top: 0; */
}
.cta-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}


.cta-section-button {
	margin-top: 40px;
}

.single-iv-carousel-section {
	padding: 120px 0 160px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.single-iv-carousel-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
}

.section-title-9 {
	max-width: 457px;
	margin-bottom: 40px;
}

.single-iv-carousel-section .text-22 {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.iv-carousel-item a {
	display: block;
	padding-bottom: 58.166%;
}

.iv-carousel.owl-carousel button.owl-dot span:before {
	filter: grayscale(1) brightness(10);
}

/* .iv-carousel .owl-dots {
	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;
	margin-top: 40px;
	gap: 16px;
}

.iv-carousel.owl-carousel button.owl-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.iv-carousel.owl-carousel button.owl-dot span {
	width: 65px;
	height: 4px;
	position: relative;
}
.iv-carousel.owl-carousel button.owl-dot span:before,
.iv-carousel.owl-carousel button.owl-dot span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.iv-carousel.owl-carousel button.owl-dot span:before {
	background: url(../img/owl-dot-white.svg) no-repeat center center;
}
.iv-carousel.owl-carousel button.owl-dot span:after {
	opacity: 0;
	background: url(../img/owl-dot-active.svg) no-repeat center center;
}
.iv-carousel.owl-carousel button.owl-dot.active span:before {
	opacity: 0;
}
.iv-carousel.owl-carousel button.owl-dot.active span:after {
	opacity: 1;
} */

.has-video-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 49px;
	width: 72px;
	height: 73px;
	background: url(../img/icon-video.svg) no-repeat center center / 100% 100%;
	transition: 0.2s;
}
.has-video-icon:hover:after {
	opacity: 0.5;
}

.final-section {
	min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
	position: relative;
	z-index: 11;
	position: sticky;
	bottom: 0;
	z-index: -1;
}
.final-section.active {
	z-index: 2;
}

.final-section .intro-image {
	/* max-width: 423px; */
}

.oh {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.line-2 {
	position: absolute;
	width: 618px;
	height: 434px;
	background: url(../img/line-2.svg) no-repeat center center / 100% 100%;
	top: 36px;
	left: -180px;
	z-index: 2;
}

.line-3 {
	position: absolute;
	width: 691px;
	height: 282px;
	background: url(../img/line-3.svg) no-repeat center center / 100% 100%;
	top: -24px;
	top: -110px;
	right: 54%;
}
.line-5 {
	position: absolute;
	width: 529px;
	height: 297px;
	background: url(../img/line-5.svg) no-repeat center center / 100% 100%;
	top: -25px;
	top: -16px;
    right: 64%;
}
.line-6 {
	position: absolute;
	width: 1175px;
	height: 264px;
	background: url(../img/line-6.svg) no-repeat center center / 100% 100%;
	top: 100%;
	top: calc(100% - 5px);
	right: -50px;
}

.line-7 {
	position: absolute;
	width: 1202px;
	height: 453px;
	background: url(../img/line-7.svg) no-repeat center center / 100% 100%;
	top: -54px;
	top: -30px;
    right: 22%;
}
.line-8 {
	position: absolute;
	width: 388px;
	height: 150px;
	background: url(../img/line-8.svg) no-repeat center center / 100% 100%;
	top: calc(100% - 40px);
    left: 87%;
}

.line-9 {
	position: absolute;
	width: 464px;
	height: 504px;
	background: url(../img/line-9.svg) no-repeat center center / 100% 100%;
	top: -164px;
    left: calc(100% + 130px);
}
.line-10 {
	position: absolute;
	width: 418px;
	height: 500px;
	background: url(../img/line-10.svg) no-repeat center center / 100% 100%;
	top: -150px;
	top: -165px;
    left: calc(100% + 120px);
}

.line-11 {
	position: absolute;
	width: 333px;
	height: 315px;
	background: url(../img/line-11.svg) no-repeat center center / 100% 100%;
	top: -210px;
    left: 78%;
}
.line-12 {
	position: absolute;
	width: 387px;
	height: 1201px;
	background: url(../img/line-12.svg) no-repeat center center / 100% 100%;
	bottom: calc(100% - 270px);
    right: 0;
	z-index: 2;
	pointer-events: none;
}

.line-22 {
	position: absolute;
	width: 437px;
	height: 456px;
	background: url(../img/line-22.svg) no-repeat center center / 100% 100%;
	bottom: -145px;
    left: 0;
	z-index: 2;
	pointer-events: none;
	    transform-origin: top left !important;
}
.line-23 {
	position: absolute;
	width: 281px;
	height: 150px;
	background: url(../img/line-23.svg) no-repeat center center / 100% 100%;
	top: -18px;
    left: 0;
	z-index: 2;
	pointer-events: none;
	    transform-origin: top left !important;
}


/* animations  */

.animation-element.fade-up {
	opacity: 0;
	transform: translateY(50px) scale(0.9) ;
	transform-origin: top center;
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-up.later {
	transition-delay: 2s;
}
.animation-element.fade-up.in-view {
	opacity: 1;
	transform: translateY(0px) scale(1);
}

/* .video-hold.animation-element.fade-up2 {
	opacity: 1;
	transform: translateY(0px) scale(1);
}
.video-hold.animation-element.fade-up2 a {
	opacity: 0;
	transform: translateY(60px);
	transition: 1.6s cubic-bezier(0.5, 1, 0.89, 1)
}
.video-hold.animation-element.fade-up2.in-view a {
	opacity: 1;
	transform: translateY(0px) scale(1);
} */

.animation-element.fade-up2 {
	opacity: 0;
	/* transform: translateY(60px) scale(0.5) ; */
	transform: translateY(60px);
	transition: 1.6s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-up2.in-view {
	opacity: 1;
	transform: translateY(0px) scale(1);
}

.animation-element.fade-up2.video-hold {
	filter: blur(6px);
	transition: 1.2s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-up2.in-view.video-hold{
	filter: blur(0px);
}

.animation-element.fade-up3 {
	opacity: 0;
	transform: translateY(50px);
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-up3.in-view {
	opacity: 1;
	transform: translateY(0px);
}

.animation-element.fade-in {
	opacity: 0;
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-in.in-view {
	opacity: 1;
}
.animation-element.fade-in-later {
	opacity: 0;
	transition: 1.4s 0.5s cubic-bezier(0.5, 1, 0.89, 1)
}
.animation-element.fade-in-later.in-view {
	opacity: 1;
}


.mob-links > ul > li {
	transform: translateX(50px);
	opacity: 0;
	transition: opacity 300ms calc( 75ms * var(--delay-index) ) linear, transform 600ms calc( 75ms * var(--delay-index) ) cubic-bezier(0.33, 1, 0.68, 1);
    /* transition-delay: calc( 75ms * var(--delay-index) ); */
}

.mob-nav-hold.active .mob-links > ul > li {
	transform: translateX(0px);
	opacity: 1;
}


.logo {
    transition: 0.5s transform cubic-bezier(0.5, 1, 0.89, 1);
}
.logo.scrolling-down {
    transform: translateY(-100px);
    transition: transform 0.5s;
}
.logo {
    position: absolute;
    position: fixed;
    z-index: 50;
    top: 42px;
    left: 40px;
}

.logo img {
    max-height: 38px;
	width: auto;
}

.nav-trigger {
    transition: 0.5s transform cubic-bezier(0.5, 1, 0.89, 1);
}
.nav-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    position: fixed;
    top: 38px;
    right: 45px;
    z-index: 500;
}
.nav-trigger span {
	width: 65px;
	height: 35px;
	position: relative;
	cursor: pointer;
}
.nav-trigger span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/menu-open.svg) no-repeat center center;
	transition: 0s 0.1s;
}
.nav-trigger span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/menu-close.svg) no-repeat center center;
	opacity: 0;
	transition: 0s 0.1s;
}
.nav-trigger.active span:before {
	opacity: 0;
}
.nav-trigger.active span:after {
	opacity: 1;
}

.mob-nav-hold.active {
    transform: translateX(0%);
}
.mob-nav-hold {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 381px;
    z-index: 400;
    height: 100%;
    overflow: auto;
    background: #fff;
    padding: 22px 35px 40px 50px;
    transform: translateX(110%);
    /* filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5)); */
	box-shadow: 0px 0px 50px -11px #00000040;

    transition: 0.3s;
}

.langs {
    margin-bottom: 20px;
}

.langs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 30px;
}
.langs ul li a {
    color: #C1C1C1;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	line-height: 68px;
}
.langs ul li.current a {
    color: #00327D;
}

.mob-links ul li:not(:last-child) {
	margin-bottom: 23px;
}
.mob-links ul li {
	line-height: 23px;
	font-size: 16px;
}
.mob-links ul li a {
	color: #00327D;
	font-weight: 250;
}

.reveal.reveal-custom {
	outline: none;
	border: none;
	background: transparent;
	padding: 26px 9.5vw 28px;
}
.reveal.reveal-custom .grid-container {
	height: 100%;
}

.reveal-custom-hold {
	height: 100%;
	color: #fff;
}

.reveal-custom-hold > img {
	border-radius: 20px;
}

.reveal-custom-content {
	height: 100%;
	padding: 57px 53px 42px;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.reveal-custom-content .title-40 {
	max-width: 890px;
	max-width: 900px;
	max-width: 915px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

.reveal-image {
	max-width: 383px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.reveal-logo {
	margin-top: 64px;
	margin-top: 40px;
}

.reveal-custom-content-top {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between; */
	margin-bottom: 5vh;
}

.reveal-custom-hold-disclaimer .close-button,
.reveal-custom-content .close-button {
	display: flex;
	top: 51px;
	right: 48px;
}

.test-container {
	transition: 0.2s 0.2s;
}
.test-container.active {
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.test-steps {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.test-step {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 50px;
	/* transition: 0.2s */
}
.test-step.active {
	opacity: 1;
	visibility: visible;
	/* transition: 0.2s 0.2s; */
}
.test-step .text-16,
.test-step .text-22,
.test-step .test-radios {
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.test-step.active .text-16,
.test-step.active .text-22,
.test-step.active .test-radios {
	opacity: 1;
	visibility: visible;
	transition: 0.2s 0.2s;
}

.test-radios ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 48px;
}
.test-radios ul li:nth-child(2) label span:before {
	transform: translateX(-50%) rotate(30deg);
}
.test-radios ul li:nth-child(3) label span:before {
	transform: translateX(-50%) rotate(30deg);
}
.test-radios ul li:nth-child(4) label span:before {
	transform: translateX(-50%) rotate(-90deg);
}

.test-radios ul li label input {
	display: none;
}
.test-radios ul li label span {
	position: relative;
	display: block;
	min-width: 90px;
	padding-top: 90px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.test-radios ul li label span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/* width: 69px;
	height: 68px;
	background: url(../img/checkbox-circle.svg) no-repeat center center / 100% 100%; */
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #00327D;
	border: 2px solid #fff;
}
.test-radios ul li label span:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
	width: 42px;
	height: 41px;
	background: url(../img/checkbox-fill.png) no-repeat center center / 100% 100%;
	opacity: 0;
}

.test-radios ul li label input:checked + span {
	color: #00327D;
}
.test-radios ul li label input:checked + span:before {
	border-color: #00327D;
	/* filter: brightness(0) saturate(100%) invert(16%) sepia(47%) saturate(3842%) hue-rotate(206deg) brightness(88%) contrast(105%); */
}
.test-radios ul li label input:checked + span:after {
	opacity: 1;
}

.test-buttons {
	position: relative;
}

.test-buttons:before {
	content: '';
	position: absolute;
	width: 722px;
	height: 430px;
	background: url(../img/line-test-1.svg) no-repeat center center / 100% 100%;
	top: -100px;
	left: 55%;
	transform: translateX(-50%);
	pointer-events: none;
}
.test-buttons:after {
	content: '';
	position: absolute;
	width: 344px;
	height: 187px;
	background: url(../img/line-test-2.svg) no-repeat center center / 100% 100%;
	top: 44px;
    left: 39%;
	transform: translateX(-50%);
	pointer-events: none;
}
.test-buttons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 80px;
}

.test-required {
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #FF0004;
	opacity: 0;
}
.test-required.active {
	opacity: 1;
}

.step-counter {
	font-family: "BiroScript";
	padding-bottom: 30px;
	position: relative;
	font-size: 69px;
	line-height: 1;
}
.step-counter >span.steps-progress {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 761px;
	height: 9px;
	background: url(../img/line-steps-progress.png) no-repeat center center / 100% 100%;
}
.step-counter >span.steps-progress span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;

	background: url(../img/line-steps-progress-blue.png) no-repeat left center / 761px 9px;
}

.test-steps .test-step .step-counter {
	margin-bottom: 40px;
}
.test-steps .test-step .text-16 {
	margin-bottom: 32px;
}
.test-steps .test-step .text-22 {
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 566px;
}
.test-steps .test-step .test-radios {
	margin-bottom: 32px;
}
.test-steps .test-step .test-required {
	margin-bottom: 24px;
}


.test-final {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 40px 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */

	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	transition: 0.2s;
}
.test-final.active {
	opacity: 1;
	visibility: visible;
	transition: 0.2s 0.2s;
}

.test-final-content {
	max-width: 724px;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 74px; */
}


.test-final-changing-content {
	display: none;
}
.test-final-changing-content.active {
	display: block;
}


.test-final-changing-contents {
	margin-bottom: 60px;
}

.test-final-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 32px;
}

.test-section .test-final .text-22 {
	margin-bottom: 23px;
}

.test-final-changing-contents + .text-16 {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 24px;
}
.test-final-changing-contents + .text-16:before {
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 665px;
    height: 12px;
    background: url(../img/line-test-final.png) no-repeat center center / 100% 100%;
}

.test-section .text-14 a,
.test-final .text-14 a {
	color: #fff;
	text-decoration: underline;
}
.test-section .text-14 a:hover,
.test-final .text-14 a:hover {
	color: #fff;
	text-decoration: none;
}


.test-final-title {
	padding-top: 40px;
	margin-bottom: 32px;
	margin-bottom: 24px;
	position: relative;
}
.test-final-title:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 665px;
	height: 12px;
	background: url(../img/line-test-final.png) no-repeat center center / 100% 100%;
}

.owl-carousel.items-carousel .owl-dots {
	display: none;
}
.owl-carousel.three-ic-carousel .owl-dots {
	display: none;
}

.disclaimer-mob > span {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	position: relative;
}
.disclaimer-mob > span svg {
	/* position: relative; */
	/* top: -2px; */
}

.text-14.disclaimer-mob {
	line-height: 16px;
}
.disclaimer-mob > span span {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 310px;
	padding: 15px 15px;
	font-size: 11px;
	background: rgba(0,0,0,0.7);
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.1s;
}
.disclaimer-mob > span:hover span {
	opacity: 1;
	visibility: visible;
}

.reveal-custom-hold-disclaimer {
	height: 100%;
    color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}

.reveal-custom-disclaimer .title-40 {
	margin-bottom: 40px;
}

.reveal-custom-disclaimer {
	position: relative;
	z-index: 2;
}

.reveal-logo  img {
	height: 44px;
	width: auto;
}

.is-reveal-open .logo {
	transform: translateY(-100px);
    transition: transform 0.5s;
}


.intro-animation .title-40 span {
	opacity: 0;
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.intro-animation.in-view .title-40 span {
	opacity: 1;
}
.intro-animation.in-view .title-40 span:nth-child(1) {
	/* transition-delay: 1s; */
}
.intro-animation.in-view .title-40 span:nth-child(2) {
	transition-delay: 0.5s;
}

.final-title span {
	opacity: 0;
	transition: 1.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.final-title.in-view span {
	opacity: 1;
}
.final-title span:nth-child(2) {
	transition-delay: 0.5s;
}

.ic-item-image-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: 66px;
}

.horse-section-disclaimer {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	padding-bottom: 48px;
}

.test-section-disclaimer {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	padding-bottom: 48px;
}

.facts-input-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}

.title-text-section .text-30 {
	max-width: 1060px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.other-reveal {
	cursor: pointer;
}

.reveal-custom-content-bottom .reveal-custom-content-middle {
	margin-bottom: 80px;
}

.reveal-custom-content-top,
.reveal-custom-content-middle,
.reveal-custom-content-bottom .text-30,
.reveal-custom-content-bottom .reveal-image,
.reveal-custom-content-bottom .reveal-logo {
	opacity: 0;
	transition: 0.8s;
}
.reveal-custom-content-top {
	transition-delay: 0.01s;
}
.reveal-custom-content-middle {
	transition-delay: 0.1s;
}
.reveal-custom-content-bottom .text-30 {
	transition-delay: 0.3s;
}
.reveal-custom-content-bottom .reveal-image {
	transition-delay: 0.5s;
}
.reveal-custom-content-bottom .reveal-logo {
	transition-delay: 0.7s;
}
/* .custom-opened .reveal-custom-content-top,
.custom-opened .reveal-custom-content-middle,
.custom-opened .reveal-custom-content-bottom .text-30,
.custom-opened .reveal-custom-content-bottom .reveal-image,
.custom-opened .reveal-custom-content-bottom .reveal-logo {
	opacity: 1;
} */
.is-reveal-open .reveal-custom-content-top,
.is-reveal-open .reveal-custom-content-middle,
.is-reveal-open .reveal-custom-content-bottom .text-30,
.is-reveal-open .reveal-custom-content-bottom .reveal-image,
.is-reveal-open .reveal-custom-content-bottom .reveal-logo {
	opacity: 1;
}

.reveal-custom-hold > img {
	opacity: 0;
	transition: 0.2s;
}

.is-reveal-open .reveal-custom-hold > img {
	opacity: 1;
}

/* .fade-in.mui-enter {
  transition: opacity 0.3s ease;
}

.fade-out.mui-leave {
  transition: opacity 0.3s ease;
} */

#reveal-custom-1 .reveal-custom-hold.object-fit > img {
	-webkit-object-position: top center;
	-moz-object-position: top center;
	-o-object-position: top center;
	object-position: top center;
}

/* Medias */

@media (max-height: 810px) and (min-width:1024px) {
	/* .test-final-content {
		margin-bottom: 48px;
	}
	.test-final-changing-contents {
		margin-bottom: 40px;
	}
	.step-counter {
    	padding-bottom: 12px;
	}
	.test-steps .test-step .step-counter {
		margin-bottom: 24px;
	}
	.test-steps .test-step .test-radios {
		margin-bottom: 24px;
	}
	.test-steps .test-step .text-16 {
		margin-bottom: 24px;
	}
	.section-title-6 {
		margin-bottom: 60px;
		margin-bottom: 20px;
	}
	.test-section {
		padding: 80px 0 40px;
		padding: 40px 0 40px;
	}
	.test-section .text-22 {
		margin-bottom: 40px;
	} */
	/* .facts-button {
		margin-bottom: 32px;
	}
	.horse-section .text-22 {
		max-width: 960px;
		margin: 0 auto 60px;
	}
	.horse-section {
		padding: 64px 0 32px;
		padding: 24px 0 32px;
	}
	.section-title-4 {
		margin-bottom: 24px;
	}
	.horse-section .title-40 {
		margin-bottom: 24px;
	} */
	/* .test-button {
		margin-bottom: 60px;
	} */
}

@media (max-height: 700px) and (min-width:1024px) {
	.reveal-custom-content-bottom .reveal-custom-content-middle {
		margin-bottom: 40px;
	}
	/* .section-title-6 {
        margin-bottom: 80px;
        margin-bottom: 40px;
    }
	.test-section .text-22 {
        margin-bottom: 60px;
    }
	.test-section {
		padding: 120px 0 40px;
		padding: 80px 0 40px;
		position: relative !important;
	}
	.horse-section {
		padding: 80px 0 40px;
		padding: 40px 0 40px;
		position: relative !important;
	}
	.horse-section .text-22 {
        margin: 0 auto 80px;
    }
	.facts-button {
		margin-bottom: 72px;
	} */
}


@media only screen and (min-width: 1921px) {
    .fancybox__content {
		aspect-ratio: 1;
		padding-bottom: 0%!important;
		max-width: 1920px !important;
	}
    .grid-container {
        padding-left: 210px;
        padding-right: 210px;
        padding-left: 264px;
        padding-right: 264px;
    }
	.logo {
		left: calc((100vw - 1920px) / 2 + 40px)
	}
	.nav-trigger {
		/* right: calc((100vw - 1920px) / 2 + 40px) */
	}
}
@media only screen and (min-width: 1600px) {
	.orn-intro {
		left: calc((100vw - 540px) / -2);
	}
}
@media only screen and (min-width: 1470px) {
	.line-6 {
		right: auto;
		left: calc((100vw - 691px) / -2);
	}
	.line-3 {
		right: auto;
		left: calc((100vw - 960px) / -2);
		left: calc((100vw - 800px) / -2);
	}
}
@media only screen and (min-width: 1200px) {
	.intro-section .title-40 {
		font-size: 36px;
	}
}


/* max width  */
@media only screen and (max-width: 1520px) {
	.footer-top-grid-item {
		width: 24%;
	}
	.scrollto01 {
		top: -320px;
	}
}

@media only screen and (max-width: 1400px) {
	.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
		left: -62px;
	}
	.owl-has-nav.owl-carousel .owl-nav button.owl-next {
		right: -62px;
	}
	.btn-white, .btn-white:focus, .btn-white:active {
		padding: 14px 30px;
	}
	.reveal.reveal-custom {
		padding: 26px 6vw 28px;
	}
	.grid-container {
		padding-left: 8vw;
		padding-right: 8vw;
		padding-left: 7vw;
		padding-right: 7vw;
	}
	.footer-top-grid-item {
		width: 23%;
	}
    .fancybox__content {
		max-width: 86% !important;
    	padding-bottom: 48.25%!important;
	}
	.title-text-video {
		margin-bottom: 120px;
	}
	.water-section-button {
		margin-bottom: 120px;
	}
}

@media only screen and (max-width: 1300px) {
	.line-11 {
		left: auto;
		right: -7vw;
	}
}

@media only screen and (max-width: 1199px) {
	.scrollto01 {
		top: -280px;
	}
	.benefits-section {
		padding-top: 120px;
	}
	.single-iv-carousel-section {
		padding: 120px 0 120px;
	}
	.three-ic-carousel-section {
		padding: 120px 0 120px;
		padding: 100px 0 120px;
}
	.water-section {
		padding: 0px 0 120px;
	}
	.single-ic-carousel-section {
    	padding: 120px 0 120px;
	}
	.ic-item-content {
		padding: 22px 24px 80px 24px;
	}
	.owl-has-nav.owl-carousel .owl-nav button.owl-next {
        right: -48px;
    }
	.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
        left: -48px;
    }
	.grid-container {
        padding-left: 60px;
        padding-right: 60px;
    }
	.text-30 {
		font-size: 26px;
	}
	.title-40 {
		font-size: 36px;
	}
    .footer-top {
		padding: 80px 6% 10px;
	}
	.footer-top-grid-item {
		width: 45%;
		margin-bottom: 60px;
	}
    .benefits-block-title {
		font-size: 40px;
		margin-bottom: 70px;
	}
	.benefit-item-icon {
		margin-bottom: 24px;
	}
	.benefits-list ul li {
		margin-bottom: 70px;
	}
	.benefits-block {
		padding: 80px 8% 40px;
	}
	.line-6 {
		right: 50px;
	}
	.title-74 {
		font-size: 60px;
	}
	.line-11 {
        right: -60px;
    }
	.line-12 {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.title-text-section .text-30 br {
		display: none;
	} 
	.scrollto01 {
		top: calc(-100vh - 50px);
		top: -calc(100svh - 50px);
	}
	.scrollto02 {
		top: -60px;
	}
	.horse-section {
		padding: 40px 0 100px;
	}
	.facts-button {
		width: 240px;
	}
	.facts-input {
		width: 240px;
	}
	.line-22 {
		display: none;
	}
	.iv-carousel-item a {
		padding-bottom: 132%;
	}
	.single-ic-carousel-item {
		padding-bottom: 95.32%;
	}
	.line-7 {
		width: 601px;
		height: 226px;
		top: 0px;
		right: -50%;
	}
	.line-8 {
		top: 100%;
		left: -40%;
	}
	.section-title-5 {
		margin-bottom: 80px;
	}
	.owl-carousel.three-ic-carousel .owl-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.owl-carousel.items-carousel button.owl-dot span:before {
		filter: grayscale(1) brightness(10);
	}
	.owl-carousel.items-carousel .owl-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.title-74 {
        font-size: 48px;
    }
	.test-step {
		padding-bottom: 0px;
	}
	.test-buttons:before,
	.test-buttons:after {
		display: none;
	}
	.owl-nav {
		display: none !important;
	}
	.benefits-section {
		padding-top: 80px;
	}
	.line-11 {
        right: -30px;
    }
	.nav-trigger {
		top: 30px;
		right: 30px;
	}
	.logo {
		top: 30px;
		left: 30px;
	}
	.water-section .title-40 {
		margin-bottom: 40px;
	}
	.water-section-button {
        margin-bottom: 80px;
    }
	.water-section .text-22 {
		margin-bottom: 72px;
	}
	.water-section .text-16 {
		margin: 0 auto 40px;
	}
	.text-22 {
		font-size: 20px;
	}
	.line-12,
	.line-5,
	.line-6,
	.line-3,
	.line-2 {
		display: none;
	}
	.water-section {
		padding: 80px 0 120px;
	}
	.video-about-section {
		min-height: 100vh;
		min-height: 100svh;
		z-index: 2;
		position: sticky;
		top: 0px;
	}
	.video-about-section a {
		position: absolute !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	.grid-container {
        padding-left: 40px;
        padding-right: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
	.nav-trigger span {
		width: 39px;
		height: 29px;
	}
	.nav-trigger span:after {
		background: url(../img/menu-close-mob.svg) no-repeat center center;
	}
	.nav-trigger span:before {
		background: url(../img/menu-open-mob.svg) no-repeat center center;
	}
    .fancybox__content {
		max-width: 90% !important;
		padding-bottom: 51.25%!important;
		padding-bottom: 51%!important;
	}
    .footer-bottom {
		padding: 0;
	}
    .benefits-block-title {
		font-size: 32px;
	}
	.benefits-section {
		margin-bottom: 96px;
	}
    .benefits-list ul li {
		margin-bottom: 55px;
	}
	.benefits-list ul li {
		width: 45%;
		min-width: 45%;
		margin-right: 10%;
	}
	.benefits-list ul li:nth-child(3n) {
		margin-right: 10%;
	}
	.benefits-list ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.test-final,
	.test-step {
		overflow: hidden;
	}
	.reveal.reveal-custom {
        padding: 26px 30px 28px;
    }
	.water-section {
		overflow: hidden;
	}
}

@media screen and (max-width:639px) {
	.intro-image {
		min-height: 76px;
	}
	.mob-has-overlay:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.1;
	}
	.has-video-icon:after {
		width: 48px;
		height: 49px;
	}
	.reveal-custom-content-top {
		margin-bottom: 0;
	}
	.reveal-custom-content-bottom .reveal-custom-content-middle {
		margin-bottom: 40px;
	}
	.facts-input-button {
		gap: 24px;
	}
	.facts-button {
		width: 100%;
	}
	.horse-section-disclaimer {
		padding-bottom: 40px;
	}
	.ic-item-image-logo {
		top: 16px;
		left: 16px;
	}
	.test-final-changing-contents + .text-16:before {
		width: 332px;
		height: 6px;
		top: 0;
	}
	.test-final-title {
		padding-top: 24px;
		margin-bottom: 24px;
		margin-bottom: 16px;
	}
	.test-final-content {
		/* margin-bottom: 20px; */
	}
	.test-final-changing-contents {
		margin-bottom: 24px;
	}
	.fancybox__content {
		/* max-width: 100% !important; */
		padding-bottom: 161% !important;
	}
	.test-final-button {
    margin-top: 24px;
}
	.line-11 {
		width: 162px;
		height: 157px;
		top: 180px;
		right: -20px;
	}
	.line-8 {
		top: calc(100% + 140px);
        left: -90%;
    }
	.line-7 {
        top: -35px;
        top: 30px;
        right: auto;
        left: 55%;
    }
	.test-radios ul li {
		min-width: 34%;
	}
	.test-final-title:after {
		width: 332px;
		height: 6px;
	}
	.step-counter >span.steps-progress {
		width: 317px;
		height: 5px;
		background: url(../img/line-steps-progress-mob.png) no-repeat center center / 100% 100%;
	}
	.step-counter >span.steps-progress span {
		background: url(../img/line-steps-progress-blue-mob.png) no-repeat left center / 317px 5px;
	}
	.reveal-custom .text-14 {
		font-size: 16px;
		text-align: center;
	}
	.reveal-custom .title-40 {
		font-size: 32px;
		font-size: 24px;
	}
	.reveal-custom-hold-disclaimer .close-button,
	.reveal-custom-content .close-button {
		top: 29px;
		right: 27px;
	}
	.reveal-custom-hold > img {
		border-radius: 0;
	}
	.reveal.reveal-custom {
        padding: 0;
		top: 0 !important;
    }
	.reveal-custom-content {
		padding: 80px 20px 40px;
	}
	.reveal-logo img {
		height: 38px;
	}
	.reveal-logo {
		margin-top: 40px;
		margin-top: 24px;
	}
	.reveal-image {
		max-width: 283px;
	}
	.logo img {
		max-height: 28px;
	}
	.benefits-section {
        padding-top: 20px;
    }
	.single-ic-carousel-section {
        padding: 80px 0 80px;
    }
	.btn-185, .btn-185:focus, .btn-185:active {
		min-width: 125px;
	}
	.test-buttons ul {
		gap: 16px;
	}
	.step-counter {
		font-size: 40px;
		padding-bottom: 12px;
	}
	.test-radios ul li label span {
		min-width: 120px;
		font-size: 14px;
		padding-top: 60px;
	}
	.test-radios ul li label span:before {
		width: 40px;
		height: 40px;
	}
	.test-radios ul li label span:after {
		top: 7px;
		width: 26px;
		height: 26px;
	}
	.test-radios ul {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
		gap: 36px;
		gap: 24px;
	}
	.final-section .intro-image {
		/* max-width: 283px; */
	}
	.single-iv-carousel-section .text-22 {
		margin-bottom: 40px;
	}
	.single-iv-carousel-section {
        padding: 80px 0 40px;
    }
	.title-74 {
        font-size: 32px;
        font-size: 30px;
    }
	.section-title-7 {
		padding-left: 0;
		margin-bottom: 40px;
		margin-bottom: 30px;
	}
	.test-section .title-40 {
		margin-bottom: 40px;
	}
	.test-section {
		padding: 80px 0 40px;
		padding: 50px 0 40px;
		padding: 50px 0 80px;
		position: relative !important;
		top: 0;
	}
	.owl-carousel.three-ic-carousel .owl-dots {
		width: calc(100% + 75px);
	}
	.three-ic-carousel-item {
		padding: 38px 26px 50px;
		min-height: 476px;
}
	.three-ic-carousel.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.three-ic-carousel-hold {
		margin-left: -20px;
		width: calc(100% + 40px);
		padding-right: 75px;
		position: relative;
		overflow: hidden;
	}
	.section-title-5 {
        margin-bottom: 40px;
    }
	.three-ic-carousel-section {
        padding: 80px 0 40px;
        padding: 60px 0 40px;
    }
	.text-14 {
		font-size: 12px;
	}
	.horse-section .text-16 {
        margin-bottom: 80px;
    }
	.ic-item-label {
		font-size: 14px;
	}
	.ic-item-text {
		line-height: 1.44;
	}
	.text-16 {
		font-weight: 250;
		font-size: 14px;
		line-height: 1.43;
	}
	.horse-section {
		position: relative !important;
		padding: 40px 0 80px;
	}
	.horse-section .text-16 {
		margin-bottom: 40px;
		margin-bottom: 0;
		margin-top: 12px;
	}
	.horse-section .title-40 {
		margin-bottom: 40px;
	}
	.horse-section .text-22 {
		margin: 0 auto 40px;
	}
	.owl-carousel.items-carousel .owl-dots {
		width: calc(100% + 35px);
	}
	.items-carousel.owl-carousel .owl-stage-outer  {
		overflow: visible;
	}
	.items-carousel-hold {
		padding-right: 35px;
	}
	.btn-wide, .btn-wide:focus, .btn-wide:active {
		width: 100%;
		max-width: 244px;
	}
	.water-section .text-22 {
        margin-bottom: 40px;
    }
	.water-section {
        padding: 80px 0 80px;
    }
	.text-22 {
        font-size: 16px;
        line-height: 1.44;
    }
	.text-30 {
        font-size: 16px;
		line-height: 1.44;
    }
	.intro-image {
		max-width: 283px;
	}
	.title-40 {
        font-size: 22px;
    }
	.owl-has-dots.owl-carousel button.owl-dot span:before {
		background: url(../img/owl-dot-mob.svg) no-repeat center center;
	}
	.owl-has-dots.owl-carousel button.owl-dot span:after {
		background: url(../img/owl-dot-active-mob.svg) no-repeat center center;
	}
	.owl-has-dots.owl-carousel button.owl-dot span {
		width: 23px;
		height: 3px;
	}
	.grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer {
		padding-bottom: 60px;
	}
	.socials {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.socials ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-sec-nav {
		min-width: 100%;
	}
	.footer-sec-nav ul {
		display: block;
	}
	.footer-sec-nav ul li {
		text-align: center;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer-top {
		padding: 48px 20px 0px;
		margin-left: -15px;
		width: calc(100% + 30px);
		border-radius: 0;
	}
	.footer-top-grid-item {
		width: 100%;
		margin-bottom: 48px;
	}
    .benefit-item-icon {
		position: absolute;
		top: 0;
		left: 0;
	}
	.benefit-item-icon img {
		max-width: 40px;
		max-height: 40px;
	}
	.benefit-item-link {
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		bottom: auto;
		margin-top: 12px;
	}
	.benefits-list ul li a {
		padding-bottom: 0;
		padding-left: 56px;
	}
	.benefit-item-title {
		font-size: 18px;
	}
	.benefits-block-title {
		font-size: 28px;
		margin-bottom: 48px;
		text-align: left;
	}
	.benefits-block-label {
		/* font-size: 18px; */
		text-align: left;
	}
	.benefits-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0%;
		margin-bottom: 48px;
	}
	.benefits-list ul li:nth-child(3n) {
		margin-right: 0%;
	}
	.benefits-list ul li:last-child {
		margin-bottom: 0;
	}
	.benefits-block {
		padding: 48px 24px 80px;
	}
    .benefits-section {
		margin-bottom: 64px;
	}
	.entry iframe {
		max-width: 100%;
	}

} 

@media only screen and (max-width: 1023px) and (orientation: landscape) {
	#reveal-custom-1 .reveal-custom-hold.object-fit > img {
		-webkit-object-position: top center;
		-moz-object-position: top center;
		-o-object-position: top center;
		object-position: top center;
	}
	.iv-carousel-item a {
        padding-bottom: 58.166%;
    }
	.section-title-6 {
		margin-bottom: 20px;
	}
	.test-section {
    padding: 40px 0 120px;
	}
	.test-section-disclaimer {
		padding-bottom: 30px;
	}
	.test-section .text-22 {
		margin-bottom: 60px;
	}
	.footer-sec-nav {
		width: 100%;
		margin-top: 24px;
	}
	.test-section .test-final .text-22 {
		margin-bottom: 16px;
	}
	.test-final-title {
		padding-top: 30px;
		margin-bottom: 16px;
	}
	.test-final-changing-contents {
		margin-bottom: 30px;
	}
	.test-steps .test-step .test-required {
		margin-bottom: 16px;
	}
	.test-steps .test-step .test-radios {
		margin-bottom: 20px;
	}
	.test-radios ul li label span {
		min-width: 120px;
		font-size: 14px;
		padding-top: 60px;
	}
	.test-radios ul li label span:before {
		width: 40px;
		height: 40px;
	}
	.test-radios ul li label span:after {
		top: 7px;
		width: 26px;
		height: 26px;
	}
	.test-steps .test-step .step-counter {
		margin-bottom: 20px;
	}
	.step-counter {
		padding-bottom: 12px;
		font-size: 30px;
	}
	.reveal-custom-hold-disclaimer .close-button, .reveal-custom-content .close-button {
		top: 32px;
		right: 32px;
	}
	.reveal-logo img {
		height: 24px;
	}
	.btn-white-border, 
	.btn-white-border:focus, 
	.btn-white-border:active {
		min-height: 50px;
	}
	.reveal-logo {
		margin-top: 12px;
	}
	.reveal-custom .title-40 {
        font-size: 20px;
    }
	.reveal-image {
    	max-width: 300px;
	}
	.reveal-custom-content {
    	padding: 24px 32px 24px;
	}
	.horse-section-disclaimer {
		padding-bottom: 24px;
	}
	.benefit-item-link {
		bottom: 0;
	}
	.text-30 {
        font-size: 16px;
        line-height: 1.44;
    }
	.title-text-section {
    	padding: 60px 0;
	}
	.fancybox__content {
		max-width: 80% !important;
		padding-bottom: 45.25%!important;
	}
	.fancybox__content {
		max-width: 66% !important;
		padding-bottom: 33.25%!important;
	}
	/* .fixed-background {
		background: #00A4E0;
	} */
}

/* JWPlayer modal (JS API approach). The player is instantiated inside a
   .jw-modal-wrap div via main.js — no iframe involved. Override the older
   .fancybox__content padding-bottom/max-width rules ONLY when our modal is
   inside, so any other Fancybox usage stays as-is. */
.fancybox__slide:has(.jw-modal-wrap) .fancybox__content {
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	padding-bottom: 0 !important;
	background: transparent !important;
}
.jw-modal-wrap {
	width: min(95vw, calc((95vh - 80px) * 16 / 9));
	max-width: 100%;
	margin: 0 auto;
}
.jw-modal-wrap.jw-ratio-9-16 {
	width: min(95vw, calc((95vh - 80px) * 9 / 16));
}
.jw-rightclick { display: none !important; }