header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
header .container{/* background: var(--surface-gradient-8, linear-gradient(115deg, #afcee8 49.32%, #ffc5b7 108.16%)) !important; *//* border-radius: 16px 16px 0 0; */padding-left: 0;padding-right: 0;}
header .header-upper{
        background: var(--surface-gradient-8, linear-gradient(115deg, #afcee8 49.32%, #fff 108.16%)) !important;
        border-radius: 0 !important;
        line-height: 18px;
        height: 42px;
        padding: 12px 28px;
        /* background: var(--surface-gradient-8, linear-gradient(115deg, #afcee8 49.32%, #ffc5b7 108.16%)) !important; */
        /* border-radius: 16px 16px 0 0; */
        display: none;
}
header .header-upper .header-content{
display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .header-upper .header-content p{
    font-size: 12px;
        color: #000;
    margin-bottom: 0;
}
header .header-upper .header-content .header-right a{font-size: 12px;color: #000;font-weight: 600;}
header .header-upper .header-content .header-right a:hover .banner-link-copy{
text-decoration: underline;
}
header .header-upper .header-content .header-right .arrow-2023{margin-left: 8px;background: url("../images/header/close.png") !important;width: 11px;height: 11px;display: inline-block;transition: .2s linear;background-size: contain !important;}
.header-bottom {
    position: relative;
    border-bottom: 0px solid;
    border-radius: 0;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    min-height: 84px;
    padding-left: 28px;
    padding-right: 28px;
}
.header-bottom.newClass{
    background:#fff;
}
.bottom-header-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-header-left .logo img{
    width: 200px;
}
div#desktop-menu-container ul#menu-main-menu {
    display: flex;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    gap: 28px;
}
div#desktop-menu-container ul#menu-main-menu li{
font-size: 14px;
display: flex;
    height: 84px;
}
div#desktop-menu-container ul#menu-main-menu li:hover .main-menu-expandable{
    display:block;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 32px 24px 48px 24px;
}
div#desktop-menu-container ul#menu-main-menu li a{
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color:#fff;
}
.header-bottom.newClass div#desktop-menu-container ul#menu-main-menu li a{
    color:#000;
}
.main-menu-expandable{
    position: absolute;
    top: 84px;
    left: 0;
    padding: 0 !important;
    display: none;
    width: 100%;
}
div#desktop-menu-container ul#menu-main-menu li a .main-menu-item-title{
    position: relative;
}
div#desktop-menu-container ul#menu-main-menu li a .main-menu-item-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
div#desktop-menu-container ul#menu-main-menu li a:hover .main-menu-item-title:after {
transform: scaleX(1);
    transform-origin: bottom left;
}
.main-menu-expandable>.container {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 32px 24px 48px 24px;
    display: flex !important;
}
.mme-left {
    padding-right: 40px;
    width: 100%;
}
.mme-right {
    width: 310px;
    min-width: 310px;
}
header .image-wrapper {
    display: block;
    margin-bottom: 20px;
}
header .image-wrapper img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width:100%;
}
header .category-tag{
        font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color:#000;
}
header .title.body-four-medium {
    margin-bottom: 15px;
    transition: .2s linear;
    opacity: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
header span.displayed-link.pseudo-link {
    font-size: 14px;
    line-height: 16px;
    color: var(--tj-color-theme-primary);
    display: inline-block;
    font-weight: 600;
    transition: .2s linear;
}
header a.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header .featured-item{
    position: relative;
}
header .featured-item span.arrow-2023 {
    margin-left: 10px;
    width: 11px;
    height: 11px;
    background-image: url("../images/home/arrow-2023-purple.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    transition: .2s linear;
}

header .featured-item:hover span.arrow-2023{
transform: translate(3px, -3px);
}
header .submenu-title-wrapper.pb-st-2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
header .submenu-title-wrapper.pb-st-2 span.submenu-title {
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
    color:#000;
}
div#desktop-menu-container ul#menu-main-menu li.submenu-item {
    flex-basis: 33%;
    width: 33%;
    height: auto;
}
div#desktop-menu-container ul#menu-main-menu .first-nav li.submenu-item{
    flex-basis: 100%;
    width: 100%;
}
div#desktop-menu-container ul#menu-main-menu li a.submenu-item-link {
    transition: .2s linear;
    display: block;
    width: 100%;
    padding: 16px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
div#desktop-menu-container ul#menu-main-menu li a.submenu-item-link span.submenu-item-title.pb-st-1{
display: block;
padding-bottom: 4px;
font-weight: 600;
line-height: 1.3;
}
div#desktop-menu-container ul#menu-main-menu li a.submenu-item-link span.description {
    font-size: 13px;
    color: #000;
    line-height: 1;
}
div#desktop-menu-container ul#menu-main-menu li.submenu-item a.submenu-item-link:hover{
      background-color: #edf7ff;
    border-radius: 8px;
}
header ul.submenu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
header .black-head{
    display: none;
}
header .header-bottom.newClass .black-head{
    display: block;
}
header .header-bottom.newClass .white-head{
    display: none;
}
.mt-15, .my-15 {
    margin-top: 50px !important;
}
header.mob-header{
    display:none;
}
.first-nav .submenu-groups {
    /* display: flex; */
    width: 49%;
}

.first-nav .menu-info {
    display: flex;
    justify-content: space-between;
}