/* Topnav */

nav.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.4;
    z-index: 95;
    transition: top 0.6s;
}

nav.topnav .top-container {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 99;
}

nav.topnav .top-container::before {
    content: "";
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    right: 0;
    height: 0.125rem;
    pointer-events: none;
    height: 3px;
}

nav.topnav .options {
    min-width: 24.6875rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    min-width: 395px;
    flex: 1;
}

nav.topnav .options.options-right>.option:last-child {
    border-right: 0;
    justify-content: flex-end;
}

nav.topnav .options.options-right-box {
    flex-direction: column;
}

nav.topnav .options.options-right {
    justify-content: flex-end;
}

nav.topnav .option {
    display: flex;
    align-items: center;
    padding: 0.5625rem 0.6875rem 1.2rem;
    border-right: 1px solid transparent;
    padding: 10px 11px 18px;
}

nav.topnav .option a.link {
    text-decoration: none;
    font-weight: 300;
}

nav.topnav .option a.link>em,
nav.topnav .option a.link>img {
    margin-right: 0.1875rem;
}

nav.topnav .option a.link>img {
    display: inline-block;
    height: 1rem;
    width: auto;
    transform: translateY(0.125rem);
}

nav.topnav .option a.link>em {
    font-size: 1.5rem;
    transform: translateY(0.1875rem);
}

nav.topnav .option a.link>em.sm {
    font-size: 1.1875rem;
}

nav.topnav .option a.link>em.xs {
    transform: translateY(0.0625rem);
    font-size: 1.125rem;
}

nav.topnav .top-container .logo {
    display: block;
    margin: 0 auto;
    padding: 0.625rem 0.6875rem 0.125rem 0.6875rem;
    font-weight: 300;
    text-align: center;
    transition: color 0.25s;
    position: relative;
    padding: 10px 14px 2px;
    overflow: hidden;
    /* max-width: 373px;
    max-width: 390px; */
}

.top-container .logo::before {
    z-index: 1;
    content: "";
    position: absolute;
    height: calc(100% - 6px);
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    left: -100px;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
    top: 2px;
}

.top-container .logo:hover::before {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    left: 100%;
    opacity: 0;
}

nav.topnav .top-container .logo>img {
    display: block;
    height: 3rem;
    width: auto;
    margin: 7px auto 13px auto;
    height: 60px;
}

nav.topnav .menu-toggle {
    position: relative;
    z-index: 96;
}

nav.topnav .menu-toggle>a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1.8125rem 1rem 1.8125rem;
    font-weight: 300;
    transition: color 0.25s;
}

nav.topnav .menu-toggle>a>span {
    margin: 0 0 0 0.625rem;
    line-height: 0.95;
}

nav.topnav .menu-toggle>.menu-dropdown,
.menubar-01 .menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
    /* transition:max-height .6s; */
    z-index: 99;
    overflow: auto;
    /* transition: max-height ease-out 0s, opacity ease-in-out 0.6s; */
    /* transition: 0.5s; */
    /* transition-delay: 0.5s; */
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

nav.topnav .menu-toggle.active>.menu-dropdown {
    max-height: calc(100vh - 5.1875rem);
}

nav.topnav .menu-dropdown>.wrapper {
    width: 100%;
    /* height: calc(100vh - 5.1875rem); */
    /* padding: 1.75rem 0; */
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1299px) {
    nav.topnav .menu-dropdown>.wrapper {
        height: calc(100vh - 5.1875rem);
        padding: 1.75rem 0;
    }
}

nav.topnav .menu-dropdown .container {
    height: 100%;
}

nav.topnav .menu-dropdown .title {
    font-size: 3.25rem;
}

nav.topnav .menu-tab {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100% - 7rem);
    justify-content: space-between;
}

nav.topnav .menu-tab .tabs,
.menubar-01 .menu-tab .tabs {
    width: 15.5rem;
    height: 100%;
    border-right: 1.5px solid transparent;
}

nav.topnav .menu-tab .tab {
    display: block;
    font-size: 2.24rem;
    width: 100%;
    padding: 0 0.5rem 0.5rem 0;
}

