.desktop-main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 32px;
}


.desktop-main-menu-items,
.desktop-main-menu-items>a {
    margin: 0;
    color: #37474F;
    font-size: 13px;
    font-weight: 800;
    line-height: 23.4px;
    padding: 4px 0;
}

.desktop-main-menu-items {
    padding: 16px 0;

}

.desktop-main-menu-items:hover,
.desktop-main-menu-items:hover>a {
    color: #E6AF2E;
}

.desktop-main-menu-items.submenu {
    padding-left: 24px;
    position: relative;
}

.desktop-main-menu-items.submenu::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    left: 5px;
    top: 40%;
    transition: all .3s;
    background-image: url("../../assets/images/arrow-bottom-black.svg");
}

.desktop-main-menu-items.submenu.active::after {
    transform: rotate(180deg);
    transition: all .3s;
    background-image: url("../../assets/images/arrow-top.svg");
}


.desktop-main-submenu {
    position: fixed;
    width: 80vw;
    right: 10vw;
    background-color: #fff;
    top: 80px;
    padding-top: 32px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 0;
    overflow: hidden;
    border-radius: 0px 0px var(--Roundness-Roundness---M, 16px) var(--Roundness-Roundness---M, 16px);
    background: var(--Background-Background, #FFF);
    box-shadow: 0px 118px 33px 0px rgba(0, 0, 0, 0.00), 0px 75px 30px 0px rgba(0, 0, 0, 0.01), 0px 42px 25px 0px rgba(0, 0, 0, 0.02), 0px 19px 19px 0px rgba(0, 0, 0, 0.03), 0px 5px 10px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(25px);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .desktop-main-submenu {
        width: 98vw;
        right: 1vw;
        top : 78px;
    }
    .desktop-menu-columns{
        width: calc(98vw - 227px) !important;
    }
}

.desktop-main-submenu.active {
    opacity: 1;
    visibility: visible;
}

.desktop-main-submenu.active .desktop-main-submenu-inner {
    display: flex;
}

.desktop-menu-mainlist {
    display: block;
    width: 227px;
    height: 550px;
    padding: 24px 16px;
    border-left: 1px solid #F5DFAB;
    background: #FDF7EA;
    list-style: none;
    margin: 0 !important;
}

.desktop-menu-mainlist-items>span,
.desktop-menu-mainlist-items>a {
    color: #879195;
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    line-height: 28.8px;
    position: relative;
    border: 1px solid #FDF7EA;
    cursor: pointer;
    transition: all .9s;
    display: flex;
    padding: 8px 40px 8px 0;
}

.work-notice {
    position: absolute;
    border: 1px solid #F5DFAB;
    padding: 12px 44px 12px 34px;
    color: #7C5F19;
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 8px;
    top: 19px;
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14C11 13.7167 10.9042 13.4792 10.7125 13.2875C10.5208 13.0958 10.2833 13 10 13C9.71667 13 9.47917 13.0958 9.2875 13.2875C9.09583 13.4792 9 13.7167 9 14C9 14.2833 9.09583 14.5208 9.2875 14.7125C9.47917 14.9042 9.71667 15 10 15ZM9 11H11V5H9V11ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z' fill='%23E6AF2E'/%3E%3C/svg%3E%0A");
}

.desktop-menu-mainlist-items.study span::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon'%3E%3Cmask id='mask0_19282_15083' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect id='Bounding box' y='0.5' width='24' height='24' fill='%23879195'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_19282_15083)'%3E%3Cpath id='school' d='M11.9995 21.5835L4.91585 17.7477V11.7477L0.826172 9.49983L11.9995 3.41016L23.1729 9.49983V17.5895H20.9876V10.7015L19.0832 11.7477V17.7477L11.9995 21.5835ZM11.9995 13.0803L18.6283 9.49983L11.9995 5.91941L5.37075 9.49983L11.9995 13.0803ZM11.9995 19.0993L16.8979 16.4531V12.9053L11.9995 15.5895L7.10117 12.9053V16.4531L11.9995 19.0993Z' fill='%23879195'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.desktop-menu-mainlist-items.work span::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon'%3E%3Cmask id='mask0_19282_15086' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect id='Bounding box' y='0.5' width='24' height='24' fill='%23879195'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_19282_15086)'%3E%3Cpath id='business_center' d='M4.07187 21.7216C3.44216 21.7216 2.90556 21.4999 2.46207 21.0564C2.01861 20.6129 1.79688 20.0763 1.79688 19.4466V8.59009C1.79688 7.96038 2.01862 7.42378 2.46213 6.98032C2.90559 6.53683 3.44218 6.31509 4.0719 6.31509H7.81483V4.41074C7.81483 3.78103 8.03657 3.24443 8.48005 2.80094C8.92352 2.35748 9.46011 2.13574 10.0898 2.13574H13.9105C14.5402 2.13574 15.0768 2.35748 15.5203 2.80094C15.9637 3.24443 16.1855 3.78103 16.1855 4.41074V6.31509H19.9284C20.5581 6.31509 21.0947 6.53683 21.5382 6.98032C21.9817 7.42378 22.2034 7.96038 22.2034 8.59009V19.4466C22.2034 20.0763 21.9817 20.6129 21.5382 21.0564C21.0947 21.4999 20.5581 21.7216 19.9284 21.7216H4.07187ZM10.0898 6.31509H13.9105V4.41074H10.0898V6.31509ZM19.9284 15.5183H15.0001V17.5183H9.00013V15.5183H4.07187V19.5183H19.9284V15.5183ZM11.0001 15.5183H13.0001V13.5183H11.0001V15.5183ZM4.07187 13.5183H9.00013V11.5183H15.0001V13.5183H19.9284V8.59009H4.07187V13.5183Z' fill='%23879195'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.desktop-menu-mainlist-items.investment span::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='finance_mode_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24 1'%3E%3Cpath id='Vector' d='M8 14.15V6.5H11V14.15L9.5 12.75L8 14.15ZM13 15.65V2.5H16V12.65L13 15.65ZM3 19.1V10.5H6V16.1L3 19.1ZM3 21.55L9.45 15.1L13 18.15L18.6 12.55H17V10.55H22V15.55H20V13.95L13.1 20.85L9.55 17.8L5.8 21.55H3Z' fill='%23879195'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.desktop-menu-mainlist-items.visa span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_19282_15093' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23879195'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_19282_15093)'%3E%3Cpath d='M17.0951 16.3384C16.2184 16.3384 15.4734 16.0315 14.8602 15.4178C14.247 14.8041 13.9404 14.0589 13.9404 13.1822C13.9404 12.3055 14.2472 11.5605 14.8609 10.9473C15.4746 10.3341 16.2198 10.0275 17.0965 10.0275C17.9732 10.0275 18.7182 10.3343 19.3314 10.948C19.9446 11.5617 20.2512 12.3069 20.2512 13.1836C20.2512 14.0603 19.9444 14.8053 19.3307 15.4185C18.717 16.0317 17.9718 16.3384 17.0951 16.3384ZM17.0968 14.1231C17.3635 14.1231 17.5867 14.0329 17.7664 13.8525C17.9462 13.6721 18.036 13.4486 18.036 13.1819C18.036 12.9152 17.9458 12.692 17.7654 12.5123C17.585 12.3326 17.3614 12.2427 17.0947 12.2427C16.8281 12.2427 16.6049 12.3329 16.4251 12.5133C16.2455 12.6937 16.1556 12.9173 16.1556 13.184C16.1556 13.4507 16.2458 13.6739 16.4262 13.8536C16.6066 14.0333 16.8302 14.1231 17.0968 14.1231ZM10.9404 23.6313V20.5759C10.9404 20.197 11.0307 19.8407 11.2113 19.5069C11.3919 19.1732 11.6442 18.9087 11.9681 18.7134C12.5134 18.3887 13.0878 18.1212 13.6914 17.9109C14.2951 17.7006 14.9132 17.5414 15.5458 17.4335L17.0958 19.2308L18.6398 17.4335C19.2724 17.5414 19.8874 17.7006 20.4847 17.9109C21.082 18.1212 21.6532 18.3887 22.1985 18.7134C22.5224 18.9104 22.7789 19.1746 22.9678 19.506C23.1568 19.8373 23.2512 20.192 23.2512 20.5699V23.6313H10.9404ZM13.1366 21.4161H16.0501L14.7659 19.8976C14.4818 19.969 14.2051 20.0644 13.9358 20.1838C13.6664 20.3031 13.4 20.433 13.1366 20.5735V21.4161ZM18.1414 21.4161H21.036L21.0659 20.5759C20.8072 20.4172 20.5412 20.2823 20.2678 20.1713C19.9944 20.0602 19.7137 19.969 19.4257 19.8976L18.1414 21.4161ZM5.0719 21.721C4.44218 21.721 3.90558 21.4992 3.4621 21.0558C3.01862 20.6123 2.79688 20.0757 2.79688 19.446V5.58945C2.79688 4.95974 3.01862 4.42314 3.4621 3.97968C3.90558 3.53619 4.44218 3.31445 5.0719 3.31445H18.9284C19.5581 3.31445 20.0947 3.53619 20.5382 3.97968C20.9817 4.42314 21.2034 4.95974 21.2034 5.58945V10.0693C20.9049 9.69615 20.5714 9.35357 20.2029 9.0416C19.8344 8.72965 19.4096 8.5177 18.9284 8.40575V5.58945H5.0719V19.446H9.09038C9.04038 19.6343 9.00288 19.8226 8.97788 20.0109C8.95288 20.1992 8.94038 20.3876 8.94038 20.5759V21.721H5.0719ZM7.0719 9.58945H13.5816C13.9552 9.24417 14.3664 8.96826 14.8153 8.76173C15.2643 8.55521 15.7315 8.41808 16.217 8.35033V7.58945H7.0719V9.58945ZM7.0719 13.5177H11.9822C11.9623 13.1717 11.9779 12.832 12.029 12.4987C12.08 12.1654 12.1603 11.8384 12.2697 11.5177H7.0719V13.5177ZM7.0719 17.446H10.3485C10.5478 17.2681 10.7625 17.1118 10.9928 16.9772C11.2231 16.8426 11.4605 16.7193 11.7051 16.6074V15.446H7.0719V17.446ZM5.0719 19.446V5.58945V8.38673V8.02748V19.446Z' fill='%23879195'/%3E%3C/g%3E%3C/svg%3E");
}

