/***GLOBAL****/ 
@font-face {
    font-family: "EBGaramond-Regular";
    src: url('fonts/EBGaramond/EBGaramond-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "EBGaramond-SemiBold";
    src: url('fonts/EBGaramond/EBGaramond-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "EBGaramond-Medium";
    src: url('fonts/EBGaramond/EBGaramond-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Satisfy-Regular";
    src: url('fonts/Satisfy/Satisfy-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Assistant-SemiBold";
    src: url('fonts/Assistant/Assistant-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Assistant-Bold";
    src: url('fonts/Assistant/Assistant-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Mulish-Regular";
    src: url('fonts/Mulish/Mulish-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Mulish-SemiBold";
    src: url('fonts/Mulish/Mulish-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Mulish-Bold";
    src: url('fonts/Mulish/Mulish-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
} 
 
:root{
    --heading-font: "EBGaramond-Regular" !important;
    --heading-font-medium: "EBGaramond-Medium" !important;
    --heading-font-semibold: "EBGaramond-SemiBold" !important;
    --text-font:"Mulish-Regular" !important;
    --text-font-2:"Satisfy-Regular" !important;
    --text-font-3:"Assistant-SemiBold" !important;
    --text-font-3-bold:"Assistant-Bold" !important;
    --text-font-bold:"Mulish-Bold" !important;
    --text-font-semibold:"Mulish-SemiBold" !important;
    --input-height:1.25rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1.125rem;
    line-height: 1.75rem;
}
html {
    font-size: 100% !important;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-font-bold);
}
.font-bold p {
    font-family: var(--text-font-bold);
}
body h1,
body h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
    opacity: 1;
}

body h1 {
    font-family: var(--heading-font-medium);
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0rem;
}

body .banner-page h2,
body .banner h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0rem;
    font-family: var(--heading-font-medium);
}
body .h1 h2{
    font-family: var(--heading-font);
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0rem;
}
body h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0;
    font-family: var(--heading-font);
}
body h3,
body .banner h3 {
    line-height: 2.75rem;
    font-size: 2.125rem;
    font-family: var(--heading-font);
}
body .h4 h2,
body h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0;
    font-family: var(--heading-font);
}
body .h5 h3,
body h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: var(--text-font-semibold);
    opacity: 1;
    letter-spacing: 0;
}

body h6 {
    line-height: 1.5625rem;
    font-family: var(--text-font);
    font-size: 0.9375rem;
    letter-spacing: 0;
    opacity: 1;
}
a.lead, p.lead{
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-family: var(--text-font-medium);
}
body .uppercase, body h6, body span.widget-title, body th {
    letter-spacing: 0;
    text-transform: inherit;
}
.star-rating{
    width: 100%;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.5rem;
}

.m-auto .col-inner,
.m-auto {
    margin-inline: auto !important;
}
.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0 p {
    margin-bottom: 0;
}
.mb-30 >*{
    margin-bottom: 1.875rem;
}
.mb-0-p p:last-child {
    margin-bottom: 0;
}
.mb-20-h4 h4 {
    margin-bottom: 1.25rem;
}
.row-small {
    margin-inline: auto !important;
}

.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
span.amount {
    font-weight: normal;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1.3125em;
}
.fs-13 p{
    font-size: .8125rem;
    line-height: 1.25rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.25rem;
}
.fs-15 p{
    font-size: .938rem;
    line-height: 1.5rem;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.img-auto img{
    width: auto !important;
}
.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: auto;
    width: auto;
    min-width: auto;
    opacity: 1;
    
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
a.button.white, 
a.button.primary, 
a.button.secondary {
    height: var(--input-height);
    font-size: 1.0625rem;
    padding: 0;
    min-height: auto;
    letter-spacing: 1.02px;
    font-weight: normal;
    font-family: var(--text-font);
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    background-color: transparent !important;
    border: 0;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 0;
    color: #BFA46F !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .625rem;
}
a.button.white::after, 
a.button.primary:not(.is-link)::after, 
a.button.secondary::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../image/yellow.svg') center right/cover no-repeat;
    height: .1875rem;    
    transition: all .5s ease-in-out;
}
a.button.white:hover::after,
a.button.secondary:hover::after,
a.button.primary:not(.is-link):hover::after {
    /* transform: rotate(-2deg); */
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
    animation-duration: 1s;
}
@-webkit-keyframes shakeX {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
a.button.white::after{
    background: url('../image/white.svg') center right/cover no-repeat;
}
body .white.is-outline:hover {
    background-color: transparent !important;
}
a.button.white{
    color: #fff !important;
}
a.button.is-outline{
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;
}
a.button.primary:hover,
/* a.button.white:hover, */
a.button.primary:hover{
    color: #BFA46F !important;
}
a.button.is-outline:hover{
    /* color: #BFA46F !important; */
}
span.amount {
    font-weight: normal;
}
body .row-full-width {
    max-width: 120rem!important;
}
.button:not(.icon)>span+i {
    margin-left: 0;
    margin-right: 0;
}
figure.gallery-item {
    padding-bottom: 0;
}
.pb-30 {
    padding-bottom: 1.875rem !important;
}
.pt-30 {
    padding-top: 1.875rem !important;
}
.pt-40{ 
    padding-top: 2.5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-20{
    padding-bottom: 1.25rem !important;
}
.pt-20{
    padding-top: 1.25rem !important;
}
.pt-45{
    padding-top: 2.8125rem !important;
}
.pt-50{
    padding-top: 3.125rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pb-65{
    padding-bottom: 4.0625rem !important;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pt-120{
    padding-top: 7.5rem !important;
}
.pb-120{
    padding-bottom: 7.5rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.mt-90{
    margin-top: 5.625rem !important;
}
.pt-90{
    padding-top: 5.625rem !important;
}
.pb-90{
    padding-bottom: 5.625rem !important;
}
.pt-95{
    padding-top: 5.9375rem !important;
}
.pb-95{
    padding-bottom: 5.9375rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pt-110{
    padding-top: 6.875rem !important;
}
.mb-30 {
    margin-bottom: 1.875rem !important;
}
.mb-90{
    margin-bottom: 5.625rem !important;
}
.mb-60{
    margin-bottom: 3.75rem !important;
}
body .col, body .columns, body .gallery-item {
    padding: 0 0.9375rem 1.875rem;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 83.875rem;
}
.flickity-prev-next-button {
    width: 3.75rem;
    height: 3.75rem;
    transform: none !important;
}
.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: #B5B5B5;
    border-color: #B5B5B5;
    transition: all .3s;
    border: 1px solid #B5B5B5;
    padding: 1.25rem;
    border-radius: 50%;
}

body .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    width: .5rem;
    height: .5rem;
}
body .slider-nav-light .flickity-page-dots .dot {
    border: 0;
    width: .5rem;
    height: .5rem;
    background: #196C79 !important;
    border-radius: 0 !important;
    opacity: 1;
    margin: 0 .625rem;
}
body .slider-nav-light .flickity-page-dots .dot.is-selected {
    width: .5rem !important;
    box-shadow: #fff 0px 0px 0px 2px, #196C79 0px 0px 0px 3px;
}
body .flickity-page-dots .dot.is-selected {
    background: #196C79 !important;
    box-shadow: #fff 0px 0px 0px 2px, #196C79 0px 0px 0px 3px;
}
body .flickity-page-dots .dot {
    border: 0;
    width: .5rem;
    height: .5rem;
    background: #196C79 !important;
    border-radius: 0 !important;
    opacity: 1;
    margin: 0 .625rem;
}
body .flickity-page-dots {
    bottom: 1px;
}

body .accordion-title {
    background-color: transparent!important;
    border: 0!important;
    color: #525252!important;
    font-weight: normal!important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0;
    padding-right:2.875rem;
    font-family: var(--text-font-semibold);
    cursor: pointer;
}

body .accordion-inner p:last-child {
    margin-bottom: 0
}

body .accordion-inner {
    padding: 1.5rem 0 0
}
body .accordion-item + .accordion-item {
    margin-top: 1rem;
}
body .accordion-item {
    padding: 1rem 0;
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #bad3d6;
}

body .accordion .toggle {
    left: auto;
    right: 0;
    top: 0.3rem;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    min-height: 1rem;
    margin: 0;
    min-width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .accordion i.icon-angle-down {
    width: 1rem;
    height: 1rem;
    top: 0 !important;
}
body .accordion .icon-angle-down:before {
    content: ''!important;
    background-image: url(../image/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 1rem;
    height: 1rem;
    /* transform: rotate(45deg); */
}
body .accordion-title span {
    line-height: 1.75rem;
    display: inline-flex;
}
body .accordion .accordion-title:not(.active) .icon-angle-down:before {
    transform: rotate(45deg);
}

/***GLOBAL****/ 
/*HEADER*/
.header-wrapper.stuck .header-bg-color {
    background-color: #fff;
}
.header-top .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .5rem;
}
.header-top .icon-box .icon-box-img {
    max-width: .625rem;
}
div#wide-nav .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
div#wide-nav .icon-box.featured-box .icon-box-img {
    display: flex;
    top: -2px;
}
div#wide-nav .icon-box.featured-box{
    align-items: center;
}
div#wide-nav .flex-row, div#wide-nav .flex-row > div {
    width: 100%;
}
div#wide-nav .flex-row{
    max-width: 100%;
}
div#wide-nav .icon-box.featured-box {
    width: fit-content;
    margin: auto;
}
.cl-img {
    max-width: 1rem;
    position: absolute !important;
    right: 0;
    top: 0;
}
div#wide-nav {
    order: -1;
    min-height: 2.5rem;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.separator::before {
    content:"\f105";
    font-family: fl-icons !important;
    display: inline-block;
    font-size: .813rem;
    margin: 0 .3125rem; 
    color: #939393;
    top: 1px;
    position: relative;
}
.rank-math-breadcrumb .separator {
    font-size: 0 !important;
    display: inline-flex;
}
.rank-math-breadcrumb p, .rank-math-breadcrumb a {
    font-size: 0.813rem;
    letter-spacing: 0;
    line-height: 1;
    color: #939393;
    font-family: var(--text-font);
}
.rank-math-breadcrumb p span.last{
    color: #404040;
}
.row-menu a.ux-menu-link__link::before{
    content:"\f105";
    font-family: fl-icons !important;
    font-size: 1.125rem;
    color: #525252;
    margin-right: .5rem;
    display: inline-flex;
    position: relative;
}
.rank-math-breadcrumb p {
    margin-bottom: .875rem;
}
.row-menu a.ux-menu-link__link:hover::before{
    color: #BFA46F !important;
}
.row-menu a.ux-menu-link__link:hover{
    color: #BFA46F !important;
    font-family: var(--text-font-semibold);
}
.row-menu a.ux-menu-link__link {
    letter-spacing: 0px;
    color: #525252;
    font-size: 1.125rem;
    line-height: 2.125rem;
    padding: 0 !important;
    min-height: inherit;
}
.row-menu .col + .col {
    margin-left: 5rem;
}
.row-menu .col {
    flex-basis: fit-content;
    max-width: fit-content;
    padding-bottom: 0 !important;
}
body .menu-item-has-block .nav-dropdown {
    box-shadow: 0px 6px 10px #0000000F;
}
.row-menu {
    margin: auto !important;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
}
.header-main .nav > li > a:hover::after,
li.current-dropdown > a::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2rem;
    background: url(../image/yellow.svg) center right / cover no-repeat;
    height: .1875rem;
    transition: all .5s ease-in-out;
}
.header-main .nav > li > a:hover,
li.current-dropdown > a{
    color: #BFA46F !important;
    font-family: var(--text-font-bold) !important;
}
header#header .header-wrapper { 
    display: flex;
    flex-direction: column;
}
.topbar-section .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0.625rem;
}
.topbar-section .icon-box-left .icon-box-img {
    max-width: 1rem;
}
.topbar-section .icon-box {
    align-items: center;
    width: fit-content;
}
body .header-main .header-button > .button:not(.is-outline):hover {
    background-color: #4D4D4D!important;
}
body .header-main .header-button > .button:not(.is-outline) {
    background-color: #0059A5 !important;
    color: #fff !important;
    height: 2.1875rem;
}
body .header-main .nav>li {
    margin: 0 1.25rem;
}
.header-main .icon-search:before {
    content: "";
    position: relative;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url('../image/search.svg') center center/contain no-repeat;
    display: inline-flex;
}
.header-main .nav > li > a {
    font-size: .875rem;
    letter-spacing: 1.12px;
    font-weight: normal;
    position: relative;
    color: #383838;
    padding: 2.375rem 0 !important;
    line-height: 1.125rem;
    font-family: var(--text-font-semibold);
    text-transform: uppercase;
}
.gtranslate_wrapper a + a:before {
    content: "";
    position: relative;
    display: inline-flex;
    height: .75rem;
    width: 1px;
    margin: 0 .25rem 0 .125rem;
    background: #525252;
    top: 2px;
}
body .nav>li {
    margin: 0 0.9375rem;
}
li.html.header-button-1 {
    margin-left: 2.8125rem;
}
#logo {
    width: 7rem !important;
}
.logo-left .logo {
    margin-right: 0.5rem !important;
}
body .header-main ul.header-nav.header-nav-main.nav.nav-right>li {
    margin: 0 0.9375rem;
}
.header .header-top {
    min-height: 2.5rem;
    background: #F9F7F3 !important;
}
.header .header-bottom {
    background: transparent linear-gradient(92deg, #0E5762 0%, #53929F 65%, #377380 100%) 0% 0% no-repeat padding-box;
}
.header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 5.875rem!important;
}
.header-main {
    height: 5.875rem!important;
}
.header-top .icon-box {
    align-items: center;
}
.header-top a.nav-top-link {
    letter-spacing: 0.78px;
    color: #383838 !important;
    font-family: var(--text-font-bold);
    font-size: .8125rem !important;
    line-height: 1rem;
    padding: 0 !important;
}
.header-bottom p strong{
    font-family: var(--text-font-2);
    font-size: 1.25rem;
    margin: 0 .25rem;
}
.header-bottom p {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-family: var(--text-font);
}
.nav-right > li {
    display: inline-flex !important;
}
.header-top p {
    color: #383838;
    font-size: .8125rem;
    letter-spacing: 0.52px;
    line-height: 1rem;
}
.top-bar-nav > li > a {
    line-height: 16px;
    font-size: .8125rem;
    letter-spacing: 0.0325rem;
}
.topbar-section .icon-box-left .icon-box-img+.icon-box-text p {
    letter-spacing: 0.0325rem;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: 5.875rem!important;
}
.header-wrapper.stuck .header-main .flex-col.hide-for-medium.flex-left.flex-grow img {
    height: 5.875rem!important;
}
/*HEADER*/
/*footer*/
.footer-bottom {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important;
}
.footer-section{
    padding-top:2rem !important;
    padding-bottom: 2rem !important;
}
.absolute-footer {
    display: none !important;
}
.footer-logo .img {
    max-width: 16.0625rem; 
    margin-bottom: .9375rem;   
}
.footer-section .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: 2.25rem !important;
    color: #525252;
    margin-bottom: 0;
    font-size: 1.125rem;
}
.row-ft-top .icon-box .icon-box-img {
    top: 3px;
}
.row-ft-top > .col > .col-inner {
    border-bottom: 1px solid #DCD0C0;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}
.row-ft-top .icon-box p {
    font-size: .875rem;
    line-height: 1.375rem;
    max-width: 41.625rem;
    margin-right: auto;
    margin-bottom: 0;
}
.row-ft-top .icon-box a.button.primary {
    display: flex;
    width: fit-content !important;
    flex-shrink: 0;
}
.row-ft-top .icon-box-text.last-reset {
    display: flex;
    padding-left: 3.75rem !important;
    align-items: center;
}
.title-footer p {
    font-size: .875rem;
    line-height: 1.125rem;
    font-family: var(--text-font-semibold);
    margin-bottom: 1.875em;
}
.footer-section > .section-content > .row.row-ft-middle > .col{
    padding-top: 1.25rem;
        padding-bottom: 1.25rem !important;
}
.footer-section h6 {
    font-size: .8125rem;
    line-height: 1.125rem;
    font-family: var(--text-font-semibold);
    margin-bottom: 1.5625rem;
}
.row-ft-bottom  >.col >.col-inner .ux-menu.stack.stack-col {
    display: flex;
    flex-direction: row;
}
.row-ft-bottom  >.col >.col-inner p {
    letter-spacing: 0.52px;
    color: #939393;
    font-size: .8125rem;
    line-height: 1rem;
    margin-bottom: 0;
}
.row-ft-bottom  >.col >.col-inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DCD0C0;
    padding-top: 1.25rem;
    margin-top: 2.5rem;
}
.footer-section{
    padding-top: 1.6875rem !important;
    padding-bottom: 1.4375rem !important;
}
.footer-section .row-ft-bottom .ux-menu-link.flex.menu-item + .ux-menu-link.flex.menu-item {
    margin-left: 1.875rem !important;
}
.footer-section .row-ft-bottom .ux-menu-link__link {
    padding: 0 !important;
    min-height: inherit !important;
    line-height: inherit !important;
    margin-bottom: 0;
    font-size: .8125rem;
    letter-spacing: 0.52px;
    color: #939393;
}
.social-cl .icon-box-left .icon-box-img div {
    height: 100%;
}
.kontact_cl > .col-inner > a.button.primary {
    margin-top: 1rem;
}
.kontact_cl.col {
    border-left: 1px solid #DCD0C0;
    padding-left: 3.4375rem;
}
.service_cl> div {
    padding-left: 3.125rem;
}
.kontact_cl.col {
    flex-basis: 28.5%;
    max-width: 28.5%;
}
.col.social-cl{
    flex-basis: 11%;
    max-width: 11%;
}
.col.wiss_cl{
    flex-basis: 15.5%;
    max-width: 15.5%;
    padding-right: 0 !important;
}
.col.service_cl {
    flex-basis: 20%;
    max-width: 20%;
}
.col.immer-cl {
    flex-basis: 24%;
    max-width: 24%;
}
.kontact_cl > .col-inner > p {
    font-size: .9375rem;
    margin: 0 !important;
    line-height: 2.25rem;
    letter-spacing: -.05px;
}
.social-cl .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .625rem;
}
.social-cl .icon-box-left p {
    font-size: 1rem;
    line-height: 2.25rem;
}
.social-cl .icon-box-left .icon-box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-cl .icon-box-left .icon-box-img{
    max-width: .625rem;
    height: .625rem;
    top: .25rem;
}
.immer-cl .forminator-ui .forminator-row:nth-child(3) {
    display: flex;
    order: 10;
    margin-top: 1.25rem;
}
.immer-cl .forminator-ui .html-checkbox p {
    font-size: 0.75rem !important;
    color: #939393 !important;
    line-height: 1.25rem !important;
    letter-spacing: 0;
    margin-bottom: 0;
}
.immer-cl .forminator-ui {
    display: flex;
    flex-direction: column;
}
.immer-cl .title-footer p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: var(--text-font-3);
    margin-bottom: 1.25em;
    color: #525252;
}
/*footer*/