@charset "UTF-8";

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.rounded-4 {
    border-radius: 0.75rem;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(255, 179, 155, 0.6);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(255, 179, 155, 0.6);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    color: #212529;
}

.table-secondary {
    --bs-table-bg: #ffb39b;
    --bs-table-striped-bg: #ffb39b;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffb39b;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffb39b;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #fff;
}

.bi-facebook {
    color: #415e9b;
}

.bi-pinterest {
    color: #e60023;
}

.bi-telegram {
    color: #32afed;
}

.bi-whatsapp {
    color: #4ccb5a;
}

.bi-twitter {
    color: #1da1f2;
}

.bi-linkedin {
    color: #0077b5;
}

.bi-instagram {
    transition: 1s;
}

.bi-whatsapp:hover {
    color: #4ccb5a !important;
}

.bi-telegram:hover {
    color: #32afed !important;
}

.bi-twitter:hover {
    color: #1da1f2 !important;
}

.bi-linkedin:hover {
    color: #0077b5 !important;
}

[v-cloak] {
    opacity: 0 !important;
}

.magic-thumbs-wrapper {
    display: none;
}

.swal-text {
    text-align: center;
}

.mz-expand .mz-figure>img {
    background-color: #fc8e6d;
}

.preview figure div a,
.preview figure div:nth-child(1) {
    display: none;
    color: transparent;
    opacity: 0;
}

input,
textarea {
    color: #000 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input:focus,
    select:focus,
    textarea:focus {
        background: #eee;
        color: red;
    }
}

.app-figure span,
.mz-expand a,
.preview figure .mz-expand a {
    display: none !important;
    color: transparent !important;
    opacity: 0 !important;
    cursor: default;
}

body {
    direction: rtl;
    background-color: #efe8e8;
    overflow-x: hidden;
    letter-spacing: -0.25px;
}

input[type="number"] {
    appearance: textfield !important;
}

.position-inherit {
    position: inherit !important;
}

.barnew {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.barnew hr {
    width: 100%;
}

.barnew p {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efe8e8;
    font-size: 1rem;
}

.w-70 {
    width: 75%;
}

.w-30 {
    width: 30%;
}

.max-content {
    width: max-content;
}

textarea {
    height: 8rem !important;
}

.field-icon {
    left: 1rem;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.35rem;
    color: #888;
}

a {
    text-decoration: none;
}

.owl-carousel-baner-one button.owl-dot span {
    background-color: #ddd !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f4b19f !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #999;
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #f4b19f;
    outline: 0;
    box-shadow: none;
}

.breadcrumb a,
.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bolder;
    color: #000;
}

.breadcrumb a i,
.breadcrumb li i {
    margin-left: 0.3rem;
    font-size: 0.9rem;
}

.sidenav .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.sidenav .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f4b19f;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.btn-check:focus+.btn {
    outline: 0;
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-danger {
    background-color: red !important;
}

.btn-outline-danger {
    color: red;
    border-color: red;
    transition: 0.5s ease-in-out;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.bg-one {
    background-color: #f4b19f !important;
}

.bg-two {
    background-color: #efe8e8 !important;
}

.btn-one {
    background-color: #f4b19f !important;
    color: #f3f1f2;
    border-radius: 0;
    text-shadow: 0 0.25px 0 #999;
}

.btn-two {
    background-color: #f3f1f2 !important;
    color: #f4b19f;
    border-radius: 0;
    text-shadow: 0 0.25px 0 #999;
}

.text-one {
    color: #f4b19f !important;
}

.text-one-new {
    color: #d68260;
}

.text-two {
    color: #000;
}

.text-danger {
    color: red !important;
}

.bartitle {
    margin: 0.5rem 0 1.75rem 0;
}

.bartitle .end {
    position: absolute;
    right: 100%;
    top: 0;
    width: 1.5rem;
}

.bartitle .start {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.5rem;
}

.bartitle h2 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0.5rem;
}

.head {
    background-color: #f4b19f;
}

.head-link {
    padding: 0;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.head-link:hover {
    color: #000;
}

menu {
    padding: 0;
    margin: 0;
}

menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0 0.5rem 1.5rem;
}

menu .forminp {
    height: 2.5rem;
    background: #fff;
    border-radius: 10px;
}

menu .topnav {
    padding: 0.5rem 0;
}

menu .searche {
    position: relative;
    z-index: 12;
}

menu .topnav .nav-call {
    color: #333;
    font-size: 0.9rem;
    margin: 0.35rem 0;
    transition: 0.5s ease-in-out;
}

menu .topnav .nav-call:hover {
    color: #f4b19f;
}

menu .topnav .navbar-brand {
    transition: 0.5s ease-in-out;
}

menu .topnav .navbar-brand img {
    color: #333;
    font-size: 0.9rem;
    width: 25%;
    filter: drop-shadow(0 3px 2.5px rgba(34, 34, 34, 0.1));
    transition: 0.5s ease-in-out;
}

menu .topnav .navbar-brand:hover img {
    filter: none;
}

menu .topnav form {
    width: 100%;
}

menu .topnav form input {
    font-size: 1.2rem;
    border-radius: 3rem;
    padding: 0 1rem;
    color: #000 !important;
}

menu .topnav form input::placeholder {
    font-size: 0.75rem !important;
    color: #999 !important;
}

menu .topnav form .form-bt {
    top: 0.2rem;
    bottom: 0.2rem;
}

menu .topnav form .form-bt li {
    height: 100%;
}

menu .topnav form .form-bt .form-select {
    cursor: pointer;
}

menu .topnav form .form-bt .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

menu .topnav form button {
    font-size: 0.9rem !important;
    height: 100%;
    align-items: center;
}

menu .topnav .user li {
    margin: 0 1rem;
}

menu .topnav .user a {
    font-size: 0.7rem;
    color: #333;
    transition: 0.5s ease-in-out;
}

menu .topnav .user a:hover {
    color: #f4b19f;
}

menu .topnav .user a:hover i {
    color: #f4b19f;
}

menu .topnav .user a i {
    font-size: 1.5rem;
    color: #000;
    transition: 0.5s ease-in-out;
}

menu .topnav .user a p {
    margin: 0.35rem 0 0;
}

menu .topnav .user .user-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

menu .topnav .user .user-icon .badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border-radius: 1rem;
}

menu .bottmnav {
    background-color: #f3f1f2;
}

menu .bottmnav nav {
    padding: 0;
}

menu .bottmnav nav li {
    padding: 0.25rem 0;
}

menu .bottmnav nav li .nav-link {
    font-size: 0.85rem;
    color: #333;
    transition: 0.5s ease-in-out;
    padding: 0.5rem 0 0.5rem 1.2rem;
}

menu .bottmnav nav li .nav-link:hover {
    color: #f4b19f;
}

menu .bottmnav .mega-box {
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 1;
    animation: mega 0.6s ease-in-out;
}

menu .bottmnav .mega-box .nav-pills .nav-link.active,
menu .bottmnav .mega-box .nav-pills .show>.nav-link {
    color: #f4b19f;
    background-color: #f3f1f2;
    border-top: 1px solid rgba(102, 102, 102, 0.1);
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    border-right: 0.2rem solid #f4b19f;
}

menu .bottmnav .mega-box .nav-pills .nav-link.active i,
menu .bottmnav .mega-box .nav-pills .show>.nav-link i {
    opacity: 1;
}

menu .bottmnav .mega-box .nav-link {
    display: flex;
    transition: 0.25s ease-in-out;
    align-items: center;
    border-top: 0.5px solid rgba(102, 102, 102, 0.1);
    border-bottom: 0.5px solid rgba(102, 102, 102, 0.1);
}

menu .bottmnav .mega-box .nav-link i {
    font-size: 1.5rem;
    width: 0.95rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

@keyframes mega {
    0% {
        top: 50%;
        opacity: 0;
    }

    100% {
        top: 100%;
        opacity: 1;
    }
}

menu .bottmnav .mega:hover .mega-box {
    display: block;
}

menu .bottmnav .mega .titlelink h4 {
    font-size: 1rem;
}

menu .bottmnav .mega .titlelink:hover {
    color: #f4b19f;
}

menu .bottmnav .mega .link {
    font-size: 0.8rem;
    color: #333;
    transition: 0.5s ease-in-out;
}

menu .bottmnav .mega .link:hover {
    color: #f4b19f;
}

.main-menu {
    z-index: 1200;
}

menu.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #efe8e8;
    opacity: 1;
    animation: scrolled 0.5s ease-in-out;
}

menu .bottom-menu-new {
    margin-top: -3rem;
    opacity: 0;
}

menu .bottmnav {
    transition: 0.5s;
}

menu .menu-items {
    transition: 0.5s;
}

menu .topnav {
    position: relative;
    z-index: 2;
    background: #efe8e8;
}

#shopMenu68.shadow-sm {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1) !important;
}

menu.scrolled .bottmnav,
menu.scrolled .scroll-menu {
    display: none;
}

menu.scrolled .searche,
menu.scrolled .topnav {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@keyframes scrolled {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header .offer {
    background-color: #f4b19f;
    position: absolute;
    padding: 0.5rem 9rem 0.5rem 2rem;
    left: -1rem;
    top: -9px;
    transform: rotate(-20deg);
    box-shadow: 3px 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1rem;
    font-weight: bolder;
}

header .col-xl-9 .carousel {
    height: 30rem;
}

header .border-line {
    border: 2px solid #f4b19f;
    overflow: hidden;
}

header .carousel .btn-control {
    opacity: 1;
}

header .carousel .btn-control .bi {
    display: flex;
    font-size: 1rem;
    background-color: #efe8e8;
    padding: 0.5rem;
}

header .carousel .carousel-indicators {
    position: absolute;
    margin: 1.5rem 0;
    bottom: 0;
}

header .carousel .carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    box-shadow: none;
    border: 0;
    border-radius: 50%;
    background-color: #ddd;
}

header .carousel .carousel-indicators .active {
    background-color: #f4b19f;
}

header .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .baners-item {
    padding: 1rem;
}

header .counter-box .timer {
    margin: 0;
    color: #000;
    font-weight: bolder;
    text-align: center;
    font-size: 0.9rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .counter-box .timer div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .counter-box .timer div span {
    padding: 10px;
    border-radius: 3px;
    background: #efefef;
    font-size: 1rem;
    font-weight: bolder;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .counter-box .timer .smalltext {
    color: #f4b19f;
    font-size: 1.55rem;
    font-weight: bolder;
    display: block;
    padding: 0;
    width: auto;
    margin: 0 0 0 0.25rem;
}

header .counter-box .timer #time-up {
    margin: 8px 0 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    color: #000;
    font-weight: bolder;
    letter-spacing: 1px;
}

header .counter-box img {
    width: 60%;
}

header .counter-box .off-name {
    font-size: 1rem;
    padding: 0 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header .counter-box .price {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.5rem 1.5rem 0;
    font-size: 1rem;
}

header .counter-box .price .old {
    color: #999;
    text-decoration: line-through;
}

header .counter-box .price .off {
    color: #000;
}

header div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

header div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0 0 0 0.25rem;
    text-decoration: none;
    width: 65%;
}

.card-pro {
    border-radius: 0.5rem;
    border: 1px solid #d68260;
    text-align: center;
    padding: 0.5rem;
    transition: 0.5s ease-in-out;
}

.bg-custom-p {
    background: 0 0 !important;
}

.card-pro:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.card-pro:hover .sp-discount {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.card-pro h4 {
    font-size: 0.8rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-pro .overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.card-pro .overlay-top .badge {
    height: unset !important;
    background: #f4b19f;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0.45em 0.65em !important;
    font-size: 11px;
}

.card-pro .overlay-top .badge p {
    font-size: 11px;
}

.card-pro .overlay-top ul li {
    margin-left: 0.25rem;
}

.card-pro .overlay-top ul li .btn {
    padding: 0;
}

.card-pro .overlay-top ul li .btn i {
    display: flex;
    font-size: 1.25rem;
}

.card-pro .overlay-top .sp-discount {
    width: 2.5rem;
    font-size: 0.5rem;
    background: #f4b19f;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
    border-radius: 0.3rem;
    transition: 0.5s ease-in-out;
}

.card-pro .price {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 1.75rem;
}

.card-pro .prc {
    font-size: 14px;
    color: #f4b19f;
    margin: 0;
}

.card-pro .colors p {
    font-size: 0.7rem;
    color: #333;
    margin: 0 0 0.2rem 0 !important;
}

.card-pro .colors li {
    display: inline;
    padding: 0.05rem;
}

.card-pro .colors li span {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    border-radius: 50%;
}

.card-pro .dot-color img {
    width: 0.6rem;
}

.card-pro .bxs figure {
    height: 10rem;
}

.card-pro .bxs figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.card-pro .bxs figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

main .categories-home .card {
    border: 0.07rem solid #f4b19f;
    transition: 0.5s ease-in-out;
}

main .categories-home .card:hover {
    background-color: #f4b19f;
}

main .categories-home .card:hover img {
    background-color: #fff;
}

main .categories-home .card:hover h4 {
    font-size: 0.95rem;
    color: #fff;
}

main .categories-home .card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem;
}

main .categories-home .card div img {
    width: 3rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: 0.5s ease-in-out;
    font-size: 0.7rem;
    text-align: center;
}

main .categories-home .card div h4 {
    width: max-content;
    font-size: 0.9rem;
    color: #333;
    transition: 0.5s ease-in-out;
}

main .categories-home div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

main .categories-home div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    width: 49%;
}

main .categories-home div.scrollmenu a img {
    width: 2rem !important;
}

main .baner-one .bc {
    position: relative;
}

main .baner-one div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

main .baner-one div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    width: 50%;
}

main .most .nav-pills li {
    padding: 0.25rem;
}

main .most .nav-pills li a,
main .most .nav-pills li button {
    background-color: #f3f1f2;
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
    border-radius: 0.5rem;
}

main .most .nav-pills li .nav-link.active,
main .most .nav-pills li .show>.nav-link {
    color: #000;
    background-color: #f4b19f;
}

main .most .nav-pills .Layer_42 {
    position: absolute;
    left: 867px;
    top: 5289px;
    width: 608px;
    height: 321px;
    z-index: 38;
}

main .most .owl-carousel-most .owl-nav {
    display: block !important;
    position: unset !important;
}

main .most .owl-carousel-most .owl-nav button {
    position: absolute;
    background: #fff;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

main .most .owl-carousel-most .owl-nav .owl-next {
    left: 0;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff;
}

main .most .owl-carousel-most .owl-nav .owl-prev {
    right: 0;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff;
}

main .most .owl-carousel-most .owl-nav .disabled {
    opacity: 0.5;
    box-shadow: none;
}

main .most .owl-carousel-most .owl-nav .disabled i {
    color: #999;
}

.services-home h4 {
    font-size: 0.7rem;
    margin: 0.4rem 0;
    color: #fff;
}

.blog-home {
    margin-top: 80px;
}

.blog-home .side-blog {
    border-radius: 20px 20px 20px 100px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px 0 rgba(199, 110, 96, 0.1);
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.blog-home .side-blog img {
    transform: rotate(-23deg);
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.blog-home .side-blog p {
    text-align: center;
    font-size: 30px;
}

.blog-home .side-blog a {
    text-decoration: underline;
    color: #212121;
}

.blog-home .back-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: max-content;
    margin: auto;
    z-index: -2;
}

.blog-home .caption p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-carousel-baner-one .owl-nav {
    display: block !important;
    position: unset !important;
}

.owl-carousel-baner-one .owl-nav button {
    position: absolute;
    background: #fff !important;
    top: 30%;
    margin: 0;
    padding: 1rem 0.25rem !important;
    opacity: 0;
}

.owl-carousel-baner-one .owl-nav .owl-next {
    opacity: 0;
    left: 8px;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff !important;
}

.owl-carousel-baner-one .owl-nav .owl-prev {
    opacity: 0;
    right: 8px;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff !important;
}

.owl-carousel-baner-one .owl-nav .disabled {
    opacity: 0;
    box-shadow: none;
}

.owl-carousel-baner-one .owl-nav .disabled i {
    color: #999;
}

.owl-carousel-blog .owl-nav {
    position: unset !important;
}

.owl-carousel-blog .owl-nav button {
    position: absolute;
    background: #fff !important;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

.owl-carousel-blog .owl-nav .owl-next {
    left: 0;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff !important;
}

.owl-carousel-blog .owl-nav .owl-prev {
    right: 0;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff !important;
}

.owl-carousel-blog .owl-nav .disabled {
    opacity: 0.5;
    box-shadow: none;
}

.owl-carousel-blog .owl-nav .disabled i {
    color: #999;
}

.brands-new .title {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    padding: 0 20px;
    background: #efe8e8;
    margin: auto;
    top: -3px;
}

.brands-new .item {
    height: 6rem;
}

.brands-new .item a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #eee;
}

.brands-new .item a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
}

.brands-home h2 {
    font-size: 1.2rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.brands-new .bordered-brand {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-radius: 20px;
}

.consulting-home .right {
    background: rgba(244, 177, 159, 0.3);
    font-size: 30px;
    padding: 40px 150px;
    position: relative;
    border-radius: 5px;
}

.consulting-home .right img {
    position: absolute;
    bottom: 2rem;
    right: -2rem;
    transform: rotate(-108deg);
    width: 150px;
}

.consulting-home .form-control {
    border: 1px solid #a6a6a6;
}

.consulting-home label {
    color: rgba(166, 166, 166, 1);
}

.consulting-home .left {
    border: 1px solid rgba(247, 223, 198, 1);
    border-radius: 5px;
}

.consulting-home .btn {
    background-color: #f4b19f;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #000;
    font-size: 16px;
}

footer {
    padding-top: 5rem;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

footer .bg-inner {
    background: #212121;
}

footer .footer-logo {
    right: 10px !important;
}

footer .top .bi {
    font-size: 24px;
    color: #f4b19f;
    transition: 0.5s;
    background: unset;
    -webkit-text-fill-color: unset !important;
}

footer .top .bi:hover {
    color: #636363 !important;
}

footer .top h2,
footer .top h4 {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    line-height: 1.25rem;
}

footer .bottom h4 {
    font-size: 1rem;
}

footer .bottom a {
    font-size: 0.9rem;
}

footer .bottom h6 {
    font-size: 0.9rem;
}

footer .bottom p {
    font-size: 0.7rem;
}

footer .bottom .namad {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bottom .namad li {
    margin: 0 0.25rem;
    list-style: none;
    height: 10rem;
}

footer .bottom .namad li a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

footer .bottom .namad li a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

footer .bottom .description {
    text-align: justify;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.75rem;
    margin: 1rem 0;
}

footer .bottom .description p {
    margin: 0;
}

footer .accordion-button {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #999 !important;
}

footer .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}

footer .accordion-button:focus {
    border-color: #999;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.product-list .p-list-custom {
    padding: 0.3rem;
}

.product-list .sidebar .accordion-button {
    border: 0;
    font-weight: bolder;
}

.product-list .sidebar .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.product-list .sidebar .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}

.product-list .sidebar .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.product-list .sidebar .accordion-item:last-of-type .accordion-button.collapsed {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-list .sidebar .accordion-collapse {
    border: 0;
}

.product-list .sidebar .accordion-body {
    padding: 1rem;
}

.product-list .sidebar .accordion-body .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
}

.product-list .sidebar .accordion-body .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 -1.5em 0 0;
}

.product-list .sidebar .accordion-body label {
    margin: 0 0.5rem !important;
}

.product-list .sidebar div.aria-widget-slider {
    clear: both;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.product-list .sidebar div.rail-label {
    padding-right: 0.5em;
    text-align: right;
    float: left;
    width: 4em;
    position: relative;
    top: -0.5em;
}

.product-list .sidebar div.rail-label.max {
    padding-left: 0.5em;
    text-align: left;
}

.product-list .sidebar div.aria-widget-slider .rail {
    background-color: #eee;
    border: 1px solid #888;
    position: relative;
    height: 4px;
    float: left;
}

.product-list .sidebar div.aria-widget-slider img[role="slider"] {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -8px;
}

.product-list .sidebar div.aria-widget-slider img[role="slider"].focus,
.product-list .sidebar div.aria-widget-slider img[role="slider"]:hover {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
}

.product-list .sidebar div.aria-widget-slider .rail.focus {
    background-color: #aaa;
}

.product-list .card-pro {
    height: auto;
}

.product-list .form-check-input:checked {
    background-color: #f4b19f;
    border-color: #f4b19f;
}

.form-check-input:checked[type="radio"] {
    background-image: unset !important;
}

.form-check-input[type="radio"] {
    width: 1.2rem !important;
    height: 1.2rem !important;
    border: 1px solid !important;
}

.product-list .filter-top .card-btn {
    transition: 0.5s ease-in-out;
    height: 100%;
}

.product-list .filter-top .card-btn.active {
    background-color: #f4b19f;
}

.product-list .filter-top .card-btn.active i {
    color: #fff;
}

.product-list .filter-top .card-btn.active .btn,
.product-list .filter-top .card-btn.active .form-check {
    color: #fff;
}

.product-list .filter-top .card-btn:hover {
    background-color: #f4b19f;
}

.product-list .filter-top .card-btn:hover i {
    color: #fff;
}

.product-list .filter-top .card-btn:hover .btn,
.product-list .filter-top .card-btn:hover .form-check {
    color: #fff;
}

.product-list .filter-top .btn,
.product-list .filter-top .form-check {
    padding: 0.4rem;
    font-size: 0.7rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 3rem;
    transition: 0.5s ease-in-out;
}

.product-list .filter-top .btn i,
.product-list .filter-top .form-check i {
    font-size: 1.4rem;
    display: flex;
    color: #f4b19f;
    transition: 0.5s ease-in-out;
}

.product-list .form-check-input {
    height: 1.2rem;
    width: 1.9rem;
}

.product-list .brd {
    height: 10rem;
    overflow-y: scroll;
}

.product-details .nav-pills .nav-link {
    border-radius: 0;
    transition: unset;
}

.product-details .nav-pills .nav-link.active,
.product-details .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: unset;
    font-weight: bolder;
    border-bottom: 2px solid #f4b19f;
}

.product-details .info h1 {
    font-size: 1.75rem;
}

.product-details .info .bell h4 {
    font-size: 1.1rem;
}

.product-details .info .bell .btn {
    font-size: 0.9rem;
    border-radius: 1rem;
    transition: 0.5s ease-in-out;
}

.product-details .info .bell .btn:hover {
    background-color: #f4b19f;
}

.product-details .info .colors {
    display: flex;
    border: 1px solid #000;
    border-radius: 3rem;
    height: 3.8rem;
    padding: 0.6rem 0.5rem;
    overflow-x: scroll;
    scrollbar-width: none;
}

.product-details .info .colors .color-item {
    display: block;
    position: relative;
    margin-right: 2.7rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-details .info .colors .color-item:hover input~.checkmark {
    background-color: #ccc;
}

.product-details .info .colors .color-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
}

.product-details .info .colors .color-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.9rem;
    top: 0.4rem;
    width: 0.6rem;
    height: 1.5rem;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-details .info .colors .color-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-details .info .colors .color-item input:checked~.checkmark {
    background-color: #2196f3;
}

.product-details .info .colors .color-item input:checked~.checkmark:after {
    display: block;
}

.product-details .info .bg-color {
    width: 1rem;
    height: 1rem;
    border-radius: 0;
}

.product-details .price .df {
    border-radius: 3rem;
}

.product-details .price .h2 {
    font-weight: lighter;
    font-size: 1.5rem;
    text-align: left;
}

.product-details .content-id {
    position: absolute;
    top: -11rem;
}

.product-details .des .p {
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    transition: max-height 0.5s ease;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 25rem;
    -webkit-box-orient: vertical;
    line-height: 1.75rem;
    font-size: 0.9rem;
    position: relative;
}

.product-details .des .button {
    transition: unset !important;
    margin: auto;
    width: max-content;
    display: flex;
}

.product-details .des .p.after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 250px;
    background: linear-gradient(0deg, #fff 12%, rgba(255, 255, 255, 0) 100%);
}

.product-details .des input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.product-details .des input:checked+.p {
    -webkit-line-clamp: unset;
    max-height: max-content !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
}

.product-details .des input:checked+.p::after {
    content: unset;
}

.product-details .des input:checked~.button {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.product-details #other .nav-pills {
    box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 8rem;
    background: #fff !important;
    z-index: 120;
}

.product-details .price-box {
    width: 100%;
    margin-right: auto;
    padding: 1rem 1rem;
}

.product-details .price-box h2 {
    font-weight: bolder;
    text-align: center;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details .price-box li {
    line-height: 2.25rem;
}

.product-details .price-box .input-number-box .qty .count {
    display: inline-block;
    vertical-align: top;
    min-width: 44%;
    text-align: center;
    color: #000 !important;
}

.product-details .price-box .input-number-box .qty .count::placeholder {
    color: #000 !important;
}

.product-details .price-box .input-number-box div {
    text-align: center;
    position: relative;
    border-radius: 3rem 0 0 3rem;
    overflow: hidden;
}

.product-details .price-box .input-number-box div .minus {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 28%;
    height: 100%;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    top: 0;
    bottom: 0;
    border-right: 1px solid #f4b19f;
    transition: 0.5s ease-in-out;
}

.product-details .price-box .input-number-box div .minus:hover {
    background-color: #f4b19f !important;
}

.product-details .price-box .input-number-box div .plus {
    position: absolute;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    width: 28%;
    height: 100%;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    border-left: 1px solid #f4b19f;
    transition: 0.5s ease-in-out;
}

.product-details .price-box .input-number-box div .plus:hover {
    background-color: #f4b19f !important;
}

.product-details .price-box .input-number-box span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.product-details .price-box .input-number-box input {
    width: 2%;
    border: 0;
}

.product-details .price-box .input-number-box input::-webkit-inner-spin-button,
.product-details .price-box .input-number-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-details .price-box .input-number-box input:disabled {
    background-color: #fff;
}

.product-details .price-box .w-70 {
    width: 70%;
}

.product-details .price-box .btn-addcard {
    border-radius: 12px;
    background-color: #f4b19f;
    border: 1px solid #f4b19f;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.product-details .price-box .btn-addcard:hover {
    color: #fff !important;
}

.product-details .price .rounded-custom {
    border-radius: 1rem;
}

.product-details .price-box .cartNew {
    background-color: #f4b19f;
    color: #fff;
    border-radius: 12px;
}

.product-details .price-box .select-toCart option {
    color: #000 !important;
}

.product-details .price-box .select-toCart {
    width: unset;
    background-position: left 0.5rem center;
    border: 0;
    border-right: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    filter: brightness(11);
    background-size: 16px 12px !important;
    background-repeat: no-repeat !important;
}

.product-details .price .colors-s select {
    border-radius: 0 3rem 3rem 0;
    cursor: pointer;
}

.product-details .tt-xs-sm h1 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* .product-details .des {
    line-height: 2rem;
} */

.product-details .des h2 {
    font-size: 1.9rem;
}

.product-details .comment .sticky {
    top: 12.5rem;
}

.product-details .comment .caption p {
    margin: 0;
}

.product-details .tags h4 {
    font-size: 1.5rem;
}

.product-details .tags ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 0;
}

.product-details .tags ul li a {
    color: #000;
    background: #eee;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.product-details .rate-comm {
    position: relative;
}

.product-details .accordion-button {
    border: 0;
    font-weight: bolder;
    border-radius: 0.75rem !important;
}

.product-details .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.product-details .accordion-button:not(.collapsed)::after {
    top: 1rem;
    position: absolute;
    left: 1rem;
}

.product-details .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    top: 0.65rem;
    position: absolute;
    left: 0.65rem;
}

.product-details .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.product-details .accordion-item:last-of-type .accordion-button.collapsed {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-details .accordion-collapse {
    border: 0;
}

.product-details .accordion-body {
    padding: 1rem;
}

.product-details .accordion-body .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
}

.product-details .accordion-body .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 -1.5em 0 0;
}

