<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes loadSpin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes stretchDelay {
    0%,40%,to {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

:root {
    --fs-75: calc(40px + (75 - 40) * (100vw - 320px) / (1600 - 320));
    --fs-50: calc(32px + (50 - 32) * (100vw - 320px) / (1600 - 320));
    --fs-30: calc(24px + (30 - 24) * (100vw - 320px) / (1600 - 320));
    --fs-24: calc(20px + (24 - 20) * (100vw - 320px) / (1600 - 320));
    --ff-ms: museo-sans,sans-serif;
    --m-lr: 5vw;
    --m-lr-hlf: 2.5vw;
    --m-lr-qtr: 2.5vw;
    --m-tb: 5vh;
    --d-shadow:0 4px 10px var(--gray-70);
    --l-shadow:0 10px 15px var(--gray-20);
    --black:#000;
    --blue:#0057e7;/*Old #4183ed*/
    --blue-80:#3278eb;
    --blue-70:#4c89ee;
    --blue-30:#b2ccf7;
    --gray-100:#181818;
    --gray-90:#303031;
    --gray-80:#484849;/*#4e4e4e*/
    --gray-70:#606062;/*#707070*/
    --gray-60:#78797a;
    --gray-50:#909193;/*#888*/
    --gray-40:#a8a9ab;
    --gray-30:#c0c1c4;/*#ccc*/
    --gray-20:#d8d9dc;/*#dadce0*/
    --gray-10:#f0f2f5;
    --h-gray:#f7f7f7;
    --orange:#f2762e;
    --orange-80:#f49157;
    --orange-70:#f59f6c;
    --orange-60:#f7ac81;
    --orange-50:#f8ba96;
    --orange-40:#f9c8ab;
    --orange-30:#fbd5c0;
    --orange-20:#fce3d5;
    --orange-10:#fdf1ea;
    --red:#d62d20;
    --red-80:#de564c;
    --red-70:#e26c62;
    --red-60:#e68179;
    --red-50:#ea968f;
    --red-40:#eeaba5;
    --red-30:#f2c0bc;
    --red-20:#f6d5d2;
    --red-10:#faeae8;
    --green:#008744;
    --green-50:#7fc3a1;
    --green-30:#b2dbc6;
    --green-10:#e5f3ec;
    --yellow:#ffa700;
    --yellow-30:#ffe4b2;
    --yellow-20:#ffedcc;
    --yellow-10:#fff6e5;
}

* {
    box-sizing: border-box
}

article, b, button, div, em, footer, form, h1, h2, h3, header, html, i, img, label, li, main, nav, object, section, span, strong, table, tbody, td, tfoot, th, thead, tr, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: 0 0
}

body, ol, p, sup, ul {
    border: 0;
    outline: 0
}

ol, p, sup, ul {
    padding: 0
}

ol, p, ul {
    font-size: 100%;
    vertical-align: bottom
}

body, sup {
    margin: 0
}

ol, p, sup, ul {
    background: 0 0
}

html {
    height: 100%
}

body {
    background-color: var(--gray-10);
    color: var(--gray-100);
    font: 300 16px/1 var(--ff-ms);
    min-height: 100%;
    padding: 80px 0 64px;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    width: 100%
}

article, body, footer, header, hgroup, main, nav, ol, section, ul {
    display: block
}

a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none
}

nav ul {
    list-style: none;
    margin: 0
}

a {
    background: 0;
    color: #000;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: bottom
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

video:-moz-full-screen, video:-ms-fullscreen, video:-webkit-full-screen, video:fullscreen {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100% !important
}

ol, p, ul {
    margin: 1.12em 0
}

ol, ul {
    margin-left: 50px
}

li, p {
    line-height: 2
}

b, strong {
    font-family: var(--ff-ms);
    font-weight: 900
}

sup {
    vertical-align: super;
    font-size: smaller
}

button, svg {
    overflow: visible
}

input[type="date"], input[type="email"], input[type="password"], input[type="text"], input[type="time"], select, textarea {
    background: transparent;
    font: 300 16px/20px var(--ff-ms);
    margin: 0;
    outline: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none
}

input[type="checkbox"], input[type="radio"] {
    width: 14px;
    height: 14px;
    padding: 0 !important;
    cursor: default;
    margin: 2px 4px 1px 1px;
    vertical-align: text-top
}

input[type="radio"] {
    margin: 3px 4px 0 0
}

#ddlCrtHdn, #ddlLeaHdn, .chk-hdn, .dsp-no, .hide, .menu-bub-ssl {
    display: none
}

.clr {
    clear: both
}

.ta-ctr {
    text-align: center
}

.ta-rt {
    text-align: right
}

.vam-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.noscript {
    border: 1px solid #000;
    border-collapse: separate;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    font-size: 10pt;
    margin: 0 1px;
    padding: 12px;
    background: #f23030;
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    font-style: italic
}

.blu, .row td a, a.blu {
    color: var(--blue)
}

    .reg-agr .reg-si-cd a:hover, a.blu:hover, a.whi {
        text-decoration: underline
    }

.gry {
    color: var(--gray-80)
}
.orange {
    color:var(--orange)
}
.red {
    color: var(--red) !important
}

a.whi {
    color: #fff
}

.alert {
    background-color: var(--red-30);
    color: var(--red);
    margin: 1.12em 0;
    padding: 1px var(--m-lr);
    text-align: center;
    width: 100%
}

    .alert.neutral {
        background-color: var(--gray-10);
        color: var(--gray-80);
        font-size: 18px
    }

    .alert.success {
        background-color: var(--green-30);
        color: var(--green)
    }

    .alert.warn {
        background-color: var(--yellow-30);
        color: var(--orange)
    }

    .alert p {
        margin: 1.12em auto;
        max-width: 1000px
    }
.flash-wrap {
    margin: 0 auto;
    max-width:500px;
    width:100%;
}
.page-wrap .flash-wrap {
    margin: 0 10px;
    max-width:unset;
    width:auto;
}
.flash-item {
    border-radius:10px;
    box-shadow:var(--d-shadow);
    color:#fff;
    display:flex;
    justify-content:space-between;
    line-height:1.5;
    margin:15px 0;
    opacity:0;
    padding:15px;
    transition:opacity .3s ease;
}
    .flash-item.popup {
        left: 50%;
        max-width: 50vw;
        opacity:0;
        position: fixed;
        top: 100px;
        transform: translate(-50%, -50px);
        transition: opacity .3s ease,transform .3s ease;
        z-index: 9999;
    }
    .flash-item.error {
        background-color: var(--red);
    }
    .flash-item.info {
        background-color:var(--blue);
    }
    .flash-item.success {
        background-color: var(--green);
    }
    .flash-item.warn {
        background-color:var(--orange);
    }
    .flash-item.show {
        opacity:1;
    }
    .flash-item.popup.show {
        opacity:1;
        transform: translate(-50%,0);
    }
.flash-memo-wrap {
    padding-left:38px;
    position:relative;
}
    .flash-memo-wrap::before {
        content:"";
        height:27px;
        left:0;
        position:absolute;
        top:0;
        width:27px;
    }
.flash-item.error .flash-memo-wrap::before {
    background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M43.431,35.294l-15.482,-27.966c-0.807,-1.457 -2.283,-2.328 -3.949,-2.328c-1.666,0 -3.142,0.871 -3.949,2.328l-15.482,27.966c-0.783,1.415 -0.761,3.09 0.061,4.483c0.82,1.392 2.274,2.223 3.889,2.223h30.963c1.614,0 3.068,-0.831 3.889,-2.223c0.82,-1.392 0.843,-3.068 0.06,-4.483zM22.5,17.5c0,-0.829 0.672,-1.5 1.5,-1.5c0.828,0 1.5,0.671 1.5,1.5v10c0,0.829 -0.672,1.5 -1.5,1.5c-0.828,0 -1.5,-0.671 -1.5,-1.5zM24,36c-1.105,0 -2,-0.895 -2,-2c0,-1.105 0.895,-2 2,-2c1.105,0 2,0.895 2,2c0,1.105 -0.895,2 -2,2z'%3E%3C/path%3E%3C/svg%3E")center/27px no-repeat;
}
.flash-item.info .flash-memo-wrap::before {
    background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,48,48' fill='%23ffffff'%3E%3Cpath d='M36.5,6h-25C8.467,6,6,8.468,6,11.5v25c0,3.032,2.467,5.5,5.5,5.5h25c3.033,0,5.5-2.468,5.5-5.5v-25C42,8.468,39.533,6,36.5,6z M25.5,33.5c0,0.828-0.671,1.5-1.5,1.5s-1.5-0.672-1.5-1.5v-11c0-0.828,0.671-1.5,1.5-1.5s1.5,0.672,1.5,1.5V33.5z M24,18c-1.105,0-2-0.895-2-2c0-1.105,0.895-2,2-2s2,0.895,2,2C26,17.105,25.105,18,24,18z'%3E%3C/path%3E%3C/svg%3E")center/27px no-repeat;
}
.flash-item.success .flash-memo-wrap::before {
    background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M24,4c-11.028,0 -20,8.972 -20,20c0,11.028 8.972,20 20,20c11.028,0 20,-8.972 20,-20c0,-11.028 -8.972,-20 -20,-20zM32.561,20.561l-10,10c-0.293,0.293 -0.677,0.439 -1.061,0.439c-0.384,0 -0.768,-0.146 -1.061,-0.439l-5,-5c-0.586,-0.586 -0.586,-1.535 0,-2.121c0.586,-0.586 1.535,-0.586 2.121,0l3.939,3.939l8.939,-8.939c0.586,-0.586 1.535,-0.586 2.121,0c0.586,0.586 0.587,1.535 0.002,2.121z'%3E%3C/path%3E%3C/svg%3E")center/27px no-repeat;
}
.flash-item.warn .flash-memo-wrap::before {
    background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M24,4c-11.028,0 -20,8.972 -20,20c0,11.028 8.972,20 20,20c11.028,0 20,-8.972 20,-20c0,-11.028 -8.972,-20 -20,-20zM22.5,14.5c0,-0.829 0.671,-1.5 1.5,-1.5c0.829,0 1.5,0.671 1.5,1.5v12c0,0.829 -0.671,1.5 -1.5,1.5c-0.829,0 -1.5,-0.671 -1.5,-1.5zM24,35c-1.105,0 -2,-0.895 -2,-2c0,-1.105 0.895,-2 2,-2c1.105,0 2,0.895 2,2c0,1.105 -0.895,2 -2,2z'%3E%3C/path%3E%3C/svg%3E")center/27px no-repeat;
}
.flash-heading {
    font-size:18px;
    font-weight:900;
}
.flash-memo {
    font-size:16px;
}
.flash-memo a.whi{text-decoration:underline}
.flash-links {
    display:flex;
}
    .flash-links a {
        background-color:transparent;
        border: 2px solid #fff;
        border-radius: 10px;
        color:#fff;
        font-weight:700;
        margin:12px 25px 4px 0;
        padding: 8px 20px;
        transition:background-color .3s ease,color .3s ease;
    }
        .flash-links a:last-child {
            margin-right: 0;
        }
        .flash-links a:hover {
            background-color: #fff;
        }
        .flash-item.error .flash-links a:hover{color:var(--red)}
        .flash-item.info .flash-links a:hover{color:var(--blue)}
        .flash-item.success .flash-links a:hover{color:var(--green)}
        .flash-item.warn .flash-links a:hover{color:var(--orange)}
.flash-dismiss {
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/14px no-repeat;
    cursor:pointer;
    flex-shrink:0;
    height:16px;
    margin:5px 0 0 15px;
    opacity:.7;
    transition:opacity .3s ease;
    width:16px;
}
.flash-dismiss:hover {
    opacity:1;
}

.flash-message {
    border-radius:10px;
    box-shadow: var(--l-shadow);
    color: var(--gray-80);
    display:flex;
    font-size:15px;
    justify-content:space-between;
    left:50%;
    line-height:1.5;
    max-width: 50vw;
    opacity:0;
    padding:15px 15px 15px 74px;
    position:fixed;
    top:100px;
    transform: translate(-50%, -50px);
    transition:opacity .3s ease,transform .3s ease;
    z-index: 9999;
}
    .flash-message.show {
        opacity:1;
        transform:translate(-50%,0);
    }
    .flash-message.success {
        background-color: var(--green-10);
        border: 1px solid var(--green-30);
    }
    .flash-message.warn {
        background-color: var(--yellow-10);
        border: 1px solid var(--yellow-30);
    }
    .flash-message.error {
        background-color: var(--red-10);
        border: 1px solid var(--red-30);
    }
    .flash-message::before {
        border-radius:50%;
        content:"";
        height:44px;
        left:15px;
        position:absolute;
        top:15px;
        width:44px;
    }
    .flash-message.success::before {
        background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M24,4c-11.028,0 -20,8.972 -20,20c0,11.028 8.972,20 20,20c11.028,0 20,-8.972 20,-20c0,-11.028 -8.972,-20 -20,-20zM32.561,20.561l-10,10c-0.293,0.293 -0.677,0.439 -1.061,0.439c-0.384,0 -0.768,-0.146 -1.061,-0.439l-5,-5c-0.586,-0.586 -0.586,-1.535 0,-2.121c0.586,-0.586 1.535,-0.586 2.121,0l3.939,3.939l8.939,-8.939c0.586,-0.586 1.535,-0.586 2.121,0c0.586,0.586 0.587,1.535 0.002,2.121z'%3E%3C/path%3E%3C/svg%3E")center/32px no-repeat;
    }
    .flash-message.warn::before {
        background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M24,4c-11.028,0 -20,8.972 -20,20c0,11.028 8.972,20 20,20c11.028,0 20,-8.972 20,-20c0,-11.028 -8.972,-20 -20,-20zM22.5,14.5c0,-0.829 0.671,-1.5 1.5,-1.5c0.829,0 1.5,0.671 1.5,1.5v12c0,0.829 -0.671,1.5 -1.5,1.5c-0.829,0 -1.5,-0.671 -1.5,-1.5zM24,35c-1.105,0 -2,-0.895 -2,-2c0,-1.105 0.895,-2 2,-2c1.105,0 2,0.895 2,2c0,1.105 -0.895,2 -2,2z'%3E%3C/path%3E%3C/svg%3E")center/32px no-repeat;
    }
    .flash-message.error::before {
        background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0,0,256,256' fill='%23ffffff'%3E%3Cpath transform='scale(5.33333,5.33333)' d='M43.431,35.294l-15.482,-27.966c-0.807,-1.457 -2.283,-2.328 -3.949,-2.328c-1.666,0 -3.142,0.871 -3.949,2.328l-15.482,27.966c-0.783,1.415 -0.761,3.09 0.061,4.483c0.82,1.392 2.274,2.223 3.889,2.223h30.963c1.614,0 3.068,-0.831 3.889,-2.223c0.82,-1.392 0.843,-3.068 0.06,-4.483zM22.5,17.5c0,-0.829 0.672,-1.5 1.5,-1.5c0.828,0 1.5,0.671 1.5,1.5v10c0,0.829 -0.672,1.5 -1.5,1.5c-0.828,0 -1.5,-0.671 -1.5,-1.5zM24,36c-1.105,0 -2,-0.895 -2,-2c0,-1.105 0.895,-2 2,-2c1.105,0 2,0.895 2,2c0,1.105 -0.895,2 -2,2z'%3E%3C/path%3E%3C/svg%3E")center/32px no-repeat;
    }
    .flash-message strong {
        color:var(--gray-100);
        display:block;
        font-size:18px;
        font-weight:700;
        line-height:1;
        padding-bottom:5px;
    }
    .flash-message .flash-close {
        background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/14px no-repeat;
        cursor:pointer;
        flex-shrink:0;
        height:16px;
        margin-left:25px;
        opacity:.5;
        transition:opacity .3s ease;
        width:16px;
    }
        .flash-message .flash-close:hover {
            opacity:1;
        }
.flash-confirm {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 15px 0 5px;
}
    .flash-confirm a {
        background-color: var(--yellow-30);
        border: 1px solid var(--yellow);
        border-radius: 10px;
        color:var(--gray-80);
        font-weight:700;
        padding: 8px 40px;
        transition:background-color .3s ease,color .3s ease;
    }
        .flash-confirm a:hover {
            background-color: var(--yellow);
            color:#fff;
        }

