header.custom_header {
    padding: 0 !important;
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 9;
}

.top_header {
    background: #FD4B55;
    padding: 10px 16px;
    position: relative;
}

.top_header_inner {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
 
.top_header_inner > div {
    display: flex;
    align-items: center;
}

.top_header_inner .top_header_content {
    column-gap: 24px;
}

.top_header_inner .top_left_link {
    color: #FFF; 
    font-size: 14px; 
    font-weight: 600; 
    line-height: 19px;
    position: relative;
}

.top_header_inner .top_middle_content {
    color: #FFF; 
    font-size: 14px; 
    font-weight: 500; 
    line-height: 19px;
}

.top_header_inner .top_header_btn {
    padding: 4px 11px;
    background-color: #fff;
    color: #191741; 
    font-size: 10px; 
    font-weight: 600;
    line-height:  13px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.top_header_inner .top_header_btn:hover {
    background-color: transparent;
    color: #fff;
}
.top_header_inner .top_header_btn:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4975_10537)'%3E%3Cpath d='M11.4 6.5L6 0.5L6 2L9.9 6.5L6 11L6 12.5L11.4 6.5Z' fill='%23191741'/%3E%3Cpath d='M1.79961 5.89844H10.1996V7.09844H0.599609L1.79961 5.89844Z' fill='%23191741'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4975_10537'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    display: inline-block;
    height: 12px;
    width: 12px;
    background-size: 12px;
    transition: all 0.4s;
}

/* .top_header_inner .top_header_btn:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4975_10537)'%3E%3Cpath d='M11.4 6.5L6 0.5L6 2L9.9 6.5L6 11L6 12.5L11.4 6.5Z' fill='%23ffffff'/%3E%3Cpath d='M1.79961 5.89844H10.1996V7.09844H0.599609L1.79961 5.89844Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4975_10537'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
} */

.top_header_close {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6667 2.66797H14.3333L9 8.0013L14.3333 13.3346H12.6667L8.16667 8.83464L3.66667 13.3346H2L7.33333 8.0013L2 2.66797H3.66667L8.16667 7.16797L12.6667 2.66797Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    cursor: pointer;
    transition: transform ease-in 0.3s;
}

.top_header_close:hover {
    transform: translateY(-50%) rotate(180deg);
}

/*** Header Block CSS ***/
.header_block {
    background-color: #191741;
    padding: 0 48px;
    position: relative;
}

.header_block_inner {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.header_block_inner .header_logo {
    width: 241px;
}

.header_block_inner .header_right { 
    width: calc(100% - 241px);
    display: flex;
    align-items: center; 
    justify-content: flex-end;
}

.header_menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 48px;
    margin: 0;
    padding: 0;  
    row-gap: 16px;
}

.header_menu > ul ul li > a {
    padding: 0;
}

.header_menu > ul > li > a {
    color: #FFF; 
    font-size: 14px; 
    font-weight: 600;
    line-height: 19px;
    display: inline-flex;
    padding: 0;
    position: relative;
}

.header_menu > ul > li {
    display: flex;
}

.header_menu > ul > li a:hover,
.header_menu > ul > li.current_page > a,
.header_menu > ul > li.has_menu:hover a,
.header_menu > ul > li.submenu-active > a,
.header_menu > ul > li.show_submenu > a {
    color: #FD4B55;
} 

.header_menu > ul > li.has_menu > a { 
    align-items: center;
    column-gap: 7px;
}

.header_menu > ul li.has_menu > a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.49967 13.457L17.4163 6.33203H15.4372L9.49967 11.4779L3.56217 6.33203H1.58301L9.49967 13.457Z' fill='white'/%3E%3C/svg%3E");
    background-size: 19px;
    height: 19px;
    width: 19px;
    display: inline-block;
    transition: transform ease-in 0.2s;
}

.header_menu > ul li.has_menu.submenu-active > a:after, 
.header_menu > ul li.has_menu.show_submenu > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.49967 13.457L17.4163 6.33203H15.4372L9.49967 11.4779L3.56217 6.33203H1.58301L9.49967 13.457Z' fill='%23FD4B55'/%3E%3C/svg%3E");
}