.product-details .accordion-body label {
    margin: 0 0.5rem !important;
}

.product-details .slogans p img {
    width: 2.5rem;
    background: #f4b19f;
}

.product-details .slogans p {
    font-size: 12px;
}

.product-details .colorselect {
    width: 1rem;
    height: 1rem;
    border-radius: 0;
}

.product-cat .card .over {
    width: 90%;
    position: absolute;
    right: 0;
    bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    left: 1rem;
    color: #000;
    padding: 0.5rem;
    text-align: justify;
    font-size: 0.85rem;
    font-weight: bolder;
}

.product-cat .card .link {
    color: #000;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #eee;
    padding: 0.25rem 0;
}

.product-cat .card .link i {
    width: 0;
    overflow: hidden;
    font-size: 1.5rem;
}

.product-cat .card .link:hover {
    color: #f4b19f;
}

.product-cat .card .link:hover i {
    width: 1.5rem;
    animation: link 0.5s ease-in-out;
}

@keyframes link {
    0% {
        width: 0;
    }

    100% {
        width: 1.5rem;
    }
}

.paneluser .sidebtn h2,
.paneluser .sidebtn h4 {
    font-size: 0.8rem;
}

.paneluser .sidebtn::after {
    content: unset !important;
    width: 5rem;
    height: 2rem;
    background-size: 100% 100%;
    transition: 0.5s ease-in-out;
}

.paneluser .sidebtn:not(.collapsed) {
    color: #fff;
    background-color: #f4b19f;
}

.paneluser .sidebtn:not(.collapsed)::after {
    transform: rotateX(360deg);
}

.paneluser .sidebtn:not(.collapsed) h2,
.paneluser .sidebtn:not(.collapsed) h4 {
    color: #fff !important;
}

.paneluser .sidebtn:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.paneluser .side-item {
    list-style: none;
    border-top: 0.01rem solid #ddd;
    border-bottom: 0.01rem solid #ddd;
    transition: 0.4s ease-in-out;
}

.paneluser .side-item.active {
    background-color: #f3f1f2;
    border-right: 0.25rem solid #f4b19f;
}

.paneluser .side-item.active .side-link {
    color: #f4b19f;
    text-shadow: 0 0.5px 0 #999;
}

.paneluser .side-item.active .side-link .bi-arrow-left {
    opacity: 1;
}

.paneluser .side-item:hover {
    background-color: #f3f1f2;
    border-right: 0.25rem solid #f4b19f;
}

.paneluser .side-item:hover .side-link {
    color: #f4b19f;
    text-shadow: 0 0.5px 0 #999;
}

.paneluser .side-item:hover .side-link .bi-arrow-left {
    opacity: 1;
}

.paneluser .side-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    color: #333;
    transition: 0.4s ease-in-out;
}

.paneluser .side-link i {
    font-size: 1.3rem;
}

.paneluser .side-link .bi-arrow-left {
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.paneluser .panel-head h1 {
    text-shadow: 0 0.15px 0 #999;
}

.paneluser .dash .table td,
.paneluser .dash .table th {
    vertical-align: middle;
}

.paneluser .dash .table .inf {
    line-height: 1.5rem;
}

.paneluser .dash .table .inf .fa-name {
    font-size: 1rem;
    font-weight: bolder;
    margin: 0;
}

.paneluser .dash .table .inf .en-name {
    font-size: 0.7rem;
    margin: 0;
}

.paneluser .dash .table .inf .price {
    font-size: 1rem;
    color: #f4b19f;
    margin: 0;
}

.paneluser .dash .table img {
    width: 5rem;
}

.empty .ic {
    opacity: 0.7;
    position: relative;
    animation: myfirst 1.75s linear 1.75s infinite alternate;
    -webkit-filter: drop-shadow(-2px 5px 5px rgba(34, 34, 34, 0.1));
    filter: drop-shadow(0 4px 2px rgba(34, 34, 34, 0.2));
}

@keyframes myfirst {
    0% {
        top: 0;
    }

    100% {
        top: 10px;
    }
}

.auth .headerr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth .headerr img {
    width: 3rem;
}

.auth .headerr i {
    font-size: 3rem;
    color: #f4b19f;
}

.time-set {
    height: 3rem;
}

.time-set .h-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1000;
}

.time-set .h-box small {
    font-size: 1.25rem;
}

.api-controls button .over-share,
.api-controls button .over-tool {
    display: none;
    opacity: 0;
    z-index: 1040;
}

.api-controls button .over-share li,
.api-controls button .over-tool li {
    padding: 0.3rem 0;
}

.api-controls button .over-share i,
.api-controls button .over-tool i {
    font-size: 1.4rem;
}

.api-controls button:hover .over-tool {
    display: block !important;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    padding: 0.1rem 0.4rem;
    right: 0;
    background: #000;
    color: #fff;
    border-radius: 1rem 1rem 0 1rem;
    animation: tool 0.5s ease-in-out;
}

.api-controls button:hover .over-share {
    display: block !important;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    animation: share 0.5s ease-in-out;
}

@keyframes tool {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes share {
    0% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 1;
        top: 100%;
    }
}

#Zoom-1 span {
    opacity: 0 !important;
}

#Zoom-1 span a {
    cursor: zoom-in !important;
    opacity: 0 !important;
}

.mz-expand span {
    opacity: 0 !important;
}

.like .likeButton {
    color: #999;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.like .likeButton.liked {
    content: "\f59d";
    color: red;
}

.star-ratings-sprit {
    margin-bottom: 5px;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0;
}

.star-ratings-sprit-rating {
    background-position: 0 100% !important;
    float: left;
    height: 21px;
    display: block;
}

.starrating>input:checked~label {
    color: #ffca08;
}

.starrating>label {
    color: rgba(153, 153, 153, 0.5);
}

.starrating>input {
    display: none;
}

.starrating>label::before {
    content: "★";
    margin: 0 0 0 6px;
    font-size: 25px;
    display: flex;
    cursor: pointer;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: flex-start;
}

.comment-star {
    gap: 2px;
}

.comment-star .checked {
    color: #ffd000;
}

.comment-star i {
    font-size: 12px;
    color: #c5c5c5;
}

.pricefix {
    bottom: 4rem;
    left: 0;
    right: 0;
    z-index: 1010;
    height: 4rem;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
}

.pricefix-in {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricefix-in .off span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricefix-in .select-toCart {
    width: unset;
    background-position: left 0 center;
    border: 0;
    border-right: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    filter: brightness(11);
}

.pricefix-in .select-toCart:focus {
    background-size: 16px 12px !important;
    background-repeat: no-repeat !important;
}

.pricefix .btn {
    background: #ffb39b;
    font-size: 12px;
    border-radius: 12px;
}

.article,
.article .h2,
.article h2,
.article-details,
.product-details {
    font-size: 22px !important;
}

.product-details a {
    color: #0a9a3f;
}

.article-details a {
    color: #0a9a3f;
}

.product-list a {
    color: #0a9a3f;
}

.product-list .card-pro .price {
    padding: 0 !important;
}

.product-details h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f96 !important;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    color: #f96 !important;
}

.product-list h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f96 !important;
}

.article,
.article .h3,
.article h3,
.article-details,
.product-details {
    font-size: 20px !important;
}

.article,
.article .h4,
.article h4,
.article-details,
.product-details {
    font-size: 18px;
}

.article,
.article .h5,
.article h5,
.article-details,
.product-details {
    font-size: 16px !important;
}

.cart .sticky-cart {
    top: 6.5rem;
}

.cart .btn-trash {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: red;
}

.cart .btn-shop {
    background-color: #f4b19f;
    border: 1px solid #f4b19f;
    transition: 0.5s ease-in-out;
}

.cart .btn-shop:hover {
    background-color: transparent;
}

.cart .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0;
    transition: 0.5s ease-in-out;
}

.cart .form-check-input:checked {
    background-color: #f4b19f;
    border-color: #f4b19f;
}

.cart .input-number-box .qty .count {
    display: inline-block;
    vertical-align: top;
    min-width: 60%;
    text-align: center;
}

.cart .input-number-box div {
    text-align: center;
    position: relative;
    border: 1px solid #f4b19f;
    border-radius: 2rem;
    overflow: hidden;
}

.cart .input-number-box div .minus {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 20%;
    height: 100%;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    top: 0;
    bottom: 0;
    border-right: 1px solid #f4b19f;
    transition: 0.5s ease-in-out;
}

.cart .address-input::placeholder {
    color: #999;
}

.cart .input-number-box div .minus:hover {
    background-color: #f4b19f !important;
}

.cart .input-number-box div .plus {
    position: absolute;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    width: 20%;
    height: 100%;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    border-left: 1px solid #f4b19f;
    transition: 0.5s ease-in-out;
}

.cart .input-number-box div .plus:hover {
    background-color: #f4b19f !important;
}

.cart .input-number-box span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cart .input-number-box input {
    border: 0;
    width: 2%;
}

.cart .input-number-box input::-webkit-inner-spin-button,
.cart .input-number-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart .input-number-box input:disabled {
    background-color: #fff;
}

.modal {
    z-index: 9999 !important;
}

.article-details .description p,
.article-details .description span {
    margin-bottom: 10px;
    color: #333;
}

.article .sticky {
    top: 6rem;
}

.brand-list .figure {
    height: 15rem;
    width: 100%;
}

.brand-list .figure .card {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 2vh;
}

.brand-list .figure .card img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.brand-list .figure h4 {
    font-size: 1rem;
    margin: 1rem 0 0 0;
    color: #f4b19f;
}

.brand-details .figure {
    height: 20rem;
    width: 100%;
}

.brand-details .figure .card {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 2vh;
}

.brand-details .figure .card img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.brand-details .figure-sc {
    height: 20rem;
    overflow-y: scroll;
}

.brand-details .desc {
    line-height: 2rem;
}

.brand-details .desc p,
.brand-details .desc span {
    margin: 0;
}

.bnrdet .des {
    line-height: 2rem;
    color: #666;
}

.bnrdet .des p,
.bnrdet .des span {
    color: #666;
    margin: 0 !important;
}

.range-box input {
    width: 75%;
    direction: ltr;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 14px;
}

/* .range-box small {
    width: 10%;
} */

.pros-col {
    display: grid;
}

.en {
    letter-spacing: 0.2rem;
}

.comparison-add .border-add {
    border: 4px dashed #ddd;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 1rem 0 0.5rem;
    text-align: center;
}

.comparison-add .border-add-sol {
    border: 4px solid #ddd;
    border-radius: 1.5rem 1.5rem 0 0;
    position: relative;
}

.comparison-add .border-add-sol::after {
    content: "";
    position: absolute;
    top: 101.5%;
    width: 0;
    height: 0;
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    left: 0;
    margin: auto;
    right: 0;
}

.comparison-add .border-add img {
    width: 50%;
    border-radius: 1.5rem;
}

.comparison-add .border-add p {
    color: #ddd;
}

.comparison-add .border-add .icontop {
    font-size: 5rem;
    color: #ddd;
}

.comparison-add.scrolled-add {
    position: sticky;
    top: 5.75rem;
    border-bottom: 1px solid #ddd !important;
}

.comparison-add.scrolled-add img {
    width: 25%;
    animation: imgadd 0.4s ease-in-out;
}

.comparison-add.scrolled-add .border-add {
    border: 3px dashed #ddd;
}

.comparison-add.scrolled-add .border-add-sol {
    border: 4px solid #ddd;
    border-radius: 1.5rem 1.5rem 0 0;
    position: relative;
}

.comparison-add.scrolled-add .border-add-sol::after {
    content: "";
    position: absolute;
    top: 101.5%;
    width: 0;
    height: 0;
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    left: 0;
    margin: auto;
    right: 0;
}

.comparison-add.scrolled-add .border-add .icontop {
    font-size: 4rem;
}

@keyframes imgadd {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

.comparison td,
.comparison th,
.comparison tr {
    border: 0;
}

.brandssd .nav-pills .nav-link {
    transition: 0.5s ease-in-out;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 2px solid #eee;
}

.brandssd .nav-pills .nav-link .bi-caret-down-fill {
    width: 0;
    overflow: hidden;
    display: none;
    transition: 0.5s ease-in-out;
}

.brandssd .nav-pills .nav-link.active,
.brandssd .nav-pills .show>.nav-link {
    color: #f4b19f;
    background-color: transparent;
    border-bottom: 2px solid #f4b19f;
}

.brandssd .nav-pills .nav-link.active .bi-caret-down-fill,
.brandssd .nav-pills .show>.nav-link .bi-caret-down-fill {
    width: auto;
    display: block;
}

.brandssd .overflow-y-scroll {
    overflow-y: scroll;
    scrollbar-width: none;
}

.brandssd .helpsc {
    font-size: 0.7rem;
    text-align: right;
    font-weight: bolder;
    color: #999;
}

#scroll {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    cursor: pointer;
    background-color: #f4b19f;
    display: none;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    color: #fff;
    font-size: 1.5rem;
    transition: 0.5s ease-in-out;
    z-index: 1000;
}

#scroll:hover {
    background-color: #333;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#scroll i {
    display: flex;
}

.pro-home .owl-carousel-off .owl-nav {
    display: block !important;
    position: unset !important;
}

.pro-home .owl-carousel-off .owl-nav .owl-next {
    left: 0.75px;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff;
}

.pro-home .owl-carousel-off .owl-nav .owl-prev {
    right: 0.75px;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff;
}

.pro-home .owl-carousel-off .owl-nav button {
    position: absolute;
    background: #fff;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

.pro-home .owl-carousel-off .owl-nav .disabled {
    opacity: 0.5;
    box-shadow: none;
}

.pro-home .owl-carousel-off .owl-nav .disabled i {
    color: #999;
}

.pro-home .text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pro-home .btn-outline-white {
    color: #fff;
    border-color: #fff;
    transition: 0.5s ease-in-out;
}

.pro-home .btn-outline-white:hover {
    color: #f4b19f;
    background-color: #fff;
    border-color: #fff;
}

.offer {
    position: absolute;
    background-color: #000;
    border: 5px double #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
}

.category-new {
    margin-top: 50px;
}

.category-new .cat-1 {
    position: absolute;
    top: 3rem;
    right: 19rem;
}

.category-new .cat-2 {
    position: absolute;
    right: 17rem;
    top: 10rem;
}

.category-new .cat-3 {
    position: absolute;
    right: 16rem;
    top: 15.5rem;
}

.category-new .cat-4 {
    position: absolute;
    right: 19rem;
    top: 21.5rem;
}

.category-new .icon {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.category-new .icon i {
    background: #d68260;
    color: #000;
    padding: 6px;
    border-radius: 50%;
}

.category-new .line {
    width: 150px;
    height: 1px;
    background: #d68260;
}

.category-new p {
    margin-top: 30px !important;
    color: #000;
    font-size: 22px;
    line-height: 1.25;
    transition: 0.5s;
}

.category-new p:hover {
    transform: translateX(-10px);
}

.category-new p span {
    color: #f4b19f;
    font-size: 20px;
}

.banner-parent {
    height: 15rem;
}

.banner-scrollable {
    background: #3f3835;
    transform: rotate(-3deg);
    width: 100vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2.75rem;
    margin: auto;
}

.banner-scrollable li {
    font-size: 26px;
    white-space: nowrap;
}

.banner-scrollable .item-1 {
    width: max-content;
}

.banner-scrollable .item-2 {
    width: max-content;
}

.banner-scrollable-two {
    background: #f4b19f;
    transform: rotate(3deg);
    width: 100vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2.75rem;
    margin: auto;
}

.banner-scrollable-two li {
    font-size: 26px;
    white-space: nowrap;
}

.banner-scrollable-two .item-1 {
    width: max-content;
}

.banner-scrollable-two .item-2 {
    width: max-content;
}

.banner-new-content {
    margin-top: 50px;
}

.cate a {
    transition: 0.5s ease-in-out;
}

.cate a .card {
    background: #fff;
    transition: 0.5s ease-in-out;
}

.cate a h4 {
    color: #000 !important;
    transition: 0.5s ease-in-out;
    font-weight: bolder;
}

.cate a:hover .card {
    background: #f4b19f;
}

.cate a:hover .card h4 {
    color: #fff !important;
}

.newline {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newline hr {
    width: 90%;
    background-color: #f4b19f;
    opacity: 0;
    border: 0.01rem solid #f4b19f;
    height: 0;
}

.newline p {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efe8e8;
    color: #000;
    z-index: 1;
    font-size: 1rem;
}

.newline p a {
    color: #000;
}

.newline .end-25 {
    left: 4%;
}

.newline .start-25 {
    right: 4%;
}

.newline .a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efe8e8;
    left: 4.5%;
    top: 0;
    bottom: 0;
    color: #000;
    z-index: 1000;
}

.start .pros .over::after {
    right: -2%;
}

.end .pros .over::after {
    left: -2%;
}

.pros {
    position: relative;
    padding-bottom: 3rem !important;
}

.pros .over {
    position: absolute;
    border: 1px solid #f4b19f;
    top: 6.8%;
    bottom: 5%;
    left: 5.1%;
    right: 5.1%;
    border-radius: 1rem;
}

.pros .over::after {
    content: "";
    width: 2rem;
    height: 50%;
    position: absolute;
    top: 2px;
    background-color: #efe8e8;
}

.event-perfume .pros .over::after {
    background: #fff;
}

.pros .owl-carousel .owl-nav {
    display: block !important;
    position: unset !important;
}

.pros .owl-carousel .owl-nav .owl-next {
    left: 3.5px;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff;
}

.pros .owl-carousel .owl-nav .owl-prev {
    right: 3.5px;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff;
}

.pros .owl-carousel .owl-nav button {
    position: absolute;
    background: #fff;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

.pros .owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    box-shadow: none;
}

.pros .owl-carousel .owl-nav .disabled i {
    color: #999;
}

.pros .text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pros .btn-outline-white {
    color: #fff;
    border-color: #fff;
    transition: 0.5s ease-in-out;
}

.pros .btn-outline-white:hover {
    color: #f4b19f;
    background-color: #fff;
    border-color: #fff;
}

.owl-dots {
    width: max-content;
    margin: 1rem auto 0;
    display: flex;
    background: #fff;
    border-radius: 1rem;
}

.bag .cartnav {
    left: 0;
    width: 20rem;
    z-index: 1000;
    background-color: #fff;
    display: none;
}

.bag .cartnav .title {
    font-size: 0.8rem;
    text-align: center;
}

.bag .cartnav .price {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bag .cartnav .btn {
    background-color: #f4b19f;
    border: 1px solid #f4b19f;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bag .cartnav .btn i {
    font-size: 0.85rem;
}

.bag .cartnav .btn:hover {
    background-color: transparent;
    color: #f4b19f;
}

.bag .cartnav figure {
    height: 3.5rem;
    margin: 0;
    border: 1px solid #ddd;
}

.bag .cartnav figure .inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.bag .cartnav figure .inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.bag .cartnav:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid #fff;
    border-bottom: 0.75rem solid #fff;
    border-left: 0.75rem solid transparent;
    left: 0.25rem;
    bottom: 100%;
    border-right: 0.75rem solid transparent;
}

.bag:hover .cartnav {
    display: block;
    opacity: 1;
    top: 110%;
    animation: bag 0.4s ease-in-out;
}

@keyframes bag {
    0% {
        opacity: 0;
        top: 55%;
    }

    100% {
        opacity: 1;
        top: 110%;
    }
}

.des-fav p {
    margin: 0.25rem 0 !important;
}

.des-fav .aa {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.mz-lens img {
    display: none !important;
}

.owl-nav .bi {
    font-size: 1.25rem;
}

#timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.number-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.number-list .item {
    width: 60px;
    height: 60px;
    background: #006741;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.unit-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.unit-list .item {
    width: 60px;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #006741;
    font-weight: 500;
}

.timer-end {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #006741;
    font-weight: 700;
}

.dr .over-tool {
    display: none;
    opacity: 0;
    z-index: 1040;
    font-size: 0.7rem;
    width: max-content;
}

.dr:hover .over-tool {
    display: block !important;
    opacity: 1;
    position: absolute;
    top: 100%;
    padding: 0.1rem 0.4rem;
    left: 0;
    background: #000;
    color: #fff;
    border-radius: 0 1rem 1rem 1rem;
    animation: tool 0.5s ease-in-out;
}

.selectors .figure {
    height: 4rem;
    margin: 0;
}

.selectors .figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.selectors .figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.redmoresd .oldmore {
    position: relative;
}

.redmoresd .oldmore::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.order-tab .nav-pills {
    border-bottom: 2px solid #000;
}

.order-tab .nav-pills .nav-link {
    font-size: 0.8rem;
}

.order-tab .nav-pills .nav-link.active,
.order-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}

.order-tab .accordion .accordion-button.collapsed {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.order-tab .accordion .accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, 0.125);
    outline: 0;
    box-shadow: none;
}

.order-tab .accordion .accordion-button:not(.collapsed) {
    color: #f4b19f;
    background-color: #fff;
}

.order-tab .accordion .accordion-collapse {
    border-width: 1px;
}

.table {
    margin: 0;
}

.itemcolors button {
    width: 2rem !important;
    height: 2rem !important;
}

.itemcolors button .bg-color,
.itemcolors button img {
    width: 100% !important;
    height: 100% !important;
}

.itemcolors .notal {
    position: relative;
}

.itemcolors .notal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
}

.itemcolors .notal:hover .al {
    opacity: 1;
    display: block;
}

.itemcolors .notal .al {
    top: 110%;
    right: -1px;
    color: #fff;
    opacity: 0;
    width: max-content;
    border-radius: 10px 0 10px 10px;
    transition: 0.5s ease-in-out;
    font-size: 0.7rem;
    z-index: 1000;
    display: none;
}

main .blog-home .card .h4,
main .blog-home .card h3 {
    font-size: 1rem !important;
    font-weight: bolder;
    margin: 0;
    color: #000 !important;
    height: 3rem;
    display: flex;
    align-items: center;
}

.cate a h2 {
    color: #000 !important;
    transition: 0.5s ease-in-out;
    font-weight: bolder;
    font-size: 16px !important;
}

.cate a h2,
.cate a p {
    color: #000 !important;
    transition: 0.5s ease-in-out;
    font-weight: bolder;
    font-size: 16px !important;
}

.services-home p {
    margin: 0.4rem 0;
    color: #000;
}

.complement .bartitle p,
.related .bartitle p {
    background: #efe8e8;
}

.bartitle p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0.5rem;
}

.card-pro h3,
.card-pro p {
    font-size: 14px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-pro h3 {
    font-size: 0.8rem !important;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-pro h2 {
    font-size: 0.8rem !important;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

menu .topnav form input {
    padding: 0 3rem 0 0 !important;
}

menu .topnav .user a svg {
    width: 1.5rem;
    color: #000;
    transition: 0.5s ease-in-out;
}

menu .topnav .user a:hover svg {
    color: #f4b19f;
}

menu .bottmnav .mega-box .nav-link svg {
    font-size: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

menu .bottmnav .mega-box .nav-pills .nav-link.active svg,
menu .bottmnav .mega-box .nav-pills .show>.nav-link svg {
    opacity: 1;
}

.owl-nav .bi {
    width: 1.25rem;
}

.bi {
    font-display: swap;
}

.product-cat .card .link svg {
    width: 0;
    overflow: hidden;
    font-size: 1.5rem;
}

.product-cat .card .link:hover svg {
    width: 1.5rem;
    animation: link 0.5s ease-in-out;
}

.breadcrumb a i,
.breadcrumb li svg {
    margin-left: 0.3rem;
    width: 0.9rem;
}

.paneluser .side-link svg {
    width: 1.3rem;
}

.blog-home figure {
    height: 13rem;
}

.blog-home figure .imgbox {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.blog-home figure .imgbox img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.product-list .form-check-input:checked {
    background-color: #f4b19f;
    border-color: #f4b19f;
}

.form-switch .form-check-input {
    background-repeat: no-repeat;
}

.filter-top .btn,
.filter-top .form-check {
    padding: 0.4rem;
    font-size: 0.7rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 3rem;
    transition: 0.5s ease-in-out;
}

.brand-details .form-check-input:checked {
    background-color: #f4b19f;
    border-color: #f4b19f;
}

.brand-details .form-check-input {
    height: 1.2rem;
    width: 1.9rem;
}

.card-pro .overlay-top .sp-discount {
    width: 2.75rem !important;
    font-size: 0.75rem !important;
    background: #f4b19f;
    height: 2.75rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
    border-radius: 0.3rem;
    transition: 0.5s ease-in-out;
}

.product-details .card-desktop {
    background: 0 0 !important;
}

.product-details .nav-pills .nav-link {
    font-size: 15px !important;
    white-space: initial;
}

.product-details .price-box h2 del {
    font-size: 1.25rem;
}

.product-details .price-box h2 div {
    text-align: right;
}

.itemcolors button {
    width: 4.5rem !important;
    height: 3rem !important;
}

.product-details .price .colors-s select {
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    color: #000 !important;
    background-color: #f4f4f4 !important;
    border-radius: 8px;
}

.card-pro .price .old {
    color: #636363 !important;
}

.card-pro .prc {
    color: #3f3835 !important;
}

.input-filter {
    appearance: textfield !important;
}

.product-list .sidebar {
    position: sticky;
    top: 6rem;
}

.card-pro:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

main .blog-home .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.related .over::after {
    content: none !important;
}

.related .bartitle {
    z-index: 2;
}

.related .bartitle h2 {
    background: #efe8e8;
}

.complement .over::after {
    content: none !important;
}

.complement .bartitle {
    z-index: 900;
}

.complement .bartitle h2 {
    background: #efe8e8;
}

.limit-items .items li:nth-of-type(n + 6) {
    display: none;
}

.limit-items #show-all:checked~.items li {
    display: list-item;
}

.limit-items #show-all~label[for="show-all"] {
    display: none;
}

.limit-items #show-all:checked~.text-hide {
    display: inline-block;
}

.limit-items #show-all:not(:checked)~.text-show {
    display: inline-block;
}

.limit-items {
    position: relative;
    padding-bottom: 2em;
}

.limit-items #show-all {
    display: none;
}

.limit-items label[for="show-all"] {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 0.5em;
    cursor: pointer;
    text-transform: uppercase;
    color: #f4b19f;
}

.my_list label {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 39px;
    padding-left: 15px;
}

.inner {
    max-height: 80px;
    overflow: hidden;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.my_list label.btn {
    display: inline-block;
    margin: 0;
    padding: 0 0;
    font-weight: bolder;
    border-radius: 3px;
    color: #f4b19f;
}

.my_list label.btn .btn_s {
    display: none;
}

#check_list_1 {
    display: none;
}

#check_list_1:checked+.my_list .inner {
    max-height: 1500px;
}

#check_list_1:checked+.my_list .btn .btn_s {
    display: block;
}

#check_list_1:checked+.my_list .btn .btn_b {
    display: none;
}

.product-details .slogans p img {
    background: 0 0 !important;
}

.product-list .form-check-input {
    background-repeat: no-repeat;
}

.cart .btn-fav {
    top: 2rem;
    left: 5rem;
    position: absolute;
    color: red;
}

.cart .btn-trash {
    top: 2rem !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 179 155 / 26%) !important;
}

.carousel-indicators {
    left: 1.5rem;
    bottom: 1.5rem !important;
    right: unset !important;
    margin: 0 !important;
}

.steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.steps::before {
    content: "";
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ccc;
    z-index: 0;
}