nav.topnav .menu-tab .tab-contents {
    width: calc(100% - 17rem);
    height: 100%;
}

nav.topnav .menu-tab .tab-content {
    display: none;
    width: 100%;
    height: 100%;
}

nav.topnav .menu-tab .tab-content.active {
    display: block;
}

.menubar-01 .menu-tab {
    padding: 1.25rem 0;
}

.menubar-01 .tab-content {
    text-align: left;
    padding: 0 1.25rem 5px;
    border-left: 1px solid;
    overflow: auto;
}

nav.topnav .menu-tab .scroll-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

nav.topnav .menu-tab .btn-back {
    display: none;
    position: absolute;
    cursor: pointer;
    font-size: 2rem;
    padding: 0 0.25rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s, color 0.25s;
}

nav.topnav .menu-tab.active .btn-back {
    opacity: 1;
    pointer-events: all;
}

nav.topnav .options-mobile {
    display: none;
    min-width: 7.25rem;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
}

nav.topnav .options-mobile>.option {
    padding: 0 1.5rem;
    border: 0;
    line-height: 0.7;
}

nav.topnav .options-mobile>.option a.link>em {
    font-size: 1.75rem;
    line-height: 0.7;
}

nav.topnav .option-nav {
    position: relative;
}

nav.topnav .option-nav>.option-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: -7.75rem;
    width: 100vw;
    max-width: 26rem;
    border-top: 0 !important;
    pointer-events: none;
    opacity: 0;
    transition: top 0.25s, opacity 0.25s;
}

nav.topnav .option-nav.active>.option-dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
}

nav.topnav .option-nav>.option-dropdown>.wrapper {
    position: relative;
    width: 100%;
    padding: 1rem 0.125rem 2.5rem 1rem;
}

nav.topnav .option-nav>.option-dropdown .option-close {
    position: absolute;
    top: 1rem;
    right: 0.75rem;
    transform: scale(0.75);
    z-index: 1;
}

nav.topnav .option-nav>.option-dropdown .option-body {
    width: 100%;
    max-width: 21rem;
    margin: 0 auto;
    padding: 0 0.875rem 0 0;
    max-height: calc(100vh - 8.625rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.policy-opened nav.topnav .option-nav>.option-dropdown .option-body {
    max-height: calc(100vh - 12.625rem);
}

nav.topnav .option-profile {
    position: relative;
}

nav.topnav .option-profile>a {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

nav.topnav .option-profile>a .profile {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0 0.5rem 0 0;
    background-size: cover;
    background-position: center;
}

nav.topnav .option-profile>a .text {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 4rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0.25rem 0 0 0;
}

nav.topnav .option-profile>.profile-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    border-top: 0 !important;
    pointer-events: none;
    opacity: 0;
    transition: top 0.25s, opacity 0.25s;
}

nav.topnav .option-profile:hover>.profile-dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
}

nav.topnav .profile-dropdown .item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: color 0.25s;
}

nav.topnav .profile-dropdown .item:last-child {
    border-bottom: 0;
}

nav.topnav .profile-dropdown .item>.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
}

nav.topnav .profile-dropdown .item>.icon>img {
    display: block;
    width: auto;
    max-width: 1.25rem;
    height: auto;
    max-height: 1.25rem;
}

nav.topnav .profile-dropdown .item>.text {
    padding: 0.25rem 2.5rem 0.25rem 1rem;
    font-size: 1.1875rem;
    font-weight: 300;
}

nav.topnav+.topnav-spacer {
    display: block;
    width: 100%;
    height: 5.1875rem;
    transition: height 0.6s;
    height: 144px;
}


/* .option-menu-icon {
    vertical-align: middle;
    display: inline-block;
} */

nav.topnav .option:nth-child(3) .link .option-menu-icon {
    min-height: 24px;
}

.option-menu-icon {
    min-height: 20px;
    vertical-align: middle;
    filter: brightness(0);
    transform: translateY(0) !important;
}

nav.topnav .option .link:hover .option-menu-icon {
    filter: none;
}

