@charset "UTF-8";
/*
Theme Name: Palermo
Text Domain: palermo
*/
@import url("https://use.typekit.net/jgi3fqx.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.image-background {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
}
.image-background img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
				--fade-opacity: 1;
				--fade-transform: translateX(0px) translateY(0px);
				--p100: 100%;
				--v1: 1;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/* Text Block Custom Style */
.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
				color: #0C2F3F;
				margin-bottom: 20px;
}
.text_block h1 {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				.text_block h1 {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h1 {
								font-size: 36px;
				}
}
.text_block h2 {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block h2 {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h2 {
								font-size: 26px;
				}
}
.text_block h3 {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block h3 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h3 {
								font-size: 28px;
				}
}
.text_block h4 {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block h4 {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h4 {
								font-size: 24px;
				}
}
.text_block h5 {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block h5 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h5 {
								font-size: 20px;
				}
}
.text_block h6 {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block h6 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block h6 {
								font-size: 16px;
				}
}
.text_block p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.text_block p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block p {
								font-size: 20px;
				}
}
.text_block ul,
.text_block ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.text_block ul li {
				list-style-type: square;
}
.text_block a {
				color: #0C2F3F;
}
.text_block a:hover {
				text-decoration: underline;
}
.text_block blockquote {
				padding-left: 30px;
				border-left: 3px solid #0C2F3F;
}
.text_block blockquote p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block blockquote p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block blockquote p {
								font-size: 24px;
				}
}
.text_block img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.text_block .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.text_block .alignleft {
								max-width: 100%;
				}
}
.text_block .aligncenter {
				margin: 30px auto;
				display: block;
}
.text_block .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.text_block .alignright {
								max-width: 100%;
				}
}

html {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				height: -webkit-fill-available;
}

.site-content {
				position: relative;
				overflow-x: hidden;
}

*,
*::before,
*::after {
				-webkit-box-sizing: inherit;
				        box-sizing: inherit;
}

* {
				margin: 0;
				padding: 0;
				border: none;
				text-decoration: none;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

body {
				font-family: "Acumin-variable", sans-serif;
				font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
				color: #fcfcfc;
				background-color: #0C2F3F;
}
body img {
				max-width: 100%;
				height: auto;
}
body ul li {
				list-style: none;
}

section {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}

.hidden {
				display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
				font-family: "Acumin-variable", sans-serif;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border-radius: 0;
}

button {
				background-color: transparent;
}

select {
				font-family: "Acumin-variable", sans-serif;
}

h1,
.h1,
.h1 p {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				h1,
				.h1,
				.h1 p {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				h1,
				.h1,
				.h1 p {
								font-size: 36px;
				}
}

h2,
.h2,
.h2 p {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h2,
				.h2,
				.h2 p {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				h2,
				.h2,
				.h2 p {
								font-size: 26px;
				}
}

h3,
.h3,
.h3 p {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h3,
				.h3,
				.h3 p {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				h3,
				.h3,
				.h3 p {
								font-size: 28px;
				}
}

h4,
.h4,
.h4 p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h4,
				.h4,
				.h4 p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				h4,
				.h4,
				.h4 p {
								font-size: 24px;
				}
}

h5,
.h5,
.h5 p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h5,
				.h5,
				.h5 p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				h5,
				.h5,
				.h5 p {
								font-size: 20px;
				}
}

h6,
.h6,
.h6 p {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h6,
				.h6,
				.h6 p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				h6,
				.h6,
				.h6 p {
								font-size: 16px;
				}
}

a {
				color: #CCDE69;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}

b,
strong,
strong * {
				font-weight: 600;
}

a:hover, button:hover {
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}

.row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}

.container {
				max-width: 2120px;
				margin: 0 auto;
				padding: 0 100px;
				width: 100%;
}
@media only screen and (max-width: 1281px) {
				.container {
								padding: 0 20px;
				}
}

.centerDiv {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}

.iframe-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-top: 56.25%;
				position: relative;
}
.iframe-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

.site {
				overflow: hidden;
}

.site-logo {
				display: block;
				width: 268px;
				margin-right: 30px;
}
@media only screen and (max-width: 900px) {
				.site-logo {
								width: 186px;
				}
}
.site-logo img {
				width: 100%;
				height: auto;
}

.scrolled .site-logo {
				width: 150px;
}

.site-menu {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				width: 100%;
				position: relative;
				gap: 18px;
}
@media only screen and (max-width: 1050px) {
				.site-menu {
								padding: 20px;
								display: none;
				}
}
.site-menu--responsive {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				opacity: 0;
				width: 100%;
				height: 330px;
				background-color: #fcfcfc;
				border-radius: 0px 0px 10px 10px;
				position: absolute;
				top: 70px;
				left: 0;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				z-index: 10;
				-webkit-transition-duration: 0.5s;
				        transition-duration: 0.5s;
				-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
				pointer-events: none;
				padding: 16px;
}
@media only screen and (max-width: 1050px) {
				.site-menu--responsive {
								top: 70px;
								gap: 32px;
				}
}
@media only screen and (max-width: 750px) {
				.site-menu--responsive {
								top: 52px;
				}
}
.site-menu--responsive[aria-hidden=false] {
				opacity: 1;
				pointer-events: all;
				padding-left: 40px;
}
.site-menu--responsive[aria-hidden=true] {
				opacity: 0;
}
.site-menu--close {
				position: absolute;
				top: 10px;
				right: 10px;
				width: 30px;
				height: 30px;
}

.responsive__btn {
				float: left;
				position: relative;
				z-index: 11;
				width: 30px;
				height: 20px;
				position: relative;
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: 0.5s ease-in-out;
				transition: 0.5s ease-in-out;
				cursor: pointer;
				display: none;
}
@media only screen and (max-width: 1050px) {
				.responsive__btn {
								display: block;
				}
}
.responsive__btn span {
				display: inline-block;
				background: #0C2F3F;
				width: 100%;
				height: 2px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				position: absolute;
				left: 0;
}
.responsive__btn span:nth-child(1) {
				top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
				top: 9px;
}
.responsive__btn span:nth-child(4) {
				top: 18px;
}
.responsive__btn[aria-expanded=true] {
				background-color: #0C2F3F;
				border-radius: 50%;
				height: 30px;
}
.responsive__btn[aria-expanded=true] span {
				background: #fcfcfc;
				width: 70%;
}
.responsive__btn[aria-expanded=true] span:nth-child(2), .responsive__btn[aria-expanded=true] span:nth-child(3) {
				top: 14px;
				left: 5px;
}
.responsive__btn[aria-expanded=true] span:nth-child(1) {
				top: 9px;
				width: 0%;
				left: 50%;
}
.responsive__btn[aria-expanded=true] span:nth-child(2) {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
}
.responsive__btn[aria-expanded=true] span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
}
.responsive__btn[aria-expanded=true] span:nth-child(4) {
				top: 13px;
				width: 0%;
				left: 50%;
}

.site-search {
				position: relative;
				width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
}
.site-search form label {
				display: none;
}
.site-search form input[type=search] {
				width: calc(100% - 25px);
				height: 25px;
				line-height: 25px;
				padding: 0 8px;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #0C2F3F;
}
@media only screen and (max-width: 1050px) {
				.site-search form input[type=search] {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site-search form input[type=search] {
								font-size: 16px;
				}
}
.site-search form input[type=search]::-webkit-input-placeholder {
				color: #0C2F3F;
}
.site-search form input[type=search]::-moz-placeholder {
				color: #0C2F3F;
}
.site-search form input[type=search]:-ms-input-placeholder {
				color: #0C2F3F;
}
.site-search form input[type=search]::-ms-input-placeholder {
				color: #0C2F3F;
}
.site-search form input[type=search]::placeholder {
				color: #0C2F3F;
}
.site-search form button {
				width: 25px;
				height: 25px;
				background: none;
				text-indent: 500px;
				overflow: hidden;
				cursor: pointer;
				background-image: url(images/search.svg);
				background-position: center center;
				background-repeat: no-repeat;
				margin: 0;
}
.site-search form button svg {
				display: none;
}
.site-search img {
				position: absolute;
				top: 10px;
				right: 15px;
				z-index: -1;
}

.socials {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 15px;
}
@media only screen and (max-width: 600px) {
				.socials {
								display: none;
				}
}
.socials a {
				display: block;
				height: 15px;
				width: auto;
}
.socials a:hover {
				opacity: 0.5;
}

.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 8px;
				cursor: pointer;
				line-height: 40px;
				font-size: 22px;
				font-weight: 700;
				text-decoration: none;
				font-family: "Acumin-variable", sans-serif;
				background: #CCDE69;
				color: #0C2F3F;
				padding: 4.5px 18px;
				-webkit-transition: 0.5s ease;
				transition: 0.5s ease;
				border-radius: 100px;
				position: relative;
}
.button::after,
.woocommerce #respond input#submit::after,
.woocommerce a.button::after,
.woocommerce button.button::after,
.woocommerce input.button::after {
				position: relative;
				right: 0;
				top: 0;
				content: "";
				width: 33px;
				height: 33px;
				background: url(images/arrow-black.svg) no-repeat;
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
				background-color: #0C2F3F;
				color: #fcfcfc;
}
.button--white,
.woocommerce #respond input#submit--white,
.woocommerce a.button--white,
.woocommerce button.button--white,
.woocommerce input.button--white {
				background-color: #fcfcfc;
				color: #0C2F3F;
}

