@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: #39C252;
font-weight: 500;
font-size: 16px;
line-height: 25px;
text-decoration-line: underline;
transition: all .3s ease-in-out;
}
a:hover {
color: #4FBB63;
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, #4CAD33 0.36%, #20AA00 43.92%, #19952F 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.blue {
background: #1BBBEA;
}
a.button:last-child, input.button:last-child {
margin-right: 0;
}
a.button:hover, input.button:hover {
background: linear-gradient(90.42deg, #19952F 0.36%, #19952F 43.92%, #19952F 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 #20AA00;
color: #4CAD33;
background: none;
padding: 18px;
}
a.button.outline:hover, input.button.outline:hover {
background: #4CAD33;
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 #E6ECDE;
color: #E6ECDE;
background: none;
}
a.button.white-outline:hover {
background: #E6ECDE;
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;
}
a.button.arrow_button {
justify-content: center;
}
.button + .button  {
margin-top: 10px;
}
}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, #E6ECDE 0%, rgba(230, 236, 222, 0) 50%), linear-gradient(0deg, #E6ECDE 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='541' height='702' fill='none'%3E%3Cpath fill='%23258536' fill-opacity='.07' fill-rule='evenodd' d='M541 274.45c-16.325-16.524-34.775-31.237-54.737-44.503l.006-.031c-86.888-59.002-181.97-89.122-263.199-114.852C126.363 84.43 49.293 60.017 29.068.489-92.1 419.324 183.336 795.727 541 681.036v-70.734c-41.171-86.997-126.621-144.668-212.067-202.337-75.293-50.817-150.584-101.632-195.576-172.508 62.997 50.329 129.221 87.678 192.335 123.272 81.509 45.97 157.83 89.013 215.308 153.309V274.45Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 541px;
height: 702px;
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: #258536;
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: #E6ECDE;
color: #258536;
} 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='%23258536'/%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='%23258536'/%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='%23258536'/%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='%23258536'/%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: #E4F1F5;
}
.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;
}
.page_banner .banner_title {
max-width: 950px;
word-break: break-word;
}
.home .page_banner {
min-height: 30vw;
}
.page_banner::after {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 44.32%, rgba(0, 0, 0, 0) 75.57%);
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: #E6ECDE;
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='30' height='30' fill='none'%3E%3Ccircle cx='14.5' cy='15.5' r='13.5' fill='%23fff'/%3E%3Cpath fill='%23258536' fill-rule='evenodd' d='M15 30c8.285 0 15-6.716 15-15 0-8.284-6.715-15-15-15C6.716 0 0 6.715 0 15c0 8.284 6.716 15 15 15Zm3.068-20.889c-2.128.225-4.62.488-7.055 1.503-2.82 1.143-4.875 3.389-4.46 8.29 1.973-2.449 4.739-3.34 7.765-4.315 1.732-.559 3.55-1.145 5.353-2.066-1.463 1.517-3.572 2.389-5.68 3.26-2.933 1.212-5.865 2.425-7.064 5.373 8.363 5.196 17.386-2.77 16.492-13.888-.797 1.362-2.817 1.575-5.35 1.843Z' clip-rule='evenodd'/%3E%3C/svg%3E");
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='240' height='53' fill='none'%3E%3Cpath fill='%23333' d='M71.598 7.887v24.97h29.02v-7.915H81.265V7.887h-9.667ZM103.92 32.894h29.021v-6.41h-19.353V23.29h19.353V17.51h-19.353v-3.196h19.353v-6.39H103.92v24.969ZM138.088 32.894h29.02v-6.41h-19.353V23.29h19.353V17.51h-19.353v-3.196h19.353v-6.39h-29.02v24.969ZM186.148 24.33l9.095 8.527h12.693l-12.859-12.485 12.859-12.485h-12.693l-9.095 8.528h-4.225V7.887h-9.667v24.97h9.667v-8.528h4.225Z'/%3E%3Cpath fill='%23333' d='M216.478 16.117c0-1.988 3.69-2.433 6.697-2.433 3.025 0 5.59.464 6.697 2.433H240c-.922-7.803-8.136-8.787-16.825-8.843-8.708 0-16.826 1.71-16.826 8.843-.018 6.243 9.704 6.726 16.623 7.079 3.893.186 6.9.353 6.9 1.449 0 1.932-3.69 2.434-6.697 2.434-3.026 0-5.59-.502-6.697-2.434h-10.129c.923 7.747 8.136 8.806 16.826 8.825 8.708 0 16.825-1.69 16.825-8.825.019-6.261-9.704-6.744-16.622-7.097-3.893-.186-6.9-.334-6.9-1.43Z'/%3E%3Cpath fill='%23989898' d='M67.962 37.82h-6.126v-4.143h-2.842v11.768h2.842v-4.142h6.126v-3.484ZM64.886 23.79h3.063V20.3H58.98v3.49h3.062v5.233H58.98v3.484h8.969v-3.484h-3.063v-5.232ZM67.962 18.266V7.808H65.66v6.974h-1.148V7.808h-2.075v6.974h-1.148V7.808h-2.295v10.458h8.968Z'/%3E%3Cpath fill='%23333' d='M71.598 37.303v8.052h9.46v-2.552h-6.31v-5.5h-3.15ZM87.516 39.645l1.106 2.379h-2.219l1.113-2.379Zm-6.212 5.722h3.548l.637-1.378h4.048l.637 1.378h3.548l-4.336-8.052H85.64l-4.336 8.052ZM101.853 41.569l-3.548-4.266h-4.336v8.052h3.15v-4.919l4.343 4.919h3.548v-8.052h-3.157v4.266ZM114.734 41.34c0 .81-.463 1.475-1.281 1.475h-3.452v-2.948h3.452c.818 0 1.281.66 1.281 1.474Zm-7.884-4.025v8.052h7.193c2.219.03 3.866-1.84 3.848-4.026.018-2.199-1.629-4.056-3.848-4.026h-7.193ZM121.866 39.957c0-.641 1.203-.785 2.183-.785.987 0 1.823.15 2.183.785h3.302c-.301-2.516-2.652-2.834-5.485-2.852-2.838 0-5.484.552-5.484 2.852-.006 2.013 3.163 2.169 5.418 2.282 1.269.06 2.249.114 2.249.468 0 .623-1.202.785-2.183.785-.986 0-1.822-.162-2.183-.785h-3.301c.301 2.498 2.652 2.84 5.484 2.845 2.839 0 5.485-.545 5.485-2.845.006-2.02-3.163-2.175-5.418-2.289-1.269-.06-2.25-.108-2.25-.461ZM137.893 42.018c-.289.79-1.191.982-2.273.982-1.287-.018-2.382-.257-2.364-1.57v-.197c-.018-1.324 1.077-1.551 2.364-1.57 1.082 0 1.978.186 2.273.977h3.229c-.198-2.714-2.592-3.529-5.502-3.535-3.031.013-5.533.887-5.521 3.93v.587c-.012 3.05 2.49 3.924 5.521 3.93 2.91 0 5.304-.814 5.502-3.534h-3.229ZM146.859 39.645l1.107 2.379h-2.219l1.112-2.379Zm-6.212 5.722h3.548l.638-1.378h4.047l.638 1.378h3.548l-4.336-8.052h-3.747l-4.336 8.052ZM156.463 41.041V39.67h3.849a.64.64 0 0 1 .481.203.64.64 0 0 1 .205.485.658.658 0 0 1-.205.486.658.658 0 0 1-.481.197h-3.849Zm-3.151-3.726v8.052h3.151v-1.965h4.637c1.666.024 3.079-1.384 3.055-3.044.024-1.665-1.389-3.06-3.055-3.043h-7.788ZM165.015 45.367h9.459V43.3h-6.308v-1.03h6.308v-1.864h-6.308v-1.03h6.308v-2.06h-9.459v8.05ZM186.231 42.311h2.538c-.475.611-1.269.683-2.514.683-1.293-.018-2.387-.245-2.369-1.57v-.197c-.018-1.312 1.076-1.551 2.369-1.57.463 0 .884.048 1.257.144.373.096.662.276.86.545h3.35c-.355-2.48-2.664-3.24-5.467-3.24-3.043.005-5.532.88-5.52 3.93v.586c-.012 3.044 2.477 3.918 5.52 3.93 1.371 0 2.797-.33 3.735-1.252l.156 1.252h1.576v-4.618h-5.491v1.377ZM193.171 37.31v8.05h3.151v-1.964h2.815l1.521 1.965h3.356l-1.762-2.259A3.032 3.032 0 0 0 203.527 42a2.925 2.925 0 0 0 .487-1.648c.024-1.665-1.389-3.06-3.055-3.043h-7.788Zm6.994 2.353a.687.687 0 1 1 0 1.372h-3.843v-1.371h3.843ZM210.286 37.105c-3.043.007-5.532.881-5.52 3.93v.587c-.012 3.044 2.477 3.924 5.52 3.93 3.037-.006 5.527-.886 5.515-3.93v-.587c0-3.043-2.472-3.93-5.515-3.93Zm2.364 4.32c.018 1.318-1.077 1.557-2.364 1.575-1.293-.018-2.387-.257-2.369-1.575v-.198c-.018-1.312 1.076-1.551 2.369-1.57 1.287.019 2.382.258 2.364 1.57v.198ZM224.581 41.43c.018 1.325-1.077 1.552-2.364 1.57-1.293-.018-2.381-.245-2.369-1.57v-4.127h-3.151v4.325c-.012 3.044 2.49 3.918 5.52 3.924 3.031-.006 5.533-.88 5.521-3.924v-4.325h-3.157v4.128ZM232.308 41.041V39.67h3.849a.64.64 0 0 1 .481.203.64.64 0 0 1 .205.485.658.658 0 0 1-.205.486.658.658 0 0 1-.481.197h-3.849Zm-3.151-3.726v8.052h3.151v-1.965h4.637c1.666.024 3.079-1.384 3.055-3.044.024-1.665-1.389-3.06-3.055-3.043h-7.788Z'/%3E%3Cpath fill='%23258536' fill-rule='evenodd' d='M26.387 52.772c14.573 0 26.386-11.813 26.386-26.387C52.773 11.813 40.96 0 26.387 0 11.813 0 0 11.812 0 26.385 0 40.96 11.813 52.772 26.387 52.772Zm5.397-36.745c-3.745.395-8.128.858-12.411 2.643v.002c-4.962 2.009-8.576 5.96-7.847 14.581 3.473-4.307 8.337-5.875 13.66-7.59 3.047-.983 6.244-2.014 9.417-3.634-2.575 2.669-6.284 4.202-9.993 5.735-5.158 2.132-10.316 4.264-12.424 9.45 14.71 9.14 30.582-4.871 29.01-24.43-1.402 2.397-4.955 2.772-9.412 3.243Z' clip-rule='evenodd'/%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;
z-index: 2;
position: relative;
}
.main_menu > li:hover::before, .main_menu > li.current_page_item::before {
background: #258536;
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;
position: relative;
top: -2px;
}
.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, #4CAD33 0.36%, #20AA00 43.92%, #19952F 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: #258536;
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;
min-height: 100vh;
-webkit-transition: left 0.3s ease;
}
body.menu_open.show_menu_close #main_menu {
left: 100%;
}
.main_menu , .main_menu ul {
padding: 0;
margin: 0;
list-style: none;
background: #258536;
}
.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='256' height='57' fill='none'%3E%3Cpath fill='%23fff' d='M76.37 8.413v26.634h30.955v-8.442H86.682V8.413H76.37ZM110.848 35.087h30.955V28.25h-20.644V24.84h20.644v-6.163h-20.644V15.27h20.644V8.453h-30.955v26.635ZM147.293 35.087h30.955V28.25h-20.643V24.84h20.643v-6.163h-20.643V15.27h20.643V8.453h-30.955v26.635ZM198.557 25.951l9.701 9.096h13.54L208.081 21.73l13.717-13.317h-13.54l-9.701 9.096h-4.507V8.413h-10.312v26.634h10.312v-9.096h4.507Z'/%3E%3Cpath fill='%23fff' d='M230.909 17.192c0-2.12 3.936-2.596 7.143-2.596 3.228 0 5.963.495 7.144 2.596H256c-.984-8.323-8.679-9.374-17.948-9.433-9.288 0-17.947 1.823-17.947 9.433-.019 6.658 10.351 7.174 17.731 7.55 4.152.198 7.36.377 7.36 1.546 0 2.06-3.936 2.596-7.144 2.596-3.227 0-5.962-.535-7.143-2.596h-10.804c.984 8.264 8.679 9.393 17.947 9.413 9.289 0 17.948-1.803 17.948-9.413.019-6.678-10.352-7.194-17.731-7.57-4.152-.198-7.36-.357-7.36-1.526Z'/%3E%3Cpath fill='%23F5F5F5' d='M72.492 40.34h-6.534v-4.418h-3.032v12.553h3.032v-4.419h6.534v-3.715ZM69.211 25.377h3.267v-3.723h-9.566v3.723h3.267v5.581h-3.267v3.716h9.566v-3.716h-3.267v-5.58ZM72.492 19.484V8.329h-2.455v7.439h-1.224v-7.44h-2.214v7.44h-1.224v-7.44h-2.449v11.156h9.566Z'/%3E%3Cpath fill='%23fff' d='M76.37 39.79v8.588h10.09v-2.722h-6.729V39.79h-3.36ZM93.35 42.288l1.18 2.537h-2.367l1.187-2.537Zm-6.627 6.103h3.785l.68-1.47h4.317l.68 1.47h3.785l-4.625-8.588h-3.997l-4.625 8.588ZM108.642 44.34l-3.784-4.55h-4.625v8.588h3.361v-5.246l4.631 5.246h3.785V39.79h-3.368v4.55ZM122.382 44.097c0 .862-.494 1.572-1.366 1.572h-3.682v-3.144h3.682c.872 0 1.366.703 1.366 1.572Zm-8.409-4.294v8.588h7.672c2.367.032 4.124-1.962 4.105-4.294.019-2.345-1.738-4.326-4.105-4.294h-7.672ZM129.99 42.62c0-.683 1.283-.836 2.329-.836 1.052 0 1.943.16 2.328.837h3.522c-.321-2.684-2.829-3.023-5.85-3.042-3.028 0-5.851.588-5.851 3.042-.006 2.147 3.375 2.313 5.78 2.434 1.354.064 2.399.122 2.399.499 0 .664-1.283.837-2.328.837-1.052 0-1.944-.173-2.329-.837h-3.522c.321 2.664 2.829 3.029 5.851 3.035 3.027 0 5.85-.581 5.85-3.035.006-2.154-3.374-2.32-5.78-2.441-1.353-.064-2.399-.115-2.399-.492ZM147.085 44.819c-.308.843-1.27 1.048-2.425 1.048-1.372-.02-2.54-.275-2.521-1.674v-.211c-.019-1.412 1.149-1.655 2.521-1.674 1.155 0 2.111.198 2.425 1.041h3.445c-.212-2.894-2.765-3.763-5.87-3.77-3.233.013-5.901.946-5.888 4.192v.626c-.013 3.253 2.655 4.186 5.888 4.192 3.105 0 5.658-.869 5.87-3.77h-3.445ZM156.649 42.288l1.181 2.537h-2.367l1.186-2.537Zm-6.626 6.103h3.785l.68-1.47h4.317l.68 1.47h3.784l-4.625-8.588h-3.996l-4.625 8.588ZM166.894 43.777v-1.463h4.105c.199 0 .372.07.513.217.148.14.218.313.218.518 0 .198-.07.37-.218.517a.703.703 0 0 1-.513.211h-4.105Zm-3.362-3.974v8.588h3.362v-2.096h4.945c1.777.026 3.285-1.476 3.259-3.246.026-1.776-1.482-3.265-3.259-3.246h-8.307ZM176.015 48.391h10.09v-2.205h-6.729v-1.099h6.729V43.1h-6.729V42h6.729v-2.197h-10.09v8.588ZM198.646 45.132h2.707c-.507.652-1.354.729-2.681.729-1.379-.02-2.547-.262-2.528-1.675v-.21c-.019-1.4 1.149-1.656 2.528-1.675.494 0 .943.051 1.34.154.398.102.706.294.918.581h3.573c-.379-2.645-2.842-3.457-5.831-3.457-3.246.007-5.902.94-5.889 4.192v.626c-.013 3.246 2.643 4.18 5.889 4.192 1.462 0 2.982-.351 3.983-1.335l.167 1.335h1.681v-4.927h-5.857v1.47ZM206.048 39.796v8.589h3.362v-2.096h3.002l1.623 2.096h3.579l-1.879-2.41a3.225 3.225 0 0 0 1.359-1.175c.347-.524.52-1.112.52-1.758.026-1.776-1.482-3.265-3.259-3.246h-8.307Zm7.461 2.512a.732.732 0 1 1 0 1.463h-4.099v-1.463h4.099ZM224.305 39.58c-3.246.006-5.902.938-5.889 4.191v.626c-.013 3.246 2.643 4.186 5.889 4.192 3.239-.006 5.895-.946 5.882-4.192v-.626c0-3.246-2.637-4.192-5.882-4.192Zm2.521 4.606c.019 1.406-1.149 1.662-2.521 1.68-1.38-.018-2.547-.274-2.528-1.68v-.21c-.019-1.4 1.148-1.656 2.528-1.675 1.372.02 2.54.275 2.521 1.674v.211ZM239.552 44.193c.019 1.412-1.148 1.655-2.521 1.674-1.379-.02-2.54-.262-2.527-1.674V39.79h-3.361v4.614c-.013 3.246 2.655 4.179 5.888 4.185 3.233-.006 5.902-.94 5.889-4.185V39.79h-3.368v4.403ZM247.795 43.777v-1.463h4.105c.199 0 .372.07.514.217.147.14.218.313.218.518 0 .198-.071.37-.218.517a.707.707 0 0 1-.514.211h-4.105Zm-3.361-3.974v8.588h3.361v-2.096h4.946c1.777.026 3.284-1.476 3.258-3.246.026-1.776-1.481-3.265-3.258-3.246h-8.307Z'/%3E%3Cpath fill='%2319952F' fill-rule='evenodd' d='M28.146 56.29c15.544 0 28.145-12.6 28.145-28.146C56.291 12.601 43.691 0 28.146 0S0 12.6 0 28.144C0 43.69 12.601 56.29 28.146 56.29Zm5.757-39.194c-3.994.422-8.67.915-13.239 2.82-5.292 2.144-9.148 6.358-8.37 15.555 3.705-4.595 8.893-6.267 14.57-8.097 3.251-1.048 6.662-2.148 10.046-3.876-2.746 2.846-6.703 4.482-10.66 6.117-5.501 2.275-11.003 4.549-13.252 10.081 15.69 9.75 32.62-5.197 30.945-26.06-1.496 2.558-5.285 2.958-10.04 3.46Z' clip-rule='evenodd'/%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: #E6ECDE;
margin: 0;
}
a.email_address {
font-weight: 700;
font-size: 16px;
line-height: 40px;
text-decoration-line: underline;
color: #E6ECDE;
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;
}
.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;
}
}