.page-message-wrap {
    align-items: center;
    color: var(--gray-80);
    display:flex;
    flex-direction: column;
    font-size:18px;
    margin: 1.12em 0;
    padding: 1px var(--m-lr);
    text-align: center;
    width: 100%;
}
.page-message-header-image {
    margin:1.12em 0;
    max-width:300px;
    width:100%;
}
.page-message-header {
    font-size:24px;
    font-weight:900;
}
.page-message-wrap p {
    line-height: 1.5
}
.page-message-wrap p + p {
    margin-top:0
}

.mn-img {
    background: url(/Images/info-f23030.svg)0/50px no-repeat;
    height: 50px;
    margin: 1.12em 0;
    padding: 0 10px;
    vertical-align: middle;
    width: 50px
}

.mn-img, .mn-txt, .tri {
    display: inline-block
}

.mn-txt {
    margin: 1.12em 0;
    padding: 0 10px;
    vertical-align: middle
}

.tri {
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    height: 0;
    margin: 2px 5px 0 0;
    transition: all .5s linear 0s;
    vertical-align: top;
    width: 0
}

    .tri.up {
        transform: rotate(180deg)
    }

.action-button {
    background: var(--red);
    border-radius: 10px;
    box-shadow: var(--d-shadow);
    color: #fff;
    display: inline-block;
    font: 900 100%/40px var(--ff-ms);
    height: 40px;
    margin: 0 auto 15px;
    padding: 0 20px;
    text-transform: uppercase
}
.header-section {
    align-items: center;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(33,40,50,.15);
    display: flex;
    height: 80px;
    justify-content: space-between;
    left: 0;
    padding: 0 var(--m-lr);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010
}

.header-logo, .header-nav a {
    display: inline-block
}
    .footer-logo img,.header-logo img {
        height: 50px;
        width: auto
    }
.header-menu {
    align-items: center;
    display: flex;
    height: 100%
}
.header-nav a {
    color: #000;
    font-weight: 900;
    padding: 10px 15px;
    text-transform: uppercase;
    transition:transform .3s ease;
}
.header-menu .action-button {
    margin: 0 0 0 15px;
    padding: 0 20px;
    position: relative;
    transition: transform .3s ease;
    z-index: 2
}
.header-nav a:active, .header-nav a:focus, .header-nav a:hover, .action-button:active,.action-button:focus,.action-button:hover {
    text-decoration: none
}

    .header-menu .action-button:hover, .header-nav a:hover {
        transform: scale(1.1)
    }
.header-menu-toggle {
    display: none;
    margin-left: var(--m-lr)
}
    .header-menu-toggle span {
        background: #000;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin: 6px 0;
        width: 25px
    }
.mobile-menu {
    background-color: #fff;
    height: 100vh;
    left: -305px;
    overflow: auto;
    padding-top: 70px;
    position: fixed;
    top: 0;
    transition: left .3s ease;
    width: 300px;
    z-index: 1060
}

    .mobile-menu.show {
        left: 0
    }
.mobile-menu-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/1em no-repeat;
    background-size: 1.1em;
    border: 0;
    box-sizing: content-box;
    color: #000;
    cursor: pointer;
    height: 1.1em;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 1.1em
}

    .mobile-menu-close:hover {
        opacity: .75;
        text-decoration: none
    }
.mobile-top {
    padding-top: 30px
}

    .mobile-top p {
        display: flex;
        justify-content: center;
        margin: 0
    }

        .mobile-top p + p {
            margin-top: 12px
        }

    .mobile-top a {
        align-items: center;
        color: var(--gray-100);
        display: flex;
        font-size: 15px;
        line-height: 1.4;
        justify-content: center;
    }

        .mobile-top a:hover {
            color: var(--orange)
        }

    .mobile-top svg {
        fill: var(--orange);
        height: auto;
        margin-right: 5px;
        width: 20px
    }
.mobile-sign-in-up {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px
}

    .mobile-sign-in-up a {
        background-color: var(--orange-20);
        border: 1px solid var(--orange);
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700;
        padding: 12px 0;
        text-align: center;
        width: 100px
    }

        .mobile-sign-in-up a:hover {
            background-color: var(--orange);
            color: #fff
        }
.mobile-social {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0
}

    .mobile-social svg {
        fill: var(--gray-100);
        height: auto;
        width: 24px
    }

    .mobile-social a:hover &gt; svg {
        fill: var(--orange)
    }

.footer-section {
    background-color: var(--gray-80);
    bottom:0;
    color: var(--gray-10);
    display: flex;
    left:0;
    padding: 0 var(--m-lr);
    position:absolute;
    right:0;
}
    .footer-section.small {
        flex-direction:row-reverse;
        justify-content: flex-end;
    }
.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    width: 50%
}
    .footer-column + .footer-column {
        padding: 20px 0 20px 20px
    }

.footer-section.small .footer-column {
    align-self: center;
    padding: 8px 0 8px 8px;
}

.footer-section.small .footer-column + .footer-column {
        padding: 8px 8px 8px 0
}
    .footer-section.small .footer-column:only-child {
        padding:8px 0;
        width:100%
    }
.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
    width: fit-content
}
.footer-contact {
    align-items: center;
    color: var(--gray-10);
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 1.4;
    transition: color .3s ease;
    width: fit-content
}
    .footer-contact:hover {
        color: var(--orange)
    }
    .footer-contact + .footer-contact {
        margin-top: 8px
    }
    .footer-contact svg {
        fill:var(--gray-10);
        height: auto;
        margin-right: 8px;
        width: 24px
    }
.footer-social {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 0
}
    .footer-social a {
        margin-right: 25px
    }
    .footer-social a &gt; svg {
        fill:var(--gray-10);
        height: auto;
        transition: fill .3s ease;
        width: 30px
    }
    .footer-social a:hover &gt; svg {
        fill: var(--orange)
    }
.footer-links {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0
}
    .footer-links + .footer-links {
        border-top: 1px solid var(--gray-10)
    }
    .footer-links a {
        color: var(--gray-10);
        font-weight: 700;
        transition: color .3s ease
    }
        .footer-links a:hover {
            color: var(--orange)
        }
.footer-section.small .footer-links {
    justify-content:flex-end;
    padding:7px 0;
}
    .footer-section.small .footer-links a {
        margin-left:50px;
    }
        .footer-section.small .footer-links a:first-child {
            margin:0
        }
.footer-sitemap, .footer-sitemap a {
    color: var(--gray-10)
}
    .footer-sitemap a:hover {
        text-decoration: none
    }
.footer-sitemap {
    cursor: default;
    display: block;
    font-size: 14px;
    padding: 30px 0;
    text-align: center
}
.footer-sitemap-path {
    padding: 0 2px
}
.footer-sitemap-home {
    fill:var(--gray-10);
    height: auto;
    vertical-align: text-bottom;
    width:18px;
}
.footer-copy {
    font-size: 12px;
    text-align: center
}
.footer-section.small .footer-copy {
    text-align:left
}

.button-hover-gry,.button-hover-ora,.button-hover-red {
    border-radius: 10px;
    box-shadow:var(--d-shadow);
    color:var(--gray-100);
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin:20px auto;
    max-width:400px;
    padding: 12px 15px;
    text-align: center;
    transition: background-color .3s ease,color .3s ease;
    width:100%;
}
.button-hover-gry{
    background-color:var(--gray-20);
    border:1px solid var(--gray-70);
}
    .button-hover-gry:active,.button-hover-gry:focus,.button-hover-gry:hover {
        background-color: var(--gray-70);
        color: #fff
    }
.button-hover-ora{
    background-color:var(--orange-20);
    border:1px solid var(--orange);
}
    .button-hover-ora svg {
        fill:var(--gray-100);
        height:23px;
        margin-right:6px;
        transition:fill .3s ease;
        vertical-align:text-bottom;
        width:23px;
    }
    .button-hover-ora:active,.button-hover-ora:focus,.button-hover-ora:hover {
        background-color: var(--orange);
        color: #fff
    }
    .button-hover-ora:hover svg {
        fill: #fff
    }
.button-hover-red {
    background-color: var(--red-20);
    border: 1px solid var(--red);
}
    .button-hover-red:active,.button-hover-red:focus,.button-hover-red:hover {
        background-color: var(--red);
        color: #fff
    }

.button-nav-ora {
    background-color: var(--orange-70);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size:18px;
    font-weight:900;
    line-height:20px;
    margin: 0;
    max-width: 250px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    transition:background-color .3s ease,color .3s ease;
    width: 100%
}
    .button-nav-ora:hover {
        background-color:#fff;
        color:var(--orange);
    }

.btn-ora, .btn-red {
    border-radius: 10px;
    color: #fff !important;
    display: block;
    font: 900 18px/20px var(--ff-ms);
    margin: 20px auto;
    max-width: 400px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%
}

.btn-ora {
    background:var(--orange) linear-gradient(180deg,#ff9c3a 0,#f2762e 100%);
    box-shadow:rgba(255,147,0,.5)0 5px 30px
}

.btn-red {
    background: #f23030 linear-gradient(180deg,#f84d67 0,#f23030 100%);
    box-shadow:rgba(255,0,0,.5)0 5px 30px;
}

    .btn-ora.nxt::after, .btn-ora.prv::after, .btn-red.nxt::after, .button-nav-ora.next::after, .button-nav-ora.prev::after {
        content: "";
        display: inline-block;
        height: 30px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        transition:background .3s ease;
        width: 30px
    }

    .btn-ora.nxt::after, .btn-red.nxt::after, .button-nav-ora.next::after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.2 40'%3E%3Cline x1='2.5' y1='20' x2='50' y2='20' style='fill:%23fff;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3Cpath d='M33.1863,2.5,50.6635,19.9772a.0952.0952,0,0,1,0,.1347L33.1863,37.5891' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3C/svg%3E")0/30px no-repeat;
        right: 20px
    }

.btn-ora.prv::after, .button-nav-ora.prev::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 40'%3E%3Cline x1='50' y1='20' x2='2.5' y2='20' style='fill:%23fff;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3Cpath d='M20.0051,37.5891,2.5279,20.1119a.0952.0952,0,0,1,0-.1347L20.0051,2.5' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3C/svg%3E")0/30px no-repeat;
    left: 20px
}

.button-nav-ora.next:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.2 40'%3E%3Cline x1='2.5' y1='20' x2='50' y2='20' style='fill:%23f2762e;stroke:%23f2762e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3Cpath d='M33.1863,2.5,50.6635,19.9772a.0952.0952,0,0,1,0,.1347L33.1863,37.5891' style='fill:none;stroke:%23f2762e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3C/svg%3E")0/30px no-repeat;
}
.button-nav-ora.prev:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 40'%3E%3Cline x1='50' y1='20' x2='2.5' y2='20' style='fill:%23f2762e;stroke:%23f2762e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3Cpath d='M20.0051,37.5891,2.5279,20.1119a.0952.0952,0,0,1,0-.1347L20.0051,2.5' style='fill:none;stroke:%23f2762e;stroke-linecap:round;stroke-miterlimit:10;stroke-width:5px'/%3E%3C/svg%3E")0/30px no-repeat;
}

.btn-clr {
    color: var(--gray-50) !important;
    display: block;
    font: 900 18px/20px var(--ff-ms);
    margin: 20px auto;
    max-width: 400px;
    padding: 15px 0;
    text-align: center;
    width: 100%
}