.site .gform_wrapper,
.woocommerce .gform_wrapper,
.woocommerce .site .gform_wrapper {
				margin: 0;
				padding: 0;
}
.site .gform_wrapper .gform_fields,
.woocommerce .gform_wrapper .gform_fields,
.woocommerce .site .gform_wrapper .gform_fields {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				width: 100%;
				gap: 0 30px;
}
.site .gform_wrapper .gfield,
.woocommerce .gform_wrapper .gfield,
.woocommerce .site .gform_wrapper .gfield {
				width: 100%;
}
.site .gform_wrapper .gfield select,
.site .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfield textarea,
.woocommerce .gform_wrapper .gfield select,
.woocommerce .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfield textarea,
.woocommerce .site .gform_wrapper .gfield select,
.woocommerce .site .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfield textarea {
				width: 100%;
}
.site .gform_wrapper .gfield--width-half,
.woocommerce .gform_wrapper .gfield--width-half,
.woocommerce .site .gform_wrapper .gfield--width-half {
				width: calc(50% - 15px);
}
.site .gform_wrapper .gfield--width-third,
.woocommerce .gform_wrapper .gfield--width-third,
.woocommerce .site .gform_wrapper .gfield--width-third {
				width: calc(33% - 20px);
}
.site .gform_wrapper .gfield--width-quarter,
.woocommerce .gform_wrapper .gfield--width-quarter,
.woocommerce .site .gform_wrapper .gfield--width-quarter {
				width: calc(25% - 22.5px);
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label,
.woocommerce .gform_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper legend.gfield_label,
.woocommerce .site .gform_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper legend.gfield_label {
				display: none;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
				height: 40px;
				line-height: 40px;
				background: none;
				border: 1px solid #399BC3;
				padding: 0 25px;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #0C2F3F;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.site .gform_wrapper textarea,
				.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.woocommerce .gform_wrapper textarea,
				.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.woocommerce .site .gform_wrapper textarea {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.site .gform_wrapper textarea,
				.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.woocommerce .gform_wrapper textarea,
				.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.woocommerce .site .gform_wrapper textarea {
								font-size: 16px;
				}
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .site .gform_wrapper textarea::-webkit-input-placeholder {
				color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea::-moz-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .gform_wrapper textarea::-moz-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .site .gform_wrapper textarea::-moz-placeholder {
				color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea:-ms-input-placeholder {
				color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea::-ms-input-placeholder {
				color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea::placeholder,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .gform_wrapper textarea::placeholder,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .site .gform_wrapper textarea::placeholder {
				color: #BBBFC1;
}
.site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
				padding-right: 48px;
}
.site .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-last-child(1) {
				padding-right: 0;
}
.site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
				margin-bottom: 4px;
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper .gfmc-column h4,
				.woocommerce .gform_wrapper .gfmc-column h4,
				.woocommerce .site .gform_wrapper .gfmc-column h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper .gfmc-column h4,
				.woocommerce .gform_wrapper .gfmc-column h4,
				.woocommerce .site .gform_wrapper .gfmc-column h4 {
								font-size: 20px;
				}
}
.site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				margin-top: 15px;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper .gfmc-column .form__text,
				.woocommerce .gform_wrapper .gfmc-column .form__text,
				.woocommerce .site .gform_wrapper .gfmc-column .form__text {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper .gfmc-column .form__text,
				.woocommerce .gform_wrapper .gfmc-column .form__text,
				.woocommerce .site .gform_wrapper .gfmc-column .form__text {
								font-size: 16px;
				}
}
.site .gform_wrapper .gfmc-column .form__text a,
.woocommerce .gform_wrapper .gfmc-column .form__text a,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a {
				color: #0C2F3F;
				text-decoration: underline;
}
.site .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
				color: #CCDE69;
}
.site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfmc-column textarea,
.woocommerce .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfmc-column textarea,
.woocommerce .site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfmc-column textarea {
				width: 100%;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
				width: 100%;
				padding-right: 0;
				margin-right: 0;
				margin-bottom: 10px;
				display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address label {
				display: none;
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper .gform_footer input.button,
				.site .gform_wrapper .gform_footer input[type=submit],
				.site .gform_wrapper .gform_page_footer input.button,
				.site .gform_wrapper .gform_page_footer input[type=submit],
				.woocommerce .gform_wrapper .gform_footer input.button,
				.woocommerce .gform_wrapper .gform_footer input[type=submit],
				.woocommerce .gform_wrapper .gform_page_footer input.button,
				.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
				.woocommerce .site .gform_wrapper .gform_footer input.button,
				.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
				.woocommerce .site .gform_wrapper .gform_page_footer input.button,
				.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper .gform_footer input.button,
				.site .gform_wrapper .gform_footer input[type=submit],
				.site .gform_wrapper .gform_page_footer input.button,
				.site .gform_wrapper .gform_page_footer input[type=submit],
				.woocommerce .gform_wrapper .gform_footer input.button,
				.woocommerce .gform_wrapper .gform_footer input[type=submit],
				.woocommerce .gform_wrapper .gform_page_footer input.button,
				.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
				.woocommerce .site .gform_wrapper .gform_footer input.button,
				.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
				.woocommerce .site .gform_wrapper .gform_page_footer input.button,
				.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
								font-size: 16px;
				}
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
				border: none;
				background: none;
				margin: 0;
				padding: 0;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper li.gfield.gfield_error,
				.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
				.woocommerce .gform_wrapper li.gfield.gfield_error,
				.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
				.woocommerce .site .gform_wrapper li.gfield.gfield_error,
				.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper li.gfield.gfield_error,
				.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
				.woocommerce .gform_wrapper li.gfield.gfield_error,
				.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
				.woocommerce .site .gform_wrapper li.gfield.gfield_error,
				.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
								font-size: 16px;
				}
}
.site .gform_wrapper .validation_message,
.woocommerce .gform_wrapper .validation_message,
.woocommerce .site .gform_wrapper .validation_message {
				padding-top: 8px;
}
.site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
				padding: 8px 0;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.2;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper div.validation_error,
				.woocommerce .gform_wrapper div.validation_error,
				.woocommerce .site .gform_wrapper div.validation_error {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper div.validation_error,
				.woocommerce .gform_wrapper div.validation_error,
				.woocommerce .site .gform_wrapper div.validation_error {
								font-size: 16px;
				}
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .gform_wrapper .gfield_checkbox li input,
.woocommerce .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .site .gform_wrapper .gfield_checkbox li input,
.woocommerce .site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .site .gform_wrapper .gfield_radio li input[type=radio] {
				display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #399BC3;
				padding-left: 30px;
				line-height: 20px;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.site .gform_wrapper ul.gfield_checkbox li label,
				.site .gform_wrapper ul.gfield_radio li label,
				.woocommerce .gform_wrapper ul.gfield_checkbox li label,
				.woocommerce .gform_wrapper ul.gfield_radio li label,
				.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
				.woocommerce .site .gform_wrapper ul.gfield_radio li label {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site .gform_wrapper ul.gfield_checkbox li label,
				.site .gform_wrapper ul.gfield_radio li label,
				.woocommerce .gform_wrapper ul.gfield_checkbox li label,
				.woocommerce .gform_wrapper ul.gfield_radio li label,
				.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
				.woocommerce .site .gform_wrapper ul.gfield_radio li label {
								font-size: 16px;
				}
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .site .gform_wrapper ul.gfield_radio li label:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 20px;
				height: 20px;
				border: 1px solid #0C2F3F;
				content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .gform_wrapper .gchoice_select_all:after,
.woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .site .gform_wrapper .gchoice_select_all:after,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
				position: absolute;
				top: 2px;
				left: 2px;
				width: 16px;
				height: 16px;
				background: #CCDE69;
				content: "";
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
				height: 40px;
				line-height: 40px;
				background: none;
				border: 1px solid #399BC3;
				padding: 0 25px;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #0C2F3F;
				width: 100%;
				margin-bottom: 8px;
				background: #fcfcfc;
}
@media only screen and (max-width: 1050px) {
				.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.formBox textarea {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.formBox textarea {
								font-size: 16px;
				}
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
				color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .formBox textarea::-moz-placeholder {
				color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .formBox textarea:-ms-input-placeholder {
				color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .formBox textarea::-ms-input-placeholder {
				color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.formBox textarea::placeholder {
				color: #BBBFC1;
}
.formBox p {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #399BC3;
				line-height: 1.2;
}
@media only screen and (max-width: 1050px) {
				.formBox p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.formBox p {
								font-size: 16px;
				}
}
.formBox p a {
				color: #0C2F3F;
				text-decoration: underline;
}
.formBox p a:hover {
				color: #CCDE69;
}

.form_block .formBox {
				margin: 0 auto;
				width: 337px;
				max-width: 100%;
}
.form_block .formBox .gform_footer {
				text-align: center;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
				display: none;
				position: absolute;
				left: -9000px;
}

.post-cont .post-thumbnail {
				width: 100%;
				padding-top: 67.25%;
				position: relative;
				margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
}
.post-cont .post-thumbnail a img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.post-cont .post-thumbnail a img {
				width: 100%;
				height: 100%;
}
.post-cont__date {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #399BC3;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.post-cont__date {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__date {
								font-size: 16px;
				}
}
.post-cont__title {
				display: block;
				width: 100%;
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				color: #0C2F3F;
				margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
				.post-cont__title {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__title {
								font-size: 20px;
				}
}
.post-cont__title:hover {
				color: #CCDE69;
}
.post-cont__link {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #0C2F3F;
				text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
				.post-cont__link {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.post-cont__link {
								font-size: 16px;
				}
}
.post-cont__link:hover {
				color: #CCDE69;
}

.archive-cont__list {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
				grid-template-columns: repeat(3, 1fr);
				grid-gap: 40px 50px;
}
@media only screen and (max-width: 1050px) {
				.archive-cont__list {
								padding: 0 20px;
				}
}
@media only screen and (max-width: 900px) {
				.archive-cont__list {
								-ms-grid-columns: 1fr 50px 1fr;
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 600px) {
				.archive-cont__list {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
				}
}

.single-header__title {
				margin: 0 auto;
				width: 985px;
				max-width: 100%;
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.single-header__title {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__title {
								font-size: 26px;
				}
}
.single-header__introduction {
				margin: 0 auto;
				width: 773px;
				max-width: 100%;
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.2;
				color: #399BC3;
				text-align: center;
				margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
				.single-header__introduction {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__introduction {
								font-size: 24px;
				}
}
.single-header__date {
				margin: 0 auto;
				width: 773px;
				max-width: 100%;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #399BC3;
				text-align: center;
				margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
				.single-header__date {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single-header__date {
								font-size: 16px;
				}
}
.single-header .post-thumbnail {
				margin-top: 70px;
				width: 100%;
}
.single-header .post-thumbnail img {
				width: 100%;
				height: auto;
}

.single-content {
				padding: 80px 0 168px 0;
}
.single-content__cont {
				margin: 0 auto;
				width: 620px;
				max-width: 100%;
}
.single-content__cont h1,
.single-content__cont h2,
.single-content__cont h3,
.single-content__cont h4,
.single-content__cont h5,
.single-content__cont h6 {
				color: #0C2F3F;
				margin-bottom: 20px;
}
.single-content__cont h1 {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h1 {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h1 {
								font-size: 36px;
				}
}
.single-content__cont h2 {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h2 {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h2 {
								font-size: 26px;
				}
}
.single-content__cont h3 {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h3 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h3 {
								font-size: 28px;
				}
}
.single-content__cont h4 {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h4 {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h4 {
								font-size: 24px;
				}
}
.single-content__cont h5 {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h5 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h5 {
								font-size: 20px;
				}
}
.single-content__cont h6 {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont h6 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont h6 {
								font-size: 16px;
				}
}
.single-content__cont p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont p {
								font-size: 20px;
				}
}
.single-content__cont ul,
.single-content__cont ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.single-content__cont ul li {
				list-style-type: square;
}
.single-content__cont a {
				color: #0C2F3F;
}
.single-content__cont a:hover {
				text-decoration: underline;
}
.single-content__cont blockquote {
				padding-left: 30px;
				border-left: 3px solid #0C2F3F;
}
.single-content__cont blockquote p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single-content__cont blockquote p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.single-content__cont blockquote p {
								font-size: 24px;
				}
}
.single-content__cont img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.single-content__cont .alignleft {
								max-width: 100%;
				}
}
.single-content__cont .aligncenter {
				margin: 30px auto;
				display: block;
}
.single-content__cont .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.single-content__cont .alignright {
								max-width: 100%;
				}
}

@media only screen and (max-width: 1050px) {
				.latest_news {
								padding: 0 0 0 33px;
				}
}
.latest_news__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
				grid-template-columns: repeat(3, 1fr);
				grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
				.latest_news__cont {
								width: 100%;
								padding-right: 27%;
				}
}
.latest_news__cont .slick-list {
				overflow: visible;
}
.latest_news__cont .slick-slide {
				margin-right: 40px;
}
.latest_news__cont .slick-dots {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				margin: 0 7px 0 23.5px;
				width: 100vw;
				padding: 0 30px;
				margin-left: -30px;
				margin-top: 48px;
				text-align: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.latest_news__cont .slick-dots li {
				margin: 0 23.5px;
				position: relative;
}
.latest_news__cont .slick-dots li * {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.latest_news__cont .slick-dots li * {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.latest_news__cont .slick-dots li * {
								font-size: 16px;
				}
}
.latest_news__cont .slick-dots li:before {
				position: absolute;
				left: -17px;
				top: 4px;
				width: 12px;
				height: 12px;
				border: 1px solid #0C2F3F;
				content: "";
				cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
				border: 1px solid #CCDE69;
				background: #CCDE69;
}
.latest_news .posts_grid__cont {
				-ms-grid-columns: (1fr)[4];
				grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
				width: 100%;
				padding-top: 67.25%;
				position: relative;
				margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

.popup {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				position: fixed;
				/*
				top: 50%;
				left: 50%;
				transform: translate(-50%,-100vh);

				background-color: $primary-color;
				*/
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				width: 100%;
				height: 100%;
				z-index: 10;
				padding: 90px;
				opacity: 0;
				-webkit-transform: translate(0, -100vh);
				        transform: translate(0, -100vh);
				-webkit-transition-duration: 0.5s;
				        transition-duration: 0.5s;
				-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
				pointer-events: none;
}
.popup[aria-hidden=false] {
				opacity: 1;
				-webkit-transform: translate(0, 0%);
				        transform: translate(0, 0%);
				pointer-events: all;
}
.popup .popup-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				height: 200%;
				background: rgba(0, 0, 0, 0.2);
}

.popup-contact {
				background-color: #CCDE69;
				overflow: auto;
}
@media only screen and (max-width: 900px) {
				.popup-contact {
								padding: 87px 20px;
				}
}
.popup-contact--top {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				width: 100%;
				margin-bottom: 74px;
}
@media only screen and (max-width: 1281px) {
				.popup-contact--top {
								margin-bottom: 10px;
				}
}
@media only screen and (max-width: 900px) {
				.popup-contact--top {
								margin-bottom: 32px;
				}
}
.popup-contact__close {
				background-color: #0C2F3F;
				border-radius: 50%;
				width: 60px;
				height: 60px;
				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;
				cursor: pointer;
}
@media only screen and (max-width: 900px) {
				.popup-contact__close {
								position: absolute;
								top: 0;
								right: 0;
								margin: 20px;
								width: 30px;
								height: 30px;
				}
}
.popup-contact__title {
				font-size: 80px;
				color: #0C2F3F;
				text-transform: uppercase;
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
@media only screen and (max-width: 750px) {
				.popup-contact__title {
								font-size: 36px;
				}
}
.popup-contact__text {
				font-size: 40px;
				color: #0C2F3F;
				text-transform: uppercase;
				max-width: 471px;
				margin-bottom: 73px;
				-ms-flex-item-align: baseline;
				    align-self: baseline;
}
@media only screen and (max-width: 1281px) {
				.popup-contact__text {
								margin-bottom: 20px;
				}
}
@media only screen and (max-width: 1050px) {
				.popup-contact__text {
								font-size: 36px;
				}
}
@media only screen and (max-width: 750px) {
				.popup-contact__text {
								display: none;
				}
}
.popup-contact__text strong {
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
.popup-contact--form {
				max-width: 792px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				width: 100%;
}
@media only screen and (max-width: 900px) {
				.popup-contact--form {
								max-width: 100%;
				}
}
.popup-contact--form .gform_fields {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
}
.popup-contact--form .gform_fields input {
				width: 380px;
				height: 43px;
				background-color: #CCDE69 !important;
				border-bottom: 1px solid #0C2F3F !important;
				border-top: none !important;
				border-right: none !important;
				border-left: none !important;
				padding: 0 !important;
}
@media only screen and (max-width: 1050px) {
				.popup-contact--form .gform_fields input {
								width: 100%;
				}
}
@media only screen and (max-width: 750px) {
				.popup-contact--form .gform_fields input {
								width: 100%;
				}
}
.popup-contact--form .gform_fields input::-webkit-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_fields input::-moz-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_fields input:-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_fields input::-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_fields input::placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
@media only screen and (max-width: 900px) {
				.popup-contact--form .gform_fields input::-webkit-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_fields input::-moz-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_fields input:-ms-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_fields input::-ms-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_fields input::placeholder {
								font-size: 20px;
				}
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium {
				height: 79px !important;
				background-color: #CCDE69 !important;
				border-bottom: 1px solid #0C2F3F !important;
				border-top: none !important;
				border-right: none !important;
				border-left: none !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-webkit-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-moz-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium:-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
@media only screen and (max-width: 900px) {
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-webkit-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-moz-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium:-ms-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-ms-input-placeholder {
								font-size: 20px;
				}
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::placeholder {
								font-size: 20px;
				}
}
.popup-contact--form .gform-field-label {
				display: none !important;
}
@media only screen and (max-width: 750px) {
				.popup-contact--form .gfield--type-email, .popup-contact--form .gfield--type-text {
								width: 100% !important;
				}
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium {
				background-color: #CCDE69 !important;
				border: 1px solid transparent !important;
				border-bottom: 1px solid #0C2F3F !important;
				font-size: 20px;
				padding: 0 !important;
}
@media only screen and (max-width: 1050px) {
				.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium {
								grid-column: auto;
				}
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-webkit-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-moz-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium:-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::-ms-input-placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gfield textarea.medium::placeholder {
				text-transform: uppercase;
				font-size: 26px;
				color: #0C2F3F !important;
}
.popup-contact--form .gform_button {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 8px;
				cursor: pointer;
				line-height: 40px;
				font-size: 22px;
				font-weight: 700;
				text-decoration: none;
				font-family: "Acumin-variable", sans-serif;
				background: #CCDE69;
				color: #0C2F3F;
				padding: 4.5px 18px;
				-webkit-transition: 0.5s ease;
				transition: 0.5s ease;
				border-radius: 100px;
				position: relative;
				background-color: #fcfcfc !important;
				color: #0C2F3F !important;
				border-radius: 100px;
}
.popup-contact--form .gform_button::after {
				position: relative;
				right: 0;
				top: 0;
				content: "";
				width: 33px;
				height: 33px;
				background: url(images/arrow-black.svg) no-repeat;
}
.popup-contact--form .gform_button:hover {
				background-color: #0C2F3F;
				color: #fcfcfc;
}
.popup-contact--form .gform_button--white {
				background-color: #fcfcfc;
				color: #0C2F3F;
}
.popup-contact--form .gform_validation_errors, .popup-contact--form .validation_message, .popup-contact--form .gform_confirmation_message_1 {
				border: none !important;
				color: #0C2F3F !important;
				padding: 6px !important;
}
.popup-contact--form .gform_validation_errors h2, .popup-contact--form .gform_validation_errors a, .popup-contact--form .gform_validation_errors ol, .popup-contact--form .gform_validation_errors li, .popup-contact--form .validation_message h2, .popup-contact--form .validation_message a, .popup-contact--form .validation_message ol, .popup-contact--form .validation_message li, .popup-contact--form .gform_confirmation_message_1 h2, .popup-contact--form .gform_confirmation_message_1 a, .popup-contact--form .gform_confirmation_message_1 ol, .popup-contact--form .gform_confirmation_message_1 li {
				color: #0C2F3F !important;
}
.popup-contact--form .gform_validation_errors .gform_submission_error {
				margin: 0 !important;
}
.popup-contact--form .gform_validation_errors ol {
				display: none !important;
}
.popup-contact--form .gform_confirmation_message_1 {
				font-size: 27px !important;
}
.popup-contact--form .gfield--type-textarea .gfield_description {
				margin-bottom: 9.008px !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gform_footer {
				margin: 0 !important;
				padding: 0 !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gform_footer .gform_button {
				position: relative !important;
				background-color: #fcfcfc !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
				background-color: #0C2F3F !important;
				color: #fcfcfc !important;
}
.popup-contact--form .gform_wrapper.gravity-theme .gform_footer .gform_button::after {
				position: relative !important;
				right: 0 !important;
				top: 0 !important;
				content: "" !important;
				width: 33px !important;
				height: 33px !important;
				background: url(images/arrow-black.svg) no-repeat !important;
}

.popup-download {
				background-color: #0C2F3F;
				max-width: 663px;
				max-height: 660px;
				border-radius: 50%;
				border: 1px solid #CCDE69;
				text-align: center;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				position: absolute;
				width: 100%;
				height: 100%;
				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;
				z-index: 1;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
@media only screen and (max-width: 900px) {
				.popup-download {
								border-radius: 0;
								max-width: 100%;
								max-height: 100%;
								border: none;
								padding: 87px 20px;
				}
}
.popup-download--top {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media only screen and (max-width: 900px) {
				.popup-download--top {
								margin-bottom: 32px;
				}
}
.popup-download__close {
				background-color: #0C2F3F;
				border-radius: 50%;
				width: 60px;
				height: 60px;
				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;
				cursor: pointer;
				position: absolute;
				border: 1px solid #CCDE69;
				top: 0;
				right: 0;
}
@media only screen and (max-width: 900px) {
				.popup-download__close {
								position: absolute;
								top: 0;
								right: 0;
								margin: 20px;
								width: 30px;
								height: 30px;
				}
}
.popup-download__title {
				color: #fcfcfc;
				text-transform: uppercase;
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
				margin-bottom: 24px;
				line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
				.popup-download__title {
								font-size: 36px;
				}
}
.popup-download__title span {
				color: #CCDE69;
				letter-spacing: 1.2px;
}
.popup-download__text {
				color: #fcfcfc;
				max-width: 481px;
				margin-bottom: 64px;
}
.popup-download__text p b, .popup-download__text p strong {
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
.popup-download .download__buttons {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 50px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
				.popup-download .download__buttons {
								gap: 8px;
				}
}
.popup-download .button--white::before, .popup-download .button--white::after {
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
}
.popup-download .button--white:hover {
				background-color: #CCDE69;
				color: #0C2F3F;
}

.circles svg, .circles--bottom svg {
				mix-blend-mode: overlay;
				width: 100%;
				aspect-ratio: 969/55;
				max-width: 969px;
}
.circles path, .circles--bottom path {
				-webkit-transform: scale(0);
				        transform: scale(0);
				-webkit-transform-origin: 0 50%;
				        transform-origin: 0 50%;
				-webkit-animation: circles 5s infinite;
				        animation: circles 5s infinite;
}
.circles path:nth-child(8), .circles--bottom path:nth-child(8) {
				-webkit-animation-delay: 0.1s;
				        animation-delay: 0.1s;
				-webkit-transform-origin: 10px 50%;
				        transform-origin: 10px 50%;
}
.circles path:nth-child(7), .circles--bottom path:nth-child(7) {
				-webkit-animation-delay: 0.2s;
				        animation-delay: 0.2s;
				-webkit-transform-origin: 80px 50%;
				        transform-origin: 80px 50%;
}
.circles path:nth-child(6), .circles--bottom path:nth-child(6) {
				-webkit-animation-delay: 0.3s;
				        animation-delay: 0.3s;
				-webkit-transform-origin: 140px 50%;
				        transform-origin: 140px 50%;
}
.circles path:nth-child(5), .circles--bottom path:nth-child(5) {
				-webkit-animation-delay: 0.4s;
				        animation-delay: 0.4s;
				-webkit-transform-origin: 200px 50%;
				        transform-origin: 200px 50%;
}
.circles path:nth-child(4), .circles--bottom path:nth-child(4) {
				-webkit-animation-delay: 0.5s;
				        animation-delay: 0.5s;
				-webkit-transform-origin: 260px 50%;
				        transform-origin: 260px 50%;
}
.circles path:nth-child(3), .circles--bottom path:nth-child(3) {
				-webkit-animation-delay: 0.6s;
				        animation-delay: 0.6s;
				-webkit-transform-origin: 340px 50%;
				        transform-origin: 340px 50%;
}
.circles path:nth-child(2), .circles--bottom path:nth-child(2) {
				-webkit-animation-delay: 0.7s;
				        animation-delay: 0.7s;
				-webkit-transform-origin: 400px 50%;
				        transform-origin: 400px 50%;
}
.circles path:nth-child(1), .circles--bottom path:nth-child(1) {
				-webkit-animation-delay: 0.8s;
				        animation-delay: 0.8s;
				-webkit-transform-origin: 467px 50%;
				        transform-origin: 467px 50%;
}
.circles path:nth-child(9), .circles--bottom path:nth-child(9) {
				-webkit-animation-delay: 0.9s;
				        animation-delay: 0.9s;
				-webkit-transform-origin: 520px 50%;
				        transform-origin: 520px 50%;
}
.circles path:nth-child(10), .circles--bottom path:nth-child(10) {
				-webkit-animation-delay: 1s;
				        animation-delay: 1s;
				-webkit-transform-origin: 570px 50%;
				        transform-origin: 570px 50%;
}
.circles path:nth-child(11), .circles--bottom path:nth-child(11) {
				-webkit-animation-delay: 1.1s;
				        animation-delay: 1.1s;
				-webkit-transform-origin: 630px 50%;
				        transform-origin: 630px 50%;
}
.circles path:nth-child(12), .circles--bottom path:nth-child(12) {
				-webkit-animation-delay: 1.2s;
				        animation-delay: 1.2s;
				-webkit-transform-origin: 660px 50%;
				        transform-origin: 660px 50%;
}
.circles path:nth-child(13), .circles--bottom path:nth-child(13) {
				-webkit-animation-delay: 1.3s;
				        animation-delay: 1.3s;
				-webkit-transform-origin: 720px 50%;
				        transform-origin: 720px 50%;
}
.circles path:nth-child(14), .circles--bottom path:nth-child(14) {
				-webkit-animation-delay: 1.4s;
				        animation-delay: 1.4s;
				-webkit-transform-origin: 790px 50%;
				        transform-origin: 790px 50%;
}
.circles path:nth-child(15), .circles--bottom path:nth-child(15) {
				-webkit-animation-delay: 1.5s;
				        animation-delay: 1.5s;
				-webkit-transform-origin: 860px 50%;
				        transform-origin: 860px 50%;
}
.circles.in path, .circles--bottom.in path {
				-webkit-transform: scale(1);
				        transform: scale(1);
				opacity: 1;
}
@media only screen and (max-width: 750px) {
				.circles, .circles--bottom {
								max-width: calc(100vw - 40px);
								left: 20px !important;
								right: auto !important;
				}
}

.circles--bottom svg {
				-webkit-transform: scaleX(-1);
				        transform: scaleX(-1);
}

@-webkit-keyframes circles {
				0% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
				25% {
								-webkit-transform: scale(1);
								        transform: scale(1);
								opacity: 1;
				}
				50% {
								-webkit-transform: scale(1);
								        transform: scale(1);
								opacity: 1;
				}
				75% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
				100% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
}

@keyframes circles {
				0% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
				25% {
								-webkit-transform: scale(1);
								        transform: scale(1);
								opacity: 1;
				}
				50% {
								-webkit-transform: scale(1);
								        transform: scale(1);
								opacity: 1;
				}
				75% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
				100% {
								-webkit-transform: scale(0);
								        transform: scale(0);
								opacity: 0;
				}
}
.breadcrumb,
.woocommerce-breadcrumb {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #399BC3;
				width: 100%;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.breadcrumb,
				.woocommerce-breadcrumb {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.breadcrumb,
				.woocommerce-breadcrumb {
								font-size: 16px;
				}
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
				display: inline-block;
				position: relative;
				color: #399BC3;
				margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
				position: absolute;
				top: 0;
				left: -15px;
				width: 1px;
				height: 100%;
				background: #399BC3;
				content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
				display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
				color: #0C2F3F;
}

.hero--home {
				background-color: #0C2F3F;
}
.hero--home video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.hero--home iframe {
				aspect-ratio: 16/9;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				background: #000;
				height: 100%;
				width: auto;
				position: absolute;
}
@media (min-aspect-ratio: 16/9) {
				.hero--home iframe {
								height: auto;
								width: 100%;
				}
}
.hero--home__cont {
				position: relative;
				height: 100vh;
}
@media only screen and (max-width: 1050px) {
				.hero--home__cont {
								aspect-ratio: 16/9;
								height: auto;
				}
}
.hero--home__cont .button-video {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				height: 100%;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				z-index: 1;
				position: relative;
}
.hero--home__cont .button-video .play {
				position: relative;
				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;
				z-index: 1;
}
.hero--home__cont .button-video .play::before {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 370px;
				height: 370px;
				border-radius: 50%;
				background-color: #0C2F3F;
				opacity: 0.86;
				-webkit-backdrop-filter: blur(2px);
				        backdrop-filter: blur(2px);
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				border: 1px solid #CCDE69;
				content: "";
}
@media only screen and (max-width: 900px) {
				.hero--home__cont .button-video .play::before {
								width: 92px;
								height: 92px;
				}
}
.hero--home__cont .button-video .play img {
				z-index: 1;
}
@media only screen and (max-width: 900px) {
				.hero--home__cont .button-video .play img {
								width: 12px;
				}
}
.hero--home button {
				position: absolute;
				width: 50px;
				height: 50px;
				background: #0C2F3F;
				z-index: 1;
				bottom: 50px;
				left: 0;
				color: #fff;
				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;
				cursor: pointer;
}
.hero--home button.play {
				bottom: 120px;
}
@media only screen and (max-width: 750px) {
				.hero--home button.play {
								bottom: 70px;
				}
}
.hero--home button.play:before {
				position: absolute;
				top: 50%;
				left: 50%;
				background: url(images/pause.svg) no-repeat;
				width: 26px;
				height: 26px;
				content: "";
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
}
.hero--home button.play.paused:before {
				position: absolute;
				top: 50%;
				left: 50%;
				background: url(images/play.svg) no-repeat;
				width: 26px;
				height: 26px;
				content: "";
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
				.hero--home button.mute {
								bottom: 10px;
				}
}
.hero--home button.mute:before {
				position: absolute;
				top: 50%;
				left: 50%;
				background: url(images/volume-on.svg) no-repeat;
				width: 26px;
				height: 26px;
				content: "";
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
}
.hero--home button.mute.muted:before {
				position: absolute;
				top: 50%;
				left: 50%;
				background: url(images/volume-off.svg) no-repeat;
				width: 26px;
				height: 26px;
				content: "";
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
}

.header {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: fixed;
				top: -160px;
				left: 50%;
				z-index: 10;
				background: #fcfcfc;
				border-radius: 10px;
				max-width: 100%;
				width: calc(100% - 120px);
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
				-webkit-transition: top 0.3s;
				transition: top 0.3s;
}
@media only screen and (max-width: 1050px) {
				.header {
								width: calc(100% - 20px);
				}
}
@media only screen and (max-width: 750px) {
				.header {
								height: 60px;
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
				}
}
.header .container {
				padding: 0 30px;
}
@media only screen and (max-width: 750px) {
				.header .container {
								padding: 0 20px;
				}
}
.header__top-bar {
				width: 100vw;
				margin-left: -60px;
				background: #8E9497;
				padding: 8px 60px;
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
				color: #fcfcfc;
				text-align: center;
}
@media only screen and (max-width: 1050px) {
				.header__top-bar {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.header__top-bar {
								font-size: 16px;
				}
}
@media only screen and (max-width: 1050px) {
				.header__top-bar {
								margin-left: 0;
								position: relative;
								z-index: 2;
				}
}
.header__top, .header__bottom {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				padding: 29.5px 10px;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media only screen and (max-width: 1050px) {
				.header__top, .header__bottom {
								padding: 20px 0;
				}
}
.header__top__left, .header__bottom__left {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.header__top__center, .header__bottom__center {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.header__top__right, .header__bottom__right {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				gap: 18px;
}
.header__top__right__button, .header__bottom__right__button {
				cursor: pointer;
				color: #000000;
				text-decoration: none;
				font-family: "Poppins", sans-serif;
}
.header__top__right__button:hover, .header__bottom__right__button:hover {
				text-decoration: underline;
}
.header__top__right__button__download, .header__bottom__right__button__download {
				color: #399BC3;
				position: relative;
				text-decoration: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				font-size: 22px;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				cursor: pointer;
				border-radius: 50%;
}
@media only screen and (max-width: 900px) {
				.header__top__right__button__download, .header__bottom__right__button__download {
								font-size: 16px;
				}
}
.header__top__right__button__download:hover, .header__bottom__right__button__download:hover {
				text-decoration: underline;
}
.header__top__right__button__contact, .header__bottom__right__button__contact {
				width: auto;
}
@media only screen and (max-width: 900px) {
				.header__top__right__button__contact, .header__bottom__right__button__contact {
								background: transparent;
								padding-left: 33px;
								font-size: 16px;
				}
}
@media only screen and (max-width: 900px) {
				.header__top__right__button__contact::after, .header__bottom__right__button__contact::after {
								position: absolute;
								top: 9px;
								left: 0;
								width: 28px;
								height: 28px;
								background: url(images/mail.svg) no-repeat;
								content: "";
				}
}
.header__bottom {
				padding: 0;
}
@media only screen and (max-width: 1050px) {
				.header__bottom {
								display: block;
				}
}

.scrolled .header {
				background: #fcfcfc;
				-webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
				        filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
}
.scrolled .header__top-bar {
				display: none;
}
.scrolled .header__middle {
				padding: 20px 0;
}
@media only screen and (max-width: 1050px) {
				.scrolled .header__middle {
								padding: 20px;
				}
}

.error_template {
				padding: 200px 0;
}
.error_template .page-content {
				width: 50%;
				margin-top: 20px;
}
@media only screen and (max-width: 600px) {
				.error_template .page-content {
								width: 100%;
				}
}

.site-main {
				margin-top: 203px;
}
@media only screen and (max-width: 1050px) {
				.site-main {
								margin-top: 113px;
				}
}

.site-footer {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}
.site-footer__cont {
				padding: 122px 0 75px;
}
@media only screen and (max-width: 900px) {
				.site-footer__cont {
								padding: 60px 0 75px;
				}
}
.site-footer__top {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: (1fr)[2];
				grid-template-columns: repeat(2, 1fr);
				margin-bottom: 73px;
}
@media only screen and (max-width: 900px) {
				.site-footer__top {
								-ms-grid-columns: 1fr;
								grid-template-columns: 1fr;
								grid-gap: 30px;
				}
}
@media only screen and (max-width: 750px) {
				.site-footer__top {
								margin: 0 auto;
								width: 768px;
								max-width: 100%;
								margin-bottom: 30px;
				}
}
.site-footer__column {
				position: relative;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 40px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 40px;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				width: 100%;
}
@media only screen and (max-width: 750px) {
				.site-footer__column {
								-ms-grid-columns: 1fr;
								grid-template-columns: 1fr;
								font-size: 18px;
				}
}
.site-footer__column .contact__item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				max-width: 290px;
				width: 100%;
}
.site-footer__column .contact__item .contact_name {
				font-size: 20px;
				text-transform: uppercase;
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
.site-footer__column .contact__item .contact_phone, .site-footer__column .contact__item .contact_mail {
				cursor: pointer;
				color: #fcfcfc;
				text-decoration: none;
}
.site-footer__column .contact__item .contact_phone:hover, .site-footer__column .contact__item .contact_mail:hover {
				text-decoration: underline;
}
.site-footer__title {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 32px;
				color: #CCDE69;
				font-size: 80px;
				font-weight: 400;
				line-height: normal;
				margin-bottom: 156px;
				text-transform: uppercase;
				font-variation-settings: "wght" 800, "wdth" 100, "slnt" 0;
				cursor: pointer;
				text-decoration: none;
}
.site-footer__title img {
				-webkit-transition: 0.3s ease-out;
				transition: 0.3s ease-out;
}
.site-footer__title:hover img {
				-webkit-transform: translate(10px, -10px);
				        transform: translate(10px, -10px);
}
@media only screen and (max-width: 1281px) {
				.site-footer__title {
								font-size: 60px;
				}
}
@media only screen and (max-width: 900px) {
				.site-footer__title {
								font-size: 40px;
								margin-bottom: 90px;
								text-align: left;
				}
}
.site-footer__bottom {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				border-top: 1px solid #fcfcfc;
				padding: 42px 0 0;
}
@media only screen and (max-width: 1050px) {
				.site-footer__bottom {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
				}
}
.site-footer__bottom .site-footer__partners {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 36px;
}
@media only screen and (max-width: 1050px) {
				.site-footer__bottom .site-footer__partners {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
								margin-bottom: 30px;
				}
}
.site-footer__logo {
				max-width: 296px;
}
.site-footer__logo .site-logo {
				width: auto;
				margin-right: 0;
}
.site-footer .copyright {
				font-size: 16px;
				color: #fcfcfc;
}
@media only screen and (max-width: 900px) {
				.site-footer .copyright {
								font-size: 18px;
				}
}

.error-404 .page-header {
				text-align: center;
				padding: 230px 0 75px;
}
.error-404 .page-header .page-title {
				font-family: "Acumin-variable", sans-serif;
				color: #D6FF83;
				text-transform: uppercase;
}
.error-404 .page-content {
				display: none;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
				--fa-style-family-brands: "Font Awesome 6 Brands";
				--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
				font-family: "Font Awesome 6 Brands";
				font-style: normal;
				font-weight: 400;
				font-display: block;
				src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
				font-weight: 400;
				font-family: "Font Awesome 6 Brands";
				font-style: normal;
}

.fa-vimeo-v:before {
				content: "\f27d";
}

.fa-square-instagram:before {
				content: "\e055";
}

.fa-instagram-square:before {
				content: "\e055";
}

.fa-google:before {
				content: "\f1a0";
}

.fa-linkedin-in:before {
				content: "\f0e1";
}

.fa-square-twitter:before {
				content: "\f081";
}

.fa-twitter-square:before {
				content: "\f081";
}

.fa-square-youtube:before {
				content: "\f431";
}

.fa-youtube-square:before {
				content: "\f431";
}

.fa-square-vimeo:before {
				content: "\f194";
}

.fa-vimeo-square:before {
				content: "\f194";
}

.fa-square-pinterest:before {
				content: "\f0d3";
}

.fa-pinterest-square:before {
				content: "\f0d3";
}

.fa-facebook-f:before {
				content: "\f39e";
}

.fa-spotify:before {
				content: "\f1bc";
}

.fa-facebook-messenger:before {
				content: "\f39f";
}

.fa-tiktok:before {
				content: "\e07b";
}

.fa-square-facebook:before {
				content: "\f082";
}

.fa-facebook-square:before {
				content: "\f082";
}

.fa-linkedin:before {
				content: "\f08c";
}

.fa-vimeo:before {
				content: "\f40a";
}

.fa-instagram:before {
				content: "\f16d";
}

.fa-facebook:before {
				content: "\f09a";
}

.fa-whatsapp:before {
				content: "\f232";
}

.fa-youtube:before {
				content: "\f167";
}

.fa-twitter:before {
				content: "\f099";
}

.fa-square-whatsapp:before {
				content: "\f40c";
}

.fa-whatsapp-square:before {
				content: "\f40c";
}

body.compensate-for-scrollbar {
				overflow: hidden;
}

.fancybox-active {
				height: auto;
}

.fancybox-is-hidden {
				left: -9999px;
				margin: 0;
				position: absolute !important;
				top: -9999px;
				visibility: hidden;
}

.fancybox-container {
				-webkit-backface-visibility: hidden;
				height: 100%;
				left: 0;
				outline: none;
				position: fixed;
				-webkit-tap-highlight-color: transparent;
				top: 0;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				width: 100%;
				z-index: 99992;
}

.fancybox-container * {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
				bottom: 0;
				left: 0;
				position: absolute;
				right: 0;
				top: 0;
}

.fancybox-outer {
				-webkit-overflow-scrolling: touch;
				overflow-y: auto;
}

.fancybox-bg {
				background: #1e1e1e;
				opacity: 0;
				-webkit-transition-duration: inherit;
				        transition-duration: inherit;
				-webkit-transition-property: opacity;
				transition-property: opacity;
				-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
				        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
				opacity: 0.9;
				-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
				direction: ltr;
				opacity: 0;
				position: absolute;
				-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
				transition: opacity 0.25s ease, visibility 0s ease 0.25s;
				visibility: hidden;
				z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
				opacity: 1;
				-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
				transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
				visibility: visible;
}

.fancybox-infobar {
				color: #ccc;
				font-size: 13px;
				-webkit-font-smoothing: subpixel-antialiased;
				height: 44px;
				left: 0;
				line-height: 44px;
				min-width: 44px;
				mix-blend-mode: difference;
				padding: 0 10px;
				pointer-events: none;
				top: 0;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
}

.fancybox-toolbar {
				right: 0;
				top: 0;
}

.fancybox-stage {
				direction: ltr;
				overflow: visible;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
				overflow: hidden;
}

.fancybox-slide {
				-webkit-backface-visibility: hidden;
				display: none;
				height: 100%;
				left: 0;
				outline: none;
				overflow: auto;
				-webkit-overflow-scrolling: touch;
				padding: 44px;
				position: absolute;
				text-align: center;
				top: 0;
				-webkit-transition-property: opacity, -webkit-transform;
				transition-property: opacity, -webkit-transform;
				transition-property: transform, opacity;
				transition-property: transform, opacity, -webkit-transform;
				white-space: normal;
				width: 100%;
				z-index: 99994;
}

.fancybox-slide:before {
				content: "";
				display: inline-block;
				font-size: 0;
				height: 100%;
				vertical-align: middle;
				width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
				display: block;
}

.fancybox-slide--image {
				overflow: hidden;
				padding: 44px 0;
}

.fancybox-slide--image:before {
				display: none;
}

.fancybox-slide--html {
				padding: 6px;
}

.fancybox-content {
				background: #fff;
				display: inline-block;
				margin: 0;
				max-width: 100%;
				overflow: auto;
				-webkit-overflow-scrolling: touch;
				padding: 44px;
				position: relative;
				text-align: left;
				vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
				-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
				        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
				-webkit-backface-visibility: hidden;
				background: transparent;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				left: 0;
				max-width: none;
				overflow: visible;
				padding: 0;
				position: absolute;
				top: 0;
				-webkit-transform-origin: top left;
				        transform-origin: top left;
				-webkit-transition-property: opacity, -webkit-transform;
				transition-property: opacity, -webkit-transform;
				transition-property: transform, opacity;
				transition-property: transform, opacity, -webkit-transform;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
				cursor: -webkit-zoom-out;
				cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
				cursor: -webkit-zoom-in;
				cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
				cursor: -webkit-grab;
				cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
				cursor: -webkit-grabbing;
				cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
				cursor: text;
}

.fancybox-image, .fancybox-spaceball {
				background: transparent;
				border: 0;
				height: 100%;
				left: 0;
				margin: 0;
				max-height: none;
				max-width: none;
				padding: 0;
				position: absolute;
				top: 0;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				width: 100%;
}

.fancybox-spaceball {
				z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
				height: 100%;
				overflow: visible;
				padding: 0;
				width: 100%;
}

.fancybox-slide--video .fancybox-content {
				background: #000;
}

.fancybox-slide--map .fancybox-content {
				background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
				background: #fff;
}

.fancybox-iframe, .fancybox-video {
				background: transparent;
				border: 0;
				display: block;
				height: 100%;
				margin: 0;
				overflow: hidden;
				padding: 0;
				width: 100%;
}

.fancybox-iframe {
				left: 0;
				position: absolute;
				top: 0;
}

.fancybox-error {
				background: #fff;
				cursor: default;
				max-width: 400px;
				padding: 40px;
				width: 100%;
}

.fancybox-error p {
				color: #444;
				font-size: 16px;
				line-height: 20px;
				margin: 0;
				padding: 0;
}

.fancybox-button {
				background: rgba(30, 30, 30, 0.6);
				border: 0;
				border-radius: 0;
				-webkit-box-shadow: none;
				        box-shadow: none;
				cursor: pointer;
				display: inline-block;
				height: 44px;
				margin: 0;
				padding: 10px;
				position: relative;
				-webkit-transition: color 0.2s;
				transition: color 0.2s;
				vertical-align: top;
				visibility: inherit;
				width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
				color: #ccc;
}

.fancybox-button:hover {
				color: #fff;
}

.fancybox-button:focus {
				outline: none;
}

.fancybox-button.fancybox-focus {
				outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
				color: #888;
				cursor: default;
				outline: none;
}

.fancybox-button div {
				height: 100%;
}

.fancybox-button svg {
				display: block;
				height: 100%;
				overflow: visible;
				position: relative;
				width: 100%;
}

.fancybox-button svg path {
				fill: currentColor;
				stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
				display: none;
}

.fancybox-progress {
				background: #ff5268;
				height: 2px;
				left: 0;
				position: absolute;
				right: 0;
				top: 0;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: 0;
				        transform-origin: 0;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				-webkit-transition-timing-function: linear;
				        transition-timing-function: linear;
				z-index: 99998;
}

.fancybox-close-small {
				background: transparent;
				border: 0;
				border-radius: 0;
				color: #ccc;
				cursor: pointer;
				opacity: 0.8;
				padding: 8px;
				position: absolute;
				right: -12px;
				top: -44px;
				z-index: 401;
}

.fancybox-close-small:hover {
				color: #fff;
				opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
				color: currentColor;
				padding: 10px;
				right: 0;
				top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
				overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
				display: none;
}

.fancybox-navigation .fancybox-button {
				background-clip: content-box;
				height: 100px;
				opacity: 0;
				position: absolute;
				top: calc(50% - 50px);
				width: 70px;
}

.fancybox-navigation .fancybox-button div {
				padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
				left: 0;
				left: env(safe-area-inset-left);
				padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
				padding: 31px 6px 31px 26px;
				right: 0;
				right: env(safe-area-inset-right);
}

.fancybox-caption {
				background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
				background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
				bottom: 0;
				color: #eee;
				font-size: 14px;
				font-weight: 400;
				left: 0;
				line-height: 1.5;
				padding: 75px 44px 25px;
				pointer-events: none;
				right: 0;
				text-align: center;
				z-index: 99996;
}

@supports (padding: max(0px)) {
				.fancybox-caption {
								padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
				}
}
.fancybox-caption--separate {
				margin-top: -50px;
}

.fancybox-caption__body {
				max-height: 50vh;
				overflow: auto;
				pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
				color: #ccc;
				text-decoration: none;
}

.fancybox-caption a:hover {
				color: #fff;
				text-decoration: underline;
}

.fancybox-loading {
				-webkit-animation: a 1s linear infinite;
				        animation: a 1s linear infinite;
				background: transparent;
				border: 4px solid #888;
				border-bottom-color: #fff;
				border-radius: 50%;
				height: 50px;
				left: 50%;
				margin: -25px 0 0 -25px;
				opacity: 0.7;
				padding: 0;
				position: absolute;
				top: 50%;
				width: 50px;
				z-index: 99999;
}

@-webkit-keyframes a {
				to {
								-webkit-transform: rotate(1turn);
								        transform: rotate(1turn);
				}
}

@keyframes a {
				to {
								-webkit-transform: rotate(1turn);
								        transform: rotate(1turn);
				}
}
.fancybox-animated {
				-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
				        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: translate3d(100%, 0, 0);
				        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
				opacity: 0;
				-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
				        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
				opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: scale3d(1.5, 1.5, 1.5);
				        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: scale3d(0.5, 0.5, 0.5);
				        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: rotate(-1turn);
				        transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: rotate(1turn);
				        transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
				        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
				        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: scaleX(1) translateZ(0);
				        transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
				-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
				        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
				-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
				        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
				-webkit-transform: translateZ(0) scale(1);
				        transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
				.fancybox-slide {
								padding-left: 6px;
								padding-right: 6px;
				}
				.fancybox-slide--image {
								padding: 6px 0;
				}
				.fancybox-close-small {
								right: -6px;
				}
				.fancybox-slide--image .fancybox-close-small {
								background: #4e4e4e;
								color: #f2f4f6;
								height: 36px;
								opacity: 1;
								padding: 6px;
								right: 0;
								top: 0;
								width: 36px;
				}
				.fancybox-caption {
								padding-left: 12px;
								padding-right: 12px;
				}
				@supports (padding: max(0px)) {
								.fancybox-caption {
												padding-left: max(12px, env(safe-area-inset-left));
												padding-right: max(12px, env(safe-area-inset-right));
								}
				}
}
.fancybox-share {
				background: #f4f4f4;
				border-radius: 3px;
				max-width: 90%;
				padding: 30px;
				text-align: center;
}

.fancybox-share h1 {
				color: #222;
				font-size: 35px;
				font-weight: 700;
				margin: 0 0 20px;
}

.fancybox-share p {
				margin: 0;
				padding: 0;
}

.fancybox-share__button {
				border: 0;
				border-radius: 3px;
				display: inline-block;
				font-size: 14px;
				font-weight: 700;
				line-height: 40px;
				margin: 0 5px 10px;
				min-width: 130px;
				padding: 0 15px;
				text-decoration: none;
				-webkit-transition: all 0.2s;
				transition: all 0.2s;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
				color: #fff;
}

.fancybox-share__button:hover {
				text-decoration: none;
}

.fancybox-share__button--fb {
				background: #3b5998;
}

.fancybox-share__button--fb:hover {
				background: #344e86;
}

.fancybox-share__button--pt {
				background: #bd081d;
}

.fancybox-share__button--pt:hover {
				background: #aa0719;
}

.fancybox-share__button--tw {
				background: #1da1f2;
}

.fancybox-share__button--tw:hover {
				background: #0d95e8;
}

.fancybox-share__button svg {
				height: 25px;
				margin-right: 7px;
				position: relative;
				top: -1px;
				vertical-align: middle;
				width: 25px;
}

.fancybox-share__button svg path {
				fill: #fff;
}

.fancybox-share__input {
				background: transparent;
				border: 0;
				border-bottom: 1px solid #d7d7d7;
				border-radius: 0;
				color: #5d5b5b;
				font-size: 14px;
				margin: 10px 0 0;
				outline: none;
				padding: 10px 15px;
				width: 100%;
}

.fancybox-thumbs {
				background: #ddd;
				bottom: 0;
				display: none;
				margin: 0;
				-webkit-overflow-scrolling: touch;
				-ms-overflow-style: -ms-autohiding-scrollbar;
				padding: 2px 2px 4px;
				position: absolute;
				right: 0;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				top: 0;
				width: 212px;
				z-index: 99995;
}

.fancybox-thumbs-x {
				overflow-x: auto;
				overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
				display: block;
}

.fancybox-show-thumbs .fancybox-inner {
				right: 212px;
}

.fancybox-thumbs__list {
				font-size: 0;
				height: 100%;
				list-style: none;
				margin: 0;
				overflow-x: hidden;
				overflow-y: auto;
				padding: 0;
				position: absolute;
				position: relative;
				white-space: nowrap;
				width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
				overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
				width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
				background: #fff;
				border-radius: 10px;
				-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
				        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
				background: #2a2a2a;
				border-radius: 10px;
}

.fancybox-thumbs__list a {
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				background-color: rgba(0, 0, 0, 0.1);
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: cover;
				cursor: pointer;
				float: left;
				height: 75px;
				margin: 2px;
				max-height: calc(100% - 8px);
				max-width: calc(50% - 4px);
				outline: none;
				overflow: hidden;
				padding: 0;
				position: relative;
				-webkit-tap-highlight-color: transparent;
				width: 100px;
}

.fancybox-thumbs__list a:before {
				border: 6px solid #ff5268;
				bottom: 0;
				content: "";
				left: 0;
				opacity: 0;
				position: absolute;
				right: 0;
				top: 0;
				-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
				opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
				opacity: 1;
}

@media (max-width: 576px) {
				.fancybox-thumbs {
								width: 110px;
				}
				.fancybox-show-thumbs .fancybox-inner {
								right: 110px;
				}
				.fancybox-thumbs__list a {
								max-width: calc(100% - 10px);
				}
}
/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
				font-family: "swiper-icons";
				src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
				font-weight: 400;
				font-style: normal;
}
:root {
				--swiper-theme-color: #007aff;
				/*
				--swiper-preloader-color: var(--swiper-theme-color);
				--swiper-wrapper-transition-timing-function: initial;
				*/
}

.swiper,
swiper-container {
				margin-left: auto;
				margin-right: auto;
				position: relative;
				overflow: hidden;
				list-style: none;
				padding: 0;
				/* Fix of Webkit flickering */
				z-index: 1;
				display: block;
}

.swiper-vertical > .swiper-wrapper {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}

.swiper-wrapper {
				position: relative;
				width: 100%;
				height: 100%;
				z-index: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
				        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
				-webkit-box-sizing: content-box;
				        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
				-webkit-transform: translate3d(0px, 0, 0);
				        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
				-ms-touch-action: pan-y;
				    touch-action: pan-y;
}

.swiper-vertical {
				-ms-touch-action: pan-x;
				    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				width: 100%;
				height: 100%;
				position: relative;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				display: block;
}

.swiper-slide-invisible-blank {
				visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
				height: auto;
}

.swiper-autoheight .swiper-wrapper {
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-webkit-transition-property: height, -webkit-transform;
				transition-property: height, -webkit-transform;
				transition-property: transform, height;
				transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				        backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
				-webkit-perspective: 1200px;
				        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
				-webkit-transform-style: preserve-3d;
				        transform-style: preserve-3d;
}

.swiper-3d {
				-webkit-perspective: 1200px;
				        perspective: 1200px;
}
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-cube-shadow {
				-webkit-transform-style: preserve-3d;
				        transform-style: preserve-3d;
}
.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 {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				pointer-events: none;
				z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
				background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
				background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
				background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
				background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
				background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
				overflow: auto;
				scrollbar-width: none; /* For Firefox */
				-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
				display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
				scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
				-ms-scroll-snap-type: x mandatory;
				    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
				-ms-scroll-snap-type: y mandatory;
				    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
				content: "";
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-webkit-box-ordinal-group: 10000;
				    -ms-flex-order: 9999;
				        order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
				scroll-snap-align: center center;
				scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
				-webkit-margin-start: var(--swiper-centered-offset-before);
				        margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
				height: 100%;
				min-height: 1px;
				width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
				-webkit-margin-before: var(--swiper-centered-offset-before);
				        margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
				width: 100%;
				min-width: 1px;
				height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
				width: 42px;
				height: 42px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -21px;
				margin-top: -21px;
				z-index: 10;
				-webkit-transform-origin: 50%;
				        transform-origin: 50%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
				border-radius: 50%;
				border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
				-webkit-animation: swiper-preloader-spin 1s infinite linear;
				        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
				--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
				--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}

@keyframes swiper-preloader-spin {
				0% {
								-webkit-transform: rotate(0deg);
								        transform: rotate(0deg);
				}
				100% {
								-webkit-transform: rotate(360deg);
								        transform: rotate(360deg);
				}
}
.videos {
				text-align: center;
}
.videos .container {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: (1fr)[2];
				grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
				.videos .container {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
				}
}
.videos__video {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: relative;
				padding-top: 54%;
				overflow: hidden;
}
@media only screen and (max-width: 600px) {
				.videos__video {
								padding-top: 128%;
				}
}
.videos__video video {
				position: absolute;
				top: 0;
				left: 0;
				float: left;
				-o-object-fit: cover;
				   object-fit: cover;
				-o-object-position: center;
				   object-position: center;
				width: 100%;
				height: 100%;
}
.videos__video .image_placeholder {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				z-index: 1;
}
.videos__video .image_placeholder:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
				content: "";
				background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
				background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
}
.videos__video .image_placeholder img {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.videos .controls {
				display: none;
}
.videos .video-controls {
				position: absolute;
				top: 30px;
				right: 30px;
				color: #fff;
				font-size: 12px;
				text-transform: uppercase;
				font-weight: 700;
				padding: 5px 10px 4px;
				cursor: pointer;
}
.videos .video-controls.pause {
				height: 32px;
				width: 32px;
				background: url(images/pause.svg) center/contain no-repeat;
				z-index: 2;
				font-size: 0;
}
.videos__text-cont {
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translateY(-50%) translateX(-50%);
				        transform: translateY(-50%) translateX(-50%);
				z-index: 2;
				margin-top: 25px;
				width: 435px;
				padding: 0 20px;
				max-width: 100%;
}
@media only screen and (max-width: 600px) {
				.videos__text-cont {
								width: 295px;
				}
}
.videos__title {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
				color: #fcfcfc;
				margin-top: 20px;
				line-height: 1.3;
}
@media only screen and (max-width: 1050px) {
				.videos__title {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.videos__title {
								font-size: 24px;
				}
}
.videos .play-button {
				cursor: pointer;
}
.videos--1 .container {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: (1fr)[1];
				grid-template-columns: repeat(1, 1fr);
}
.videos--1 .videos__video {
				padding-top: 40%;
}

.image-text + .videos,
.videos + .image-text {
				margin-top: 0;
}

.text_block__cont {
				width: 100%;
}
.text_block__cont h1,
.text_block__cont h2,
.text_block__cont h3,
.text_block__cont h4,
.text_block__cont h5,
.text_block__cont h6 {
				color: #0C2F3F;
				margin-bottom: 20px;
}
.text_block__cont h1 {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h1 {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h1 {
								font-size: 36px;
				}
}
.text_block__cont h2 {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h2 {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h2 {
								font-size: 26px;
				}
}
.text_block__cont h3 {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h3 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h3 {
								font-size: 28px;
				}
}
.text_block__cont h4 {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h4 {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h4 {
								font-size: 24px;
				}
}
.text_block__cont h5 {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h5 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h5 {
								font-size: 20px;
				}
}
.text_block__cont h6 {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont h6 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont h6 {
								font-size: 16px;
				}
}
.text_block__cont p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont p {
								font-size: 20px;
				}
}
.text_block__cont ul,
.text_block__cont ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.text_block__cont ul li {
				list-style-type: square;
}
.text_block__cont a {
				color: #0C2F3F;
}
.text_block__cont a:hover {
				text-decoration: underline;
}
.text_block__cont blockquote {
				padding-left: 30px;
				border-left: 3px solid #0C2F3F;
}
.text_block__cont blockquote p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.text_block__cont blockquote p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.text_block__cont blockquote p {
								font-size: 24px;
				}
}
.text_block__cont img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.text_block__cont .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.text_block__cont .alignleft {
								max-width: 100%;
				}
}
.text_block__cont .aligncenter {
				margin: 30px auto;
				display: block;
}
.text_block__cont .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.text_block__cont .alignright {
								max-width: 100%;
				}
}

.amenities {
				padding: 260px 0 109px;
				background-color: #399BC3;
				position: relative;
}
@media only screen and (max-width: 750px) {
				.amenities {
								padding: 260px 0 60px;
				}
}
.amenities .bubbles-amenities {
				position: absolute;
				top: -200px;
				left: 40px;
}
.amenities .bubbles-amenities img {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 900px) {
				.amenities .bubbles-amenities svg {
								width: 100%;
								height: auto;
				}
}
.amenities .bubbles-amenities svg > g:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.amenities .bubbles-amenities svg > g:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.amenities .bubbles-amenities svg > g:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.amenities .bubbles-amenities svg > g:nth-child(4) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.amenities .bubbles-amenities svg > g:nth-child(5) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.amenities .bubbles-amenities svg > g:nth-child(6) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
.amenities .bubbles-amenities svg > g:nth-child(7) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
}
.amenities .bubbles-amenities svg > g:nth-child(8) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
.amenities .bubbles-amenities svg > g:nth-child(9) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.8s;
				        transition-delay: 1.8s;
}
.amenities .bubbles-amenities svg > g:nth-child(10) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 2s;
				        transition-delay: 2s;
}
.amenities .bubbles-amenities svg > g g {
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.1px));
				        transform: translateY(calc(var(--elementDistance) * 0.1px));
}
.amenities .bubbles-amenities svg > g path {
				-webkit-animation: float 10s infinite;
				        animation: float 10s infinite;
				-webkit-animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
				        animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
}
.amenities .bubbles-amenities svg > g:nth-child(2) path {
				-webkit-animation-delay: 1s;
				        animation-delay: 1s;
}
.amenities .bubbles-amenities svg > g:nth-child(4) path {
				-webkit-animation-delay: 2s;
				        animation-delay: 2s;
}
.amenities .bubbles-amenities svg > g:nth-child(6) path {
				-webkit-animation-delay: 3s;
				        animation-delay: 3s;
}
.amenities .bubbles-amenities svg > g:nth-child(8) path {
				-webkit-animation-delay: 4s;
				        animation-delay: 4s;
}
@media only screen and (max-width: 1281px) {
				.amenities .bubbles-amenities {
								left: -100px;
				}
}
@media only screen and (max-width: 900px) {
				.amenities .bubbles-amenities {
								width: 300px;
								top: -100px;
								left: -50px;
				}
}
.amenities .circles {
				position: absolute;
				top: 120px;
				right: 0;
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				background-color: #399BC3;
}
@media only screen and (max-width: 750px) {
				.amenities .circles {
								width: calc(100% - 40px);
				}
}
.amenities__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
.amenities .grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.amenities .grid__content {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 28px 1fr 28px 1fr;
				grid-template-columns: repeat(3, 1fr);
				grid-gap: 28px;
				max-width: 954px;
}
@media only screen and (max-width: 900px) {
				.amenities .grid__content {
								-ms-grid-columns: 1fr 28px 1fr;
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 750px) {
				.amenities .grid__content {
								-ms-grid-columns: 1fr;
								grid-template-columns: 1fr;
				}
}
.amenities .grid_item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 28px;
}
.amenities .grid_item .js-show-image-popup {
				cursor: pointer;
}
.amenities .grid_item img {
				border-radius: 8px;
				height: 100%;
				max-height: 200px;
				aspect-ratio: 300/200;
}
@media only screen and (max-width: 750px) {
				.amenities .grid_item img {
								max-height: unset;
				}
}
.amenities .grid_item .item_text {
				font-size: 18px;
				font-variation-settings: "wght" 500, "wdth" 100, "slnt" 0;
				line-height: 30px;
				text-transform: uppercase;
}
.amenities__title {
				text-transform: uppercase;
				max-width: 854px;
				margin-bottom: 47px;
				margin-right: 100px;
				line-height: 1.22;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0));
				        transform: var(--fade-transform, translateX(100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 900px) {
				.amenities__title {
								margin-right: 0;
				}
}
.amenities__title strong {
				font-variation-settings: "wght" 800, "wdth" 100, "slnt" 0;
}
.amenities__title span {
				color: #CCDE69;
}
.amenities__title p {
				font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0;
}
.amenities__paragraph {
				max-width: 954px;
				margin-bottom: 80px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0));
				        transform: var(--fade-transform, translateX(100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.amenities__paragraph h1,
.amenities__paragraph h2,
.amenities__paragraph h3,
.amenities__paragraph h4,
.amenities__paragraph h5,
.amenities__paragraph h6 {
				color: #0C2F3F;
				margin-bottom: 20px;
}
.amenities__paragraph h1 {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h1 {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h1 {
								font-size: 36px;
				}
}
.amenities__paragraph h2 {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h2 {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h2 {
								font-size: 26px;
				}
}
.amenities__paragraph h3 {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h3 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h3 {
								font-size: 28px;
				}
}
.amenities__paragraph h4 {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h4 {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h4 {
								font-size: 24px;
				}
}
.amenities__paragraph h5 {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h5 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h5 {
								font-size: 20px;
				}
}
.amenities__paragraph h6 {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph h6 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph h6 {
								font-size: 16px;
				}
}
.amenities__paragraph p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph p {
								font-size: 20px;
				}
}
.amenities__paragraph ul,
.amenities__paragraph ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.amenities__paragraph ul li {
				list-style-type: square;
}
.amenities__paragraph a {
				color: #0C2F3F;
}
.amenities__paragraph a:hover {
				text-decoration: underline;
}
.amenities__paragraph blockquote {
				padding-left: 30px;
				border-left: 3px solid #0C2F3F;
}
.amenities__paragraph blockquote p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph blockquote p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.amenities__paragraph blockquote p {
								font-size: 24px;
				}
}
.amenities__paragraph img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.amenities__paragraph .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.amenities__paragraph .alignleft {
								max-width: 100%;
				}
}
.amenities__paragraph .aligncenter {
				margin: 30px auto;
				display: block;
}
.amenities__paragraph .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.amenities__paragraph .alignright {
								max-width: 100%;
				}
}
.amenities__paragraph ul {
				margin-bottom: 0;
				padding-left: 36px;
}
.amenities__paragraph ul li {
				font-size: 26px;
				line-height: 36px;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
@media only screen and (max-width: 1050px) {
				.amenities__paragraph ul li {
								font-size: 20px;
				}
}
.amenities__paragraph ul li strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.amenities__paragraph ul li span {
				color: #CCDE69;
}
.amenities__paragraph ul li p {
				font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0;
}
.amenities__paragraph p {
				margin-bottom: 0;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.amenities__paragraph p strong {
				font-variation-settings: "wght" 800, "wdth" 100, "slnt" 0;
}
.amenities__paragraph p span {
				color: #CCDE69;
}
@media only screen and (max-width: 900px) {
				.amenities__paragraph p {
								font-size: 20px;
				}
}
.amenities .sliders .amenities__slider:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0));
				        transform: var(--fade-transform, translateX(100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.amenities .sliders .amenities__slider:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.amenities .sliders .amenities__slider:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0));
				        transform: var(--fade-transform, translateX(100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.amenities__slider {
				border-top: 1px solid #fcfcfc;
				border-bottom: 1px solid #fcfcfc;
				padding: 6px 0;
				overflow: hidden;
}
@media only screen and (max-width: 750px) {
				.amenities__slider {
								border-top: none;
								border-bottom: none;
								padding: 0;
				}
}
.amenities__slider .swiper-wrapper {
				-webkit-transition-timing-function: linear !important;
				transition-timing-function: linear !important;
}
@media only screen and (max-width: 750px) {
				.amenities__slider .swiper-wrapper {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.amenities__slider .swiper-slide {
				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;
				height: auto;
				text-align: center;
}
@media only screen and (max-width: 750px) {
				.amenities__slider .swiper-slide.clones {
								display: none;
				}
}
.amenities__slider .slider_item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 24px;
}
@media only screen and (max-width: 750px) {
				.amenities__slider .slider_item {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.amenities__slider .slider_item .text {
				font-size: 37px;
				white-space: nowrap;
}
@media only screen and (max-width: 1050px) {
				.amenities__slider .slider_item .text {
								font-size: 22px;
				}
}
@media only screen and (max-width: 750px) {
				.amenities__slider .slider_item.type--text {
								padding: 28px 0;
								border-bottom: 1px solid #fcfcfc;
				}
}
@media only screen and (max-width: 750px) {
				.amenities__slider .slider_item.type--image {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								padding: 28px 0;
								gap: 18px;
								border-bottom: 1px solid #fcfcfc;
				}
}
.amenities__slider .slider_item.type--spec .spec {
				border: 1px solid #fcfcfc;
				border-radius: 100px;
				padding: 20px;
				max-width: 130px;
}
@media only screen and (max-width: 1281px) {
				.amenities__slider .slider_item.type--spec .spec {
								white-space: nowrap;
				}
}
@media only screen and (max-width: 750px) {
				.amenities__slider .slider_item.type--spec {
								-webkit-box-orient: horizontal;
								-webkit-box-direction: normal;
								    -ms-flex-direction: row;
								        flex-direction: row;
								padding: 28px 0;
								border-bottom: 1px solid #fcfcfc;
								gap: 8px;
								width: 90%;
				}
}
.amenities__slider .slider_item.deco--dot {
				position: relative;
				margin-right: 183px;
				margin-left: 183px;
}
.amenities__slider .slider_item.deco--dot::before {
				position: absolute;
				left: -50px;
				width: 24px;
				height: 24px;
				content: "";
				border-radius: 50%;
				background-color: #CCDE69;
}
@media only screen and (max-width: 900px) {
				.amenities__slider .slider_item.deco--dot::before {
								display: none;
				}
}
.amenities__slider .slider_item.deco--dot .spec {
				width: 130px;
}
.amenities__slider .slider_item.deco--logo {
				position: relative;
				margin-left: 183px;
}
@media only screen and (max-width: 900px) {
				.amenities__slider .slider_item.deco--logo {
								margin-left: 0;
				}
}
.amenities__slider .slider_item.deco--logo::before {
				position: absolute;
				left: -117px;
				width: 103px;
				height: 56px;
				content: "";
				background: url(images/logo.svg) no-repeat center center;
}
@media only screen and (max-width: 900px) {
				.amenities__slider .slider_item.deco--logo::before {
								display: none;
				}
}
.amenities__slider .slider_item button {
				overflow: hidden;
				border-radius: 10px;
}
.amenities__slider .slider_item button:hover img {
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
}
.amenities__slider .slider_item img {
				cursor: pointer;
				max-width: 154px;
				height: auto;
				-o-object-fit: contain;
				   object-fit: contain;
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transform: scale(1);
				        transform: scale(1);
}
@media only screen and (max-width: 750px) {
				.amenities__slider .slider_item img {
								max-width: 320px;
				}
}
.amenities .popup--image {
				position: fixed;
				width: 100%;
				height: 100%;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				z-index: 10;
				border: none;
				display: none;
}
@media only screen and (max-width: 900px) {
				.amenities .popup--image {
								width: 90%;
				}
}
.amenities .popup--image img {
				width: 100%;
				height: auto;
				-o-object-fit: contain;
				   object-fit: contain;
				border-radius: 40px;
				max-height: calc(100vh - 80px);
}
.amenities .js-close-image-popup {
				width: 100vw;
				height: 100vh;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				background: rgba(57, 155, 195, 0.8);
}
.amenities .js-close-image-popup .image-popup {
				position: absolute;
				top: 50%;
				left: 50%;
				max-width: 70%;
				height: auto;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				max-height: calc(100vh - 130px);
}
@media only screen and (max-width: 750px) {
				.amenities .js-close-image-popup .image-popup {
								width: 80%;
								max-width: 80%;
								max-height: 100%;
				}
}
.amenities .js-close-image-popup .image-popup .item_text {
				position: absolute;
				bottom: 5%;
				right: 23px;
				background-color: #fcfcfc;
				color: #000000;
				border-radius: 8px;
				padding: 12px;
				font-size: 18px;
				text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
				.amenities .js-close-image-popup .image-popup .item_text {
								position: relative;
								text-align: center;
								right: 0;
				}
}
.amenities .js-close-image-popup .close {
				position: absolute;
				top: 20px;
				right: 20px;
				width: 60px;
				height: 61px;
				cursor: pointer;
				background: url(images/close.svg) no-repeat;
}
@media only screen and (max-width: 750px) {
				.amenities .js-close-image-popup .close {
								width: 40px;
								height: 40px;
								background-size: 100% auto;
								top: -50px;
								right: 0px;
				}
}
.amenities .next, .amenities .prev {
				width: 60px;
				height: 60px;
				border-radius: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				position: absolute;
				top: 50%;
				margin-top: -30px;
}
.amenities .next svg, .amenities .prev svg {
				max-width: 40px;
}
@media only screen and (max-width: 750px) {
				.amenities .next svg, .amenities .prev svg {
								max-width: 25px;
				}
}
.amenities .next svg path, .amenities .prev svg path {
				stroke: #fcfcfc;
				-webkit-transition: 0.3s;
				transition: 0.3s;
}
.amenities .next:hover, .amenities .prev:hover {
				cursor: pointer;
}
.amenities .next:hover svg path, .amenities .prev:hover svg path {
				stroke: #D6FF83;
}
@media only screen and (max-width: 750px) {
				.amenities .next, .amenities .prev {
								width: 15px;
								height: 15px;
								margin-top: -20px;
				}
}
.amenities .next {
				left: 105%;
				margin-left: -30px;
}
@media only screen and (max-width: 750px) {
				.amenities .next {
								margin-left: 5px;
								left: 102%;
				}
}
.amenities .prev {
				right: 105%;
				-webkit-transform: scaleX(-1);
				        transform: scaleX(-1);
				margin-right: -30px;
}
@media only screen and (max-width: 750px) {
				.amenities .prev {
								margin-right: 5px;
								right: 102%;
				}
}
.amenities .overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

.faqs__tabs {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.faqs__tabs__item {
				margin: 20px;
				cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
				border-color: #0C2F3F;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
				display: inline-block;
				width: 15px;
				height: 15px;
				margin-right: 5px;
				background: #CCDE69;
				content: "";
}
.faqs__tabs__image {
				position: relative;
				width: 180px;
				height: 172px;
				border: 2px solid #fcfcfc;
}
.faqs__tabs__text {
				text-align: center;
				margin: 0 auto;
				margin-top: 10px;
				position: relative;
}
.faqs__tab {
				margin-top: 130px;
				display: none;
}
@media only screen and (max-width: 900px) {
				.faqs__tab {
								margin-top: 65px;
				}
}
.faqs__tab.js-tab-active {
				display: block;
}
.faqs__tab__item {
				background: #fcfcfc;
				border-bottom: 1px solid #399BC3;
}
.faqs__tab__item__question {
				width: 100%;
				text-align: center;
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
				padding: 45px;
				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;
				cursor: pointer;
}
@media only screen and (max-width: 1050px) {
				.faqs__tab__item__question {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.faqs__tab__item__question {
								font-size: 24px;
				}
}
@media only screen and (max-width: 900px) {
				.faqs__tab__item__question {
								padding: 20px;
								text-align: left;
				}
}
.faqs__tab__item__question span {
				margin-right: 45px;
}
.faqs__tab__item__question:after {
				width: 15px;
				height: 8px;
				background: url(images/arrow.svg) center/contain no-repeat;
				content: "";
}
.faqs__tab__item__answer {
				margin: 0 auto;
				width: 629px;
				max-width: 100%;
				display: none;
				line-height: 1.4;
}
@media only screen and (max-width: 900px) {
				.faqs__tab__item__answer {
								width: 100%;
								padding: 0 20px;
				}
}
.faqs__tab__item.js-open {
				background: #399BC3;
				padding-bottom: 40px;
				border-color: #399BC3;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
}

.full_width {
				background-color: #399BC3;
				position: relative;
}
.full_width .container {
				padding: 0;
}
.full_width__image {
				position: relative;
}
.full_width__image .img_cont {
				height: 100%;
				overflow: hidden;
				position: relative;
}
.full_width__image .img_cont img {
				width: 100%;
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.3px));
				        transform: translateY(calc(var(--elementDistance) * 0.3px));
}
@media only screen and (max-width: 750px) {
				.full_width__image .img_cont img {
								-webkit-transform: none;
								        transform: none;
				}
}
.full_width__image .bubbles-full-width-animate {
				position: absolute;
				top: 35%;
				right: 0;
				width: 50%;
				height: auto;
				z-index: 1;
}
.full_width__image .bubbles-full-width-animate img, .full_width__image .bubbles-full-width-animate svg {
				width: 100%;
}
.full_width__image .bubbles-full-width-animate svg {
				height: 100%;
}
@media only screen and (max-width: 1050px) {
				.full_width__image .bubbles-full-width-animate {
								width: 34%;
								top: 54%;
				}
}
@media only screen and (max-width: 900px) {
				.full_width__image .bubbles-full-width-animate {
								width: 30%;
								top: 60%;
				}
}
@media only screen and (max-width: 750px) {
				.full_width__image .bubbles-full-width-animate {
								top: 46%;
								bottom: 0;
								width: 40%;
								height: auto;
								aspect-ratio: 187/337;
				}
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(4) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(5) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(6) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(7) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(8) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(9) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.8s;
				        transition-delay: 1.8s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(10) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 2s;
				        transition-delay: 2s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g g {
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.1px));
				        transform: translateY(calc(var(--elementDistance) * 0.1px));
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g path {
				-webkit-animation: float 10s infinite;
				        animation: float 10s infinite;
				-webkit-animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
				        animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(2) path {
				-webkit-animation-delay: 1s;
				        animation-delay: 1s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(4) path {
				-webkit-animation-delay: 2s;
				        animation-delay: 2s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(6) path {
				-webkit-animation-delay: 3s;
				        animation-delay: 3s;
}
.full_width__image .bubbles-full-width-animate svg .bubbles > g:nth-child(8) path {
				-webkit-animation-delay: 4s;
				        animation-delay: 4s;
}
.full_width__text {
				padding: 107px 100px 90px;
				position: relative;
}
@media only screen and (max-width: 900px) {
				.full_width__text {
								padding: 0 20px;
								padding-top: 59px;
				}
}
.full_width__text__title {
				text-transform: uppercase;
				max-width: 790px;
				line-height: 1.24;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 750px) {
				.full_width__text__title {
								margin-bottom: 60px;
				}
}
.full_width__text__title strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.full_width__text__title span {
				color: #CCDE69;
}
.full_width__text__title p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.full_width__text__paragraph {
				max-width: 954px;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.full_width__text__paragraph h1,
.full_width__text__paragraph h2,
.full_width__text__paragraph h3,
.full_width__text__paragraph h4,
.full_width__text__paragraph h5,
.full_width__text__paragraph h6 {
				color: #0C2F3F;
				margin-bottom: 20px;
}
.full_width__text__paragraph h1 {
				font-size: 60px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.22;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h1 {
								font-size: 45px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h1 {
								font-size: 36px;
				}
}
.full_width__text__paragraph h2 {
				font-size: 52px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h2 {
								font-size: 36px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h2 {
								font-size: 26px;
				}
}
.full_width__text__paragraph h3 {
				font-size: 40px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h3 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h3 {
								font-size: 28px;
				}
}
.full_width__text__paragraph h4 {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h4 {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h4 {
								font-size: 24px;
				}
}
.full_width__text__paragraph h5 {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h5 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h5 {
								font-size: 20px;
				}
}
.full_width__text__paragraph h6 {
				font-size: 20px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph h6 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph h6 {
								font-size: 16px;
				}
}
.full_width__text__paragraph p {
				font-size: 26px;
				font-family: "Acumin-variable", sans-serif;
				line-height: 1.4;
				margin-bottom: 1em;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph p {
								font-size: 20px;
				}
}
.full_width__text__paragraph ul,
.full_width__text__paragraph ol {
				padding-left: 15px;
				margin-bottom: 28px;
				line-height: 1.6;
}
.full_width__text__paragraph ul li {
				list-style-type: square;
}
.full_width__text__paragraph a {
				color: #0C2F3F;
}
.full_width__text__paragraph a:hover {
				text-decoration: underline;
}
.full_width__text__paragraph blockquote {
				padding-left: 30px;
				border-left: 3px solid #0C2F3F;
}
.full_width__text__paragraph blockquote p {
				font-size: 36px;
				font-family: "Acumin-variable", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.full_width__text__paragraph blockquote p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				.full_width__text__paragraph blockquote p {
								font-size: 24px;
				}
}
.full_width__text__paragraph img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.full_width__text__paragraph .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.full_width__text__paragraph .alignleft {
								max-width: 100%;
				}
}
.full_width__text__paragraph .aligncenter {
				margin: 30px auto;
				display: block;
}
.full_width__text__paragraph .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.full_width__text__paragraph .alignright {
								max-width: 100%;
				}
}
@media only screen and (max-width: 900px) {
				.full_width__text__paragraph {
								margin-bottom: 44px;
				}
}
@media only screen and (max-width: 900px) {
				.full_width__text__paragraph p {
								font-size: 20px;
				}
}

.location {
				padding: 260px 0 178px;
				position: relative;
}
@media only screen and (max-width: 900px) {
				.location {
								padding: 168px 0 68px;
				}
}
.location + .image_and_text {
				padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
				.location + .image_and_text .image_and_text__cont {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.location .circles {
				position: absolute;
				top: 130px;
				left: 0;
}
@media only screen and (max-width: 900px) {
				.location .circles {
								top: 80px;
								margin-right: 20px;
				}
}
.location .circles--bottom {
				position: absolute;
				bottom: 20px;
				right: 0;
}
@media only screen and (max-width: 750px) {
				.location .circles--bottom {
								margin-left: 20px;
				}
}
.location__heading {
				margin-bottom: 57px;
}
@media only screen and (max-width: 750px) {
				.location__heading {
								margin-bottom: 35px;
				}
}
.location__title {
				text-transform: uppercase;
				margin-bottom: 37px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.location__title p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.location__title strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.location__title span {
				color: #CCDE69;
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.location__paragraph {
				max-width: 856px;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.location__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 64% 20px 37%;
				grid-template-columns: 64% 37%;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				grid-gap: 20px;
}
@media only screen and (max-width: 1440px) {
				.location__cont {
								-ms-grid-columns: 64% 20px 40%;
								grid-template-columns: 64% 40%;
				}
}
@media only screen and (max-width: 1281px) {
				.location__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								gap: 30px;
								margin-bottom: 68px;
				}
}
.location__cont__image {
				width: calc(100% + 100px);
				height: 100%;
				margin-left: -100px;
}
@media only screen and (max-width: 1050px) {
				.location__cont__image {
								width: 100%;
								height: auto;
								margin-left: 0;
				}
}
@media only screen and (max-width: 750px) {
				.location__cont__image {
								-webkit-box-ordinal-group: 3;
								    -ms-flex-order: 2;
								        order: 2;
				}
}
.location__cont__image img {
				width: 100%;
}
@media only screen and (max-width: 750px) {
				.location__cont__image img {
								width: auto;
				}
}
.location__cont__list {
				max-width: 90%;
				overflow: hidden;
				position: relative;
}
@media only screen and (max-width: 750px) {
				.location__cont__list {
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
				}
}
@media only screen and (max-width: 1440px) {
				.location__cont__list {
								max-width: 100%;
				}
}
.location__cont__list p {
				font-size: 20px;
				margin-bottom: 0;
}
.location__cont__list h3 {
				font-weight: 300;
				text-transform: uppercase;
				font-size: 40px;
				line-height: 1.2;
				color: #fcfcfc;
}
@media only screen and (max-width: 750px) {
				.location__cont__list h3 {
								font-size: 36px;
				}
}
.location__cont__list h3 strong {
				font-weight: 700;
				color: #CCDE69;
}
.location__cont__list ul {
				padding-left: 30px;
}
.location .js-accordion-map {
				overflow: hidden;
}
.location .buttons__slider {
				-webkit-transform: translateY(120px);
				        transform: translateY(120px);
}
@media only screen and (max-width: 1050px) {
				.location .buttons__slider {
								-webkit-transform: none;
								        transform: none;
				}
}
@media only screen and (max-width: 900px) {
				.location .buttons__slider {
								display: none;
				}
}
.location .buttons__slider__mobile {
				display: none;
}
@media only screen and (max-width: 900px) {
				.location .buttons__slider__mobile {
								display: block;
								position: relative;
								margin: 30px 20px 60px;
								z-index: 1;
				}
}
.location__next, .location__prev {
				position: absolute;
				bottom: 52px;
				right: 0;
				width: 50px;
				height: 50px;
				border-radius: 100%;
				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;
				-webkit-transition: 0.3s;
				transition: 0.3s;
				z-index: 10;
				cursor: pointer;
}
.location__next path, .location__prev path {
				-webkit-transition: 0.3s;
				transition: 0.3s;
}
.location__next:not(.swiper-button-disabled):hover, .location__prev:not(.swiper-button-disabled):hover {
				background: #CCDE69;
}
.location__next:not(.swiper-button-disabled):hover svg path, .location__prev:not(.swiper-button-disabled):hover svg path {
				stroke: #0C2F3F;
}
.location__next.swiper-button-disabled, .location__prev.swiper-button-disabled {
				opacity: 0.2;
}
@media only screen and (max-width: 750px) {
				.location__next, .location__prev {
								bottom: 0;
				}
}
.location__prev {
				right: unset;
				left: 0;
}
.location__prev svg {
				-webkit-transform: scaleX(-1);
				        transform: scaleX(-1);
}

.image_and_text {
				padding: 80px 0 0;
				position: relative;
}
@media only screen and (max-width: 750px) {
				.image_and_text {
								padding: 50px 0 0;
				}
}
.image_and_text .bubbles-image-and-text {
				position: absolute;
				top: 175px;
				right: 0;
				width: 695px;
				height: 286px;
				z-index: 1;
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.3px));
				        transform: translateY(calc(var(--elementDistance) * 0.3px));
}
.image_and_text .bubbles-image-and-text img {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.image_and_text .bubbles-image-and-text img:nth-child(2) {
				position: absolute;
				top: 0;
				left: 0;
}
.image_and_text .bubbles-image-and-text img:nth-child(3) {
				position: absolute;
				top: 0;
				left: 0;
}
@media only screen and (max-width: 1050px) {
				.image_and_text .bubbles-image-and-text {
								top: 30%;
								bottom: 0;
								left: 0;
								width: 100%;
								height: 149px;
				}
}
@media only screen and (max-width: 750px) {
				.image_and_text .bubbles-image-and-text {
								top: 53%;
				}
}
.image_and_text .container {
				padding: 0;
}
.image_and_text__title {
				text-transform: uppercase;
				padding-bottom: 133px;
				max-width: 1023px;
				margin-left: 100px;
				line-height: 1.2;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.image_and_text__title {
								max-width: 100%;
								margin-left: 20px;
								padding-bottom: 60px;
				}
}
.image_and_text__title strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
				letter-spacing: 1.2px;
}
.image_and_text__title span {
				color: #CCDE69;
				letter-spacing: 1.2px;
}
.image_and_text__title p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.image_and_text__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				overflow: hidden;
				position: relative;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				aspect-ratio: 1440/815;
}
@media only screen and (max-width: 1050px) {
				.image_and_text__cont {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
								padding: 0 20px;
								gap: 40px;
								aspect-ratio: unset;
				}
}
@media only screen and (max-width: 900px) {
				.image_and_text__cont {
								padding: 0;
				}
}
.image_and_text__cont__text {
				position: relative;
				z-index: 2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding-right: 77px;
				padding-left: 100px;
				line-height: 1.4;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.5s;
				        transition-delay: 1.5s;
				width: 500px;
				height: 100%;
}
@media only screen and (max-width: 1050px) {
				.image_and_text__cont__text {
								position: relative;
								padding-right: 0;
								padding-left: 0;
								width: 100%;
								height: auto;
				}
}
@media only screen and (max-width: 900px) {
				.image_and_text__cont__text {
								padding: 0 20px;
				}
}
.image_and_text__cont__text::after {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url(images/rounded-back-left.svg);
				background-size: auto 100%;
				background-position: center right;
				background-repeat: no-repeat;
				content: "";
}
@media only screen and (max-width: 1050px) {
				.image_and_text__cont__text::after {
								display: none;
				}
}
.image_and_text__cont__text .paragraph {
				position: relative;
				z-index: 1;
				font-size: 26px;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.image_and_text__cont__text .paragraph h3, .image_and_text__cont__text .paragraph h4 {
				color: #fcfcfc;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
				text-transform: uppercase;
}
.image_and_text__cont__text .paragraph ul li {
				font-size: 20px;
}
.image_and_text__cont__text .paragraph span {
				color: #CCDE69;
				letter-spacing: 1.2px;
}
@media only screen and (max-width: 1281px) {
				.image_and_text__cont__text .paragraph {
								font-size: 23px;
				}
}
@media only screen and (max-width: 1050px) {
				.image_and_text__cont__text .paragraph {
								max-width: 100%;
								-webkit-transform: translate(0, 0);
								        transform: translate(0, 0);
				}
}
@media only screen and (max-width: 900px) {
				.image_and_text__cont__text .paragraph {
								font-size: 20px;
								font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0;
				}
}
.image_and_text__cont__text .paragraph p:nth-child(1) {
				margin-bottom: 0;
}
.image_and_text__cont__image {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
				overflow: hidden;
}
@media only screen and (max-width: 1050px) {
				.image_and_text__cont__image {
								aspect-ratio: unset;
								position: relative;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
				}
}
.image_and_text__cont__image img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.2px));
				        transform: translateY(calc(var(--elementDistance) * 0.2px));
}
@media only screen and (max-width: 900px) {
				.image_and_text__cont__image img {
								height: auto;
								-webkit-transform: none;
								        transform: none;
				}
}
.image_and_text.right {
				padding: 0 0 0;
}
@media only screen and (max-width: 1050px) {
				.image_and_text.right {
								padding: 50px 0 0;
				}
}
.image_and_text.right .image_and_text__cont {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
}
@media only screen and (max-width: 1050px) {
				.image_and_text.right .image_and_text__cont {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								aspect-ratio: unset;
				}
}
.image_and_text.right .image_and_text__cont__text {
				padding-left: 150px;
				padding-right: 40px;
				width: 600px;
}
@media only screen and (max-width: 1050px) {
				.image_and_text.right .image_and_text__cont__text {
								width: 100%;
								padding-left: 30px;
								padding-right: 0;
				}
}
.image_and_text.right .image_and_text__cont__text::after {
				background-image: url(images/rounded-back-right.svg);
				background-position: center left;
}
.image_and_text.right .image_and_text__cont__text .paragraph h4 {
				line-height: 1.2;
}
.image_and_text.right .image_and_text__cont__text .paragraph h4 span {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.image_and_text.right .image_and_text__cont__text .paragraph h5 {
				text-transform: uppercase;
				color: #fcfcfc;
				font-size: 20px;
				margin-bottom: 5px;
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.image_and_text.right .image_and_text__cont__text .paragraph p {
				margin-bottom: 5px;
}
@media only screen and (max-width: 1050px) {
				.image_and_text.right .image_and_text__cont__image {
								aspect-ratio: auto;
				}
				.image_and_text.right .image_and_text__cont__image img {
								height: 100%;
				}
}

.location + .image_and_text.left .image_and_text__title {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				padding-bottom: 90px;
				margin-left: 50vw;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
@media only screen and (max-width: 900px) {
				.location + .image_and_text.left .image_and_text__title {
								margin-left: 20px;
								padding-bottom: 60px;
				}
}
.location + .image_and_text.left .image_and_text__title::before {
				left: 0;
				bottom: -88%;
}

@-webkit-keyframes float2 {
				0% {
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				50% {
								-webkit-transform: translateY(20px);
								        transform: translateY(20px);
				}
				100% {
								-webkit-transform: translateY(0px);
								        transform: translateY(0px);
				}
}

@keyframes float2 {
				0% {
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				50% {
								-webkit-transform: translateY(20px);
								        transform: translateY(20px);
				}
				100% {
								-webkit-transform: translateY(0px);
								        transform: translateY(0px);
				}
}
.text_and_icons {
				background-color: #399BC3;
				padding: 320px 0 236px;
				position: relative;
				overflow: hidden;
}
@media only screen and (max-width: 900px) {
				.text_and_icons {
								padding: 190px 0 70px;
								overflow: visible;
				}
}
.text_and_icons .container {
				z-index: 1;
}
.text_and_icons .circles {
				position: absolute;
				top: 172px;
				left: 0;
				width: 100%;
				height: 54px;
}
@media only screen and (max-width: 900px) {
				.text_and_icons .circles {
								top: 80px;
								-webkit-transform: rotate(180deg) translateX(50%);
								        transform: rotate(180deg) translateX(50%);
								width: calc(100% - 40px);
								left: 50%;
				}
}
.text_and_icons .bubbles-text-and-icons {
				position: absolute;
				bottom: 40%;
				right: 0;
}
.text_and_icons .bubbles-text-and-icons img {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 750px) {
				.text_and_icons .bubbles-text-and-icons {
								bottom: 90%;
								width: 220px;
				}
}
.text_and_icons .bubbles-text-and-icons svg {
				width: 100%;
				height: auto;
				aspect-ratio: 663/978;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(4) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(5) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(6) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(7) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(8) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(9) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.8s;
				        transition-delay: 1.8s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(10) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 2s;
				        transition-delay: 2s;
}
.text_and_icons .bubbles-text-and-icons svg > g g {
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.1px));
				        transform: translateY(calc(var(--elementDistance) * 0.1px));
}
.text_and_icons .bubbles-text-and-icons svg > g path {
				-webkit-animation: float 10s infinite;
				        animation: float 10s infinite;
				-webkit-animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
				        animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(2) path {
				-webkit-animation-delay: 1s;
				        animation-delay: 1s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(4) path {
				-webkit-animation-delay: 2s;
				        animation-delay: 2s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(6) path {
				-webkit-animation-delay: 3s;
				        animation-delay: 3s;
}
.text_and_icons .bubbles-text-and-icons svg > g:nth-child(8) path {
				-webkit-animation-delay: 4s;
				        animation-delay: 4s;
}
.text_and_icons__title {
				text-transform: uppercase;
				margin-bottom: 43px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0px));
				        transform: var(--fade-transform, translateX(-100px) translateY(0px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.text_and_icons__title strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
				letter-spacing: 1.2px;
}
.text_and_icons__title span {
				color: #CCDE69;
				letter-spacing: 1.2px;
}
.text_and_icons__title p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.text_and_icons__paragraph {
				max-width: 794px;
				margin-bottom: 72px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0px));
				        transform: var(--fade-transform, translateX(-100px) translateY(0px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.text_and_icons__paragraph p {
				padding-bottom: 40px;
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.text_and_icons__paragraph p:nth-last-child(1) {
				padding-bottom: 0;
}
.text_and_icons__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media only screen and (max-width: 1440px) {
				.text_and_icons__cont {
								gap: 100px;
				}
}
@media only screen and (max-width: 900px) {
				.text_and_icons__cont {
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								gap: 0;
				}
}
.text_and_icons__cont__right {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0px));
				        transform: var(--fade-transform, translateX(100px) translateY(0px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 900px) {
				.text_and_icons__cont__right {
								margin-bottom: 30px;
								text-align: center;
				}
}
.text_and_icons__cont__right .logo_1 {
				margin-bottom: 74px;
}
@media only screen and (max-width: 750px) {
				.text_and_icons__cont__right .logo_1 {
								margin-bottom: 28px;
				}
}
.text_and_icons__bottom {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				position: relative;
}
@media only screen and (max-width: 900px) {
				.text_and_icons__bottom {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
				}
}
.text_and_icons__bottom__logo {
				max-width: 286px;
				width: 100%;
				margin-top: 17px;
}
.text_and_icons__bottom__text {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				gap: 104px;
				margin-bottom: 28px;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
@media only screen and (max-width: 750px) {
				.text_and_icons__bottom__text {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								gap: 30px;
				}
}
.text_and_icons__bottom__text p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
}
.text_and_icons__bottom__text p strong {
				font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
.text_and_icons__bottom .text__bottom .paragraph__bottom {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
				margin-bottom: 29px;
}
.text_and_icons__bottom .text__bottom .paragraph__bottom strong {
				font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
}
.text_and_icons__bottom .text__bottom .button--white {
				max-width: 264px;
}

.two-columns {
				position: relative;
				z-index: 1;
}
.two-columns + .image_and_text .image_and_text_title {
				margin-left: 100px;
}
@media only screen and (max-width: 1050px) {
				.two-columns + .image_and_text .image_and_text_title {
								margin-left: 20px;
				}
}
.two-columns + .image_and_text .bubbles-image-and-text {
				top: 100px;
				left: auto;
}
@media only screen and (max-width: 900px) {
				.two-columns + .image_and_text .bubbles-image-and-text {
								top: 53%;
								bottom: 0;
				}
}
.two-columns .two-columns-bubbles {
				position: absolute;
				top: 0;
				right: 0;
				width: 668px;
				height: auto;
				-webkit-transform: translate(15%, -33%);
				        transform: translate(15%, -33%);
}
@media only screen and (max-width: 1281px) {
				.two-columns .two-columns-bubbles {
								width: 568px;
								-webkit-transform: translate(20px, -252px);
								        transform: translate(20px, -252px);
				}
}
@media only screen and (max-width: 1050px) {
				.two-columns .two-columns-bubbles {
								width: 500px;
				}
}
@media only screen and (max-width: 750px) {
				.two-columns .two-columns-bubbles {
								width: 350px;
								-webkit-transform: translate(6%, -50%);
								        transform: translate(6%, -50%);
								padding-top: 100px;
								padding-left: 40px;
				}
}
.two-columns .two-columns-bubbles svg {
				width: 100%;
				height: auto;
				aspect-ratio: 538/831;
}
.two-columns .two-columns-bubbles svg > g:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(4) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(5) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(6) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(7) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(8) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(9) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.8s;
				        transition-delay: 1.8s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(10) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(100px));
				        transform: var(--fade-transform, translateX(0) translateY(100px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 2s;
				        transition-delay: 2s;
}
.two-columns .two-columns-bubbles svg > g g {
				-webkit-transform: translateY(calc(var(--elementDistance) * 0.1px));
				        transform: translateY(calc(var(--elementDistance) * 0.1px));
}
.two-columns .two-columns-bubbles svg > g path {
				-webkit-animation: float 10s infinite;
				        animation: float 10s infinite;
				-webkit-animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
				        animation-timing-function: cubic-bezier(0.445, 0.01, 0.58, 0.995);
}
.two-columns .two-columns-bubbles svg > g:nth-child(2) path {
				-webkit-animation-delay: 1s;
				        animation-delay: 1s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(4) path {
				-webkit-animation-delay: 2s;
				        animation-delay: 2s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(6) path {
				-webkit-animation-delay: 3s;
				        animation-delay: 3s;
}
.two-columns .two-columns-bubbles svg > g:nth-child(8) path {
				-webkit-animation-delay: 4s;
				        animation-delay: 4s;
}
.two-columns__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				padding: 113px 0 170px;
				position: relative;
				z-index: 1;
}
@media only screen and (max-width: 1050px) {
				.two-columns__cont {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								gap: 30px;
				}
}
@media only screen and (max-width: 750px) {
				.two-columns__cont {
								padding: 113px 0 80px;
				}
}
.two-columns__cont__right {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				width: 100%;
}
.two-columns__cont__right .text {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(100px) translateY(0));
				        transform: var(--fade-transform, translateX(100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.two-columns__cont__right {
								margin-bottom: 120px;
				}
}
.two-columns__cont__right .right_column {
				text-align: right;
				z-index: 1;
				position: absolute;
				top: 0;
				right: 0;
				margin-top: 64px;
}
@media only screen and (max-width: 1050px) {
				.two-columns__cont__right .right_column {
								max-width: 376px;
								position: relative;
								margin-top: 150px;
				}
}
@media only screen and (max-width: 750px) {
				.two-columns__cont__right .right_column {
								max-width: 320px;
				}
}
.two-columns__cont__right .right_column p {
				font-size: 46px;
				color: #0C2F3F;
				font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0;
				line-height: 1.22;
				z-index: 1;
				position: relative;
				max-width: 494px;
				width: 100%;
}
@media only screen and (max-width: 1281px) {
				.two-columns__cont__right .right_column p {
								font-size: 36px;
				}
}
@media only screen and (max-width: 750px) {
				.two-columns__cont__right .right_column p {
								font-size: 24px;
				}
}
.two-columns__cont__right .right_column p strong {
				font-variation-settings: "wght" 800, "wdth" 100, "slnt" 0;
}
.two-columns__cont__left {
				position: relative;
				max-width: 550px;
				width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
				        transform: var(--fade-transform, translateX(-100px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.two-columns__cont__left .icon {
				margin-bottom: 40px;
}
.two-columns__cont__left .left_column {
				max-width: 550px;
				font-size: 30px;
				font-style: normal;
				font-weight: 600;
				line-height: 30px;
}
@media only screen and (max-width: 1281px) {
				.two-columns__cont__left .left_column {
								max-width: 100%;
				}
}
@media only screen and (max-width: 750px) {
				.two-columns__cont__left .left_column {
								margin-bottom: 30px;
				}
}
.two-columns__cont__left .left_column strong {
				font-variation-settings: "wght" 500, "wdth" 100, "slnt" 0;
}
.two-columns__cont__left .left_column span {
				color: #CCDE69;
}
.two-columns__cont__left .left_column p {
				font-variation-settings: "wght" 200, "wdth" 100, "slnt" 0;
				padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
				.two-columns__cont__left .left_column p {
								font-size: 22px;
				}
}
.two-columns__cont__left .left_column p:nth-last-child(1) {
				font-size: 26px;
}
.two-columns__cont__left .left_column ul li {
				list-style: disc;
				margin-left: 26px;
}
.two-columns__cont__left .left_column ol li {
				list-style: decimal;
				margin-left: 26px;
}
.two-columns .circles {
				position: absolute;
				bottom: 0;
				left: 0;
				background: #0C2F3F;
}
@media only screen and (max-width: 750px) {
				.two-columns .circles {
								width: calc(100% - 40px);
				}
}

@-webkit-keyframes float {
				0% {
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				50% {
								-webkit-transform: translateY(50px);
								        transform: translateY(50px);
				}
				100% {
								-webkit-transform: translateY(0px);
								        transform: translateY(0px);
				}
}

@keyframes float {
				0% {
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				50% {
								-webkit-transform: translateY(50px);
								        transform: translateY(50px);
				}
				100% {
								-webkit-transform: translateY(0px);
								        transform: translateY(0px);
				}
}
/* 
// Woocommerce
@import
  'woocommerce/_header_cart',
  'woocommerce/_header_account',
  'woocommerce/_rating_stars',
  'woocommerce/_item',
  'woocommerce/_archive',
  'woocommerce/_single',
  'woocommerce/_cart',
  'woocommerce/_checkout',
  'woocommerce/_account';
*/
/*# sourceMappingURL=style.css.map */