.desktop-menu-mainlist-items.otherway span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_19256_14809' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23879195'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_19256_14809)'%3E%3Cpath d='M5.95273 22.8224C5.3271 22.8224 4.79153 22.5996 4.34601 22.1541C3.90049 21.7086 3.67773 21.173 3.67773 20.5474V8.31721C3.67773 7.36596 3.95908 6.52937 4.52176 5.80746C5.08443 5.08554 5.80308 4.60392 6.67773 4.36261V2.17676H9.95273V4.17676H14.0484V2.17676H17.3234V4.36261C18.198 4.60392 18.9167 5.08554 19.4794 5.80746C20.042 6.52937 20.3234 7.36596 20.3234 8.31721V20.5474C20.3234 21.173 20.1006 21.7086 19.6551 22.1541C19.2096 22.5996 18.674 22.8224 18.0484 22.8224H5.95273ZM5.95273 20.5474H18.0484V8.31426C18.0484 7.80207 17.866 7.36361 17.5013 6.99886C17.1365 6.63412 16.6981 6.45176 16.1859 6.45176H7.81523C7.30508 6.45176 6.86713 6.63412 6.50138 6.99886C6.13562 7.36361 5.95273 7.80207 5.95273 8.31426V20.5474ZM14.3631 16.5474H16.4527V12.4518H7.54838V14.5474H14.3631V16.5474Z' fill='%23879195'/%3E%3C/g%3E%3C/svg%3E");
}


