.header-menu--desktop .header-menu__list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.header-menu__list a {
	font-family: 'Inter';
	font-size: 14px;
	line-height: 1.5em;
	display: block;
    color: #fff;
    text-decoration: none;
	transition: all .3s;
	white-space: nowrap;
}
.header-menu__list > .menu-item > a {
    padding: 0 25px;
}
.header-menu__list a:hover,
.header-menu__list .current_page_item > a,
.header-menu__list .current-menu-ancestor > a {
	color: #888DFE;
}
.header-menu__list .menu-item-has-children {
	position: relative;
}
.header-menu--desktop .header-menu__list .menu-item-has-children > .sub-menu {
	transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.2s;
    transform: translateY(-30px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    background: #0e0e0e;
    box-shadow: inset 0 0 0px 0.2px #9494BD;
    padding: 24px 24px;
    left: -16px;
    top: 40px;
}
.header-menu--desktop .header-menu__list .menu-item-has-children:hover > .sub-menu {
	transform: scale(1) translateY(0);
	opacity: 1;
	visibility: visible;
}
.header-menu--desktop .header-menu__list .menu-item-has-children > .sub-menu::before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
}
.header-menu--mobile {
	margin: 0;
}
#menu-area.menu-area .header-menu--mobile .sub-menu > .menu-item {
	padding: 0;
	border: 0;
}
#menu-area.menu-area .header-menu--mobile .sub-menu {
	margin-top: 0;
}
#menu-area.menu-area .header-menu--mobile .sub-menu > .menu-item > a {
	padding: 8px 24px 8px;
    margin: 0;
    font: 16px / 1.5 Inter-Regular;
}
#menu-area.menu-area .header-menu--mobile .sub-menu > li:first-child > a {
	padding-top: 23px;
}
#menu-area.menu-area .mobile-menu ul li.menu-item-has-children > a::before {
	width: 24px;
	height: 24px;
	top: calc(50%  - 12px);
}
#menu-area.menu-area .mobile-menu ul li.menu-item-has-children.open > a {
	color: #fff;
}

