/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 1200px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: normal;
}

@media (min-width: 1200px) and (max-width: 1150px) {
  .menu__link {
    font-size: 0.833rem;
  }
}

@media (max-width: 1200px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}
.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1200px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1200px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1200px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 1200px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 1200px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}






/* MEGA */


.header__nav {
  /* .main-header-wrapper { */
  position:relative;
}
li.mega-menu__li {
  position: static;
}


.mega-menu-dropdowns-item {
  background: #fffcf8;
  border: 2px solid #0f48d9;
  border-radius: 20px;
  display: none;
  flex-wrap: wrap;
  left: 0px;
  padding: 14px;
  position: absolute;
  top: calc(100% + 7px);
  width: calc(100% + 1px);
  z-index: 24;
}

.menu__item--depth-1 > .menu__link {
  font-family: 'sharp-grotesk-book-20';
  font-size:14px;
  line-height: 171.429%;
  text-transform: none;
}
.menu__item--depth-1 {
  display: inline-block;
  padding: 5.5px 0px;
  text-transform: none;
  margin:0px;
}

.mega-menu__li.open .mega-menu-dropdowns-item {
  display:block;
}

span.mega-menu__li {
  cursor:default;
}

@media(min-width: 1200px) { 
  .menu__item--depth-1 > .menu__link:visited,
  .menu__item--depth-1 > .menu__link:focus,
  .menu__item--depth-1 > .menu__link:active,
  .menu__item--depth-1 > .menu__link:hover {
    color:#0F48D9;
  }
  .mega-menu-dropdowns-item-container:after {
    content:"";
    position:absolute;
    z-index:23;
    top:-30px;
    height:calc(100% + 30px);
    width:100%;
  }
  .mega-menu-dropdowns-item-inner-links {
    display:flex;
    row-gap: 26px;
    column-gap:17px;
    padding:14px 14px;
    flex-wrap:wrap;
  }
  .mega-menu-dropdowns-item-inner {
    z-index:24;
    position:relative;
    display:flex;
  }
  
  .mega-menu-featured-image img{
    object-fit:cover;
    height:115px;
    width:100%;
  }
  .mega-menu-featured-image {
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    width:100%;
  }
  .mega-menu-dropdowns-item-inner > a.mega-menu-featured-item {
    width:39%;
    border-radius: 20px;
    background-color: #020341;
    display:inline-block;
    padding:15px;
  }
  .mega-menu-featured-text{
    color: #4CFF82;
    font-family: "sharp-grotesk-book-20";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.176%;
    text-decoration-line: underline;
  }
  .mega-menu-featured-text > span{
    text-decoration:none;
    display:inline-block;
  }
  .mega-menu-dropdowns-item-inner > div.mega-menu-dropdowns-item-inner-links {
    width:61%;
  }
  .mega-menu-dropdowns-item-inner > div.mega-menu-dropdowns-item-inner-links.full-width-link {
    width:100%;
  }

  .mega-menu-dropdowns-item.full-width-item {
    max-width:500px;
  }
  .mega-menu-dropdowns-item-container {
    position:relative;
  }
  .mega-menu-link:hover,
  .mega-menu-link {
    text-decoration:none;
    display:inline-block;
    width:calc(50% - calc(17px / 2));
  }
  .mega-menu-link-title {
    color: #0F48D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom:5px;
  }
  .mega-menu-link:hover .mega-menu-link-title {
    text-decoration:underline;
  }
  .mega-menu-link-text {
    color: #57657A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
  }
  .menu__child-toggle-icon {
    border:none;
    padding:0px;
    height:auto;
    width:auto;
    display: block;
    margin-left: -3px;
    color:#0F48D9;
    font-size:14px;
    transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
  }
  .menu__item--depth-1.menu__item--open > .menu__child-toggle .menu__child-toggle-icon,
  .mega-menu__li.open > .menu__child-toggle .menu__child-toggle-icon {
    transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
  }
  

  .menu--desktop .menu__wrapper {
/*     border: 1.5px solid #0f48d9; */
    border: 2px solid #0f48d9;
    border-radius: 75px;
    padding: 0 15px;
    display: flex;
    gap: 20px;
  }

  header .menu .nav-cta a:hover,
  header .menu .nav-cta a {
    color: #4CFF82;
    font-family: "sharp-grotesk-medium-20";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171.429%;
    padding:5.2px 15px;
    /*     padding: 6.3px 15px 4.1px; */
/*     6.3px 11px 4.1px */
  }
  .menu--desktop {
    display: flex;
    gap: 10px;
    align-items:center;
  }
  .main-header-wrapper {
    gap: 0px;
  }
  .main-header-wrapper>div {
    padding-left: 0px;
    padding-right: 1.25rem;
  }
  
  .menu__item--depth-1.menu__item--open > .menu__child-toggle {
    position:relative;
    z-index: 35;
  }
  .menu__item--depth-1:hover > .menu__link,
  .menu__item--depth-1.menu__item--open > .menu__link {
    position:relative;
    z-index:34;
  }
  .menu__item--depth-1 {
    padding: 5px 0 6px;
  }
  .menu--desktop .menu__wrapper {
    height: 40px;
  }
  }
  .menu__item--depth-1:not(.mega-menu__li):not(.menu__item--has-submenu):hover > .menu__link:before {
    background: #fffcf8;
    border: 2px solid #0f48d9;
    border-radius: 75px;
    content: "";
/*     height: calc(100% + 21px); */
    /*     height:38px; */
    left: calc(50%);
    position: absolute;
    /*     top: calc(50% - .5px); */
/*     top:50%; */
    height: 40px;
    top: 47%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: calc(100% + 23px);
    z-index: -1;
  }
  .menu__item--depth-1.menu__item--open>.menu__link:before,
  .mega-menu__li.open>.menu__link:before {
    background: #fffcf8;
    border: 2px solid #0f48d9;
    border-radius: 75px;
    content: "";
    left: calc(50% + 7px);
    position: absolute;
    height: 40px;
    top: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% + 47px);
    z-index: -1;
  }
  .menu--desktop.has-selected .menu__wrapper {
    border-color:#A6A4A2;
  }
  .menu--desktop.has-selected .menu__item--depth-1:not(.open) > .menu__child-toggle .menu__child-toggle-icon,
  .menu--desktop.has-selected .menu__item--depth-1:not(.open) > .menu__link {
    color:#A6A4A2;
  }
  .mega-menu__li.open > .menu__child-toggle {
    position:relative;
    z-index: 35;
  }
  .mega-menu__li:hover > .menu__link {
    cursor:default;
  }
  .mega-menu__li.open > .menu__link {
    position:relative;
    z-index: 34;
  }
  /*   ul.menu__submenu--level-2 li {
  margin-bottom:0px !important;
} */
  .menu__submenu--level-2>.menu__item:first-child:before {
    height: calc(100% + 27px);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    top: -25px;
    transform: none;
    width: 150px;
  }
  .menu__submenu .menu__item > span {
    padding:5px 10px;
    font-size:14px;
  }
  .menu__submenu .menu__item {
    background:transparent;
    border-bottom:none;
  }
  .menu__submenu--level-2 {
    transform:none;
  }
  .menu__submenu {
    background: #fffcf8;
    border-radius: 20px;
    padding: 10px !important;
    top: calc(100% + 7px);
    width: 210px;
    left:-20px;
  }
  .header__navigation--toggle {
    display:none;
  }
  .main-header-wrapper {
    align-items:center;
    padding:40px 1.25rem;
  }
  .menu__submenu > .menu__item {
    margin-bottom:10px;  
  }
  .menu__submenu > .menu__item:last-child {
    margin-bottom:0px;
  }
  .menu__submenu .menu__link, .menu__submenu .menu__link:focus, .menu__submenu .menu__link:hover {
    background-color: #fffcf8;
    color: #0f48d9;
    border-radius:10px;
  }
  .header__language-switcher .lang_list_class li:hover, 
  .menu__submenu .menu__link:focus, 
  .menu__submenu .menu__link:hover, 
  .menu__submenu--level-2>.menu__item:first-child.focus:before, 
  .menu__submenu--level-2>.menu__item:first-child:hover:before{
    background-color: #0f48d9;
    color: #FFF;
  }
  .header__language-switcher .lang_list_class, .menu .menu__submenu, .menu__submenu--level-2>.menu__item:first-child:before {
    background-color: #fffcf8;
    /*     border: 1.5px solid #0f48d9; */
    border: 2px solid #0f48d9;
  }
  .main-header-wrapper>div {
    padding:0px;
  }
  .header__logo {
    max-width:265px;
  }
  .menu__item--depth-1:hover > .menu__link,
  .menu__item--depth-1:hover > .menu__child-toggle .menu__child-toggle-icon,
  .menu__item--depth-1.menu__item--open > .menu__child-toggle .menu__child-toggle-icon,
  .menu__item--depth-1.menu__item--open > .menu__link {
    color:#0f48d9 !important;
  }
  .menu__item--depth-1 > .menu__link,
  .menu--desktop > ul {
    transition:0.5s ease all;
    -webkit-transition:0.5s ease all;
  }
}
.menu__link--active-branch, .menu__link--active-link {
  font-weight:normal;
}
.menu .menu__item--depth-1>.menu__link--active-link:after {
  display:none !important;
}
.header__logo.header__logo--main a{
  display:flex;
}