.desktop-menu-mainlist-items.destination a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 22.5C10.6167 22.5 9.31667 22.2375 8.1 21.7125C6.88333 21.1875 5.825 20.475 4.925 19.575C4.025 18.675 3.3125 17.6167 2.7875 16.4C2.2625 15.1833 2 13.8833 2 12.5C2 11.1167 2.2625 9.81667 2.7875 8.6C3.3125 7.38333 4.025 6.325 4.925 5.425C5.825 4.525 6.88333 3.8125 8.1 3.2875C9.31667 2.7625 10.6167 2.5 12 2.5C14.5333 2.5 16.7292 3.31667 18.5875 4.95C20.4458 6.58333 21.55 8.61667 21.9 11.05C21.5667 10.8833 21.2208 10.7542 20.8625 10.6625C20.5042 10.5708 20.1333 10.5167 19.75 10.5C19.4333 9.28333 18.8625 8.2 18.0375 7.25C17.2125 6.3 16.2 5.58333 15 5.1V5.5C15 6.05 14.8042 6.52083 14.4125 6.9125C14.0208 7.30417 13.55 7.5 13 7.5H11V9.5C11 9.78333 10.9042 10.0208 10.7125 10.2125C10.5208 10.4042 10.2833 10.5 10 10.5H8V12.5H14C14.1833 12.5 14.3542 12.5458 14.5125 12.6375C14.6708 12.7292 14.7917 12.8583 14.875 13.025C14.5917 13.475 14.375 13.95 14.225 14.45C14.075 14.95 14 15.4667 14 16C14 17.05 14.2708 18.025 14.8125 18.925C15.3542 19.825 15.9083 20.6667 16.475 21.45C15.7917 21.7833 15.075 22.0417 14.325 22.225C13.575 22.4083 12.8 22.5 12 22.5ZM11 20.45V18.5C10.45 18.5 9.97917 18.3042 9.5875 17.9125C9.19583 17.5208 9 17.05 9 16.5V15.5L4.2 10.7C4.15 11 4.10417 11.3 4.0625 11.6C4.02083 11.9 4 12.2 4 12.5C4 14.5167 4.6625 16.2833 5.9875 17.8C7.3125 19.3167 8.98333 20.2 11 20.45ZM19.5 22.5C19.3833 22.5 19.2833 22.4667 19.2 22.4C19.1167 22.3333 19.0583 22.25 19.025 22.15C18.8417 21.5667 18.5833 21.025 18.25 20.525C17.9167 20.025 17.5583 19.5333 17.175 19.05C16.825 18.6167 16.5417 18.1417 16.325 17.625C16.1083 17.1083 16 16.5667 16 16C16 15.0333 16.3417 14.2083 17.025 13.525C17.7083 12.8417 18.5333 12.5 19.5 12.5C20.4667 12.5 21.2917 12.8417 21.975 13.525C22.6583 14.2083 23 15.0333 23 16C23 16.5667 22.8875 17.1042 22.6625 17.6125C22.4375 18.1208 22.1583 18.6 21.825 19.05C21.4417 19.5333 21.0833 20.025 20.75 20.525C20.4167 21.025 20.1583 21.5667 19.975 22.15C19.9417 22.25 19.8833 22.3333 19.8 22.4C19.7167 22.4667 19.6167 22.5 19.5 22.5ZM19.5 19.675C19.6667 19.3917 19.85 19.1292 20.05 18.8875C20.25 18.6458 20.4417 18.4 20.625 18.15C20.8583 17.8333 21.0625 17.4958 21.2375 17.1375C21.4125 16.7792 21.5 16.4 21.5 16C21.5 15.45 21.3042 14.9792 20.9125 14.5875C20.5208 14.1958 20.05 14 19.5 14C18.95 14 18.4792 14.1958 18.0875 14.5875C17.6958 14.9792 17.5 15.45 17.5 16C17.5 16.4 17.5875 16.7792 17.7625 17.1375C17.9375 17.4958 18.1417 17.8333 18.375 18.15C18.575 18.4 18.7708 18.6458 18.9625 18.8875C19.1542 19.1292 19.3333 19.3917 19.5 19.675ZM19.5 17.25C19.15 17.25 18.8542 17.1292 18.6125 16.8875C18.3708 16.6458 18.25 16.35 18.25 16C18.25 15.65 18.3708 15.3542 18.6125 15.1125C18.8542 14.8708 19.15 14.75 19.5 14.75C19.85 14.75 20.1458 14.8708 20.3875 15.1125C20.6292 15.3542 20.75 15.65 20.75 16C20.75 16.35 20.6292 16.6458 20.3875 16.8875C20.1458 17.1292 19.85 17.25 19.5 17.25Z' fill='%23879195'/%3E%3C/svg%3E");
}