.header_menu ul li.has_menu > a:before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    width: 36px;
    height: 14px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='14' viewBox='0 0 36 14' fill='none'%3E%3Cpath d='M18 0C18 0 6.85808 14 0.57501 14H35.425C29.1419 14 18 0 18 0Z' fill='white'/%3E%3C/svg%3E");
    background-size: 36px; 
    margin-left: -11px;
    opacity: 0;
    transition: opacity ease-in 0.2s;
}

.header_menu ul li.has_menu:hover > a:before, 
.header_menu ul li.has_menu.show_submenu > a:before {
    opacity: 1;
}

.header_menu ul li.has_menu:hover > a:after,
.header_menu ul li.has_menu.show_submenu > a:after {
    transform: scaleY(-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.49967 13.457L17.4163 6.33203H15.4372L9.49967 11.4779L3.56217 6.33203H1.58301L9.49967 13.457Z' fill='%23FD4B55'/%3E%3C/svg%3E");
}

.header_right .header_right_button {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 241px;
    justify-content: flex-end;
}

.header_right .header_right_btn .right_btn {
    color: #FD4B55; 
    font-size: 14px; 
    font-weight: 600;
    line-height: 19px;
    padding: 8px 16px; 
    background: rgba(253, 75, 85, 0.20);
    white-space: nowrap;
}

.header_right .header_right_btn .right_btn:hover {
    background: #FD4B55; 
    color: #fff;
}

.header_right .header_menu {
    width: calc(100% - 241px); 
}


/**** Megamenu Style ****/
.custom_megamenu {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity ease-in 0.2s, visibility ease-in 0.2s, pointer-events ease-in 0s;
    pointer-events: none;
    visibility: hidden;
    max-width: 1376px;
    margin: 0 auto;
    padding: 0 0px;
    z-index: 2;
    padding-top: 36px;
}


.header_menu > ul > li.second-row .custom_megamenu {
    top: 71px;
}

.header_right .header_menu > ul > li.first-row .custom_megamenu {
    top: 36px;
}

.custom_megamenu_inner { 
    margin: 0 auto;
    border-radius: 16px;
    background: #FFFEFD;
    padding: 32px;  
    overflow-y: auto;
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08); 
    /* transform: scale(0.725);
    transform-origin: top; */
    /* max-height: calc(100svh - 163px); */
}

/* body.admin-bar .custom_megamenu_inner {
    max-height: calc(100svh - 173px);
} */

.custom_megamenu.small_megamenu {
    max-width: 944px;
}

.custom_megamenu.small_megamenu .custom_megamenu_item {
    width: 50%;
}

.header_menu ul li.has_menu:hover .custom_megamenu, 
.header_menu ul li.has_menu.show_submenu .custom_megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

.custom_megamenu_items_wrapper {
    border-radius: 16px;
    margin-bottom: 32px;
}

.custom_megamenu_items_wrapper.items_has_bg {
    background: #ECEADF;
    padding: 16px;
    margin-bottom: 24px;
}

.custom_megamenu_items_wrapper.no_integration_block {
    margin-bottom: 0;
}

.custom_megamenu_items_wrapper .custom_megamenu_items_title {
    color: #191741;
    font-family: "Manrope", Sans-serif;
    font-size: 32px; 
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    display: block;
}

.custom_megamenu_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    row-gap: 16px;
}

.custom_megamenu_item {
    width: 33.33%;
    padding: 0 8px;
}

.custom_megamenu_item.no-image .custom_megamenu_item_inner .megamenu_item_content {
    width: 100%;
    padding: 0;
}

.megamenu_item_full .custom_megamenu_item:first-child {
    width: 100%;
    position: relative;
}