.nav-crs {
    background-color: #fff;
    box-shadow:2px 4px 8px var(--gray-20);
    height: 80px;
    left: 0;
    padding: 0 var(--m-lr);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.nav-logo {
    display: inline-block;
    margin: 15px 0
}

    .btm-logo img, .nav-logo img {
        height: 50px
    }

.nav-bars {
    cursor: pointer;
    display: none;
    float: right;
    margin: 13px 0 13px var(--m-lr)
}

.bar1, .bar2, .bar3 {
    background-color: #000;
    border-radius: 1px;
    height: 2px;
    margin: 6px 0;
    transition: transform .3s cubic-bezier(.18,.89,.32,1.28);
    width: 25px
}

.shc .bar1 {
    transform: rotate(-45deg) translate(-5.5px,6px)
}

.shc .bar2 {
    opacity: 0
}

.shc .bar3 {
    transform: rotate(45deg) translate(-5.5px,-6px)
}

.nav-menu {
    float: right;
    z-index: 1
}

a.nav-crs-btn, a.nav-crs-lnk {
    display: inline-block;
    text-transform: capitalize
}

a.nav-crs-lnk {
    color: #000;
    font-family: var(--ff-ms);
    font-weight: 900;
    margin: 22px 0;
    padding: 10px 15px;
    transition: color .2s cubic-bezier(.18,.89,.32,1.28),transform .2s cubic-bezier(.18,.89,.32,1.28)
}

    a.nav-crs-lnk:hover {
        color: #0f89e3;
        transform: scale(1.2)
    }

a.nav-crs-btn {
    background: #000;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
    color: #fff;
    float: right;
    font: 900 100%/40px var(--ff-ms);
    height: 40px;
    margin: 20px 0 20px 15px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: background .2s cubic-bezier(.18,.89,.32,1.28),transform .2s cubic-bezier(.18,.89,.32,1.28);
    z-index: 2
}

    a.nav-crs-btn:hover {
        background: #0f89e3;
        transform: scale(1.2)
    }

a.nav-crs-lnk:active, a.nav-crs-lnk:focus, a.nav-crs-lnk:hover {
    text-decoration: none
}

.in-row .in-rb label, .menu-bub {
    display: inline-block;
    position: relative
}

.menu-bub {
    float: right;
    margin: 20px 0 20px 30px
}

.menu-bub-oc, .menu-bub-os, .header-nav-initial,.header-account-initial {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px
}

.menu-bub-os, .header-nav-initial,.header-account-initial {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    font: 900 30px/40px var(--ff-ms)
}
.header-account-initial{
    flex-shrink:0
}
.header-nav-account {
    align-items:center;
    cursor:pointer;
    margin-left:10px;
    display:inline-flex;
    max-width:190px;
}
.header-nav-name-email {
    padding-left:10px;
}
.header-nav-name {
    font-size:14px;
    font-weight:700;
}
.header-nav-email {
    font-size:13px;
}
.header-nav-name,.header-nav-email {
    color: var(--gray-70);
    overflow:hidden;
    padding:2px 0;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.header-account {
    align-items: center;
    background-color:#fff;
    border:1px solid var(--gray-30);
    border-radius:10px;
    box-shadow:var(--l-shadow);
    display: flex;
    flex-direction: column;
    opacity:0;
    overflow:hidden;
    padding:20px;
    position:fixed;
    right:5px;
    top:85px;
    transition:opacity .3s ease;
    visibility:hidden;
    width:300px;
}
    .header-account.open {
        opacity:1;
        visibility:visible;
    }
.header-account-initial {
    font-size: 40px;
    height:60px;
    line-height: 60px;
    width:60px;
}
.header-account-name {
    font-size: 15px;
    font-weight: 700;
    overflow:hidden;
    padding: 15px 0 4px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.header-account-email {
    font-size:14px;
    overflow:hidden;
    padding:2px 0;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.header-account .button-hover-gry,.header-account .button-hover-ora {
    margin:20px 0 0;
    font-size: 16px;
    padding: 10px;
    box-shadow: var(--l-shadow);
}
.menu-bub-oc {
    position: relative;
    transition: background .3s ease
}

    .menu-bub-oc:hover {
        background: #d2d2d2
    }

.ex-ans label:hover input[type="radio"] ~ .crb {
    background-color: var(--gray-20)
}
.in-row .in-rb label:hover input[type="radio"] ~ .crb, .menu-bub-oc {
    background: #e0e0e0
}

    .menu-bub-oc img, .menu-bub-oc svg {
        height: 24px;
        margin-top: 8px;
        width: 24px
    }

.in-row label, .menu-bub-lbl,.header-nav-label {
    position: absolute;
    white-space: nowrap
}

.menu-bub-lbl,.header-nav-label {
    background: var(--gray-70);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 50%;
    opacity: 0;
    padding: 7px 10px;
    text-transform: none;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    transition: opacity .3s ease;
    visibility: hidden;
    z-index: 9999
}

.menu-bub-oc:hover &gt; .menu-bub-lbl,.header-nav a:hover&gt;.header-nav-label {
    opacity: 1;
    visibility: visible
}

.menu-pop {
    display: none;
    background-color: var(--gray-10);
    box-shadow: rgb(0 0 0/50%) 0 5px 30px;
    max-height:calc(100vh - 80px);
    overflow:auto;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 999
}

.menu-x-wrap {
    padding: 4px 4px 0
}

.menu-x {
    color: var(--gray-50);
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 5px
}

    .menu-x:hover {
        color: #000
    }

.menu-pop-in {
    display: flex;
    flex-direction: row;
    min-height: 300px;
    padding: 2px
}

    .menu-pop-in[data-lnks="1"] .menu-crs a {
        height: 100%
    }

    .menu-pop-in[data-lnks="2"] .menu-crs a {
        height: 50%
    }

    .menu-pop-in[data-lnks="3"] .menu-crs a {
        height: calc(100%/3)
    }

.menu-data, .menu-ico {
    background: var(--gray-50);
    border: 2px solid var(--gray-10);
    color: #fff;
    display: inline-block
}

.menu-ico {
    padding: 12px
}

.menu-data {
    min-width: 250px
}

.menu-bub-ol {
    background: #c8c9ca;
    border: 1px solid #c8c9ca;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font: 900 40px/60px var(--ff-ms);
    height: 60px;
    text-align: center;
    width: 60px
}

.menu-spt-hd {
    border-bottom: 1px solid #c8c9ca;
    font: 900 21px/1 var(--ff-ms);
    margin: 10px 12px 0;
    padding: 20px 0;
    text-align: center
}

.menu-spt-cs {
    font: 700 16px/1.5 var(--ff-ms);
    padding: 20px 12px;
    text-align: center;
    white-space: nowrap
}

.menu-spt-hrs {
    font: 900 16px/1.5 var(--ff-ms);
    text-align: center
}

.menu-spt-hrs, .menu-spt-txt {
    padding: 0 12px 20px;
    white-space: nowrap
}

    .menu-spt-txt a {
        color: #fff
    }

.menu-lv-hd {
    line-height: 2;
    padding: 10px 12px;
    text-align: center
}

    .menu-lv-hd strong {
        border-bottom: 1px solid #c8c9ca;
        display: block;
        font-size: 14px;
        width: 100%
    }

.menu-lv-lnk {
    background: var(--orange);
    border-top: 4px solid var(--gray-10);
    display: block;
    color: #fff;
    font: 900 16px/20px var(--ff-ms);
    padding: 15px;
    text-align: center
}

    .menu-lv-lnk svg {
        height: 20px;
        margin-left: 10px;
        vertical-align: top;
        width: 20px
    }

.menu-data-txt {
    margin-top: 16px;
    white-space: nowrap
}

.menu-crs, .menu-crs a {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.menu-crs {
    align-items: center
}

    .menu-crs a {
        background: var(--orange);
        border: 2px solid var(--gray-10);
        color: #fff;
        font: 700 14px/14px var(--ff-ms);
        padding: 0 15px;
        text-align: center;
        white-space: nowrap;
        width: 100%
    }

        .menu-crs a svg, .menu-crs-sae svg {
            display: block;
            height: 40px;
            margin: 0 auto 4px;
            width: 40px
        }

    .menu-crs .a {
        background: var(--gray-50)
    }

.menu-crs-set {
    width: 100%
}

.menu-crs-hd {
    border-bottom: 1px solid #c8c9ca;
    font-weight: 900;
    padding: 15px 0;
    text-align: center
}

.menu-crs-ns, .menu-crs-opt {
    display: none;
    text-align: center
}

.menu-crs-opt {
    background: var(--gray-50);
    border: 2px solid var(--gray-10);
    color: #fff;
    height: 100%;
    padding: 0 var(--m-lr-qtr)
}

    .menu-crs-opt.a {
        display: block
    }

.menu-crs-ns {
    line-height: 2;
    padding: 15px 0
}

.menu-data-set {
    background: #a8a8a8;
    cursor: pointer;
    margin: 15px auto;
    max-width: 200px;
    min-width: 165px;
    padding: 15px;
    white-space: nowrap;
    width: 100%
}

    .menu-data-set.a {
        background: #b4734d
    }

    .menu-data-set a {
        color: #fff
    }

.menu-crs-sae {
    background: var(--orange);
    border-color: var(--gray-10);
    border-style: solid;
    border-width: 0 4px 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font: 700 14px/14px var(--ff-ms);
    justify-content: center;
    min-width: 300px;
    padding: 18px 15px;
    text-align: center
}

#lng .menu-pop, #ts .menu-pop, #vq .menu-pop {
    min-width: 200px
}

#lng .menu-data, #ts .menu-data, #vq .menu-data {
    width: 100%
}

.page-title {
    padding: var(--m-tb) var(--m-lr)0;
    text-align: center
}

    .page-title h1 {
        font: 700 var(--fs-50)/1.2 var(--ff-ms);
        text-transform: capitalize
    }

    .page-title h2 {
        color: var(--gray-50);
        font: 900 var(--fs-24)/1.3 var(--ff-ms)
    }

    .page-title p {
        color: var(--gray-50);
        font-size: var(--fs-24);
        line-height: 1.5;
        margin: 1.12em var(--m-lr);
        text-align: left
    }

.page-img {
    margin: var(--m-tb) auto;
    width: 100%
}

.page-img {
    display: block;
    max-width: 200px
}

.in-row {
    padding: 15px 0
}

    .in-row::after {
        content: "";
        clear: both;
        display: table
    }

.in-100, .in-25, .in-50, .in-75 {
    border-bottom: 1px solid #ababab;
    display: inline-block;
    position: relative;
    margin-bottom: 2px
}

.in-100:focus-within, .in-25:focus-within, .in-50:focus-within, .in-75:focus-within {
    border-color: var(--blue)
}

.in-25, .in-50, .in-75, .in-brk {
    float: left
}

.in-brk {
    height: 1px;
    width: 4%
}

.in-100 {
    width: 100%
}

.in-75 {
    width: 73%
}

.in-50 {
    width: 48%
}

.in-25 {
    width: 23%
}

.in-100.in-rb {
    border: 0
}

.in-100.dd, .in-50.dd {
    align-items: center;
    display: inline-grid;
    grid-template-areas: "select"
}

    .in-100.dd::after, .in-50.dd::after {
        border-bottom: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid var(--gray-100);
        content: "";
        display: inline-block;
        height: 0;
        justify-self: end;
        margin-right: 5px;
        width: 0;
        z-index:0;
    }

    .in-100 select, .in-100.dd::after, .in-50 select, .in-50.dd::after {
        grid-area: select
    }

.chk-in {
    width: 100%
}

.in-val {
    border: 0;
    color: #f23030 !important;
    font: 700 14px/1.2 var(--ff-ms)
}

.in-val-si[style*=inline] {
    border: 2px solid #f23030;
    border-radius: 20px;
    display: block !important;
    font: 700 18px/1.5 var(--ff-ms);
    margin: 0 auto;
    max-width: 600px;
    padding: 15px;
    text-align: center
}

.in-val-fail {
    border-bottom: 1px solid #f23030 !important
}

.in-row label {
    color: var(--gray-50);
    cursor: text;
    font: 700 16px var(--ff-ms);
    left: 2px;
    opacity: 1;
    top: 12px;
    transition: font-size .1s cubic-bezier(.18,.89,.32,1.28),left .1s cubic-bezier(.18,.89,.32,1.28),top .1s cubic-bezier(.18,.89,.32,1.28);
}

.in-row .in-rb label {
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 35px;
    transition: color 250ms ease-in-out;
    user-select: none;
    width: 50%
}

.in-row input[type="date"], .in-row input[type="email"], .in-row input[type="password"], .in-row input[type="text"], .in-row input[type="time"], .in-row select, .in-row textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    height:43px;
}
.in-row input[type="date"], .in-row input[type="time"]{opacity:0;padding-right:0;transition:opacity .3s ease}
.in-row textarea {
    transition: height .2s linear
}

.in-row input[type="radio"] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.in-row textarea.foc, .in-row textarea:focus {
    height: 100px
}

    .in-row input[type="date"]:focus + label, .in-row input[type="email"]:focus + label, .in-row input[type="password"]:focus + label, .in-row input[type="text"]:focus + label, .in-row input[type="time"]:focus + label, .in-row select:focus + label, .in-row textarea:focus + label {
        color: var(--blue) !important;
        font-size: 12px;
        left: 12px;
        top: -11px
    }

.in-row select + label {
    cursor: default
}

.in-row input[type="date"].foc, .in-row input[type="date"]:focus, .in-row input[type="time"].foc, .in-row input[type="time"]:focus {
    opacity: 1
}

    .in-row input[type="date"].foc + label, .in-row input[type="email"].foc + label, .in-row input[type="password"].foc + label, .in-row input[type="text"].foc + label, .in-row input[type="time"].foc + label, .in-row select.foc + label, .in-row textarea.foc + label, .in-row.ne label {
        color: var(--gray-50);
        font-size: 12px;
        left: 12px;
        top: -11px
    }

.in-row input[type="checkbox"] + label {
    color: #000;
    cursor: default;
    position: unset
}

.tb-ml {
    height: 100px !important;
    padding: 12px !important;
    resize:none;
}

.pwd-tgl {
    color: var(--orange);
    font: 700 12px var(--ff-ms);
    opacity: 0;
    position: absolute;
    right: 8px;
    top: -11px;
    transition: opacity .1s cubic-bezier(.18,.89,.32,1.28),visibility .1s cubic-bezier(.18,.89,.32,1.28);
    visibility: hidden
}

.reg-fgt {
    font-size: 14px;
    padding: 10px 2px 2px;
    text-align: left
}

.or {
    border-bottom: 1px solid #ababab;
    font: 900 18px/0 var(--ff-ms);
    line-height: .1em;
    margin: 35px auto;
    max-width: 600px;
    text-align: center
}

.or-gry {
    background-color: var(--gray-10);
    color: var(--gray-50);
    padding: 0 20px;
    text-transform: uppercase
}

.cs-wrap {
    padding: var(--m-tb) var(--m-lr)
}

.cs-ctr {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%
}

.cs-info {
    display: inline-block;
    line-height: 2;
    width: 30%
}

    .cs-info h3 {
        font: 900 24px/1.2 var(--ff-ms);
        padding: 25px 0 10px
    }

        .cs-info h3:first-of-type {
            padding-top: 0
        }

.cs-info-itm svg {
    margin-right: 10px;
    vertical-align: middle;
    width: 20px
}

.cs-info-itm.em {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cs-info-itm.brk {
    margin-top: 20px
}

.cs-info-day {
    width: 38px
}

.cs-img, .cs-info-day, .cs-info-hrs {
    display: inline-block;
    vertical-align: middle
}

.cs-info-hrs {
    padding-left: 50px
}

.cs-img {
    width: 40%
}

    .cs-img img {
        display: block;
        margin: 0 auto;
        width: 80%
    }

.review-brands-heading,.rvw-br-hd {
    border-top: 1px solid var(--gray-30);
    color: var(--gray-50);
    font-size:var(--fs-24);
    font-weight:900;
    line-height:1.3;
    margin: 0 var(--m-lr);
    padding: 5vh 0 calc(5vh - 20px);
    text-align: center
}

.review-brands-wrap,.rvw-br-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto 5vh;
    max-width: 1000px;
    width: 100%
}

.rvw-br-c {
    padding: 20px 10px 0;
}
#pnlTP.review-brand{max-width:unset;width:100%}
#pnlTP.rvw-br-c{width:100%}
.review-brand {
    padding:11px;width:200px
}
.rvw-br {
    display: block;
    margin: 0 auto;
    max-width: 185px;
    width: 100%
}
.review-brand-link{display:block;width:100%}
.review-brand-icon {
    align-items: center;
    display: flex;
    height: 50px
}
    .review-brand-icon svg {
        height:50px;
        margin-right: 8px;
        width:50px
    }
.rvw-br-ico {
    display: block;
    height: 50px
}

    .rvw-br-ico svg, .rvw-star-wrap {
        display: inline-block;
        vertical-align: middle
    }

    .rvw-br-ico svg {
        height: 50px;
        margin-right: 8px;
        width: 50px
    }

.rvw-star-wrap {
    height: 50%;
    max-width: 125px;
    width: calc(100% - 60px)
}
.rating-stars {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3ClinearGradient id='linear0' gradientUnits='userSpaceOnUse' x1='32.282249' y1='22.790001' x2='136.496323' y2='162.203171' gradientTransform='matrix(0.27907,0,0,0.27907,0,0)'%3E%3Cstop offset='0' style='stop-color:rgb(80.000001%25,80.000001%25,80.000001%25);stop-opacity:1;'/%3E%3Cstop offset='1' style='stop-color:rgb(58.431375%25,64.705884%25,65.098041%25);stop-opacity:1;'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:url(%23linear0)' d='M 24.914062 5.1875 L 30.390625 17.472656 L 43.769531 18.886719 C 44.628906 18.976562 44.976562 20.046875 44.332031 20.625 L 34.339844 29.628906 L 37.132812 42.789062 C 37.3125 43.636719 36.402344 44.296875 35.652344 43.863281 L 24 37.140625 L 12.347656 43.863281 C 11.597656 44.296875 10.691406 43.636719 10.867188 42.789062 L 13.660156 29.628906 L 3.667969 20.621094 C 3.023438 20.042969 3.371094 18.976562 4.230469 18.886719 L 17.609375 17.472656 L 23.085938 5.183594 C 23.4375 4.394531 24.5625 4.394531 24.914062 5.1875 Z M 24.914062 5.1875'/%3E%3C/svg%3E")left center/24px repeat-x;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 120px
}
.rating-bar {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3ClinearGradient id='linear0' gradientUnits='userSpaceOnUse' x1='32.282249' y1='22.790001' x2='136.496323' y2='162.203171' gradientTransform='matrix(0.27907,0,0,0.27907,0,0)'%3E%3Cstop offset='0' style='stop-color:rgb(100%25,85.490197%25,10.980392%25);stop-opacity:1;'/%3E%3Cstop offset='1' style='stop-color:rgb(99.607843%25,71.764708%25,1.960784%25);stop-opacity:1;'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='surface19710170'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:url(%23linear0);' d='M 24.914062 5.1875 L 30.390625 17.472656 L 43.769531 18.886719 C 44.628906 18.976562 44.976562 20.046875 44.332031 20.625 L 34.339844 29.628906 L 37.132812 42.789062 C 37.3125 43.636719 36.402344 44.296875 35.652344 43.863281 L 24 37.140625 L 12.347656 43.863281 C 11.597656 44.296875 10.691406 43.636719 10.867188 42.789062 L 13.660156 29.628906 L 3.667969 20.621094 C 3.023438 20.042969 3.371094 18.976562 4.230469 18.886719 L 17.609375 17.472656 L 23.085938 5.183594 C 23.4375 4.394531 24.5625 4.394531 24.914062 5.1875 Z M 24.914062 5.1875 '/%3E%3C/g%3E%3C/svg%3E")left center/24px repeat-x;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute
}
.rvw-star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3ClinearGradient id='linear0' gradientUnits='userSpaceOnUse' x1='32.282249' y1='22.790001' x2='136.496323' y2='162.203171' gradientTransform='matrix(0.27907,0,0,0.27907,0,0)'%3E%3Cstop offset='0' style='stop-color:rgb(100%25,85.490197%25,10.980392%25);stop-opacity:1'/%3E%3Cstop offset='1' style='stop-color:rgb(99.607843%25,71.764708%25,1.960784%25);stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:url(%23linear0)' d='M 24.914062 5.1875 L 30.390625 17.472656 L 43.769531 18.886719 C 44.628906 18.976562 44.976562 20.046875 44.332031 20.625 L 34.339844 29.628906 L 37.132812 42.789062 C 37.3125 43.636719 36.402344 44.296875 35.652344 43.863281 L 24 37.140625 L 12.347656 43.863281 C 11.597656 44.296875 10.691406 43.636719 10.867188 42.789062 L 13.660156 29.628906 L 3.667969 20.621094 C 3.023438 20.042969 3.371094 18.976562 4.230469 18.886719 L 17.609375 17.472656 L 23.085938 5.183594 C 23.4375 4.394531 24.5625 4.394531 24.914062 5.1875 Z M 24.914062 5.1875'/%3E%3C/svg%3E")50%/100%no-repeat;
    display: inline-block;
    height: 100%;
    max-width: 25px;
    width: 20%
}

    .rvw-star.half {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3ClinearGradient id='linear0' gradientUnits='userSpaceOnUse' x1='32.282249' y1='22.790001' x2='136.496323' y2='162.203171' gradientTransform='matrix(0.27907,0,0,0.27907,0,0)'%3E%3Cstop offset='0' style='stop-color:rgb(100%25,85.490197%25,10.980392%25);stop-opacity:1'/%3E%3Cstop offset='1' style='stop-color:rgb(99.607843%25,71.764708%25,1.960784%25);stop-opacity:1'/%3E%3C/linearGradient%3E%3CradialGradient id='radial0' gradientUnits='userSpaceOnUse' cx='73.010422' cy='73.949249' fx='73.010422' fy='73.949249' r='82.792923' gradientTransform='matrix(0.27907,0,0,0.27907,0,0)'%3E%3Cstop offset='0' style='stop-color:rgb(98.039216%25,98.039216%25,98.431373%25);stop-opacity:1'/%3E%3Cstop offset='0.293' style='stop-color:rgb(96.470588%25,96.862745%25,97.254902%25);stop-opacity:1'/%3E%3Cstop offset='0.566' style='stop-color:rgb(92.156863%25,92.54902%25,93.333334%25);stop-opacity:1'/%3E%3Cstop offset='0.832' style='stop-color:rgb(84.705883%25,86.274511%25,87.450981%25);stop-oacity:1'/%3E%3Cstop offset='1' style='stop-color:rgb(78.431374%25,80.392158%25,81.960785%25);stop-opacity:1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:url(%23linear0)' d='M 24.914062 5.1875 L 30.390625 17.472656 L 43.769531 18.886719 C 44.628906 18.976562 44.976562 20.046875 44.332031 20.625 L 34.339844 29.628906 L 37.132812 42.789062 C 37.3125 43.636719 36.402344 44.296875 35.652344 43.863281 L 24 37.140625 L 12.347656 43.863281 C 11.597656 44.296875 10.691406 43.636719 10.867188 42.789062 L 13.660156 29.628906 L 3.667969 20.621094 C 3.023438 20.042969 3.371094 18.976562 4.230469 18.886719 L 17.609375 17.472656 L 23.085938 5.183594 C 23.4375 4.394531 24.5625 4.394531 24.914062 5.1875 Z M 24.914062 5.1875'/%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:url(%23radial0)' d='M 43.769531 18.886719 L 30.390625 17.472656 L 24.914062 5.1875 C 24.738281 4.789062 24.367188 4.59375 24 4.59375 L 24 37.140625 L 35.652344 43.863281 C 36.402344 44.296875 37.3125 43.636719 37.132812 42.789062 L 34.339844 29.628906 L 44.332031 20.625 C 44.976562 20.046875 44.628906 18.976562 43.769531 18.886719 Z M 43.769531 18.886719'/%3E%3C/svg%3E")50%/100%no-repeat
    }

.review-brand-name, .rvw-name, .review-brand-rating, .rvw-rating {
    display: block;
    text-align: left
}

.review-brand-rating,.rvw-rating {
    font-size:12px;
    font-weight:700;
    padding-left: 60px
}
.review-brand-name {
    color: var(--gray-80);
    font-size: var(--fs-24);
    padding: 8px 0 0 60px
}
.rvw-name {
    font-size: var(--fs-24);
    padding: 20px 5px 20px 60px
}

.state-directory-heading-wrap {
    display:flex;
    justify-content:space-between;
    padding: var(--m-tb) var(--m-lr) 0;
}
.state-directory-heading {
    padding-right: var(--m-lr);
    width:66%
}
    .state-directory-heading h1 {
        font-size: var(--fs-50);
        font-weight:700;
    }
    .state-directory-heading h2 {
        color:var(--orange);
        font-size: var(--fs-24);
        font-weight:900;
        line-height:1.2;
        padding-bottom: 15px;
    }
.state-directory-links {
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:34%
}
    .state-directory-links em {
        color: var(--gray-80);
        font-size: var(--fs-24);
        font-weight:700;
        margin:15px auto;
    }
    .state-directory-links .button-hover-ora {
        margin:15px auto;
    }
    .state-directory-heading .review-brands-heading{display:none}
    .state-directory-heading .review-brands-wrap{margin:5vh auto}
.state-directory-course-wrap {
    border-top:1px solid var(--gray-30);
    margin:0 var(--m-lr);
    padding:5vh 0;
}
    .state-directory-course-wrap.testimonials {
        margin:0
    }
    .state-directory-course-wrap h3,.state-directory-course-wrap h4 {
        font-size:var(--fs-30);
        font-weight:700;
        line-height:1.2;
        margin:0;
        text-align:center
    }
        .state-directory-course-wrap h3 .orange {
            position: relative;
            white-space:nowrap;
        }
            .state-directory-course-wrap h3 .orange::after {
                border-color:var(--orange);
                border-radius: 50%;
                border-style:solid hidden hidden;
                border-width:2px 0 0;
                bottom: -10px;
                content: "";
                height: 10px;
                left: 0;
                position: absolute;
                width: 100%;
            }
    .state-directory-course-wrap h4 {
        color:var(--orange)
    }
    .state-directory-course-wrap .testimonial-window {
        padding-top:5vh
    }
    .state-directory-course-wrap .testimonial-next, .state-directory-course-wrap .testimonial-back {
        top: calc(5vh + 165px);
    }
.state-directory-course-row {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
.state-directory-course-card {
    background-color: #fff;
    border: 1px solid var(--gray-20);
    border-radius: 10px;
    box-shadow: var(--l-shadow);
    color: var(--gray-100);
    display: flex;
    flex:0 1 450px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5vh;
    padding: 20px 0;
    transition: border-color .3s ease;
}
    .state-directory-course-card:not(.combo):hover {
        border-color:var(--orange)
    }
    .state-directory-course-card.combo {
        border:3px solid var(--red)
    }
.state-directory-course-section {
    padding:0 20px;
}
.state-directory-course-image a {
    display:block
}
.state-directory-course-image img {
    border-radius: 10px;
    height:auto;
    width: 100%;
}

.state-directory-course-name {
    font-size:22px;
    font-weight:700;
    margin:20px 0;
}
    .state-directory-course-name a {
        transition:color .3s ease;
    }
        .state-directory-course-name a:hover {
            color: var(--orange)
        }
.state-directory-course-more{
    align-items: center;
    display:flex;
    justify-content: space-between;
}
    .state-directory-course-more .action-button {
        background-color: var(--orange);
        box-shadow: var(--l-shadow);
        font-weight:700;
        margin:0;
        text-transform:capitalize;
    }
    .state-directory-course-more .license {
        font-size: 14px;
        font-weight: 700;
        transition:color .3s ease;
    }
        .state-directory-course-more .license:hover {
            color: var(--orange)
        }
.state-directory-course-details {
    color:var(--gray-70);
    margin: 20px 0;
}
    .state-directory-course-details .list-marker-blue {
        margin-left:5px;
        margin-top:20px
    }
    .state-directory-course-details .list-marker-blue li {
        line-height:1.5;
        margin-top: 12px;
        padding: 0 0 0 30px;
    }
    .state-directory-course-details .list-marker-blue li::before{
        top:-3px
    }
    .state-directory-course-details .list-marker-blue li b{
        font-weight:700
    }
    .state-directory-course-details .list-marker-blue ul {
        list-style:none;
        margin: 6px 0 0 25px;
    }
        .state-directory-course-details .list-marker-blue ul li {
            margin:0;
            padding-left: 15px;
        }
        .state-directory-course-details .list-marker-blue ul li::before {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%230057e7'%3E%3Cpath d='M25,48C12.318,48,2,37.682,2,25S12.318,2,25,2s23,10.318,23,23S37.682,48,25,48z'/%3E%3C/svg%3E")0/8px no-repeat;
            height:8px;
            top:8px!important;
            width:8px;
        }
    .state-directory-course-details em {
        display: inline-block;
        font-weight:700;
        line-height:1.5;
        margin-top: 12px;
    }
.state-directory-course-meta {
    color:var(--gray-70);
    display:flex;
    font-size:14px;
    justify-content:space-between;
    padding: 0 7px;
}
    .state-directory-course-meta svg {
        fill:var(--orange);
        height:16px;
        margin-right:4px;
        vertical-align: text-bottom;
        width:16px;
    }
.state-directory-course-price-review {
    align-items: center;
    background-color: var(--orange-10);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 8px 0 40px 0;
    padding: 15px 20px;
}
.state-directory-course-price {
    white-space:nowrap;
}
.state-directory-course-price .sale-price {
    font-size: 21px;
    font-weight: 900;
    color: var(--orange);
    margin-right: 5px;
}
.state-directory-course-price .regular-price {
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 5px;
}
.state-directory-course-review .rating-count {
    font-weight: 700;
    margin-right:2px;
}
.state-directory-course-review .rating-stars {
    background-size: 18px;
    width: 90px;
    height: 18px;
}
.state-directory-course-review .rating-bar {
    background-size: 18px;
}
.state-directory-course-card .button-hover-ora {
    max-width:75%
}
.testimonial-wrap{padding-bottom:50px}
.testimonial-header{font-size:var(--fs-30);font-weight:700;line-height:1.2;margin-bottom:35px;padding:0 var(--m-lr-hlf);text-align:center}
.testimonial-window{margin:0 auto;overflow:hidden;padding:5px 20px 20px;position:relative;width:1180px}
.testimonial-slider{box-sizing:content-box;display:flex;height:100%;transform:translateX(0);transition:transform .6s ease;width:100%}
.testimonial-card{background-color:#fff;border:1px solid var(--gray-20);border-radius:10px;box-shadow:var(--l-shadow);color:var(--gray-90);flex-shrink:0;height:100%;margin-right:40px;padding:40px;position:relative;overflow:hidden;text-align:center;width:550px}
.testimonial-arrow{position:absolute;right:60px;top:-40px;border:2px solid var(--orange);border-color:transparent var(--orange) transparent transparent;height:200px;width:400px;border-radius:0 200px 100px 0}
.testimonial-point{position:absolute;right:22px;top:171px}
.testimonial-point:after,.testimonial-point:before{background-color:var(--orange);height:25px;content:"";position:absolute;width:2px}
.testimonial-point:before{top:-17px;left:2px;transform:rotate(180deg)}
.testimonial-point:after{top:-8px;left:14px;transform:rotate(75deg)}
.testimonial-thumbnail{position:relative}
.testimonial-thumbnail i{border-radius:50%;color:#fff;position:absolute;text-align:center;background:var(--orange)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23fff'%3E%3Cpath d='M 16 5 C 8.28125 5 2 11.28125 2 19 L 2 41 L 22 41 L 22 21 L 11 21 L 11 19 C 11 15.140625 13.242188 12 16 12 L 17 12 L 17 5 Z M 42 5 C 34.28125 5 28 11.28125 28 19 L 28 41 L 48 41 L 48 21 L 37 21 L 37 19 C 37 15.140625 39.242188 12 42 12 L 43 12 L 43 5 Z'/%3E%3C/svg%3E")50%/16px no-repeat;bottom:-13px;display:inline-block;height:30px;left:0;margin:0 auto;right:0;width:30px}
.testimonial-thumbnail img{border:1px solid var(--gray-20);border-radius:50%;display:block;margin:0 auto;padding:8px;width:90px}
.testimonial-rating{margin-top:35px;text-align:center}
.testimonial-rating .rating-stars{height:20px;width:100px;background-size:20px}
.testimonial-rating .rating-bar{background-size:20px}
.testimonial-text{color:var(--gray-70);display:-webkit-box;height:63px;line-height:1.5;margin-bottom:0;overflow:hidden;padding-top:15px;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.testimonial-clamp:hover{display:block;overflow:visible;height:unset}
.testimonial-author{font-size:21px;font-weight:700;margin-bottom:0;margin-top:16px}
.testimonial-time{color:var(--orange);font-size:14px;font-weight:400;margin-top:5px}
.testimonial-next,.testimonial-back{background-color:#fff;border:1px solid var(--gray-30);border-radius:50%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);height:34px;padding:7px;position:absolute;top:168px;width:34px}
.testimonial-next{right:3px}
.testimonial-back{display:none;left:3px}
.testimonial-next svg,.testimonial-back svg{fill:var(--gray-50);transition:fill .3s ease}
.testimonial-next:hover svg,.testimonial-back:hover svg{fill:var(--gray-80)}
.testimonial-pagination{margin:40px var(--m-lr)0;text-align:center}
.pagination-bullet{background-color:var(--orange-30);border-radius:50%;cursor:pointer;display:inline-block;height:13px;margin:0 5px;transition:background-color .3s ease;width:13px}
.pagination-bullet.active{background-color:var(--orange)}

.prg-bar {
    background: #e0e0e0;
    height: 10px;
    margin: 80px auto;
    position: relative;
    width: 800px
}

    .prg-bar + .page-title {
        padding-top: 0
    }

.prg-stp, .reg-f ul li span {
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.prg-stp {
    background: #e0e0e0;
    position: absolute;
    top: -5px
}

    .prg-stp.st1 {
        left: -10px
    }

.prg-bar[data-cnt="3"] .prg-stp.st2, .prg-bar[data-cnt="5"] .prg-stp.st3 {
    left: calc(50% - 10px)
}

.prg-bar[data-cnt="4"] .prg-stp.st2 {
    left: calc(100%/3 - 10px)
}

.prg-bar[data-cnt="4"] .prg-stp.st3 {
    right: calc(100%/3 - 10px)
}

.prg-bar[data-cnt="5"] .prg-stp.st2 {
    left: calc(25% - 10px)
}

.prg-bar[data-cnt="5"] .prg-stp.st4 {
    right: calc(25% - 10px)
}

.prg-bar[data-cnt="2"] .prg-stp.st2, .prg-bar[data-cnt="3"] .prg-stp.st3, .prg-bar[data-cnt="4"] .prg-stp.st4, .prg-bar[data-cnt="5"] .prg-stp.st5 {
    right: -10px
}

.prg-txt, .reg-t h2 {
    color: var(--gray-50);
    line-height: 1.5
}

.prg-txt {
    font-size: 14px;
    left: -40px;
    position: absolute;
    text-align: center;
    top: -35px;
    width: 100px
}

.prg-stp.act {
    background: #fff;
    border: 4px solid var(--orange)
}

    .prg-stp.act &gt; .prg-txt {
        font: 700 14px/1.5 var(--ff-ms);
        left: -44px;
        top: -39px
    }

.prg-stp.cmp, .prg-stp.nc {
    height: 30px;
    top: -10px;
    width: 30px
}

.prg-stp.cmp {
    background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.1 11.8'%3E%3Cpath d='M2.1 4.4l5.4 5.9 3.3-3.1 5.2-5' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3C/svg%3E")50%/20px no-repeat
}

.prg-stp.nc {
    background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.3 14.4'%3E%3Cpath d='M2.1 2.1 7 7.2l5.2-4.9' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3Cpath d='M2.1 12.3l4.9-5.1 5.2 5' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3C/svg%3E")50%/16px no-repeat
}

    .prg-stp.cmp &gt; .prg-txt, .prg-stp.nc &gt; .prg-txt {
        left: -35px;
        top: -30px
    }

.prg-stp.st1.cmp {
    left: -15px
}

.prg-bar[data-cnt="3"] .prg-stp.st2.cmp, .prg-bar[data-cnt="3"] .prg-stp.st2.nc, .prg-bar[data-cnt="5"] .prg-stp.st3.cmp {
    left: calc(50% - 15px)
}

.prg-bar[data-cnt="2"] .prg-stp.st2.cmp, .prg-bar[data-cnt="3"] .prg-stp.st3.cmp, .prg-bar[data-cnt="4"] .prg-stp.st4.cmp, .prg-bar[data-cnt="5"] .prg-stp.st5.cmp {
    right: -15px
}

.prg-bar[data-cnt="4"] .prg-stp.st2.cmp, .prg-bar[data-cnt="4"] .prg-stp.st2.nc {
    left: calc(100%/3 - 15px)
}

.prg-bar[data-cnt="4"] .prg-stp.st3.cmp {
    right: calc(100%/3 - 15px)
}

.prg-bar[data-cnt="5"] .prg-stp.st2.cmp {
    left: calc(25% - 15px)
}

.prg-bar[data-cnt="5"] .prg-stp.st4.cmp {
    right: calc(25% - 15px)
}

.prg-fill {
    background: var(--orange);
    border-radius: 5px;
    height: 100%;
    transition: width .3s ease
}

.col-wrap {
    display:flex;
    justify-content:space-evenly;
    margin-top: 50px;
    position:relative;
}
.col-lrg {
    max-width:1000px;
    width:100%;
}
.col-md {
    max-width:500px;
    width:100%;
}
.col-sm {
    max-width:300px;
    width:100%;
}
    .col-sm.sticky {
        align-self: flex-start;
        position:sticky;
        top:20px;
    }
.col-section {
    border-top: 2px solid var(--gray-50);
    margin: 9px 0 100px;
    position: relative;
}
.section-heading {
    background-color: var(--gray-10);
    font-size: 20px;
    font-weight: 700;
    left: -2px;
    padding: 0 20px 0 2px;
    position: absolute;
    top: -11px;
}
    .section-heading + .form-validation {
        padding: 15px 0 0
    }
.section-info {
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 12px 0 50px;
}
.section-important {
    align-items:center;
    border-radius:10px;
    display:flex;
    margin-bottom:20px;
    padding:20px;
    width:100%
}
    .section-important svg {
        height:50px;
        width:50px
    }
    .section-important span {
        color:var(--gray-80);
        font-size:18px;
        font-weight:700;
        line-height:1.5;
        padding-left:20px
    }
.section-important.success {
    background-color:var(--green-10);
    border:1px solid var(--green-50);
}
    .section-important.success svg {
        fill:var(--green)
    }
.section-important.warn {
    background-color:var(--orange-10);
    border:1px solid var(--orange-50);
}
    .section-important.warn svg {
        fill:var(--orange)
    }
    .section-important + .col-section {
        margin-top:50px
    }
#chkOpt .section-info {
    margin-bottom: 0
}
.opt-av {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px;
    vertical-align: top
}
.col-section[data-c="2"] &gt; .opt-av {
    width: 50%
}
.col-section[data-c="3"] &gt; .opt-av {
    width: calc(100%/3)
}
.opt-av:not(.act):hover .opt-av-card,.opt-rec:not(.act):hover {
    border-color: var(--gray-70)
}
.opt-av img {
    border-radius: 10px;
    box-shadow: var(--d-shadow);
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 16px)
}
.opt-av-card {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: var(--d-shadow);
    margin-top: -60px;
    position: relative;
    transition: border-color .3s ease
}
.opt-av-dtl {
    color: var(--gray-70);
    font-size: 11px;
    padding: 65px 5px 10px;
    text-align: center
}
.opt-av-sample {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center
}
.opt-av-type {
    font: 700 18px/1 var(--ff-ms);
    padding: 0 8px;
    text-align: right
}
.opt-av-pr {
    font: 900 18px/1 var(--ff-ms);
    padding: 5px 8px 10px;
    text-align: right
}
#sav2 video {
    width: 100%
}
.chk-pay.act, .chk-pay.act .opt-btn, .opt-av.act .opt-av-card, .opt-av.act .opt-btn, .opt-rec.act, .opt-rec.act .opt-btn {
    border-color: var(--blue) !important
}
.opt-btn {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.208 12.222'%3E%3Cpath d='M9.089,2.973A1.017,1.017,0,0,0,8.086,4V8.073H4.017a1.017,1.017,0,1,0,0,2.035H8.086v4.069a1.017,1.017,0,1,0,2.035,0V10.107H14.19a1.017,1.017,0,1,0,0-2.035H10.121V4A1.017,1.017,0,0,0,9.089,2.973Z' transform='translate(-3 -2.972)' fill='%23606062'/%3E%3C/svg%3E")50%/16px no-repeat #fff;
    border: 2px solid var(--gray-70);
    border-radius: 50%;
    bottom: -16px;
    height: 30px;
    left: -6px;
    position: absolute;
    transition: border-color .3s ease,background .3s ease;
    width: 30px
}
.chk-pay.act .opt-btn, .opt-av.act .opt-btn, .opt-rec.act .opt-btn {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.1 11.8'%3E%3Cpath d='M2.1 4.4l5.4 5.9 3.3-3.1 5.2-5' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%230057e7'/%3E%3C/svg%3E")50%/17px no-repeat #fff
}
.opt-ext {
    display: none;
    margin: 50px 15px
}
.opt-ext-hdr {
    font: 700 18px/1 var(--ff-ms)
}
.opt-rec {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: var(--d-shadow);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 60px 10px 0 10px;
    padding: 5px 15px;
    transition: border-color .3s ease
}
.opt-rec-top, .opt-rec-mid, .opt-rec-btm {
    padding: 5px 0
}
.opt-rec-top {
    min-height: 128px;
    position: relative
}
.opt-rec-mid p {
    line-height: 1.5;
    margin: 5px 0
}
.opt-rec-mid .list-marker-blue {
    margin-top: 10px
}
    .opt-rec-mid .list-marker-blue li {
        line-height: 1.2;
        padding: 0 5px 15px 30px
    }
        .opt-rec-mid .list-marker-blue li::before {
            top: -4px
        }
.opt-rec-btm {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}
.opt-rec img {
    border-radius: 10px;
    box-shadow: var(--d-shadow);
    left: -27px;
    position: absolute;
    top: -27px;
    width: 150px;
    z-index: 1
}
#recOpt .opt-rec:nth-child(even) img {
    left: unset;
    right: -27px
}
.opt-rec + .opt-ext {
    display: block
}
.opt-rec-hdr {
    font-size: 18px;
    font-weight: 700;
    padding-left: 137px
}
.opt-rec-dsc {
    color: var(--gray-70);
    line-height: 1.2;
    padding: 10px 0 10px 137px
}
#recOpt .opt-rec:nth-child(even) .opt-rec-hdr, #recOpt .opt-rec:nth-child(even) .opt-rec-dsc {
    padding-left: 0;
    padding-right: 137px
}
.opt-rec-pr {
    font-size: 18px;
    font-weight: 900
}
.opt-rec-add {
    color: var(--blue);
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    transition: opacity .3s ease
}
.opt-rec.act .opt-rec-add {
    opacity: 0
}
.chk-pay .opt-btn {
    bottom: -16px;
    left: -16px
}
.opt-rec .opt-btn {
    bottom: -21px;
    left: -31px
}
.chk-pay {
    background-color: #fff;
    border: 2px solid var(--gray-20);
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 25px auto;
    max-width: 450px;
    padding: 3px;
    position: relative;
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease
}
    .chk-pay:hover {
        border-color: var(--gray-70)
    }
    #btnChkPB, .chk-pay .opt-btn, .chk-pay input[type=radio], .chk-pay-po {
        display: none
    }
    .chk-pay svg {
        height: 30px;
        margin: 5px 0;
        vertical-align: middle
    }
    .chk-pay[data-i="cc"] svg, .chk-pay[data-i="uc"] svg {
        height: 38px;
        margin: 0 2px
    }
    .chk-pay.act .opt-btn, .chk-pay.act + .chk-pay-po {
        display: block
    }
    .chk-pay strong {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0;
        vertical-align: middle
    }
.chk-pay-po {
    margin: 0 auto;
    max-width: 450px;
    padding: 0 4px 25px
}
    .chk-pay-po .section-info {
        margin: 0
    }
    .chk-pay-po strong {
        display: block;
        margin: 25px 0 10px;
        width: 100%
    }
.cc + .chk-pay-po input, .cc + .chk-pay-po select {
    font-family: sans-serif
}
#card-cvv, #card-number {
    height: 40px
}
    #card-cvv + label, #card-number + label {
        color: var(--gray-80);
        font-size: 12px;
        font-weight: 700;
        left: 8px;
        position: absolute;
        top: -2px
    }