.menubar-01 ul.ss-list>li>a {
    font-size: 1.525rem;
}

.menubar-01 ul.ss-list-02>li {
    font-size: 1.425rem;
}

.menubar-01 .menu-icon .text>i {
    font-size: 0.6rem;
    padding-left: 5px;
    vertical-align: revert;
    transition: transform ease-in-out 0.3s;
    transition-delay: 0.3s;
}

.menubar-01 .menu-icon:hover i {
    transform: rotateZ(179deg) translateX(-3px);
}

.menubar-01 .menu-dropdown a[href*="javascript:void(0)"] {
    cursor: default;
}

@media screen and (min-width: 1500px) {
    .menu-mobile-login {
        /* margin-left: 140px; */
    }
}

@media screen and (max-width: 1599px) {
    .hide-notebook {
        display: none;
    }
    .top-container .options.options-right .option:nth-child(1),
    .top-container .options.options-right .option:nth-child(2),
    .top-container .options.options-right .option:nth-child(3) {
        padding: 10px 14px 22px;
        transition: 0.5s;
    }
}

@media screen and (min-width: 1299px) {
    .hide-destop {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    nav.topnav .menu-toggle>.menu-dropdown,
    .menubar-01 .menu-dropdown {
        opacity: 0;
    }
    nav.topnav .top-container .logo>img {
        /* height: 69px; */
        height: 89px;
        margin: 7px -31px 4px -35px;
    }
    nav.topnav .top-container .logo {
        margin: 0 auto;
        padding: 0px 15px 0px;
    }
    .policy-opened .menubar-01 {
        /* top: 164px !important; */
    }
    /* .btn-sidenav-quickLink {
        display: none !important;
    } */
}

@media screen and (min-width: 1920px) {
    nav.topnav .top-container .logo>img {
        /* height: 80px;
        margin: 0px auto 0px auto; */
        height: 98px;
        margin: -8px -25px -25px -20px;
    }
}

@media screen and (min-width: 1400px) {
    nav.topnav .top-container .logo>img {
        /* height: 80px;
        margin: 0; */
        height: 98px;
        margin: -11px -25px -25px -20px;
    }
    nav.topnav .top-container .logo {
        margin: 0 auto;
        padding: 4px 0 2px;
    }
    body.policy-opened nav.topnav+.topnav-spacer {
        /* height: 214px; */
    }
    nav.topnav+.topnav-spacer {
        /* height: 148px; */
        height: 145px;
    }
    body.policy-opened nav.topnav+.topnav-spacer {
        /* height: 214px !important; */
    }
}

@media screen and (max-width: 1299.98px) {
    .hide-tablet {
        display: none !important;
    }
    nav.topnav .options-mobile {
        display: flex;
        align-items: center;
    }
    nav.topnav .options {
        min-width: 0;
    }
    nav.topnav .menu-toggle>a {
        padding: 0 1.5rem;
    }
    .menubar-01 {
        display: none;
    }
    nav.topnav .top-container .logo>img {
        height: 95px !important;
        margin: -12px -25px -3px -20px !important;
        padding: 0px;
    }
    nav.topnav .option {
        padding: 0.5625rem 0.6875rem;
    }
    .comp-corr {
        display: none;
    }
    nav.topnav .options.options-right-box {
        display: none;
    }
    nav.topnav .menu-toggle>a {
        max-width: 115px;
    }
    nav.topnav .menu-toggle,
    nav.topnav .options-mobile {
        flex: 1;
    }
}

@media screen and (max-width: 991.98px) {
    .hide-mobile {
        display: none !important;
    }
    nav.topnav .menu-toggle {
        margin-right: 2.5rem;
        margin-right: 8px;
    }
    nav.topnav .menu-toggle>a {
        padding: 0 1rem;
    }
    nav.topnav .menu-toggle>a>span {
        /*display: none;*/
        font-size: 1.1rem;
        position: absolute;
        margin: 0 auto;
        bottom: 0.1rem;
    }
    nav.topnav .options-mobile {
        min-width: 0;
    }
    nav.topnav .options-mobile>.option {
        padding: 0 1rem;
    }
    nav.topnav .top-container .logo {
        padding: 0.75rem;
        padding: 3px 0px 0;
    }
    nav.topnav .top-container .logo>img {
        /* height: 2.5rem;
    margin: 0px auto 0px auto; */
        height: 4rem !important;
        margin: -3px -7px -1px -10px !important;
    }
    nav.topnav .top-container .logo>p {
        display: none;
    }
    nav.topnav .top-container .logo>span {
        display: none;
    }
    nav.topnav+.topnav-spacer {
        height: 6.0625rem;
    }
    nav.topnav .menu-toggle.active>.menu-dropdown {
        max-height: calc(100vh - 4.0625rem);
    }
    nav.topnav .menu-dropdown>.wrapper {
        height: calc(100vh - 4.0625rem);
        background-position: center left;
        padding: 1rem 0;
    }
    nav.topnav .menu-dropdown .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    nav.topnav .menu-dropdown .title {
        font-size: 2.75rem;
    }
    nav.topnav .menu-tab {
        height: calc(100% - 6rem);
        margin: 0.5rem 0 0 0;
    }
    nav.topnav .menu-tab .tab {
        font-size: 1.75rem;
        padding-right: 0;
    }
    nav.topnav .menu-tab .tabs {
        width: 11.25rem;
    }
    nav.topnav .menu-tab .tab-contents {
        width: calc(100% - 12.25rem);
    }
    nav.topnav .menu-toggle>a {
        max-width: 65px;
    }
}

@media screen and (max-width: 575.98px) {
    nav.topnav .menu-tab .btn-back {
        display: block;
    }
    nav.topnav .menu-dropdown .title {
        font-size: 2.5rem;
    }
    nav.topnav .menu-tab {
        display: block;
    }
    nav.topnav .menu-tab .tabs {
        width: 100%;
        height: auto;
        padding: 0 0 0 2rem;
    }
    nav.topnav .menu-tab.active .tab:not(.active) {
        display: none;
    }
    nav.topnav .menu-tab:not(.active) .tab-contents {
        display: none;
    }
    nav.topnav .menu-tab .tab-contents {
        width: 100%;
        height: calc(100% - 2rem);
        padding: 0.25rem 0 1rem 2rem;
    }
    nav.topnav .top-container .logo>img {
        height: 3.2rem !important;
        margin: 0px 0px 3px -10px !important;
    }
    .menu-mobile-login {
        top: 59px !important;
    }
    nav.topnav .menu-tab.active .tab-link:not(.active) {
        display: none !important;
    }
    nav.topnav .options-mobile>.option {
        padding: 0 0.4em;
    }
}

@media screen and (max-width: 399px) {
    nav.topnav .top-container .logo>img {
        height: 2.8rem !important;
    }
    .menu-mobile-login {
        top: 53px !important;
    }
}


/* Sidenav */

nav.sidenav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100vh;
    z-index: 98;
    transform: translateX(340px);
    transition: transform 0.5s;
}