.header__close--toggle {
  display:none;
}
@media (max-width:1200px){
  .header__logo {
    max-width:163px;
  }
  .header__nav {
    position:static;
  }
  .main-header-wrapper>div {
    padding:0px;
  }
  .header__close--toggle {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    margin: 0;
    width: 40px;
  }
  .header__language-switcher--toggle.hide, .header__navigation--toggle.hide, .header__search--toggle.hide,
  .header__navigation--toggle:after {
    display:none !important;
  }
  .header__close--toggle.show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__navigation--toggle {
    background: none;
    background-size: unset;
    display:flex !important;
    margin:0px;
    height:40px;
    width:40px;
    align-items:center;
    justify-content:center;
  }
  .main-header-wrapper {
    align-items:center;
    padding:20px 1.25rem;
  }
  .menu.menu--mobile .menu__link + button {
    display:none;
  }
  .menu.menu--mobile .menu__child-toggle + ul,
  .menu.menu--mobile .menu__child-toggle + div {
    display:block !important;
    position:relative;
    transform:none;
    -webkit-transform:none;
  }
  .mega-menu-featured-item {
    display:none;
  }
  .menu__item--depth-1.mega-menu__li > .menu__link {
    text-align:center;
  }
  .mega-menu-dropdowns-item {
    width:100%;
    border:none;
  }
  .mega-menu-link-text {
    display:none;
  }
  .header__navigation.header--element,
  .header__navigation.header--element.open {
    background-color:#fffcf8;
  }
  a.mega-menu-link {
    width: calc(50% - 2.5px);
    padding: 12px 10px;
    border-radius: 40px;
    border: 1px solid #E6E3DE;
    background: #E6E3DE;
    text-decoration: none;
  }
  .mega-menu-link-title {
    color: #0F48D9;
    text-align: center;
    font-family: "sharp-grotesk-book-20";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%; 
  }
  .mega-menu-dropdowns-item-inner-links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    text-align: center;
  }
  .menu__item--depth-1.mega-menu__li>.menu__link {
    color: #0F48D9;
    font-family: "sharp-grotesk-book-20";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:100%;
    display:block;
    padding:0px;
    margin:0px auto 15px;
  }
  .mega-menu-dropdowns-item  {
    padding:0px;
    margin-bottom:15px;
  }
  .menu__item--depth-1 {
    margin-bottom:5px;
  }
  .menu--mobile {
    padding:40px 1.25rem;
  }
  .menu__item--depth-1 {
    padding:0px;
    border:0px;
  }
  .menu.menu--mobile {
/*     border-bottom:2px solid #E6E3DE;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.04); */
  }
  .menu__item--depth-1:not(.mega-menu__li) > .menu__link {
    color: #FFF;
    font-family: "sharp-grotesk-book-20";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    
    padding: 12px;
    width:calc(50% - 2.5px);

    border-radius: 100px;
    border: 1px solid #0F48D9;
    background: #0F48D9;
    line-height:90%;
    margin-bottom:0px;
  }
  .menu__item--depth-1:not(.mega-menu__li) {
    display:flex;
    flex-wrap:wrap;
    align-items:start;
    gap:5px;
  }
  .menu__submenu .menu__item {
    border-top:0px;
  }
  .menu__item--depth-1:not(.mega-menu__li) .menu__child-toggle + .menu__submenu {
    width:100%;
    border:0px;
    display:flex !important;
    flex-wrap:wrap;
    column-gap:5px;
  }
  
  .menu__item--depth-1:not(.mega-menu__li) .menu__submenu > .menu__item{
    width:calc(50% - 2.5px);
    border-top:0px;
  }
  .menu__item--depth-1:not(.mega-menu__li) .menu__child-toggle + .menu__submenu[data-counter="0"],
  .menu__item--depth-1:not(.mega-menu__li) .menu__child-toggle + .menu__submenu[data-counter="1"] {
    width:calc(50% - 2.5px);
    display:block !important;
  }
  .menu__item--depth-1:not(.mega-menu__li) .menu__submenu[data-counter="0"] > .menu__item,
  .menu__item--depth-1:not(.mega-menu__li) .menu__submenu[data-counter="1"] > .menu__item {
    width:100%;
    border-top:0px;
    margin-bottom: 0px;
  }
  .menu__item--depth-1:not(.mega-menu__li) > .menu__submenu .menu__link{
    padding: 13px 12px;
    color: #0F48D9;
    text-align: center;
    font-family: "sharp-grotesk-book-20";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    line-height:90%;
    border-radius: 40px;
    border: 1px solid #E6E3DE;
    background: #E6E3DE;
  }
  .nav-cta {
    margin-top:40px;
    text-align:center;
  }
  .nav-cta a {
    display: inline-flex;
    width:auto;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    color: #4CFF82;
    font-family: "sharp-grotesk-medium-20";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
  }
