@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.navigation-container a img{
	max-height: 63px;
	width: auto;
}
.navbar{
	height: 64px;
}
.logo-dark.w--current, .logo-white.w--current{
	top: 0 !important;
}
.wg-default.weglot-container--left{
	display: none !important;
}
.main-slider .item{
   display: flex;
   align-items: center;
   justify-content: center;
   height: calc(100vh - 64px) ;
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.logo-div{
    height: 90px !important
}
img.member-logos {
    max-height: 70px;
}

.social-widgit .fb-page{
    box-shadow: 0px 1px 9px 0 #0000003b;
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    background: #fff;
}

/*.social-widgit .fb-page{
    position: relative;
}
.social-widgit .fb-page:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 20px;
    left: 20px;
    background-color: rgb(0 0 0 / 71%);
    z-index: -2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
}*/
.section.footer{
    background-color: #fdcc43;
}
.title-footer{
    font-size: 25px;
}
.section.testimonials-section-home{
    background-image: url(../images/top-wave.png),-webkit--gradient(180deg,#EAE9E9,#EAE9E9);
    background-image: url(../images/top-wave.png),linear-gradient(180deg,#EAE9E9,#EAE9E9);
}
.section.footer{
    background-image: url(../images/footer_top_page.png),url(../images/bg_logo.png);
}
.testimonials-card{
    background-color: #fff;
}
.header-sm .logo-mobile, .header-sm--scroll .logo a{
    display: none;
}
.header-sm--scroll .logo a.logo-mobile{
    display: block;
}
.w-slider-nav{
    bottom: -15px;
}