.megamenu_item_full .custom_megamenu_item:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    height: 91px;
    width: 91px;
    border-radius: 12px;
    background-color: rgba(253, 75, 85, 0.20);
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4975_10029)'%3E%3Cpath d='M29.45 15.5L15.5 -1.90735e-06L15.5 3.875L25.575 15.5L15.5 27.125L15.5 31L29.45 15.5Z' fill='%23FD4B55'/%3E%3Cpath d='M4.6498 13.9492H26.3498V17.0492H1.5498L4.6498 13.9492Z' fill='%23FD4B55'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4975_10029'%3E%3Crect width='31' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 28px;
    right: 32px;
    background-repeat: no-repeat;
    transition: all ease-in 0.3s;
    pointer-events: none;
}

.megamenu_item_full .custom_megamenu_item:first-child:hover:after { 
    background-color: #FFFEFD;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4975_10029)'%3E%3Cpath d='M29.45 15.5L15.5 -1.90735e-06L15.5 3.875L25.575 15.5L15.5 27.125L15.5 31L29.45 15.5Z' fill='%23FD4B55'/%3E%3Cpath d='M4.6498 13.9492H26.3498V17.0492H1.5498L4.6498 13.9492Z' fill='%23FD4B55'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4975_10029'%3E%3Crect width='31' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.megamenu_item_full .custom_megamenu_item:first-child .megamenu_title a {
    font-size: 24px;  
    line-height: 31px;  
}

.megamenu_item_full .custom_megamenu_item:first-child .megamenu_item_content p {
    font-size: 16px;  
    line-height: 24px;
}

.custom_megamenu_item .megamenu_title a {
    color: #191741 !important; 
    font-family: "Manrope", Sans-serif;
    font-size: 18px; 
    font-weight: 700;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 12px;
    transition: color ease-in 0.3s
}

.custom_megamenu_item .megamenu_title a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.custom_megamenu_item .megamenu_item_content p {
    overflow: hidden;
    color: #191741;  
    font-size: 12px; 
    line-height: 18px;
    font-weight: 400; 
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: color ease-in 0.3s
}

.custom_megamenu_item_inner {
    border-radius: 16px; 
    background: #FFFEFD; 
    display: flex;
    height: 100%;
    padding: 22px 24px;
    transition: all ease-in 0.3s;
    position: relative;
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
    border: 1px solid #FFFEFD;
}

.custom_megamenu_item_inner:hover,
.custom_megamenu_item_inner.submenu-hover {
    background: #FD4B55;
    border-color: #FD4B55;
}

.custom_megamenu_item_inner .megamenu_icon {
    width: 71px;
    transition: filter ease-in 0.3s
}

.custom_megamenu_item_inner .megamenu_item_content {
    width: calc(100% - 71px);
    padding-left: 24px;
}

.custom_megamenu_item:first-child .megamenu_item_content {
    max-width: 610px;
}

.custom_megamenu_item_inner:hover .megamenu_item_content p,
.custom_megamenu_item_inner:hover .megamenu_title a,
.custom_megamenu_item_inner.submenu-hover .megamenu_item_content p,
.custom_megamenu_item_inner.submenu-hover .megamenu_title a {
    color: #fff !important;  
}

.custom_megamenu_item_inner:hover .megamenu_icon,
.custom_megamenu_item_inner.submenu-hover .megamenu_icon {
    filter: brightness(0) invert(1);
}


.integration_title {
    font-family: "Manrope", Sans-serif;
    color: #191741; 
    font-size: 24px; 
    font-weight: 700;
    line-height: 31px;
    display: block;
    margin-bottom: 16px;
}

.integration_col_title {
    color: #191741;
    display: block;
    margin-bottom: 16px; 
    font-size: 16px; 
    font-weight: 500;
    line-height: 24px;
}