.steps-container {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}

.steps__item {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: green;
    border-radius: 50px;
    margin-left: 130px;
    position: relative;
    font-size: 11px;
}

.steps__item_close {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ccc;
    border-radius: 50px;
    margin-left: 110px;
    position: relative;
    font-size: 11px;
}

.steps__item--active {
    background-color: green;
}

.steps__item--active~.steps__item {
    background-color: #ccc;
}

.steps__item--active.cancel {
    background: #d70202 !important;
}

.steps__item--active:before {
    left: 100%;
    position: absolute;
    background-color: green;
    content: "";
    width: 1000px;
    height: 4px;
    z-index: 1;
}

.steps__item:last-child {
    margin-left: 0;
}

.steps__item_close:last-child {
    margin-left: 0;
}

.text-center {
    text-align: center;
}

.z7 {
    z-index: 7;
}

.z6 {
    z-index: 6;
}

.z5 {
    z-index: 5;
}

.z4 {
    z-index: 4;
}

.z3 {
    z-index: 3;
}

.z2 {
    z-index: 2;
}

.z1 {
    z-index: 1;
}

.product-details .nav-pills .nav-link {
    color: #000 !important;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .discount-section .timer .timer-card {
        width: 2.5rem;
        font-size: 14px;
    }

    .discount-section .timer .card-footer {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .whatsapp-fix {
        bottom: 5rem !important;
    }

    .tags .desc img {
        width: 80% !important;
        margin: 1rem 10%;
    }

    .new-menu-ak .search {
        width: 640px;
    }

    .h1-first {
        font-size: 34px;
    }

    .description img {
        width: 65% !important;
        height: auto !important;
        display: flex;
        margin: auto;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {

    .blog-home .side-blog {
        padding: 30px 20px !important;
    }

    .discount-section .timer .timer-card {
        width: 2.25rem;
        font-size: 14px;
    }

    .discount-section .timer .card-footer {
        font-size: 12px;
    }

    .new-menu-ak .search {
        width: 500px;
    }

    .new-cart .products .count {
        width: 5.5rem !important;
    }

    .new-cart .products .count select {
        height: 2rem;
        background-position: right 0.65rem !important;
    }

    .whatsapp-fix {
        bottom: 5rem !important;
    }

    .tags .desc img {
        width: 80% !important;
        margin: 1rem 10%;
    }

    .steps__item {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: green;
        border-radius: 50px;
        margin-left: 70px;
        position: relative;
        font-size: 10px;
    }

    .steps__item_close {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ccc;
        border-radius: 50px;
        margin-left: 60px;
        position: relative;
        font-size: 10px;
    }

    .banner-parent {
        margin-top: 30px;
        height: 10rem !important;
    }

    z .banner-scrollable li {
        font-size: 24px !important;
    }

    .banner-scrollable-two li {
        font-size: 24px !important;
    }

    .banner-scrollable {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(-4deg) !important;
    }

    .banner-scrollable-two {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(4deg) !important;
    }

    .banner-scrollable,
    .banner-scrollable-two {
        height: 2rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .category-new p {
        font-size: 20px;
        margin-top: 30px !important;
    }

    .discount-section .timer .timer-card {
        width: 2.25rem;
        font-size: 14px;
    }

    .discount-section .timer .card-footer {
        font-size: 12px;
    }

    .new-menu-ak .search {
        width: 400px;
    }

    .new-menu-ak .logo-new {
        width: 100%;
    }

    .new-menu-ak .left-box li {
        margin-right: 12px !important;
    }

    .new-menu-ak .left-box li.support {
        margin-left: 16px !important;
    }

    .product.product-list .detail-description img {
        width: 70%;
        height: auto;
        margin: auto;
    }

    .overflow-xl-hidden {
        overflow: hidden;
    }

    .product-label {
        z-index: 12;
        position: absolute;
        left: -35px;
        top: 35px;
        transform: rotate(-45deg);
        font-size: 14px;
        width: 11rem;
        justify-content: center;
    }

    .new-cart .products .count {
        width: 5.5rem !important;
    }

    .new-cart .products .count select {
        height: 2rem;
        background-position: right 0.65rem !important;
    }

    .whatsapp-fix {
        bottom: 5rem !important;
    }

    .tags .desc img {
        width: 90% !important;
        margin: 1rem 5%;
    }

    .steps__item {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: green;
        border-radius: 50px;
        margin-left: 70px;
        position: relative;
        font-size: 10px;
    }

    .steps__item_close {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ccc;
        border-radius: 50px;
        margin-left: 50px;
        position: relative;
        font-size: 10px;
    }

    .banner-parent {
        margin-top: 30px;
        height: 10rem !important;
    }

    .banner-scrollable li {
        font-size: 22px !important;
    }

    .banner-scrollable-two li {
        font-size: 22px !important;
    }

    .banner-scrollable {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(-4deg) !important;
    }

    .banner-scrollable-two {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(4deg) !important;
    }

    .banner-scrollable,
    .banner-scrollable-two {
        height: 2rem !important;
    }

    .table-helper img {
        width: 50px !important;
        margin: unset !important;
        margin-right: auto !important;
    }

    .description img {
        width: 65% !important;
        height: auto !important;
        display: flex;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .blog-home .side-blog {
        padding: 30px 10px !important;
    }

    .blog-home figure {
        height: 10rem;
    }

    .discount-section .timer .timer-card {
        width: 2.75rem;
        font-size: 14px;
    }

    .discount-section .timer .card-footer {
        font-size: 12px;
    }

    .new-menu-ak .logo-new {
        width: 100%;
    }

    .new-menu-ak .left-box li {
        margin-right: 12px !important;
    }

    .new-menu-ak .left-box li.support {
        margin-left: 16px !important;
    }

    .overflow-xl-hidden {
        overflow: hidden;
    }

    .product-label {
        z-index: 12;
        position: absolute;
        left: -35px;
        top: 35px;
        transform: rotate(-45deg);
        font-size: 14px;
        width: 11rem;
        justify-content: center;
    }

    .new-cart .products .count {
        width: 5rem !important;
    }

    .new-cart .products .count select {
        height: 2rem;
        background-position: right 0.65rem !important;
    }

    .whatsapp-fix {
        bottom: 5rem !important;
    }

    .tags .desc img {
        width: 100% !important;
        margin: 1rem 0;
    }

    .steps__item {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: green;
        border-radius: 50px;
        margin-left: 40px;
        position: relative;
        font-size: 10px;
    }

    .steps__item_close {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ccc;
        border-radius: 50px;
        margin-left: 15px;
        position: relative;
        font-size: 10px;
    }

    .banner-parent {
        margin-top: 40px;
        height: 10rem !important;
    }

    .banner-scrollable li {
        font-size: 22px !important;
    }

    .banner-scrollable-two li {
        font-size: 22px !important;
    }

    .banner-scrollable {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(-4deg) !important;
    }

    .banner-scrollable-two {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(4deg) !important;
    }

    .banner-scrollable,
    .banner-scrollable-two {
        height: 2rem !important;
    }

    .description img {
        width: 85% !important;
    }

    .table-helper {
        display: block !important;
    }
}

@media (max-width: 768px) {

    footer .bg-inner {
        padding-bottom: 5rem;
    }

    .newest-products .title::before {
        height: 6px !important;
        bottom: -1.1rem !important;
    }

    .newest-products .title::after {
        height: 3px !important;
    }

    .support-section {
        margin-top: 30px !important;
    }

    .support-section img {
        background-position: bottom right !important;
    }

    .discount-section .timer .timer-card {
        width: 3rem;
        font-size: 14px;
    }

    .discount-section .timer .card-footer {
        font-size: 12px;
    }

    .owl-carousel-header .owl-nav {
        display: none !important;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .rate {
        height: 46px;
        padding: 0 10px;
        position: relative;
    }

    .rate:not(:checked)>input {
        position: absolute;
        width: 2.5rem;
        height: 3rem;
        opacity: 0;
        direction: rtl;
    }

    .rate:not(:checked)>label {
        white-space: nowrap;
        font-size: 30px;
        color: #ccc;
        direction: ltr;
    }

    .rate:not(:checked)>label:before {
        content: "★ ";
    }

    .rate>input:checked~label {
        color: #ffc700;
    }

    .rate:not(:checked)>label:hover,
    .rate:not(:checked)>label:hover~label {
        color: #deb217;
    }

    .rate>input:checked+label:hover,
    .rate>input:checked+label:hover~label,
    .rate>input:checked~label:hover,
    .rate>input:checked~label:hover~label,
    .rate>label:hover~input:checked~label {
        color: #c59b08;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .consulting-home .right img {
        width: 100px;
    }

    .consulting-home .right {
        padding: 30px 80px;
    }

    .blog-home .side-blog {
        padding: 30px 10px !important;
    }

    .blog-home figure {
        height: 10rem;
    }

    .event-slider .new-header .header-cart {
        padding-bottom: 8rem;
    }

    .event-slider .new-header .header-cart .title-event {
        margin-bottom: 0 !important;
        box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.1);
    }

    .overflow-xl-hidden {
        overflow: hidden;
    }

    .product-label {
        z-index: 12;
        position: absolute;
        left: -35px;
        top: 35px;
        transform: rotate(-45deg);
        font-size: 14px;
        width: 11rem;
        justify-content: center;
    }

    .new-cart .cart-price {
        position: fixed !important;
        top: unset !important;
        bottom: 4rem !important;
        left: 0;
        right: 0;
        border-radius: 0 !important;
        z-index: 4;
        box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .new-cart .cart-price .btn-collapse.collapsed .price {
        border: 0 !important;
    }

    .new-cart .cart-price .btn-collapse .icon {
        background: #e4e4e4;
        color: #595959;
    }

    .new-cart .cart-price .btn-collapse.collapsed .icon i {
        transform: rotate(180deg);
    }

    .new-cart .cart-price .card-body {
        margin-right: 28px;
        margin-top: 0.5rem;
    }

    .new-cart .products .cart-pro .percent {
        font-size: 12px !important;
        width: 30px !important;
        height: 26px !important;
    }

    .product-text-scroll img {
        width: 90% !important;
        height: auto !important;
    }

    .tags .desc img {
        width: 100% !important;
        margin: 1rem 0;
    }

    .steps__item {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: green;
        border-radius: 50px;
        margin-left: 60px;
        position: relative;
        font-size: 10px;
    }

    .steps__item_close {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ccc;
        border-radius: 50px;
        margin-left: 30px;
        position: relative;
        font-size: 10px;
    }

    .product-details .btnmore img {
        width: 100% !important;
        height: auto !important;
    }

    .banner-parent {
        margin-top: 40px;
        height: 10rem !important;
    }

    .banner-scrollable li {
        font-size: 18px !important;
    }

    .banner-scrollable-two li {
        font-size: 18px !important;
    }

    .banner-scrollable {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(-4deg) !important;
    }

    .banner-scrollable-two {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(4deg) !important;
    }

    .banner-scrollable,
    .banner-scrollable-two {
        height: 1.75rem !important;
    }

    .description img {
        width: 100% !important;
        height: auto !important;
    }

    .table-helper img {
        width: 50px !important;
        margin: unset !important;
        margin-right: auto !important;
    }
}

@media (max-width: 576px) {
    .consulting-home .right {
        padding: 20px 20px;
        position: relative;
        font-size: 22px;
    }

    .consulting-home .right img {
        width: 60px;
        bottom: -2rem;
        right: 0;
    }

    .blog-home {
        margin-top: 70px;
    }

    .blog-home .side-blog {
        padding: 10px 20px !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between !important;
        border-radius: 20px 20px 20px 40px !important;
    }

    .blog-home .side-blog p {
        width: 6rem;
        font-size: 20px;
        margin: 0;
    }

    .banner-parent {
        margin-top: 30px;
        height: 6rem !important;
    }

    .banner-scrollable li {
        font-size: 14px !important;
    }

    .banner-scrollable-two li {
        font-size: 14px !important;
    }

    .banner-scrollable {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(-6deg) !important;
    }

    .banner-scrollable-two {
        right: -20px;
        left: -20px;
        width: 120vw;
        transform: rotate(6deg) !important;
    }

    .banner-scrollable,
    .banner-scrollable-two {
        height: 1.75rem !important;
    }

    .category-new .line {
        width: 90px;
    }

    .category-new p {
        font-size: 20px;
        margin-top: 22px !important;
    }

    .category-new span {
        font-size: 16px !important;
    }

    .discount-section .back-discount {
        padding: 10px 20px !important;
        height: 260px !important;
    }

    .discount-section .tabs {
        padding: 0 !important;
    }

    .discount-section .back-discount.news-back {
        padding: 10px 20px !important;
    }

    .discount-section .side-discount p {
        font-size: 16px;
        width: 4rem;
    }

    .discount-section .news-back .side-discount p {
        width: 6rem;
    }

    .discount-section .side-discount a {
        font-size: 14px;
    }

    .discount-section .side-discount img {
        width: 30px !important;
        margin-left: 10px;
        position: unset !important;
    }

    .card-pro h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .cat-carousel-card .title {
        height: unset !important;
        line-height: unset !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: vertical;
        font-size: 10px !important;
    }

    .header-cart .link {
        padding: 6px 14px 4px 14px !important;
        font-size: 14px !important;
    }

    .header-cart .title {
        font-size: 24px !important;
    }

    .event-countdown .timer .timer-card {
        width: 3.75rem !important;
    }

    .event-slider .new-header .header-cart {
        padding-bottom: 8rem;
    }

    .event-slider .new-header .header-cart .title-event {
        margin-bottom: 0 !important;
        box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.1);
    }

    .linestep .titlestep {
        font-size: 11px !important;
    }

    .overflow-xl-hidden {
        overflow: hidden;
    }

    .product-label {
        z-index: 12;
        position: absolute;
        left: -50px;
        top: 20px;
        transform: rotate(-45deg);
        font-size: 12px;
        width: 11rem;
        justify-content: center;
    }

    .new-cart .products .count {
        width: 5rem !important;
    }

    .new-cart .products .count select {
        height: 2rem;
        background-position: right 0.65rem !important;
    }

    .new-cart .products .cart-pro {
        font-size: 12px !important;
        padding: 0.5rem 0.25rem !important;
    }

    .new-cart .club .body {
        padding: 0 !important;
    }

    .new-cart .club .body .club-pro {
        font-size: 14px !important;
    }

    .new-cart .club .body .club-pro .btn-club-pro {
        font-size: 14px;
    }

    .new-cart .steps-new li {
        margin-right: 30px !important;
        margin-left: 30px !important;
        font-size: 12px;
    }

    .new-cart .steps-new li:first-child {
        margin-right: 0 !important;
    }

    .new-cart .steps-new li:last-child {
        margin-left: 0 !important;
    }

    .new-cart .steps-new li::before {
        left: -35px !important;
        bottom: 18px !important;
    }

    .new-cart .steps-new li::after {
        right: -35px !important;
        bottom: 18px !important;
    }

    .new-cart .cart-price {
        position: fixed !important;
        top: unset !important;
        bottom: 4rem !important;
        left: 0;
        right: 0;
        border-radius: 0 !important;
        z-index: 4;
        box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .new-cart .cart-price .btn-collapse.collapsed .price {
        border: 0 !important;
    }

    .new-cart .cart-price .btn-collapse .icon {
        background: #e4e4e4;
        color: #595959;
    }

    .new-cart .cart-price .btn-collapse.collapsed .icon i {
        transform: rotate(180deg);
    }

    .new-cart .cart-price .card-body {
        margin-right: 28px;
        margin-top: 0.5rem;
    }

    .new-cart .products .cart-pro .percent {
        font-size: 12px !important;
        width: 30px !important;
        height: 26px !important;
    }

    .suggest-input {
        border: 0;
        border-radius: 10px;
    }

    .suggest-input:focus {
        border-color: #000 !important;
        box-shadow: none !important;
    }

    .wiz h1 {
        font-size: 20px !important;
        padding: 10px 10px 7px !important;
    }

    .h1-first {
        font-size: 22px !important;
    }

    .timer .timer-card {
        width: 2.75rem !important;
        font-size: 14px;
    }

    .product-text-scroll img {
        width: 100% !important;
        height: auto !important;
    }

    .product-text-scroll {
        height: unset !important;
        overflow-y: unset !important;
    }

    .whatsapp-fix {
        bottom: 9rem !important;
    }

    .disc {
        background-attachment: unset !important;
    }

    .searche input {
        padding: 0.5rem 2rem 0.75rem 0.5rem !important;
    }

    .breadcrumb {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

    .card-mobile .breadcrumb a,
    .card-mobile .breadcrumb li {
        white-space: nowrap;
    }

    .services-home .slogan {
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tags .desc img {
        width: 100% !important;
        margin: 1rem 0;
        height: unset !important;
    }

    .prod {
        background: 0 0 !important;
    }

    .steps__item {
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: green;
        border-radius: 50px;
        margin-left: 18px;
        position: relative;
        font-size: 9px;
    }

    .steps__item_close {
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #ccc;
        border-radius: 50px;
        margin-left: 7px;
        position: relative;
        font-size: 9px;
    }

    .product-details .btnmore img {
        width: 100% !important;
        height: auto !important;
    }

    .product-details iframe {
        height: 100% !important;
    }

    .product-details .other-xs table th {
        width: 9rem !important;
    }

    .pricefix .btn {
        font-size: 12px !important;
    }

    .description img {
        width: 100% !important;
        height: auto !important;
    }

    .table-helper img {
        width: 50px !important;
        margin: unset !important;
        margin-right: auto !important;
    }
}

footer .bottom .h4 {
    font-size: 1rem;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whatsapp-fix {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #4ccb5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px 0 #0000001a;
    z-index: 2;
}

.whatsapp-fix svg:hover {
    color: #fff !important;
}

[v-cloak] {
    opacity: 1;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.stc {
    position: sticky;
    top: 4.5rem;
}

.quiz-list .card {
    border-radius: 0.5rem;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    border: 1.25px solid #eee;
    height: 100%;
}

.quiz-list .card img {
    transform: scale(100%);
    transition: 0.4s ease-in-out;
}

.quiz-list .card .title {
    font-size: 0.9rem;
}

.quiz-list .card .caption {
    font-size: 0.75rem;
    transition: 0.4s ease-in-out;
}

.quiz-list .card .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 0.75);
}

.quiz-list .card .over .btn {
    background-color: #f4b19f;
    border: 1px solid #f4b19f;
    color: #fff;
}

.quiz-list .card:hover {
    border: 1.25px solid #f4b19f;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.quiz-list .card:hover img {
    transform: scale(105%);
}

.quiz-list .card:hover .caption {
    color: #f4b19f !important;
}

.quiz-list .card:hover .over {
    opacity: 1;
}

.quiz .sticky {
    top: 0.25rem;
}

.quiz .wiz .card-title {
    position: relative;
}

.quiz .wiz .card-title .over-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz .wiz .card-title .over-title h1 {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 10px;
    border-radius: 10px;
}

.quiz .wizard-body {
    min-height: 10rem;
}

.quiz .wiz .chec .checkitem {
    display: block;
    position: relative;
    padding: 14px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.quiz .wiz .chec .checkitem img {
    opacity: 1;
}

.quiz .wiz .chec .checkitem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.quiz .wiz .chec .checkitem input:checked~.checkitem {
    border: 1px solid #f4b19f;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.quiz .wiz .chec .checkitem input:checked~.checkmark img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(91%) saturate(2624%) hue-rotate(294deg) brightness(102%) contrast(91%);
}

.quiz .wiz .chec .checkitem input:checked~.checkmark p {
    color: #f4b19f;
}

.quiz .wiz .chec .checkitem input:checked~.checkmark:after {
    display: block;
}

.quiz .wiz .chec .checkitem .checkmark {
    background-color: transparent;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz .wiz .chec .checkitem .checkmark-inn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.quiz .wiz .chec .checkitem .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: 0 0;
}

.quiz .wiz .chec .checkitem:hover input~.checkitem {
    border: 1px solid #f4b19f;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(250, 250, 250, 0.5);
}

.quiz .toolbar-wiz .disabled {
    display: none !important;
}

.MagicZoom,
.mz-button,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage>figure .mz-caption,
.mz-expand-controls,
.mz-expand-thumbnails,
.mz-figure,
.mz-hint,
.mz-lens,
.mz-loading,
.mz-thumb img,
.mz-zoom-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

.MagicZoom>img,
.mz-figure>img {
    width: 100%;
    height: auto;
}

.ie8-magic .MagicZoom>img,
.ie8-magic .mz-figure>img {
    width: 100%;
    max-width: none !important;
}

.mz-expand .mz-figure.mz-no-zoom,
.mz-figure.mz-no-zoom.mz-no-expand {
    cursor: default !important;
}

.mz-expand,
.mz-figure.mz-active {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-lens img {
    -webkit-transition: none !important;
    transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    -webkit-mask-clip: content;
    cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage>figure .mz-caption {
    display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand>.mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}

.mz-expanded-view-open body {
    height: auto !important;
}

.mz-figure.mz-active,
.mz-figure.mz-click-zoom,
.mz-figure.mz-no-zoom {
    cursor: pointer;
    cursor: none;
    cursor: none;
    cursor: none;
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active>img {
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active>img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active>img {
    opacity: 1;
}

.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>img,
.mz-figure.mz-active.mz-inner-zoom {
    opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>.mz-zoom-window {
    opacity: 1;
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: 0 0;
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
    background: 0 0;
    z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded>.mz-caption {
    display: none;
}

.mz-zoom-window.mz-activating,
.mz-zoom-window.mz-deactivating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),
        -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),
        transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-bottom,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-top {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}

.mz-zoom-window>img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-activating>img,
.mz-zoom-window.mz-p-inner.mz-deactivating>img {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.mz-zoom-window.mz-custom.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-preview.mz-deactivating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-preview.mz-deactivating {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-custom,
.mz-zoom-window.mz-p-preview {
    opacity: 0;
}

.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana,
        "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
    transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: 0.7em 1.1em;
}

.mz-hint-message:before {
    content: "\02295";
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
    padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
    display: none;
}

.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mz-loading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    box-sizing: border-box;
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading 0.9s infinite linear;
    animation: spin-loading 0.9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: 0.7em 1.1em;
    width: auto;
    height: auto;
}

.lt-ie10-magic .mz-loading:after {
    content: "Loading...";
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: 0 0 !important;
}

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg {
    width: auto !important;
    height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>svg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
    transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
    perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mz-expand .mz-expand-bg>img {
    margin: auto;
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-bg>svg {
    margin: auto;
    opacity: 0.6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg,
[data-magic-ua="edge"] .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

[data-magic-ua="edge"] .mz-expand {
    background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
    background-color: #fff;
}

.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage:before,
.mz-expand .mz-image-stage>figure:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}

.mz-expand .mz-image-stage>figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}

.mz-expand .mz-figure>img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage>figure,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: none;
    cursor: none;
    cursor: none;
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage>figure>figure>img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
}

.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0 0 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em "Lucida Grande", "Lucida Sans Unicode", Verdana,
        "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: 0 0;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0;
    right: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}

.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 magictoolbox-thin !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 40px !important;
    height: 40px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}

button.mz-button.mz-button-next,
button.mz-button.mz-button-prev {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

.mz-expand button.mz-button.mz-button-next,
.mz-expand button.mz-button.mz-button-prev {
    display: block !important;
}

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, 0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s !important;
    transition: color 0.25s, border-color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
    color: #b4b4b4 !important;
    border-color: rgba(180, 180, 180, 0.6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform 0.1s !important;
    transition: transform 0.1s !important;
}

.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, 0.6) !important;
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
    content: "";
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
}

button.mz-button.mz-button-prev:before {
    content: "";
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
}

button.mz-button.mz-button-next:before {
    content: "";
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
}

@media screen and (max-device-width: 767px) {

    button.mz-button-next,
    button.mz-button-prev {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49, 51, 61, 0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
}

.mz-thumb,
.mz-thumb:focus,
a[data-zoom-id] {
    display: inline-block;
    line-height: 0;
    outline: 0;
}

.mz-thumb img,
a[data-zoom-id] img {
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .mz-thumb:hover {
    background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: 0.75;
}

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: 0.6;
}

.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}

.product-text-scroll div h3 {
    text-align: right !important;
}

.mz-expand-thumbnails .magic-thumb>img {
    cursor: pointer;
    height: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected)>img:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: 0.7;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: 0.5;
}

.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-button,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs li,
.magic-thumbs li img,
.magic-thumbs li:after,
.magic-thumbs li:before,
.magic-thumbs ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

.magic-thumbs ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li>img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li>img {
    max-width: none !important;
    max-height: none !important;
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 30px 0;
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}

.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li>img {
    max-width: 100% !important;
    max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li>img {
    width: 100%;
}

.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 magictoolbox-thin !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, 0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color 0.25s, -webkit-transform 0.25s !important;
    transition: color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: #b4b4b4 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
}

.cfg-btn {
    background-color: #37b572;
    color: #fff;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    outline: 0;
    cursor: pointer;
    width: 200px;
    padding: 10px;
    font-size: 1em;
    position: relative;
    display: inline-block;
    margin: 10px auto;
}

.cfg-btn:hover:not([disabled]) {
    background-color: #25d778;
}

.mobile-magic .cfg-btn:hover:not([disabled]) {
    background: #37b572;
}

.cfg-btn[disabled] {
    opacity: 0.5;
    color: grey;
    background: #ddd;
}

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
    font-size: 1em;
    position: relative;
    display: block;
    margin: 10px auto;
}

.api-controls,
.app-figure,
.cfg-btn,
.preview,
.wizard-settings,
.wizard-settings .footer,
.wizard-settings .inner,
.wizard-settings input,
.wizard-settings select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px;
}

.preview {
    position: relative;
}

.api-controls {
    text-align: center;
}

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
    width: 80px;
    font-size: 0.7em;
    white-space: nowrap;
}

.app-figure {
    width: 100% !important;
    margin: 0 auto;
    border: 0 solid red;
    padding: 10px;
    position: relative;
    text-align: center;
}

.selectors {
    margin-top: 10px;
}

.app-code-sample {
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
}

.app-code-sample input[type="radio"] {
    display: none;
}

.app-code-sample label {
    display: inline-block;
    padding: 2px 12px;
    margin: 0;
    font-size: 0.8em;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    border: 1px solid rgba(136, 136, 136, 0.5);
    background-color: transparent;
}

.app-code-sample label:hover {
    color: #fff;
    background-color: #fd9a1e;
    border-color: #fd9a1e;
}

.app-code-sample input[type="radio"]:checked+label {
    color: #fff;
    background-color: #6e6e6e !important;
    border-color: rgba(110, 110, 110, 0.7) !important;
}

.app-code-sample label:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right-color: transparent;
}

.app-code-sample label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}

.app-code-sample .app-code-holder {
    padding: 0;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fafafa;
    margin: 15px 0;
}

.app-code-sample .app-code-holder>div {
    display: none;
}

.app-code-sample .app-code-holder pre {
    text-align: left;
    white-space: pre-line;
    border: 0 solid #eee;
    border-radius: 0;
    background-color: transparent;
    padding: 25px 50px 25px 25px;
    margin: 0;
    min-height: 25px;
}

.app-code-sample input[type="radio"]:nth-of-type(1):checked~.app-code-holder>div:nth-of-type(1) {
    display: block;
}

.app-code-sample input[type="radio"]:nth-of-type(2):checked~.app-code-holder>div:nth-of-type(2) {
    display: block;
}

.app-code-sample .app-code-holder .cfg-btn-copy {
    display: none;
    z-index: -1;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    font-size: 0.65em;
    white-space: nowrap;
    margin: 0;
    padding: 4px;
}

.copy-msg {
    font: normal 11px/1.2em "Helvetica Neue", Helvetica, "Lucida Grande",
        "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #2a4d14;
    border: 1px solid #2a4d14;
    border-radius: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 200px;
    max-width: 70%;
    padding: 4px;
    margin: 0 auto;
    text-align: center;
}

.copy-msg-failed {
    color: #b80c09;
    border-color: #b80c09;
    width: 430px;
}

.mobile-magic .app-code-sample .cfg-btn-copy {
    display: none;
}

#code-to-copy {
    position: absolute;
    width: 0;
    height: 0;
    top: -10000px;
}

.lt-ie9-magic .app-code-sample {
    display: none;
}

.wizard-settings {
    background-color: #4f4f4f;
    color: #a5a5a5;
    position: absolute;
    right: 0;
    width: 340px;
}

.wizard-settings .inner {
    width: 100%;
    margin-bottom: 30px;
}

.wizard-settings .footer {
    color: #c7d59f;
    font-size: 0.75em;
    width: 100%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
}

.wizard-settings .footer a {
    color: inherit;
    text-decoration: none;
}

.wizard-settings .footer a:hover {
    text-decoration: underline;
}

.wizard-settings a {
    color: #c93;
}

.wizard-settings a:hover {
    color: #dfb363;
}

.wizard-settings table>tbody>tr>td {
    vertical-align: top;
}

.wizard-settings table {
    min-width: 300px;
    max-width: 100%;
    font-size: 0.8em;
    margin: 0 auto;
}

.wizard-settings table caption {
    font-size: 1.5em;
    padding: 16px 8px;
}

.wizard-settings table td {
    padding: 4px 8px;
}

.wizard-settings table td:first-child {
    white-space: nowrap;
}

.wizard-settings table td:nth-child(2) {
    text-align: left;
}

.wizard-settings table td .values {
    color: #a08794;
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    max-width: 126px;
}

.wizard-settings table td .values:before {
    content: "";
    display: block;
}

.wizard-settings input,
.wizard-settings select {
    width: 126px;
}

.wizard-settings input {
    padding: 0 4px;
}

.wizard-settings input[disabled] {
    color: grey;
    background: #a7a7a7;
    border: 1px solid #a7a7a7;
}

.preview {
    width: 70%;
    float: left;
}

@media (min-width: 0px) {
    .preview {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1024px) {
    .preview {
        width: calc(100% - 340px);
    }

    .wizard-settings {
        top: 0;
        min-height: 100%;
    }

    .wizard-settings .inner {
        margin-top: 60px;
    }

    .wizard-settings .footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wizard-settings .settings-controls {
        position: fixed;
        top: 0;
        right: 0;
        width: 340px;
        padding: 10px 0 0;
        text-align: center;
        background-color: inherit;
    }
}

@media screen and (max-width: 1024px) {

    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
        width: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .app-figure {
        width: 100% !important;
        margin: 50px auto;
        padding: 0;
    }

    .app-code-sample {
        display: none;
    }

    .wizard-settings {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .api-controls .sep {
        content: "";
        display: table;
    }
}

@media screen and (min-width: 1600px) {
    .preview {
        padding: 10px 160px;
    }
}

.cfg-btn {
    background-color: #37b572;
    color: #fff;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    outline: 0;
    cursor: pointer;
    width: 200px;
    padding: 10px;
    font-size: 1em;
    position: relative;
    display: inline-block;
    margin: 10px auto;
}

.cfg-btn:hover:not([disabled]) {
    background-color: #25d778;
}

.mobile-magic .cfg-btn:hover:not([disabled]) {
    background: #37b572;
}

.cfg-btn[disabled] {
    opacity: 0.5;
    color: grey;
    background: #ddd;
}

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
    font-size: 1em;
    position: relative;
    display: block;
    margin: 10px auto;
}

.api-controls,
.app-figure,
.cfg-btn,
.preview,
.wizard-settings,
.wizard-settings .footer,
.wizard-settings .inner,
.wizard-settings input,
.wizard-settings select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px;
}

.preview {
    position: relative;
}

.api-controls {
    text-align: center;
}

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
    width: 80px;
    font-size: 0.7em;
    white-space: nowrap;
}

.app-figure {
    width: 100% !important;
    margin: 0 auto;
    border: 0 solid red;
    padding: 0;
    position: relative;
    text-align: center;
}

.selectors {
    margin-top: 10px;
}

.app-code-sample {
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
}

.app-code-sample input[type="radio"] {
    display: none;
}

.app-code-sample label {
    display: inline-block;
    padding: 2px 12px;
    margin: 0;
    font-size: 0.8em;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    border: 1px solid rgba(136, 136, 136, 0.5);
    background-color: transparent;
}

.app-code-sample label:hover {
    color: #fff;
    background-color: #fd9a1e;
    border-color: #fd9a1e;
}

.app-code-sample input[type="radio"]:checked+label {
    color: #fff;
    background-color: #6e6e6e !important;
    border-color: rgba(110, 110, 110, 0.7) !important;
}

.app-code-sample label:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right-color: transparent;
}