#pay-with-google, #pay-with-apple, .am-pay-button {
    margin: 20px auto;
    max-width: 450px
}
        #pay-with-google iframe {
            height: 40px !important
        }
#pay-with-amazon, .cart-item input[type=checkbox], #chkMS, #cart-mobile {
    display: none
}
.am-pay-button {
    align-items: center;
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: 1px solid;
    border-color: #a88734 #9c7e31 #846a29;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 20px auto 25px
}
    .am-pay-button svg {
        height: 22px
    }
    .am-pay-button:hover {
        background: linear-gradient(to bottom,#f5d78e,#eeb933)
    }
#paypal-checkout {
    display: none
}
#pay-with-paypal {
    margin: 25px auto;
    max-width: 450px
}
.amount-due {
    font-size: 22px;
    font-weight: 900;
    margin: 20px auto;
    text-align: center
}
.terms-agree {
    font-size: 12px;
    font-style: italic;
    margin: 20px auto;
    max-width: 400px;
    width: 100%
}
    .terms-agree a {
        color: var(--blue);
        text-decoration: underline
    }
.trust-item {
    padding: 10px 0;
    text-align: center
}
.tr-sec {
    max-width: 200px;
    width: 50%
}
.cart-wrap {
    cursor: default;
    font-size: 14px;
    padding-bottom: 25px
}
.cart-heading {
    border-bottom: 2px solid var(--gray-50);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0 8px
}
#imgSM, #imgSMM {
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px
}
.cart-item {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    padding: 5px;
    transition: background-color .3s ease
}
    .cart-item:hover {
        background-color: var(--gray-20)
    }
    .cart-item span {
        display:flex;
    }
        .cart-item-removable {
            cursor: pointer;
            fill:var(--gray-80);
            height: 14px;
            width: 14px;
            margin-left: 4px;
        }
            .cart-item-removable:hover {
                fill:var(--red);
            }