nav.sidenav>.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

nav.sidenav .sidenav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid transparent;
}

nav.sidenav .scroll-wrapper {
    width: 100%;
    height: calc(100% - 11.5rem);
    max-height: calc(100% - 11.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 3.75rem 0 0 0;
    border-top: 1px solid transparent;
}

nav.sidenav .item {
    display: flex;
    align-items: center;
}

nav.sidenav .menu>a {
    display: block;
}

nav.sidenav .menu>a,
nav.sidenav .item {
    position: relative;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding: 1rem 2rem 1rem 1rem;
    margin: 0;
    font-size: 1.375rem;
    border-bottom: 1px solid transparent;
    min-height: 3.3125rem;
    transition: color 0.25s, background 0.25s;
}

nav.sidenav+.sidenav-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 97;
    background: #000;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 0.5s;
}

nav.sidenav .menu {
    position: relative;
}

nav.sidenav .menu>em {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 3.5rem;
    cursor: pointer;
    text-align: center;
    line-height: 3.5rem;
    font-size: 1.25rem;
    transition: color 0.25s;
}

nav.sidenav .menu ul.ss-list {
    display: none;
    margin: 0;
}

nav.sidenav .menu ul.ss-list>li {
    position: relative;
    margin: 0;
    padding: 0;
}

