.gfield label.gfield_label,
.gfield .gfield_label,
.gfield legend {
font-size: 18px;
font-weight: 700;
color: #000;
margin: 0 0 10px 0;
display: block;
}
.gfield label {
font-size: 0.9em;
color: var(--grey);
margin-top: 10px;
}
.gfield_label .gfield_required_text {
display: inline-block;
padding-left: 5px;
color: var(--grey);
}
::placeholder {
color: #b3b3b3;
}
.validation_message {
background-color: var(--teal);
color: var(--white);
padding: 5px 10px;
font-size: 12px;
border-radius: 4px;
position: relative;
margin-top: 5px;
display: inline-block;
}
.content_dark .wp_content div.validation_message {
color: var(--white);
}
.validation_message::after {
content: "";
display: block;
position: absolute;
border: 10px solid rgba(0, 0, 0, 0);
border-bottom-color: var(--teal);
width: 0;
height: 0;
top: -19px;
left: 20px;
}
.gform_submission_error {
margin-bottom: 20px;
padding: 10px 20px;
font-size: 15px;
color: var(--white);
background: var(--teal);
}
.content_dark .wp_content h2.gform_submission_error {
color: var(--white);
font-family: "Signika Negative", sans-serif;
border-radius: 5px;
}
.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error textarea,
.gfield.gfield_error select {
border: 1px solid var(--teal);
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield textarea,
.gfield select.gfield_select,
.gfield input[type="tel"] {
height: 45px;
color: #404040;
padding-left: 15px;
width: 100%;
border-radius: 6px;
}
.content_light .gfield input[type="text"],
.content_light .gfield input[type="email"],
.content_light .gfield input[type="tel"],
.content_light .gfield input[type="url"],
.content_light .gfield textarea.textarea,
.content_light .gfield select.gfield_select {
background: var(--white);
color: var(--grey);
}
.content_light .gfield input[type="text"]::placeholder,
.content_light .gfield input[type="email"]::placeholder,
.content_light .gfield input[type="tel"]::placeholder,
.content_light .gfield input[type="url"]::placeholder,
.content_light .gfield textarea::placeholder {
color: var(--grey);
}
.gfield select {
background: #fff calc(100% - 20px) center no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23a8c128' d='M27 1L14 15 0 1l1-1 13 13L26 0l1 1z'/%3E%3C/svg%3E");
padding-right: 70px;
}
.content_light .gform_wrapper .button.black {
background: var(--white);
color: var(--grey);
}
.gform_footer {
margin-top: 30px;
}
.gform_fields {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.gfield {
flex-basis: 100%;
position: relative;
}
fieldset.gfield {
border: none;
padding: 0;
margin: 0;
}
fieldset.gfield legend {
float: left;
}
fieldset.gfield legend + * {
clear: both;
}
.gfield.gfield--width-half {
flex-basis: calc(50% - 15px);
}
.gfield.gfield--width-third {
flex-basis: calc(33.333% - 20px);
}
.gfield.gfield--width-quarter {
flex-basis: calc(25% - 23px);
}
.gfield_visibility_hidden {
display: none;
}
.gfield.hidden_label .gfield_label {
display: none;
}
.gfield textarea {
height: 100px;
padding-top: 20px;
}
.ginput_complex {
display: flex;
gap: 15px;
}
.ginput_container_address {
flex-wrap: wrap;
}
.ginput_container_name span {
flex-grow: 1;
}
.ginput_container_address span {
flex-basis: calc(50% - 8px);
}
.ginput_container_address span:nth-child(1),
.ginput_container_address span:nth-child(2) {
flex-basis: 100%;
}
.gfield input[type="text"] + label,
.gfield select + label {
margin-top: 10px;
display: block;
}
.screen-reader-text {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
}
.gfield.captcha_field .gfield_label {
display: none;
}
.ginput_container_fileupload .validation_message--hidden-on-empty {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
position: absolute;
}
@media (max-width: 850px) {
.gfield.gfield--width-half,
.gfield.gfield--width-third {
flex-basis: 100%;
}
.gfield.gfield--width-quarter {
flex-basis: calc(50% - 15px);
}
.gform_fields {
gap: 15px;
}
}.fc_banner {
background: linear-gradient(0deg, #05577a 0%, #0a2450 49%, #0d013a 99%);
display: flex;
gap: 60px;
align-items: center;
justify-content: center;
}
.fc_banner.larger_banner {
min-height: 100vh;
}
.fc_banner {
display: flex;
flex-flow: column;
}
.fc_banner.larger_banner svg {
flex-shrink: 0;
}
.fc_banner.larger_banner.default_banner .left_content {
flex: 1;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.fc_banner.larger_banner.default_banner .left_content .banner-large {
color: var(--lime);
}
.fc_banner.larger_banner .the_usps {
margin-top: auto;
}
.fc_banner.larger_banner.two_column_banner .col_wrapper {
width: 100%;
gap: var(--gap-l);
display: flex;
justify-content: space-between;
align-items: center;
flex: 1;
}
.fc_banner:not(.larger_banner) .left_content p {
max-width: 800px;
}
@media (min-width: 1200px) {
.fc_banner.two_column_banner .col_wrapper > div {
width: 50%;
}
}
@media (max-width: 1200px) {
.fc_banner.two_column_banner .col_wrapper {
flex-flow: column;
}
}
@media (min-width: 1024px) {
.fc_banner {
padding-top: 130px;
padding-bottom: 60px;
min-height: 700px;
}
#e0ospzik5HV1 {
max-width: 800px;
}
#mobile-hero-svg {
display: none;
}
.fc_banner .wp_content p[style*="center"] {
margin: 0 auto 1em;
}
.fc_banner .usp {
max-width: 450px;
}
}
@media (max-width: 1024px) {
#e0ospzik5HV1 {
display: none;
}
#mobile-hero-svg {
max-width: 100%;
}
.fc_banner {
padding-top: 115px;
padding-bottom: 30px;
gap: 0;
}
.fc_banner.larger_banner.two_column_banner {
min-height: calc(100vh - 145px);
height: auto;
}
}.fc_usps .the_usps:after,
.fc_usps .the_usps:before {
background: var(--teal-light);
}.gallery {
display: grid;
gap: clamp(10px, 3vw, 20px);
}
.gallery figure {
margin: 0;
}
.gallery .has_video, .fc_split_content .has_video {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.gallery .has_video img {
grid-row-start: 1;
grid-column-start: 1;
}
.gallery .has_video::after, .fc_split_content .has_video::after {
display: block;
content: '';
background: center / 40px 40px no-repeat url("data:image/svg+xml,%3csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m16 27 12-7-12-7v14Zm4-27a20 20 0 1 0 0 40 20 20 0 0 0 0-40Zm0 36a16 16 0 1 1 0-32 16 16 0 0 1 0 32Z' fill='white'/%3e%3c/svg%3e");
opacity: 0.5;
transition: .3s;
grid-row-start: 1;
grid-column-start: 1;
width: 100%;
height: 100%;
}
.gallery .has_video:hover::after, .fc_split_content .has_video:hover::after {
opacity: 1;
}
.gallery a , .gallery img {
display: block;
width: 100%;
}
.gallery-caption {
display: none;
}
.columns_1 {
grid-template-columns: repeat(1, 1fr);
}
.columns_2 {
grid-template-columns: repeat(2, 1fr);
}
.columns_3 {
grid-template-columns: repeat(3, 1fr);
}
.columns_4 {
grid-template-columns: repeat(4, 1fr);
}
.columns_5 {
grid-template-columns: repeat(5, 1fr);
}
.columns_6 {
grid-template-columns: repeat(6, 1fr);
}
.columns_7 {
grid-template-columns: repeat(7, 1fr);
}
.columns_8 {
grid-template-columns: repeat(8, 1fr);
}
.columns_9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery.columned_gallery_item {
display: block;
columns: 4;
column-gap: clamp(10px, 3vw, 20px);
}
.columned_gallery_item.columns_3 {
columns: 3;
}
.columned_gallery_item.columns_4 {
columns: 4;
}
.columned_gallery_item.columns_5 {
columns: 5;
}
.columned_gallery_item.columns_6 {
columns: 6;
}
.gallery.columned_gallery_item > figure {
display: inline-block;
}
.gallery.columned_gallery_item > figure {
display: block;
margin: 0 0 clamp(10px, 3vw, 20px) 0;
}
.gallery.row_gallery_item {
display: flex;
flex-wrap: wrap;
}
.gallery.row_gallery_item > figure {
--ratio: calc(var(--width)/var(--height));
--row-height:  clamp(100px, 15vw, 250px);;
flex-basis: calc(var(--ratio)*var(--row-height));
flex-grow: calc(var(--ratio)*100);
}
@media (max-width: 1100px) {
.columned_gallery_item.columns_6 {
columns: 5;
}
.columns_9 , .columns_8 , .columns_7 , .columns_6 {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1024px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5 {
columns: 4;
}
.columns_9 , .columns_8 , .columns_7 , .columns_6 , .columns_5 {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 750px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5,
.columned_gallery_item.columns_4 {
columns: 3;
}
}
@media (max-width: 750px) {
.columns_9 , .columns_8 , .columns_7 , .columns_6 , .columns_5 , .columns_4 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 450px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5,
.columned_gallery_item.columns_4,
.columned_gallery_item.columns_3 {
columns: 2;
}
}.glightbox-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999 !important;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: none;
}
.has_video::after {
background: center / 40px 40px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cpath fill='%23fff' d='m30.3 57.5 26.7-17-26.7-17v34Zm9.7 23c-5.467 0-10.633-1.05-15.5-3.15-4.867-2.1-9.117-4.966-12.75-8.6-3.633-3.633-6.5-7.883-8.6-12.75C1.05 51.134 0 45.967 0 40.5c0-5.533 1.05-10.733 3.15-15.6 2.1-4.866 4.967-9.1 8.6-12.7 3.633-3.6 7.883-6.45 12.75-8.55C29.367 1.55 34.533.5 40 .5c5.533 0 10.733 1.05 15.6 3.15 4.867 2.1 9.1 4.95 12.7 8.55 3.6 3.6 6.45 7.834 8.55 12.7C78.95 29.767 80 34.967 80 40.5c0 5.467-1.05 10.634-3.15 15.5-2.1 4.867-4.95 9.117-8.55 12.75-3.6 3.634-7.833 6.5-12.7 8.6-4.867 2.1-10.067 3.15-15.6 3.15Zm0-6c9.467 0 17.5-3.316 24.1-9.95C70.7 57.917 74 49.9 74 40.5c0-9.466-3.3-17.5-9.9-24.1C57.5 9.8 49.467 6.5 40 6.5c-9.4 0-17.417 3.3-24.05 9.9C9.317 23 6 31.034 6 40.5c0 9.4 3.317 17.417 9.95 24.05C22.583 71.184 30.6 74.5 40 74.5Z'/%3E%3C/svg%3E");
transition: .3s;
position: absolute;
display: flex;
content: '';
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.glightbox-container.inactive {
display: none;
}
.glightbox-container .gcontainer {
position: relative;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
}
.glightbox-container .gslider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
position: relative;
overflow: hidden;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
width: 100%;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
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;
opacity: 0;
}
.glightbox-container .gslide.current {
opacity: 1;
z-index: 99999;
position: relative;
}
.glightbox-container .gslide.prev {
opacity: 1;
z-index: 9999;
}
.glightbox-container .gslide-inner-content {
width: 100%;
}
.glightbox-container .ginner-container {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
margin: auto;
height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
max-width: 100% !important;
}
.gslide iframe,
.gslide video {
outline: none !important;
border: none;
min-height: 165px;
-webkit-overflow-scrolling: touch;
-ms-touch-action: auto;
touch-action: auto;
}
.gslide:not(.current) {
pointer-events: none;
}
.gslide-image {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gslide-image img {
max-height: 100vh;
display: block;
padding: 0;
float: none;
outline: none;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 100vw;
width: auto;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-ms-touch-action: none;
touch-action: none;
margin: auto;
min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
width: auto;
max-width: 100%;
}
.gslide-image img.zoomable {
position: relative;
}
.gslide-image img.dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.gslide-video {
position: relative;
max-width: 100vh;
width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
display: none;
}
.gslide-video .gvideo-wrapper {
width: 100%; margin: auto;
}
.gslide-video::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.34);
display: none;
}
.gslide-video.playing::before {
display: none;
}
.gslide-video.fullscreen {
max-width: 100% !important;
min-width: 100%;
height: 75vh;
}
.gslide-video.fullscreen video {
max-width: 100% !important;
width: 100% !important;
}
.gslide-inline {
background: #fff;
text-align: left;
max-height: calc(100vh - 40px);
overflow: auto;
max-width: 100%;
margin: auto;
}
.gslide-inline .ginlined-content {
padding: 20px;
width: 100%;
}
.gslide-inline .dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.ginlined-content {
overflow: auto;
display: block !important;
opacity: 1;
}
.gslide-external {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
background: #fff;
padding: 0;
overflow: auto;
max-height: 75vh;
height: 100%;
}
.gslide-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
}
.zoomed .gslide-media {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
margin: 0 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gslide-description {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
margin: 0 auto;
width: 100%;
}
.gslide-description p {
margin-bottom: 12px;
}
.gslide-description p:last-child {
margin-bottom: 0;
}
.zoomed .gslide-description {
display: none;
}
.glightbox-button-hidden {
display: none;
} .glightbox-mobile .glightbox-container .gslide-description {
height: auto !important;
width: 100%;
position: absolute;
bottom: 0;
padding: 19px 11px;
max-width: 100vw !important;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
max-height: 78vh;
overflow: auto !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
color: #fff;
font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
color: #fff;
font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
color: #fff;
opacity: 0.4;
}
.gdesc-open .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0.4;
}
.gdesc-open .gdesc-inner {
padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
}
.greset {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gabsolute {
position: absolute;
}
.grelative {
position: relative;
}
.glightbox-desc {
display: none !important;
}
.glightbox-open {
overflow: hidden;
}
.gloader {
height: 25px;
width: 25px;
-webkit-animation: lightboxLoader 0.8s infinite linear;
animation: lightboxLoader 0.8s infinite linear;
border: 2px solid #fff;
border-right-color: transparent;
border-radius: 50%;
position: absolute;
display: block;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
top: 47%;
}
.goverlay {
width: 100%;
height: calc(100vh + 1px);
position: fixed;
top: -1px;
left: 0;
background: #000;
will-change: opacity;
}
.glightbox-mobile .goverlay {
background: #000;
}
.gprev,
.gnext,
.gclose {
z-index: 99999;
cursor: pointer;
width: 26px;
height: 44px;
border: none;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
display: block;
width: 25px;
height: auto;
margin: 0;
padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
stroke: #fff;
}
.gbtn.focused {
outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
opacity: 0 !important;
} .glightbox-clean .gslide-description {
background: #fff;
}
.glightbox-clean .gdesc-inner {
padding: 22px 20px;
}
.glightbox-clean .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-clean .gslide-video {
background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
fill: #fff;
}
.glightbox-clean .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gclose {
width: 35px;
height: 35px;
top: 15px;
right: 10px;
position: absolute;
}
.glightbox-clean .gclose svg {
width: 18px;
height: auto;
}
.glightbox-clean .gclose:hover {
opacity: 1;
} .gfadeIn {
-webkit-animation: gfadeIn 0.5s ease;
animation: gfadeIn 0.5s ease;
}
.gfadeOut {
-webkit-animation: gfadeOut 0.5s ease;
animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
-webkit-animation: gslideOutLeft 0.3s ease;
animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
-webkit-animation: gslideInLeft 0.3s ease;
animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
-webkit-animation: gslideOutRight 0.3s ease;
animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
-webkit-animation: gslideInRight 0.3s ease;
animation: gslideInRight 0.3s ease;
}
.gzoomIn {
-webkit-animation: gzoomIn 0.5s ease;
animation: gzoomIn 0.5s ease;
}
.gzoomOut {
-webkit-animation: gzoomOut 0.5s ease;
animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@-webkit-keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@-webkit-keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container {
width: auto;
height: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.gslide-image img {
max-height: 97vh;
max-width: 100%;
}
.gslide-image img.zoomable {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
cursor: -webkit-grab;
cursor: grab;
}
.gslide-inline {
max-height: 95vh;
}
.gslide-external {
max-height: 100vh;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 275px;
}
.glightbox-open {
height: auto;
}
.goverlay {
background: rgba(0, 0, 0, 0.92);
}
.glightbox-clean .gslide-media {
-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
}
.glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
position: absolute;
height: 100%;
overflow-y: auto;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.32);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.glightbox-clean .gprev {
top: 45%;
}
.glightbox-clean .gnext {
top: 45%;
}
}
@media (min-width: 992px) {
.glightbox-clean .gclose {
opacity: 0.7;
right: 20px;
}
}
@media (max-width: 640px) {
.has_video::after {
background: top / 40px 40px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cpath fill='%23fff' d='m30.3 57.5 26.7-17-26.7-17v34Zm9.7 23c-5.467 0-10.633-1.05-15.5-3.15-4.867-2.1-9.117-4.966-12.75-8.6-3.633-3.633-6.5-7.883-8.6-12.75C1.05 51.134 0 45.967 0 40.5c0-5.533 1.05-10.733 3.15-15.6 2.1-4.866 4.967-9.1 8.6-12.7 3.633-3.6 7.883-6.45 12.75-8.55C29.367 1.55 34.533.5 40 .5c5.533 0 10.733 1.05 15.6 3.15 4.867 2.1 9.1 4.95 12.7 8.55 3.6 3.6 6.45 7.834 8.55 12.7C78.95 29.767 80 34.967 80 40.5c0 5.467-1.05 10.634-3.15 15.5-2.1 4.867-4.95 9.117-8.55 12.75-3.6 3.634-7.833 6.5-12.7 8.6-4.867 2.1-10.067 3.15-15.6 3.15Zm0-6c9.467 0 17.5-3.316 24.1-9.95C70.7 57.917 74 49.9 74 40.5c0-9.466-3.3-17.5-9.9-24.1C57.5 9.8 49.467 6.5 40 6.5c-9.4 0-17.417 3.3-24.05 9.9C9.317 23 6 31.034 6 40.5c0 9.4 3.317 17.417 9.95 24.05C22.583 71.184 30.6 74.5 40 74.5Z'/%3E%3C/svg%3E");
height: 65px;
}
}
@media screen and (max-height: 420px) {
.goverlay {
background: #000;
}
}div.padding_full.fc_split_content {
padding-left: 0;
padding-right: 0;
}
.fc_split_content {
display: flex;
overflow-x: hidden;
}
.fc_split_content:not(.staggered) > * {
flex: 1 1 50%;
min-height: 620px;
box-sizing: border-box;
display: flex;
align-items: center;
position: relative;
}
.fc_split_content:not(.staggered) > div.content {
padding: clamp(15px, 6vw, 100px);
}
@media (min-width: 1200px) {
.fc_split_content.staggered.padding_full.right {
position: relative;
}
.fc_split_content.stagger_top.padding_top_l {
padding-top: calc(120px + var(--padding-l));
}
.fc_split_content.stagger_top.padding_top_m {
padding-top: calc(120px + var(--padding-m));
}
.fc_split_content.stagger_top.padding_top_s {
padding-top: calc(120px + var(--padding-s));
}
.fc_split_content.stagger_top.padding_top_none {
padding-top: 120px;
}
.fc_split_content.stagger_bottom.padding_top_l {
padding-bottom: calc(120px + var(--padding-l));
}
.fc_split_content.stagger_bottom.padding_top_m {
padding-bottom: calc(120px + var(--padding-m));
}
.fc_split_content.stagger_bottom.padding_top_s {
padding-bottom: calc(120px + var(--padding-s));
}
.fc_split_content.stagger_bottom.padding_top_none {
padding-bottom: 120px;
}
.fc_split_content.staggered > .image {
flex: 1 1 50%;
min-height: 620px;
box-sizing: border-box;
display: flex;
align-items: center;
position: relative;
}
.fc_split_content.staggered.stagger_top > .image {
top: -120px;
}
.fc_split_content.staggered.stagger_bottom > .image {
bottom: -120px;
}
.fc_split_content.staggered.right > .image {
right: -120px;
margin-left: -120px;
}
.fc_split_content.staggered.left > .image {
left: -120px;
margin-right: -120px;
}
.fc_split_content.staggered > div.content {
display: flex;
align-items: center;
flex: 1 1 50%;
padding: 0 0 0 120px;
}
.fc_split_content.staggered.left > div.content {
padding: 0 120px 0 0;
}
.fc_split_content.staggered > div.content .wp_content {
padding: var(--gap-xl);
}
}
@media (max-width: 1200px) {
.fc_split_content.staggered > * {
flex: 1 1 50%;
}
.fc_split_content.staggered > div.content {
padding: clamp(15px, 6vw, 100px);
}
}
.fc_split_content > .image {
display: flex;
align-items: flex-end;
justify-content: flex-start;
background: center / cover no-repeat;
}
.fc_split_content.right {
flex-direction: row-reverse;
}
@media (min-width: 850px) and (max-width: 1100px) {
.fc_split_content .button {
width: 100%;
text-align: center;
}
}
@media (max-width: 850px) {
.fc_split_content {
display: block;
}
.fc_split_content > div.content {
min-height: 0;
}
.fc_split_content > .image {
min-height: 60vw;
}
}.fc_column_content {
display: flex;
gap: clamp(15px, 6vw, 60px);
}
.fc_column_content.circle_bg {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1017' fill='none'%3E%3Ccircle cx='349.5' cy='836.5' r='836.5' fill='%23fff' fill-opacity='.1'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='M874.74 1015.47c0 350.25-283.93 634.19-634.18 634.19-350.25 0-634.18-283.94-634.18-634.19 0-350.25 283.93-634.18 634.18-634.18 350.25 0 634.18 283.93 634.18 634.18Z'/%3E%3Ccircle cx='158.86' cy='1174.99' r='443.54' fill='%23fff' fill-opacity='.2'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 0 100%;
}
.fc_column_content > div {
flex-grow: 1;
}
.fc_column_content.ratio_30_70 > .left,
.fc_column_content.ratio_70_30 > .right {
flex-basis: 30%;
}
.fc_column_content.ratio_30_70 > .right,
.fc_column_content.ratio_70_30 > .left {
flex-basis: 70%;
}
.fc_column_content.ratio_40_60 > .left,
.fc_column_content.ratio_60_40 > .right {
flex-basis: 40%;
}
.fc_column_content.ratio_40_60 > .right,
.fc_column_content.ratio_60_40 > .left {
flex-basis: 60%;
}
.fc_column_content.ratio_50_50 > .right,
.fc_column_content.ratio_50_50 > .left {
flex-basis: 50%;
}
.fc_column_content.top {
align-items: flex-start;
}
.fc_column_content.center {
align-items: center;
}
.fc_column_content.bottom {
align-items: flex-end;
}
@media (min-width: 1200px) {
.fc_column_content > div.desktop_left {
text-align: left;
}
.fc_column_content > div.desktop_centre {
text-align: center;
}
.fc_column_content > div.desktop_right {
text-align: right;
}
}
@media (max-width: 1200px) {
.fc_column_content.ratio_40_60 > .left,
.fc_column_content.ratio_60_40 > .right,
.fc_column_content.ratio_50_50 > .right,
.fc_column_content.ratio_50_50 > .left,
.fc_column_content.ratio_40_60 > .left,
.fc_column_content.ratio_60_40 > .right,
.fc_column_content.ratio_30_70 > .right,
.fc_column_content.ratio_70_30 > .left,
.fc_column_content.ratio_30_70 > .left,
.fc_column_content.ratio_70_30 > .right,
.fc_column_content.ratio_40_60 > .right,
.fc_column_content.ratio_60_40 > .left {
width: 100%;
}
.fc_column_content {
flex-direction: column;
}
.fc_column_content > div.mobile_left {
text-align: left;
}
.fc_column_content > div.mobile_centre {
text-align: center;
}
.fc_column_content > div.mobile_right {
text-align: right;
}
}.fc_simple_content.circle_bg {
position: relative;
isolation: isolate;
}
.fc_simple_content.circle_bg:not([style*="background"]) {
background-position: 0 100%;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1017' fill='none'%3E%3Ccircle cx='349.5' cy='836.5' r='836.5' fill='%23fff' fill-opacity='.1'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='M874.74 1015.47c0 350.25-283.93 634.19-634.18 634.19-350.25 0-634.18-283.94-634.18-634.19 0-350.25 283.93-634.18 634.18-634.18 350.25 0 634.18 283.93 634.18 634.18Z'/%3E%3Ccircle cx='158.86' cy='1174.99' r='443.54' fill='%23fff' fill-opacity='.2'/%3E%3C/svg%3E");
}
.fc_simple_content.circle_bg[style*="background"]:after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.2;
background: 0 100% no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 711 583'%3E%3Cpath fill='%23026773' d='M213.5 995C488.26 995 711 772.26 711 497.5S488.26 0 213.5 0-284 222.74-284 497.5c0 139.23 57.19 265.1 149.36 355.4a375.74 375.74 0 0 1-93.83-248.96c0-208.3 168.87-377.17 377.18-377.17 208.3 0 377.17 168.86 377.17 377.17 0 208.3-168.86 377.18-377.17 377.18a378 378 0 0 1-91.67-11.22A497.01 497.01 0 0 0 213.5 995Z'/%3E%3Cpath fill='%230092A4' d='M148.71 971.86c203.2 0 367.92-164.73 367.92-367.92 0-203.2-164.72-367.92-367.92-367.92-203.2 0-367.91 164.72-367.91 367.92 0 118.88 56.38 224.6 143.87 291.86-54.2-48.31-88.34-118.66-88.34-196.99 0-145.69 118.1-263.79 263.8-263.79 145.68 0 263.78 118.1 263.78 263.8 0 145.68-118.1 263.78-263.79 263.78-19.81 0-39.11-2.18-57.67-6.32a367.92 367.92 0 0 0 106.26 15.58Z'/%3E%3Cpath fill='%230092A4' d='M103.43 953.33c139.04-1.78 251.21-115.05 251.21-254.52 0-140.57-113.96-254.53-254.53-254.53-140.58 0-254.54 113.96-254.54 254.53A253.57 253.57 0 0 0-91 866.94a175.07 175.07 0 0 1-21.77-84.82c0-97.13 78.74-175.86 175.86-175.86 97.13 0 175.86 78.73 175.86 175.86 0 83.24-57.83 152.97-135.51 171.2Z'/%3E%3C/svg%3E");
}
.fc_simple_content.circle_bg.content_light .wp_content a:not(.wp_exclude) {
color: var(--white);
}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.fc_icon_grid .slides {
display: flex;
justify-content: center;
align-items: center;
gap: clamp(20px, 3vw, 100px);
margin: 0 auto;
overflow: hidden;
transition-timing-function: linear;
}
.fc_icon_grid .tns-horizontal.tns-subpixel>.tns-item {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.fc_icon_grid img {
max-height: 70px;
width: auto;
filter: grayscale(1);
}
@media (max-width: 768px) {
.fc_icon_grid .slides:not(.tns-slider) {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
justify-content: center;
text-align: center;
}
.fc_icon_grid .slides[data-slides-count="2"] {
grid-template-columns: 1fr 1fr;
}
.fc_icon_grid img {
margin: 0 auto;
}
}
@media (max-width: 400px) {
.fc_icon_grid .slides {
grid-template-columns: 1fr 1fr;
}
}.fc_testimonials .slides {
display: flex;
overflow-x: hidden;
}
.fc_testimonials .slides[data-slides-count="2"] {
gap: var(--gap-xl);
}
.fc_testimonials .slides[data-slides-count="2"] .slide {
flex:1;
}
.fc_testimonials .testimonial {
border-radius: 3px;
background: var(--blue-light);
padding: clamp(20px, 2vw, 30px);
height: 100%;
}
.fc_testimonials .t_top {
display:flex;
align-items: flex-start;
justify-content: space-between;
}
.fc_testimonials .testimonial .t_top svg {
margin-bottom: 1rem;
height: 34px;
width: 50px;
}
.fc_testimonials .testimonial .client_logo {
padding: 20px 0;
width: max-content;
margin-bottom: 1em;
display:flex;
align-items: center;
justify-content: center;
min-height: 120px;
}
.fc_testimonials .testimonial img {
width: 100%;
height: auto;
max-height: 80px;
max-width: 200px;
display: inline-block;
filter: brightness(63%) grayscale(1);
}
.fc_testimonials .testimonial * {
color: var(--grey);
}
.fc_testimonials .tns-outer {
position: relative;
}
.fc_testimonials .tns-controls {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 35px;
}
.fc_testimonials .tns-controls button {
background: center / cover no-repeat;
box-shadow: none;
border: none;
height: 35px;
width: 22px;
}
.fc_testimonials .tns-controls button {
position: absolute;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='67' fill='none'%3E%3Cpath fill='%23026773' stroke='%23026773' d='m10.47 65.56 32.1-32.06-32.1-32.06-9.55 9.53 22.2 22.18.36.35-.35.35L.93 56.03l9.54 9.53Z'/%3E%3C/svg%3E");
}
.fc_testimonials .tns-controls button[disabled] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='67' fill='none'%3E%3Cpath fill='none' stroke='%23026773' d='m10.47 65.56 32.1-32.06-32.1-32.06-9.55 9.53 22.2 22.18.36.35-.35.35L.93 56.03l9.54 9.53Z'/%3E%3C/svg%3E");
}
.fc_testimonials .tns-controls button[data-controls="prev"] {
transform: rotate(-180deg);
left: -40px;
}
.fc_testimonials .tns-controls button[data-controls="next"] {
right: -40px;
}
@media (max-width: 1024px) {
.fc_testimonials .tns-controls button[data-controls="prev"] {
left: -33px;
}
.fc_testimonials .tns-controls button[data-controls="next"] {
right: -33px;
}
}
@media (max-width: 768px) {
.fc_testimonials .tns-controls button[data-controls="prev"] {
left: -25px;
}
.fc_testimonials .tns-controls button[data-controls="next"] {
right: -25px;
}
}
.fc_testimonials .score,
.fc_testimonials .score strong {
font-size: 20px;
color: var(--teal);
}
.fc_testimonials .author {
margin-top: 1rem;
}
.fc_testimonials .date {
color: #555;
font-size:14px;
letter-spacing: 1px;
}
.fc_testimonials .author:has( ~ .date ),
.fc_testimonials p:last-child {
margin-bottom:0;
}
.fc_testimonials .rating {
margin: 1rem 0;
height: 29px;
background: 0 50% / 166px 29px no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' %3E%3Cpath fill='%23FFA903' d='M15 .7c.1-.3.5-.3.6 0l4.4 9 .3.2 10 1.4c.3 0 .4.4.2.6l-7.3 7v.3l1.6 10c0 .2-.2.4-.4.3l-9-4.7h-.3l-9 4.7c-.1 0-.4-.1-.4-.4l1.7-9.9v-.3L0 12c-.2-.2 0-.5.2-.6l10-1.4.2-.2 4.5-9ZM48.8.7c.2-.3.5-.3.6 0l4.5 9c0 .1.1.2.3.2l10 1.4c.2 0 .3.4.1.6l-7.2 7-.1.3 1.7 10c0 .2-.2.4-.5.3l-9-4.7H49l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.2-7c-.2-.2-.1-.5.1-.6l10-1.4.3-.2 4.4-9ZM82.7.7c.1-.3.5-.3.6 0l4.5 9 .2.2 10 1.4c.3 0 .4.4.2.6l-7.2 7c-.1 0-.2.2-.1.3l1.7 10c0 .2-.3.4-.5.3l-9-4.7h-.3L74 29.5c-.2 0-.5-.1-.5-.4l1.7-9.9v-.3l-7.3-7c-.2-.2 0-.5.2-.6L78 10l.2-.2 4.5-9ZM116.6.7c0-.3.4-.3.6 0l4.4 9 .3.2 10 1.4c.2 0 .3.4.1.6l-7.2 7v.3l1.6 10c0 .2-.2.4-.5.3l-8.9-4.7h-.3l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.2-7c-.2-.2-.1-.5.2-.6l10-1.4.2-.2 4.5-9ZM150.4.7c.1-.3.5-.3.6 0l4.5 9 .2.2 10 1.4c.3 0 .4.4.2.6l-7.2 7-.1.3 1.7 10c0 .2-.3.4-.5.3l-9-4.7h-.2l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.3-7c-.2-.2 0-.5.2-.6l10-1.4.3-.2 4.4-9Z'/%3E%3C/svg%3E");
}
.fc_testimonials .rating_1 {
width: 33.2px;
}
.fc_testimonials .rating_2 {
width: calc(33.2px * 2);
}
.fc_testimonials .rating_3 {
width: calc(33.2px * 3);
}
.fc_testimonials .rating_4 {
width: calc(33.2px * 4);
}
.fc_testimonials .rating_5 {
width: 166px;
}
@media (max-width: 768px) {
.fc_testimonials .slides[data-slides-count="2"] {
flex-flow: column;
}
}.fc_steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
counter-reset: step-number;
}
.fc_steps.col_3 {
grid-template-columns: repeat(3, 1fr);
}
.fc_steps.padding_full {
padding-left: 0;
padding-right: 0;
}
.fc_steps .step {
counter-increment: step-number;
text-align: center;
position: relative;
}
.fc_steps .step:before {
display: block;
content: counter(step-number);
font-size: 174px;
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: var(--teal-light);
paint-order: stroke fill;
color: var(--grey);
position: absolute;
inset: -20px auto auto 0;
z-index: 0;
opacity: 0.2;
line-height: 1;
left: 50%;
transform: translateX(-120%);
}
.fc_steps .block_icon {
display: flex;
justify-content: center;
max-height: 70px;
}
.fc_steps .block_content {
padding: 20px;
display: flex;
flex-flow: column;
position: relative;
z-index: 1;
}
.fc_steps.overlay .block_content {
flex-flow: row;
align-items: flex-end;
}
.fc_steps.overlay .block_content * {
flex: 1;
}
@media( min-width: 1024px ) {
.fc_steps .step:nth-child(5) {
grid-column: span 4;
}
}
@media ( max-width: 1024px ) {
.fc_steps.col_4 {
grid-template-columns: repeat(2, 1fr);
}
.fc_steps .step:nth-child(5) {
grid-column: span 2;
}
}
@media (max-width: 767px) {
.fc_steps.col_3,
.fc_steps.col_4 {
grid-template-columns: repeat(1, 1fr);
}
.fc_steps .step:nth-child(5) {
grid-column: unset;
}
}