/*   .menu__item--depth-1:not(.mega-menu__li) > .menu__link{
    margin-left:auto;
    margin-right:auto;
  }
  .menu__item--depth-1:not(.mega-menu__li)[data-counter="0"] > .menu__link,
  .menu__item--depth-1:not(.mega-menu__li)[data-counter="1"] > .menu__link {
    margin-left:0px;
    margin-right:0px;
  } */
}
@media (max-width:1201px){
  .header__navigation.header--element.open {
    max-width: 500px;
    right: 0px;
    left: auto;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
  }
  .menu.menu--desktop {
    display:none;
  }
  .mega-menu-dropdowns-item-inner>div.mega-menu-dropdowns-item-inner-links .mega-menu-link-title{
    margin-bottom:0px;
  }
  .mega-menu-dropdowns-item-inner>div.mega-menu-dropdowns-item-inner-links  {
    padding:0px;
    width:100%;
  }
  .mega-menu-dropdowns-item-inner>a.mega-menu-featured-item {
    display:none;
  }
  header.header .menu__submenu {
    background: transparent;
    background-color: transparent;
    left:unset;
    padding:0px !important;
    top:unset;
  }
  .header__language-switcher.open, 
  .header__navigation.open, 
  .header__search.open {
    min-height:auto;
  }
  .header__navigation.header--element.open {
    border-radius:40px 0px 0px 40px;
  }
}