.cart-item-price, .cart-amount {
    padding-left: 8px
}
.cart-shipping {
    border-top: 1px solid var(--gray-50);
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0 10px;
    padding: 8px 5px 5px
}
    .cart-shipping i {
        font-style: normal
    }
.cart-total {
    border-top: 2px solid var(--gray-50);
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    padding: 8px 5px 0 0
}
.cart-item input[type='checkbox']:checked + span + .cart-item-add {
    display: none
}
.cart-item input[type='checkbox']:not(:checked) + span .cart-item-removable, .cart-item input[type='checkbox']:not(:checked) + span + .cart-item-add + .cart-item-price {
    display: none
}
a.cart-item-add {
    color: var(--red);
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap
}

.cart-fee-details {
    color:var(--gray-60);
    margin-top:8px
}


.reg-t {
    padding: 0 var(--m-lr);
    text-align: center
}

    .reg-t h1 {
        cursor: default;
        font: 700 var(--fs-50)/1 var(--ff-ms)
    }

    .reg-t h2 {
        font-size: 18px
    }

.reg-wrap {
    overflow: hidden;
    padding: 0 var(--m-lr-hlf)
}

.reg-f {
    display: none;
    margin: 50px var(--m-lr-hlf);
    width: auto
}

    .reg-f ul {
        color: var(--gray-80);
        display: table;
        font: 700 24px/1.2 var(--ff-ms);
        margin: 0 auto
    }

        .reg-f ul li {
            line-height: 1.2;
            list-style: none;
            margin: 40px 0;
            padding-left: 30px;
            text-indent: -30px
        }

            .reg-f ul li span {
                background: var(--orange);
                display: inline-block;
                margin: 4px 10px 0 0;
                vertical-align: top
            }

            .reg-f ul li:first-child {
                margin: 0 0 40px
            }

            .reg-f ul li:last-child {
                margin: 40px 0 0
            }

.reg-h {
    display: none;
    float: left;
    margin: 50px 0;
    padding: 0 var(--m-lr-hlf);
    width: 50%
}

    .reg-h &gt; .in-row:first-of-type {
        margin-top: 5px
    }

.reg-lbl {
    color: var(--gray-50);
    cursor: text;
    font: 700 16px var(--ff-ms)
}

.reg-si-t {
    border: 1px solid var(--gray-50);
    border-radius: 20px;
    cursor: pointer;
    display: table;
    margin: 0 auto 15px;
    max-width: 600px;
    padding: 15px;
    transition: box-shadow .3s ease;
    width: 100%
}

    #cart input[type="checkbox"], #ship input[type="checkbox"], .reg-agr input[type="checkbox"], .reg-si-t input[type="radio"] {
        display: none
    }

    .reg-si-t:hover {
        border: 1px solid var(--gray-80);
        box-shadow: -5px 5px 10px rgba(0,0,0,.25)
    }

.reg-si-r {
    display: table-row
}

.reg-si-c {
    display: table-cell;
    vertical-align: middle
}

.reg-si-ct {
    color: var(--gray-80);
    display: block;
    font: 900 var(--fs-24)/1.2 var(--ff-ms)
}

    .reg-si-ct img {
        margin: -4px 10px 0 0
    }

.reg-si-cd {
    color: var(--gray-50);
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px
}

    .reg-si-cd svg, .reg-si-ct img, .reg-si-ct svg {
        height: 40px;
        margin-right: 5px;
        vertical-align: middle
    }

.reg-si-cp {
    color: var(--gray-80);
    font: 900 18px/1 var(--ff-ms);
    padding-left: 15px;
    text-align: right;
    white-space: nowrap
}

.reg-si-cm {
    border: 1px solid var(--gray-50);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px
}

.reg-si-po {
    display: none;
    padding: 0 15px;
    margin: 20px auto 40px;
    max-width: 600px
}

.reg-si-pod {
    clear: both;
    color: var(--blue);
    font-size: 12px;
    line-height: 1.2;
    padding-top: 25px
}

.reg-os .reg-si-cm {
    background: #fff url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.147 11.754"%3E%3Cg transform="translate(2.12 2.121)"%3E%3Cpath d="M178.074,288.036l5.431,5.885,3.279-3.146,5.2-4.987" transform="translate(-178.074 -285.787)" fill="none" stroke="%234183ed" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E%0A')50%/30px no-repeat;
    border: 1px solid #fff
}

.reg-os, .reg-os:hover {
    background: var(--blue);
    border: 1px solid var(--blue) !important;
    box-shadow: -5px 5px 10px rgba(0,0,0,.5) !important;
    color: #fff
}

    .reg-os .reg-si-cd, .reg-os .reg-si-cp, .reg-os .reg-si-ct {
        color: #fff
    }

.reg-si-br {
    padding: 15px
}

.reg-i {
    clear: both;
    color: var(--gray-80);
    font: 700 16px/1.5 var(--ff-ms);
    margin: 50px auto;
    max-width: 800px
}

.reg-h .reg-i {
    padding: 25px 0;
    margin: 0
}

.reg-c {
    color: var(--gray-80);
    cursor: default
}

.reg-cs {
    border-bottom: 2px solid var(--gray-50);
    font: 900 16px/1 var(--ff-ms);
    margin: 0 0 8px;
    padding: 6px 0 16px calc(10% + 8px);
    text-transform: uppercase
}

.reg-ci {
    margin-left: 10%;
    padding: 8px
}

.in-ba h3, .reg-c.reg-ci {
    padding-top: 40px
}

.reg-cih {
    background: #f5f5f5
}

.reg-cp {
    float: right;
    padding-left: 8px;
    text-align: right
}

#ship {
    border-top: 1px solid var(--gray-50);
    margin: 8px 0 0 10%;
    padding: 16px 8px 8px
}

#cartTotal, .header td, .header th {
    font: 900 16px/1 var(--ff-ms);
    text-transform: uppercase
}

#cartTotal {
    border-top: 2px solid var(--gray-50);
    margin-top: 8px;
    padding: 16px 8px 0 calc(10% + 8px)
}

.cc-ina {
    opacity: .25
}

.in-bap {
    padding-top: 20px
}

.reg-b {
    margin: 0 auto 50px;
    max-width: 400px;
    text-align: center
}

    .reg-b .btn-ora {
        margin: 0 auto
    }

.reg-agr {
    cursor: pointer;
    display: table;
    margin: 0 auto 25px;
    max-width: 800px;
    width: 100%
}

    .reg-agr .reg-si-c {
        vertical-align: top
    }

    .reg-agr .reg-si-cd {
        padding: 5px 0 0 15px
    }

        .reg-agr .reg-si-cd a, .chk-cnf a {
            color: var(--blue);
            font-size: 14px;
            font-weight:700;
            line-height:1.5
        }

.chk-cnf a {
    font-size: 16px;
    font-weight:900
}

.reg-agr .reg-si-cm {
    height: 30px;
    width: 30px
}

.reg-agr.reg-cbs .reg-si-cm {
    background: var(--blue) url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.147 11.754"%3E%3Cg transform="translate(2.12 2.121)"%3E%3Cpath d="M178.074,288.036l5.431,5.885,3.279-3.146,5.2-4.987" transform="translate(-178.074 -285.787)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E%0A')50%/20px no-repeat;
    border: 1px solid var(--blue)
}

.reg-agr + .in-val {
    padding-top: 25px
}

    .reg-agr + .in-val .in-val-si[style*=inline] {
        margin-bottom: 50px
    }