@-webkit-keyframes integration_icon {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes integration_icon {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

.megamenu_integrations {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.megamenu_integration {
    width: 25%;
    padding: 0 12px;
}

.megamenu_integration .megamenu_integration_inner {
    border-right: 1px solid rgba(25, 23, 65, 0.15);
}

.megamenu_integration:nth-child(4n) .megamenu_integration_inner {
    border-right: 0;
}

.megamenu_integration ul {
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 12px;
}

.megamenu_integration ul li a {
    height: 60px;
    width: 60px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.megamenu_integration ul li a:hover {
    animation-name: integration_icon;
    animation-duration: 0.4s;
    -webkit-animation-name: integration_icon;
    -webkit-animation-duration: 0.4s; 
}

.megamenu_integration ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_header .dropdownlang {
    display: flex;
}

.custom_header .dropdownlang .dropdown_arrow {
    max-width: 19px;
}

.custom_header .dropdown-contentlang .wpml-ls-flag {
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    display: none;
}

.custom_header .dropdown-contentlang {
    min-width: 197px !important;
    left: -49px; 
    background-color: transparent;
    top: 100%;
    padding-top: 21px;
    overflow: hidden;
}

.custom_header .dropdown-contentlang .wpml-ls {
    background: #fff;
    border-radius: 12px;
}

.custom_header .dropdown-contentlang::before {
    margin-inline: inherit;
    margin-top: -15px;
    margin-right: 45px;
    margin-left: auto;  
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='15' viewBox='0 0 36 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0.964844C18 0.964844 6.85808 14.8805 0.57501 14.8805H35.425C29.1419 14.8805 18 0.964844 18 0.964844Z' fill='white'/%3E%3C/svg%3E%0A");
}

.custom_header .dropdown-contentlang a {
    padding: 15px 12px 14px;  
    line-height: 19px;
    display: flex;
    align-items: center; 
    border-bottom-color: rgba(25, 23, 65, 0.40);
}

.custom_header .dropdown-contentlang .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
    line-height: 19px;
}

.custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item.wpml-ls-current-language .wpml-ls-link {
    border-bottom-color: rgba(253, 75, 85, 0.40);
}

.custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item:last-child .wpml-ls-link {
    border-bottom-color: transparent;
}

.custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item.wpml-ls-current-language .wpml-ls-link {
    background-color: rgba(253, 75, 85, 0.2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.25 15.8346L18.75 4.16797H16.6667L6.25 13.7513L3.33333 10.8346H1.25L6.25 15.8346Z' fill='%23FD4B55'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item .wpml-ls-link:hover  {
    background-color: rgba(253, 75, 85, 0.2);
}

.custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item .wpml-ls-link:hover .wpml-ls-native {
    color: #191741;
}

.mobile_menu_wrapper {
    display: none;
}



.mobile_menu_wrapper .mobile_menu_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 9H4L6 11H26L24 9Z' fill='%23FFFEFD'/%3E%3Cpath d='M24 19H4L6 21H26L24 19Z' fill='%23FFFEFD'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mobile_menu_active .mobile_menu_wrapper .mobile_menu_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4167 3.66797H19.7083L12.375 11.0013L19.7083 18.3346H17.4167L11.2292 12.1471L5.04167 18.3346H2.75L10.0833 11.0013L2.75 3.66797H5.04167L11.2292 9.85547L17.4167 3.66797Z' fill='%23FFFEFD'/%3E%3C/svg%3E%0A");
    background-size: 22px;
}

.custom_mobile_menu {
    opacity: 0;
    visibility: hidden; 
    position: fixed;
    left: -100%;
}

.custom_megamenu .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.custom_megamenu .mCustomScrollBox {
    max-height: calc(100svh - 133px) !important; 
    padding: 32px;
}

body.admin-bar .custom_megamenu .mCustomScrollBox  {
    max-height: calc(100svh - 173px);
}
 

.custom_megamenu .mCSB_draggerRail {
    display: none;
}

.custom_megamenu .mCSB_scrollTools {
    width: 4px;
    background-color: #191741;
    border-radius: 10px;
    top: 20px;
    bottom: 20px;
    opacity: 1;
}

.custom_megamenu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #FD4B55 !important;
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px); /* Moves right */
    }
    100% {
        transform: translateX(0); /* Returns to the original position */
    }
}
@media screen and (max-width: 1550px), (max-height: 980px) { 

    .custom_megamenu {
        transform: scale(0.75);
        transform-origin: top;
    }
    .header_menu ul li.has_menu > a:before {
        bottom: -28px;
    }
    /*.custom_megamenu_inner {  
        transform: scale(0.75);
        transform-origin: top; 
    }*/
    .custom_megamenu_item_inner {
        padding: 12px 24px;
    }
    .custom_megamenu_item .megamenu_item_content p {
        font-size: 15px;
        line-height: 20px; 
    }

}