nav.sidenav .menu ul.ss-list>li::before {
    display: none;
}

nav.sidenav .menu ul.ss-list>li>a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding: 0.75rem 2rem 0.75rem 1.75rem;
    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    transition: color 0.25s, background 0.25s;
}

nav.sidenav .menu ul.ss-list ul.ss-list>li>a {
    padding-left: 2.5rem;
}

nav.sidenav .menu ul.ss-list>li>a+.btn-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 2.25rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    background: transparent;
}

@media screen and (max-width: 1299.98px) {
    nav.sidenav {
        display: block;
    }
    nav.sidenav.active {
        transform: translateX(0);
    }
    nav.sidenav+.sidenav-filter {
        display: block;
    }
    nav.sidenav.active+.sidenav-filter {
        opacity: 0.65;
        pointer-events: all;
    }
}


/* Global Search */

.global-search {
    position: absolute;
    top: 5.1875rem;
    left: 0;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
    /* z-index: 94; */
    transition: max-height 0.6s, ease-in-out z-index 0.6s;
}

.global-search.active {
    max-height: calc(100vh - 5.1875rem);
}

.global-search>.wrapper {
    width: 100%;
    height: calc(100vh - 5.1875rem);
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.global-search .top-section {
    width: 100%;
    padding: 0;
}

.global-search .top-section .search-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.global-search .top-section .search-wrapper>label {
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 1rem 0 0;
    opacity: 0.4;
    display: none;
}

.global-search .top-section .search-wrapper>input {
    background: transparent !important;
    /* border:0!important;  */
    box-shadow: none !important;
    /* padding:1.25rem 0;  */
    font-size: 1.5rem;
    font-weight: 200;
    width: 100%;
    padding: 0.25rem 0.7rem;
    border: 1px solid #f99509;
    margin: 1rem 0;
    text-align: center;
}

.global-search .top-section .search-wrapper>input::placeholder {
    text-align: center;
}

.global-search .bottom-section {
    width: 100%;
    height: calc(100% - 7rem);
    overflow: hidden;
    padding: 1.25rem 0 0 0;
}

.global-search .bottom-section>.container {
    height: 100%;
}

.global-search .btns {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 0 0 8rem;
}

.global-search .choice-container {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    /*height:calc(100% - 4rem);*/
    display: flex;
}

.global-search .choice-container>.leading {
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0.3125rem 1.5rem 0 0;
}

.global-search .choice-container>.scroll-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.global-search .choices {
    width: 100%;
}

.global-search .choices>.choice {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    margin: 0.5rem 0 0 0;
    font-weight: 300;
    transition: color 0.25s;
}

.global-search .choices>.choice:first-child {
    margin: 0;
}

.global-search .choices>.choice>.num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
}

.global-search .choices>.choice>.arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2rem;
    font-size: 1.5rem;
    padding: 0 0.5rem 0 0;
}

.global-search .choices>.choice>.text-wrapper {
    width: calc(100% - 4.5rem);
    padding: 0 0.5rem 0 1rem;
}

.global-search .choices>.choice>.text-wrapper>* {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 200;
}

@media screen and (max-width: 1299.98px) {
    .global-search.active {
        z-index: 99;
    }
}

@media screen and (max-width: 991.98px) {
    .global-search {
        top: 7.4rem;
        top: 64px;
    }
    .global-search.active {
        max-height: calc(100vh - 4.0625rem);
    }
    .global-search>.wrapper {
        height: calc(100vh - 4.0625rem);
    }
}

@media screen and (max-width: 575.98px) {
    .global-search .btns {
        padding: 0;
        display: grid;
        row-gap: 0.7rem;
    }
    .global-search .choice-container {
        flex-wrap: wrap;
    }
    .global-search .choice-container>.leading {
        margin: 0 0 0.75rem 0;
        text-align: center;
    }
    .global-search .choice-container>.scroll-wrapper {
        height: calc(100% - 2.5rem);
        max-height: calc(100% - 2.5rem);
    }
}