.app-code-sample label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}

.app-code-sample .app-code-holder {
    padding: 0;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fafafa;
    margin: 15px 0;
}

.app-code-sample .app-code-holder>div {
    display: none;
}

.app-code-sample .app-code-holder pre {
    text-align: left;
    white-space: pre-line;
    border: 0 solid #eee;
    border-radius: 0;
    background-color: transparent;
    padding: 25px 50px 25px 25px;
    margin: 0;
    min-height: 25px;
}

.app-code-sample input[type="radio"]:nth-of-type(1):checked~.app-code-holder>div:nth-of-type(1) {
    display: block;
}

.app-code-sample input[type="radio"]:nth-of-type(2):checked~.app-code-holder>div:nth-of-type(2) {
    display: block;
}

.app-code-sample .app-code-holder .cfg-btn-copy {
    display: none;
    z-index: -1;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    font-size: 0.65em;
    white-space: nowrap;
    margin: 0;
    padding: 4px;
}

.copy-msg {
    font: normal 11px/1.2em "Helvetica Neue", Helvetica, "Lucida Grande",
        "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #2a4d14;
    border: 1px solid #2a4d14;
    border-radius: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 200px;
    max-width: 70%;
    padding: 4px;
    margin: 0 auto;
    text-align: center;
}

.copy-msg-failed {
    color: #b80c09;
    border-color: #b80c09;
    width: 430px;
}

.mobile-magic .app-code-sample .cfg-btn-copy {
    display: none;
}

#code-to-copy {
    position: absolute;
    width: 0;
    height: 0;
    top: -10000px;
}

.lt-ie9-magic .app-code-sample {
    display: none;
}

.wizard-settings {
    background-color: #4f4f4f;
    color: #a5a5a5;
    position: absolute;
    right: 0;
    width: 340px;
}

.wizard-settings .inner {
    width: 100%;
    margin-bottom: 30px;
}

.wizard-settings .footer {
    color: #c7d59f;
    font-size: 0.75em;
    width: 100%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    padding: 6px;
    margin-top: 10px;
}

.wizard-settings .footer a {
    color: inherit;
    text-decoration: none;
}

.wizard-settings .footer a:hover {
    text-decoration: underline;
}

.wizard-settings a {
    color: #c93;
}

.wizard-settings a:hover {
    color: #dfb363;
}

.wizard-settings table>tbody>tr>td {
    vertical-align: top;
}

.wizard-settings table {
    min-width: 300px;
    max-width: 100%;
    font-size: 0.8em;
    margin: 0 auto;
}

.wizard-settings table caption {
    font-size: 1.5em;
    padding: 16px 8px;
}

.wizard-settings table td {
    padding: 4px 8px;
}

.wizard-settings table td:first-child {
    white-space: nowrap;
}

.wizard-settings table td:nth-child(2) {
    text-align: left;
}

.wizard-settings table td .values {
    color: #a08794;
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    max-width: 126px;
}

.wizard-settings table td .values:before {
    content: "";
    display: block;
}

.wizard-settings input,
.wizard-settings select {
    width: 126px;
}

.wizard-settings input {
    padding: 0 4px;
}

.wizard-settings input[disabled] {
    color: grey;
    background: #a7a7a7;
    border: 1px solid #a7a7a7;
}

.preview {
    width: 70%;
    float: left;
}

@media (min-width: 0px) {
    .preview {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1024px) {
    .preview {
        width: calc(100% - 340px);
    }

    .wizard-settings {
        top: 0;
        min-height: 100%;
    }

    .wizard-settings .inner {
        margin-top: 60px;
    }

    .wizard-settings .footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wizard-settings .settings-controls {
        position: fixed;
        top: 0;
        right: 0;
        width: 340px;
        padding: 10px 0 0;
        text-align: center;
        background-color: inherit;
    }
}

@media screen and (max-width: 1024px) {

    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
        width: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .app-figure {
        width: 100% !important;
        margin: 50px auto;
        padding: 0;
    }

    .app-code-sample {
        display: none;
    }

    .wizard-settings {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .api-controls .sep {
        content: "";
        display: table;
    }
}

@media screen and (min-width: 1600px) {
    .preview {
        padding: 10px 160px;
    }
}

.pln {
    color: #000;
}

@media screen {
    .str {
        color: #080;
    }

    .kwd {
        color: #008;
    }

    .com {
        color: #800;
    }

    .typ {
        color: #606;
    }

    .lit {
        color: #066;
    }

    .clo,
    .opn,
    .pun {
        color: #660;
    }

    .tag {
        color: #008;
    }

    .atn {
        color: #606;
    }

    .atv {
        color: #080;
    }

    .dec,
    .var {
        color: #606;
    }

    .fun {
        color: red;
    }
}

@media print,
projection {
    .str {
        color: #060;
    }

    .kwd {
        color: #006;
        font-weight: 700;
    }

    .com {
        color: #600;
        font-style: italic;
    }

    .typ {
        color: #404;
        font-weight: 700;
    }

    .lit {
        color: #044;
    }

    .clo,
    .opn,
    .pun {
        color: #440;
    }

    .tag {
        color: #006;
        font-weight: 700;
    }

    .atn {
        color: #404;
    }

    .atv {
        color: #060;
    }
}

pre.prettyprint {
    padding: 2px;
    border: 1px solid #888;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eee;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    text-decoration: none;
}

.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: 0.5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: 0.4em 0 0.2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.15em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid transparent;
    background: #ffb39b;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid transparent;
    background: #ffb39b;
    color: #222;
    font-weight: 700;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid transparent;
    font-weight: 400;
    color: #555;
}

.ui-state-default a {
    color: #555;
    text-decoration: none;
}

.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid transparent;
    font-weight: 400;
    color: #212121;
}

.ui-state-hover a {
    color: #212121;
    text-decoration: none;
    border: 0 solid transparent;
}

.ui-state-hover a:focus-visible,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
    border: 0 solid transparent;
}

.ui-state-focus a {
    color: #212121;
    text-decoration: none;
    border: 0 solid transparent;
}

.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
    border: 0 solid transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid transparent;
    font-weight: 400;
    color: #212121;
}

.ui-state-active a {
    color: #212121;
    text-decoration: none;
}

.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid transparent;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}

html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}

meta.foundation-mq-small,
meta.foundation-mq-small-only {
    width: 0;
}

meta.foundation-mq-medium,
meta.foundation-mq-medium-only {
    width: 40.0625em;
}

meta.foundation-mq-large,
meta.foundation-mq-large-only {
    width: 64.0625em;
}

meta.foundation-mq-xlarge,
meta.foundation-mq-xlarge-only {
    width: 90.0625em;
}

meta.foundation-mq-xxlarge {
    width: 120.0625em;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object {
    max-width: none !important;
}

.map_canvas embed,
.map_canvas img,
.map_canvas object {
    max-width: none !important;
}

.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.column+.column:last-child,
.column+.columns:last-child,
.columns+.column:last-child,
.columns+.columns:last-child {
    float: right;
}

.column+.column.end,
.column+.columns.end,
.columns+.column.end,
.columns+.columns.end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.3333333333%;
    }

    .small-2 {
        width: 16.6666666667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.3333333333%;
    }

    .small-5 {
        width: 41.6666666667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.3333333333%;
    }

    .small-8 {
        width: 66.6666666667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.3333333333%;
    }

    .small-11 {
        width: 91.6666666667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .small-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .small-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .small-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .small-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.3333333333%;
    }

    .medium-2 {
        width: 16.6666666667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.3333333333%;
    }

    .medium-5 {
        width: 41.6666666667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.3333333333%;
    }

    .medium-8 {
        width: 66.6666666667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.3333333333%;
    }

    .medium-11 {
        width: 91.6666666667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.3333333333%;
    }

    .large-2 {
        width: 16.6666666667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.3333333333%;
    }

    .large-5 {
        width: 41.6666666667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.3333333333%;
    }

    .large-8 {
        width: 66.6666666667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.3333333333%;
    }

    .large-11 {
        width: 91.6666666667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .large-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .large-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .large-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .large-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

.accordion {
    margin-bottom: 0;
    margin-left: 0;
}

.accordion:before {
    content: " ";
    display: table;
}

.accordion:after {
    content: " ";
    display: table;
    clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    background: #e8e8e8;
    color: #222;
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    background: #efefef;
    color: #222;
    display: block;
    font-size: 1rem;
    padding: 1rem;
}

.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #e3e3e3;
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    display: none;
    padding: 0.9375rem;
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    background: #fff;
    display: block;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 0.3s ease-out;
    background-color: #008cba;
    border-color: #0078a0;
    color: #fff;
}

.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: 0.9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}

.alert-box .close:focus,
.alert-box .close:hover {
    opacity: 0.5;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box.round {
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff;
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff;
}

.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff;
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}

.alert-box.alert-close {
    opacity: 0;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

[class*="block-grid-"]:before {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    content: " ";
    display: table;
    clear: both;
}

[class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .small-block-grid-1>li {
        list-style: none;
        width: 100%;
    }

    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-1>li:nth-of-type(1n + 1) {
        clear: both;
    }

    .small-block-grid-2>li {
        list-style: none;
        width: 50%;
    }

    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-2>li:nth-of-type(2n + 1) {
        clear: both;
    }

    .small-block-grid-3>li {
        list-style: none;
        width: 33.3333333333%;
    }

    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-3>li:nth-of-type(3n + 1) {
        clear: both;
    }

    .small-block-grid-4>li {
        list-style: none;
        width: 25%;
    }

    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-4>li:nth-of-type(4n + 1) {
        clear: both;
    }

    .small-block-grid-5>li {
        list-style: none;
        width: 20%;
    }

    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-5>li:nth-of-type(5n + 1) {
        clear: both;
    }

    .small-block-grid-6>li {
        list-style: none;
        width: 16.6666666667%;
    }

    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-6>li:nth-of-type(6n + 1) {
        clear: both;
    }

    .small-block-grid-7>li {
        list-style: none;
        width: 14.2857142857%;
    }

    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-7>li:nth-of-type(7n + 1) {
        clear: both;
    }

    .small-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }

    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-8>li:nth-of-type(8n + 1) {
        clear: both;
    }

    .small-block-grid-9>li {
        list-style: none;
        width: 11.1111111111%;
    }

    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-9>li:nth-of-type(9n + 1) {
        clear: both;
    }

    .small-block-grid-10>li {
        list-style: none;
        width: 10%;
    }

    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-10>li:nth-of-type(10n + 1) {
        clear: both;
    }

    .small-block-grid-11>li {
        list-style: none;
        width: 9.0909090909%;
    }

    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-11>li:nth-of-type(11n + 1) {
        clear: both;
    }

    .small-block-grid-12>li {
        list-style: none;
        width: 8.3333333333%;
    }

    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-12>li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1>li {
        list-style: none;
        width: 100%;
    }

    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-1>li:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-block-grid-2>li {
        list-style: none;
        width: 50%;
    }

    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-2>li:nth-of-type(2n + 1) {
        clear: both;
    }

    .medium-block-grid-3>li {
        list-style: none;
        width: 33.3333333333%;
    }

    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-3>li:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-block-grid-4>li {
        list-style: none;
        width: 25%;
    }

    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-4>li:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-block-grid-5>li {
        list-style: none;
        width: 20%;
    }

    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-5>li:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-block-grid-6>li {
        list-style: none;
        width: 16.6666666667%;
    }

    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-6>li:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-block-grid-7>li {
        list-style: none;
        width: 14.2857142857%;
    }

    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-7>li:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }

    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-8>li:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-block-grid-9>li {
        list-style: none;
        width: 11.1111111111%;
    }

    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-9>li:nth-of-type(9n + 1) {
        clear: both;
    }

    .medium-block-grid-10>li {
        list-style: none;
        width: 10%;
    }

    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-10>li:nth-of-type(10n + 1) {
        clear: both;
    }

    .medium-block-grid-11>li {
        list-style: none;
        width: 9.0909090909%;
    }

    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-11>li:nth-of-type(11n + 1) {
        clear: both;
    }

    .medium-block-grid-12>li {
        list-style: none;
        width: 8.3333333333%;
    }

    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-12>li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1>li {
        list-style: none;
        width: 100%;
    }

    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-1>li:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-block-grid-2>li {
        list-style: none;
        width: 50%;
    }

    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-2>li:nth-of-type(2n + 1) {
        clear: both;
    }

    .large-block-grid-3>li {
        list-style: none;
        width: 33.3333333333%;
    }

    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-3>li:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-block-grid-4>li {
        list-style: none;
        width: 25%;
    }

    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-4>li:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-block-grid-5>li {
        list-style: none;
        width: 20%;
    }

    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-5>li:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-block-grid-6>li {
        list-style: none;
        width: 16.6666666667%;
    }

    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-6>li:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-block-grid-7>li {
        list-style: none;
        width: 14.2857142857%;
    }

    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-7>li:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }

    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-8>li:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-block-grid-9>li {
        list-style: none;
        width: 11.1111111111%;
    }

    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-9>li:nth-of-type(9n + 1) {
        clear: both;
    }

    .large-block-grid-10>li {
        list-style: none;
        width: 10%;
    }

    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-10>li:nth-of-type(10n + 1) {
        clear: both;
    }

    .large-block-grid-11>li {
        list-style: none;
        width: 9.0909090909%;
    }

    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-11>li:nth-of-type(11n + 1) {
        clear: both;
    }

    .large-block-grid-12>li {
        list-style: none;
        width: 8.3333333333%;
    }

    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-12>li:nth-of-type(12n + 1) {
        clear: both;
    }
}

.breadcrumbs {
    border-style: solid;
    border-width: 1px;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.5625rem 0.875rem 0.5625rem;
    background-color: #f4f4f4;
    border-color: #dcdcdc;
    border-radius: 3px;
}

.breadcrumbs>* {
    color: #008cba;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumbs> :focus a,
.breadcrumbs> :hover a {
    text-decoration: underline;
}

.breadcrumbs>* a {
    color: #008cba;
}

.breadcrumbs>.current {
    color: #333;
    cursor: default;
}

.breadcrumbs>.current a {
    color: #333;
    cursor: default;
}

.breadcrumbs>.current:focus,
.breadcrumbs>.current:hover {
    text-decoration: none;
}

.breadcrumbs>.current:focus a,
.breadcrumbs>.current:hover a {
    text-decoration: none;
}

.breadcrumbs>.unavailable {
    color: #999;
}

.breadcrumbs>.unavailable a {
    color: #999;
}

.breadcrumbs>.unavailable:hover {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.breadcrumbs>.unavailable:hover a {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.breadcrumbs>.unavailable a:focus,
.breadcrumbs>.unavailable:focus {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.breadcrumbs> :before {
    color: #aaa;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}

.breadcrumbs> :first-child:before {
    content: " ";
    margin: 0;
}

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/";
}

@media only screen and (min-width: 40.0625em) {

    .button,
    button {
        display: inline-block;
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}

.button-group:before {
    content: " ";
    display: table;
}

.button-group:after {
    content: " ";
    display: table;
    clear: both;
}

.button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%;
}

.button-group.even-2 li .button,
.button-group.even-2 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child .button,
.button-group.even-2 li:first-child button {
    border-left: 0;
}

.button-group.even-2 li .button,
.button-group.even-2 li button {
    width: 100%;
}

.button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%;
}

.button-group.even-3 li .button,
.button-group.even-3 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child .button,
.button-group.even-3 li:first-child button {
    border-left: 0;
}

.button-group.even-3 li .button,
.button-group.even-3 li button {
    width: 100%;
}

.button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%;
}

.button-group.even-4 li .button,
.button-group.even-4 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child .button,
.button-group.even-4 li:first-child button {
    border-left: 0;
}

.button-group.even-4 li .button,
.button-group.even-4 li button {
    width: 100%;
}

.button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%;
}

.button-group.even-5 li .button,
.button-group.even-5 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child .button,
.button-group.even-5 li:first-child button {
    border-left: 0;
}

.button-group.even-5 li .button,
.button-group.even-5 li button {
    width: 100%;
}

.button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%;
}

.button-group.even-6 li .button,
.button-group.even-6 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child .button,
.button-group.even-6 li:first-child button {
    border-left: 0;
}

.button-group.even-6 li .button,
.button-group.even-6 li button {
    width: 100%;
}

.button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%;
}

.button-group.even-7 li .button,
.button-group.even-7 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child .button,
.button-group.even-7 li:first-child button {
    border-left: 0;
}

.button-group.even-7 li .button,
.button-group.even-7 li button {
    width: 100%;
}

.button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%;
}

.button-group.even-8 li .button,
.button-group.even-8 li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child .button,
.button-group.even-8 li:first-child button {
    border-left: 0;
}

.button-group.even-8 li .button,
.button-group.even-8 li button {
    width: 100%;
}

.button-group>li {
    display: inline-block;
    margin: 0 -2px;
}

.button-group>li .button,
.button-group>li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group>li:first-child .button,
.button-group>li:first-child button {
    border-left: 0;
}

.button-group.stack>li {
    display: block;
    margin: 0;
    float: none;
}

.button-group.stack>li .button,
.button-group.stack>li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack>li:first-child .button,
.button-group.stack>li:first-child button {
    border-left: 0;
}

.button-group.stack>li .button,
.button-group.stack>li>button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.stack>li>button {
    width: 100%;
}

.button-group.stack>li:first-child .button,
.button-group.stack>li:first-child button {
    border-top: 0;
}

.button-group.stack-for-small>li {
    display: inline-block;
    margin: 0 -2px;
}

.button-group.stack-for-small>li .button,
.button-group.stack-for-small>li>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small>li:first-child .button,
.button-group.stack-for-small>li:first-child button {
    border-left: 0;
}

.button-group.radius>* {
    display: inline-block;
    margin: 0 -2px;
    border-radius: 0;
}

.button-group.radius>* .button,
.button-group.radius>*>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius> :first-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.radius> :first-child .button,
.button-group.radius> :first-child button {
    border-left: 0;
}

.button-group.radius> :first-child>.button,
.button-group.radius> :first-child>a,
.button-group.radius> :first-child>button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.radius>*>.button,
.button-group.radius>*>a,
.button-group.radius>*>button {
    border-radius: 0;
}

.button-group.radius> :last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius> :last-child>.button,
.button-group.radius> :last-child>a,
.button-group.radius> :last-child>button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius.stack>* {
    display: block;
    margin: 0;
    border-radius: 0;
}

.button-group.radius.stack>* .button,
.button-group.radius.stack>*>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack> :first-child .button,
.button-group.radius.stack> :first-child button {
    border-left: 0;
}

.button-group.radius.stack>* .button,
.button-group.radius.stack>*>button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.radius.stack>*>button {
    width: 100%;
}