@media (max-width:501px){
  .header__navigation.header--element.open {
    box-shadow: 3px 20px 20px rgba(0,0,0,0.1);
    border-radius:0px;
  }
}

header.header .main-header-wrapper {
  transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
header.header.sticky .main-header-wrapper {
  padding-top:20px;
  padding-bottom:20px;
  transition:0.4s ease all;
  -webkit-transition:0.4s ease all;
}
div[data-global-resource-path="wisefish-s2/templates/partials/header.html"] {
  min-height:122.113px;
}
@media (max-width:1200px){
  div[data-global-resource-path="wisefish-s2/templates/partials/header.html"] {
    min-height:80px;
  }
  header.header.sticky .main-header-wrapper {
    padding-top:15px;
    padding-bottom:15px;
  }
  
  header.header .header__navigation.open {
    transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    
    max-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding-bottom: 70px;
    
  }
  header.header.sticky .header__navigation.open{
    top: 70px;
    transition:0.6s ease all;
    -webkit-transition:0.6s ease all;
  }
  .menu__item--depth-1:not(.mega-menu__li):not(.menu__item--has-submenu):hover > .menu__link:before,
  .menu__item--depth-1.menu__item--open>.menu__link:before, 
  .mega-menu__li.open>.menu__link:before {
    display:none;
  }
  .menu--mobile .menu__item--depth-1:not(.mega-menu__li):hover > .menu__link {
    color:#fff !important;
  }
}




@media (max-width:1200px){
  .menu--mobile[data-version="2"] {
    padding:30px 20px 30px;
    background:#E6E3DE;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1.mega-menu__li:before {
    content: "";
    padding: 18px 12px 12px 12px;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 30px - 20px);
    top: 30px;
    background: #0F48D9;
    border-radius: 20px;
    z-index: 1;
  }
  
  .menu--mobile[data-version="2"] .menu__item--depth-1.mega-menu__li {
    position: relative;
    color: #fff !important;
    border-radius: 0px;
    background: #FFFCF8;
    padding: calc(30px + 18px) calc(20px + 12px) calc(20px + 12px);
    margin: -30px -20px 20px;
    width: calc(100% + 40px);
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1.mega-menu__li > .menu__link{
    color: #FFF !important;
    font-family: "sharp-grotesk-book-20";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:15px;
    text-align:left;
    position:relative;
    z-index:2;
  }
  
  .menu--mobile[data-version="2"] .mega-menu-dropdowns-item-inner-links {
    background: #0F48D9;
    gap:6px;
  }

  .menu--mobile[data-version="2"] .mega-menu-dropdowns-item-inner-links > .mega-menu-link {
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #FFF;
    width: calc(50% - 3px);
    padding:5px 12px;
  }
  .menu--mobile[data-version="2"] .mega-menu-dropdowns-item {
    margin-bottom: 0px;
  }
  .menu--mobile[data-version="2"] .mega-menu-dropdowns-item-inner-links > .mega-menu-link .mega-menu-link-title {
    color: #0F48D9;
    text-align: center;
    font-family: "sharp-grotesk-book-20";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
  }
  
  
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li){
    margin-bottom:6px;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li) > .menu__link {
    color: #0F48D9 !important;
    font-family: "sharp-grotesk-book-20";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding:10px 12px;
    width:100%;
    border-radius: 100px;
    border: 1px solid #FFFCF8;
    background: #FFFCF8;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li).menu__item--has-submenu {
    position:relative;
    border-radius: 20px;
    background: #FFFCF8;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li).menu__item--has-submenu  ul{
    padding:12px;
    display:none !important;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li).menu__item--has-submenu.menu__item--open >  ul{
    padding:12px;
    display:block !important;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li).menu__item--has-submenu > .menu__child-toggle {
/*     content:"";
    position:absolute;
    right: 5px;
    top: 0px;
    background:url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.12151 10.584C3.33751 9.338 1.89551 8.134 0.789508 7.784V6.3C1.92351 6.72 3.11351 7.728 3.77151 8.568V0.546H5.05951V8.568C5.71751 7.728 6.94951 6.72 8.06951 6.286V7.77C6.97751 8.134 5.50751 9.352 4.73751 10.584H4.12151Z" fill="%230F48D9"/></svg>');
    background-size:9px;
    background-position:center;
    background-repeat:no-repeat;
    height:40px;
    width:40px;
    z-index:4; */
    height:35px;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content: center
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li).menu__item--has-submenu > .menu__child-toggle .menu__child-toggle-icon{
    background-image:none !important;
    color:#0F48D9;
    text-align: center;
    font-family: "sharp-grotesk-book-20";
    font-size: 14px;
    font-style: normal;
    display:flex;
    align-items:center;
    font-weight: 400;
    line-height: 1em;
  }
  .menu--mobile[data-version="2"] .menu__item--depth-1:not(.mega-menu__li) > .menu__submenu .menu__link {
    padding:0px 0px 12px 24px;
    color: #0F48D9;
    text-align: left;
    font-family: "sharp-grotesk-book-20";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    border-radius: 40px;
    border: none;
    background: transparent;
  }
  
  .menu--mobile[data-version="2"]  .menu__item--depth-1:not(.mega-menu__li).menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.4s;
    justify-content: center;
    align-items: center;
  }
  .menu--mobile[data-version="2"] .nav-cta {
    margin-top:20px;
  }
  .menu--mobile[data-version="2"] .nav-cta a {
    width:100%;
  }
  .header .header__nav .header__navigation.layout-2{
    background:#E6E3DE;
  }
}
