.fc_box_links.bg_green {
background: #E6ECDE;
}
.fc_box_links .box_links_container {
display: flex;
flex-wrap: wrap;
gap: 30px;
align-items: stretch;
}
.fc_box_links .box_links_container .box_link {
width: calc(33% - 20px);
text-decoration: none;
}
.fc_box_links .box_links_container .box_link .image-switch {
padding-bottom: 80%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.fc_box_links .box_links_container .box_link .content {
padding: 40px;
box-sizing: border-box;
background: white;
border-bottom: 2px solid #ffffff;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link .content .title {
font-weight: 700;
font-size: 22px;
line-height: 40px;
font-family: 'Archivo', sans-serif;
color: #333333;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link .content .subtext {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #565656;
}
.fc_box_links .box_links_container .box_link:hover .content .title {
color: #19952F;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link:hover .content {
border-bottom: 2px solid #258536;
transition: all .3s ease-in-out;
}
@media (max-width: 1240px) {
.fc_box_links .box_links_container .box_link .content {
padding: 30px;
}
}
@media (max-width: 1024px) {
.fc_box_links .box_links_container .box_link {
width: calc(50% - 15px);
}
.fc_box_links .box_links_container .box_link .content {
padding: 20px;
}
}
@media (max-width: 640px) {
.fc_box_links .box_links_container .box_link {
width: 100%;
}
}div.padding_full.fc_split_content {
padding-left: 0;
padding-right: 0;
}
.fc_split_content {
display: flex;
}
.fc_split_content > * {
flex: 1 1 50%;
min-height: 800px;
box-sizing: border-box;
display: flex;
align-items: center;
position: relative;
}
.fc_split_content > div.content {
padding: clamp(15px, 6vw, 100px);
display: flex;
align-items: center;
justify-content: center;
}
.fc_split_content > div.content > div {
max-width: 400px;
position: relative;
z-index: 2;
}
.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;
}
.fc_split_content > div.content.bg_grey {
background: #333333;
position: relative;
}
.fc_split_content > div.content.bg_grey * {
color: white;
}
.fc_split_content.left > div.content.bg_grey::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='758' height='800' fill='none'%3E%3Cpath fill='%23E6ECDE' fill-opacity='.04' fill-rule='evenodd' d='M0 0v284.307c25.618-25.489 56.911-44.102 91.422-58.079v-.029c86.77-36.157 175.553-45.533 251.4-53.543 90.299-9.536 162.263-17.136 190.664-65.686C563.398 479.229 281.36 752.293 0 630.339V800h557.247C679.624 702.052 758 551.418 758 382.475 758 232.56 696.274 97.059 596.849 0H0Zm197.513 410.406C124.71 440.501 51.904 470.596 0 521.622v-63.123c60.492-42.735 132.485-65.942 209.175-90.662 61.726-19.898 126.496-40.776 190.76-73.608-52.155 54.063-127.287 85.12-202.422 116.177Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 758px;
height: 800px;
display: block;
position: absolute;
top: 0;
left: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: left;
max-width: 100%;
max-height: 100%;
}
.fc_split_content.right > div.content.bg_grey::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='758' height='800' fill='none'%3E%3Cpath fill='%23E6ECDE' fill-opacity='.04' fill-rule='evenodd' d='M758 0v284.307c-25.618-25.489-56.911-44.102-91.422-58.079v-.029c-86.77-36.157-175.553-45.533-251.4-53.543-90.299-9.536-162.263-17.136-190.664-65.686C194.602 479.229 476.64 752.293 758 630.339V800H200.753C78.376 702.052 0 551.418 0 382.475 0 232.56 61.726 97.059 161.151 0H758ZM560.487 410.406C633.29 440.501 706.096 470.596 758 521.622v-63.123c-60.492-42.735-132.485-65.942-209.175-90.662-61.726-19.898-126.496-40.776-190.76-73.608 52.155 54.063 127.287 85.12 202.422 116.177Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 758px;
height: 800px;
display: block;
position: absolute;
top: 0;
right: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: right;
max-width: 100%;
max-height: 100%;
}
.fc_split_content > div.image.img_count_3 , .fc_split_content > div.image.img_count_4 {
flex-wrap: wrap;
}
.fc_split_content > div.image.img_count_3 a:nth-child(1) , .fc_split_content > div.image.img_count_3 a:nth-child(2) {
flex-basis: calc(50% - 10px);
}
.fc_split_content > div.image.img_count_4 a:nth-child(2) , .fc_split_content > div.image.img_count_4 a:nth-child(3) {
flex-basis: calc(60% - 10px);
}
.fc_split_content > div.image.img_count_4 a:nth-child(1) , .fc_split_content > div.image.img_count_4 a:nth-child(4) {
flex-basis: calc(40% - 10px);
}
.fc_split_content > div.image {
display: flex;
align-items: stretch;
gap: 20px;
}
.fc_split_content > div.image a {
flex-basis: 100%;
background: center / cover no-repeat;
position: relative;
}
@media (max-width: 1400px) {
.fc_split_content > div.content {
flex-basis: 55%;
}
}
@media (max-width:850px) {
.fc_split_content > div.content > div {
max-width: 100%;
}
.fc_split_content {
display: block;
}
.fc_split_content > div.content {
min-height: 0;
padding-top: 0;
}
.fc_split_content > div.content.bg_grey {
padding-top: clamp(15px, 6vw, 100px);
}
.fc_split_content > .image {
min-height: 60vw;
}
}.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;
}
}.fc_icon_cards .icon_cards_container {
display: flex;
align-items: stretch;
flex-wrap: wrap;
gap: clamp(20px, 6vw, 100px);
}
.fc_icon_cards .icon_cards_container .icon_card {
width: calc(33% - clamp(12px, 5vw, 67px));
}
.fc_icon_cards .icon_cards_container .icon_card .image-switch {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.fc_icon_cards .icon_cards_container {
gap: 30px;
}
.fc_icon_cards .icon_cards_container .icon_card {
width: calc(50% - 15px);
}
}
@media (max-width: 640px) {
.fc_icon_cards .icon_cards_container .icon_card {
width: 100%;
}
.fc_icon_cards .icon_cards_container .icon_card {
text-align: center;
}
.fc_icon_cards .icon_cards_container .icon_card .image-switch {
margin: 0 auto 20px;
}
}.fc_testimonials .testimonials_container {
display: flex;
align-items: stretch;
gap: clamp(30px, 7vw, 150px);
flex-wrap: wrap;
}
.fc_testimonials .testimonials_container .testimonial {
width: calc(33% - clamp(20px, 6vw, 100px));
}
.fc_testimonials .testimonials_container .testimonial .author {
font-weight: 600;
font-size: 12px;
line-height: 13px;
text-transform: uppercase;
color: #258536;
letter-spacing: 2px;
display: flex;
align-items: center;
}
.fc_testimonials .testimonials_container .testimonial .author::before {
width: 2px;
height: 100%;
background: #E6ECDE;
content: '';
margin-right: 20px;
min-height: 36px;
}
.fc_testimonials .testimonials_container .testimonial > div {
margin-bottom: 30px;
}
.fc_testimonials .testimonials_container .testimonial > div * {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #333333;
}
.fc_testimonials .testimonials_container .testimonial > div::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='35' fill='none'%3E%3Cpath fill='%23E6ECDE' d='M39.936 0v7.2c-1.408.064-2.784.608-4.128 1.632-1.344 1.024-2.464 2.336-3.36 3.936-.832 1.6-1.248 3.36-1.248 5.28h8.736v16.8H22.08V20.064c0-4.224.832-7.776 2.496-10.656 1.664-2.944 3.84-5.184 6.528-6.72C33.856 1.088 36.8.192 39.936 0Zm-22.08 0v7.2c-1.408.064-2.784.608-4.128 1.632-1.344 1.024-2.464 2.336-3.36 3.936-.832 1.6-1.248 3.36-1.248 5.28h8.736v16.8H0V20.064c0-4.224.832-7.776 2.496-10.656 1.664-2.944 3.84-5.184 6.528-6.72C11.776 1.088 14.72.192 17.856 0Z'/%3E%3C/svg%3E");
width: 40px;
height: 35px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
content: '';
margin-bottom: 20px;
display: block;
}
@media (max-width: 1024px) {
.fc_testimonials .testimonials_container {
gap: 30px;
}
.fc_testimonials .testimonials_container .testimonial {
width: calc(50% - 15px);
}
}
@media (max-width: 640px) {
.fc_testimonials .testimonials_container .testimonial {
width: 100%;
}
}.fc_featured_gallery .content_container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.fc_featured_gallery.bg_grey {
background: #333333;
}
.fc_featured_gallery .gallery_container {
display: flex;
flex-wrap: wrap;
}
.fc_featured_gallery .gallery_container > a {
aspect-ratio: 1;
width: 20%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 6) {
display: none;
}
@media (max-width: 1024px) {
.fc_featured_gallery .gallery_container > a {
width: 33.3%;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 4) {
display: none;
}
}
@media (max-width: 640px) {
.fc_featured_gallery .gallery_container > a {
width: 50%;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 3) {
display: none;
}
}.fc_cta_banner .content {
padding-top: 25px;
padding-bottom: 25px;
}
.fc_cta_banner.width_75 .content {
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(9,9,121,0) 25%, rgba(0,212,255,0) 100%);
width: 45%;
}
.fc_cta_banner.right.width_75 .content {
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(9,9,121,0) 25%, rgba(0,212,255,0) 100%);
width: 45%;
}
.fc_cta_banner.width_50 .content {
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(9,9,121,0) 75%, rgba(0,212,255,0) 100%);
width: 60%;
}
.fc_cta_banner.right.width_50 .content {
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(9,9,121,0) 75%, rgba(0,212,255,0) 100%);
width: 60%;
}
.fc_cta_banner.right.width_75 .image-switch {
background-size: 90%;
background-position: left;
}
.fc_cta_banner.right.width_50 .image-switch {
background-size: 55%;
background-position: left;
}
.fc_cta_banner.left.width_75 .image-switch {
background-size: 90%;
background-position: right;
}
.fc_cta_banner.left.width_50 .image-switch {
background-size: 55%;
background-position: right;
}
.fc_cta_banner .content > div {
padding: 70px;
box-sizing: border-box;
}
.fc_cta_banner .image-switch {
display: flex;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.fc_cta_banner.right .image-switch {
flex-direction: row-reverse;
}
@media (max-width: 1240px) {
.fc_cta_banner.right.width_75 .content {
width: 60%;
}
.fc_cta_banner.right.width_50 .content {
width: 70%;
}
}
@media (max-width: 1024px) {
.fc_cta_banner.left.width_50 .image-switch, .fc_cta_banner.left.width_75 .image-switch, .fc_cta_banner.right.width_50 .image-switch, .fc_cta_banner.right.width_75 .image-switch {
background-size: cover;
}
.fc_cta_banner .content > div {
padding: 40px;
}
.fc_cta_banner.right.width_50 .content, .fc_cta_banner.right.width_75 .content, .fc_cta_banner.left.width_50 .content, .fc_cta_banner.left.width_75 .content {
width: 100%;
background: no-repeat;
padding: 20px;
}
}
@media (max-width: 640px) {
.fc_cta_banner .content > div {
padding: 30px;
}
}