.button-group.radius.stack> :first-child {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius.stack> :first-child .button,
.button-group.radius.stack> :first-child button {
    border-top: 0;
}

.button-group.radius.stack> :first-child>.button,
.button-group.radius.stack> :first-child>a,
.button-group.radius.stack> :first-child>button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius.stack>*>.button,
.button-group.radius.stack>*>a,
.button-group.radius.stack>*>button {
    border-radius: 0;
}

.button-group.radius.stack> :last-child {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button-group.radius.stack> :last-child>.button,
.button-group.radius.stack> :last-child>a,
.button-group.radius.stack> :last-child>button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button-group.round>* {
    display: inline-block;
    margin: 0 -2px;
    border-radius: 0;
}

.button-group.round>* .button,
.button-group.round>*>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round> :first-child {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.button-group.round> :first-child .button,
.button-group.round> :first-child button {
    border-left: 0;
}

.button-group.round> :first-child>.button,
.button-group.round> :first-child>a,
.button-group.round> :first-child>button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.button-group.round>*>.button,
.button-group.round>*>a,
.button-group.round>*>button {
    border-radius: 0;
}

.button-group.round> :last-child {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

.button-group.round> :last-child>.button,
.button-group.round> :last-child>a,
.button-group.round> :last-child>button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

.button-group.round.stack>* {
    display: block;
    margin: 0;
    border-radius: 0;
}

.button-group.round.stack>* .button,
.button-group.round.stack>*>button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack> :first-child .button,
.button-group.round.stack> :first-child button {
    border-left: 0;
}

.button-group.round.stack>* .button,
.button-group.round.stack>*>button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.round.stack>*>button {
    width: 100%;
}

.button-group.round.stack> :first-child {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.button-group.round.stack> :first-child .button,
.button-group.round.stack> :first-child button {
    border-top: 0;
}

.button-group.round.stack> :first-child>.button,
.button-group.round.stack> :first-child>a,
.button-group.round.stack> :first-child>button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.button-group.round.stack>*>.button,
.button-group.round.stack>*>a,
.button-group.round.stack>*>button {
    border-radius: 0;
}

.button-group.round.stack> :last-child {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.button-group.round.stack> :last-child>.button,
.button-group.round.stack> :last-child>a,
.button-group.round.stack> :last-child>button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media only screen and (max-width: 40em) {
    .button-group.stack-for-small>li {
        display: block;
        margin: 0;
        width: 100%;
    }

    .button-group.stack-for-small>li .button,
    .button-group.stack-for-small>li>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.stack-for-small>li:first-child .button,
    .button-group.stack-for-small>li:first-child button {
        border-left: 0;
    }

    .button-group.stack-for-small>li .button,
    .button-group.stack-for-small>li>button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.stack-for-small>li>button {
        width: 100%;
    }

    .button-group.stack-for-small>li:first-child .button,
    .button-group.stack-for-small>li:first-child button {
        border-top: 0;
    }
}

@media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small>* {
        display: inline-block;
        margin: 0 -2px;
        border-radius: 0;
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius.stack-for-small> :first-child {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .button-group.radius.stack-for-small> :first-child .button,
    .button-group.radius.stack-for-small> :first-child button {
        border-left: 0;
    }

    .button-group.radius.stack-for-small> :first-child>.button,
    .button-group.radius.stack-for-small> :first-child>a,
    .button-group.radius.stack-for-small> :first-child>button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .button-group.radius.stack-for-small>*>.button,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button {
        border-radius: 0;
    }

    .button-group.radius.stack-for-small> :last-child {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .button-group.radius.stack-for-small> :last-child>.button,
    .button-group.radius.stack-for-small> :last-child>a,
    .button-group.radius.stack-for-small> :last-child>button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
}

@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small>* {
        display: block;
        margin: 0;
        border-radius: 0;
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius.stack-for-small> :first-child .button,
    .button-group.radius.stack-for-small> :first-child button {
        border-left: 0;
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.radius.stack-for-small>*>button {
        width: 100%;
    }

    .button-group.radius.stack-for-small> :first-child {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .button-group.radius.stack-for-small> :first-child .button,
    .button-group.radius.stack-for-small> :first-child button {
        border-top: 0;
    }

    .button-group.radius.stack-for-small> :first-child>.button,
    .button-group.radius.stack-for-small> :first-child>a,
    .button-group.radius.stack-for-small> :first-child>button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .button-group.radius.stack-for-small>*>.button,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button {
        border-radius: 0;
    }

    .button-group.radius.stack-for-small> :last-child {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .button-group.radius.stack-for-small> :last-child>.button,
    .button-group.radius.stack-for-small> :last-child>a,
    .button-group.radius.stack-for-small> :last-child>button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

@media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small>* {
        display: inline-block;
        margin: 0 -2px;
        border-radius: 0;
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round.stack-for-small> :first-child {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .button-group.round.stack-for-small> :first-child .button,
    .button-group.round.stack-for-small> :first-child button {
        border-left: 0;
    }

    .button-group.round.stack-for-small> :first-child>.button,
    .button-group.round.stack-for-small> :first-child>a,
    .button-group.round.stack-for-small> :first-child>button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .button-group.round.stack-for-small>*>.button,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button {
        border-radius: 0;
    }

    .button-group.round.stack-for-small> :last-child {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

    .button-group.round.stack-for-small> :last-child>.button,
    .button-group.round.stack-for-small> :last-child>a,
    .button-group.round.stack-for-small> :last-child>button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }
}

@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small>* {
        display: block;
        margin: 0;
        border-radius: 0;
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round.stack-for-small> :first-child .button,
    .button-group.round.stack-for-small> :first-child button {
        border-left: 0;
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.round.stack-for-small>*>button {
        width: 100%;
    }

    .button-group.round.stack-for-small> :first-child {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .button-group.round.stack-for-small> :first-child .button,
    .button-group.round.stack-for-small> :first-child button {
        border-top: 0;
    }

    .button-group.round.stack-for-small> :first-child>.button,
    .button-group.round.stack-for-small> :first-child>a,
    .button-group.round.stack-for-small> :first-child>button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .button-group.round.stack-for-small>*>.button,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button {
        border-radius: 0;
    }

    .button-group.round.stack-for-small> :last-child {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .button-group.round.stack-for-small> :last-child>.button,
    .button-group.round.stack-for-small> :last-child>a,
    .button-group.round.stack-for-small> :last-child>button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.button-bar:before {
    content: " ";
    display: table;
}

.button-bar:after {
    content: " ";
    display: table;
    clear: both;
}

.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}

.button-bar .button-group div {
    overflow: hidden;
}

.clearing-thumbs,
[data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.clearing-thumbs:after,
.clearing-thumbs:before {
    content: " ";
    display: table;
}

[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}

.clearing-blackout {
    background: #333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0;
}

.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998;
}

.clearing-touch-label {
    color: #aaa;
    font-size: 0.6em;
    left: 50%;
    position: absolute;
    top: 50%;
}

.visible-img {
    height: 95%;
    position: relative;
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    background: #333;
    bottom: 0;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}

.clearing-close {
    color: #ccc;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999;
}

.clearing-close:focus,
.clearing-close:hover {
    color: #ccc;
}

.clearing-assembled .clearing-container {
    height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none;
}

.clearing-feature li {
    display: none;
}

.clearing-feature li.clearing-featured-img {
    display: block;
}

@media only screen and (min-width: 40.0625em) {

    .clearing-main-next,
    .clearing-main-prev {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px;
    }

    .clearing-main-next>span,
    .clearing-main-prev>span {
        border: solid 12px;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .clearing-main-next>span:hover,
    .clearing-main-prev>span:hover {
        opacity: 0.8;
    }

    .clearing-main-prev {
        left: 0;
    }

    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #ccc;
    }

    .clearing-main-next {
        right: 0;
    }

    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #ccc;
    }

    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: 0.3;
    }

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }

    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }

    .clearing-assembled .clearing-container .carousel>ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: 0.4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px;
    }

    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none;
    }

    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }

    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }

    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1;
    }

    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: 0.8;
    }

    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        height: 85%;
        overflow: hidden;
    }

    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}

.f-dropdown.open {
    display: block;
}

.f-dropdown> :first-child {
    margin-top: 0;
}

.f-dropdown> :last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89;
}

.f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px;
}

.f-dropdown.drop-right.open {
    display: block;
}

.f-dropdown.drop-right> :first-child {
    margin-top: 0;
}

.f-dropdown.drop-right> :last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-right:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89;
}

.f-dropdown.drop-right:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88;
}

.f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px;
}

.f-dropdown.drop-left.open {
    display: block;
}

.f-dropdown.drop-left> :first-child {
    margin-top: 0;
}

.f-dropdown.drop-left> :last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-left:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89;
}

.f-dropdown.drop-left:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88;
}

.f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px;
}

.f-dropdown.drop-top.open {
    display: block;
}

.f-dropdown.drop-top> :first-child {
    margin-top: 0;
}

.f-dropdown.drop-top> :last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-top:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid;
    bottom: -12px;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    z-index: 89;
}

.f-dropdown.drop-top:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #ccc transparent transparent transparent;
    border-top-style: solid;
    bottom: -14px;
    position: absolute;
    top: auto;
    left: 9px;
    right: auto;
    z-index: 88;
}

.f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
}

.f-dropdown li:focus,
.f-dropdown li:hover {
    background: #eee;
}

.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555;
}

.f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px;
}

.f-dropdown.content.open {
    display: block;
}

.f-dropdown.content> :first-child {
    margin-top: 0;
}

.f-dropdown.content> :last-child {
    margin-bottom: 0;
}

.f-dropdown.radius {
    border-radius: 3px;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 500px;
}

.f-dropdown.large {
    max-width: 800px;
}

.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important;
}

.f-dropdown.mega.open {
    left: 0 !important;
}

.dropdown.button,
button.dropdown {
    position: relative;
    padding-right: 3.5625rem;
}

.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
}

.dropdown.button::after,
button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem;
}

.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem;
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem;
}

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent;
}

.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}

.flex-video.widescreen {
    padding-bottom: 56.34%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

form {
    margin: 0 0 1rem;
}

label.right {
    float: none !important;
    text-align: right;
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0;
}

label small {
    text-transform: capitalize;
    color: #676767;
}

.prefix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.postfix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

label.prefix,
span.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}

label.postfix,
span.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #666;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    border-radius: 0;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem;
    background-size: auto 100%;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

input[type="file"] {
    width: 100%;
}

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

fieldset legend {
    font-weight: 700;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}

[data-abide] .error small.error,
[data-abide] .error span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;
}

[data-abide] small.error,
[data-abide] span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;
}

[data-abide] small.error,
[data-abide] span.error {
    display: none;
}

small.error,
span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem;
}

.error label {
    color: #f04124;
}

.error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;
}

.error>label>small {
    background: 0 0;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

label.error {
    color: #f04124;
}

.icon-bar {
    display: inline-block;
    font-size: 0;
    width: 100%;
    background: #333;
}

.icon-bar>* {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%;
}

.icon-bar>* i,
.icon-bar>* img {
    display: block;
    margin: 0 auto;
}

.icon-bar>* i+label,
.icon-bar>* img+label {
    margin-top: 0.0625rem;
}

.icon-bar>* i {
    font-size: 1.875rem;
    vertical-align: middle;
}

.icon-bar>* img {
    height: 1.875rem;
    width: 1.875rem;
}

.icon-bar.label-right>* i,
.icon-bar.label-right>* img {
    display: inline-block;
    margin: 0 0.0625rem 0 0;
}

.icon-bar.label-right>* i+label,
.icon-bar.label-right>* img+label {
    margin-top: 0;
}

.icon-bar.label-right>* label {
    display: inline-block;
}

.icon-bar.vertical {
    height: 100%;
    width: auto;
}

.icon-bar.vertical.label-right>* {
    text-align: left;
}

.icon-bar.small-vertical {
    height: 100%;
    width: auto;
}

.icon-bar.small-vertical .item,
.icon-bar.vertical .item {
    float: none;
    margin: auto;
    width: auto;
}

.icon-bar>* {
    font-size: 1rem;
    padding: 1.25rem;
}

.icon-bar>* i+label,
.icon-bar>* img+label {
    margin-top: 0.0625rem;
    font-size: 1rem;
}

.icon-bar>* i {
    font-size: 1.875rem;
}

.icon-bar>* img {
    height: 1.875rem;
    width: 1.875rem;
}

.icon-bar>* i,
.icon-bar>* label {
    color: #fff;
}

.icon-bar>a:hover {
    background: #008cba;
}

.icon-bar>a:hover i,
.icon-bar>a:hover label {
    color: #fff;
}

.icon-bar>a.active {
    background: #008cba;
}

.icon-bar>a.active i,
.icon-bar>a.active label {
    color: #fff;
}

.icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

.icon-bar .item.disabled>* {
    opacity: 0.7;
    cursor: not-allowed;
}

.icon-bar.two-up .item {
    width: 50%;
}

.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
    width: auto;
}

.icon-bar.three-up .item {
    width: 33.3333%;
}

.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
    width: auto;
}

.icon-bar.four-up .item {
    width: 25%;
}

.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
    width: auto;
}

.icon-bar.five-up .item {
    width: 20%;
}

.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
    width: auto;
}

.icon-bar.six-up .item {
    width: 16.66667%;
}

.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
    width: auto;
}

.icon-bar.seven-up .item {
    width: 14.28571%;
}

.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
    width: auto;
}

.icon-bar.eight-up .item {
    width: 12.5%;
}

.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
    width: auto;
}

.icon-bar.two-up .item {
    width: 50%;
}

.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
    width: auto;
}

.icon-bar.three-up .item {
    width: 33.3333%;
}

.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
    width: auto;
}

.icon-bar.four-up .item {
    width: 25%;
}

.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
    width: auto;
}

.icon-bar.five-up .item {
    width: 20%;
}

.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
    width: auto;
}

.icon-bar.six-up .item {
    width: 16.66667%;
}

.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
    width: auto;
}

.icon-bar.seven-up .item {
    width: 14.28571%;
}

.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
    width: auto;
}

.icon-bar.eight-up .item {
    width: 12.5%;
}

.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
    width: auto;
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
        height: 100%;
        width: auto;
    }

    .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.large-vertical {
        height: 100%;
        width: auto;
    }

    .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto;
    }
}

.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.0625rem;
    margin-left: -1.375rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

.inline-list>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.inline-list>li>* {
    display: block;
}

.joyride-list {
    display: none;
}

.joyride-tip-guide {
    background: #333;
    color: #fff;
    display: none;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 95%;
    z-index: 103;
    left: 2.5%;
}

.lt-ie9 .joyride-tip-guide {
    margin-left: -400px;
    max-width: 800px;
    left: 50%;
}

.joyride-content-wrapper {
    padding: 1.125rem 1.25rem 1.5rem;
    width: 100%;
}

.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px;
}

.joyride-tip-guide .joyride-nub {
    border: 10px solid #333;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 22px;
}

.joyride-tip-guide .joyride-nub.top {
    border-color: #333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
    right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
    left: -20px;
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.joyride-tip-guide p {
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 0 1.125rem 0;
}

.joyride-timer-indicator-wrap {
    border: solid 1px #555;
    bottom: 1rem;
    height: 3px;
    position: absolute;
    width: 50px;
    right: 1.0625rem;
}

.joyride-timer-indicator {
    background: #666;
    display: block;
    height: inherit;
    width: 0;
}

.joyride-close-tip {
    color: #777 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.5 !important;
    position: absolute;
    text-decoration: none;
    top: 10px;
    right: 12px;
}

.joyride-close-tip:focus,
.joyride-close-tip:hover {
    color: #eee !important;
}

.joyride-modal-bg {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
}

.joyride-expose-wrapper {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px #fff;
    position: absolute;
    z-index: 102;
}

.joyride-expose-cover {
    background: 0 0;
    border-radius: 3px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

@media only screen {
    .joyride-tip-guide {
        width: 300px;
        left: inherit;
    }

    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -20px;
    }

    .joyride-tip-guide .joyride-nub.right {
        border-color: #333 !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        left: auto;
        right: -20px;
        top: 22px;
    }

    .joyride-tip-guide .joyride-nub.left {
        border-color: #333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        left: -20px;
        right: auto;
        top: 22px;
    }
}

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    font-size: inherit;
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px;
}

.label {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #008cba;
    color: #fff;
}

.label.radius {
    border-radius: 3px;
}

.label.round {
    border-radius: 1000px;
}

.label.alert {
    background-color: #f04124;
    color: #fff;
}

.label.warning {
    background-color: #f08a24;
    color: #fff;
}

.label.success {
    background-color: #43ac6a;
    color: #fff;
}

.label.secondary {
    background-color: #e7e7e7;
    color: #333;
}

.label.info {
    background-color: #a0d3e8;
    color: #333;
}

[data-magellan-expedition-clone],
[data-magellan-expedition] {
    background: #fff;
    min-width: 100%;
    padding: 10px;
    z-index: 50;
}

[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition-clone] .sub-nav dd,
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0;
}

[data-magellan-expedition-clone] .sub-nav a,
[data-magellan-expedition] .sub-nav a {
    line-height: 1.8em;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slideshow-wrapper {
    position: relative;
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}

.slideshow-wrapper ul li {
    display: none;
}

.slideshow-wrapper ul li .orbit-caption {
    display: none;
}

.slideshow-wrapper ul li:first-child {
    display: block;
}

.slideshow-wrapper .orbit-container {
    background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
    display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
    display: inline-block;
}

.slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555 #fff;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.orbit-container {
    background: 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}

.orbit-container .orbit-slides-container>* {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}

.orbit-container .orbit-slides-container> :first-child {
    margin-left: 0;
}

.orbit-container .orbit-slides-container>* .orbit-caption {
    bottom: 0;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    width: 100%;
}

.orbit-container .orbit-slide-number {
    left: 10px;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10;
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px;
}

.orbit-container .orbit-timer>span {
    border: solid 4px #fff;
    border-bottom: none;
    border-top: none;
    display: none;
    height: 14px;
    position: absolute;
    top: 0;
    width: 11px;
    right: 0;
}

.orbit-container .orbit-timer.paused>span {
    top: 0;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-left-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    right: -4px;
}

.orbit-container .orbit-timer.paused>span.dark {
    border-left-color: #333;
}

.orbit-container:hover .orbit-timer>span {
    display: block;
}

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    background-color: transparent;
    color: #fff;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10;
}

.orbit-container .orbit-next:hover,
.orbit-container .orbit-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-next>span,
.orbit-container .orbit-prev>span {
    border: inset 10px;
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.orbit-container .orbit-prev {
    left: 0;
}

.orbit-container .orbit-prev>span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #fff;
}

.orbit-container .orbit-next {
    right: 0;
}

.orbit-container .orbit-next>span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -4px;
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #fff;
}

.orbit-bullets-container {
    text-align: center;
}

.orbit-bullets {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 10px;
}

.orbit-bullets li {
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #999;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

.touch .orbit-container .orbit-next,
.touch .orbit-container .orbit-prev {
    display: none;
}

.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 40.0625em) {

    .touch .orbit-container .orbit-next,
    .touch .orbit-container .orbit-prev {
        display: inherit;
    }

    .touch .orbit-bullets {
        display: block;
    }
}

@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

    .orbit-stack-on-small .orbit-slides-container>* {
        margin: 0 !important;
        opacity: 1 !important;
        position: relative;
    }

    .orbit-stack-on-small .orbit-slide-number {
        display: none;
    }

    .orbit-bullets,
    .orbit-next,
    .orbit-prev,
    .orbit-timer {
        display: none;
    }
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
    display: block;
    float: left;
}

ul.pagination li a,
ul.pagination li button {
    border-radius: 3px;
    transition: background-color 0.3s ease-out;
    background: 0 0;
    color: #999;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li a:focus,
ul.pagination li button:focus,
ul.pagination li:hover a,
ul.pagination li:hover button {
    background: #e6e6e6;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999;
    pointer-events: none;
}

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
    background: 0 0;
}

ul.pagination li.current a,
ul.pagination li.current button {
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: 700;
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover {
    background: #008cba;
}

ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
    background: #008cba;
}

.pagination-centered {
    text-align: center;
}

.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}

.pricing-table {
    border: solid 1px #ddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
}

.pricing-table * {
    list-style: none;
    line-height: 1;
}

.pricing-table .price {
    background-color: #f6f6f6;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.pricing-table .description {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #777;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center;
}

.pricing-table .bullet-item {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #333;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.9375rem;
    text-align: center;
}

.pricing-table .cta-button {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
}

.progress {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    height: 1.5625rem;
    margin-bottom: 0.625rem;
    padding: 0.125rem;
}

.progress .meter {
    background: #008cba;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress .meter.secondary {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress .meter.success {
    background: #43ac6a;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress .meter.alert {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress.success .meter {
    background: #43ac6a;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.progress.radius {
    border-radius: 3px;
}

.progress.radius .meter {
    border-radius: 2px;
}

.progress.round {
    border-radius: 1000px;
}

.progress.round .meter {
    border-radius: 999px;
}

.range-slider {
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: block;
    height: 1rem;
    width: 100%;
    background: #fafafa;
}

.range-slider.vertical-range {
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem;
}

.range-slider.vertical-range .range-slider-handle {
    bottom: -10.5rem;
    margin-left: -0.5rem;
    margin-top: 0;
    position: absolute;
}

.range-slider.vertical-range .range-slider-active-segment {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-left-radius: initial;
    bottom: 0;
    height: auto;
    width: 0.875rem;
}

.range-slider.radius {
    background: #fafafa;
    border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
    background: #008cba;
    border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
    background: #007ba4;
}

.range-slider.round {
    background: #fafafa;
    border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
    background: #008cba;
    border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
    background: #007ba4;
}

.range-slider.disabled,
.range-slider[disabled] {
    background: #fafafa;
    cursor: not-allowed;
    opacity: 0.7;
}

.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
    background: #008cba;
    cursor: default;
    opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
    background: #007ba4;
}

.range-slider-active-segment {
    background: #e5e5e5;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    display: inline-block;
    height: 0.875rem;
    position: absolute;
}

.range-slider-handle {
    border: 1px solid none;
    cursor: pointer;
    display: inline-block;
    height: 1.375rem;
    position: absolute;
    top: -0.3125rem;
    width: 2rem;
    z-index: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #008cba;
}

.range-slider-handle:hover {
    background: #007ba4;
}

.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0;
}

.reveal-modal> :first-child {
    margin-top: 0;
}

.reveal-modal> :last-child {
    margin-bottom: 0;
}

.reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px;
}

.reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px;
}

.reveal-modal.collapse {
    padding: 0;
    box-shadow: none;
}

.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0;
}

.reveal-modal.toback {
    z-index: 1003;
}

.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 80%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        top: 6.25rem;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 70%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 95%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%;
    }
}

.side-nav {
    display: block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
}

.side-nav li {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.side-nav li a:not(.button) {
    color: #8a9191;
    display: block;
    margin: 0;
    padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):hover {
    background: rgba(0, 0, 0, 0.025);
    color: #000;
}

.side-nav li a:not(.button):active {
    color: #adb2b2;
}

.side-nav li.active>a:first-child:not(.button) {
    color: #adb2b2;
    font-weight: 400;
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    list-style: none;
    padding: 0;
    border-top-color: #e6e6e6;
}

.side-nav li.heading {
    color: #8a9191;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.split.button {
    position: relative;
    padding-right: 5.0625rem;
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
    border-left-color: rgba(255, 255, 255, 0.5);
    width: 3.09375rem;
}

.split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%;
}

.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.split.button span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    margin-left: -0.375rem;
    top: 48%;
    border-color: #fff transparent transparent transparent;
}

.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after {
    border-color: #fff transparent transparent transparent;
}

.split.button.alert span,
.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
    padding-right: 3.75rem;
}

.split.button.tiny span {
    width: 2.25rem;
}

.split.button.tiny span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    margin-left: -0.375rem;
    top: 48%;
}

.split.button.small {
    padding-right: 4.375rem;
}

.split.button.small span {
    width: 2.625rem;
}

.split.button.small span:after {
    border-top-style: solid;
    border-width: 0.4375rem;
    margin-left: -0.375rem;
    top: 48%;
}

.split.button.large {
    padding-right: 5.5rem;
}

.split.button.large span {
    width: 3.4375rem;
}

.split.button.large span:after {
    border-top-style: solid;
    border-width: 0.3125rem;
    margin-left: -0.375rem;
    top: 48%;
}

.split.button.expand {
    padding-left: 2rem;
}

.split.button.secondary span:after {
    border-color: #333 transparent transparent transparent;
}

.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

.split.button.no-pip span:after,
.split.button.no-pip span:before {
    border-style: none;
}

.split.button.no-pip span>i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%;
}

.sub-nav {
    display: block;
    margin: -0.25rem 0 1.125rem;
    overflow: hidden;
    padding-top: 0.25rem;
    width: auto;
}

.sub-nav dt {
    text-transform: uppercase;
    color: #999;
    float: left;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
    margin-bottom: 0;
}

.sub-nav dd,
.sub-nav li {
    color: #999;
    float: left;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
    margin-bottom: 0;
}

.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a {
    color: #999;
    padding: 0.1875rem 1rem;
    text-decoration: none;
}

.sub-nav dd a:hover,
.sub-nav dt a:hover,
.sub-nav li a:hover {
    color: #737373;
}

.sub-nav dd.active a,
.sub-nav dt.active a,
.sub-nav li.active a {
    border-radius: 3px;
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: 400;
    padding: 0.1875rem 1rem;
}

.sub-nav dd.active a:hover,
.sub-nav dt.active a:hover,
.sub-nav li.active a:hover {
    background: #0078a0;
}

.switch {
    border: none;
    margin-bottom: 1.5rem;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch label {
    background: #ddd;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out;
}

.switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px;
}

.switch input+label {
    margin-left: 0;
    margin-right: 0;
}

.switch label:after {
    background: #fff;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0.25rem;
    position: absolute;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.switch input:checked+label {
    background: #008cba;
}

.switch input:checked+label:after {
    left: 2.25rem;
}

.switch label {
    height: 2rem;
    width: 4rem;
}

.switch label:after {
    height: 1.5rem;
    width: 1.5rem;
}

.switch input:checked+label:after {
    left: 2.25rem;
}

.switch label {
    color: transparent;
    background: #ddd;
}

.switch label:after {
    background: #fff;
}

.switch input:checked+label {
    background: #008cba;
}

.switch.large label {
    height: 2.5rem;
    width: 5rem;
}

.switch.large label:after {
    height: 2rem;
    width: 2rem;
}

.switch.large input:checked+label:after {
    left: 2.75rem;
}

.switch.small label {
    height: 1.75rem;
    width: 3.5rem;
}

.switch.small label:after {
    height: 1.25rem;
    width: 1.25rem;
}

.switch.small input:checked+label:after {
    left: 2rem;
}

.switch.tiny label {
    height: 1.5rem;
    width: 3rem;
}

.switch.tiny label:after {
    height: 1rem;
    width: 1rem;
}

.switch.tiny input:checked+label:after {
    left: 1.75rem;
}

.switch.radius label {
    border-radius: 4px;
}

.switch.radius label:after {
    border-radius: 3px;
}

.switch.round {
    border-radius: 1000px;
}

.switch.round label {
    border-radius: 2rem;
}

.switch.round label:after {
    border-radius: 2rem;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

.tabs:before {
    content: " ";
    display: table;
}

.tabs:after {
    content: " ";
    display: table;
    clear: both;
}

.tabs .tab-title,
.tabs dd {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.tabs .tab-title>a,
.tabs dd>a {
    display: block;
    background-color: #efefef;
    color: #222;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.tabs .tab-title>a:hover,
.tabs dd>a:hover {
    background-color: #e1e1e1;
}

.tabs .tab-title.active>a,
.tabs dd.active>a {
    background-color: #fff;
    color: #222;
}

.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.vertical .tab-title,
.tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

.tabs-content:before {
    content: " ";
    display: table;
}

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

.tabs-content>.content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content>.content.active {
    display: block;
    float: none;
}

.tabs-content>.content.contained {
    padding: 0.9375rem;
}

.tabs-content.vertical {
    display: block;
}

.tabs-content.vertical>.content {
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.no-js .tabs-content>.content {
    display: block;
    float: none;
}

.th {
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all 0.2s ease-out;
}

.th:focus,
.th:hover {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

.th.radius {
    border-radius: 3px;
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    color: #333;
    cursor: help;
    font-weight: 700;
}

.has-tip:focus,
.has-tip:hover {
    border-bottom: dotted 1px #003f54;
    color: #008cba;
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}

.tooltip {
    background: #333;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%;
}

.tooltip>.nub {
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px;
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px;
}

.tooltip.radius {
    border-radius: 3px;
}

.tooltip.round {
    border-radius: 1000px;
}

.tooltip.round>.nub {
    left: 2rem;
}

.tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008cba !important;
}

.tap-to-close {
    color: #777;
    display: block;
    font-size: 0.625rem;
    font-weight: 400;
}

@media only screen {
    .tooltip>.nub {
        border-color: transparent transparent #333 transparent;
        top: -10px;
    }

    .tooltip.tip-top>.nub {
        border-color: #333 transparent transparent transparent;
        bottom: -10px;
        top: auto;
    }

    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important;
    }

    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%;
    }

    .tooltip.tip-right>.nub {
        border-color: transparent #333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%;
    }
}

meta.foundation-mq-topbar {
    width: 40.0625em;
}

.contain-to-grid {
    width: 100%;
    background: #333;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98;
}

.top-bar {
    background: #333;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0;
}

.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem;
}

.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 0 0.9375rem;
    width: 75%;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #fff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
    background: 0 0;
    height: auto;
}

.top-bar.expanded .title-area {
    background: #333;
}

.top-bar.expanded .toggle-topbar a {
    color: #888;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}

@media only screen and (max-width: 40em) {

    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .top-bar.expanded .top-bar-section .dropdown,
    .top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown {
        clip: initial;
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 0.3s ease-out;
}

.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li {
    background: #333;
}

.top-bar-section ul li>a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%;
}

.top-bar-section ul li>a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}

.top-bar-section ul li>a.button:focus,
.top-bar-section ul li>a.button:hover {
    background-color: #007095;
}

.top-bar-section ul li>a.button:focus,
.top-bar-section ul li>a.button:hover {
    color: #fff;
}

.top-bar-section ul li>a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}

.top-bar-section ul li>a.button.secondary:focus,
.top-bar-section ul li>a.button.secondary:hover {
    background-color: #b9b9b9;
}

.top-bar-section ul li>a.button.secondary:focus,
.top-bar-section ul li>a.button.secondary:hover {
    color: #333;
}

.top-bar-section ul li>a.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}

.top-bar-section ul li>a.button.success:focus,
.top-bar-section ul li>a.button.success:hover {
    background-color: #368a55;
}

.top-bar-section ul li>a.button.success:focus,
.top-bar-section ul li>a.button.success:hover {
    color: #fff;
}

.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}

.top-bar-section ul li>a.button.alert:focus,
.top-bar-section ul li>a.button.alert:hover {
    background-color: #cf2a0e;
}

.top-bar-section ul li>a.button.alert:focus,
.top-bar-section ul li>a.button.alert:hover {
    color: #fff;
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}

.top-bar-section ul li>a.button.warning:focus,
.top-bar-section ul li>a.button.warning:hover {
    background-color: #cf6e0e;
}

.top-bar-section ul li>a.button.warning:focus,
.top-bar-section ul li>a.button.warning:hover {
    color: #fff;
}

.top-bar-section ul li>a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}

.top-bar-section ul li>a.button.info:focus,
.top-bar-section ul li>a.button.info:hover {
    background-color: #61b6d9;
}

.top-bar-section ul li>a.button.info:focus,
.top-bar-section ul li>a.button.info:hover {
    color: #fff;
}

.top-bar-section ul li>button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}

