.home-tabs-wrap .home-tabs .home-tabs-content .home-tab-content .tab-content-in .content-right .img-wrap img {
    height: auto;
}
.home-hero .right-side .img-wrap img {
    height: auto;
}
.about-text-wrap .about-text-in .img-wrap img {
    height: auto;
}
#qa-guide-sidebar:focus {
    outline: none;
}
.cn-text-container {
    font-family: 'Outfit';
    font-size: 16px;
    display: block;
    max-width: 1244px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#cookie-notice .cn-button {
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.cn-text-container a {
    color: #fff;
    text-decoration: underline;
}
.cookie-notice-container {
    padding: 30px;
}
.cn-text-container a:hover {
    color: #ef3054;
}
span#cn-close-notice {
    top: 20px;
}
.cn-close-icon:after, .cn-close-icon:before {
    background: #fff;
}
.site-header .header-main .nav-wrap #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.btn>a.mega-menu-link {
    border-radius: 100px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    padding: 11px 31.5px;
    text-align: center;
    border: 1px solid #ef3054;
    color: #fff;
    background: #ef3054;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.site-header .header-main .nav-wrap #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.btn>a.mega-menu-link:hover {
    background: transparent;
    -webkit-box-shadow: 2px 2px 0 0 #ef3054;
    box-shadow: 2px 2px 0 0 #ef3054;
    color: #ef3054;
    -webkit-transform: translateY(-4px) translateX(-2px);
    transform: translateY(-4px) translateX(-2px);
}
#cookie-notice.cookie-notice-hidden {
    display: none;
}

@media (max-width: 1199px) {
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        display: none;
    }
}
@media (max-width: 767px) {
    .values-wrap .vt-slider-parent .vt-slider .top-slide-item.swiper-slide-active h2 {
        font-size: 21px !important;
    }
    .site-header .header-main .nav-wrap #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mobile-only {
        border: none;
        padding: 25px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .site-header .header-main .nav-wrap #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mobile-only {
        display: none;
    }
}