.chk-cnf {
    border:1px solid var(--gray-30);
    border-radius:10px;
    color: var(--gray-50);
    cursor: default;
    margin: 50px auto;
    max-width: 800px;
    padding:20px;
}
    .chk-cnf h1 {
        font-size: var(--fs-50);
        line-height: 1.5
    }
    .chk-cnf h1,.chk-cnf h2{color:var(--gray-70)}
    .chk-cnf h2, .chk-cnf h3 {
        font-size: var(--fs-30);
        line-height: 1.5
    }

    .chk-cnf h3 {
        font-size: var(--fs-24)
    }

    .chk-cnf a:hover, .row td a:hover {
        text-decoration: underline
    }
a.chk-cnf-prt {
    align-items: center;
    color: var(--gray-80);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px
}
    a.chk-cnf-prt svg {
        fill: var(--gray-80);
        height: 25px;
        margin-right: 6px;
        width: 25px
    }
.reg-db {
    margin: 75px 0 25px
}

.grid {
    margin: var(--m-tb) var(--m-lr);
    width: calc(100% - var(--m-lr)*2)
}

.header td, .header th {
    color: var(--gray-80);
    padding: 15px 10px
}

.grid-cur td, .grid-cur th, .row td {
    color: var(--gray-80);
    font-size: 14px;
    line-height: 1.2
}

.row td {
    padding: 10px;
    vertical-align: middle
}

.row:hover {
    background: var(--h-gray)
}

.cur-wrap {
    margin: var(--m-tb)0
}

.cur-hd {
    font-size: var(--fs-24);
    font-weight: 900;
    margin-top: 0
}

.cur-txt {
    padding: 0 var(--m-lr);
    position: relative
}

    .cur-txt ol p, .cur-txt ul p {
        margin: 1.12em 0 !important
    }

.grid-cur {
    margin: 1.12em auto;
    width: 100%
}

    .grid-cur td, .grid-cur th {
        border: 1px solid var(--gray-30);
        padding: 8px
    }

    .grid-cur th {
        background: var(--h-gray);
        font-weight: 900;
        text-transform: uppercase
    }

    .grid-cur td {
        vertical-align: middle
    }

    .grid-cur tr:hover {
        background-color: var(--h-gray)
    }

.tableBAC &gt; tbody &gt; tr:last-child &gt; td {
    font: 300 14px/1 var(--ff-ms)
}

.tableBAC td {
    font: 900 14px/1 var(--ff-ms);
    text-align: center;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 5px 0
}

.tableBAC {
    border: 1px solid #000;
    margin: 1.12em auto;
    width: 100%
}

.cur-src {
    border-top: 1px solid #ccc;
    margin: 2em 0 0;
    font-size: 12px;
    font-style: italic;
    padding-top: 2em
}

.cur-cnt {
    font: 700 13px/1 var(--ff-ms);
    padding: 0 10px;
}

.cur-nav {
    align-items: center;
    background: var(--orange);
    bottom: 28px;
    color: #fff;
    display:flex;
    height: 70px;
    justify-content: space-between;
    left: 0;
    padding: 10px var(--m-lr-hlf);
    position: absolute;
    width: 100%;
    z-index: 2
}

.nav-ctr, .nav-lft, .nav-rt {
    display: flex;
    flex:1;
    font: 900 16px/1 var(--ff-ms);
}

.nav-lft {
    justify-content:flex-start;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease;
    visibility:hidden;
}
.nav-lft.show{
    opacity:1;
    visibility: visible
}

.nav-ctr {
    align-items:center;
    flex-direction:column;
    text-align:center;
}

    #cntDwn, .nav-ctr a {
        color: #fff
    }

    .nav-ctr a {
        font-size: 16px;
        padding:5px 10px 0;
        width:fit-content;
    }

.nav-rt {
    justify-content:flex-end;
}

    .nav-lft a.btn-ora, .nav-rt a.btn-ora {
        background: #ff965a;
        display: inline-block;
        margin: 0;
        max-width: 250px
    }

#cntDwn {
    font: 900 30px/1 var(--ff-ms)
}

.cur-nav .load {
    background-color: var(--orange-70);
    border-radius: 10px;
    display: inline-block;
    margin:0;
}

.ex-cnt {
    color: #f23030;
    font-weight: 900;
    line-height: 1.5;
    padding: 1.12em 0
}

.ex-qst {
    font: 900 16px/1.5 var(--ff-ms)
}

.ex-ans {
    margin-left: 10px
}

ol.ex-ans, ul.ex-ans {
    list-style-type: none
}

.ex-ans li {
    margin-top: 15px !important
}

.ex-ans input[type="radio"], .form-radio-answer input[type="radio"] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.ex-ans label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 20px;
    padding-left: 35px;
    position: relative;
    transition: color .3s ease;
    user-select: none
}

    .ex-ans label.d {
        color: var(--gray-50)
    }

    .ex-ans label.g {
        color: var(--green)
    }

    .ex-ans label.r {
        color: var(--red)
    }

ol.ex-ans label {
    padding-left: 54px;
    text-indent: -19px
}

.crb {
    background-color: #fff;
    border: 1px solid var(--gray-50);
    border-radius: 50%;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .3s ease,border-color .3s ease;
    width: 24px
}

.ex-ans label input[type="radio"]:checked ~ .crb, .in-row .in-rb label input[type="radio"]:checked ~ .crb, .form-radio-answer input[type="radio"]:checked ~ .crb {
    background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.1 11.8'%3E%3Cpath d='M2.1 4.4l5.4 5.9 3.3-3.1 5.2-5' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3C/svg%3E")50%/16px no-repeat;
    border-color: var(--blue)
}

.ex-ans label.g input[type="radio"]:checked ~ .crb {
    background-color: var(--green);
    border-color: var(--green)
}

.enc-lgd.r .crb, .ex-ans label.r input[type="radio"]:checked ~ .crb {
    background: var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.3 14.4'%3E%3Cpath d='M2.1 2.1 7 7.2l5.2-4.9' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3Cpath d='M2.1 12.3l4.9-5.1 5.2 5' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;stroke:%23fff'/%3E%3C/svg%3E")50%/14px no-repeat;
    border-color: var(--red)
}

.ex-ans-exp {
    border: 1px solid var(--gray-30);
    border-radius: 20px;
    box-shadow: 0 15px 10px -10px var(--gray-50);
    color: var(--gray-80);
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 10px 30px;
    padding: 20px
}

.exam-val {
    color: var(--red);
    display: none;
    font: 900 16px/1.5 var(--ff-ms);
    text-align: center
}

.ex-prac {
    margin: 0 0 5vh 18px
}

    .ex-prac li {
        margin-top: 5vh
    }

.ex-qst + img {
    float: left;
    margin-top: 22px;
    width: 125px
}

    .ex-qst + img + .ex-ans {
        margin-left: 125px
    }

.exam-final, .exam-score {
    text-align: center
}

.exam-final {
    color: var(--gray-80);
    font-size: var(--fs-30);
    margin: 0 var(--m-lr)
}

.exam-score {
    font: 700 var(--fs-75)/1.5 var(--ff-ms);
    margin: 5vh var(--m-lr)
}

.exam-pass {
    color: var(--green)
}

.fiv-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    width: 100%
}

.fiv-view {
    left: 20%;
    margin-top: -30%;
    padding-bottom: 60%;
    position: absolute;
    top: 50%;
    width: 60%
}

    .fiv-view &gt; div {
        border-color: #f2d338;
        border-style: solid;
        height: 25%;
        position: absolute;
        width: 25%
    }

    .fiv-view .tl {
        border-width: 2px 0 0 2px;
        border-top-left-radius: 8px;
        top: 0;
        left: 0
    }

    .fiv-view .tr {
        border-width: 2px 2px 0 0;
        border-top-right-radius: 8px;
        top: 0;
        right: 0
    }

    .fiv-view .bl {
        border-width: 0 0 2px 2px;
        border-bottom-left-radius: 8px;
        bottom: 0;
        left: 0
    }

    .fiv-view .br {
        border-width: 0 2px 2px 0;
        border-bottom-right-radius: 8px;
        bottom: 0;
        right: 0
    }

.fiv-vd {
    display: block;
    max-width: 640px;
    width: 100%;
    max-height: 480px
}

#imgVID {
    display: block;
    margin: 45px auto 5px;
    max-width: calc(100% - var(--m-lr));
    width: auto
}

.fiv-best {
    font-size: 18px;
    font-weight: 900;
    padding: 1.12em 0 0;
    text-align: center
}

.fiv-tips {
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 250px
}

.ac-ci.r, .exam-fail {
    color: #f23030
}

.ac-wrap {
    margin: 0 var(--m-lr)
}

.ac-out {
    margin: var(--m-tb) auto;
    max-width: 600px;
    width: 100%
}

.ac-hd, .order h2 {
    font: 900 var(--fs-30)/1 var(--ff-ms)
}

.ac-ci {
    font: 700 16px/2 var(--ff-ms);
    margin: 10px;
    padding-left: 52px;
    text-indent: -52px
}

.ac-ci-img, .ac-in-lck {
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: 32px
}

    .ac-ci-img svg, .ac-in-lck svg {
        margin-top: 5px;
        width: 20px
    }

.ac-ci.g {
    color: #248ea6
}

.ac-ci.r &gt; .ac-ci-img {
    background: #f23030
}

.ac-ci.g &gt; .ac-ci-img {
    background: #248ea6
}

.ac-in {
    border-bottom: 1px solid var(--gray-50);
    margin: 15px 0 15px 62px;
    padding: 0 25px 0 50px;
    position: relative
}

.ac-in-lck {
    background: #f23030;
    left: 0;
    position: absolute;
    top: 0
}

.ac-edit {
    cursor: pointer;
    position: relative
}

    .ac-edit::after {
        border: solid var(--gray-50);
        border-width: 0 3px 3px 0;
        content: "";
        display: inline-block;
        height: 8px;
        margin-top: -5px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: rotate(-45deg);
        width: 8px
    }

    .ac-edit:hover::after {
        border-color: var(--blue)
    }

.ac-itm {
    color: var(--gray-50);
    font-size: 14px
}

.ac-data, .ac-itm {
    margin: 10px 0
}

    .ac-data i {
        font-style: normal
    }

    .ac-data a:hover, .order-pr a:hover {
        text-decoration: underline
    }

.ac-ovr {
    background: #fff;
    bottom: 0;
    cursor: default;
    left: 100%;
    overflow: auto;
    padding: 0 var(--m-lr);
    position: fixed;
    top: 80px;
    transition: left .3s ease;
    width: 100%;
    z-index: 99
}

.ac-pop {
    max-width: 600px;
    margin: var(--m-tb) auto;
    width: 100%
}

.ac-pop-hd {
    font: 700 26px/2 var(--ff-ms);
    margin: 5vh 0
}

.ac-pop-bck {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    margin-right: 15px;
    padding-top: 9px;
    text-align: center;
    width: 52px
}

    .ac-pop-bck img {
        height: 34px;
        vertical-align: top;
        width: 34px
    }

    .ac-pop-bck:hover {
        background: #eaeaea
    }

.ac-btn .btn-clr, .ac-btn .btn-ora {
    display: inline-block;
    margin: 5vh 0;
    padding: 10px 0;
    width: 50%
}

.switch-wrap{
    align-items:center;
    display:flex;
    justify-content:space-between;
    padding: 0 15px;
}
.switch {
    align-items:center;
    display: flex;
}

    .switch input[type="checkbox"] {
        display: none
    }

.switch-label {
    color: var(--gray-80);
    font-weight:700;
}

.slider {
    background-color: var(--gray-30);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position:relative;
    transition:background-color .3s ease;
    width: 40px
}

.slider-label {
    padding: 0 10px;
}

    .slider:before {
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 4px var(--gray-80);
        content: "";
        height: 16px;
        left: 2px;
        position: absolute;
        top: 2px;
        transition:transform .3s ease;
        width: 16px
    }

input[type="checkbox"]:checked + .slider {
    background-color: var(--blue)
}

input[type="checkbox"]:checked + .slider:before {
    transform: translateX(20px)
}

.order {
    color: var(--gray-80);
    margin: 5vh auto;
    max-width: 900px;
    width: 100%
}

    .order.t {
        margin: calc(5vh + 80px) auto 5vh
    }

.order-tn {
    color: var(--gray-30);
    font-size: 14px;
    padding: 20px 0
}

.order-no, .order-time {
    color: var(--gray-80);
    display: inline-block;
    padding: 0 10px
}

.order-ba, .order-pmt {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.order-ba {
    padding: 20px 15px 15px 10px
}

.order-pmt {
    padding: 20px 10px 15px 15px
}

    .order-ba strong, .order-pmt strong {
        display: block;
        padding-bottom: 10px;
        text-transform: uppercase
    }

    .order-ba p, .order-pmt p {
        font-size: 14px;
        line-height: 1.5;
        margin: 6px 0 0
    }

.order-pr {
    padding-top: 10px
}

    .order-pr a {
        color: var(--blue)
    }

    .order-pr svg {
        height: 25px;
        margin-right: 8px;
        vertical-align: middle;
        width: 25px
    }

.order-items {
    margin-top: 5px;
    width: 100%
}

.order-amt {
    text-align: right;
    width: 20%
}

.subTotal {
    border-top: 2px solid var(--gray-30)
}

.sec-ban {
    cursor: default;
    padding-bottom: 25px;
    width: 100%
}

.sec-itm {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: calc(100%/3)
}

.ftr-bfr {
    background-color: #1d2938;
    height: 50px;
    width: 100%
}

.btm-top-wrap {
    padding: 25px 0
}

.btm-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.btm-logo {
    display: inline-block;
    margin: 20px var(--m-lr-hlf)
}

.btm-menu-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.btm-lgl, .btm-menu {
    border-bottom: 1px solid var(--gray-50);
    padding: 6px 0;
    text-align: center
}

.btm-lgl {
    display: inline-block;
    margin: 0 var(--m-lr-hlf) 12px var(--m-lr-qtr);
    vertical-align: middle;
    width: calc(50% - var(--m-lr-hlf) - var(--m-lr-qtr))
}

.btm-menu {
    margin: 0 var(--m-lr-qtr)0 var(--m-lr-hlf)
}

    .btm-lgl a, .btm-menu a {
        color: #fff;
        display: inline-block;
        font-family: var(--ff-ms);
        font-weight: 700;
        margin: 6px 20px;
        transition: color .2s cubic-bezier(.18,.89,.32,1.28),transform .2s cubic-bezier(.18,.89,.32,1.28)
    }

        .btm-lgl a:hover, .btm-menu a:hover {
            color: var(--orange);
            transform: scale(1.2)
        }

.sitemap, .sitemap a {
    color: #fff
}

.sitemap {
    cursor: default;
    display: block;
    font-size: 14px;
    margin: 0 var(--m-lr-qtr)0 var(--m-lr-hlf);
    padding: 12px 0
}

.smp-hm {
    fill:#fff;
    height: 18px;
    vertical-align: text-bottom;
    width:18px;
}

.sitemap-sep {
    padding: 0 2px
}

.sitemap a:hover {
    text-decoration: none
}

.btm-lgl-min, .btm-social {
    display: inline-block;
    vertical-align: middle
}

.btm-social {
    margin: 0 var(--m-lr-hlf)0 var(--m-lr-qtr);
    width: calc(50% - var(--m-lr-hlf) - var(--m-lr-qtr))
}

    .btm-social a {
        display: inline-block;
        margin: 0 4%;
        width: 12%
    }

        .btm-social a svg circle {
            transition: fill .2s cubic-bezier(.18,.89,.32,1.28)
        }

        .btm-social a:hover svg circle {
            fill: #0f89e3 !important
        }

.btm-lgl-min {
    padding: 0 var(--m-lr-hlf);
    text-align: right;
    width: 50%
}

    .btm-lgl-min a {
        color: #fff;
        display: inline-block;
        font-family: var(--ff-ms);
        font-weight: 700;
        margin-left: var(--m-lr-hlf);
        transition: color .2s cubic-bezier(.18,.89,.32,1.28),transform .2s cubic-bezier(.18,.89,.32,1.28)
    }

        .btm-lgl-min a:hover {
            color: var(--orange);
            transform: scale(1.2)
        }

.copy {
    font-size: 12px;
    margin: 0 0 0 50%;
    padding: 50px var(--m-lr-hlf) 25px var(--m-lr-qtr);
    text-align: center
}
.fade {
    transition: opacity .15s ease
}
    .fade:not(.show) {
        opacity: 0
    }
.overlay {
    background-color: #000;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: 100vw;
    z-index: 1050
}
    .overlay.show {
        opacity: .7;
        visibility: visible
    }
.overlay-open {
    overflow: hidden
}

.modal-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/15px no-repeat;
    box-sizing: content-box;
    color: #000;
    cursor: pointer;
    height: 15px;
    margin: -10px -10px -10px auto;
    opacity: .5;
    padding: 10px;
    transition: opacity .3s ease;
    width: 15px
}
    .modal-close:hover {
        opacity: .75;
        text-decoration: none
    }

