#sp-right {
    position: fixed;
    right: calc((100vw - 1362px)*0.5);
    top: 120px;
    z-index: 0;
    font-size: 0.9em;
    width: 320px;
}

#sp-left {
    position: fixed;
    right: calc((100vw - 975px)*0.5);
    top: 120px;
    z-index: 0;
    font-size: 0.9em;
    width: 320px;
}

#sp-header {height: 85px;}

#sp-menu ul.sp-megamenu-parent > li {
    max-width: 115px !important;
    text-align: center !important;
}

#sp-menu ul.sp-megamenu-parent > li > a {
    white-space: normal !important;
    word-break: normal !important;
    line-height: 1.25 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 0 !important;
    display: block !important;
}

#sp-menu ul.sp-megamenu-parent {
    display: flex !important;
    align-items: end !important;
    justify-content: flex-end !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sp-left .sp-module, #sp-right .sp-module {
    padding: 0;
}

.header-sticky #sp-right {
    top: 30px;
}

#sp-right img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.sticky-header aside#sp-right {
    top: 95px !important; /* 85px header + 10px breathing room */
}

#sp-right hr {
    margin: 1px 0;
}

#sp-right strong br {
    display: none;
}

a {
    color: #196DB6;
}

a:hover {
    color: #000;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    display: none;
}

@media (max-width: 2000px) {
    .sp-megamenu-parent {
        margin: 30px -15px 0 0 !important;
    }
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #cfe3f6;
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    display: none;
}