@media screen and (min-width: 992px) {
    body.policy-opened .global-search {
        top: 9.25rem;
        top: 168px;
    }
    body.policy-opened .global-search.active {
        max-height: calc(100vh - 9.25rem);
    }
    body.policy-opened .global-search>.wrapper {
        height: calc(100vh - 9.25rem);
    }
}


/* Policy Nav */

nav.policy-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.875rem 0;
    z-index: 95;
    transition: transform 0.6s;
}

nav.policy-nav .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.policy-nav p {
    font-size: 1.1875rem;
    line-height: 1;
    font-size: 22px;
}

nav.policy-nav .btns {
    width: auto;
    margin: 0 0 0 3.5rem;
}

nav.policy-nav .btns a.link {
    margin: 0 1rem 0 0;
    font-size: 1.1875rem;
}

nav.policy-nav .close {
    display: block;
    margin: 0 0 0 auto;
}

nav.policy-nav .close:hover {
    opacity: 0.75;
}

nav.policy-nav .close img {
    display: block;
    height: 1.6875rem;
    width: auto;
}

@media screen and (max-width: 991.98px) {
    nav.policy-nav {
        top: unset;
        bottom: 0;
        border-top: 1px solid transparent;
        transform: translateY(100%);
    }
    nav.policy-nav .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    nav.policy-nav .text-container {
        width: 100%;
        text-align: center;
        margin: 0 0 1rem 0;
    }
    nav.policy-nav .btns {
        margin: 0;
    }
    nav.policy-nav .close {
        margin: 0 0 0 1.5rem;
    }
}

@media screen and (max-width: 767.98px) {
    nav.policy-nav .text-container br {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    /* nav.policy-nav{border-bottom:1px solid transparent; transform:translateY(-100%);} */
    nav.policy-nav {
        border-bottom: 1px solid transparent;
    }
    /* body.policy-opened nav.topnav + .topnav-spacer{height:9.1875rem;height: 226px;} */
    body.policy-opened nav.topnav {
        top: 4rem;
        top: 73px;
        top: 0px;
    }
    body.policy-opened nav.topnav .menu-toggle.active>.menu-dropdown,
    .menubar-01 .menu-icon:hover .menu-dropdown {
        max-height: calc(100vh - 9.5625rem);
        opacity: 1;
        /* transition: max-height ease-in .6s; */
    }
    /* body.policy-opened nav.topnav .menu-toggle.active>.menu-dropdown, .menubar-01 .menu-icon:hover > .menu-dropdown.active {
        max-height: calc(100vh - 9.5625rem);
        opacity: 1;
        transition-delay: 0.2s;
    } */
    /* body.policy-opened nav.topnav .menu-dropdown > .wrapper {
    height: calc(100vh - 9.5625rem);
  } */
}

body.policy-opened nav.policy-nav {
    transform: translateY(0);
}


/* Quicklink Nav */

nav.quicklink-nav {
    position: fixed;
    top: 6.25rem;
    right: 0;
    z-index: 90;
    transition: top 0.6s;
}

nav.quicklink-nav>.wrapper {
    position: relative;
}

nav.quicklink-nav .btn-main {
    display: flex;
    padding: 4px;
    border-radius: 1000em 0 0 1000em;
    transition: color 0.25s;
    margin-top: 5px;
}

nav.quicklink-nav .btn-main>.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 50%;
}

nav.quicklink-nav .btn-main>.text-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 8px 0 12px;
}

nav.quicklink-nav .btn-main .icon-active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.45s;
}

nav.quicklink-nav.active .btn-main .icon-active,
nav.quicklink-nav .btn-main.active .icon-active {
    opacity: 1;
}

nav.quicklink-nav .dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    border-radius: 12px 0 0 12px;
    border-right: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transition: top 0.45s, opacity 0.45s;
}