.top-bar-section ul li>button:focus,
.top-bar-section ul li>button:hover {
    background-color: #007095;
}

.top-bar-section ul li>button:focus,
.top-bar-section ul li>button:hover {
    color: #fff;
}

.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}

.top-bar-section ul li>button.secondary:focus,
.top-bar-section ul li>button.secondary:hover {
    background-color: #b9b9b9;
}

.top-bar-section ul li>button.secondary:focus,
.top-bar-section ul li>button.secondary:hover {
    color: #333;
}

.top-bar-section ul li>button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}

.top-bar-section ul li>button.success:focus,
.top-bar-section ul li>button.success:hover {
    background-color: #368a55;
}

.top-bar-section ul li>button.success:focus,
.top-bar-section ul li>button.success:hover {
    color: #fff;
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}

.top-bar-section ul li>button.alert:focus,
.top-bar-section ul li>button.alert:hover {
    background-color: #cf2a0e;
}

.top-bar-section ul li>button.alert:focus,
.top-bar-section ul li>button.alert:hover {
    color: #fff;
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}

.top-bar-section ul li>button.warning:focus,
.top-bar-section ul li>button.warning:hover {
    background-color: #cf6e0e;
}

.top-bar-section ul li>button.warning:focus,
.top-bar-section ul li>button.warning:hover {
    color: #fff;
}

.top-bar-section ul li>button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}

.top-bar-section ul li>button.info:focus,
.top-bar-section ul li>button.info:hover {
    background-color: #61b6d9;
}

.top-bar-section ul li>button.info:focus,
.top-bar-section ul li>button.info:hover {
    color: #fff;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #555;
    color: #fff;
    background: #222;
}

.top-bar-section ul li.active>a {
    background: #008cba;
    color: #fff;
}

.top-bar-section ul li.active>a:hover {
    background: #0078a0;
    color: #fff;
}

.top-bar-section .has-form {
    padding: 0.9375rem;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown>a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved>.dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none;
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%;
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}

.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 400;
}

.top-bar-section .dropdown li.parent-link,
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}

.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    display: block;
}

.top-bar-section .dropdown li.parent-link a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
    background: 0 0;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    color: #777;
    font-size: 0.625rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.0625em) {
    .top-bar {
        background: #333;
        overflow: visible;
    }

    .top-bar:before {
        content: " ";
        display: table;
    }

    .top-bar:after {
        content: " ";
        display: table;
        clear: both;
    }

    .top-bar .toggle-topbar {
        display: none;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }

    .top-bar .has-form>.button,
    .top-bar .has-form>button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }

    .top-bar.expanded {
        background: #333;
    }

    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 62.5rem;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    .top-bar-section li.hover>a:not(.button) {
        background-color: #555;
        background: #222;
        color: #fff;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #333;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #222;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #008cba;
        color: #fff;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #fff;
    }

    .top-bar-section .has-dropdown>a {
        padding-right: 2.1875rem !important;
    }

    .top-bar-section .has-dropdown>a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved>.dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }

    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown,
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }

    .top-bar-section .dropdown {
        left: 0;
        background: 0 0;
        min-width: 100%;
        top: auto;
    }

    .top-bar-section .dropdown li a {
        background: #333;
        color: #fff;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background: #333;
        color: #fff;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background-color: #555;
        color: #fff;
        background: #222;
    }

    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap;
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role="separator"] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }

    .top-bar-section .has-form {
        background: #333;
        height: 2.8125rem;
        padding: 0 0.9375rem;
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }

    .no-js .top-bar-section ul li:hover>a {
        background-color: #555;
        background: #222;
        color: #fff;
    }

    .no-js .top-bar-section ul li:active>a {
        background: #008cba;
        color: #fff;
    }

    .no-js .top-bar-section .has-dropdown:hover>.dropdown,
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-weight: 400;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

dl,
ol,
ul {
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

ul {
    margin-left: 1.1rem;
}

ul li ol,
ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}

ol {
    margin-left: 1.4rem;
}

ol li ol,
ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

.no-bullet {
    list-style-type: none;
    margin-left: 0;
}

.no-bullet li ol,
.no-bullet li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #ddd;
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-weight: 700;
    font-size: 0.9375rem;
}

.vevent .summary {
    font-weight: 700;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: 700;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a {
        text-decoration: underline;
    }

    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after {
        content: "";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }

    @page {
        margin: 0.34in;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.inner-wrap:before {
    content: " ";
    display: table;
}

.inner-wrap:after {
    content: " ";
    display: table;
    clear: both;
}

.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem;
}

.left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0;
}

.right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0;
}

.tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0;
}

.tab-bar-section.left {
    text-align: left;
}

.tab-bar-section.right {
    text-align: right;
}

.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}

.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}

.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}

.tab-bar .menu-icon {
    color: #fff;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 0.5s ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    top: 0;
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 0.5s ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    top: 0;
}

.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 0.5s ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    height: 18.75rem;
}

.top-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 0.5s ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    height: 18.75rem;
}

.bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.off-canvas-list li label {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
}

ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6666666667rem;
    transition: background 0.3s ease;
}

ul.off-canvas-list li a:active,
ul.off-canvas-list li a:hover {
    background: #242424;
}

.move-right>.inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-left>.inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-top>.inner-wrap {
    -webkit-transform: translate3d(0, -18.75rem, 0);
    -moz-transform: translate3d(0, -18.75rem, 0);
    -ms-transform: translate(0, -18.75rem);
    -o-transform: translate3d(0, -18.75rem, 0);
    transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-bottom>.inner-wrap {
    -webkit-transform: translate3d(0, 18.75rem, 0);
    -moz-transform: translate3d(0, 18.75rem, 0);
    -ms-transform: translate(0, 18.75rem);
    -o-transform: translate3d(0, 18.75rem, 0);
    transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap .bottom-off-canvas-menu,
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
    top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem;
}

.no-csstransforms .move-left>.inner-wrap {
    right: 15.625rem;
}

.no-csstransforms .move-right>.inner-wrap {
    left: 15.625rem;
}

.no-csstransforms .move-top>.inner-wrap {
    right: 18.75rem;
}

.no-csstransforms .move-bottom>.inner-wrap {
    left: 18.75rem;
}

.left-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.left-submenu * {
    -webkit-backface-visibility: hidden;
}

.left-submenu .back>a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}

.left-submenu .back>a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}

.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.right-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.right-submenu * {
    -webkit-backface-visibility: hidden;
}

.right-submenu .back>a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}

.right-submenu .back>a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}

.right-submenu .back>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}

.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.top-submenu * {
    -webkit-backface-visibility: hidden;
}

.top-submenu .back>a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}

.top-submenu .back>a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap,
.top-submenu.offcanvas-overlap-bottom {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.bottom-submenu * {
    -webkit-backface-visibility: hidden;
}

.bottom-submenu .back>a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: 700;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0;
}

.bottom-submenu .back>a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap,
.bottom-submenu.offcanvas-overlap-top {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

@media only screen {

    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium-down,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-down,
    .hide-for-medium-down,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium-down,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-down,
    .hidden-for-medium-down,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium-down,
    table.show-for-small,
    table.show-for-small-down,
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium-down,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium-down,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium-down,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium-down,
    td.show-for-small,
    td.show-for-small-down,
    td.show-for-small-only,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium-down,
    th.show-for-small,
    th.show-for-small-down,
    th.show-for-small-only,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 40.0625em) {

    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-down,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-down,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium,
    table.show-for-medium-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium,
    td.show-for-medium-down,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 64.0625em) {

    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large,
    table.show-for-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large,
    td.show-for-large-down,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large,
    th.show-for-large-down,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 90.0625em) {

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge,
    td.show-for-xlarge-down,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge,
    th.show-for-xlarge-down,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 120.0625em) {

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important;
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-down,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge,
    td.show-for-xxlarge-down,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-down,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge,
    th.show-for-xxlarge-down,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell !important;
    }
}

.hide-for-portrait,
.show-for-landscape {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait {
    display: table-cell !important;
}

th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    table.hide-for-portrait,
    table.show-for-landscape {
        display: table !important;
    }

    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group !important;
    }

    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group !important;
    }

    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row !important;
    }

    td.hide-for-portrait,
    td.show-for-landscape {
        display: table-cell !important;
    }

    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    table.hide-for-landscape,
    table.show-for-portrait {
        display: table !important;
    }

    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group !important;
    }

    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group !important;
    }

    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row !important;
    }

    td.hide-for-landscape,
    td.show-for-portrait {
        display: table-cell !important;
    }

    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell !important;
    }
}

.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

.touch table.show-for-touch,
table.hide-for-touch {
    display: table !important;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group !important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row !important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell !important;
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.print-only,
.show-for-print {
    display: none !important;
}

@media print {

    .print-only,
    .show-for-print {
        display: block !important;
    }

    .hide-for-print,
    .hide-on-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
}

.header .brand h3 {
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin: 1.35rem 0;
    line-height: 1;
    font-size: 1.5rem;
}

.header .brand h3 a {
    color: #fff;
}

.header .brand h3 a:hover {
    color: #fff;
}

.nav-bar {
    float: right;
}

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

.nav-bar ul li {
    float: left;
}

.nav-bar ul li.active a {
    opacity: 1;
}

.nav-bar ul li a {
    opacity: 0.8;
    margin: 1.73rem 0 1.73rem 2rem;
    display: block;
    color: #fff;
    line-height: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.nav-bar ul li a:hover {
    opacity: 1;
}

.nav-bar ul li .download {
    width: 1rem;
    height: 1rem;
    background: #ff3f4d;
    display: block;
    position: absolute;
    top: 1rem;
    right: 0;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#toggle-nav {
    width: 2rem;
    display: block;
    margin: 1.5rem 0 1.2rem 0;
}

#toggle-nav span {
    width: 100%;
    height: 0.25rem;
    margin-bottom: 0.3rem;
    background: #fff;
    display: block;
}

@media only screen and (min-width: 40.0625em) {
    #toggle-nav {
        display: none;
    }
}

@media only screen and (max-width: 40em) {
    .nav-bar {
        display: none;
    }

    .nav-bar.active {
        float: right;
        clear: both;
        display: block;
    }

    .nav-bar.active a {
        margin: 1rem 0 1rem 1rem;
    }

    .nav-bar.active .download {
        display: none;
    }
}

#hero {
    background: #1ccacd;
    padding: 5rem 0;
}

#hero .owl-logo {
    margin: 0 auto;
    display: block;
}

#hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: 3.375rem;
    margin: 0;
}

#hero h4 {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#hero .hero-button {
    display: inline-block;
    padding: 1rem 2rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    background: #fff;
    color: #1ccacd;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hero .hero-button.outline {
    background: 0 0;
    color: #fff;
}

#hero .hero-button:hover {
    background: #ff3f4d;
    border: 1px solid #ff3f4d;
    color: #fff;
}

#hero p {
    color: #fff;
    margin: 0.5rem 0;
    opacity: 0.7;
    font-weight: 300;
}

@media (max-width: 768px) {
    .product-text-scroll img {
        width: 90% !important;
        height: auto !important;
    }

    #hero {
        padding: 2rem 0;
    }

    #hero h1 {
        color: #fff;
        font-weight: 300;
        font-size: 2rem;
    }

    #hero h4 {
        color: #fff;
        font-weight: 300;
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 40em) {
    #hero .owl-logo {
        display: none;
    }
}

.home-demo {
    padding: 2rem 0;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h3 {
    text-align: center;
    color: grey;
    margin: 2rem;
}

.home-demo h2 {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.home-demo .owl-dot.active span {
    background: #ff3f4d;
}

#features .feature {
    margin: 2rem 0 6rem;
}

#features h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}

#features img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    #features .feature {
        margin: 1rem 0;
    }

    #features img {
        display: block;
        margin: 1rem auto;
    }
}

#teaser-text {
    text-align: center;
}

#teaser-text h3 {
    font-weight: 300;
    color: #1ccacd;
}

a#custom-tweet-button {
    padding: 6px 13px 6px 13px;
    margin-left: 0;
}

.demo-block {
    background: #eaeaea;
    height: 6rem;
    padding: 1rem;
    margin-bottom: 1rem;
    display: block;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.demo-block:hover {
    background: #1ccacd;
}

.demo-block:hover h5 {
    color: #fff;
}

.demo-block h5 {
    font-weight: 400;
}

code {
    font-weight: 700;
    background: #f7f7f7;
    font-size: 90%;
    font-weight: 400;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#demos .owl-carousel {
    margin: 2rem 0;
}

#demos .owl-carousel .item {
    padding: 0.25rem;
}

#demos .owl-carousel .item-video {
    height: 300px;
}

#demos #setup {
    margin-top: 4rem;
}

#demos .demo-list h5 {
    margin: 0;
}

@media only screen {
    .demo-list [class*="column"]+[class*="column"]:last-child {
        float: left;
    }
}

.callbacks div {
    margin-bottom: 0.3rem;
}

.callbacks span.label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#docs {
    padding-top: 2rem;
}

#docs .docs-content h2:first-child {
    padding-top: 0;
    margin-top: 0;
}

#docs h4 {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

#docs ul.side-nav {
    text-align: right;
    margin-bottom: 1rem;
}

#docs ul.side-nav li {
    margin: 0;
    padding: 0.3rem 3rem 0.3rem 0;
}

#docs ul.side-nav li.active,
#docs ul.side-nav li:hover {
    background: #f7f7f7;
}

#docs ul.side-nav li.active a,
#docs ul.side-nav li:hover a {
    color: #000;
    background-color: transparent;
}

#docs ul.side-nav li.side-nav-head {
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 3rem 0.3rem 0;
}

#docs ul.side-nav li.side-nav-head:hover {
    background: 0 0;
}

@media only screen and (max-width: 40em) {
    #docs {
        padding-top: 1rem;
    }

    #docs ul.side-nav {
        text-align: left;
    }
}

pre {
    overflow-y: hidden;
    margin-bottom: 2rem;
    background: #f8f8f8;
}

.hljs {
    display: block;
    color: #333;
    background: #f8f8f8;
    padding: 2rem;
    line-height: 1.4;
    overflow-x: scroll;
}

.diff .hljs-header,
.hljs-comment,
.hljs-javadoc,
.hljs-template_comment {
    color: #b9b9b9;
    font-style: italic;
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title {
    color: #333;
    font-weight: 700;
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: #099;
}

.hljs-phpdoc,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #bd240d;
}

.coffeescript .hljs-params,
.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700;
}

.clojure .hljs-title,
.hljs-subst,
.javascript .hljs-title,
.lisp .hljs-title {
    font-weight: 400;
}

.haskell .hljs-type,
.hljs-class .hljs-title,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700;
}

.hljs-tag {
    color: navy;
    font-weight: 400;
}

.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400;
}

.django .hljs-tag .hljs-keyword,
.hljs-rules .hljs-property {
    color: navy;
    font-weight: 400;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: teal;
}

.hljs-regexp {
    color: #009926;
}

.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.tex .hljs-special {
    color: #333;
}

.clojure .hljs-built_in,
.hljs-built_in,
.lisp .hljs-title {
    color: #0086b3;
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700;
}

.hljs-deletion {
    background: #fdd;
}

.hljs-addition {
    background: #dfd;
}

.diff .hljs-change {
    background: #0086b3;
}

.hljs-chunk {
    color: #aaa;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav {
    bottom: 108%;
}

.owl-carousel-off,
.owl-carousel-off .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-off,
.owl-carousel-off.owl-loaded {
    display: block;
}