.modal {
    display: none;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1060
}

.modal-dialog, .modal-wrap {
    display: flex;
    position: relative
}

.modal-dialog {
    align-items: center;
    margin: 1.75rem auto;
    max-width: 900px;
    min-height: calc(100% - 3.5rem);
    width: auto
}
.modal-dialog.small{
    max-width:660px;
}
.modal.fade .modal-dialog {
    transform: translate(0,-50px);
    transition: transform .3s ease
}

.modal.show .modal-dialog {
    transform: none
}

.modal-wrap {
    background: #fff;
    border: 1px solid var(--gray-70);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    flex-direction: column;
    width: 100%
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid var(--gray-20);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 15px 50px
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    line-height:1.5;
    margin: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 15px 35px;
    position: relative
}
.modal-form,.page-form{
    display:flex;
    flex-wrap: wrap;
}
.page-form{
    justify-content: space-between;
}
.page-form.hide:not(.show) {
    display:none;
}
.form-processing{
    align-items: center;
    background-color: rgba(255,255,255,.75);
    bottom: 0;
    display:flex;
    flex-direction:column;
    justify-content: center;
    left: 0;
    position:fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
.modal-wrap .form-processing {
    border-radius: 10px;
    position:absolute;
}
.form-spinner{
    animation: loadSpin 2s linear infinite;
    border: 8px solid var(--gray-20);
    border-bottom: 8px solid var(--blue);
    border-radius: 50%;
    border-top: 8px solid var(--blue);
    height: 60px;
    width: 60px;
}
.form-spinner+span{
    color:var(--gray-100);
    font: 900 18px/1.5 var(--ff-ms);
    padding:10px 20px;
    text-align: center;
}
.single-form{
    display: inline-block;
    padding: 15px 0;
    position: relative;
    width:100%;
}
.modal-form .single-form {
    padding: 15px;
}
.single-form.half{
    width:50%;
}
.page-form .single-form.three-quarters{width:74%}
.page-form .single-form.half{width:49%}
.page-form .single-form.third{width:32%}
.page-form .single-form.one-quarter{width:24%}
.single-form.hide{display:none}
.single-form img {
    height: auto;
    width: 100%
}
.single-form p{
    margin:0;
    width:100%;
}
.single-form h2 {
    font-size:18px;
    font-weight:900;
    line-height:1.5;
}
.single-form p+p,.single-form h2+p{
    margin-top:1.12em;
}
.form-control+label {
    color: var(--gray-50);
    cursor: text;
    font: 300 16px/1 var(--ff-ms);
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 27px;
    transition: font-size .3s ease,font-weight .3s ease,left .3s ease,top .3s ease;
    white-space: nowrap;
}
.faux-control+label{position:absolute}
.modal-form .form-control + label {
    left: 25px;
}
.form-control:not([type="checkbox"]):not([type="radio"]),.faux-control{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--gray-20);
    border-radius: 10px;
    color: #000;
    height: 40px;
    padding: 10px;
    transition: border-color .3s ease,color .3s ease;
    width: 100%;
}
select.form-control{
    background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M15,23c-0.256,0-0.512-0.098-0.707-0.293l-10-10c-0.286-0.286-0.372-0.716-0.217-1.09C4.23,11.243,4.596,11,5,11h20 c0.404,0,0.77,0.243,0.924,0.617c0.155,0.374,0.069,0.804-0.217,1.09l-10,10C15.512,22.902,15.256,23,15,23z'/%3E%3C/svg%3E") right 10px center/16px no-repeat;
}
textarea.form-control {
    height:140px!important;
    resize:none;
}
select.form-control+label{cursor:default}
.form-control[type="date"],.form-control[type="time"]{color:#fff!important}
.form-control::-webkit-input-placeholder,.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::placeholder{
  color: var(--gray-50);
  opacity: 1;
}
.form-control:not([type="checkbox"]):not([type="radio"]):focus{
    border-color: var(--gray-50);
    outline: none;
}
.form-control[type="date"].foc, .form-control[type="date"]:focus, .form-control[type="time"].foc, .form-control[type="time"]:focus {
    color:var(--gray-100)!important
}

.form-control:not([type="checkbox"]):not([type="radio"]):focus + label, .form-control:not([type="checkbox"]):not([type="radio"]).foc + label, .form-control:not([type="checkbox"]):not([type="radio"]):-webkit-autofill + label,.faux-control+label {
    color: var(--gray-80) !important;
    font-size: 12px;
    font-weight: 700;
    left: 8px;
    top: -2px
}
.modal-form .form-control:not([type="checkbox"]):not([type="radio"]):focus + label, .modal-form .form-control:not([type="checkbox"]):not([type="radio"]).foc + label, .modal-form .form-control:not([type="checkbox"]):not([type="radio"]):-webkit-autofill + label {
    left:23px;
}
.form-control:not([type="checkbox"]):not([type="radio"]):focus + label &gt; span, .form-control:not([type="checkbox"]):not([type="radio"]).foc + label &gt; span, .form-control:not([type="checkbox"]):not([type="radio"]):-webkit-autofill + label &gt; span, .form-checkbox input {
    display:none
}
.form-checkbox {
    color: var(--gray-60);
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 38px;
    position: relative;
    user-select: none;
    -webkit-user-select: none
}
    .form-checkbox + .single-form {
        margin-top: 50px;
    }
    .form-checkbox i {
        background: #fff;
        border: 2px solid var(--gray-30);
        border-radius: 6px;
        height: 30px;
        left: 0;
        position: absolute;
        top: 2px;
        transition: background-color .3s ease, border-color .3s ease;
        width: 30px
    }
        .form-checkbox i::after {
            border: solid #fff;
            border-width: 0 3px 3px 0;
            content: "";
            height: 10px;
            left: 9px;
            position: absolute;
            top: 5px;
            transform: rotate(45deg);
            transition:border-color .3s ease;
            width: 5px
        }
    .form-checkbox input:checked ~ i {
        background-color:var(--blue);
        border-color: var(--blue)
    }
    .form-checkbox:hover input:not(:checked) ~ i::after {
        border-color: var(--gray-30)
    }
.faux-control {
    cursor: default;
    height:unset;
    line-height: 20px;
    min-height:40px;
}
    .form-control:disabled, .form-control[readonly], .faux-control.disabled,.form-control:not(.foc):disabled + label {
        cursor: not-allowed;
        opacity: 1
    }
.faux-label {
    color:var(--gray-80)!important;
    font-size:12px;
    font-weight:700;
    line-height:22px;
    margin-top:-15px;
    padding-left:7px;
}
.form-validation {
    color: var(--red);
    font-size:14px;
    font-weight:700;
    line-height:1.2;
}
.single-form .form-validation {
    padding: 0 8px;
}
.form-control:not([type="checkbox"]):not([type="radio"]).form-invalid {
    border-color:var(--red)
}
.single-form:not(.form-buttons) &gt; .form-validation &gt; span[style*=inline]{
    display:block!important;
    padding-top:5px;
}
    .form-buttons{
        align-items:center;
        display:flex;
        justify-content:center;
    }
        .form-buttons.double {
            justify-content:flex-end;
        }
        .form-buttons&gt;.form-validation{padding-left:15px}
        .form-buttons &gt; .button-hover-gry, .form-buttons &gt; .button-hover-ora, .form-buttons &gt; .button-hover-red {
            margin:0;
            max-width:300px;
        }
        .form-buttons.double &gt; .button-hover-gry, .form-buttons.double &gt; .button-hover-ora, .form-buttons.double &gt; .button-hover-red {
            margin:0 0 0 20px;
            max-width:unset;
            width:unset;
        }
.form-info {
    background: var(--yellow-30);
    border-radius: 10px;
    color: var(--orange);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 15px
}
    .form-info h3 {
        font-size:20px;
        font-weight:900;
    }
.password-toggle {
    color: var(--blue);
    font-size:12px;
    font-weight:700;
    opacity: 0;
    position: absolute;
    right: 8px;
    top: -2px;
    transition: opacity .3s ease,visibility .3s ease;
    visibility: hidden
}
.password-help{
    color:var(--blue);
    font-size:14px;
    font-weight:700
}
.password-help:hover{
    text-decoration:underline
}
.modal-form .single-form .password-toggle{right:22px}
.list-marker-blue,.list-marker-orange-star {
    list-style:none;
    margin:20px 0 0
}
.col-sm .list-marker-blue {
    margin:0
}
.list-marker-blue li::before,.list-marker-orange-star li::before {
    background: url("data:image/svg+xml,%3Csvg fill='%230057e7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M 19.980469 5.9902344 A 1.0001 1.0001 0 0 0 19.292969 6.2929688 L 9 16.585938 L 5.7070312 13.292969 A 1.0001 1.0001 0 1 0 4.2929688 14.707031 L 8.2929688 18.707031 A 1.0001 1.0001 0 0 0 9.7070312 18.707031 L 20.707031 7.7070312 A 1.0001 1.0001 0 0 0 19.980469 5.9902344 z'/%3E%3C/svg%3E")0/25px no-repeat;
    content: "";
    display: inline-block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 25px;
}
.list-marker-orange-star li::before {
    background: url("data:image/svg+xml,%3Csvg fill='%23f2762e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M42.661,23.482l-1.511-1.51c-0.464-0.464-0.59-1.174-0.312-1.769l0.903-1.935c0.63-1.349,0.562-2.923-0.184-4.213c-0.744-1.289-2.073-2.136-3.557-2.265l-2.129-0.185c-0.653-0.057-1.206-0.521-1.375-1.155l-0.552-2.063c-0.385-1.438-1.449-2.601-2.849-3.11c-1.399-0.509-2.961-0.303-4.18,0.551l-1.75,1.226c-0.001,0-0.001,0-0.001,0c-0.537,0.376-1.258,0.376-1.795,0l-1.749-1.226c-1.219-0.854-2.78-1.06-4.181-0.551c-1.399,0.509-2.464,1.672-2.849,3.11l-0.552,2.064c-0.169,0.633-0.722,1.097-1.375,1.154l-2.129,0.185c-1.483,0.129-2.813,0.976-3.558,2.265c-0.744,1.289-0.813,2.864-0.183,4.212l0.903,1.936c0.278,0.594,0.152,1.305-0.312,1.769l-1.51,1.509c-1.054,1.052-1.528,2.556-1.27,4.021c0.258,1.466,1.218,2.717,2.567,3.345l1.937,0.903c0.595,0.277,0.955,0.901,0.897,1.555l-0.187,2.127c-0.131,1.483,0.473,2.939,1.612,3.896c1.14,0.957,2.679,1.298,4.117,0.912l2.063-0.554c0.634-0.168,1.312,0.076,1.687,0.614l1.225,1.75C21.383,43.272,22.781,44,24.271,44c1.488,0,2.887-0.728,3.74-1.948l1.225-1.751c0.376-0.538,1.056-0.782,1.687-0.614l2.063,0.554c1.437,0.385,2.976,0.045,4.116-0.912c1.141-0.957,1.744-2.414,1.613-3.896l-0.187-2.129c-0.058-0.653,0.303-1.277,0.898-1.555l1.935-0.902c1.351-0.628,2.311-1.879,2.568-3.345C44.188,26.037,43.714,24.534,42.661,23.482z M32.561,20.561l-10,10C22.268,30.854,21.884,31,21.5,31s-0.768-0.146-1.061-0.439l-5-5c-0.586-0.585-0.586-1.536,0-2.121c0.586-0.586,1.535-0.586,2.121,0l3.939,3.939l8.939-8.939c0.586-0.586,1.535-0.586,2.121,0C33.146,19.025,33.146,19.975,32.561,20.561z'/%3E%3C/svg%3E")0/25px no-repeat;
    top:8px
}
    .list-marker-blue li,.list-marker-orange-star li {
        color:var(--gray-70);
        padding:5px 8px 5px 30px;
        position:relative;
    }
        #recOpt .list-marker-blue li strong {
            color: var(--gray-100);
            display: block;
            font-weight: 700;
            padding-bottom: 5px
        }



.ovr, .ovr-po {
    cursor: default
}

.ovr {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9900
}

.ovr-po {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    margin: 100px auto;
    max-width: 1200px;
    padding-bottom: 45px;
    width: 80%
}

    .ovr-po.sm {
        max-width: 600px;
        width: 100%
    }

    .ovr-po h1 {
        font: 700 50px/1 var(--ff-ms);
        opacity: 1 !important;
        padding: 5px var(--m-lr-hlf);
        text-indent: calc(var(--m-lr-hlf)*-1)
    }

        .ovr-po h1 i {
            background: var(--orange);
            display: inline-block;
            height: 100%;
            margin-right: 5px;
            width: calc(var(--m-lr-hlf) - 5px)
        }

    .ovr-po h2 {
        color: var(--gray-80);
        font-size: var(--fs-24);
        padding: 30px var(--m-lr-hlf) 5px
    }

    .ovr-po p {
        margin: 0;
        padding: 10px var(--m-lr-hlf)
    }

    .ovr-po img {
        margin: 10px var(--m-lr-hlf);
        width: calc(100% - var(--m-lr))
    }

    .ovr-po ol, .ovr-po ul {
        margin: 10px var(--m-lr-hlf);
        padding-left: 50px
    }

    .ovr-po .in-row {
        margin: 20px var(--m-lr-hlf)0
    }

.ovr-cc {
    font-size: var(--fs-50) !important;
    text-align: right;
    padding: 10px 20px 0
}

.ovr-cb {
    color: var(--gray-80);
    cursor: pointer
}

    .ovr-cb:focus, .ovr-cb:hover {
        color: #000
    }

.load, .ovr-b {
    text-align: center
}

.ovr-b {
    padding: 25px var(--m-lr-hlf)0
}

.ovr-po .grid-cur, .ovr-po .tableBAC {
    width: calc(100% - var(--m-lr))
}

.load {
    margin: 0 auto
}

    .load &gt; div {
        animation: stretchDelay 1.2s infinite ease-in-out;
        background: #fff;
        display: inline-block;
        height: 100%;
        margin: 0 1px;
        width: 5px
    }

    .load .rect2 {
        animation-delay: -1.1s
    }

    .load .rect3 {
        animation-delay: -1s
    }

    .load .rect4 {
        animation-delay: -.9s
    }

    .load .rect5 {
        animation-delay: -.8s
    }

.sv-ovr {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: .9;
    right: 0;
    top: 0;
    z-index: 9998
}

#vf, .sv-ldr, .sv-ovr, .sv-txt {
    position: fixed
}

.sv-ldr {
    animation: loadSpin 2s linear infinite;
    border: 8px solid #f3f3f3;
    border-bottom: 8px solid var(--blue);
    border-radius: 50%;
    border-top: 8px solid var(--blue);
    height: 60px;
    left: 50%;
    margin: -30px 0 0-30px;
    top: 50%;
    width: 60px;
    z-index: 9999
}

.sv-txt {
    font: 900 18px/2 var(--ff-ms);
    left: 50%;
    margin: 30px 0 0-200px;
    padding: 20px;
    text-align: center;
    top: 50%;
    width: 400px
}

#vf {
    bottom: 0;
    height: 0;
    width: 0
}
@media only screen and (max-width:1300px) {
    .testimonial-window {
        width: 980px
    }

    .testimonial-card {
        width: 450px
    }
}