nav.quicklink-nav.active .dropdown,
nav.quicklink-nav .dropdown.active {
    top: calc(100% + 4px);
    opacity: 1;
    pointer-events: auto;
}

nav.quicklink-nav .dropdown .item {
    display: flex;
    align-items: center;
    padding: 4px 12px 4px 0;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    line-height: 0.9;
    font-weight: 300;
    transition: color 0.25s, background 0.25s;
}

nav.quicklink-nav .dropdown .item:last-child {
    border: 0;
}

nav.quicklink-nav .dropdown .item>.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 4px 0 0;
}

nav.quicklink-nav .dropdown .item>.icon svg {
    display: block;
    width: auto;
    max-width: 28px;
    height: auto;
    max-height: 30px;
    transition: fill 0.25s;
}

nav.quicklink-nav .dropdown.active.box-sidenav {
    top: calc(50% + 3px);
    z-index: 1;
}

nav.quicklink-nav .dropdown.box-sidenav .item {
    padding: 10px 12px 10px 15px;
}

@media screen and (min-width: 1300px) {
    nav.quicklink-nav .btn-main.btn-sidenav,
    .box-sidenav {
        display: none;
    }
}

@media screen and (max-width: 1299px) {
    .sidenav-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 991.98px) {
    nav.quicklink-nav {
        top: 5rem;
    }
}

@media screen and (min-width: 992px) {
    body.policy-opened nav.quicklink-nav {
        top: 13.25rem;
    }
}

/* @media screen and (min-width: 1300px) {
    .btn-sidenav-quickLink {
        display: none !important;
    }
} */


/* Footer */

nav.footer {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 3rem 0;
    z-index: 0;
}

nav.footer>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% auto;
    background-position: bottom center !important;
    background-color: #fffbf8;
    background-repeat: no-repeat;
}

/* nav.footer .quote-wrapper.first > ::before {
    content: "“";
    position: absolute;
    top: -2.25rem;
    left: -4.5rem;
    font-size: 11.5rem;
    font-weight: 600;
} */

/* nav.footer .quote-wrapper.last > ::after {
    content: "“";
    transform: rotate(180deg);
    position: absolute;
    bottom: -1.5rem;
    right: -2.5rem;
    font-size: 6rem;
    font-weight: 600;
}
nav.footer .quote-wrapper.last > *::after {
    color: #f86f38;
} */

nav.footer .sep-wrapper .sep-icon::before, nav.footer .sep-wrapper .sep-icon::after {
    background: #f86f38 !important;
}

nav.footer> .sep-icon {
    color: #f86f38;
}

nav.footer .footer-top {
    margin-bottom: 1.5rem;
}

nav.footer .quote-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav.footer .quote-wrapper>* {
    position: relative;
    width: auto;
}


/* nav.footer .quote-wrapper.first>*::before {
    content: "\201C";
    position: absolute;
    top: -2.25rem;
    left: -4.5rem;
    font-size: 11.5rem;
    font-weight: 600;
}

nav.footer .quote-wrapper.last>*::after {
    content: "\201C";
    transform: rotate(180deg);
    position: absolute;
    bottom: -1.5rem;
    right: -2.5rem;
    font-size: 6rem;
    font-weight: 600;
} */

nav.footer .sep-wrapper {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

nav.footer .sep-wrapper .icon {
    display: block;
    width: 10rem;
    margin: 0 auto;
    text-align: center;
}

nav.footer .sep-wrapper .icon>em {
    font-size: 1.125rem;
    margin: 0 0 0.125rem 0;
}

nav.footer .sep-wrapper .sep-icon {
    position: relative;
    width: 2rem;
    margin: 0 auto;
    text-align: center;
}

nav.footer .sep-wrapper .sep-icon>em {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.25s;
}

nav.footer .sep-wrapper.active .sep-icon>em {
    transform: rotate(180deg);
}

nav.footer .sep-wrapper .sep-icon::before,
nav.footer .sep-wrapper .sep-icon::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    width: 50vw;
    height: 0.5px;
}

nav.footer .sep-wrapper .sep-icon::before {
    right: 100%;
}

