@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,500;0,600;0,700;0,900;1,300;1,500;1,600;1,700;1,900&display=swap");
.mce-content-body span[style="color: #ffffff;"], .mce-content-body p span[style="color: #ffffff;"] {
color: #cdcdcd !important;
}
.mce-content-body p a.button.contrast-outline {
background: #bfe6ff !important;
}
body , textarea , input , select {
font-family: 'Archivo', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #666666;
}
h1, h2, h3, h4, h5, h6, .hero, .title-large, .title-medium, .title-small {
font-family: 'Archivo', sans-serif;
color: #000000;
font-style: normal;
}
.hero {
font-weight: 900;
font-size: clamp(30px, 5vw, 80px);
text-transform: uppercase;
line-height: 0.9em;
}
h1, h2, .title-large {
font-weight: 900;
font-size: clamp(20px, 4vw, 24px);
line-height: clamp(28px, 5vw, 30px);
text-transform: uppercase;
}
h3 , .title-medium {
font-weight: 700;
font-size: clamp(20px, 4vw, 22px);
line-height: clamp(30px, 5vw, 40px);
}
h4 , .title-small {
font-weight: 700;
font-size: clamp(18px, 3vw, 20px);
line-height: clamp(30px, 5vw, 40px);
}
h5 {
font-weight: 700;
font-size: clamp(16px, 2.5vw, 18px);
line-height: clamp(30px, 5vw, 40px);
}
h6 {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
a {
color: #1BBBEA;
font-weight: 500;
font-size: 16px;
line-height: 25px;
text-decoration-line: underline;
transition: all .3s ease-in-out;
}
a:hover {
color: #2CB4DC;
transition: all .3s ease-in-out;
}
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter {
margin: auto;
text-align: center;
display: block;
}
img {
max-width: 100%;
height: auto;
}
div.wp-caption {
max-width: 100%;
display: inline-block;
}
p.wp-caption-text {
background-color: #f7f7f7;
color: #808080;
padding: 16px 25px;
font-size: 18px;
font-style: italic;
}
span.button,
a.button, input.button {
padding: 20px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
background: linear-gradient(90.42deg, #1BBBEA 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);;
border-radius: 100px;
font-weight: 700;
font-size: 14px;
line-height: 15px;
font-family: 'Archivo', sans-serif;
letter-spacing: 0.1em;
color: #FFFFFF;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin-right: 10px;
transition: all .3s ease-in-out;
}
a.button:last-child, input.button:last-child {
margin-right: 0;
}
a.button:hover, input.button:hover {
background: linear-gradient(90.42deg, #2CB4DC 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);
transition: all .3s ease-in-out;
}
a.button.arrow_button {
display: inline-flex;
align-items: center;
gap: 10px;
}
a.button.arrow_button::after, a.button.contrast.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
height: 18px;
transition: all .3s ease-in-out;
}
a.button.outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
}
a.button.arrow_button:hover::after, a.button.contrast.arrow_button:hover::after, a.button.outline.arrow_button:hover::after {
transform: translateX(5px);
transition: all .3s ease-in-out;
}
a.button.contrast-outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
}
a.button.contrast, input.button.contrast {
background: #1F1F1F;
border: 2px solid #1F1F1F;
padding: 18px;
}
a.button.contrast:hover, input.button.contrast:hover {
background: none;
color: #1F1F1F;
}
a.button.contrast-outline.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.162 2.594H.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.602.378c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
height: 18px;
transition: all .3s ease-in-out;
}
a.button.contrast.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.162 2.594H.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.602.378c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
}
a.button.outline, input.button.outline {
border: 2px solid #1BBBEA;
color: #1BBBEA;
background: none;
padding: 18px;
}
a.button.outline:hover, input.button.outline:hover {
background: #1BBBEA;
color: white;
}
a.button.outline.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23258536' d='M11.037 2.465H.422A.422.422 0 0 0 0 2.887v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.477.25c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
height: 18px;
}
a.button.contrast-outline, input.button.contrast-outline {
border: 2px solid #1F1F1F;
color: #1F1F1F;
background: none;
padding: 18px;
}
a.button.contrast-outline:hover, input.button.contrast-outline:hover {
background: #1F1F1F;
color: white;
}
a.button.white-outline {
border: 2px solid #d1dde1;
color: #d1dde1;
background: none;
}
a.button.white-outline:hover {
background: #d1dde1;
color: #333333;
}
a.button.white-outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.037 2.465H.422A.422.422 0 0 0 0 2.887v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.477.25c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
}
.mce-content-body a.button[data-mce-selected] {
padding: 8px 20px;
margin: 0;
box-shadow: none;
border-radius: 0;
}
.pre-text {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #989898;
}
.pre-text > * {
margin-top: 0;
}
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=search] {
-webkit-appearance: none;
} ul.check_ul {
list-style: none;
padding: 0;
}
ul.check_ul > li {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
ul.check_ul > li:last-child {
margin-bottom: 0;
}
ul.check_ul > li::before {
content: '';
margin-right: 15px;
min-width: 20px;
min-height: 20px;
background: center / 16px 12px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='%23FF0000'/%3E%3C/svg%3E");
}
@media (max-width: 450px) {
.button, input.button {
min-width: 100%;
box-sizing: border-box;
text-align: center;
}
.button + .button {
margin-top: 10px;
}
a.button.arrow_button {
justify-content: center;
}
}html, body {
scroll-behavior: smooth;
}
body {
margin: 0;
}
.error_404 {
text-align: center;
padding: 200px 0;
}
.wp_content > :first-child {
margin-top: 0;
}
.wp_content > :last-child {
margin-bottom: 0;
}
div.padding_full {
padding-left: clamp(15px, 6vw, 60px);
padding-right: clamp(15px, 6vw, 60px);
}
div.padding_xl {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 800px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 800px));
}
div.padding_l {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 650px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 650px));
}
div.padding_m {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 450px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 450px));
}
div.padding_s {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 300px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 300px));
}
.padding_top_large {
padding-top: clamp(15px, 8vw, 150px);
}
.padding_top_default {
padding-top: clamp(15px, 6vw, 100px);
}
.padding_top_half {
padding-top: clamp(15px, 6vw, 50px);
}
.padding_top_none {
padding-top: 1px;
}
.padding_bottom_large {
padding-bottom: clamp(15px, 8vw, 150px);
}
.padding_bottom_default {
padding-bottom: clamp(15px, 6vw, 100px);
}
.padding_bottom_half {
padding-bottom: clamp(15px, 6vw, 50px);
}
.padding_bottom_none {
padding-bottom: 1px;
}
.main_container {
background: linear-gradient(180deg, #effbff 0%, rgba(230, 236, 222, 0) 50%), linear-gradient(0deg, #dee9ec 0%, rgba(230, 236, 222, 0) 20%);
}
.main_container::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1914' height='803' fill='none'%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M411.39 293.035c153.553-49.884 319.423-89.504 510.851-107.775C1095.81-96.082 1346.26-33.573 1543.33 215.848 1283.64 57.676 1118.7 33.35 985.674 348.051c-189.375-37.362-373.926-80.369-574.284-55.016Zm777.31-49.166c-48.45-32.743-122.04-8.622-164.33 53.99-11.5 17.039-19.5 35.104-24.02 53.066 71.03 13.857 142.78 26.584 216.37 34.385 22.79-55.221 12.73-114.035-28.02-141.544v.103Z' clip-rule='evenodd'/%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M0 477.893C712.132 30.476 1144.46 704.938 1913.66 273.225 1049.62 977.659 821.549 187.621 0 477.893Z' clip-rule='evenodd'/%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M0 705.348c712.132-447.417 1144.46 227.045 1913.66-204.771C1049.62 1205.01 821.549 414.973 0 705.348Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 1914px;
height: 804px;
position: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
top: 255px;
right: 0;
z-index: 2;
max-width: 80%;
}
.main_container > * {
position: relative;
z-index: 3;
} #pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#pagination a, #pagination > span {
padding: 15px 20px;
color: #fff;
background: #1BBBEA;
margin: 0 5px 5px 5px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
line-height: 13px;
font-family: 'Archivo', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
border-radius: 40px;
box-sizing: border-box;
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
vertical-align: middle;
}
#pagination > span, #pagination a:hover {
background: #1BBBEA;
color: #1BBBEA;
} ul.check_ul {
list-style: none;
padding: 0;
}
ul.check_ul > li {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
ul.check_ul > li:last-child {
margin-bottom: 0;
}
ul.check_ul > li::before {
content: '';
margin-right: 15px;
min-width: 20px;
min-height: 20px;
background: center / 16px 12px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='%23FF0000'/%3E%3C/svg%3E");
} .social_links_container {
display: flex;
justify-content: flex-start;
align-items: center;
}
.social_icon {
min-width: 52px;
min-height: 52px;
background-position: center;
background-size: contain;
margin-right: 10px;
}
.social_icon:hover {
opacity: 0.7;
}
.social_icon:last-child {
margin-right: 0;
}
.social_icon.facebook {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M26.718 33v-6.376h2.15l.32-2.496h-2.47v-1.59c0-.72.2-1.213 1.235-1.213h1.31v-2.226a17.376 17.376 0 0 0-1.92-.099c-1.9 0-3.206 1.16-3.206 3.291v1.832H22v2.497h2.142V33h2.576Z'/%3E%3C/svg%3E");
}
.social_icon.instagram {
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5.5a4.48 4.48 0 1 0 0 8.97 4.48 4.48 0 0 0 0-8.96Zm0 7.41a2.92 2.92 0 1 1 .02-5.84A2.92 2.92 0 0 1 10 12.9Zm5.72-7.59a1.04 1.04 0 1 1-2.09 0 1.05 1.05 0 0 1 2.1 0ZM18.7 6.4a5.18 5.18 0 0 0-1.42-3.67 5.21 5.21 0 0 0-3.67-1.42c-1.44-.08-5.77-.08-7.22 0a5.2 5.2 0 0 0-3.67 1.41C1.7 3.74 1.38 4.98 1.31 6.38c-.08 1.45-.08 5.78 0 7.23.07 1.4.39 2.64 1.41 3.66A5.22 5.22 0 0 0 6.4 18.7c1.45.08 5.78.08 7.22 0a5.18 5.18 0 0 0 3.67-1.42 5.21 5.21 0 0 0 1.42-3.66c.08-1.45.08-5.78 0-7.22Zm-1.87 8.77c-.3.76-.9 1.35-1.66 1.66-1.16.46-3.9.35-5.17.35s-4 .1-5.16-.35c-.76-.3-1.35-.9-1.66-1.66-.46-1.16-.35-3.89-.35-5.16 0-1.28-.1-4.02.35-5.16.3-.77.9-1.36 1.66-1.67C6 2.71 8.74 2.82 10 2.82c1.28 0 4.02-.1 5.16.35.77.3 1.36.9 1.67 1.67.46 1.15.35 3.88.35 5.16 0 1.27.1 4-.35 5.16Z' fill='%23FF0000'/%3E%3C/svg%3E");
}
.social_icon.twitter {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M33.761 21.423a6.06 6.06 0 0 1-1.739.477 3.036 3.036 0 0 0 1.332-1.676 6.047 6.047 0 0 1-1.923.735 3.03 3.03 0 0 0-5.16 2.762 8.6 8.6 0 0 1-6.243-3.164 3.028 3.028 0 0 0-.052 2.952c.235.44.575.815.99 1.091a3.022 3.022 0 0 1-1.373-.379v.04a3.03 3.03 0 0 0 2.43 2.97 3.05 3.05 0 0 1-1.368.051 3.03 3.03 0 0 0 2.83 2.103A6.077 6.077 0 0 1 19 30.639 8.566 8.566 0 0 0 23.642 32c5.571 0 8.617-4.614 8.617-8.616 0-.13-.003-.262-.01-.392a6.156 6.156 0 0 0 1.511-1.567l.001-.002Z'/%3E%3C/svg%3E");
}
.social_icon.youtube {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M33.679 22.569a1.74 1.74 0 0 0-.479-.793 1.906 1.906 0 0 0-.835-.464c-1.173-.309-5.873-.309-5.873-.309a47.842 47.842 0 0 0-5.865.294c-.314.087-.6.25-.836.474a1.808 1.808 0 0 0-.486.797A18.168 18.168 0 0 0 19 26c-.007 1.15.095 2.299.305 3.432.086.299.253.572.484.792.232.22.52.38.838.464 1.189.309 5.865.309 5.865.309a47.964 47.964 0 0 0 5.873-.294c.313-.08.6-.24.835-.463.231-.22.396-.495.478-.793.216-1.132.32-2.281.313-3.433a16.605 16.605 0 0 0-.312-3.446v.001Zm-8.681 5.57v-4.277L28.908 26l-3.91 2.138Z'/%3E%3C/svg%3E");
}
.social_icon.linkedin {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M20.686 22.371a1.685 1.685 0 1 0 0-3.37 1.685 1.685 0 0 0 0 3.37ZM23.962 23.648V33h2.904v-4.624c0-1.22.23-2.402 1.742-2.402 1.492 0 1.511 1.395 1.511 2.479V33h2.905v-5.128c0-2.52-.542-4.455-3.487-4.455-1.413 0-2.36.776-2.748 1.51h-.04v-1.279h-2.787Zm-4.73 0h2.907V33h-2.908v-9.35Z'/%3E%3C/svg%3E");
} .bg_grey {
background: #333333;
}
.bg_green {
background: #E6ECDE;
}
.bg_transparent {
background: transparent;
}
.bg_white {
background: white;
}
.bg_blue {
background: #dee9ec;
}
.page_banner {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 10vw;
z-index: 3;
}
.page_banner .banner_title {
max-width: 950px;
word-break: break-word;
}
.home .page_banner {
min-height: 30vw;
}
.page_banner::after {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page_banner > * {
position: relative;
z-index: 3;
}
.leaf_separator {
max-width: 984px;
width: 90%;
height: 2px;
background: #dee9ec;
margin-left: auto;
margin-right: auto;
margin-bottom: clamp(15px, 6vw, 100px);
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 5;
}
.leaf_separator.padding_top_default {
margin-top: clamp(15px, 6vw, 100px);
padding-top: 0;
}
.leaf_separator.padding_top_half {
margin-top: clamp(15px, 6vw, 50px);
padding-top: 0;
}
.leaf_separator.padding_top_none {
margin-top: 0;
padding-top: 0;
}
.leaf_separator.padding_bottom_default {
margin-bottom: clamp(15px, 6vw, 100px);
padding-bottom: 0;
}
.leaf_separator.padding_bottom_half {
margin-bottom: clamp(15px, 6vw, 50px);
padding-bottom: 0;
}
.leaf_separator.padding_bottom_none {
margin-bottom: 0;
padding-bottom: 0;
}
.leaf_separator::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.308 0 128c0 70.692 57.308 128 128 128Zm-3.218-149.596c-19.151 1.828-35.745 5.791-51.107 10.782 18.348-2.322 35.371 1.087 52.653 4.547l.001.001h.001c1.596.32 3.195.64 4.797.956 13.308-31.483 29.81-29.05 55.789-13.226-19.715-24.952-44.77-31.206-62.134-3.06Zm10.217 11.265c4.23-6.264 11.593-8.677 16.44-5.402v-.01c4.076 2.752 5.083 8.636 2.803 14.16-7.363-.78-14.54-2.053-21.646-3.44.452-1.797 1.253-3.604 2.403-5.308ZM32.519 135.68c35.686-22.421 64.349-16.681 93.742-10.795 29.286 5.865 59.298 11.875 97.704-9.681-49.484 40.343-78.117 31.69-108.975 22.364-23.046-6.964-47.332-14.304-82.471-1.888Zm93.738 11.958c-29.392-5.885-58.053-11.623-93.738 10.797 35.14-12.421 59.427-5.082 82.474 1.881 30.856 9.323 59.49 17.975 108.972-22.367-38.408 21.561-68.42 15.553-97.708 9.689Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: contain;
content: '';
height: 30px;
width: 30px;
display: block;
}
@media (max-width: 1024px) {
.the_usps {
display: grid;
grid-template-columns: 1fr;
}
.the_usps * {
grid-area: 1 / 1;
text-align: center;
opacity: 0;
transition: .3s;
}
.the_usps *.active {
opacity: 1;
}
}
@media (max-width:640px) {
.header-right {
display: flex;
justify-content: space-between;
}
} #unity_cookie_overlay , #unity_cookie_view_settings {
width: 350px;
background: #fff;
border: 1px solid #bfbfbf;
border-left: 4px solid #666;
padding: 25px;
position: fixed;
bottom: 50px;
right: 50px;
z-index: 3;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
opacity: 1;
transition: .3s;
}
#unity_cookie_view_settings {
width: 500px;
}
.unity_cookie_setting_link {
color: #999;
display: inline-block;
padding: 10px;
cursor: pointer;
}
.unity_cookie_setting_link:hover {
color: #777;
}
#unity_cookie_view_settings > .wp_content::-webkit-scrollbar {
width: 16px;
}
#unity_cookie_view_settings > .wp_content::-webkit-scrollbar-thumb {
border-left: 12px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #AAAAAA;
}
#unity_cookie_overlay.unity_cookie_hide , #unity_cookie_view_settings.unity_cookie_hide {
opacity: 0;
right: -500px;
}
#unity_cookie_view_settings > .wp_content {
margin-bottom: 20px;
max-height: 400px;
overflow-y: auto;
}
.unity_cookie_info {
border: 1px solid #c2c2c2;
border-radius: 3px;
margin: 20px 0;
}
.unity_cookie_info > div:first-child {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
cursor: pointer;
}
.unity_cookie_info > div:first-child strong:before {
content: '';
display: inline-block;
width: 15px;
height: 9px;
background: center / 15px 9px url("data:image/svg+xml,%3Csvg width='15' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.7 1.5 0 0 1.4l7 7 7.1-7L12.7 0 7.1 5.7Z' fill='%23C4C4C4'/%3E%3C/svg%3E") no-repeat;
margin: 0 10px 2px 0;
}
.unity_cookie_info > div:first-child span {
color: #999;
}
.unity_cookie_info .wp_content {
border-top: 1px solid #e3e3e3;
padding: 15px 5px 15px 30px;
display: none;
}
.unity_cookie_info.unity_cookie_info_view .wp_content {
display: block;
}
.unity_cookie_text_small {
font-size: 0.8em;
}
body.menu_open #unity_cookie_overlay , body.menu_open #unity_cookie_view_settings {
right: 350px;
}
body.menu_open.show_menu_close #unity_cookie_overlay , body.menu_open.show_menu_close #unity_cookie_view_settings {
right: 50px;
}
@media(max-width:600px) {
body.menu_open #unity_cookie_overlay , body.menu_open #unity_cookie_view_settings {
right: 300px;
}
body.menu_open.show_menu_close #unity_cookie_overlay , body.menu_open.show_menu_close #unity_cookie_view_settings {
right: 0px;
}
#unity_cookie_overlay, #unity_cookie_view_settings {
width: 100%;
box-sizing: border-box;
right: 0;
border-right: none;
border-left: none;
}
}
@media(max-width:450px) {
#unity_cookie_overlay , #unity_cookie_view_settings {
padding: 20px;
}
#unity_cookie_overlay .button , #unity_cookie_view_settings .button {
margin: 0;
}
.unity_cookie_setting_link {
display: block;
text-align: center;
}
}#header.sticky {
position: fixed;
width: 100%;
top: 0;
z-index: 9;
left: 0;
box-sizing: border-box;
transition: all 150ms ease-in-out;
}
#header {
filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.05));
z-index: 4;
position: relative;
}
#header #logo {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1243' height='242' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M120.965 241.931c66.808 0 120.966-54.158 120.966-120.966C241.931 54.158 187.773 0 120.965 0 54.158 0 0 54.158 0 120.965c0 66.808 54.158 120.966 120.965 120.966Zm-3.041-141.375c-18.099 1.728-33.78 5.473-48.298 10.19 17.34-2.195 33.427 1.027 49.759 4.297l.002.001c1.509.302 3.02.604 4.534.903 12.576-29.753 28.171-27.453 52.723-12.499-18.632-23.581-42.311-29.49-58.72-2.892Zm9.655 10.646c3.998-5.92 10.956-8.2 15.537-5.105v-.009c3.852 2.6 4.803 8.161 2.649 13.382-6.958-.738-13.741-1.941-20.456-3.251.427-1.699 1.183-3.406 2.27-5.017Zm-96.847 17.021c33.725-21.189 60.812-15.764 88.59-10.202 27.677 5.543 56.039 11.222 92.334-9.148-46.764 38.126-73.824 29.948-102.986 21.135-21.779-6.582-44.73-13.518-77.938-1.785Zm88.586 11.301c-27.776-5.561-54.863-10.985-88.586 10.203 33.209-11.737 56.161-4.803 77.941 1.778 29.161 8.811 56.22 16.987 102.983-21.138-36.297 20.377-64.66 14.698-92.338 9.157Z' clip-rule='evenodd'/%3E%3Cpath fill='%23989898' d='M311.222 172.238H283.14V153.25h-13.032v53.948h13.032v-18.989h28.082v-15.971ZM297.12 107.927h14.041V91.925h-41.114v16.002h14.041v23.987h-14.041v15.971h41.114v-15.971H297.12v-23.987ZM311.222 82.599V34.655h-10.554v31.973h-5.261V34.655h-9.514v31.973h-5.262V34.655h-10.523v47.944h41.114Z'/%3E%3Cpath fill='%23333' d='M365.033 67.766c0-7.443 13.88-9.113 25.192-9.113 11.382 0 21.028 1.74 25.192 9.113h38.1c-3.47-29.216-30.605-32.902-63.292-33.111-32.756 0-63.292 6.4-63.292 33.11-.069 23.373 36.504 25.181 62.529 26.503 14.643.696 25.955 1.322 25.955 5.426 0 7.234-13.88 9.112-25.192 9.112-11.381 0-21.028-1.878-25.192-9.112h-38.1c3.47 29.006 30.605 32.971 63.292 33.041 32.757 0 63.292-6.33 63.292-33.041.07-23.442-36.504-25.25-62.528-26.572-14.644-.696-25.956-1.252-25.956-5.356ZM551.717 84.877c.208 15.373-12.423 18.017-27.274 18.225-14.921-.208-27.482-2.852-27.343-18.225V36.95h-36.365v50.223c-.139 35.337 28.731 45.492 63.708 45.562 34.977-.07 63.847-10.225 63.708-45.562V36.95h-36.434v47.927ZM604.529 130.578h36.365v-25.111h68.289V78.13h-68.289V66.722h77.38V37.09H604.529v93.488ZM728.754 130.578h36.365v-25.111h68.288V78.13h-68.288V66.722h77.379V37.09H728.754v93.488ZM912.661 34.655c-35.116.07-63.847 10.225-63.708 45.631v6.817c-.139 35.337 28.592 45.562 63.708 45.632 35.046-.07 63.778-10.295 63.639-45.632v-6.817c0-35.336-28.523-45.631-63.639-45.631Zm27.274 50.153c.208 15.303-12.423 18.086-27.274 18.294-14.921-.208-27.552-2.991-27.343-18.294v-2.296c-.209-15.233 12.422-18.016 27.343-18.224 14.851.208 27.482 2.99 27.274 18.224v2.296ZM987.195 36.95v93.489h109.165v-29.632h-72.8V36.95h-36.365ZM1161.04 98.511l34.21 31.928H1243l-48.37-46.744L1243 36.95h-47.75l-34.21 31.929h-15.89V36.95h-36.37v93.489h36.37V98.511h15.89ZM348.061 176.896v-9.239h25.805c1.249 0 2.338.444 3.225 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.225 1.331h-25.805Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.169.161 20.644-9.32 20.483-20.495.161-11.216-9.314-20.617-20.483-20.496h-52.214ZM441.684 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM521.356 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM564.659 151.721v54.223h63.423v-17.187h-42.295v-37.036h-21.128ZM722.31 183.472c-1.936 5.326-7.984 6.617-15.241 6.617-8.629-.121-15.967-1.735-15.846-10.571v-1.331c-.121-8.916 7.217-10.449 15.846-10.57 7.257 0 13.265 1.25 15.241 6.576h21.651c-1.33-18.276-17.377-23.763-36.892-23.804-20.322.081-37.095 5.971-37.014 26.467v3.953c-.081 20.536 16.692 26.426 37.014 26.467 19.515 0 35.562-5.487 36.892-23.804H722.31ZM786.257 150.389c-20.402.041-37.094 5.931-37.014 26.467v3.953c-.08 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.054-5.971 36.973-26.467v-3.953c0-20.496-16.571-26.467-36.973-26.467Zm15.846 29.089c.121 8.876-7.218 10.49-15.846 10.611-8.669-.121-16.007-1.735-15.886-10.611v-1.331c-.121-8.836 7.217-10.45 15.886-10.571 8.628.121 15.967 1.735 15.846 10.571v1.331ZM829.56 205.944h21.128v-28.927l21.168 28.927h10.564l21.168-28.927v28.927h21.127v-54.223h-26.409l-21.168 27.111-21.128-27.111h-26.45v54.223ZM958.181 176.896v-9.239h25.804c1.25 0 2.339.444 3.226 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.226 1.331h-25.804Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.173.161 20.643-9.32 20.483-20.495.16-11.216-9.31-20.617-20.483-20.496h-52.214ZM1042.17 167.496l7.42 16.016h-14.88l7.46-16.016Zm-41.65 38.529h23.79l4.27-9.279h27.13l4.28 9.279h23.79l-29.07-54.224h-25.12l-29.07 54.224ZM1138.29 180.446l-23.79-28.725h-29.07v54.223h21.13v-33.123l29.11 33.123h23.79v-54.223h-21.17v28.725ZM1186.19 151.801h-25.12l30.4 35.706v18.518h21.13v-18.518l30.4-35.706h-25.08l-15.88 19.447-15.85-19.447Z'/%3E%3C/svg%3E");
width: 240px;
height: 53px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: block;
text-indent: -99999px;
}
#header .top_header {
padding-top: 25px;
padding-bottom: 25px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #E0E0E0;
background: white;
}
#header .bottom_header {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
background: white;
}
.pool_co_link {
font-weight: 400;
font-size: 12px;
line-height: 24px;
text-decoration-line: underline;
text-transform: uppercase;
color: #565656;
}
.top_header .buttons_container .button:first-of-type {
display: inline-flex;
align-items: center;
gap: 10px;
}
.top_header .buttons_container .button:first-of-type::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
height: 18px;
}
@media (min-width: 1025px) {
.main_menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.main_menu > li {
position: relative;
}
.main_menu > li.menu-item-has-children .sub-menu {
position: absolute;
min-width: 250px;
top: 80px;
right: -15px;
list-style: none;
padding: 0;
margin: 0;
filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.05));
display: none;
}
.main_menu > li.menu-item-has-children:hover .sub-menu {
display: block;
}
.main_menu > li.menu-item-has-children .sub-menu {
background: #fff;
}
.main_menu > li.menu-item-has-children .sub-menu > li > a {
padding: 10px 20px;
box-sizing: border-box;
display: flex;
background: white;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
color: #565656;
transition: all .3s ease-in-out;
}
.main_menu > li > a {
padding: 30px 15px;
box-sizing: border-box;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
text-decoration: none;
color: #565656;
display: block;
}
.main_menu > li:hover::before, .main_menu > li.current_page_item::before {
background: #1BBBEA;
height: 4px;
width: 100%;
position: absolute;
top: -8px;
left: 0;
content: '';
}
.main_menu > li.menu-item-has-children > a::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23565656' stroke-linecap='round' stroke-linejoin='round' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
margin-left: 10px;
}
.main_menu > li.menu-item-has-children > .sub-menu::after {
content: "";
display: block;
width: 80%;
height: 30px;
position: absolute;
top: -30px;
left: 10%;
}
.main_menu > li.menu-item-has-children > .sub-menu::before {
content: '';
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
right: 28px;
z-index: 999;
}
.main_menu > li.menu-item-has-children .sub-menu > li > a:hover {
background: linear-gradient(90.42deg, #1BBBEA 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);
color: white;
transition: all .3s ease-in-out;
}
}
@media (max-width: 1400px) {
.pool_co_link {
display: none;
}
#header .bottom_header > div {
min-width: 100%;
}
.main_menu {
justify-content: center;
}
}
@media (max-width: 1240px) {
.main_menu > li > a {
padding: 15px 0;
}
.main_menu > li.menu-item-has-children .sub-menu {
top: 65px;
}
}
@media (max-width: 1024px) {
#header #logo {
width: 180px;
height: 40px;
}
#header .top_header {
padding-top: 15px;
padding-bottom: 15px;
}
#header .top_header .buttons_container {
display: flex;
gap: 20px;
align-items: center;
}
.main_menu > li:last-child {
margin-bottom: 150px;
}
#close_menu {
background-color: rgba(0, 0, 0, 0.01);
position: fixed;
top: 0;
right: 0;
z-index: 10;
width: 0;
height: 100vh;
display: block;
transition: background-color 0.3s ease, right 0.3s ease;
-webkit-transition: background-color 0.3s ease, right 0.3s ease;
}
body.menu_open {
overflow: hidden;
}
body.menu_open #close_menu {
display: block;
background: rgba(0, 0, 0, 0.5);
right: 300px;
width: 100%;
}
body.menu_open.show_menu_close #close_menu {
background-color: rgba(0, 0, 0, 0.01);
width: 100%;
right: 0;
}
#wrap {
position: relative;
width: auto;
min-width: 320px;
overflow: hidden;
}
#shifter {
position: relative;
width: 100%;
left: 0px;
transition: left 0.3s ease;
-webkit-transition: left 0.3s ease;
background: #fff;
}
body {
background: #d8d8d8;
}
body.menu_open #shifter {
left: -300px;
}
body.menu_open.show_menu_close #shifter {
left: 0;
}
#mobile_menu_button {
width: 40px;
display: block;
}
#mobile_menu_button > div {
width: 100%;
height: 7px;
background-color: #1BBBEA;
margin-bottom: 5px;
}
#mobile_menu_button > div:last-child {
margin: 0;
}
#main_menu {
display: block;
top: 0px;
left: 100%;
width: 330px;
z-index: 11;
position: fixed;
overflow-x: hidden;
overflow-y: scroll;
max-height: 100vh;
-webkit-transition: left 0.3s ease;
min-height: 100%;
}
body.menu_open.show_menu_close #main_menu {
left: 100%;
}
.main_menu , .main_menu ul {
padding: 0;
margin: 0;
list-style: none;
background: #1BBBEA;
}
.main_menu ul {
max-height: 0;
transition: max-height 0.3s;
overflow: hidden;
}
.main_menu li.clicked ul {
max-height: 500px;
}
.main_menu li > a {
display: block;
color: #fff;
padding: 20px;
font-size: 20px;
font-weight: 400;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main_menu ul a {
font-size: 16px;
padding: 15px 25px;
background: rgba(255, 255, 255, 0.05);
display: block;
}
.main_menu li {
position: relative;
}
.main_menu li.menu-item-has-children > a:after {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 45px;
top: 17px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: transform 0.3s;
transform-origin: 14px 14px;
}
.main_menu li.menu-item-has-children.clicked > a:after {
transform: rotate(-45deg);
}
body.menu_open #main_menu {
left: calc(100% - 300px);
}
body.menu_open #header {
filter: none;
}
}
@media (max-width: 850px) {
#header .top_header .buttons_container .button {
display: none;
}
}#footer-logo {
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1243' height='242' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M120.965 241.931c66.808 0 120.966-54.158 120.966-120.966C241.931 54.158 187.773 0 120.965 0 54.158 0 0 54.158 0 120.965c0 66.808 54.158 120.966 120.965 120.966Zm-3.041-141.375c-18.099 1.728-33.78 5.473-48.298 10.19 17.34-2.195 33.427 1.027 49.759 4.297l.002.001c1.509.302 3.02.604 4.534.903 12.576-29.753 28.171-27.453 52.723-12.499-18.632-23.581-42.311-29.49-58.72-2.892Zm9.655 10.646c3.998-5.92 10.956-8.2 15.537-5.105v-.009c3.852 2.6 4.803 8.161 2.649 13.382-6.958-.738-13.741-1.941-20.456-3.251.427-1.699 1.183-3.406 2.27-5.017Zm-96.847 17.021c33.725-21.189 60.812-15.764 88.59-10.202 27.677 5.543 56.039 11.222 92.334-9.148-46.764 38.126-73.824 29.948-102.986 21.135-21.779-6.582-44.73-13.518-77.938-1.785Zm88.586 11.301c-27.776-5.561-54.863-10.985-88.586 10.203 33.209-11.737 56.161-4.803 77.941 1.778 29.161 8.811 56.22 16.987 102.983-21.138-36.297 20.377-64.66 14.698-92.338 9.157Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M311.222 172.238H283.14V153.25h-13.032v53.948h13.032v-18.989h28.082v-15.971ZM297.12 107.927h14.041V91.925h-41.114v16.002h14.041v23.987h-14.041v15.971h41.114v-15.971H297.12v-23.987ZM311.222 82.599V34.655h-10.554v31.973h-5.261V34.655h-9.514v31.973h-5.262V34.655h-10.523v47.944h41.114Z'/%3E%3Cpath fill='%23fff' d='M365.033 67.766c0-7.443 13.88-9.113 25.192-9.113 11.382 0 21.028 1.74 25.192 9.113h38.1c-3.47-29.216-30.605-32.902-63.292-33.111-32.756 0-63.292 6.4-63.292 33.11-.069 23.373 36.504 25.181 62.529 26.503 14.643.696 25.955 1.322 25.955 5.426 0 7.234-13.88 9.112-25.192 9.112-11.381 0-21.028-1.878-25.192-9.112h-38.1c3.47 29.006 30.605 32.971 63.292 33.041 32.757 0 63.292-6.33 63.292-33.041.07-23.442-36.504-25.25-62.528-26.572-14.644-.696-25.956-1.252-25.956-5.356ZM551.717 84.877c.208 15.373-12.423 18.017-27.274 18.225-14.921-.208-27.482-2.852-27.343-18.225V36.95h-36.365v50.223c-.139 35.337 28.731 45.492 63.708 45.562 34.977-.07 63.847-10.225 63.708-45.562V36.95h-36.434v47.927ZM604.529 130.578h36.365v-25.111h68.289V78.13h-68.289V66.722h77.38V37.09H604.529v93.488ZM728.754 130.578h36.365v-25.111h68.288V78.13h-68.288V66.722h77.379V37.09H728.754v93.488ZM912.661 34.655c-35.116.07-63.847 10.225-63.708 45.631v6.817c-.139 35.337 28.592 45.562 63.708 45.632 35.046-.07 63.778-10.295 63.639-45.632v-6.817c0-35.336-28.523-45.631-63.639-45.631Zm27.274 50.153c.208 15.303-12.423 18.086-27.274 18.294-14.921-.208-27.552-2.991-27.343-18.294v-2.296c-.209-15.233 12.422-18.016 27.343-18.224 14.851.208 27.482 2.99 27.274 18.224v2.296ZM987.195 36.95v93.489h109.165v-29.632h-72.8V36.95h-36.365ZM1161.04 98.511l34.21 31.928H1243l-48.37-46.744L1243 36.95h-47.75l-34.21 31.929h-15.89V36.95h-36.37v93.489h36.37V98.511h15.89ZM348.061 176.896v-9.239h25.805c1.249 0 2.338.444 3.225 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.225 1.331h-25.805Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.169.161 20.644-9.32 20.483-20.495.161-11.216-9.314-20.617-20.483-20.496h-52.214ZM441.684 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM521.356 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM564.659 151.721v54.223h63.423v-17.187h-42.295v-37.036h-21.128ZM722.31 183.472c-1.936 5.326-7.984 6.617-15.241 6.617-8.629-.121-15.967-1.735-15.846-10.571v-1.331c-.121-8.916 7.217-10.449 15.846-10.57 7.257 0 13.265 1.25 15.241 6.576h21.651c-1.33-18.276-17.377-23.763-36.892-23.804-20.322.081-37.095 5.971-37.014 26.467v3.953c-.081 20.536 16.692 26.426 37.014 26.467 19.515 0 35.562-5.487 36.892-23.804H722.31ZM786.257 150.389c-20.402.041-37.094 5.931-37.014 26.467v3.953c-.08 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.054-5.971 36.973-26.467v-3.953c0-20.496-16.571-26.467-36.973-26.467Zm15.846 29.089c.121 8.876-7.218 10.49-15.846 10.611-8.669-.121-16.007-1.735-15.886-10.611v-1.331c-.121-8.836 7.217-10.45 15.886-10.571 8.628.121 15.967 1.735 15.846 10.571v1.331ZM829.56 205.944h21.128v-28.927l21.168 28.927h10.564l21.168-28.927v28.927h21.127v-54.223h-26.409l-21.168 27.111-21.128-27.111h-26.45v54.223ZM958.181 176.896v-9.239h25.804c1.25 0 2.339.444 3.226 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.226 1.331h-25.804Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.173.161 20.643-9.32 20.483-20.495.16-11.216-9.31-20.617-20.483-20.496h-52.214ZM1042.17 167.496l7.42 16.016h-14.88l7.46-16.016Zm-41.65 38.529h23.79l4.27-9.279h27.13l4.28 9.279h23.79l-29.07-54.224h-25.12l-29.07 54.224ZM1138.29 180.446l-23.79-28.725h-29.07v54.223h21.13v-33.123l29.11 33.123h23.79v-54.223h-21.17v28.725ZM1186.19 151.801h-25.12l30.4 35.706v18.518h21.13v-18.518l30.4-35.706h-25.08l-15.88 19.447-15.85-19.447Z'/%3E%3C/svg%3E");
width: 256px;
height: 57px;
display: block;
text-indent: -99999px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.footer_top {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 50px;
}
#footer {
background: #333333;
padding-top: clamp(30px, 6vw, 100px);
position: relative;
z-index: 3;
}
.footer_bottom {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
border-bottom: 2px solid #989898;
padding-bottom: clamp(30px, 6vw, 100px);
}
.footer_bottom > div {
flex: 1;
}
.footer_title {
font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #FFFFFF;
}
.footer_menu, .footer_menu_two {
list-style: none;
padding: 0;
margin: 0;
}
.footer_menu > li > a, .footer_menu_two > li > a {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: white;
text-decoration: none;
}
.footer_menu > li > a:hover, .footer_menu_two > li > a:hover {
text-decoration: underline;
}
.footer_menu > li, .footer_menu_two > li {
margin-bottom: 10px;
}
.footer_menu > li:last-child, .footer_menu_two > li:last-child {
margin-bottom: 0;
}
.call_text {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #989898;
margin: 20px 0 0;
}
a.call_number {
font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #dee9ec;
margin: 0;
}
a.email_address {
font-weight: 700;
font-size: 16px;
line-height: 40px;
text-decoration-line: underline;
color: #dee9ec;
margin: 0;
}
.free_text_container {
max-width: 280px;
width: 100%;
}
.footer_menu_container, .footer_menu_two_container {
max-width: 200px;
width: 100%;
}
.contact_details_container {
max-width: 350px;
width: 100%;
}
.contact_details_container .pool_co_link {
font-weight: 400;
font-size: 12px;
line-height: 24px;
text-decoration-line: underline;
text-transform: uppercase;
color: #FFFFFF;
text-align: right;
display: block;
}
.contact_details_container .pool_co_link:hover {
text-decoration: none;
}
.end_of_page {
background: #333333;
padding-bottom: clamp(30px, 6vw, 100px);
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 3;
}
.end_of_page * {
font-weight: 300;
font-size: 14px;
line-height: 25px;
color: #FFFFFF;
margin: 0;
}
@media (max-width: 1024px) {
.footer_bottom {
flex-wrap: wrap;
}
.footer_bottom > div {
width: calc(50% - 15px);
flex: unset;
}
.free_text_container, .contact_details_container, .footer_menu_container, .footer_menu_two_container {
max-width: unset;
}
.contact_details_container * {
text-align: left !important;
}
}
@media (max-width: 640px) {
.footer_top {
flex-direction: column;
gap: 20px;
}
.footer_bottom > div {
width: 100%;
text-align: center;
}
.contact_details_container * {
text-align: center !important;
}
.end_of_page {
flex-direction: column;
gap: 10px;
}
}.single_post_list {
display: flex;
align-items: stretch;
gap: 120px 30px;
flex-wrap: wrap;
}
.single_post_list > a {
width: calc(25% - 22.5px);
text-decoration: none;
}
.single_post_list > a:hover {
opacity: 0.7;
}
.single_post_list > a .post_thumb {
padding-bottom: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.single_post_list > a .category_names {
font-weight: 600;
font-size: 12px;
line-height: 13px;
font-family: 'Archivo', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
color: #258536;
margin-bottom: 20px;
}
.single_post_list > a .post_data {
margin-top: 20px;
}
.single_post_list > a .post_data h4 {
font-weight: 700;
font-size: 20px;
line-height: 22px;
color: #333333;
font-family: 'Archivo', sans-serif;
margin: 0;
}
.single_post_list > a .post_data p:not(.category_names) {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #565656;
font-family: 'Archivo', sans-serif;
margin-top: 15px;
}
.news-intro {
max-width: 800px;
}
.fc_featured_news.bg_blue_gradient ,
.fc_featured_news.bg_green_gradient {
background: linear-gradient(0deg, #dee9ec 0%, rgba(230, 236, 222, 0) 76.04%);
}
.fc_featured_news .intro {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: clamp(20px, 4vw, 50px);
}
@media (max-width: 1024px) {
.single_post_list > a {
width: calc(33% - 20px);
}
.single_post_list {
gap: 60px 30px;
}
}
@media (max-width: 640px) {
.fc_featured_news .intro {
flex-direction: column;
}
.single_post_list {
gap: 40px 30px;
}
.single_post_list > a {
width: calc(50% - 15px);
}
}
@media (max-width: 440px) {
.single_post_list {
gap: 30px;
}
.single_post_list > a {
width: 100%;
}
}