/* 24.09.25 */
.header-menu {
	margin-left: auto;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent {
	position: static;
}
.header-menu--desktop .header-menu__list > .menu-item-has-children > a {
	display: block;
	position: relative;
}
.header-menu--desktop .header-menu__list > .menu-item-has-children > a::after {
	content: '';
	display: block;
    width: 7px;
    height: 9px;
	position: absolute;
	right: 9px;
	top: 55%;
	transform: translate(0,-50%) rotate(90deg);
    background: url(../img/menu-arrow-to-right.svg) center center / contain no-repeat;
    transition: all .2s;
}
.header-menu--desktop .header-menu__list > .menu-item-has-children:hover > a::after {
	transform: translate(0,-50%) rotate(-90deg);
}
.header-menu--desktop .header-menu__list > .menu-item-has-children > a:hover::after {
	background: url(../img/menu-arrow-to-right--888DFE.svg) center center / contain no-repeat;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu {
	width: 1170px;
	top: 40px;
	left: 50%;
	translate: -50% 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 22px;
	padding: 32px;
	pointer-events: none;
	transition: .3s all;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent:hover > .sub-menu {
	pointer-events: auto;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item,
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item {
	position: relative;
	padding-left: 22px;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a,
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a {
	position: relative;
	color: #FFF;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	cursor: default;
	pointer-events: none;
}
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a {
	padding-top: 24px;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a::before,
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a::before {
	top: 3.5px;
	left: -24px;
}
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a::before {
	top: 30px;
	left: 2px;
}

.custom-submenu-parent .menu-item--image a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.59082 2.56055H5.60352C5.07138 2.56055 4.7093 2.56114 4.42969 2.58398C4.15747 2.60623 4.01805 2.64584 3.9209 2.69531C3.68719 2.81439 3.49706 3.00461 3.37793 3.23828C3.32844 3.33541 3.28788 3.4749 3.26563 3.74707C3.24278 4.02668 3.24219 4.38876 3.24219 4.9209V8.03906L4.48535 7.04492L5.99219 8.25098L8.21191 6.03027L9.09082 6.90918L6.08398 9.91602L4.48535 8.63672L3.24609 9.62695C3.24928 9.79752 3.25518 9.9425 3.26563 10.0703C3.28788 10.3427 3.32842 10.4819 3.37793 10.5791C3.49705 10.8129 3.68711 11.0029 3.9209 11.1221C4.01806 11.1716 4.15733 11.2121 4.42969 11.2344C4.7093 11.2572 5.07138 11.2578 5.60352 11.2578H9.5791C10.1112 11.2578 10.4733 11.2572 10.7529 11.2344C11.0251 11.2121 11.1646 11.1716 11.2617 11.1221C11.4954 11.0029 11.6856 10.8128 11.8047 10.5791C11.8542 10.482 11.8938 10.3425 11.916 10.0703C11.9389 9.7907 11.9395 9.42863 11.9395 8.89648V6.90918H13.1826V8.92285C13.1826 9.42276 13.1827 9.83575 13.1553 10.1719C13.1267 10.5209 13.0647 10.8421 12.9111 11.1436C12.6729 11.6109 12.2926 11.9913 11.8252 12.2295C11.5238 12.383 11.2026 12.4441 10.8535 12.4727C10.5174 12.5001 10.1044 12.5 9.60449 12.5H5.57715C5.07724 12.5 4.66425 12.5001 4.32813 12.4727C3.97907 12.4441 3.65785 12.3831 3.35645 12.2295C2.88899 11.9913 2.50873 11.611 2.27051 11.1436C2.11694 10.8422 2.05589 10.5209 2.02734 10.1719C1.99988 9.83575 1.99999 9.42276 2 8.92285V4.89551C1.99999 4.39557 1.9999 3.98264 2.02734 3.64648C2.05586 3.29743 2.11702 2.97621 2.27051 2.6748C2.50868 2.20737 2.88907 1.82712 3.35645 1.58887C3.65785 1.43529 3.97906 1.37327 4.32813 1.34473C4.66425 1.31726 5.07724 1.31737 5.57715 1.31738H7.59082V2.56055ZM11.9648 2.53516L14 3.21289V4.3916L11.9648 5.07031L11.2871 7.10547H10.1084L9.42969 5.07031L7.39453 4.3916V3.21289L9.42969 2.53516L10.1084 0.5H11.2871L11.9648 2.53516ZM10.5098 3.22266L10.1172 3.61523L9.55566 3.80273L10.1172 3.99023L10.5098 4.38281L10.6973 4.94434L10.8848 4.38281L11.2773 3.99023L11.8389 3.80273L11.2773 3.61523L10.8848 3.22266L10.6973 2.66113L10.5098 3.22266Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--text a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1.23487H4.68103V2.47022H3.45402V9.26465H4.68103V10.5H1V9.26465H2.22701V2.47022H1V1.23487Z' fill='%23888DFE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11016 5.53354L7.78003 3.51025H8.94408L9.61395 5.53354L11.6236 6.20797V7.37993L9.61395 8.05436L8.94408 10.0777H7.78003L7.11016 8.05436L5.10052 7.37993V6.20797L7.11016 5.53354ZM8.36205 5.65883L8.1772 6.21718L7.78918 6.60783L7.2346 6.79395L7.78918 6.98006L8.1772 7.37072L8.36205 7.92906L8.54691 7.37072L8.93493 6.98006L9.48951 6.79395L8.93493 6.60783L8.54691 6.21718L8.36205 5.65883Z' fill='%23888DFE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9085 1.9456L11.3871 0.5H12.0855L12.5642 1.9456L14 2.42747V3.13065L12.5642 3.61251L12.0855 5.05812H11.3871L10.9085 3.61251L9.47266 3.13065V2.42747L10.9085 1.9456Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--analitic a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9660_451)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.325 4.86364C8.62876 4.86364 8.875 5.10784 8.875 5.40909V6.22727H9.7C10.0038 6.22727 10.25 6.47148 10.25 6.77273C10.25 7.07397 10.0038 7.31818 9.7 7.31818H8.875V8.13636C8.875 8.43761 8.62876 8.68182 8.325 8.68182C8.02125 8.68182 7.775 8.43761 7.775 8.13636V7.31818H6.95C6.64625 7.31818 6.4 7.07397 6.4 6.77273C6.4 6.47148 6.64625 6.22727 6.95 6.22727H7.775V5.40909C7.775 5.10784 8.02125 4.86364 8.325 4.86364Z' fill='%23888DFE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.025 0.5C5.26174 0.5 5.47191 0.650235 5.54678 0.872967L6.07856 2.45514L7.67393 2.98254C7.89852 3.05678 8.05 3.26522 8.05 3.5C8.05 3.73478 7.89852 3.94322 7.67393 4.01746L6.07856 4.54486L5.54678 6.12703C5.47191 6.34977 5.26174 6.5 5.025 6.5C4.78826 6.5 4.57809 6.34977 4.50323 6.12703L3.97144 4.54486L2.37607 4.01746C2.15149 3.94322 2 3.73478 2 3.5C2 3.26522 2.15149 3.05678 2.37607 2.98254L3.97144 2.45514L4.50323 0.872967C4.57809 0.650235 4.78826 0.5 5.025 0.5ZM5.025 2.77033L4.92803 3.05885C4.87328 3.22173 4.74441 3.34954 4.58018 3.40383L4.28925 3.5L4.58018 3.59617C4.74441 3.65046 4.87328 3.77827 4.92803 3.94115L5.025 4.22967L5.12198 3.94115C5.17672 3.77827 5.30559 3.65046 5.46983 3.59617L5.76075 3.5L5.46983 3.40383C5.30559 3.34954 5.17672 3.22173 5.12198 3.05885L5.025 2.77033Z' fill='%23888DFE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.68891 9.38703C5.9037 9.60005 5.9037 9.94541 5.68891 10.1584L3.48891 12.3402C3.27412 12.5533 2.92588 12.5533 2.71109 12.3402C2.4963 12.1272 2.4963 11.7819 2.71109 11.5689L4.91109 9.38703C5.12588 9.17402 5.47412 9.17402 5.68891 9.38703Z' fill='%23888DFE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.61099 2.65514C8.67142 2.35992 8.96173 2.16917 9.25941 2.2291C11.3935 2.65872 13 4.52906 13 6.77273C13 9.33332 10.9069 11.4091 8.325 11.4091C6.28861 11.4091 4.55767 10.1182 3.91616 8.31813C3.81493 8.03411 3.96504 7.72248 4.25143 7.62209C4.53783 7.5217 4.85205 7.67057 4.95328 7.95459C5.44431 9.33237 6.76928 10.3182 8.325 10.3182C10.2994 10.3182 11.9 8.73083 11.9 6.77273C11.9 5.0581 10.6722 3.62666 9.04059 3.2982C8.7429 3.23827 8.55057 2.95037 8.61099 2.65514Z' fill='%23888DFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9660_451'%3E%3Crect y='0.5' width='16' height='16' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--audio a::before{background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0.5C9.43361 0.5 9.79895 0.776737 9.90234 1.19141L11.1348 6.12695C11.188 6.34063 11.3817 6.49318 11.6123 6.49707H11.6289C11.86 6.4938 12.0467 6.34674 12.1045 6.13965L12.7998 3.6416C12.9092 3.24981 13.2627 2.98278 13.6768 2.97363L13.8301 2.98242C14.179 3.03098 14.4707 3.2648 14.582 3.60352L15.4209 6.16016C15.4852 6.3577 15.6713 6.49332 15.8887 6.49707H16.4824C16.567 6.49707 16.648 6.51358 16.7217 6.54395C16.9433 6.63428 17.1006 6.84783 17.1006 7.09961C17.1006 7.43454 16.8219 7.70117 16.4844 7.70117H15.8965C15.8932 7.70117 15.89 7.70021 15.8867 7.7002C15.6696 7.70387 15.4844 7.83999 15.4189 8.03809L14.5801 10.5947C14.4534 10.98 14.0934 11.2378 13.6748 11.2246C13.262 11.2155 12.9073 10.9484 12.7979 10.5566L12.1025 8.05762C12.0456 7.85433 11.8556 7.70824 11.6357 7.70117C11.6309 7.70121 11.626 7.70215 11.6211 7.70215C11.6152 7.70215 11.6094 7.70123 11.6035 7.70117C11.383 7.7081 11.1855 7.85993 11.1328 8.07031L9.90039 13.0068C9.79716 13.4208 9.43268 13.6964 9 13.6973V13.6992C8.56639 13.6992 8.20105 13.4225 8.09766 13.0078L6.86523 8.07129C6.8117 7.85761 6.61753 7.70463 6.38672 7.70117C6.38411 7.70118 6.38151 7.70215 6.37891 7.70215C6.37597 7.70215 6.37305 7.70119 6.37012 7.70117C6.13971 7.70483 5.9534 7.85208 5.89551 8.05859L5.2002 10.5576C5.09078 10.9494 4.73725 11.2164 4.32324 11.2256L4.32227 11.2246C3.91243 11.2353 3.54493 10.9817 3.41797 10.5957L2.5791 8.03906V8.03809C2.51375 7.83816 2.32353 7.70134 2.10254 7.70117H1.5166C1.30583 7.70117 1.11818 7.59712 1.00684 7.4375C0.962159 7.37346 0.929705 7.30052 0.913086 7.22168C0.904798 7.18231 0.900391 7.1415 0.900391 7.09961C0.900391 7.05772 0.904798 7.01691 0.913086 6.97754C0.929705 6.8987 0.962159 6.82576 1.00684 6.76172C1.11818 6.6021 1.30583 6.49805 1.5166 6.49805H2.10352C2.32473 6.49791 2.51488 6.36038 2.58008 6.16016L3.41895 3.60352C3.54611 3.21662 3.91237 2.96459 4.32422 2.97363C4.73711 2.98278 5.09175 3.24974 5.20117 3.6416L5.89648 6.13965C5.95396 6.34558 6.14775 6.49326 6.37109 6.49707H6.38672C6.61088 6.49394 6.81302 6.3404 6.86621 6.12695L8.09766 1.19141C8.20105 0.776737 8.56639 0.5 9 0.5ZM8.0625 6.41406C7.99726 6.67507 7.87104 6.9073 7.70312 7.10156C7.8713 7.29487 7.99774 7.52607 8.0625 7.78516L9 11.5439L9.9375 7.78516C10.0028 7.52412 10.128 7.29096 10.2959 7.09668C10.1282 6.90358 10.0021 6.67268 9.9375 6.41406L9 2.6543L8.0625 6.41406ZM3.75391 6.52734C3.68347 6.74238 3.57154 6.9349 3.42969 7.09961C3.54249 7.23047 3.63696 7.37846 3.70605 7.54199L3.75391 7.67188L4.2793 9.27441L4.70605 7.74219C4.77328 7.5009 4.89315 7.28427 5.05078 7.10156C4.89327 6.91765 4.77378 6.69946 4.70605 6.45605L4.2793 4.92285L3.75391 6.52734ZM13.2939 6.45605C13.2268 6.69736 13.1068 6.91386 12.9492 7.09668C13.1068 7.28048 13.2261 7.49881 13.2939 7.74219L13.7197 9.27441L14.2461 7.6709C14.3164 7.45626 14.427 7.26316 14.5684 7.09863C14.4272 6.93429 14.3166 6.74158 14.2461 6.52734L13.7197 4.92285L13.2939 6.45605ZM7.67871 6.97461C7.71363 6.9298 7.74517 6.88242 7.77539 6.83398C7.74512 6.88238 7.71363 6.9298 7.67871 6.97461ZM7.87695 6.64648C7.85363 6.69904 7.82572 6.74885 7.79688 6.79785C7.80442 6.78501 7.81312 6.77284 7.82031 6.75977L7.87695 6.64648ZM12.0957 6.36914C12.1034 6.35935 12.1131 6.35111 12.1201 6.34082L12.126 6.33105C12.117 6.34466 12.1057 6.35638 12.0957 6.36914Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--video a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.25 0.5C12.0437 0.5 13.5 1.9563 13.5 3.75V9C13.5 10.7937 12.0437 12.25 10.25 12.25H5C3.2063 12.25 1.75 10.7937 1.75 9V3.75C1.75 1.9563 3.2063 0.5 5 0.5H10.25ZM5 1.75C3.89645 1.75 3 2.64645 3 3.75V9C3 10.1036 3.89645 11 5 11H10.25C11.3536 11 12.25 10.1036 12.25 9V3.75C12.25 2.64645 11.3536 1.75 10.25 1.75H5ZM9.5 3.875C9.84507 3.875 10.125 4.15493 10.125 4.5V8.25C10.125 8.59507 9.84507 8.875 9.5 8.875C9.15493 8.875 8.875 8.59507 8.875 8.25V7.38672L6.0293 8.80957C5.83607 8.90599 5.60539 8.89605 5.4209 8.78223L5.37402 8.75293V8.74707C5.21888 8.62971 5.125 8.44745 5.125 8.25V4.5C5.125 4.30236 5.2186 4.1193 5.37402 4.00195V3.99707L5.4209 3.96777C5.60539 3.85395 5.83606 3.84401 6.0293 3.94043L8.875 5.3623V4.5C8.875 4.15493 9.15493 3.875 9.5 3.875ZM6.375 7.2373L8.10059 6.37402L6.375 5.51172V7.2373Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--presentation a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3326 0.5C14.0305 0.5 14.5992 1.08897 14.5992 1.7998V2.48535C14.5992 2.97387 14.3286 3.39883 13.9332 3.61816V8.65625C13.9332 9.75107 13.0708 10.6426 11.9996 10.6426H9.79358L11.027 11.5947H11.028C11.2902 11.7991 11.3461 12.1828 11.1471 12.4531L11.1461 12.4521C11.0269 12.6155 10.8509 12.6991 10.6666 12.6992C10.5368 12.6992 10.4162 12.6571 10.3073 12.5771L10.3053 12.5762L7.99963 10.7988L5.69397 12.5762C5.42799 12.7829 5.05084 12.7228 4.85217 12.4531C4.65314 12.1828 4.70906 11.7991 4.97131 11.5947H4.97229L6.20569 10.6426H3.99963C2.92844 10.6426 2.06604 9.75107 2.06604 8.65625V3.61816C1.6709 3.39953 1.40005 2.9807 1.40002 2.48535V1.7998C1.40002 1.08897 1.96876 0.5 2.66663 0.5H13.3326ZM3.26624 8.65625C3.26624 9.07683 3.5975 9.41406 3.99963 9.41406H11.9996C12.4018 9.41406 12.733 9.07683 12.733 8.65625V3.78516H3.26624V8.65625ZM12.5885 9.2627C12.5699 9.28194 12.5503 9.30008 12.5299 9.31738V9.31836C12.5505 9.30092 12.5699 9.28221 12.5885 9.2627ZM2.66663 1.72852C2.63116 1.72852 2.59924 1.75636 2.59924 1.7998V2.48535C2.59927 2.52876 2.63117 2.55664 2.66663 2.55664H13.3326C13.3681 2.55664 13.4 2.52876 13.4 2.48535V1.7998C13.4 1.75636 13.3681 1.72852 13.3326 1.72852H2.66663Z' fill='%23888DFE'/%3E%3Cpath d='M8.81323 5.58673L10.2 6.04865V6.85138L8.81323 7.31329L8.35132 8.70001H7.54858L7.08667 7.31329L5.69995 6.85138V6.04865L7.08667 5.58673L7.54858 4.20001H8.35132L8.81323 5.58673ZM7.82202 6.0545L7.55444 6.32208L7.17261 6.45001L7.55444 6.57794L7.82202 6.84552L7.94995 7.22736L8.07788 6.84552L8.34546 6.57794L8.72729 6.45001L8.34546 6.32208L8.07788 6.0545L7.94995 5.67267L7.82202 6.0545Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}
.custom-submenu-parent .menu-item--code a::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1611 0.5C10.6975 0.499992 11.1403 0.499844 11.501 0.529297C11.8757 0.559914 12.2204 0.626155 12.5439 0.791016C13.0456 1.04666 13.4533 1.45439 13.709 1.95605C13.8738 2.27961 13.9401 2.62429 13.9707 2.99902C14.0002 3.35971 14 3.80247 14 4.33887V6.66016C14 7.19679 14.0002 7.64018 13.9707 8.00098C13.9401 8.37566 13.8738 8.72042 13.709 9.04395C13.4533 9.54552 13.0456 9.95339 12.5439 10.209C12.2204 10.3738 11.8757 10.4391 11.501 10.4697C11.1403 10.4992 10.6976 10.5 10.1611 10.5H10.0205L8 12.8574L5.97949 10.5H5.83887C5.30244 10.5 4.85972 10.4992 4.49902 10.4697C4.1243 10.4391 3.7796 10.3738 3.45605 10.209C2.95443 9.95339 2.54669 9.54552 2.29102 9.04395C2.12617 8.72042 2.05992 8.37566 2.0293 8.00098C1.99982 7.64018 1.99999 7.1968 2 6.66016V4.33887C1.99999 3.80247 1.99984 3.35971 2.0293 2.99902C2.05991 2.62429 2.12616 2.27961 2.29102 1.95605C2.54666 1.45439 2.95439 1.04666 3.45605 0.791016C3.77961 0.626155 4.12429 0.559914 4.49902 0.529297C4.85971 0.499844 5.30247 0.499992 5.83887 0.5H10.1611ZM5.86621 1.83301C5.29545 1.83301 4.90739 1.83389 4.60742 1.8584C4.31533 1.88226 4.16578 1.92544 4.06152 1.97852C3.81064 2.10635 3.60635 2.31064 3.47852 2.56152C3.42544 2.66578 3.38226 2.81533 3.3584 3.10742C3.33389 3.40739 3.33301 3.79545 3.33301 4.36621V6.63281C3.33301 7.20386 3.33388 7.59252 3.3584 7.89258C3.38228 8.18465 3.42541 8.33425 3.47852 8.43848C3.60634 8.6893 3.81069 8.89269 4.06152 9.02051C4.16579 9.07363 4.31515 9.11772 4.60742 9.1416C4.90739 9.1661 5.29546 9.16602 5.86621 9.16602H6.59277L8 10.8086L9.40723 9.16602H10.1338C10.7045 9.16602 11.0926 9.1661 11.3926 9.1416C11.6849 9.11772 11.8342 9.07363 11.9385 9.02051C12.1893 8.89269 12.3937 8.6893 12.5215 8.43848C12.5746 8.33425 12.6177 8.18465 12.6416 7.89258C12.6661 7.59252 12.667 7.20386 12.667 6.63281V4.36621C12.667 3.79545 12.6661 3.40739 12.6416 3.10742C12.6177 2.81533 12.5746 2.66578 12.5215 2.56152C12.3937 2.31064 12.1894 2.10635 11.9385 1.97852C11.8342 1.92544 11.6847 1.88226 11.3926 1.8584C11.0926 1.83389 10.7046 1.83301 10.1338 1.83301H5.86621ZM10.667 7.83301H8V6.5H10.667V7.83301ZM8.27637 5.16699L6 7.44238L5.05762 6.5L6.39062 5.16699L5.05762 3.83301L6 2.89062L8.27637 5.16699Z' fill='%23888DFE'/%3E%3C/svg%3E%0A") !important}


.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu {
	position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    background-color: transparent;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu {
	margin-top: 8px;
	gap: 6px;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu > .menu-item {
	background-color: transparent;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu > .menu-item a {
	display: block;
	color: rgba(255,255,255,.7);
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	white-space: normal;
}
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu > .menu-item a:hover,
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a,
.header-menu--desktop .header-menu__list .custom-submenu-parent > .sub-menu .sub-menu > .menu-item.current-menu-item a {
	color: #888DFE;
}


.header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > a:before {
	display: none;
}
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
	margin-bottom: 12px;
}
#menu-area.menu-area .header-menu--mobile .header-menu__list .custom-submenu-parent > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	color: rgba(255,255,255,.7);
	font-size: 14px;
}