nav.footer .sep-wrapper .sep-icon::after {
    left: 100%;
}

nav.footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0.375rem 0;
}

nav.footer ul.footer-list {
    line-height: 0.9;
}

nav.footer .footer-list>li {
    font-size: 1.25rem;
    font-weight: 100;
    position: relative;
    padding: 0.25rem 0 0.25rem 0.7rem;
    line-height: 0.9;
}

nav.footer .footer-list>li::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 3px;
    height: 3px;
}

nav.footer .footer-list>li:hover::before {
    content: "";
    position: absolute;
    transform: scaleX(2);
    transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
}

nav.footer .footer-list-sub {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0;
}

nav.footer .footer-list-sub>li {
    font-size: 1.15rem;
    font-weight: 100;
    position: relative;
    padding: 0.18rem 0 0.18rem 1.125rem;
    line-height: 0.9;
}

nav.footer .footer-list-sub>li::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 0.3rem;
    height: 0.115rem;
}

nav.footer .footer-list>li>a:not([href]),
nav.footer .footer-list>li>a[href=""],
nav.footer .footer-list>li>a[href*="javascript"] {
    cursor: default;
}

nav.footer .footer-bottom {
    padding: 2.5rem 0 0 0;
}

nav.footer .footer-bottom .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

nav.footer .footer-bottom .social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0.25rem;
    width: 2rem;
    height: 2rem;
    border: 0.1875rem solid transparent;
    font-size: 1rem;
    transition: all 0.25s;
}

nav.footer .footer-bottom .contacts {
    font-size: 1.3725rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.125rem 0 0 0;
}

nav.footer .footer-bottom .contact {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 0.5625rem;
}

nav.footer .footer-bottom .contact img {
    margin: 0 0.375rem 0 0;
    height: 0.875rem;
}

nav.footer .footer-bottom .contact span {
    margin: 0 0.5rem 0 0;
    font-weight: 400;
}

nav.footer .footer-bottom .email {
    font-size: 1.3725rem;
    width: 100%;
    text-align: center;
    margin: 0.125rem 0 0 0;
    font-weight: 100;
}

nav.footer .blocks {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 1.75rem 0 0 0;
}

nav.footer .blocks .block {
    margin: 0.25rem 0.25rem 0 0.25rem;
}


/* Back to Top */

.back-to-top {
    display: block;
    text-decoration: none;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    text-align: center;
    line-height: 3.25rem;
    font-size: 1.625rem;
    opacity: 0;
    z-index: 90;
    position: fixed;
    bottom: 5.8rem;
    right: 1.5rem;
    border: 1.8px solid transparent;
    background: #2f3136;
    color: #f89609;
    pointer-events: none;
    transition: opacity 0.3s;
    cursor: pointer;
}

.back-to-top.active {
    opacity: 0.8;
    pointer-events: all;
}

.back-to-top.active:hover {
    opacity: 1;
}

.back-to-top>i {
    transform: translateY(-0.1875rem);
}

nav.topnav .menu-tab .simplebar-scrollbar::before {
    background-color: #f1f0ed;
}

@media screen and (max-width: 1299px) {
    .menu-mobile-login {
        position: absolute;
        width: 100%;
        background: #fff;
        justify-content: center;
        top: 93px;
        min-width: 100% !important;
        display: flex !important;
    }
    .menubar-01>.wrapper {
        margin-top: 44px;
    }
    .menu-mobile-login .option:last-child {
        border-color: transparent;
    }
    .menu-mobile-login .profile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .menu-mobile-login {
        top: 64px;
    }
}

@media screen and (max-width: 575px) {
    nav.topnav .option-nav>.option-dropdown>.wrapper {
        position: fixed;
        top: 0;
        left: 0;
        background: #262930;
        height: 100%;
        z-index: 999;
    }
    nav.footer .quote-wrapper.first>*::before {
        display: none;
    }
    nav.footer .quote-wrapper.last>*::after {
        display: none;
    }
}


/* @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-sidenav-quickLink {
    display: none !important;
  }
} */