@media screen and (max-width: 1499px) { 

    .header_menu ul li.has_menu > a:before {  
        bottom: -35px;
    }

}


@media screen and (max-width: 1600px) {
    
    .header_menu > ul { 
        column-gap: 20px;
    }

    html[lang="de-DE"] .header_right .header_right_btn .right_btn, html[lang="fr-FR"]  .header_right .header_right_btn .right_btn{
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
    
}
@media screen and (max-width: 1366px) { 

    .header_menu ul li.has_menu > a:before {  
        bottom: -28px;
    }

}

@media screen and (max-width: 1439px) {
    
    .header_right .header_right_btn .right_btn {
        max-width: 155px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .header_right_btn {
        display: flex;
    }
    
}

@media screen and (max-width: 1200px) {

    .header_menu > ul { 
        column-gap: 20px;
    }

    .header_block { 
        padding: 0 32px;
    }

    .custom_header .dropdown-contentlang {
        left: calc(50% - 42px);
    }

    .header_block_inner .header_right {
        width: calc(100% - 140px); 
    }

    .header_block_inner .header_logo {
        width: 140px;
    }

    .header_right .header_right_button { 
        width: 192px; 
    }

    .header_right .header_right_btn .right_btn {
        max-width: 130px; 
    }

    html[lang="de-DE"] .header_right .header_right_btn .right_btn {
        max-width: 130px; 
    }

    .custom_header .dropdownlang .dropdownlang .dropdown-contentlang,
    .dropdownlang:hover .dropdown-contentlang {
        display: none;
    }

    .custom_header .dropdownlang.active .dropdown-contentlang {
        display: block;
    }


}


@media screen and (max-width: 1181px) {
    .custom_megamenu_inner {  
        max-height: 100%;
    }
}




@media screen and (max-width: 1024px) {


    .top_header_close {
        right: 10px;
    }

    .mobile_menu_active .sidebar_openbtn {
        display: none;
    }

    .mobile_menu_wrapper {
        display: flex;
        align-items: center;
    }

    .header_right_btn {
        display: none;
    }

    .header_block {
        padding: 15px 16px 14px 16px;
        border-bottom: 1px solid rgba(255, 254, 253, 0.20);
    }

    .header_right .header_right_btn .right_btn { 
        font-size: 12px; 
        padding: 8px 12px; 
    }

    .header_menu > ul { 
        column-gap: 12px;
        margin-right: -26px;
    }


    .header_menu > ul li.has_menu > a:after {
        background-size: 16px;
        height: 16px;
        width: 16px;
    }

    .header_menu > ul > li.has_menu > a { 
        column-gap: 4px;
        font-size: 12px;
    }

    .header_right .header_right_button {
        width: 180px;
        column-gap: 14px;
    }

    .header_right .header_right_button .dropdown_arrow {
        height: 18px;
        width: 18px;
    }

    .header_right .header_menu {
        width: calc(100% - 180px);
        display: none;
    }

    .header_block_inner .header_logo {
        width: 80px;
    }

    .header_block_inner .header_right {
        width: calc(100% - 80px);
    }

    /* .megamenu_item_full .custom_megamenu_item:first-child .megamenu_title a {
        font-size: 16px;
        line-height: 22px;
    }

    .megamenu_item_full .custom_megamenu_item:first-child .megamenu_item_content p {
        font-size: 14px;
        line-height: 20px;
    }

    .megamenu_item_full .custom_megamenu_item:first-child:after {
        background-size: 24px;
        right: 24px;
        height: 76px;
        width: 76px;
    }

    .custom_megamenu_item .megamenu_title a {
        margin-bottom: 8px;
        font-size: 14px; 
        line-height: 18px;
    }

    .custom_megamenu_item_inner .megamenu_icon {
        width: 48px; 
    }

    .custom_megamenu_item_inner .megamenu_item_content {
        width: calc(100% - 48px);
        padding-left: 10px;
    }

    .custom_megamenu_items_wrapper .custom_megamenu_items_title { 
        font-size: 24px; 
        line-height: 32px;
        margin-bottom: 16px; 
    }

    .custom_megamenu_item_inner {
        padding: 16px;
    }

    .custom_megamenu_item { 
        padding: 0 6px;
    }

    .custom_megamenu_items {
        margin: 0 -6px;
        row-gap: 12px;
    }

    .custom_megamenu_items_wrapper { 
        padding: 12px;
        margin-bottom: 16px;
    }

    .custom_megamenu_inner {
        padding: 20px;
    }

    .integration_title { 
        font-size: 18px; 
        line-height: 24px; 
        margin-bottom: 12px;
    }

    .integration_col_title { 
        margin-bottom: 12px;
        font-size: 14px; 
        line-height: 18px;
    }

    .megamenu_integration ul li a {
        height: 42px;
        width: 42px;
        border-radius: 12px; 
    }

    .megamenu_integration ul { 
        column-gap: 8px;
    } */

    .top_header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .top_header_inner {
        column-gap: 12px;
    }

    .top_header_inner .top_header_content {
        column-gap: 18px;
    }

    .top_header_inner .top_middle_content,
    .top_header_inner .top_left_link { 
        font-size: 10px !important; 
        line-height: 14px;
    }

    .top_header_inner .top_left_link:after {
        top: 1px;
        right: -10px;
    }

    .top_header_inner .top_header_btn {
        padding: 5px 11px;
        line-height: 12px;
    }

    .top_header_inner .top_header_btn {
        padding: 5px 8px;
        column-gap: 5px;
    }


    /**** Mobile Menu Style ****/

    html.mobile_menu_active {
        touch-action: none;
        overflow: clip;
    }

    .mobile_menus_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        row-gap: 77px;
    }

    .custom_mobile_menu {
        position: fixed;
        top: 115px;
        background: #fff;
        left: 0;
        right: 0;  
        bottom: 0;
        height: calc(100% - 115px);
        padding: 32px 16px 0;
        overflow-y: auto;
    }

    .mobile_menu_active .custom_mobile_menu {
        visibility: visible;
        opacity: 1;
        transition: opacity ease-in 0.3s, visibility ease-in 0.1s, top ease-in 0.1s;
    }

    .custom_mobile_menu ul {
        margin: 0;
        padding: 0;
    }

    .custom_mobile_menu ul li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .custom_mobile_menu .mobile_menus_wrapper > ul > li {
        border-bottom: 1px solid rgba(25, 23, 65, 0.15); 
        padding-top: 18px;
        padding-bottom: 15px;
    } 
  

    .custom_mobile_menu .mobile_menus_wrapper > ul > li:first-child { 
        padding-top: 0; 
    } 

    .custom_mobile_menu .mobile_menus_wrapper > ul > li.has_submenu:after {
        content: '';
        width: 19px;
        height: 19px;
        display: inline-block;
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.458 10.0013L6.33301 2.08464L6.33301 4.0638L11.4788 10.0013L6.33301 15.9388L6.33301 17.918L13.458 10.0013Z' fill='%23191741'/%3E%3C/svg%3E%0A");        
        background-position: center;
        background-size: 19px;
        transition: transform ease-in 0.3s;
        position: absolute;
        right: 0;
        pointer-events: none;
    }

    .custom_mobile_menu .mobile_menus_wrapper > ul > li.active.has_submenu:after {
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.458 10.0013L6.33301 2.08464L6.33301 4.0638L11.4788 10.0013L6.33301 15.9388L6.33301 17.918L13.458 10.0013Z' fill='%23FD4B55'/%3E%3C/svg%3E%0A");        
        background-position: center;
        transform: rotate(90deg);
    }

    .custom_mobile_menu .mobile_menus_wrapper > ul > li.has_submenu.submenu-active:after, 
    .custom_mobile_menu .mobile_menus_wrapper > ul > li.has_submenu.show_submenu:after {
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.458 10.0013L6.33301 2.08464L6.33301 4.0638L11.4788 10.0013L6.33301 15.9388L6.33301 17.918L13.458 10.0013Z' fill='%23FD4B55'/%3E%3C/svg%3E%0A");  
    }

    .custom_mobile_menu ul > li > a {
        color: #191741;
        font-family: "Manrope", Sans-serif;
        font-size: 14px; 
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        display: inline-block;
        transition: all ease-in 0.3s;
        width: 100%;
    }

    .custom_mobile_menu ul > li > a:hover,
    .custom_mobile_menu ul > li.active > a,
    .custom_mobile_menu ul > li.current_page > a,
    .custom_mobile_menu .mobile_menus_wrapper > ul > li.submenu-active > a,
    .custom_mobile_menu .mobile_menus_wrapper > ul > li.show_submenu > a,
    .custom_mobile_menu .second_level_list > ul > li > a.active { 
        color: #FD4B55;
    }

    .custom_mobile_menu ul > li > a,
    .mobile_menu_icon,
    .header_block a,
    .header_block button {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .custom_mobile_menu ul > li > a,
    .mobile_menu_icon,
    .header_block a,
    .header_block button {
        -webkit-tap-highlight-color: none; 
    }

    .custom_mobile_menu ul > li > a:focus {
        outline: none !important;
    }
 
    .mobile_menu_bottom_button {
        padding-bottom: 24px;
        position: relative;
    }    

    .mobile_menu_btn {
        width: 100%;
        display: inline-block;
        color: #FFFEFD !important;
        font-size: 12px;
        font-weight: 600 !important;
        line-height:  16px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        background:#FD4B55;
        padding: 14px 28px;
        text-align: center;
        /*max-width: 358px;*/
        margin: 0 auto;
        /* position: absolute;
        bottom: 24px;
        left: 16px;
        right: 16px;
        max-width: calc(100% - 32px); */
    }

    .custom_mobile_menu .second_level_list {
        order: 3;
        width: 100%;
        padding-top: 16px;
        display: none;  
    }

    .custom_mobile_menu .second_level_list ul {
        border-radius: 8px;
        background: #F7F4F3;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 16px;
    }

    .custom_mobile_menu .second_level_list ul li a {  
        font-size: 14px; 
        font-weight: 700;
        line-height: 20px; 
        text-transform: none;
        letter-spacing: 0;
    }

    .mobile_menus_wrapper.submenu_is_active .mobile_menu_btn {
        display: none;
    }

    .mobile_menus_wrapper.integration_active {

    }


    /** Mobile Menu Integration Block **/

    .custom_mobile_menu .integration_title {
        font-size: 20px;  
        line-height: 26px;
    }

    .custom_mobile_menu .integration_col_title { 
        font-size: 12px; 
        font-weight: 500;
        line-height: 18px;
    }

    .custom_mobile_menu .megamenu_integration ul li a {
        height: 48px;
        width: 48px;
        max-width: 100%;
    }

    .custom_mobile_menu .megamenu_integrations {
        flex-wrap: nowrap;
        margin: 0 -16px; 
        overflow-x: auto;
        padding-left: 4px;
    }

    .custom_mobile_menu .megamenu_integration:last-child .megamenu_integration_inner {
        padding-right: 4px;
    }

    .custom_mobile_menu .megamenu_integration .megamenu_integration_inner {
        padding-right: 24px;
        padding-bottom: 18px;
    }

    .custom_mobile_menu .megamenu_integration {
        width: auto; 
    }

    .megamenu_integration_block {
        height: 0px;
        transition: height ease-in 0.3s, opacity ease-in 0.2s;
        opacity: 0;
        overflow: hidden;
    }

    .megamenu_integration_block.active {
        height: 142px;
        opacity: 1;
    }



    .mobile_menu_active .cky-btn-revisit-wrapper {
        display: none;
    }

    .header_block_inner {
        padding: 0;
    }


    .custom_mobile_menu::-webkit-scrollbar {
        width: 0; 
    }
 
}


@media screen and (max-width: 767px) {

    body {
        overflow: clip;
    }

    .custom_mobile_menu { 
        top: 94px;  
        height: calc(100% - 94px); 
    }

    .top_header_close {
        display: none;
    }

    .top_header {
        padding: 6px 16px; 
    }

    .top_header_inner {
        column-gap: 6px;
    }

    .top_header_inner span.top_middle_content, 
    .top_header_inner span.top_left_link {
        font-size: 8px ;
        line-height: 11px ;
    }

    .top_header_inner .top_header_btn { 
        column-gap: 8px;
        font-size: 7px;
        line-height: 9px; 
        padding: 4px 7px;
        letter-spacing: 0.7px;
        white-space: nowrap;
    }

    .header_block {
        padding: 10px 16px 9px 16px;
        border-bottom: 1px solid rgba(255, 254, 253, 0.20);
    }

    .header_block_inner .header_right {
        width: calc(100% - 71px);
    }

    .top_header_inner .top_header_btn:before {
        height: 8px;
        width: 8px;
        background-size: 8px;
    }

    .top_header_inner .top_left_link {
        white-space: nowrap;
    }

    .header_block_inner .header_logo {
        width: 71px;
        max-height: 40px;
    }

    .top_header_inner .top_left_link:after {
        height: 10px; 
    }

    .custom_header .dropdown-contentlang::before {
        position: absolute;
        left: 32px;
        width: 36px;
        margin-top: -13px;
    }
    
    .custom_header .dropdown-contentlang {
        min-width: 132px !important;
        padding-top: 26px;
        left: calc(50% - -6px);
    }

    .custom_header .dropdown-contentlang a {
        padding: 7px 12px; 
    }

    .custom_header .dropdown-contentlang .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
        font-size: 12px;
        line-height: 19px;
        margin-left: 6px;
    }

    .custom_header .dropdown-contentlang .wpml-ls .wpml-ls-item.wpml-ls-current-language .wpml-ls-link {
        background-size: 14px;
    }

    .custom_header .dropdown-contentlang .wpml-ls-flag {
        max-width: 14px;
    }

    .mobile_menu_btn {
        max-width: 100%;
    }
    span.integration_title:after {
        content: "";
        height: 15px;
        width: 30px;
        position: absolute;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='45' height='30' viewBox='0 0 45 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L0 0V3.74998L10.8333 15L0 26.2499V30L15 15Z' fill='%23FD4B55'/%3E%3Cpath d='M30 15L15 0V3.74998L25.8333 15L15 26.2499V30L30 15Z' fill='%23FD4B55'/%3E%3Cpath d='M45 15L30 0V3.74998L40.8333 15L30 26.2499V30L45 15Z' fill='%23FD4B55'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-animation: moveLeftRight 1.5s infinite ease-in-out;
        animation: moveLeftRight 1.5s infinite ease-in-out;
        top: 5px;
    }

}
@media screen and (max-width: 567px){
    .header_block{
        padding: 10px 16px 9px 16px;
    }
    .header_right .header_right_button{
        column-gap: 20px;
    }
    .mobile_menu_wrapper .mobile_menu_icon{
        width: 22px;
        height: 22px;
    }
    
    
}

@media screen and (max-width: 389px) {
    
    .custom_mobile_menu ul > li > a {
        font-size: 12px;
    }

    .custom_mobile_menu .second_level_list ul li a {
        font-size: 12px; 
        line-height: 16px; 
    }

}
@media screen and (min-width: 1600px) and (max-width: 1800px) { 

    html[lang="de-DE"] .header_menu > ul, html[lang="fr-FR"] .header_menu > ul{
        column-gap: 30px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1670px) { 
    html[lang="de-DE"] .header_menu > ul, html[lang="fr-FR"] .header_menu > ul{
        justify-content: left;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) { 
    html[lang="de-DE"] .header_menu > ul, html[lang="fr-FR"] .header_menu > ul{
        column-gap: 14px;
    }
    html[lang="de-DE"] .header_block_inner .header_right, html[lang="fr-FR"] .header_block_inner .header_right{
        width: calc(100%);
    }
}