.desktop-menu-mainlist-items.work .desktop-menu-columns {
    padding-top: 90px;
}

.desktop-menu-mainlist-items>span:before,
.desktop-menu-mainlist-items>a:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 8px;
    transition: all 2s;
    background-repeat: no-repeat;
    background-position: center;
}

.desktop-menu-mainlist-items.active span,
.desktop-menu-mainlist-items:hover span,
.desktop-menu-mainlist-items:hover>a {
    border-radius: 4px;
    border: 1px solid #F5DFAB;
    background: #FFF;
    color: #37474F;
    transition: all .9s;
}

.desktop-menu-mainlist-items:hover>a::before,
.desktop-menu-mainlist-items:hover span::before,
.desktop-menu-mainlist-items.active span::before {
    filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(350%) hue-rotate(162deg) brightness(94%) contrast(90%);
}

.desktop-menu-columns {
    position: absolute;
    width: calc(80vw - 227px);
    background-color: #fff;
    left: 0;
    top: 0;
    height: 550px;
    height: 100%;
    overflow: auto;
    padding: 24px 40px;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #F0CF82 #f5f5f5;
}

.desktop-menu-columns::-webkit-scrollbar {
    width: 4px;
}

.desktop-menu-columns::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.desktop-menu-columns::-webkit-scrollbar-button {
    display: none;
}