.owl-carousel-off {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-off .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-off .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-off .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-off .owl-item,
.owl-carousel-off .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-off .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-off .owl-item img {
    display: block;
}

.owl-carousel-off .owl-dots.disabled,
.owl-carousel-off .owl-nav.disabled {
    display: none;
}

.owl-carousel-off .owl-dot,
.owl-carousel-off .owl-nav .owl-next,
.owl-carousel-off .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-off .owl-nav button.owl-next,
.owl-carousel-off .owl-nav button.owl-prev,
.owl-carousel-off button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-off.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-off.owl-hidden {
    opacity: 0;
}

.owl-carousel-off.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-off.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-off.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-off.owl-rtl {
    direction: rtl;
}

.owl-carousel-off.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-off .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-off .owl-animated-in {
    z-index: 0;
}

.owl-carousel-off .owl-animated-out {
    z-index: 1;
}

.owl-carousel-off .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-off .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-off .owl-item .owl-lazy:not([src]),
.owl-carousel-off .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-off .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-off .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-off .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-off .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-off .owl-video-playing .owl-video-play-icon,
.owl-carousel-off .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-off .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-off .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-off .owl-nav {
    bottom: 108%;
}

.owl-carousel-blogdetail,
.owl-carousel-blogdetail .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-blogdetail,
.owl-carousel-blogdetail.owl-loaded {
    display: block;
}

.owl-carousel-blogdetail {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-blogdetail .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-blogdetail .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-blogdetail .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-blogdetail .owl-item,
.owl-carousel-blogdetail .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-blogdetail .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-blogdetail .owl-item img {
    display: block;
}

.owl-carousel-blogdetail .owl-dots.disabled,
.owl-carousel-blogdetail .owl-nav.disabled {
    display: none;
}

.owl-carousel-blogdetail .owl-dot,
.owl-carousel-blogdetail .owl-nav .owl-next,
.owl-carousel-blogdetail .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-blogdetail .owl-nav button.owl-next,
.owl-carousel-blogdetail .owl-nav button.owl-prev,
.owl-carousel-blogdetail button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-blogdetail.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-blogdetail.owl-hidden {
    opacity: 0;
}

.owl-carousel-blogdetail.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-blogdetail.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-blogdetail.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-blogdetail.owl-rtl {
    direction: rtl;
}

.owl-carousel-blogdetail.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-blogdetail .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-blogdetail .owl-animated-in {
    z-index: 0;
}

.owl-carousel-blogdetail .owl-animated-out {
    z-index: 1;
}

.owl-carousel-blogdetail .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-blogdetail .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-blogdetail .owl-item .owl-lazy:not([src]),
.owl-carousel-blogdetail .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-blogdetail .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-blogdetail .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-blogdetail .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-blogdetail .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-blogdetail .owl-video-playing .owl-video-play-icon,
.owl-carousel-blogdetail .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-blogdetail .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-blogdetail .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-blogdetail .owl-nav {
    bottom: 108%;
}

.owl-carousel-blogdetail .owl-nav {
    display: block !important;
    position: unset !important;
}

.owl-carousel-blogdetail .owl-nav .owl-next {
    left: 3.5px;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff !important;
}

.owl-carousel-blogdetail .owl-nav .owl-prev {
    right: 3.5px;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #fff !important;
}

.owl-carousel-blogdetail .owl-nav button {
    position: absolute;
    background: #fff;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

.owl-carousel-most,
.owl-carousel-most .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-most,
.owl-carousel-most.owl-loaded {
    display: block;
}

.owl-carousel-most {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-most .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-most .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-most .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-most .owl-item,
.owl-carousel-most .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-most .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-most .owl-item img {
    display: block;
}

.owl-carousel-most .owl-dots.disabled,
.owl-carousel-most .owl-nav.disabled {
    display: none;
}

.owl-carousel-most .owl-dot,
.owl-carousel-most .owl-nav .owl-next,
.owl-carousel-most .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-most .owl-nav button.owl-next,
.owl-carousel-most .owl-nav button.owl-prev,
.owl-carousel-most button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-most.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-most.owl-hidden {
    opacity: 0;
}

.owl-carousel-most.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-most.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-most.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-most.owl-rtl {
    direction: rtl;
}

.owl-carousel-most.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-most .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-most .owl-animated-in {
    z-index: 0;
}

.owl-carousel-most .owl-animated-out {
    z-index: 1;
}

.owl-carousel-most .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-most .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-most .owl-item .owl-lazy:not([src]),
.owl-carousel-most .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-most .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-most .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-most .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-most .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-most .owl-video-playing .owl-video-play-icon,
.owl-carousel-most .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-most .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-most .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-most .owl-nav {
    bottom: 108%;
}

.owl-carousel-blog,
.owl-carousel-blog .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-blog,
.owl-carousel-blog.owl-loaded {
    display: block;
}

.owl-carousel-blog {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-blog .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-blog .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-blog .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-blog .owl-item,
.owl-carousel-blog .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-blog .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-blog .owl-item img {
    display: block;
}

.owl-carousel-blog .owl-dots.disabled,
.owl-carousel-blog .owl-nav.disabled {
    display: none;
}

.owl-carousel-blog .owl-dot,
.owl-carousel-blog .owl-nav .owl-next,
.owl-carousel-blog .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-blog .owl-nav button.owl-next,
.owl-carousel-blog .owl-nav button.owl-prev,
.owl-carousel-blog button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-blog.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-blog.owl-hidden {
    opacity: 0;
}

.owl-carousel-blog.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-blog.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-blog.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-blog.owl-rtl {
    direction: rtl;
}

.owl-carousel-blog.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-blog .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-blog .owl-animated-in {
    z-index: 0;
}

.owl-carousel-blog .owl-animated-out {
    z-index: 1;
}

.owl-carousel-blog .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-blog .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-blog .owl-item .owl-lazy:not([src]),
.owl-carousel-blog .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-blog .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-blog .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-blog .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-blog .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-blog .owl-video-playing .owl-video-play-icon,
.owl-carousel-blog .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-blog .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-blog .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-blog .owl-nav {
    bottom: 102%;
}

.owl-carousel-brand,
.owl-carousel-brand .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-brand,
.owl-carousel-brand.owl-loaded {
    display: block;
}

.owl-carousel-brand {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-brand .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-brand .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-brand .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-brand .owl-item,
.owl-carousel-brand .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-brand .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-brand .owl-item img {
    display: block;
}

.owl-carousel-brand .owl-dots.disabled,
.owl-carousel-brand .owl-nav.disabled {
    display: none;
}

.owl-carousel-brand .owl-dot,
.owl-carousel-brand .owl-nav .owl-next,
.owl-carousel-brand .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-brand .owl-nav button.owl-next,
.owl-carousel-brand .owl-nav button.owl-prev,
.owl-carousel-brand button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-brand.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-brand.owl-hidden {
    opacity: 0;
}

.owl-carousel-brand.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-brand.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-brand.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-brand.owl-rtl {
    direction: rtl;
}

.owl-carousel-brand.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-brand .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-brand .owl-animated-in {
    z-index: 0;
}

.owl-carousel-brand .owl-animated-out {
    z-index: 1;
}

.owl-carousel-brand .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-brand .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-brand .owl-item .owl-lazy:not([src]),
.owl-carousel-brand .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-brand .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-brand .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-brand .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-brand .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-brand .owl-video-playing .owl-video-play-icon,
.owl-carousel-brand .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-brand .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-brand .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-brand .owl-nav {
    bottom: 108%;
}

.owl-carousel-baner-one,
.owl-carousel-baner-one .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-baner-one,
.owl-carousel-baner-one.owl-loaded {
    display: block;
}

.owl-carousel-baner-one {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-baner-one .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-baner-one .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-baner-one .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-baner-one .owl-item,
.owl-carousel-baner-one .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-baner-one .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-baner-one .owl-item img {
    display: block;
}

.owl-carousel-baner-one .owl-dots.disabled,
.owl-carousel-baner-one .owl-nav.disabled {
    display: none;
}

.owl-carousel-baner-one .owl-dot,
.owl-carousel-baner-one .owl-nav .owl-next,
.owl-carousel-baner-one .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-baner-one .owl-nav button.owl-next,
.owl-carousel-baner-one .owl-nav button.owl-prev,
.owl-carousel-baner-one button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-baner-one.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-baner-one.owl-hidden {
    opacity: 0;
}

.owl-carousel-baner-one.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-baner-one.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-baner-one.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-baner-one.owl-rtl {
    direction: rtl;
}

.owl-carousel-baner-one.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-baner-one .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-baner-one .owl-animated-in {
    z-index: 0;
}

.owl-carousel-baner-one .owl-animated-out {
    z-index: 1;
}

.owl-carousel-baner-one .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-baner-one .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-baner-one .owl-item .owl-lazy:not([src]),
.owl-carousel-baner-one .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-baner-one .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-baner-one .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-baner-one .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-baner-one .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-baner-one .owl-video-playing .owl-video-play-icon,
.owl-carousel-baner-one .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-baner-one .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-baner-one .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-baner-one .owl-nav {
    bottom: 100%;
}

.owl-carousel-below,
.owl-carousel-below .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-below,
.owl-carousel-below.owl-loaded {
    display: block;
}

.owl-carousel-below {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-below .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-below .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-below .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-below .owl-item,
.owl-carousel-below .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-below .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-below .owl-item img {
    display: block;
}

.owl-carousel-below .owl-dots.disabled,
.owl-carousel-below .owl-nav.disabled {
    display: none;
}

.owl-carousel-below .owl-dot,
.owl-carousel-below .owl-nav .owl-next,
.owl-carousel-below .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-below .owl-nav button.owl-next,
.owl-carousel-below .owl-nav button.owl-prev,
.owl-carousel-below button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-below.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-below.owl-hidden {
    opacity: 0;
}

.owl-carousel-below.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-below.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-below.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-below.owl-rtl {
    direction: rtl;
}

.owl-carousel-below.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-below .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-below .owl-animated-in {
    z-index: 0;
}

.owl-carousel-below .owl-animated-out {
    z-index: 1;
}

.owl-carousel-below .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-below .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-below .owl-item .owl-lazy:not([src]),
.owl-carousel-below .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-below .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-below .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-below .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-below .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-below .owl-video-playing .owl-video-play-icon,
.owl-carousel-below .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-below .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-below .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-below .owl-nav {
    bottom: 100%;
}

.owl-carousel-zoom,
.owl-carousel-zoom .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-zoom,
.owl-carousel-zoom.owl-loaded {
    display: block;
}

.owl-theme .owl-nav {
    display: inherit;
    position: inherit;
}

.owl-carousel-zoom {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-zoom .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-zoom .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-zoom .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-zoom .owl-item,
.owl-carousel-zoom .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-zoom .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-zoom .owl-dots.disabled,
.owl-carousel-zoom .owl-nav.disabled {
    display: none;
}

.owl-carousel-zoom .owl-dot,
.owl-carousel-zoom .owl-nav .owl-next,
.owl-carousel-zoom .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-zoom .owl-nav button.owl-next,
.owl-carousel-zoom .owl-nav button.owl-prev,
.owl-carousel-zoom button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-zoom .owl-nav button.owl-next {
    left: -0.5rem;
    right: auto;
    background: #fff;
    background: linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel-zoom .owl-nav button.owl-next:hover {
    background: #fff;
    background: linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel-zoom .owl-nav button.owl-prev {
    left: auto;
    right: -0.5rem;
    background: #fff;
    background: linear-gradient(-90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel-zoom .owl-nav button.owl-prev:hover {
    background: #fff;
    background: linear-gradient(-90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel-zoom.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-zoom.owl-hidden {
    opacity: 0;
}

.owl-carousel-zoom.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-zoom.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-zoom.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-zoom.owl-rtl {
    direction: rtl;
}

.owl-carousel-zoom.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-zoom .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-zoom .owl-animated-in {
    z-index: 0;
}

.owl-carousel-zoom .owl-animated-out {
    z-index: 1;
}

.owl-carousel-zoom .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-zoom .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-zoom .owl-item .owl-lazy:not([src]),
.owl-carousel-zoom .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-zoom .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-zoom .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-zoom .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-zoom .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-zoom .owl-video-playing .owl-video-play-icon,
.owl-carousel-zoom .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-zoom .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-zoom .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-zoom .owl-nav {
    bottom: 108%;
}

.preview .owl-theme .owl-nav button {
    opacity: 1;
}

.preview .owl-theme .owl-nav button.disabled {
    opacity: 1;
}

.brands-new .owl-carousel-brand {
    position: relative;
}

.brands-new .owl-carousel-brand .owl-nav {
    display: block !important;
    position: unset !important;
}

.brands-new .owl-carousel-brand .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

.brands-new .owl-carousel-brand .owl-nav .owl-next span,
.brands-new .owl-carousel-brand .owl-nav .owl-prev span {
    display: flex;
}

.brands-new .owl-carousel-brand .owl-nav .owl-prev {
    right: 10px;
}

.brands-new .owl-carousel-brand .owl-nav .owl-next {
    left: 10px;
}

.brands-new .owl-carousel-brand .owl-nav .disabled {
    opacity: 1;
}

.brands-new .owl-carousel-brand .owl-nav .disabled span {
    opacity: 0.5;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    position: initial;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 0.75rem;
    height: 0.75rem;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    background-color: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 3.5rem 0 0;
}

.sidenav a {
    padding: 0.4rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    padding: 0.5rem;
}

.scroll-menu div.scrollmenu {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

.scroll-menu div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    width: max-content;
    margin: 0 0.1rem;
    font-size: 0.9rem;
}

.mobile-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-li li {
    list-style: none;
}

.mobile-li li img {
    width: 7rem;
}

.mobile-li li i {
    font-size: 1.25rem;
}

.mobile-li li a {
    color: #f4b19f;
}

.cont-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0.2rem;
    height: 4rem;
}

.cont-fix .psd {
    padding: 0.3rem;
}

.cont-fix .psd a {
    color: #888;
    display: grid;
    align-items: center;
    justify-content: center;
}

.cont-fix .psd a p {
    font-size: 0.6rem;
    margin: 0;
}

.cont-fix .psd a .bi {
    font-size: 1.1rem;
}

.cont-fix .psd a .bi-active {
    display: none;
}

.cont-fix .psd a .bi-inactive {
    display: block;
}

.cont-fix .psd a.active {
    color: #000;
    font-weight: bolder;
}

.cont-fix .psd a.active .bi {
    font-size: 1.2rem;
}

.cont-fix .psd a.active .bi-active {
    display: block;
}

.cont-fix .psd a.active .bi-inactive {
    display: none;
}

.cont-fix .psd a.active p {
    font-size: 0.7rem;
}

.searche form {
    height: auto !important;
}

.searche input {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    color: #000 !important;
}

.searche input::placeholder {
    font-size: 0.85rem !important;
    color: #999 !important;
}

.cate-modal .accordion-item {
    background: #fff;
    margin: 0 0 0.75rem;
    border-bottom: 1px solid #eee;
}

.cate-modal .accordion-item:last-child {
    margin-bottom: 0;
}

.cate-modal .accordion-button {
    border: 0;
    padding: 1rem;
    font-weight: 700;
}

.cate-modal .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    border: 0;
}

.cate-modal .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.cate-modal .accordion-collapse {
    border: 0;
}

.cate-modal .accordion-body {
    padding: 0 0.5rem 0.25rem;
}

.cate-modal .accordion-button::after {
    filter: brightness(0) !important;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.cate-modal li {
    margin: 0.5rem 0;
}

.cate-modal .menu-mobile li {
    border-bottom: 1px solid #eee;
    font-weight: 700;
}

.cate-modal .cate-link-pr {
    color: #333;
    font-size: 0.85rem;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.moving-border {
    position: relative;
    background: #111;
    padding: 4px;
    z-index: 4;
}

.moving-border::before,
.moving-border::after {
    content: "";
    position: absolute;
    inset: -0.1rem;
    z-index: 1 !important;
    background: linear-gradient(var(--angle), #000, #f4b1a0, #ffb39b);
    animation: rotate 10s linear infinite;
}

.moving-border::after {
    filter: blur(10px);
}

@keyframes rotate {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}

.moving-border .form-floating {
    background-color: #fff;
    z-index: 4;
}

@media (max-width: 576px) {

    .brands-new .owl-carousel-brand .owl-nav .owl-prev {
        right: 0 !important;
    }

    .brands-new .owl-carousel-brand .owl-nav .owl-next {
        left: 0 !important;
    }

    .prices-fixed-mobile {
        position: fixed;
        right: 5px;
        left: 5px;
        width: max-content;
        z-index: 1000;
        bottom: 8.5rem;
        margin: auto;
    }

    .prices-fixed-mobile button {
        background-color: #ffb39b !important;
        color: #fff !important;
        border-radius: 0.5rem;
    }

    .product-text-scroll {
        height: unset !important;
        overflow-y: unset !important;
    }

    .card-pro h4 {
        font-size: 0.7rem;
        height: 3rem;
        padding: 0 0.15rem;
        line-height: 1.5rem;
        overflow: hidden;
    }

    .itemcolors .notal:hover .al {
        opacity: 0;
        display: none;
    }

    .card-mobile {
        background-color: transparent !important;
        padding: 0.5rem 0 !important;
    }

    .card-mobile .breadcrumb a,
    .card-mobile .breadcrumb li {
        font-size: 0.6rem;
    }

    .owl-nav .bi {
        font-size: 1rem;
    }

    hr {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #scroll {
        left: 1rem;
        bottom: 9rem;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 0.75rem;
    }

    .head-link {
        padding: 0;
        font-size: 0.6rem;
    }

    .bartitle h2 {
        font-size: 0.9rem;
    }

    .owl-theme .owl-nav {
        left: -10px !important;
        right: -10px !important;
    }

    header {
        padding: 0.5rem 0;
    }

    header .col-xxl-9 {
        padding: 0 !important;
    }

    header .col-xxl-9 .carousel {
        height: 25rem;
    }

    header .col-xxl-9 .col-xxl-12 {
        padding: 0.25rem !important;
    }

    header .endcont {
        padding: 0.25rem !important;
    }

    header .border-line {
        padding: 3rem 0 !important;
    }

    header .counter-box img {
        margin: 0 auto !important;
    }

    .comparison-add.scrolled-add {
        top: 3.75rem;
    }

    .card-pro .bxs figure {
        height: 9rem;
    }

    .newline hr {
        width: 80%;
    }

    .prod {
        background-color: #efc7bf;
        padding: 1.5rem 0.5rem !important;
    }

    .most .col-md-6:nth-child(1) .pros {
        background-color: transparent;
    }

    .most .col-md-6:nth-child(2) .pros {
        background-color: transparent;
    }

    .most .col-md-6 .pros {
        padding: 1.5rem 0.5rem !important;
    }

    .most .col-md-6 .over {
        top: 7%;
        bottom: 8.5%;
        left: 9.5%;
        right: 9.5%;
    }

    .product-details .nav-pills {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-scrollbar-width: none;
        -moz-scrollbar-width: none;
        -ms-scrollbar-width: none;
        scrollbar-width: none;
    }

    .product-details .nav-pills .nav-link {
        display: inline-block;
        color: #fff;
        text-align: center;
        padding: 0.25rem 0.5rem;
        text-decoration: none;
        width: max-content;
        margin: 0 0.1rem;
        font-size: 0.9rem;
    }

    .article-details .description .iframe-parent {
        width: 100%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 50%;
    }

    .table-helper {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .product.product-list .detail-description img {
        width: 90%;
        height: auto;
        margin: auto;
    }

    .prices-fixed-mobile {
        position: fixed;
        right: 5px;
        width: max-content;
        z-index: 1000;
        top: 11rem;
        margin: auto;
    }

    .prices-fixed-mobile button {
        background-color: #ff096a !important;
        color: #fff !important;
        border-radius: 0.5rem;
    }

    .container {
        max-width: 97%;
        width: 97%;
    }

    .itemcolors .notal:hover .al {
        opacity: 0;
        display: none;
    }

    .card-mobile {
        background-color: transparent !important;
        padding: 0.5rem 0 !important;
    }

    .card-mobile .breadcrumb a,
    .card-mobile .breadcrumb li {
        font-size: 0.6rem;
    }

    .head-link {
        padding: 0.75rem;
        font-size: 0.7rem;
    }

    .comparison-add.scrolled-add {
        top: 3.75rem;
    }

    .newline hr {
        width: 80%;
    }

    .pros .over {
        top: 6%;
        bottom: 8.5%;
        left: 10.26%;
        right: 10.26%;
    }

    .article-details .description .iframe-parent {
        width: 90%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 33.333%;
    }

    .description img {
        width: 100% !important;
        height: auto !important;
    }

    .table-helper {
        display: block !important;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .consulting-home .right img {
        width: 100px;
    }

    .consulting-home .right {
        padding: 30px 80px;
    }

    .new-menu-ak .main li {
        margin-left: 18px !important;
    }

    .new-menu-ak .main li a {
        font-size: 13px !important;
        padding: 8px 4px !important;
    }

    .product.product-list .detail-description img {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .event-slider .new-header .header-cart {
        padding-bottom: 8rem;
    }

    .event-slider .new-header .header-cart .title-event {
        margin-bottom: 0 !important;
        box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.1);
    }

    .product-text-scroll img {
        width: 80% !important;
        height: auto !important;
    }

    .container {
        max-width: 95%;
        width: 95%;
    }

    menu .bottmnav nav {
        padding: 0.5rem 0;
    }

    menu .bottmnav nav .navbar-toggler {
        border: 0.1rem solid #f4b19f;
    }

    menu .bottmnav nav li .nav-link {
        font-size: 0.9rem;
    }

    menu .bottmnav nav .mega {
        position: relative;
    }

    figure.mz-figure {
        width: 100%;
    }

    figure.mz-figure img {
        max-width: 100% !important;
    }

    .newline hr {
        width: 80%;
    }

    .pros .over {
        top: 6%;
        bottom: 8.5%;
        left: 10.26%;
        right: 10.26%;
    }

    .article-details .description .iframe-parent {
        width: 80%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 33.333%;
    }

    .table-helper {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .consulting-home .right {
        padding: 30px 80px;
    }

    .consulting-home .right img {
        width: 100px;
    }

    #other .des iframe {
        width: 600px !important;
        height: 400px !important;
        display: block;
        margin: auto !important;
    }

    .product-text-scroll img {
        width: 70% !important;
        height: auto !important;
    }

    .container {
        max-width: 95%;
        width: 95%;
    }

    menu .bottmnav nav li .nav-link {
        font-size: 0.6rem;
    }

    .services-home .col-xl-3 {
        width: 20%;
    }

    figure.mz-figure {
        width: 100%;
    }

    figure.mz-figure img {
        max-width: 100% !important;
    }

    .article-details .description .iframe-parent {
        width: 70%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 33.333%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #other .des iframe {
        width: 600px !important;
        height: 400px !important;
        display: block;
        margin: auto !important;
    }

    .product-text-scroll img {
        width: 60% !important;
        height: auto !important;
    }

    .container {
        max-width: 95%;
        width: 95%;
    }

    menu .bottmnav nav li .nav-link {
        font-size: 0.7rem;
    }

    .services-home .col-xl-3 {
        width: 20%;
    }

    .product-details .info h1 {
        font-size: 1.5rem;
    }

    .brand-details .listbrand .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }

    .article-details .description .iframe-parent {
        width: 50%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 1400px) {
    #other .des iframe {
        width: 600px !important;
        height: 400px !important;
        display: block;
        margin: auto !important;
    }

    .container {
        max-width: 87%;
        width: 87%;
    }

    .proli-col {
        flex: 0 0 auto;
        width: 20%;
    }

    main .categories-home .col-xl-3 {
        width: 20%;
    }

    .services-home .col-xl-3 {
        width: 20%;
    }

    .brand-list .col-xxl-3 {
        flex: 0 0 auto;
        width: 20%;
    }

    .article-details .description .iframe-parent {
        width: 70%;
        margin: 1rem auto;
        position: relative;
    }

    .article-details .description .iframe-parent iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
        width: 1470px;
    }
}

@media (max-width: 800px) {
    .description img.shopbtn {
        width: 50% !important;
    }

    .card-pro .price .old {
        font-size: 0.8rem;
    }
}

@media (min-width: 800px) {
    .description img.shopbtn {
        width: 25% !important;
    }
}

.des h3,
.des p {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.article-details .description h2 span,
.article-details .description h3 span {
    color: #f96 !important;
}

.blak-alert {
    color: #424040 !important;
}

.drop-card-cat {
    z-index: 23;
}

.drop-card-cat ul {
    max-height: 273px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.drop-card-cat ul::-webkit-scrollbar {
    display: none;
}

.form-check .form-check-input[type="radio"]:focus {
    background-image: unset !important;
    background: #feafa1;
}

.form-check .form-check-input[type="radio"] {
    background-image: unset !important;
}

.brand-desc {
    border-bottom: 1px solid #c7c8c9;
}

.brand-desc .active {
    color: #333 !important;
    background-color: #f4f2f3 !important;
    font-weight: bolder;
}

.brand-desc button {
    border-radius: 3rem !important;
}

.brand-hr {
    border: solid #c7c8c9;
    border-width: 2px;
}

.brand-desc-box .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #dfdfdf;
    box-shadow: none;
}

.brand-h4 {
    color: #ffb19d;
}

.paneluser .edited-number {
    position: relative;
}

.paneluser .edited-number::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background: red;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    margin: auto;
    transform: rotate(-40deg);
}

.vcv-timeline {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    color: #a7a7a7;
}

.vcv-timeline-item {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 0;
    position: relative;
}

.vcv-timeline-item span {
    font-size: 11px;
    position: absolute;
    top: 110%;
    text-align: center;
    width: 50px;
    right: -7px;
    left: 0;
}

.vcv-timeline-item::before {
    position: relative;
    z-index: 2;
}

.vcv-timeline-item::after,
.vcv-timeline-item::before {
    content: "";
}

.vcv-timeline-item::before {
    content: attr(data-step);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 32px;
    height: 32px;
    margin: 0;
    border-radius: 50%;
    border: 2px solid #a7a7a7;
    color: #a7a7a7;
    background: #fff;
}

.vcv-timeline-item::after {
    height: 2px;
    background: #a7a7a7;
    margin: 0 0;
    position: absolute;
    right: 0;
    left: 0;
}

.vcv-timeline-item:last-of-type {
    flex: 0 0 50px;
}

.vcv-timeline-item:last-of-type::after {
    display: none;
}

.vcv-timeline-item.vcv-step-done::before {
    content: "";
    border-color: green;
    background-size: 40%;
}

.vcv-timeline-item.vcv-step-done::after {
    background: green;
}

.vcv-timeline-item.vcv-step-cancel::before {
    content: "\F62A";
    border-color: #9f1212ff;
    background: #9f1212ff;
    background-size: 40%;
    color: #fff;
}

.vcv-timeline-item.vcv-step-cancel::after {
    background: #9f1212ff;
}

@media screen and (max-width: 576px) {
    .product.product-list .detail-description img {
        width: 100%;
        height: auto;
    }

    .vcv-timeline-item {
        flex: 1 0 25px !important;
    }

    .vcv-timeline-item:last-of-type {
        flex: 0 0 25px !important;
    }

    .vcv-timeline-item::before {
        height: 25px;
        flex: 0 0 25px;
    }

    .vcv-timeline-item span {
        right: -12px;
    }
}

.timer .card-footer {
    font-size: 12px;
    border-radius: 0 0 0.25rem 0.25rem;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 14px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.event-countdown .timer .timer-card {
    box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    width: 5.5rem;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer .timer-card {
    box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #efe8e8 !important;
    width: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancel-order .cancel {
    border-color: #d30a0a;
    color: #d30a0a;
    text-align: center;
    padding: 0.25rem;
    z-index: 12;
}

.cancel-order .blur {
    filter: blur(2px);
}

.linestep {
    position: relative;
}

.linestep .line1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.linestep .line1 .hr {
    width: 100%;
    height: 0.25rem;
}

.linestep .line1 .hr.pending {
    background-color: #ccc;
}

.linestep .line1 .hr.success {
    background-color: #0c9d56;
}

.linestep .line1 .hr.cancel {
    background-color: #c11717;
}

.linestep .line2 {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -10px;
    right: 0;
    z-index: 2;
}

.linestep .line2 .dot {
    width: 10px;
    height: 10px;
    margin-right: auto;
    border-radius: 50%;
}

.linestep .line2 .dot.pending {
    background-color: #ccc;
}

.linestep .line2 .dot.success {
    background-color: #0c9d56;
}

.linestep .line2 .dot.success.shadow {
    outline: 4px solid #b5e0cb;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        outline: 1px solid transparent;
    }

    50% {
        outline: 4px solid #b5e0cb;
    }

    100% {
        outline: 1px solid transparent;
    }
}

.linestep .line3 {
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.linestep .line3 .check {
    width: 31px;
    height: 31px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linestep .line3 .check.pending {
    border: 3px solid #ccc;
    background-color: #fff;
}

.linestep .line3 .check.pending svg {
    display: none;
    color: #fff;
}

.linestep .line3 .check.pending p {
    margin: 3px 0 0 0;
    font-size: 16px;
    color: #999;
}

.linestep .line3 .check.success {
    border: 3px solid #0c9d56;
    background-color: #0c9d56;
}

.linestep .line3 .check.success p {
    display: none;
    color: #999;
}

.linestep .line3 .check.success svg {
    font-size: 16px;
    color: #fff;
}

.linestep .titlestep {
    font-size: 14px;
    color: #a0a0a0;
    padding: 10px 0 0 0;
    font-weight: bolder;
}

.product-details .pro-side {
    position: sticky;
    top: 12rem;
}

.product-details .price-box .off span {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.product-details .price-box.side .off span {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 14px !important;
}

.bg-pink {
    background: #ff096a;
    border-radius: 0.5rem;
}

.description table {
    margin: auto;
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.description table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.description table>tbody {
    vertical-align: inherit;
}

.description table>thead {
    vertical-align: bottom;
}

.description table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.description .caption-top {
    caption-side: top;
}

.description table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.description table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.description table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.description table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.description table-striped>tbody>tr:nth-of-type(odd)>*,
.description-content table-striped>tbody>tr:nth-of-type(odd)>*,
.compositions-detail table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fdf2ee;
    --bs-table-striped-bg: #fdf2ee;
    background-color: #fdf2ee;
    color: #212529;
}

.description table-striped>tbody>tr:nth-of-type(even)>*,
.description-content table-striped>tbody>tr:nth-of-type(even)>*,
.compositions-detail table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #fff;
    background-color: #fff;
}

.description table p,
.description-content table p,
.compositions-detail table p {
    margin: 0;
}

.description table a,
.description-content table a,
.compositions-detail table a {
    color: #ff8262 !important;
}

.description table a:link,
.description table a:visited,
.description-content table a:link,
.description-content table a:visited,
.compositions-detail table a:link,
.compositions-detail table a:visited {
    color: #ff8262 !important;
}

.description table a:hover,
.description-content table a:hover,
.compositions-detail table a:hover {
    color: #e86a4a !important;
}

.description table a.ck-table-link,
.description-content table a.ck-table-link,
.compositions-detail table a.ck-table-link {
    color: #ff8262 !important;
}

.description table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.description table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.description table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.description table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.description table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.description table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.description table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.description table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.description table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.description table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.description table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .description table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .description table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .description table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .description table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .description table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.description table> :not(caption)>* {
    border-width: 1px 0;
}

.description table> :not(caption)>*>* {
    border-width: 0 1px;
}

.des-more {
    position: relative;
}

.des-more::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #fff);
}

.heightmore {
    height: unset !important;
    overflow: unset !important;
    max-height: unset !important;
}

.heightmore::after {
    content: unset;
}

.modal-login-dialog .nav-tabs .nav-link {
    background: 0 0 !important;
    color: #f4b19f;
    border: 1px solid #f4b19f !important;
    border-radius: 0.5rem;
    font-size: 14px;
}

.modal-login-dialog .nav-tabs .nav-link.active {
    background: #f4b19f !important;
    color: #000;
    border: 1px solid #f4b19f !important;
    border-radius: 0.5rem;
}

.modal-search-dialog .nav-item {
    margin-bottom: -2px !important;
}

.modal-search-dialog .nav-tabs {
    border-width: 3px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.modal-search-dialog .nav-link {
    border: 0 !important;
    white-space: nowrap;
    color: #444;
    font-weight: lighter;
    font-size: 14px;
}

.modal-search-dialog .nav-link:hover {
    color: #444;
}

.modal-search-dialog .nav-link.active {
    border-bottom: 3px solid #000 !important;
    border-color: #000 !important;
    border-width: 3px !important;
    font-weight: 700;
}

.modal-search-dialog .tab-badge {
    background-color: #eee;
    border-radius: 0.25rem;
    font-size: 10px;
    color: #444;
    padding: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    margin-right: 0.5rem;
}

.modal-search-dialog .overflow-suggest {
    max-height: 18rem;
    overflow-y: auto;
}

.search-list .overlay-serach {
    background: rgba(255, 255, 255, 0.8);
}

.search-list .btn-id {
    background: #f96;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 14px;
    color: #fff !important;
    min-width: 6rem;
}

.search-list .id-position {
    position: absolute;
    top: -11rem;
}

.suggest {
    background-color: #fff;
    display: none;
    position: relative;
    z-index: 2000;
    border-radius: 10px;
    animation: suggest 0.4s ease-in-out;
    max-height: 27rem;
    overflow-y: scroll;
    scrollbar-width: none;
    top: 100%;
}

@keyframes suggest {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 27rem;
    }
}

.suggest-parent {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.suggest-parent select {
    background-color: transparent;
    width: max-content;
    font-size: 12px;
    border: 0;
    border-left: 1px solid #a6a6a6;
}

.suggest-parent select:focus {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    color: #1a1a1a;
}

.suggest-input::placeholder {
    opacity: 0.5;
}

.suggest-input {
    font-size: 14px !important;
}

.suggest-input:focus {
    border-radius: 10px !important;
}

.suggest-items {
    padding-right: 0;
    transition: 0.5s ease-in-out;
    color: #000;
}

.suggest-items:hover {
    padding-right: 5px;
    color: #f4b19f;
}

.suggest-items-end {
    padding-right: 0;
    transition: 0.5s ease-in-out;
    list-style: none;
    color: #000;
}

.suggest-items-end .suggest-link {
    background-color: #000;
    color: #fff;
    padding: 7.5px 5px;
    border-radius: 10px;
}

.suggest-items:hover .suggest-link {
    color: #000 !important;
}

.suggest-link {
    font-size: 12px;
    transition: 0.5s ease-in-out;
    display: flex;
    position: relative;
    bottom: 2px;
}

.suggest-items-pro {
    list-style: none;
    display: block ruby;
    color: #fff;
    text-align: center;
    padding: 0.25rem 0 0.25rem 0.5rem;
    text-decoration: none;
    min-width: 40%;
    width: 40%;
    margin: 0 0.1rem;
    font-size: 0.9rem;
}

.suggest-items-pro a {
    flex-direction: column;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 10px;
}

.suggest-items-pro a img {
    border-radius: 10px;
}

.suggest-items-pro .suggest-link-name {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5rem;
}

.suggest-ul-pro {
    overflow-x: auto;
    scrollbar-width: none;
}

.new-header .carousel-control-next,
.new-header .carousel-control-prev {
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    border-radius: 50%;
    background: #212529;
}

.new-header .header-cart {
    background: 0 0;
}

.new-header .header-cart .title-event {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem 0.5rem 0 0;
    transition: 0.5s;
    margin-bottom: -5rem;
}

.new-header .header-cart:hover .title-event {
    margin-bottom: 0;
}

@keyframes header {
    0% {
        height: 4.5rem;
    }

    100% {
        height: max-content;
    }
}

.new-header .carousel-control-next span,
.new-header .carousel-control-prev span {
    width: 1.5rem;
    height: 1.5rem;
}

.new-header .carousel-control-next {
    left: 2rem;
}

.new-header .carousel-control-prev {
    right: 2rem;
}

.new-header .owl-carousel-header .owl-nav button {
    position: absolute;
    background: #fff;
    top: 40%;
    margin: 0;
    padding: 1rem 0.25rem !important;
}

.new-header .owl-carousel-header .owl-nav .owl-next {
    left: 10px;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #313131;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.new-header .owl-carousel-header .owl-nav .owl-next:hover {
    opacity: 1;
}

.new-header .owl-carousel-header .owl-nav .owl-prev {
    right: 10px;
    box-shadow: -5px 0 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem 0 0 0.75rem;
    background: #313131;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.new-header .owl-carousel-header .owl-nav .owl-prev:hover {
    opacity: 1;
}

.new-header .owl-carousel-header .owl-nav .owl-next span,
.new-header .owl-carousel-header .owl-nav .owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.new-header .owl-carousel-header .owl-nav .disabled {
    opacity: 0.5;
    box-shadow: none;
}

.new-header .owl-carousel-header .owl-nav .disabled i {
    color: #999;
}

.owl-carousel-header,
.owl-carousel-header .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.no-js .owl-carousel-header,
.owl-carousel-header.owl-loaded {
    display: block;
}

.owl-carousel-header {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-header .owl-dots {
    position: absolute;
    top: 0;
    margin: 0;
    left: 1rem;
    background: 0 0;
}

.owl-carousel-header .owl-dots .owl-dot span {
    width: 0.5rem;
    height: 0.5rem;
    margin: 3px;
    background-color: #fff !important;
}

.owl-carousel-header .owl-dots .owl-dot.active span {
    background-color: #010101 !important;
}

.owl-carousel-header .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-header .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-header .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-header .owl-item,
.owl-carousel-header .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-header .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-header .owl-item img {
    display: block;
}

.owl-carousel-header .owl-dots.disabled,
.owl-carousel-header .owl-nav.disabled {
    display: none;
}

.owl-carousel-header .owl-dot,
.owl-carousel-header .owl-nav .owl-next,
.owl-carousel-header .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-header .owl-nav button.owl-next,
.owl-carousel-header .owl-nav button.owl-prev,
.owl-carousel-header button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 2rem;
}

.owl-carousel-header.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-header.owl-hidden {
    opacity: 0;
}

.owl-carousel-header.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-header.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-header.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-header.owl-rtl {
    direction: rtl;
}

.owl-carousel-header.owl-rtl .owl-item {
    float: right;
}

.owl-carousel-header .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel-header .owl-animated-in {
    z-index: 0;
}

.owl-carousel-header .owl-animated-out {
    z-index: 1;
}

.owl-carousel-header .fadeOut {
    animation-name: fadeOut;
}

.owl-carousel-header .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel-header .owl-item .owl-lazy:not([src]),
.owl-carousel-header .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel-header .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel-header .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-header .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel-header .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-header .owl-video-playing .owl-video-play-icon,
.owl-carousel-header .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel-header .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel-header .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel-header .owl-nav {
    bottom: 108%;
}

.pink-light {
    background: #f4b19f5e;
}

.green-light {
    background: #6abf0045;
}

.orange-light {
    background: #fda7314f;
}

.purple-light {
    background: #c40cc433;
}

.red-light {
    background: #ff000021;
}

.white {
    background: #fff;
}

.yasi {
    background: #d6caff;
}

.btn.heart:active {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) inset;
    transform: scale(0.9);
}

.light-orange {
    background: #fde8e3 !important;
    color: #444 !important;
}

.light-green {
    background: #0da6000d !important;
    color: #136a42 !important;
}

.dark-mode {
    background: #212529 !important;
    color: #fff !important;
}

.light-black {
    background: #21252914 !important;
    color: #444 !important;
}

.header-cart .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}

.header-cart .title {
    font-size: 24px;
}

.header-cart .title .discount {
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

.header-cart .link {
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 8px 20px 6px 20px;
    border-radius: 30px;
}

.header-cart .link-new {
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 8px 12px 6px 12px;
    border-radius: 30px;
    width: max-content;
    white-space: nowrap;
    text-align: center;
}

.header-cart .title-banner {
    height: 3.25rem !important;
    line-height: 1;
}

.new-header .item:hover .description p {
    text-decoration: underline;
}

.discount-section {
    height: 480px;
}

.discount-section .side-discount a {
    color: #212121;
}

.discount-section .side-discount img {
    position: relative;
    right: -20px;
    top: -20px;
}

.discount-section .news-back .side-discount img {
    top: 30px;
    width: 95%;
    right: unset;
}

.discount-section .news-back .see-all {
    position: absolute;
    left: 3rem;
    text-decoration: underline;
    top: -15px;
    background: #efe8e8;
    padding: 2px 12px;
    color: #3f3835;
    font-weight: 700;
}

.discount-section .tabs {
    padding: 0 30px;
}

.discount-section .tabs .nav-link {
    background: unset;
    border: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 14px;
    color: #212121;
    transition: 0.3s;
    line-height: 1;
    padding: 10px 20px 6px 20px;
}

.discount-section .tabs .nav-link.active {
    background: #fff;
    color: #d68260;
}

.discount-section .back-discount {
    background: #f4b19f;
    border-radius: 20px 20px 20px 50px;
    padding: 30px 30px;
    height: 337px;
}

.discount-section .news-back {
    background: 0 0 !important;
    border: 1px solid #f4b19f;
    border-radius: 20px !important;
    position: relative;
}

.discount-section .most-pro .side-discount img {
    width: 75% !important;
    margin: auto !important;
    display: block;
}

.support-section {
    margin-top: 100px;
    background-size: cover;
    background-position: center;
    padding: 35px 0 35px 0;
}

.support-section img {
    height: 100%;
    object-fit: cover;
    background-position: bottom;
    border-radius: 20px 20px 20px 0;
}

.support-section .to-support {
    border-radius: 10px;
    text-align: center;
    padding: 8px 12px;
    background: #d68260;
    color: #fff;
    border: 1px solid #d68260;
    transition: 0.5s;
}

.support-section .to-support:hover {
    background: #fff;
    border-color: #d68260;
    color: #d68260;
}

.support-section img.img-4 {
    object-fit: unset;
    height: auto;
}

.newest-products {
    margin-top: 80px;
}

.newest-products .title::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    background: radial-gradient(#f4b19f, transparent 80%);
    height: 1px;
}

.newest-products .title::before {
    content: "";
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    right: 0;
    background: #f4b19f;
    width: 200px;
    margin: auto;
    height: 8px;
    border-radius: 4px;
}

.newest-products .tabs::after,
.newest-products .tabs::before {
    content: unset !important;
}

.newest-products .tabs .nav-link {
    background: unset;
    border: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 14px;
    color: #212121;
    transition: 0.3s;
    line-height: 1;
    padding: 10px 20px 6px 20px;
}

.newest-products .tabs .nav-link.active {
    background: #fff;
    color: #d68260;
}

.newest-products .see-all {
    text-decoration: underline;
    color: #3f3835;
    font-weight: 700;
}

.new-cart .steps-new ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-cart .steps-new li {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}

.new-cart .steps-new li::after {
    content: "\F12F";
    position: absolute;
    right: -60px;
    bottom: 20px;
    width: 1rem;
    height: 0.5rem;
    font-size: 20px;
}

.new-cart .steps-new li::before {
    content: "\F12F";
    position: absolute;
    left: -60px;
    bottom: 20px;
    width: 1rem;
    height: 0.5rem;
    font-size: 20px;
}

.new-cart .steps-new li:first-child {
    margin-right: 0;
}

.new-cart .steps-new li:first-child::after,
.new-cart .steps-new li:first-child::before,
.new-cart .steps-new li:last-child::after,
.new-cart .steps-new li:last-child::before {
    content: unset !important;
}

.new-cart .steps-new li:last-child {
    margin-left: 0;
}

.new-cart .steps-new li a {
    color: #000;
}

.new-cart .steps-new li.active a {
    color: #ff3535;
}

.new-cart .steps-new li.passed a {
    color: #595959;
}

.new-cart .steps-new li i {
    background: #fff;
    border-radius: 5px;
    padding: 9px;
    font-size: 25px;
    transform: rotateY(180deg);
}

.new-cart .alert .toast {
    border-radius: 5px;
}

.new-cart .alert .toast-header {
    border-radius: 5px;
    background: rgba(244, 177, 159, 0.36);
}

.new-cart .alert .toast-header li {
    list-style: none;
}

.new-cart .products .btn-delete {
    border-radius: 5px;
    background: #ff3535;
    padding: 3px 14px 4px 7px;
    color: #fff;
    font-size: 12px;
}

.new-cart .products .cart-pro {
    background: #fff;
    border-radius: 5px;
    padding: 0 1rem;
}

.new-cart .products .cart-pro .name {
    font-size: 14px;
}

.new-cart .products .count {
    border-radius: 5px;
    border: 1px solid #6c6c6c;
    width: 6rem;
    font-size: 14px;
}

.new-cart .products .count select {
    background-color: #fff;
    padding: 0.375rem 1rem 0.375rem 0.25rem;
    background-position: right 0.75rem;
    text-align: left;
    font-size: 14px;
    border: 0;
}

.new-cart .products .count select:focus {
    background-size: 16px 12px;
    background-repeat: no-repeat;
    color: #000;
    background-position: right 0.75rem;
}

.new-cart .products .percent {
    border-radius: 5px;
    background: #f4b19f;
    width: 32px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.new-cart .club .header {
    border-radius: 5px 5px 0 0;
    background: rgba(25, 135, 84, 0.26);
    padding: 11px 0 8px 0;
}

.new-cart .club .body {
    padding: 1rem;
}

.new-cart .club .body .club-pro {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.new-cart .club .body .club-pro .btn-club-pro {
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 0, 0.33);
    color: red;
}

.new-cart .cart-price {
    top: 5rem;
}

.new-cart .cart-price .price {
    border-radius: 5px !important;
    border: 1px solid #a1a1a1;
    padding: 8px 12px;
}

.new-cart .cart-price li {
    border-radius: 0 !important;
}

.new-cart .cart-price li .discount {
    color: #178038;
}

.new-cart .address .btn-add-address {
    border: 1px dashed #ff8767;
    color: #000;
}

.new-cart .address .add-address-form select {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background-color: #fff;
    color: #6c6c6c;
    font-size: 14px;
}

.new-cart .address .add-address-form select:focus {
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: left 0.75rem center;
    color: #000;
}

.new-cart .address .add-address-form input,
.new-cart .address .add-address-form textarea {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background-color: #fff;
    font-size: 14px;
}

.new-cart .address .add-address-form input::-webkit-inner-spin-button,
.new-cart .address .add-address-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.new-cart .address .add-address-form input::placeholder,
.new-cart .address .add-address-form text-area::placeholder {
    color: #6c6c6c;
}

.new-cart .address .btn-edit-address {
    border-radius: 5px;
    background: #ffded4;
}

.new-cart .address .list-address .form-check-label {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background: #fff;
    padding-right: 40px !important;
    padding: 0.5rem;
    margin: 0;
}

.new-cart .address .list-address .form-check-input {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    float: unset !important;
    border-color: #ff8767 !important;
    width: 20px;
    height: 20px;
}

.new-cart .address .list-address .form-check-input:checked {
    background-color: #ff8767;
}

.new-cart .address .list-address .form-check-input:checked+.form-check-label {
    border-color: #ff8767;
}

.new-cart .post .list-post .form-check-label {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background: #fff;
    padding-right: 40px !important;
    padding: 0.5rem;
    margin: 0;
}

.new-cart .post .list-post .form-check-input {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    float: unset !important;
    border-color: #ff8767 !important;
    width: 20px;
    height: 20px;
}

.new-cart .post .list-post .form-check-input:checked {
    background-color: #ff8767;
}

.new-cart .post .list-post .form-check-input:checked+.form-check-label {
    border-color: #ff8767;
}

.new-cart .step-three-header {
    border-radius: 5px 5px 0 0;
    background: #f1d4cd;
    padding: 12px 0;
}

.new-cart .count.step-three {
    width: 4rem;
}

.new-cart .code {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background: #fff;
}

.new-cart .other textarea {
    border-color: #efe8e8 !important;
}

.new-cart .other .form-check-input {
    width: 20px;
    height: 20px;
}

.new-cart .other .form-check-input:checked {
    background-color: #ff8767;
}

.thank-you {
    background-size: cover;
}

.club-offer .tickets::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #eee, #fff);
    position: absolute;
    bottom: 1.9rem;
    right: -0.5rem;
}

.club-offer .tickets::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #fff, #eee);
    position: absolute;
    bottom: 1.9rem;
    left: -0.5rem;
}

.club-offer .tickets {
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.club-offer .tickets .discount {
    border-top: 2px dashed #eee;
}

.events-list .event-item {
    background: linear-gradient(180deg, #fff, #f4b19f75);
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.events-list .event-item .event-day {
    width: 7rem;
    height: 1.75rem;
    background: #ff8767;
    color: #fff;
    position: absolute;
    left: -26px;
    top: 16px;
    transform: rotate(-45deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback {
    margin: 7rem 0;
}

.feedback .product img {
    margin-right: -1rem;
}

.feedback .product {
    margin-top: -5rem;
}

.feedback .starrating>label {
    color: rgba(153, 153, 153, 0.5);
    text-align: center;
    margin: 0 10px !important;
}

.feedback .starrating>label small {
    color: rgba(153, 153, 153, 0.5);
    font-size: 12px !important;
}

.feedback .starrating>input {
    display: none;
}

.feedback .starrating>label::before {
    content: "★";
    margin: 0 0.25vh;
    font-size: 4vh;
    display: flex;
    cursor: pointer;
    height: 4vh;
    width: 4vh;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.feedback .nav-tabs {
    border-radius: 0.75rem 0.75rem 0 0;
}

.feedback .nav-tabs .nav-link {
    border: 0;
    border-radius: 0.75rem 0.75rem 0 0;
    isolation: isolate;
    transition: unset;
    border-bottom: 1px solid #ddd !important;
}

.feedback .nav-tabs .nav-link:hover {
    border: 0;
}

.feedback .nav-tabs .nav-link.active {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) inset;
}

.feedback .nav-tabs .nav-link.active.success-tab {
    border: 0;
    border-bottom: 1px solid green !important;
    color: green;
    border-top-left-radius: 0;
}

.feedback .nav-tabs .nav-link.active.danger-tab {
    border: 0;
    border-bottom: 1px solid #b41e1e !important;
    color: #b41e1e;
    border-top-right-radius: 0;
}

.feedback .form-check-label {
    border-radius: 5px;
    border: 1px solid #efe8e8;
    background: #fff;
    padding: 0.5rem;
    margin: 0;
    text-align: center;
}

.feedback .form-check-input {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    float: unset !important;
    border-color: #ff8767 !important;
    width: 20px;
    height: 20px;
}

.feedback .success-content .form-check-input:checked {
    background-color: green;
}

.feedback .success-content .form-check-input:checked+.form-check-label {
    border-color: green;
    color: green;
}

.feedback .danger-content .form-check-input:checked {
    background-color: #b41e1e;
}

.feedback .danger-content .form-check-input:checked+.form-check-label {
    border-color: #b41e1e;
    color: #b41e1e;
}

.feedback .tab-content {
    border-radius: 0 0 0.75rem 0.75rem;
}

.feedback .des {
    border: 1px dashed #ccc;
    border-radius: 0.75rem;
}

.feedback .starrating>input:checked~label:nth-child(2),
.feedback .starrating>input:checked~label:nth-child(2) small {
    color: #f96 !important;
}

.feedback .starrating>input:checked~label:nth-child(4),
.feedback .starrating>input:checked~label:nth-child(4) small {
    color: #ff9966d9 !important;
}

.feedback .starrating>input:checked~label:nth-child(6),
.feedback .starrating>input:checked~label:nth-child(6) small {
    color: #ff9966a6 !important;
}

.feedback .starrating>input:checked~label:nth-child(8),
.feedback .starrating>input:checked~label:nth-child(8) small {
    color: #ff996680 !important;
}

.feedback .starrating>input:checked~label:nth-child(10),
.feedback .starrating>input:checked~label:nth-child(10) small {
    color: #ff996654 !important;
}

.club .club-coins {
    background: rgb(244 138 62 / 43%);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-weight: 700;
}

.club .header .nav-tabs .nav-link {
    border-radius: 1rem;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    color: #777;
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}

.club .header .nav-tabs .nav-link img {
    opacity: 0.5;
}

.club .header .nav-tabs .nav-link.active {
    border-color: #f96 !important;
    color: #000 !important;
    font-weight: 700;
}

.club .header .nav-tabs .nav-link.active img {
    opacity: 1;
}

.club .tickets {
    border-radius: 0.75rem;
}

.club .tickets .footer {
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
}

.club .tickets::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #efe8e8;
    position: absolute;
    bottom: 2.75rem;
    right: -0.5rem;
}

.club .tickets::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #efe8e8;
    position: absolute;
    bottom: 2.75rem;
    left: -0.5rem;
}

.club .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.club .input-code {
    font-size: 14px;
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, 0.6);
    text-align: center;
    width: max-content;
}

.club .btn-code {
    background: #91ffcc66;
    color: #086908;
    border: 0;
    font-size: 13px;
}

.club .code-description {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.6);
}

.des-fav .fa-name {
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description-event .des-inner .button {
    transition: unset !important;
    background: #f4b19f;
    border-radius: 1rem;
    font-size: 14px;
    border: 0;
    width: max-content;
}

.description-event .des-inner input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.description-event .des-inner .p {
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    transition: max-height 0.5s ease;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    line-height: 1.75rem;
    font-size: 0.9rem;
    position: relative;
}

.description-event .des-inner .p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0,
            #efe8e8 100%);
}

.description-event .des-inner input:checked+.p {
    -webkit-line-clamp: unset;
    max-height: max-content !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
}

.description-event .des-inner input:checked+.p::after {
    content: unset !important;
}

.description-event .des-inner input:checked~.button {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.article-details .description .card-pro .bxs figure .figure-inn img {
    width: auto !important;
}

.product-list .sidebar .el-slider__bar {
    background-color: #f96;
}

.product-list .sidebar .el-slider__button {
    border-color: #f96 !important;
}

.comment .file-input {
    border: 1px solid #f4b19f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: max-content;
    background-color: #fff;
    font-size: 13px;
}

.comment .file-input .input-file {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.carousel-control-prev,
.comment-images .carousel-control-next {
    top: unset !important;
    bottom: unset !important;
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.comment .btn-delete-image {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}

.comment .btn-delete-image:hover {
    color: #fff;
}

.comment-item-br {
    border: 1px solid #dee2e6 !important;
    border-radius: 20px;
    margin-top: 1rem !important;
    padding: 0.5rem;
}

.events-page select:focus {
    border-color: #999;
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
}

.events-page select {
    font-size: 14px !important;
}

.cat-carousel-card .title {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* margin-bottom: 0.5rem !important; */
    color: #555;
}

.detail-description h3 {
    font-size: 16px !important;
}

.detail-description h2 {
    font-size: 22px !important;
}

.quiz-list h1 {
    color: #000 !important;
}

.payment .form-check .form-check-input[type="radio"]:focus {
    background-color: #000 !important;
}

.payment .form-check .form-check-input[type="radio"]:checked {
    background-color: #000 !important;
}

.new-menu-ak {
    background: #fff;
}

.new-menu-ak .search {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 0.25rem;
    margin: auto;
}

.new-menu-ak .search input {
    border-radius: 1rem;
    border: 0 !important;
    box-shadow: none !important;
    color: #212121;
    background: 0 0 !important;
}

.new-menu-ak .search select {
    background-color: transparent;
    border: 0;
    border-left: 1px solid #a6a6a6;
    color: #212121;
    border-radius: 0;
    width: max-content;
}

.new-menu-ak .search select:focus {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
}

.new-menu-ak .search input:focus {
    box-shadow: none !important;
}

.new-menu-ak .search input::placeholder {
    font-weight: 100;
    color: #636363;
}

.new-menu-ak .left-box li {
    margin-right: 16px;
}

.new-menu-ak .left-box li.support {
    margin-left: 30px;
}

.new-menu-ak .left-box li.support span {
    color: #636363;
    font-size: 14px;
}

.new-menu-ak .left-box li.support p {
    font-size: 20px;
    line-height: 1;
}

.new-menu-ak .left-box li .cart-number,
.new-mobile-menu-ak .cart-number {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d68260;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -6px;
    right: -6px;
}

.new-menu-ak .left-box li .tooltip-new {
    display: none;
    opacity: 0;
    z-index: 1040;
    font-size: 0.7rem;
    width: max-content;
}

.new-menu-ak .left-box li .cart .cart-price span {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 1;
}

.new-menu-ak .left-box li .cart .cart-price p {
    font-size: 12px;
    color: #636363;
}

.new-menu-ak .left-box li:hover .tooltip-new {
    display: block !important;
    opacity: 1;
    position: absolute;
    top: 95%;
    padding: 0.1rem 0.4rem;
    left: 15px;
    background: #000;
    color: #fff;
    border-radius: 0 1rem 1rem 1rem;
    animation: tool 0.5s ease-in-out;
}

.new-menu-ak .left-box .btn-contact {
    background: #f96;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #f96;
    transition: 0.5s;
}

.new-menu-ak .left-box .btn-contact:hover {
    background: 0 0;
    color: #f96;
    border: 1px solid #f96;
}

.new-menu-ak .main li {
    margin-left: 30px;
}

.new-menu-ak .main li a {
    padding: 8px 10px;
    display: block;
}

.new-menu-ak .main li .mega-box {
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 1;
    animation: mega 0.6s ease-in-out;
}

.new-menu-ak .main li.mega .mega-box a {
    font-size: 0.8rem;
    color: #333;
    transition: 0.5s ease-in-out;
    width: max-content;
}

.new-menu-ak .main li.mega .mega-box a:hover {
    color: #000;
}

.new-menu-ak .main li.mega:hover .mega-box {
    display: block;
}

.new-menu-ak .main li.mega .mega-box li {
    padding: 0.25rem 0;
}

.new-menu-ak .main .mega-box.brand .h-brands {
    max-height: 200px;
    overflow: auto;
}

.new-menu-ak .main .mega-box.brand input {
    background: #f0f0f0;
    color: #6f6f6f;
    border-radius: 0.75rem;
    font-size: 14px;
    border: 0;
    margin: 10px 0 20px 0;
}

.new-menu-ak .main .mega-box.brand input::placeholder {
    color: #6f6f6f !important;
}

.new-menu-ak .main .mega-box.brand input:focus {
    box-shadow: none !important;
}

.new-mobile-menu-ak .forminp {
    height: 2.5rem;
    background: #fff;
    border-radius: 10px;
    background: #f0f0f0;
}

.blog-star .starrating>input:checked~label {
    color: #ffca08;
}

.blog-star .starrating>label {
    color: rgba(207, 207, 207, 0.5);
}

.blog-star .starrating>label:hover~label {
    color: #ffca08;
}

.blog-star .starrating>label:hover {
    color: #ffca08;
}

.blog-star .starrating>input {
    display: none;
}

.blog-star .starrating>label::before {
    content: "\F586";
    margin: 0 2px;
    font-size: 35px;
    display: flex;
    cursor: pointer;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
}

.blog-star .success {
    background-color: #d5ffd4;
    color: green;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 14px;
    width: max-content;
    margin: auto;
}

.widget-toc {
    margin-bottom: 1rem;
}

.widget-toc ol li a {
    margin-bottom: 6px;
    display: block;
    color: #555;
}

.widget-toc .accordion-collapse {
    border-width: 1px 1px;
}

.widget-toc .accordion-button:not(.collapsed) {
    color: #000;
    background: #ff996670;
}

.widget-toc .accordion-button::after {
    filter: brightness(0);
}

.widget-toc ol {
    list-style: initial !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .new-menu-ak .left-box li.support {
        margin-left: 10px !important;
    }
}

@keyframes scrolly1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-25%);
    }
}

.like .number-like {
    color: #444;
    font-size: 12px;
}

.dislike .number-dislike {
    color: #444;
    font-size: 12px;
}

.description .table-responsive th,
td {
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.description .table-responsive {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.description .table-responsive::-webkit-scrollbar {
    display: none;
}

.not-recommending.text-danger {
    font-size: 11px;
    background-color: #ff00002b;
    padding: 3px 8px;
    border-radius: 30px !important;
}

.not-recommending.text-success {
    background-color: #19875433;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 30px !important;
}


.like .like-btn .like-empty {
    width: 15px !important;
    height: 15px !important;
}

.dislike .dislike-btn .dislike-empty {
    width: 15px !important;
    height: 15px !important;
}

.comment-item-br .img-user {
    width: 100% !important;
}

.table-helper {
    display: none;
    margin-bottom: 10px;
    text-align: center;
}

.table-helper img {
    width: 30px !important;
    margin: unset !important;
    margin-right: auto !important;
}

.table-helper .img-helper-table {
    width: 20px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    animation: leftRight 1s infinite ease-in-out;
}

@keyframes leftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.img-blog-deatil {
    width: 100% !important;
    height: auto !important;
}

table th,
tr {
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

.description h2,
h3,
h4,
h5,
h6,
p,
li,
ol {
    text-align: unset !important;
}

.edit-number-panel:hover,
.edit-number-panel {
    font-size: 10px;
    background-color: #f4b19f;
    color: #fff;
    border-radius: 30px;
    padding: 2px 8px;
    margin-bottom: 5px;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.ui-slider-handle:focus-visible {
    border: 0px !important;
    outline: none !important;
}

.side-panel .coin {
    background-color: #ffce00;
    height: 25px;
    gap: 5px;
    padding: 0px 0px 0px 10px;
}

.side-panel .birthday {
    background-color: pink;
    height: 25px;
    padding: 0px 10px;
}

.side-panel .coin small,
.side-panel .birthday small {
    padding: 2px 0 0 0;
    font-size: 12px;
}

.side-panel .birthday .bi-pencil {
    color: #f895a6
}

.owl-carousel-category .owl-nav {
    width: max-content;
    position: absolute;
    margin-right: auto;
    bottom: 109%;
    left: 5px;
    gap: 10px;
}

.cat-list-mb ul {
    display: flex;
    list-style: none;
    align-items: flex-start;
    overflow-x: auto;
    gap: 8px;
}

.cat-list-mb ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 992px) {
    .cat-list-mb ul a span {
        width: 75px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .cat-list-mb ul a span {
        width: 100px;
        font-size: 14px;
    }

    .cat-list-mb ul {
        gap: 8px;
    }
}

.mz-expand .mz-image-stage>figure {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 1 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
}

.mz-expand .mz-image-stage::before,
.mz-expand .mz-image-stage>figure::before {
    content: none !important;
}

button.mz-button.mz-button-close::before,
button.mz-button.mz-button-next::before,
button.mz-button.mz-button-prev::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(89%) saturate(7461%) hue-rotate(66deg) brightness(104%) contrast(108%);
}

.button.mz-button {
    width: 45px !important;
    height: 45px !important;
}

.mega-box .cat-ul {
    column-count: 4;
    column-gap: 2rem;
}

.li-main {
    break-inside: avoid;
}

.mega-box .link-mega {
    color: #f4b19f !important;
    font-size: 18px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mega-box .link-text {
    font-size: 0.9rem !important;
    color: #333;
    transition: 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bg-mega-menu-desktop {
    max-height: 450px;
    overflow-y: scroll;
}

.product-details .info .text-en {
    font-family: sans-serif !important;
}

.cart-pro .delete-item {
    cursor: pointer;
}

.btn-ticket-panel {
    margin-right: auto;
    border-radius: 0px;
    font-size: 14px;
    background-color: #02db3926;
    border: 1px solid #008e24;
    color: #008e24 !important;
}

.btn-ticket-panel i {
    font-size: 20px;
}

.descraption-ticket {
    background: #ff00000a;
    font-size: 13px;
    color: #f009;
}

/* تغییرات و بهبود صفحه چت تیکت ها */

.min-h-tickes-messages {
    max-height: 500px;
    overflow-y: auto;
    background-image: url('../images/comticts-back-page.png');
    background-size:110%;
}

.min-h-tickes-messages::-webkit-scrollbar {
    display: none !important;
}

.min-h-tickes-messages .first-message-from-customer::after  {
content: "";
    position: absolute;
    bottom: 15px;
    right: -6px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #efe8e8;
    rotate: 11deg;
    border-radius: 5px;
}

.min-h-tickes-messages .first-message-from-admin::after {
content: "";
    position: absolute;
    bottom: 15px;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid rgb(248, 249, 250);
    rotate: -21deg;
    border-radius: 5px;
}

.min-h-tickes-messages .first-message-from-customer ,
.min-h-tickes-messages .first-message-from-admin {
  width: fit-content;
}

.min-h-tickes-messages .first-message-from-customer p ,
.min-h-tickes-messages .first-message-from-admin p {
    /* white-space: pre-line; */
    line-height: 1.4%;
}

.min-h-tickes-messages .first-message-from-admin .rounded-3 {
        justify-content: end;
    margin-right: auto;
}


.font-15 {
    font-size: 15px;
}


.font-14 {
    font-size: 14px;
}



.custom-hidden {
    display: none !important;
}


.form-controlpaowe::placeholder {
  color: #00000080 !important;
  font-size:14px;
}


@media (max-width: 992px) {
    .min-h-tickes-messages {
        max-height: 400px;
    }
}

.file-downloading {
    width: 120px;
    height: 120px;
    background-color: #f8f9fa;
}
.white-filter {
    filter: invert(1) brightness(1);
}

.exampleModal-pro-zoom .btn-close {
    width: 1.5rem !important;
    height: 1.5rem !important;
    opacity: 1 !important;
    background: transparent 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/2em auto no-repeat;
}

.exampleModal-pro-zoom .modal-content {
    background-color: #000000eb !important;
}

.modalmodal {
    z-index: 2378647812342 !important;
}

.exampleModal-pro-zoom .btn-close:focus {
    box-shadow: unset !important;
}

.modalmodal .carousel-control-next {
    background-color: #f4b19f;
    width: 50px !important;
    left: 0px;
    opacity: 1 !important;
    height: 50px !important;
    margin: auto;
}

.modalmodal .carousel-control-prev {
    background-color: #f4b19f;
    width: 50px !important;
    right: 0px;
    opacity: 1 !important;
    height: 50px !important;
    margin: auto;
    top: 0 !important;
    bottom: 0 !important;
    border-radius: unset !important;
}

@media (max-width:768px) {
    .modalmodal .carousel-control-prev ,
    .modalmodal .carousel-control-next{
        background-color: #00000033 !important;
    }

        .zoom-wrapper {
        overflow:hidden;          /* جلوگیری از بیرون زدن */
        touch-action: none;
        align-content: center !important;
    }


    .zoom-img {
        transform-origin:center center;
        transition: transform 0.2s ease-out;
        height: 58vh !important;
    }
}

.mz-figure a {
    display: none !important;
    opacity: 0 !important;
}

.mz-loading {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
}

/* ظرف دراپ‌داون */
.dropdown-hover-newbest {
    position: relative;
}

/* منوی مخفی (بالا → پایین) */
.dropdown-menu-hover-newbest {
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    background-color: #fff;
    box-shadow: 0 2.5px 5px 0 rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
    z-index: 999;
}

.dropdown-hover-newbest:hover .dropdown-menu-hover-newbest {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item-hover-newbest {
    display: block;
    padding: 8px 12px;
    color: #333 !important;
    font-size: 14px;
    text-decoration: none;
}

.vibe-mother-box .card-pro {
    min-height: 380px;
}