@media only screen and (max-width:1200px) {
    .col-lrg{
        margin:0 var(--m-lr-hlf);
        max-width:unset;
        width:auto;
    }
    .state-directory-course-card {
        flex-basis: 400px;
    }
    .cs-info h3 {
        font-size: var(--fs-24)
    }

    .cs-info-hrs {
        padding-left: var(--m-lr-hlf)
    }

    .review-brands-wrap,.rvw-br-wrap {
        margin: 0 var(--m-lr-hlf);
        max-width: unset;
        width: calc(100% - var(--m-lr))
    }

    .reg-cs {
        padding: 6px 0 16px calc(8% + 8px)
    }

    .reg-ci {
        margin-left: 8%
    }

    #ship {
        margin: 8px 0 0 8%
    }

    #cartTotal {
        padding: 16px 8px 0 calc(8% + 8px)
    }

    .ovr-po {
        width: 90%
    }
}
@media only screen and (max-width:1050px) {
    .testimonial-window {
        width: 690px
    }

    .testimonial-slider {
        transition-duration: .3s
    }

    .testimonial-card {
        width: 650px
    }

    .testimonial-pagination {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    .nav-crs-lnk.hl {
        display: none
    }
    .state-directory-course-card {
        flex-basis: 350px;
    }

    .cs-info {
        width: 35%
    }

    .cs-img {
        width: 30%
    }

    .prg-bar {
        margin: 75px 50px;
        width: auto
    }

    .reg-cs {
        padding: 6px 0 16px calc(5% + 8px)
    }

    .reg-ci {
        margin-left: 5%
    }

    #ship {
        margin: 8px 0 0 5%
    }

    #cartTotal {
        padding: 16px 8px 0 calc(5% + 8px)
    }

    .order {
        margin: 5vh var(--m-lr);
        width: calc(100% - var(--m-lr)*2)
    }

        .order.t {
            margin: calc(5vh + 80px) var(--m-lr) 5vh
        }
    .modal-dialog {
        max-width: 660px
    }
}

@media only screen and (max-width:900px) {
    .col-md, .col-sm {
        margin: 0 var(--m-lr-qtr);
    }
    .cur-wrap {
        margin: 5vh 0
    }

    .cur-txt, .nav-crs {
        padding: 0 var(--m-lr-hlf)
    }

    .reg-agr, .chk-cnf {
        margin: 0 var(--m-lr) 25px;
        width: auto
    }

    .chk-cnf {
        margin: 50px var(--m-lr)
    }
}

@media only screen and (max-width:800px) {
    body {
        padding: 56px 0 85px
    }
    .header-section {
        height: 56px
    }

    .header-nav {
        display: none
    }
    .header-menu .action-button {
        margin: 8px 0
    }

        .header-menu .action-button:hover {
            transform: none
        }

    .footer-logo img, .header-logo img {
        height: 40px
    }
    .header-menu-toggle {
        display: inline-block
    }
    .nav-crs {
        height: 56px
    }

    .nav-logo {
        margin: 8px 0
    }

        .btm-logo img, .nav-logo img {
            height: 40px
        }

    a.nav-crs-btn {
        background: #0f89e3;
        margin: 8px 0
    }

        a.nav-crs-btn:hover, a.nav-crs-lnk:hover {
            transform: none
        }

    .nav-bars {
        display: inline-block;
        margin: 13px 0 13px var(--m-lr-hlf)
    }

    .nav-menu {
        background: var(--gray-50);
        border: 2px solid var(--gray-10);
        bottom: 0;
        display: none;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 56px
    }

        .nav-menu[data-lnks="0"] {
            background-color: var(--gray-10);
            border: 0
        }

    a.nav-crs-lnk {
        font-size: var(--fs-24);
        padding: 0;
        text-transform: uppercase
    }

    .nav-crs-lnk.hl {
        display: inline-block
    }

    .menu-bub {
        background: var(--orange)
    }

        .menu-bub.a {
            background: 0
        }

    .menu-bub, a.nav-crs-lnk {
        clear: left;
        float: left;
        margin: 4vh var(--m-lr-hlf)0
    }

    .menu-bub-os {
        background: 0;
        border: 0;
        border-radius: 0;
        color: #fff;
        height: unset;
        width: 100%
    }

    .menu-bub-ssl {
        display: block;
        font: 700 14px/14px var(--ff-ms);
        padding-top: 4px
    }

    .menu-pop {
        bottom: 2px;
        box-shadow: none;
        left: calc(42px + var(--m-lr)*1.5);
        max-height: unset;
        position: fixed;
        right: 2px;
        top: 58px
    }

    .nav-menu[data-lnks="1"] .menu-pop {
        left: 2px
    }

    .menu-pop-in[data-lnks="1"],.menu-pop-in[data-lnks="2"], .menu-pop-in[data-lnks="3"] {
        display: flex;
        height: 75%
    }

    .menu-crs-sae, .menu-data {
        min-width: unset
    }

    .menu-crs-sae {
        border-width: 2px;
        height: 25%;
        padding: 0 15px
    }

    .nav-menu[data-lnks="2"] .menu-bub {
        align-items: center;
        border: 2px solid var(--gray-10);
        display: flex;
        height: 50%;
        justify-content: center;
        margin: 0;
        width: calc(40px + var(--m-lr)*1.5)
    }

    .menu-pop-in {
        display: block;
        height: 100%;
        min-height: unset;
        padding: 0
    }

    .menu-spt-hd {
        margin: 10px var(--m-lr-hlf)0
    }

    .menu-spt-cs {
        padding: 20px var(--m-lr-hlf)
    }

    .menu-spt-hrs, .menu-spt-txt {
        padding: 0 var(--m-lr-hlf) 20px
    }

    .menu-spt-txt {
        font-size: 14px
    }

    .cs-img img, .menu-bub-lbl,.header-nav-label, .menu-ico, .menu-x-wrap {
        display: none
    }

    .menu-data {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%
    }

    .menu-lv-hd span, .menu-lv-hd strong, .menu-spt-txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .menu-lv-hd, .menu-lv-lnk {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .menu-lv-hd {
        flex-direction: column
    }

    .menu-lv-lnk {
        border-top: 4px solid var(--gray-10)
    }

    .menu-data[data-lnks="5"] .menu-lv-hd, .menu-data[data-lnks="5"] .menu-lv-lnk {
        height: 20%;
        padding: 0 var(--m-lr-hlf)
    }
    .flash-message {
        max-width:90vw
    }
    .flash-item.popup {
        max-width:80vw;
    }
    .button-hover-gry, .button-hover-ora, .button-hover-red {
        transition:none;
    }
    .state-directory-heading-wrap {
        flex-direction:column;
    }
    .state-directory-heading,.state-directory-links{
        width:100%
    }
    .state-directory-links{
        margin-bottom:5vh;
    }
        .state-directory-links em {
            margin-top:0
        }
    .state-directory-course-card {
        flex-basis: 400px;
    }
    .testimonial-window {
        width: 490px
    }

    .testimonial-card {
        width: 450px
    }

    .cs-info {
        width: 45%
    }

    .btm-social a, .cs-img {
        width: 10%
    }
    .col-wrap{flex-direction:column}
    .col-md, .col-sm {
        margin: 0 auto;
    }
    .col-sm {
        max-width: 350px;
        padding-bottom: 50px;
    }
        .col-sm.sticky {
            position: unset;
            top: unset;
        }
    .modal-header {
        padding: 15px 25px;
    }
    .modal-body {
        padding: 15px 10px;
    }
    .cart-wrap {
        padding: 50px 0
    }
        .cart-wrap + .trust-item {
            padding: 0
        }
    #chkMS,#cart-mobile {
        display: block
    }

    .reg-wrap {
        padding: 0
    }

    .rvw-br-c {
        width: 210px
    }

    .reg-h {
        margin: 20px 0;
        width: 100%
    }

    .reg-c {
        padding: 25px 6px 25px 0
    }

        .reg-c.reg-ci {
            padding: 10px 6px
        }

    .reg-cs {
        border-top: 2px solid var(--gray-50);
        padding-top: 16px
    }

    #cartTotal {
        border-bottom: 2px solid var(--gray-50);
        padding-bottom: 16px
    }

    .order.t {
        margin-top: calc(5vh + 56px)
    }

    .ac-ovr {
        top: 56px
    }

    .btm-top-wrap {
        padding: 0
    }

    .btm-logo-wrap {
        display: block;
        width: 100%
    }

    .btm-lgl {
        margin: 0 var(--m-lr-hlf)
    }

    .btm-lgl, .btm-menu-wrap {
        display: block;
        width: unset
    }

    .btm-menu {
        margin: 0 var(--m-lr-hlf)
    }

    .btm-menu, .btm-social, .copy, .sitemap {
        text-align: center
    }

    .copy, .sitemap {
        margin: 0 var(--m-lr-hlf)
    }

    .btm-lgl a:hover, .btm-lgl-min a:hover, .btm-menu a:hover {
        color: #fff;
        transform: none
    }

    .btm-social {
        margin: 12px var(--m-lr-hlf);
        width: calc(100% - var(--m-lr))
    }

    .copy {
        padding: 12px 0
    }
    .modal-dialog,.modal-dialog.small {
        max-width: 540px
    }
    .modal-title {
        font-size: 20px
    }
    .ovr-po {
        width: 100%
    }

        .ovr-po img {
            margin: 0;
            width: 100%
        }
    .footer-logo img {
        height: 40px
    }
}

@media only screen and (max-width:700px) {
    .footer-section,.footer-section.small {
        flex-direction: column
    }
    .footer-column, .footer-column + .footer-column {
        padding: 0;
        width: unset
    }
    .footer-section.small .footer-column {
        padding:8px 0
    }
        .footer-section.small .footer-column + .footer-column {
            padding:0 0 15px
        }
    .footer-logo {
        margin-top: 20px
    }
    .footer-copy,.footer-social {
        padding-bottom: 20px
    }
    .footer-section.small .footer-copy{
        padding: 0;
        text-align:center
    }
    .footer-sitemap{padding:20px 0}
}

@media only screen and (max-width:600px) {
    .flash-item.popup {
        max-width:unset;
        width:95vw;
    }
    .flash-links {
        flex-wrap: wrap;
    }
    .cs-img, .cs-info {
        display: block;
        max-width: 300px;
        width: 100%
    }

    .cs-info {
        margin: 0 auto
    }

    .cs-img {
        margin: 25px auto
    }

        .cs-img img {
            display: block
        }

    .ex-ans, .ex-ans label {
        margin-left: 0
    }

    .ex-qst + img {
        width: 100px
    }

        .ex-qst + img + .ex-ans {
            margin-left: 110px
        }

    .nav-lft a.btn-ora, .button-nav-ora.prev {
        padding-right: 15px;
        text-align: right
    }

    .nav-rt a.btn-ora, .button-nav-ora.next {
        padding-left: 15px;
        text-align: left
    }

    .btn-ora.nxt::after, .button-nav-ora.next::after {
        right: 15px
    }

    .btn-ora.prv::after, .button-nav-ora.prev::after {
        left: 15px
    }

    .ovr-po h1 {
        font-size: var(--fs-50)
    }

    .sec-ban {
        padding-bottom: 0
    }

    .sec-itm {
        display: block;
        padding-bottom: 25px;
        width: 100%
    }
    .sitemap {
        font-size: 14px
    }

    .smp-hm {
        height: 16px;
        width:16px;
    }

    .btm-lgl-min {
        text-align: center;
        width: 100%
    }

    .btm-lgl-min a {
        margin: 0 var(--m-lr-hlf)
    }
    .modal-dialog,.modal-dialog.small {
        max-width: calc(100vw - var(--m-lr));
        margin: 0 auto
    }
    .modal-title {
        font-size: 18px
    }
}
@media only screen and (max-width:550px) {
    .flash-wrap {
        margin: 0 10px;
        max-width:unset;
        width:auto;
    }
    .col-md {
        margin: 0 var(--m-lr-hlf);
        width: auto;
    }
}
@media only screen and (max-width:500px) {
    .testimonial-window {
        padding: 20px var(--m-lr);
        width: 100vw
    }

    .testimonial-card {
        width: calc(100vw - var(--m-lr)*2)
    }
    .chk-pay .opt-btn {
        left: -6px
    }
}

@media only screen and (max-width:480px) {
    .footer-section {
        text-align: center
    }
    .footer-social {
        justify-content: space-evenly
    }
        .footer-social a {
            margin: 0
        }
    .footer-sitemap {
        font-size: 14px
    }
    .footer-sitemap-home {
        width: 16px
    }
}
@media only screen and (max-width:460px) {
    .opt-av-dtl {
        padding: 65px 12px 20px
    }

    .opt-rec-top {
        min-height: 103px
    }

    .opt-rec img {
        width: 125px
    }

    .opt-rec-hdr, .opt-rec-dsc {
        padding-left: 112px
    }

    #recOpt .opt-rec:nth-child(even) .opt-rec-hdr, #recOpt .opt-rec:nth-child(even) .opt-rec-dsc {
        padding-right: 112px
    }

    .opt-rec-mid .list-marker-blue {
        margin-left: 35px
    }
}
@media only screen and (max-width:450px) {
    .col-sm {
        margin: 0 var(--m-lr-hlf);
        max-width: unset;
        width: calc(100% - var(--m-lr));
    }

    .ex-qst + img {
        display: block;
        float: none;
        margin: 15px auto
    }

    .rvw-br-c {
        margin: 0 auto
    }

    .prg-bar {
        margin: 75px 40px 50px
    }

    .prg-txt {
        font-size: 12px;
        width: 18vw;
        left: calc(-9vw + 10px)
    }

    .prg-stp.act &gt; .prg-txt {
        font-size: 12px;
        left: calc(-9vw + 6px)
    }

    .prg-stp.cmp &gt; .prg-txt, .prg-stp.nc &gt; .prg-txt {
        left: calc(-9vw + 15px)
    }

    .reg-f ul {
        margin: 0 calc(1em + var(--m-lr-hlf))
    }

    .ex-qst + img + .ex-ans {
        margin-left: 0
    }
    .nav-ctr, .nav-lft, .nav-rt{
        flex:unset;
    }
    .nav-lft a.btn-ora, .nav-rt a.btn-ora, .button-nav-ora {
        color: transparent;
        overflow: hidden;
        width: 50px
    }

    .btn-ora.nxt::after, .button-nav-ora.next::after {
        right: 10px
    }

    .btn-ora.prv::after, .button-nav-ora.prev::after {
        left: 10px
    }

    .ac-ci {
        margin: 10px 0
    }

    .ac-in {
        margin: 15px 10px;
        padding: 0 25px 0 40px
    }

    .ac-in-lck {
        height: 30px;
        margin: 0 5px;
        width: 30px
    }

        .ac-in-lck svg {
            width: 18px
        }

    .ac-pop-hd {
        font-size: 24px
    }

    .ac-pop-bck {
        height: 48px;
        width: 48px
    }

        .ac-pop-bck img {
            height: 30px;
            width: 30px
        }

    .btm-lgl a, .btm-menu a {
        margin: 6px 15px
    }

    .btm-social a {
        width: 12%
    }
}

@media only screen and (max-width:400px) {
    :root{--m-lr:2.5vw}
    .nav-crs {
        padding: 0 var(--m-lr-qtr)
    }

    .header-menu .action-button {
        padding: 0 16px
    }
    .col-md, .col-sm {
        margin: 0 var(--m-lr-qtr)
    }
    .col-sm {
        width: calc(100% - var(--m-lr-hlf))
    }
    .modal-dialog,.modal-dialog.small {
        max-width: calc(100vw - var(--m-lr-hlf));
    }
    .opt-av-dtl {
        padding: 65px 5px 20px
    }
    .sv-txt {
        left: 0;
        margin-left: 0;
        right: 0;
        width: unset
    }
}

@media only screen and (max-width:374px) {
    .opt-av-pr, .opt-av-type {
        font-size: 16px;
        padding: 0 4px
    }
    .opt-av-pr {
        padding: 5px 4px 10px
    }
    .opt-rec-top {
        min-height: 78px
    }
    .opt-rec img {
        width: 100px
    }
    .opt-rec-hdr, .opt-rec-dsc {
        padding-left: 87px
    }
    #recOpt .opt-rec:nth-child(even) .opt-rec-hdr, #recOpt .opt-rec:nth-child(even) .opt-rec-dsc {
        padding-right: 87px
    }
    .slider-label, .switch-label {
        font-size: 14px
    }

    .menu-spt-txt.se {
        font-size: 12px
    }
}

@media only screen and (max-height:400px) {
    .menu-crs a svg, .menu-crs-sae svg {
        height: 30px;
        width: 30px
    }

    .menu-data-set {
        margin: 10px auto;
        padding: 12px
    }
}

@media only screen and (max-height:350px) {
    .menu-data-set {
        margin: 8px auto;
        padding: 8px
    }
}
</pre></body></html>