.desktop-menu-columns::-webkit-scrollbar-thumb {
    background: #F0CF82;
    border-radius: 0;
}

.desktop-menu-columns::-webkit-scrollbar-thumb:hover {
    background: #E9C46A;
}

.desktop-menu-columns.active {
    display: flex;
}

.desktop-main-submenu-inner {
    position: relative;
    display: none;
}

.desktop-menu-subtitle {
    width: 152px;
    margin-bottom: 8px;
}

.desktop-menu-subtitle>a {
    padding-right: 9px;
    color: #E6AF2E;
    font-size: 16px;
    font-weight: 800;
    line-height: 28.8px;
    position: relative;
    width: fit-content;
    display: flex;
}

.desktop-menu-subtitle>a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background-color: #E6AF2E;
    border-radius: 12px;
    right: 0;
    top: calc(50% - 8px);
}


.desktop-menu-subtitle>a:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: -32px;
    top: calc(50% - 12px);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_19282_15059' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23E6AF2E'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_19282_15059)'%3E%3Cpath d='M14 18.5L8 12.5L14 6.5L15.4 7.9L10.8 12.5L15.4 17.1L14 18.5Z' fill='%23E6AF2E'/%3E%3C/g%3E%3C/svg%3E");
}


.desktop-menu-subtitle.no-link {
    color: #37474F;
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    line-height: 29px;
    position: relative;
    padding-right: 9px;
    margin: 0;
    margin-bottom: 8px;
}

.desktop-menu-subtitle.no-link:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background-color: #E6AF2E;
    border-radius: 12px;
    right: 0;
    top: calc(50% - 8px);
}

.desktop-menu-sublist {
    padding: 0;
    list-style: none;
    margin: 0;
}

.desktop-menu-sublist-items {
    margin-bottom: 8px;
}

.desktop-menu-sublist-items a {
    color: #37474F;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    display: flex;
}

.desktop-menu-columns {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.desktop-menu-mainlist-items.active .desktop-menu-columns {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s;
    display: flex;

}
.desktop-menu-mainlist-items.active .desktop-menu-columns > div ul:last-child{
    padding-bottom: 24px;
}