@charset "UTF-8";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0
}

@page {
    margin: 0
}

.page {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always
}

body.A3 .page {
    width: 297mm;
    height: 419mm
}

body.A3.landscape .page {
    width: 420mm;
    height: 296mm
}

body.A4 .page {
    width: 210mm;
    height: 296mm
}

body.A4.landscape .page {
    width: 297mm;
    height: 209mm
}

body.A5 .page {
    width: 148mm;
    height: 209mm
}

body.A5.landscape .page {
    width: 210mm;
    height: 147mm
}

body.letter .page {
    width: 216mm;
    height: 279mm
}

body.letter.landscape .page {
    width: 280mm;
    height: 215mm
}

body.legal .page {
    width: 216mm;
    height: 356mm
}

body.legal.landscape .page {
    width: 357mm;
    height: 215mm
}

.page.padding-10mm {
    padding: 10mm
}

.page.padding-15mm {
    padding: 15mm
}

.page.padding-20mm {
    padding: 20mm
}

.page.padding-25mm {
    padding: 25mm
}

@media screen {
    body {
        background: #e0e0e0
    }
    .page {
        background: #fff;
        box-shadow: 0 .5mm 2mm rgba(0, 0, 0, .3);
        margin: 5mm auto
    }
}

.document .only-print {
    display: none
}

@media print {
    body.A3.landscape {
        width: 420mm
    }
    body.A3,
    body.A4.landscape {
        width: 297mm
    }
    body.A4,
    body.A5.landscape {
        width: 210mm
    }
    body.A5 {
        width: 148mm
    }
    body.legal,
    body.letter {
        width: 216mm
    }
    body.letter.landscape {
        width: 280mm
    }
    body.legal.landscape {
        width: 357mm
    }
    .breadcrumb,
    .no-print,
    app-footer,
    app-header,
    app-user-menu {
        display: none !important
    }
    .document {
        min-height: 400px !important;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .document .only-print {
        display: block !important
    }
}

.head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px
}

.head__right .logo {
    max-width: 100%;
    height: auto
}

.head__left {
    padding: 15px;
    border: 1px solid #000
}

.head__left .title-separate {
    margin: 0
}

.print-table-first {
    width: 100%;
    border-collapse: collapse
}

.print-table-first td,
.print-table-first th {
    padding: 10px 7px;
    border-bottom: 0
}

.print-table-second {
    width: 100%;
    border-spacing: 1px;
    border-collapse: collapse
}

.print-table-second td,
.print-table-second th {
    padding: 10px 7px
}

.print-table-second tr td strong,
.print-table-second tr th strong {
    margin-right: 7px
}

.print-table-third {
    width: 100%;
    border-spacing: 2px;
    border-collapse: collapse
}

.print-table-third,
.print-table-third tr td,
.print-table-third tr th {
    padding: 10px 7px;
    border-bottom: 1px solid #000
}

.tbl-head {
    text-align: center;
    width: 50%;
    background: #e0e0e0;
    padding: 1.8mm 0;
    text-transform: uppercase
}

.tbl-head-2 {
    text-align: center;
    background: #e0e0e0;
    padding: 1.8mm 0;
    text-transform: capitalize
}

.last-td {
    border-left: 1px solid #000
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    animation: 1s steps(8) infinite fa-spin
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(fa-brands-400.748ab466bee11e0b2132.eot);
    src: url(fa-brands-400.748ab466bee11e0b2132.eot?#iefix) format("embedded-opentype"), url(fa-brands-400.3654744dc6d6c37c9b35.woff2) format("woff2"), url(fa-brands-400.2248542e1bbbd548a157.woff) format("woff"), url(fa-brands-400.7febe26eeb4dd8e3a3c6.ttf) format("truetype"), url(fa-brands-400.b032e14eac87e3001396.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(fa-regular-400.b58f468f84168d61e0eb.eot);
    src: url(fa-regular-400.b58f468f84168d61e0eb.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.33f727ccde4b05c0ed14.woff2) format("woff2"), url(fa-regular-400.f3dd4f397fbc5aaf831b.woff) format("woff"), url(fa-regular-400.54f142e03adc6da499c2.ttf) format("truetype"), url(fa-regular-400.3929b3ef871fa90bbb4e.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(fa-solid-900.035a137af03db6f1af76.eot);
    src: url(fa-solid-900.035a137af03db6f1af76.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.8a8c0474283e0d9ef417.woff2) format("woff2"), url(fa-solid-900.6661d6b3521b4c480ba7.woff) format("woff"), url(fa-solid-900.b6a14bb88dbc580e4503.ttf) format("truetype"), url(fa-solid-900.9bbbee00f65769a64927.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@media print,
screen and (min-width:40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: auto
}

abbr[title] {
    -webkit-text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    max-width: 100%;
    margin-bottom: .5rem
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    min-height: 50px;
    max-width: 100%
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::-moz-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0 0 0 -.1875rem;
    padding: 0 .1875rem
}

select {
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

b,
strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}

.h1,
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5,
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .h1,
    h1 {
        font-size: 3rem
    }
    .h2,
    h2 {
        font-size: 2.5rem
    }
    .h3,
    h3 {
        font-size: 1.9375rem
    }
    .h4,
    h4 {
        font-size: 1.5625rem
    }
    .h5,
    h5 {
        font-size: 1.25rem
    }
    .h6,
    h6 {
        font-size: 1rem
    }
}

a {
    background-color: transparent;
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    overflow: visible;
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-left: 0
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,
cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-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
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
    .grid-container,
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    flex: 1 1 0px
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        flex-basis: auto
    }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-auto {
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-shrink {
        flex: 0 0 auto
    }
    .grid-x>.medium-shrink {
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.33333%
    }
    .grid-x>.medium-2 {
        width: 16.66667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.33333%
    }
    .grid-x>.medium-5 {
        width: 41.66667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.33333%
    }
    .grid-x>.medium-8 {
        width: 66.66667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.33333%
    }
    .grid-x>.medium-11 {
        width: 91.66667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-auto {
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-shrink {
        flex: 0 0 auto
    }
    .grid-x>.large-shrink {
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.33333%
    }
    .grid-x>.large-2 {
        width: 16.66667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.33333%
    }
    .grid-x>.large-5 {
        width: 41.66667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.33333%
    }
    .grid-x>.large-8 {
        width: 66.66667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.33333%
    }
    .grid-x>.large-11 {
        width: 91.66667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.large-auto,
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x,
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .medium-up-1>.cell {
        width: 100%
    }
    .medium-up-2>.cell {
        width: 50%
    }
    .medium-up-3>.cell {
        width: 33.33333%
    }
    .medium-up-4>.cell {
        width: 25%
    }
    .medium-up-5>.cell {
        width: 20%
    }
    .medium-up-6>.cell {
        width: 16.66667%
    }
    .medium-up-7>.cell {
        width: 14.28571%
    }
    .medium-up-8>.cell {
        width: 12.5%
    }
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .large-up-1>.cell {
        width: 100%
    }
    .large-up-2>.cell {
        width: 50%
    }
    .large-up-3>.cell {
        width: 33.33333%
    }
    .large-up-4>.cell {
        width: 25%
    }
    .large-up-5>.cell {
        width: 20%
    }
    .large-up-6>.cell {
        width: 16.66667%
    }
    .large-up-7>.cell {
        width: 14.28571%
    }
    .large-up-8>.cell {
        width: 12.5%
    }
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse,
.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.medium-3 {
        width: 25%
    }
    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .small-margin-collapse>.medium-6 {
        width: 50%
    }
    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .small-margin-collapse>.medium-9 {
        width: 75%
    }
    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .small-margin-collapse>.medium-12 {
        width: 100%
    }
    .medium-margin-collapse,
    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .small-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.large-3 {
        width: 25%
    }
    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .small-margin-collapse>.large-6 {
        width: 50%
    }
    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .small-margin-collapse>.large-9 {
        width: 75%
    }
    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.small-3 {
        width: 25%
    }
    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.small-6 {
        width: 50%
    }
    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.small-9 {
        width: 75%
    }
    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.small-12 {
        width: 100%
    }
    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.medium-3 {
        width: 25%
    }
    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.medium-6 {
        width: 50%
    }
    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.medium-9 {
        width: 75%
    }
    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.large-3 {
        width: 25%
    }
    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.large-6 {
        width: 50%
    }
    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.large-9 {
        width: 75%
    }
    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.large-12 {
        width: 100%
    }
    .large-margin-collapse,
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
    .large-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.small-3 {
        width: 25%
    }
    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.small-6 {
        width: 50%
    }
    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.small-9 {
        width: 75%
    }
    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.small-12 {
        width: 100%
    }
    .large-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.medium-3 {
        width: 25%
    }
    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.medium-6 {
        width: 50%
    }
    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.medium-9 {
        width: 75%
    }
    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.medium-12 {
        width: 100%
    }
    .large-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.large-3 {
        width: 25%
    }
    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.large-6 {
        width: 50%
    }
    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.large-9 {
        width: 75%
    }
    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.large-12 {
        width: 100%
    }
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto,
.grid-y>.shrink {
    height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-full,
.grid-y>.small-shrink {
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-full,
    .grid-y>.medium-shrink {
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        flex-basis: auto
    }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9 {
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-y>.medium-auto {
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-shrink {
        flex: 0 0 auto
    }
    .grid-y>.medium-shrink {
        height: auto
    }
    .grid-y>.medium-1 {
        height: 8.33333%
    }
    .grid-y>.medium-2 {
        height: 16.66667%
    }
    .grid-y>.medium-3 {
        height: 25%
    }
    .grid-y>.medium-4 {
        height: 33.33333%
    }
    .grid-y>.medium-5 {
        height: 41.66667%
    }
    .grid-y>.medium-6 {
        height: 50%
    }
    .grid-y>.medium-7 {
        height: 58.33333%
    }
    .grid-y>.medium-8 {
        height: 66.66667%
    }
    .grid-y>.medium-9 {
        height: 75%
    }
    .grid-y>.medium-10 {
        height: 83.33333%
    }
    .grid-y>.medium-11 {
        height: 91.66667%
    }
    .grid-y>.medium-12 {
        height: 100%
    }
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y>.large-auto {
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-shrink {
        flex: 0 0 auto
    }
    .grid-y>.large-shrink {
        height: auto
    }
    .grid-y>.large-1 {
        height: 8.33333%
    }
    .grid-y>.large-2 {
        height: 16.66667%
    }
    .grid-y>.large-3 {
        height: 25%
    }
    .grid-y>.large-4 {
        height: 33.33333%
    }
    .grid-y>.large-5 {
        height: 41.66667%
    }
    .grid-y>.large-6 {
        height: 50%
    }
    .grid-y>.large-7 {
        height: 58.33333%
    }
    .grid-y>.large-8 {
        height: 66.66667%
    }
    .grid-y>.large-9 {
        height: 75%
    }
    .grid-y>.large-10 {
        height: 83.33333%
    }
    .grid-y>.large-11 {
        height: 91.66667%
    }
    .grid-y>.large-12 {
        height: 100%
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh
    }
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh
    }
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    border: 1px solid transparent;
    transition: background-color .25s ease-out, color .25s ease-out;
    -webkit-appearance: none;
    text-align: center
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
    background-color: #126195;
    color: #fefefe
}

.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #1779ba
}

.button.clear:focus,
.button.clear:hover {
    color: #0c3d5d
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #1779ba
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #0c3d5d
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    width: 0;
    height: 0;
    border: .4em inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear.primary::after,
.button.dropdown.clear::after,
.button.dropdown.hollow.primary::after,
.button.dropdown.hollow::after {
    border-top-color: #1779ba
}

.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1
}

.button-group::after,
.button-group::before {
    content: ' ';
    flex-basis: 0;
    order: 1;
    display: none
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: .9rem;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    flex: 1 1 0px;
    margin-right: 0
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #126195;
    color: #fefefe
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
    background-color: #767676;
    color: #fefefe
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover {
    background-color: #cc4b37;
    color: #fefefe
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    background-color: transparent
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539
}

.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
    border-color: #805700;
    color: #805700
}

.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
    border-color: #67251a;
    color: #67251a
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
    color: #767676
}

.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
    color: #3b3b3b
}

.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
    color: #3adb76
}

.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
    color: #157539
}

.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
    color: #ffae00
}

.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
    color: #805700
}

.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
    color: #cc4b37
}

.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    flex: 1 1 0px;
    margin-right: 0
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y,
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y,
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe
}

.label.primary {
    background: #1779ba;
    color: #fefefe
}

.label.secondary {
    background: #767676;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #0a0a0a
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

.label.alert {
    background: #cc4b37;
    color: #fefefe
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #1779ba
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1779ba
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #1779ba;
    transition: all .2s ease-in-out;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #14679e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    transition: all .25s ease-out;
    content: ''
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media print,
screen and (max-width:63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
    table.stack tfoot,
    table.stack thead {
        display: none
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe
}

.badge.primary {
    background: #1779ba;
    color: #fefefe
}

.badge.secondary {
    background: #767676;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a
}

.badge.alert {
    background: #cc4b37;
    color: #fefefe
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #1779ba
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    position: relative;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    color: #0a0a0a
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '\2026'
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    background-color: #0a0a0a
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
    .media-object.stack-for-small {
        flex-wrap: wrap
    }
}

.media-object-section {
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 1rem;
        flex-basis: 100%;
        max-width: 100%
    }
    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    flex: 1 1 0px
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    line-height: 1
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    color: #0a0a0a;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    line-height: 0
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5)
}

a.thumbnail image {
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex
}

.menu.icon-left li a {
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,
.menu .is-active>a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    transform: scaleY(-1);
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print,
screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(254, 254, 254, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas.is-open {
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas-absolute.is-open {
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px)
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
    transform: none;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: transform .5s ease
}

.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
    transform: translate(0, 0)
}

@media print,
screen and (min-width:64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        transform: none
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    position: relative;
    top: 100px
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 75rem
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
    .reveal.nego {
        width: 95%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .hide-for-large {
        display: none !important
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.icon-home {
    background: url(icon-home.e307da1f40d7e447c40e.svg);
    height: 16px;
    width: 14px;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: -4px;
    margin-right: 3px
}

.cart {
    background: url(cart.659911b1c7aa299e07a0.svg) center/cover;
    height: 24px;
    width: 27px;
    display: inline-block;
    margin-top: 5px
}

.user {
    background: url(user.54e05bff73ebbf08a0aa.svg) center no-repeat;
    height: 24px;
    width: 27px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px
}

.sepatu {
    background: url(sepatu.c9c316c57d4cb49c961b.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.kemeja {
    background: url(kemeja.3909eb2ce930d5eea157.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.smartphone {
    background: url(smartphone.76d80e74ec0c273b788b.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.computer {
    background: url(computer.9e7b399dd1efe4f4c138.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.machine {
    background: url(machine.e57f7ea73a10f11d9c82.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.home {
    background: url(home.8e1eed3c9a8806f0c440.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.oto {
    background: url(oto.57c326835b4ac54f0aad.svg);
    height: 30px;
    width: 30px;
    display: inline-block
}

.ic-googl {
    background: url(google.1b0828f53e0f44b942b4.png) 0 0/cover
}

.ic-standard {
    height: 11px;
    width: 11px;
    display: inline-block;
    vertical-align: middle
}

.ic-cat {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin: 3px;
    background-size: cover !important
}

.gold {
    background: url(gold.68ae424f0798c00994b5.svg) 0 0/cover;
    height: 18px;
    width: 18px;
    display: inline-block
}

.silver {
    background: url(do00015-ratting-smile-grey.0f4c4dd57ba55efda573.svg) 0 0/cover;
    height: 18px;
    width: 18px;
    display: inline-block
}

.official {
    background: url(official.e796576a36d3ac9343ae.svg) 0 0/cover;
    height: 18px;
    width: 18px;
    display: inline-block
}

.official.sets {
    cursor: pointer;
    filter: grayscale(100%)
}

.official.sets.active,
.official.sets:hover {
    filter: grayscale(0)
}

.official.grayscale {
    filter: grayscale(100%)
}

.official.mini {
    height: 10px;
    width: 10px
}

.official.mini.grayscale {
    filter: grayscale(100%)
}

.official-brand {
    background: url(do00022-official-brand.14afdb0f6de44c3707ca.svg) 0 0/cover;
    height: 18px;
    width: 18px;
    display: inline-block
}

.check-a {
    background: url(db-img-011-icon-check-a.ffad0196f1d2f9ff5a30.svg);
    height: 20px;
    width: 20px;
    display: inline-block
}

.check-b {
    background: url(db-img-011-icon-check-b.1e4d9cd970e0cfbfae5e.svg);
    height: 20px;
    width: 20px;
    display: inline-block
}

.symbol-empty {
    background: url(do00023-reguler-free.1213f4a40c60e4d12d0a.svg) 0 0/cover no-repeat
}

.symbol-filled {
    background: url(do00047-smile.4d0c5f52bcf0228c35f9.svg) 0 0/cover no-repeat
}

.play {
    background: url(play.5b08e5c1a2a97bd5039f.svg) 0 0/contain no-repeat;
    display: inline-block;
    border-radius: 5px;
    width: 140px;
    height: 46px
}

.app {
    background: url(app.628d0fe2d0065a0776bf.svg) 0 0/contain no-repeat;
    display: inline-block;
    border-radius: 5px;
    width: 140px;
    height: 46px
}

.dopoin {
    background: url(do00028-dopoin.9ef4844d71dc07dbca5e.svg) 0 0/cover;
    height: 40px;
    width: 43px;
    display: inline-block;
    border-radius: 5px
}

.douang {
    background: url(do00029-sal-do.ed632056533b7088fd36.svg) 0 0/cover;
    height: 40px;
    width: 43px;
    display: inline-block;
    border-radius: 5px
}

.dokupon {
    background: url(do00030-kupon.0870952e5f1e28e268fe.svg) 0 0/cover;
    height: 40px;
    width: 43px;
    display: inline-block;
    border-radius: 5px
}

.bintang {
    background: url(bintang.b7d51e02310053a46379.svg) 0 0/cover no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block
}

.show {
    background: url(show.03920fe2e48be3a1073f.svg) 0 0/cover no-repeat;
    height: 12px;
    width: 20px;
    display: inline-block
}

.love {
    background: url(love.a00e1302509ab75983f2.svg) 0 0/cover no-repeat;
    height: 13px;
    width: 14px;
    display: inline-block
}

.fb {
    background: url(fb.921177af02c4270347ba.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.tw {
    background: url(tw.1bef2a0f4837b6553778.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.tl {
    background: url(tl.73f9a0ede528882146ea.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.ig {
    background: url(ig.3c451c27d33cbbaf8401.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.g {
    background: url(g+.16418ef974f518f9e702.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.link {
    background: url(link.8fb8fd4fde0d767ee4a7.svg) 0 0/cover no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block
}

.lokasi {
    background: url(lokasi.49426636e5edde44cc02.png) 0 0/cover no-repeat;
    height: 13px;
    width: 10px;
    display: inline-block
}

.add {
    background: url(do00007-add-small.50fbb8273cbc42fef415.svg) 0 0/cover no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block
}

.icon-flash {
    background: url(do00008-flash.eca5a177f26242378a76.svg) 0 0/cover no-repeat;
    height: 24px;
    width: 15px;
    display: inline-block;
    margin-bottom: -3px
}

.iconcari {
    width: 23px;
    height: 15px;
    background: url(do00036-search.9ac56c8e391b220515cf.svg) center/contain no-repeat;
    display: block;
    border-radius: 7px;
    right: 0;
    float: right;
    margin-top: 6px
}

.iconreputasi {
    background: url(db-img-019-icon-reputasi-bronze.13dc022a8747bd7ba65f.svg) 0 0/cover no-repeat;
    height: 22px;
    width: 20px;
    display: inline-block;
    margin-bottom: -7px;
    margin-top: 7px
}

.fa-info {
    border-radius: 9px;
    padding-right: 1px;
    background: #50af3f;
    height: 14px;
    width: 14px;
    text-align: center;
    font-size: 6px;
    vertical-align: middle;
    color: #fff;
    padding-top: 4px;
    margin-left: 5px
}

.fa-circle {
    border-radius: 9px;
    padding-right: 1px;
    background: #000;
    height: 10px;
    width: 10px
}

.fa-custom-rounded {
    border: 2px solid #1c2c34;
    padding: 10px;
    border-radius: 100%
}

.fa-custom-rounded.rounded-green {
    border-color: #50af3f
}

@font-face {
    font-family: muli-light;
    font-display: swap;
    src: url(Muli-Light.9ea7b84129925c4fd62e.ttf)
}

@font-face {
    font-family: muli-regular;
    font-display: swap;
    src: url(Muli-Regular.877cf46a57ca3dbd6f2b.ttf)
}

@font-face {
    font-family: muli-bold;
    font-display: swap;
    src: url(Muli-Bold.c2060efcee96464d06d1.ttf)
}

@font-face {
    font-family: qsand-light;
    font-display: swap;
    src: url(Quicksand-Light.043a37371ee14e929d99.ttf)
}

@font-face {
    font-family: qsand;
    font-display: swap;
    src: url(Quicksand-Regular.f46f486edefeba66ac4b.ttf)
}

@font-face {
    font-family: qsand-bold;
    font-display: swap;
    src: url(Quicksand-Bold.166b7283b0af2b96287c.ttf)
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-regular-400.b58f468f84168d61e0eb.eot);
    src: url(fa-regular-400.b58f468f84168d61e0eb.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.33f727ccde4b05c0ed14.woff2) format("woff2"), url(fa-regular-400.f3dd4f397fbc5aaf831b.woff) format("woff"), url(fa-regular-400.54f142e03adc6da499c2.ttf) format("truetype"), url(fa-regular-400.3929b3ef871fa90bbb4e.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fa-solid-900.035a137af03db6f1af76.eot);
    src: url(fa-solid-900.035a137af03db6f1af76.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.8a8c0474283e0d9ef417.woff2) format("woff2"), url(fa-solid-900.6661d6b3521b4c480ba7.woff) format("woff"), url(fa-solid-900.b6a14bb88dbc580e4503.ttf) format("truetype"), url(fa-solid-900.9bbbee00f65769a64927.svg#fontawesome) format("svg")
}

body {
    background: #f3f4f8;
    font-family: qsand !important;
    font-size: 13px
}

h6,
span {
    font-family: muli-regular
}

hr {
    border-bottom: 2px solid #dae3ef !important
}

hr.mini-hr {
    border-bottom: 1px solid #dae3ef !important;
    margin: 10px 0
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border: 1px solid #dae3ef !important;
    border-radius: 8px;
    box-shadow: none
}

select {
    cursor: pointer;
    border-radius: 8px
}

.grid-container {
    width: 100%
}

.a-disabled {
    cursor: not-allowed
}

.overlay {
    display: none;
    background: #1c2c34;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 14
}

.top {
    background: #fff;
    height: 60px;
    width: 100%;
    position: relative
}

.top-mobile {
    background: #fff;
    height: 90px;
    width: 100%;
    position: relative
}

#trigger-mega-header {
    display: none;
    animation: 1s forwards fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 0
    }
    50% {
        width: 50px
    }
    100% {
        opacity: 1;
        width: 45px
    }
}

.mega-kategori-header {
    position: absolute;
    width: calc(100% - 80px);
    top: 65px;
    left: 50px
}

.mega-kategori-header .kategoriicon {
    width: 25%
}

.mega-kategori-header .konten-dropdown {
    width: 930px;
    z-index: 1 !important;
    display: none;
    box-shadow: none;
    opacity: 1
}

.mega-kategori-header .kategoriicon li:hover {
    background: #2a62d1
}

.mega-kategori-header .kategoriicon li:hover a {
    color: #fff
}

.mega-kategori-header .kategoriicon li:nth-of-type(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mega-kategori-header .dropdown {
    box-shadow: none;
    display: none;
    border-bottom: 1px solid #ccc
}

.bottom {
    background: #fff;
    height: 30px;
    width: 100%
}

.bottom li a {
    text-transform: capitalize
}

.bottom ul.float-left li:not(:nth-of-type(1)) {
    margin-left: 15px !important
}

.bottom ul.float-right li:not(:last-child) {
    margin-right: 15px !important
}

.detail {
    padding: 0 0 0 20px;
    margin-top: 20px
}

.mini-searchbox {
    border-radius: 6px;
    padding: 1px 5px;
    display: inline-block;
    height: 34px;
    background: #fff;
    width: 160px;
    border: 1px solid #e6e7e8
}

.mini-searchbox input {
    border: none !important;
    height: 30px;
    font-family: muli-regular;
    color: #1c2c34;
    background: #fff;
    font-size: 13px;
    box-shadow: none
}

.mini-searchbox input::-moz-placeholder {
    color: #8c9eb6
}

.mini-searchbox input::placeholder {
    color: #8c9eb6
}

.mini-searchbox input:focus {
    outline: 0;
    border: none;
    box-shadow: none
}

.mini-searchbox.with-icon input {
    width: 125px
}

.mini-searchbox.tiny {
    width: 50px
}

.mini-searchbox.tiny input {
    width: 38px
}

.mini-searchbox.small {
    width: 80px
}

.mini-searchbox.small input {
    width: 68px
}

.mini-searchbox.medium {
    width: 120px
}

.mini-searchbox.medium input {
    width: 108px
}

.mini-searchbox.large {
    width: 710px
}

.mini-searchbox.xlarge {
    width: 280px
}

.mini-searchbox.fill,
.mini-searchbox.fill input {
    width: 100%
}

.mini-searchbox.fill.with-masking input {
    width: calc(100% - 25px);
    float: right
}

.mini-searchbox.fill.with-masking .masking {
    float: left;
    margin-left: 5px;
    line-height: 30px
}

.rentang-harga {
    display: inline-block;
    width: 250px;
    font-size: 13px
}

.rentang-harga input {
    width: 100px;
    display: inline-block;
    height: 34px;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #e6e7e8;
    font-size: 13px
}

.header-payment {
    border: 2px solid #d5dfed;
    border-radius: 1.5rem;
    display: inline-block;
    padding: 6px 1rem 6px 8px;
    font-family: qsand-bold;
    font-size: 14px;
    color: #d5dfed;
    filter: grayscale(100%)
}

.header-payment.active,
.header-payment:hover {
    color: #2a62d1;
    filter: none
}

.header-payment.active.disabled,
.header-payment:hover.disabled {
    cursor: not-allowed;
    color: #d5dfed;
    filter: grayscale(100%)
}

.header-payment .confirm-icon {
    width: 30px;
    height: 30px;
    margin-right: .3rem
}

.header-payment-space {
    border-top: 2px solid #d5dfed;
    width: 35%;
    display: inline-block
}

.nav-breadcrumbs {
    width: 100%
}

.nav-breadcrumbs .social-share {
    line-height: 20px !important;
    float: right;
    margin-top: 5px
}

.nav-breadcrumbs .social-share h5 {
    line-height: 20px !important;
    font-size: 12px;
    float: left
}

.nav-breadcrumbs .social-share a {
    margin-left: .5rem
}

.nav-top {
    position: relative;
    display: inline-block
}

.navicon.with-dropdown,
.usericon.with-dropdown {
    position: relative;
    border: none
}

.nav-dropdown {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 32px;
    left: -70px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e7e8
}

.nav-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    left: calc(50% - 14px);
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e7e8;
    border-left: 7px solid transparent
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(50% - 12px);
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent
}

.nav-dropdown li {
    height: fit-content;
    height: -moz-fit-content;
    width: 150px;
    margin-bottom: 5px;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.nav-dropdown li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.nav-dropdown li span {
    font-size: 12px;
    font-family: qsand !important
}

.nav-dropdown li span.count {
    font-size: 9px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 7px;
    border: 1px solid #ed1b2f;
    border-radius: 10px
}

.nav-dropdown.dropuser {
    right: auto;
    left: -60px !important;
    top: 46px
}

.nav-dropdown.notification {
    padding: 0;
    overflow: auto;
    width: 500px;
    left: initial;
    right: -170px
}

.nav-dropdown.notification li {
    margin: 0;
    padding: 5px;
    display: flex;
    width: initial
}

.breadcrumb {
    margin-top: 20px;
    height: 30px;
    background-color: #f3f4f8
}

.breadcrumbs li:not(:last-child)::after {
    content: "/"
}

.breadcrumb ul {
    margin: 0;
    padding: 0
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 0;
    color: #1c2c34;
    line-height: 30px
}

.breadcrumb ul.float-right li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    color: #fff
}

.breadcrumb ul li a {
    color: #52bc42;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px
}

.breadcrumbs li:last-child a {
    color: unset
}

.logo {
    height: 60px;
    vertical-align: middle;
    width: auto;
    display: table-cell
}

.logo.logo-dobuy img {
    margin-top: 10px
}

.logo.unset-height {
    height: unset
}

.logo.unset-height img {
    margin-top: 0
}

.dobuy-logo-medium,
.logo.logo-dobuy img {
    height: 43px
}

.logo.logo-dobuy.small {
    display: unset
}

.logo.logo-dobuy.small img {
    height: 30px;
    width: 120px !important
}

.logo.logo-dobuy.big img {
    width: 257px !important;
    height: auto
}

.login {
    width: 60px;
    height: 34px;
    line-height: 25px;
    color: #fff;
    background-color: transparent !important;
    border-color: #f8f9fa
}

.logout {
    width: 60px;
    height: 34px;
    line-height: 25px;
    color: #fff;
    background-color: #52bc42 !important;
    border-color: #439a3b
}

.cari {
    min-width: 100%;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.cari .form-group {
    width: 100%;
    margin-bottom: unset;
    position: relative
}

.cari.smaller {
    justify-content: unset
}

.cari.smaller .form-group {
    width: 92%
}

.cari .form-group input[type=text] {
    border: none !important;
    border-radius: 20px;
    box-shadow: inset 0 0 5px 1px #dae3ef;
    background: #f3f4f8
}

.cari .icon-search,
.icon-search {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(do00003-search-white.758196ebaa202c9b718a.svg) center no-repeat #2a62d1;
    border-radius: 0 8px 8px 0;
    cursor: pointer
}

.icon-search-white {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(do00003-search-white.758196ebaa202c9b718a.svg) center no-repeat;
    border-radius: 50%;
    cursor: pointer
}

.icon-search-white::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: orange;
    -webkit-mask: url(do00003-search-white.758196ebaa202c9b718a.svg) no-repeat center;
    mask: url(do00003-search-white.758196ebaa202c9b718a.svg) no-repeat center;
    border-radius: 50%
}

.cari span {
    position: absolute;
    float: right;
    top: 15px;
    right: 25px
}

.cari input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
    line-height: 40;
    margin-bottom: 0;
    box-shadow: none
}

.cari input:focus {
    border: none;
    box-shadow: none
}

.cari input::-moz-placeholder {
    color: #8c9eb6
}

.cari input::placeholder {
    color: #8c9eb6
}

.search-wrapper {
    position: relative
}

.search-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e6e7e8;
    background: #fff;
    max-height: 500px;
    overflow: auto
}

.search-address .form-group {
    width: 100%;
    margin-bottom: unset;
    position: relative
}

.search-address .input-icon-search {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    width: 40px;
    height: 35px;
    background: url(do00026-search.8bfad4a0bee3cd896f61.svg) center/17px 17px no-repeat;
    cursor: pointer
}

.navicon {
    position: relative
}

.cart-counter {
    position: absolute;
    top: -11px;
    right: -12px;
    background: #f05822;
    border-radius: 10px;
    padding: 8px 6px;
    font-size: 11px;
    color: #fff
}

.cart-detail {
    height: auto !important;
    align-items: inherit
}

.cart-detail .item-detail {
    max-width: 300px
}

.cart-detail a {
    height: auto !important
}

.cart-image {
    height: 80px !important;
    width: 80px !important;
    border-radius: 5px !important
}

#outer-troli {
    display: inline-block;
    max-height: 100%;
    vertical-align: top;
    overflow: hidden
}

.inner-troli {
    max-height: 500px;
    overflow-y: hidden;
    padding: 0
}

.inner-troli.is-active {
    overflow-y: scroll;
    padding: 0 30px 0 0
}

.inner-troli::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

.inner-troli::-webkit-scrollbar {
    position: relative;
    left: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #f5f5f5
}

.inner-troli::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8d9eb7
}

.confirm-icon {
    width: 45px;
    height: 45px
}

.search-history {
    padding: 0 1rem
}

.search-suggestion {
    display: none
}

.search-suggestion .grid-x {
    padding: .5rem 1rem
}

.search-suggestion .grid-x:hover {
    background-color: #dae3ef
}

.search-list {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 0 1rem
}

.toko-title {
    padding: 0 1rem
}

.search-list li {
    padding: 2.5px 0
}

.search-list li:first-child {
    padding-top: 0
}

.search-list li a {
    font-family: muli-regular;
    font-size: 13px;
    color: #1c2c34
}

.search-list li a:hover {
    color: #2a62d1
}

.search-list-option {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 0
}

.search-list-option div {
    padding: 5px 15px
}

.search-list-option .list-item {
    cursor: pointer
}

.search-list-option .list-item:hover {
    background-color: #dae3ef
}

.mini-grid {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.mini-grid:nth-of-type(-n+3) {
    margin-top: 5px
}

.mini-grid .description {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.mini-grid .description .name {
    font-size: 13px;
    color: #1c2c34;
    margin-top: .2rem;
    margin-bottom: .2rem
}

.mini-grid .description span.location {
    font-size: 12px;
    color: #8c9eb6;
    vertical-align: super
}

.mini-grid .grid-x {
    width: 100%
}

.rounded-img {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    cursor: pointer
}

.top-kanan {
    vertical-align: middle;
    margin: auto
}

.mini-flash {
    padding: 8px 15px 8px 10px;
    border: 2px solid red;
    height: 40px;
    width: 232px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: muli-bold;
    border-radius: 100px
}

.mini-flash i {
    height: 19px;
    width: 12px;
    margin-bottom: -3px
}

.mini-flash #countdown {
    height: 30px;
    margin-top: -10px
}

.mini-flash .cd-box {
    width: 17px;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px
}

.mini-flash .cd {
    width: 12px;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px
}

.mini-flash .cd p,
.mini-flash .cd-box p {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    display: table-cell;
    font-family: muli-regular;
    font-size: 18px;
    border-radius: 5px;
    color: red
}

.flash-label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    float: left
}

.payment-countdown #countdown .cd-box {
    width: 60px;
    font-family: qsand
}

.payment-countdown #countdown .cd.space {
    height: 0
}

.payment-countdown #countdown .cd-box p {
    width: 60px;
    font-size: 24px !important;
    font-family: qsand-bold
}

.keranjang {
    position: relative
}

.keranjang sup {
    height: 18px;
    background: #f05822;
    position: absolute;
    right: 0;
    border-radius: 10px;
    line-height: 18px;
    text-align: center;
    padding: 0 10px;
    color: #fff
}

.user-page {
    float: right;
    margin-left: 10px
}

.user-page .hallo {
    position: relative;
    float: right;
    font-size: 13px;
    font-family: muli-regular
}

.user-page .hallo ul {
    margin: 0;
    list-style: none;
    line-height: 10px
}

.user-page .hallo ul li {
    display: inline-block;
    height: 10px
}

.user-page .hallo ul li a {
    font-family: muli-bold;
    font-size: 13px;
    color: #1c2c34
}

.user-page .hallo ul li:first-child a {
    border-right: 1px solid #8c9eb6;
    padding-right: 5px;
    margin-right: 3px
}

.bottom ul {
    margin: 0;
    padding: 0
}

.bottom ul li {
    display: inline-block;
    margin-right: 10px;
    color: #fff
}

.bottom ul.float-right li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    color: #fff;
    font-family: muli-bold
}

.bottom ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-family: qsand
}

.border-filter {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    margin: 0 7.5px;
    padding: 10px
}

.border-filter .has-submenu-toggle>a {
    padding: 0 0 10px;
    font-size: 13px;
    color: #768498
}

.border-filter .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 15px;
    height: 15px
}

.border-filter ul {
    margin-left: 0
}

.border-filter ul select {
    width: 100%;
    margin-bottom: 10px
}

.border-filter ul li {
    list-style: none;
    margin-left: 0;
    color: #768498;
    font-size: 13px
}

.border-filter a.f-green {
    color: #52bc42 !important
}

.border-filter .is-accordion-submenu a {
    padding: 0 0 10px;
    font-size: 13px;
    color: #768498;
    margin-right: 5px
}

.border-filter a {
    padding: 0 0 10px;
    font-size: 13px;
    color: #768498
}

ul.icon-kat {
    list-style: none;
    margin-left: 0
}

ul.icon-kat li {
    display: inline-block;
    margin-right: 5px
}

.squaredTwo {
    height: 28px;
    position: relative
}

.squaredTwo label {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #768498
}

.squaredTwo .judul {
    display: inline;
    margin-left: 21px
}

.squaredTwo label:after {
    content: "";
    width: 7px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 2.8px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: 0 0;
    opacity: 0;
    transform: rotate(-45deg)
}

.squaredTwo label:hover::after {
    opacity: .3
}

.squaredTwo input[type=checkbox] {
    visibility: hidden;
    width: 0
}

.squaredTwo input[type=checkbox]+label {
    margin-left: 0;
    margin-top: 0
}

.squaredTwo input[type=checkbox]:checked+label:after {
    opacity: 1
}

.mega-kategori {
    position: relative;
    z-index: 3
}

.kategoriicon {
    background: #fff;
    border-radius: 8px;
    margin: 0 20px 0 0;
    height: 350px;
    box-shadow: 0 0 .5px .5px #ccc;
    z-index: 3
}

.kategoriicon a {
    clear: both;
    display: flex;
    align-items: center;
    line-height: normal;
    width: 100%;
    transition: all .2s;
    color: #1c2c34
}

.kategoriicon .icon {
    backface-visibility: hidden;
    color: var(--secondary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    position: relative;
    min-width: 20px;
    text-align: left;
    transition: all .2s;
    width: 30px;
    height: 30px
}

.kategoriicon .title {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    width: 83%;
    transition: all .2s
}

.kategoriicon li {
    list-style: none;
    background: #fff;
    padding: 4px 15px;
    z-index: 3
}

.kategoriicon li.active {
    background: #2a62d1
}

.kategoriicon li.active a {
    color: #fff
}

.kategoriicon li:nth-of-type(1) {
    padding-top: 9px;
    border-radius: 8px 8px 0 0
}

.kategoriicon li:nth-last-child() {
    padding-bottom: 9px
}

.kategoriicon .all-category {
    margin-top: 10px;
    margin-left: 60px
}

.subkonten-list a {
    clear: both;
    display: flex;
    align-items: center;
    line-height: normal;
    width: 100%;
    transition: all .2s;
    color: #1c2c34
}

.subkonten-list .icon {
    backface-visibility: hidden;
    color: var(--secondary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    position: relative;
    min-width: 20px;
    text-align: left;
    transition: all .2s;
    width: 30px;
    height: 30px
}

.subkonten-list .title {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    width: 83%;
    transition: all .2s
}

.subkonten-list li {
    list-style: none;
    background: #fff;
    padding: 4px 15px;
    z-index: 3
}

.konten-dropdown {
    display: none;
    height: 350px;
    width: 925px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 288px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0 1px 0 #ccc;
    opacity: .95;
    z-index: -1;
    max-height: 350px;
    overflow-y: scroll
}

.subkonten-header {
    font-size: 13px;
    font-weight: 700
}

.subkonten-list {
    padding: 0;
    margin: 0
}

.subkonten-list li a {
    font-size: 13px;
    color: #1c2c34
}

.subkonten-list li a:hover {
    background: #2a62d1;
    color: #fff;
    border-radius: 8px;
    padding: 4px
}

.main-slider {
    z-index: 1;
    box-shadow: 0 0 1px 0 #ccc;
    border-radius: 8px
}

.off-brand h5,
.off-brand li {
    float: left
}

.off-brand h5 {
    line-height: 30px
}

.off-brand ul {
    list-style-type: none;
    padding: 0
}

.off-brand img {
    height: 30px !important;
    width: 70px !important
}

.off-brand .lihat-semua {
    line-height: 30px;
    margin-left: 20px;
    font-size: 13px
}

.kategoricoupon {
    background: #2f63ad;
    padding: 2px 8px;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 30px
}

.kategoricoupon a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: muli-regular
}

.kategori i {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover
}

.kategoriku {
    margin-left: 70px
}

.kategoriku ul {
    margin-left: 0
}

.kategoriku ul li {
    list-style: none
}

.kategoriku ul li a {
    color: #1c2c34;
    font-size: 15px;
    font-weight: 600
}

.kategoriku ul li a strong {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.kategoriku .large-20 {
    width: 20%;
    margin-bottom: 15px
}

.kategori-select {
    width: 150px;
    margin-bottom: 0;
    font-size: 14px
}

.kategori-select.small {
    width: 75px
}

.kategori-select.medium {
    width: 100px
}

.kategori-select.big {
    width: 130px
}

.kategori-select.large {
    width: 225px
}

.kategori-select.fill {
    width: 100%
}

.select-transparent,
.select-transparent:focus {
    background: url(select.d5f0b9f03b218adbbda5.svg) right -20px center/20px 20px no-repeat content-box border-box;
    border: none;
    box-shadow: none;
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 20px 0 0;
    line-height: 18px;
    color: #52bc42;
    position: relative
}

.popular-search {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.popular-search li {
    float: left;
    margin-left: 5px;
    font-family: muli-regular
}

.popular-search li a {
    color: #1c2c34
}

.coupon {
    padding-left: 20px;
    display: flex !important;
    flex-direction: column
}

.coupon img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 1px 0 #ccc
}

.coupon img:nth-last-child(2) {
    margin-bottom: 10px
}

.semuacoupon {
    flex-grow: 1;
    display: flex
}

.semuacoupon a {
    align-self: flex-end;
    font-size: 13px;
    color: #2f63ad
}

.semuacoupon a i {
    margin-bottom: -3px;
    margin-right: 5px
}

.flash {
    width: auto;
    position: relative
}

.flash .left {
    width: 25.5%
}

.flash .right {
    width: 74.5%
}

.flash strong {
    font-family: muli-bold;
    font-size: 21px;
    color: #1c2c34;
    line-height: 1
}

.flash .judul {
    font-family: muli-bold;
    font-size: 36px;
    line-height: 1;
    margin: 65px 0 10px
}

.carousel .price .discount {
    font-size: 21px !important
}

.carousel {
    overflow: hidden
}

.cd-box {
    width: 30px;
    display: inline-block;
    height: 40px;
    font-size: 26px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700
}

.cd-box p {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    display: table-cell;
    font-family: muli-regular;
    font-size: 26px;
    color: #1c2c34;
    border-radius: 5px
}

.cd {
    width: 20px;
    display: inline-block;
    height: 40px;
    font-size: 26px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700
}

.cd p {
    height: 40px;
    width: 20px;
    vertical-align: middle;
    display: table-cell;
    font-family: muli-regular;
    font-size: 26px;
    color: #1c2c34
}

.carousel-back {
    height: 30px;
    width: 30px;
    background: url(back.98850771a971e95a68c0.svg);
    position: absolute;
    top: 160px;
    left: -20px;
    z-index: 13;
    display: none;
    cursor: pointer
}

.carousel-next {
    height: 30px;
    width: 30px;
    background: url(next.08841eed71f3f4d65c10.svg);
    border-top-left-radius: 4px;
    position: absolute;
    top: 160px;
    right: -10px;
    z-index: 13;
    cursor: pointer
}

.product-wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.product-wrapper.smaller {
    margin-left: -6px;
    margin-right: -6px
}

.product-card {
    padding: 0 7.5px;
    margin-bottom: 15px;
    border-radius: 5px
}

.product-card img {
    cursor: pointer
}

.product-card img.promo {
    height: inherit;
    width: 100%
}

.product-card .location {
    color: #f8a51b;
    font-weight: bolder
}

.product-card .location.static {
    display: block;
    margin-top: 0
}

@keyframes show-flip {
    from {
        transform: rotateX(90deg)
    }
    to {
        transform: rotateX(0)
    }
}

.product-card:focus {
    outline: 0
}

.product-card.with-footer .product-body {
    border-radius: 5px;
    position: relative
}

.product-card.with-footer .product-body.promo {
    height: 15.5rem;
    cursor: pointer
}

.product-card.with-footer .product-footer {
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: -1
}

.product-card.recommendation img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card.recommendation .name {
    margin-bottom: 5px
}

.product-card.recommendation .price {
    font-size: 13px
}

.product-card.recommendation .name,
.product-card.recommendation .price-streak {
    font-size: 10px
}

.product-card.merchant-card .product-image a {
    height: 9rem
}

.product-card.small {
    width: 228px !important;
    float: left
}

.product-card .button {
    background: #2a62d1 !important;
    color: #fff !important;
    width: 100%;
    margin-bottom: 0 !important;
    border-radius: 0 0 5.5px 5.5px !important;
    z-index: 2
}

.product-card .product-body {
    border-radius: 5.5px 5.5px 0 0 !important
}

.product-body {
    background: #fff;
    border-radius: 5.5px;
    box-shadow: 0 1px .5px .5px #ccc;
    max-height: 26rem
}

.toko-favorit-body {
    background: #fff;
    border-radius: 5.5px;
    box-shadow: 0 1px 6px 0 #dae3ef
}

.product-body.single {
    height: auto
}

.product-body.merchant {
    height: 15rem
}

.product-body.directory {
    height: 19.5rem
}

.product-image {
    position: relative
}

.product-image a {
    max-height: 14rem;
    display: grid;
    overflow: hidden;
    display: grid;
    height: 12rem
}

.product-image .product-chip {
    position: absolute;
    bottom: 2px;
    left: 5px
}

.product-chip label.chip {
    float: left;
    margin-right: 5px;
    background: #fff
}

.product-footer {
    padding: 5px 15px;
    background: #fffbe1
}

.product-footer a,
.product-footer span {
    font-size: 12px !important;
    color: #1c2c34;
    padding: 11px 10px;
    width: 100%;
    display: inline-block
}

.product-footer.promo span {
    padding: 0
}

.product-body>img,
.product-image a img,
.product-image>img,
.toko-favorit-body>img {
    max-width: 100%;
    max-height: 100vh;
    margin: auto
}

.product-compare,
.product-discount,
.product-like,
.produk-lain .disc {
    position: relative;
    float: right;
    top: 6px;
    font-size: 13px;
    line-height: 32px;
    margin-bottom: -32px;
    margin-right: 2px;
    text-align: center;
    color: #fff;
    font-family: muli-bold;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ccc;
    z-index: 5
}

.product-compare,
.product-discount,
.product-like {
    height: 32px !important;
    width: 32px !important
}

.product-compare,
.product-like {
    right: 6px;
    padding: 2px;
    background: #fff
}

.product-compare {
    padding: 0
}

.product-card:not(:hover) .product-compare:not(.product-compare-active) {
    display: none
}

.product-compare a {
    color: #a9b7c3
}

.product-compare.product-compare-active a,
.product-compare:not(.product-compare-active):hover a {
    color: #2a62d1
}

.product-body .product-img {
    width: 100%;
    height: 144px;
    overflow: hidden;
    border-radius: 5px 5px 0 0 !important
}

div.merchant-header img {
    height: 350px !important
}

img.merchant-primary-banner {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.with-tooltip {
    position: relative;
    border: none
}

.tooltip {
    position: relative;
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 8px;
    background: rgba(28, 44, 52, .8);
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    color: #fff
}

.tooltip::before {
    border-width: 6px !important
}

.tooltip.top::before {
    border-color: rgba(28, 44, 52, .8) transparent transparent !important
}

.tooltip.right::before {
    top: 50% !important;
    border-color: transparent rgba(28, 44, 52, .8) transparent transparent !important
}

.tooltip.bottom::before {
    border-color: transparent transparent rgba(28, 44, 52, .8) !important
}

.tooltip.left::before {
    top: 50% !important;
    border-color: transparent transparent transparent rgba(28, 44, 52, .8) !important
}

.product-discount,
.produk-lain .disc {
    right: 6px;
    background: #f05822
}

.product-compare,
.product-discount.left,
.product-like+.product-discount {
    right: 6px
}

.product-discount+.product-compare {
    right: 44px
}

@media print,
screen and (max-width:63.99875em) {
    .product-discount {
        right: 6px !important
    }
}

.product-tax {
    position: absolute;
    top: 6px;
    left: 12px;
    background-color: #1844a5;
    padding: 2.5px 5px;
    border-radius: 3px;
    color: #fff;
    margin: 0;
    z-index: 5;
    border: 1px solid #fff
}

.produk-lain .disc {
    height: 26px;
    width: 26px;
    top: 6px;
    right: 6px;
    font-size: 11px;
    line-height: 26px
}

.product-content {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column
}

.product-content.horizontal {
    flex-direction: row
}

.product-content .upper {
    display: flex;
    align-items: center
}

.product-content .upper img {
    background: #fff;
    align-self: flex-start;
    margin-right: 20px;
    border-radius: 4px
}

.product-content .upper h6 {
    font-family: muli-bold
}

.product-content .name {
    font-family: muli-bold;
    font-size: 14px;
    color: #1c2c34;
    cursor: pointer;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden
}

.product-content .price {
    font-family: muli-bold;
    font-size: 18px;
    color: #1c2c34;
    margin-bottom: 0
}

.product-content .price.discount {
    color: #ed1c24
}

.product-content .price.small {
    font-size: 10px
}

.product-content .price-streak {
    text-decoration: line-through;
    font-family: muli-regular;
    color: #8c93b6
}

.product-content .shipping {
    font-family: muli-regular;
    font-size: 10px;
    color: #52bc42;
    margin-bottom: 0
}

.product-content .progress,
.verification-alert .progress {
    height: 5px;
    border-radius: 0;
    margin: 7px 0
}

.product-content .progress .progress-meter,
.verification-alert .progress .progress-meter {
    background: linear-gradient(to right, #f8a51b, #ed1c24);
    background: -webkit-linear-gradient(to right, #f8a51b, #ed1c24)
}

.product-content .progress .progress-meter.done,
.verification-alert .progress .progress-meter.done {
    background: #2a62d1
}

.product-content .progress-bar,
.verification-alert .progress-bar {
    border-radius: 30px
}

.product-status {
    font-family: muli-regular;
    font-size: 12px;
    color: #1c2c34;
    margin-top: 4px;
    margin-bottom: 0
}

.product-thumb {
    height: 100%;
    width: 72px !important;
    padding-right: 10px;
    border-radius: 0 !important
}

.product-thumb-medium {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #bcbec0
}

.product-thumb-small {
    height: 66px;
    width: 66px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #bcbec0
}

.product-thumb-small.smaller {
    height: 30px;
    width: 30px;
    margin-right: 5px
}

.product-thumb-small.smaller:last-child {
    margin-right: 0
}

.product-desc {
    flex-grow: 1;
    font-family: muli-regular;
    font-size: 13px
}

.product-name {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #1c2c34
}

.product-name:hover {
    color: #1c2c34
}

.product-name>img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.product-desc p {
    margin-bottom: 0;
    font-size: 12px
}

.product-desc img {
    height: 14px;
    width: auto
}

.product-desc p.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px
}

.product-card.with-close {
    position: relative
}

.product-card.with-close .close-button {
    position: absolute;
    top: -10px;
    right: -5px
}

.cloud-zoom {
    width: 339px;
    height: 339px;
    overflow: hidden;
    border-radius: 6px
}

.cloud-zoom-gallery {
    cursor: pointer;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px
}

.verification-alert {
    display: flex !important;
    z-index: -1
}

.progress {
    border-radius: 8px !important
}

.uploader-area {
    height: fit-content;
    height: -moz-fit-content;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-self: center
}

.square-card {
    height: 150px;
    width: 20%;
    padding: 0 7.5px
}

.square-body {
    height: 100%;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 2px solid #dae3ef !important;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.square-card img {
    height: 80px;
    width: 80px;
    margin-bottom: 15px
}

.square-card img.fill {
    margin-bottom: 0
}

.square-card a {
    font-size: 13px !important;
    font-family: muli-bold;
    color: #1c2c34;
    text-align: center;
    margin: 0
}

.pricing-card {
    padding: 0 7.5px
}

.pricing-card .pricing-body {
    padding: 20px;
    background: #fff;
    border: 2px solid #dae3ef !important;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.pricing-card .pricing-body .desc {
    height: 80px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.pricing-card .pricing-body .desc p {
    margin: 0;
    font-size: 13px
}

.pricing-card.gold--dark .pricing-body {
    border: 2px solid #cc8c2f !important
}

.pricing-card.gold--dark .pricing-body .header {
    background: #cc8c2f;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 40px 5px;
    font-family: muli-bold;
    font-size: 14px;
    position: relative;
    top: -20px;
    left: 0
}

.pricing-card.gold--dark .pricing-body .header::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 0;
    width: 0;
    border-right: 71px solid #cc8c2f;
    border-bottom: 10px solid transparent
}

.pricing-card.gold--dark .pricing-body .header::after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    height: 0;
    width: 0;
    border-left: 71px solid #cc8c2f;
    border-bottom: 10px solid transparent
}

.mini-card {
    width: calc(25% - 15px);
    margin: 0 7.5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dae3ef !important;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.mini-card.checked {
    box-shadow: 0 2px 0 0 #52bc42
}

.mini-card:hover {
    background: #f5f8fa
}

.mini-card img {
    margin-bottom: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.mini-card p {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-family: muli-regular
}

.mini-card.single-border {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none !important;
    margin-bottom: 30px;
    padding: 20px
}

.mini-card.single-border:hover {
    background: #fff !important;
    box-shadow: none
}

.mini-card.single-border p {
    margin: 0;
    font-size: 12px;
    color: #68788e
}

.mini-card.border-left--only {
    border-left-width: 4px !important;
    border-left-style: solid !important
}

.mini-card.mini-card.single-border.border-orange {
    border-left-color: #f8a51b !important
}

.mini-card.mini-card.single-border.border-green {
    border-left-color: #52bc42 !important
}

.mini-card.mini-card.single-border.border-blue {
    border-left-color: #2a62d1 !important
}

.mini-card.mini-card.single-border.border-red {
    border-left-color: #ed1c24 !important
}

.coupon-selected {
    padding-right: 10px;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden
}

.coupon-selected .product-card:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px
}

.coret {
    text-decoration: line-through
}

.beli {
    background: #f05822 !important;
    font-size: 12px !important
}

.button {
    background: #e7ecf0;
    color: #1c2c34;
    border-radius: 8px !important;
    height: 35px;
    line-height: 32px;
    font-size: 12px !important;
    font-family: qsand-bold;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 24px
}

.button.slim {
    height: 30px;
    line-height: 28px
}

.button:focus,
.button:hover {
    background: #e7ecf0;
    color: #1c2c34
}

.button:active {
    transform: translateY(1px)
}

.button-fill {
    width: 100%
}

.button-lg {
    height: 50px;
    line-height: 50px
}

.button-sm {
    height: 30px;
    line-height: 30px
}

.button-checkbox {
    padding: 5px 9px 5px 13px;
    height: auto;
    line-height: 1
}

.button-icon {
    height: 30px;
    padding: 0 10px
}

.button-icon i {
    line-height: 30px;
    vertical-align: top
}

.button.outline {
    background: #fff !important
}

.button.outline-orange {
    background: #fff !important;
    border: 1px solid #f05822 !important;
    color: #f05822 !important
}

.button-red {
    color: #fff !important;
    background: #ed1b2f !important
}

.button.outline.button-red {
    color: #ed1b2f !important;
    border: 1px solid #ed1b2f
}

.button-orange {
    background: #f05822 !important;
    color: #fff !important
}

.button-orange--dark {
    background: #c15634 !important;
    color: #fff !important
}

.button-gold {
    background: #f8a51b !important;
    color: #fff !important
}

.button-gold--dark {
    background: #cc8c2f !important;
    color: #fff !important
}

.button-blue {
    background: #2a62d1 !important;
    color: #fff !important
}

.button-blue-o {
    background: #fff;
    border: 2px solid #2a62d1;
    color: #2a62d1
}

.button-blue-o:focus,
.button-blue-o:hover {
    background: #fff;
    color: #2a62d1
}

.divider {
    color: #fff !important;
    font-size: 20px !important
}

.button-white {
    background: #fff !important;
    color: #1c2c34 !important;
    border: 1px solid #e6e7e8
}

.button-white-o {
    background: #fff;
    border: 2px solid #ccc;
    color: #1c2c34
}

.button-white-o.border-dashed {
    border: 2px dashed #ccc
}

.button-white-o.border-dashed.expanded {
    height: 5rem
}

.button-white-o.border-thin {
    border: 1px solid #dae3ef
}

.button-white-o:focus,
.button-white-o:hover {
    background: #fff;
    color: #1c2c34
}

.button-green {
    background: #52bc42 !important;
    color: #fff !important
}

.button-green-o {
    background: #fff;
    border: 2px solid #52bc42;
    color: #52bc42
}

.button-green-o:focus,
.button-green-o:hover {
    background: #fff;
    color: #52bc42
}

.button-grey {
    color: #fff !important;
    background: #8691ac !important
}

.button.outline.button-grey {
    color: #8691ac !important;
    border: 1px solid #8691ac
}

.button-transparent {
    background: 0 0 !important
}

.button-transparent-o {
    background: 0 0 !important;
    border: 1px solid #8691ac
}

.button-fbook {
    background: #3b5998 !important;
    color: #fff !important
}

.button-googl {
    background: #fff !important;
    border: 2px solid #ccc;
    color: #1c2c34 !important
}

.button.disabled {
    pointer-events: none;
    display: inline-block
}

.text-red {
    color: red
}

.button-like,
.button-like:hover {
    font-size: 12px
}

.button-like i {
    color: #c8d2db
}

.button-like.medium i {
    font-size: 16px
}

.button-like.large i {
    font-size: 20px
}

.button-like.active i,
.button-like:hover i {
    color: #ed1c24 !important
}

.button-follow {
    color: #fff !important;
    background: #8691ac !important
}

.button-follow .fol-text-no {
    display: none
}

.button-follow:hover {
    color: #fff !important;
    background: #ed1b2f !important
}

.button-follow:hover .fol-text-yes {
    display: none
}

.button-follow:hover .fol-text-no {
    display: block;
    animation: 1s forwards show-flip
}

.next-to-button {
    height: 35px
}

.tocart {
    background: #2f63ad !important
}

.product .price .normal {
    font-size: 10px;
    color: #39b54a;
    margin-top: -3px;
    font-family: muli-regular;
    height: 15px
}

.product .price .bin {
    font-size: 11px;
    color: #8c9eb6;
    display: inline-block;
    top: -3px;
    position: relative;
    margin-left: 7px
}

.product .price .like {
    margin-top: -30px;
    margin-right: 5px;
    background: url(do00012-heart-grey.f7f7864f75c1ea90cd2f.svg) 0 0/cover no-repeat;
    height: 20px;
    width: 24px;
    display: inline-block;
    margin-bottom: -3px
}

.like.active,
.product .price .like:hover {
    background: url(do00013-heart-red.22f530012041a264311f.svg) !important;
    transition: .3s ease
}

.product .price .official {
    float: right;
    margin-top: 5px
}

.product .price .rating-symbol {
    display: inline-block;
    width: 20px
}

.product .price .bg-info {
    background-color: #1c9eff !important
}

.symbol {
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px
}

judul-official .hollow.secondary {
    border: 1px solid #dae1e5;
    color: #767676;
    background: #fff;
    height: 32px;
    padding-top: 7px;
    width: 140px
}

.det-off-b .pic-official,
.det-off-b .pic-official img {
    width: 120px
}

.det-off-b .judul-official strong {
    font-size: 21px
}

.det-off-b .button.secondary {
    border: 1px solid #dae1e5;
    color: #fff;
    background: #8c9eb6;
    margin-top: 10px;
    width: 140px;
    padding-top: 6px;
    margin-left: 5px
}

.det-off-b .button.hollow.secondary {
    border: 1px solid #dae1e5;
    color: #767676;
    background: #fff;
    margin-top: 10px;
    width: 140px
}

.det-off-b .backa {
    height: 30px;
    width: 30px;
    background: url(back.98850771a971e95a68c0.svg);
    position: absolute;
    top: 95px;
    left: -15px;
    z-index: 9999;
    display: none
}

.det-off-b .nexta {
    height: 30px;
    width: 30px;
    background: url(next.08841eed71f3f4d65c10.svg);
    position: absolute;
    top: 95px;
    right: -15px;
    z-index: 9999
}

.det-off-b .tema {
    width: 410px
}

.category .left {
    width: 22%
}

.category .right {
    width: 78%
}

.category-list {
    list-style: none;
    margin: 0 0 20px
}

.category-list li {
    border-radius: 5px
}

.category-list li a {
    display: block;
    font-size: 16px;
    padding: 3px 0;
    color: #1c2c34;
    border-radius: 3px;
    text-transform: capitalize
}

.category-list li a.active {
    color: #39b54a;
    border-right: 3px solid #39b54a;
    background: #fff;
    font-family: muli-bold;
    position: relative
}

.category-list li a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 26px;
    width: 10px;
    background: #fff;
    border-radius: 3px 0 0 3px
}

.category-list li a:hover {
    color: #39b54a
}

.default-list {
    list-style-type: circle
}

.default-list li a {
    text-decoration: underline;
    color: #1c2c34 !important
}

.image-uploader input[type=file] {
    display: none
}

.image-uploader .image-wrapper {
    border-radius: 10px;
    background-color: #d8dfef;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    overflow: hidden
}

.image-uploader .image-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px !important
}

.image-uploader img.user-image {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none
}

.image-uploader img.user-image.active {
    display: block
}

.ktp-pic.error {
    border: 1px solid #ed1c24
}

.upload-events {
    position: absolute;
    top: 115px;
    width: 100%;
    display: none
}

.upload-events.active {
    display: block
}

.upload-events .progress {
    height: 10px
}

.upload-error {
    padding: 70px 50px 50px;
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 10px;
    background-color: #1d2b38;
    opacity: .9;
    font-size: 13px;
    display: none
}

.upload-error.active {
    display: block
}

.upload-error p {
    height: 90px;
    color: #ea1a33
}

.upload-error a {
    font-family: qsand-bold;
    color: #fff
}

.upload-delete {
    font-size: 14px;
    width: 18px;
    height: 20px;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    right: 10px;
    top: 10px;
    display: none;
    color: #ed1c24
}

.upload-delete.active {
    display: block
}

.upload-button {
    width: 250px;
    height: 250px;
    position: relative;
    text-align: center;
    display: none
}

.upload-button.active {
    display: inline-block
}

.upload-button img {
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.seller-badge {
    position: relative;
    top: 10px;
    left: 10px;
    height: 0;
    width: 0;
    z-index: 1
}

.seller-badge::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    z-index: -1
}

.brand-intro .left {
    width: 7rem;
    height: 7rem
}

.brand-intro img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content
}

.brand-intro .middle {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 20px
}

.brand-intro .middle .brand-name span {
    font-size: 21px;
    font-family: muli-bold
}

.brand-intro .middle .brand-name i {
    color: #2f5ca5
}

.brand-intro .right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.det-off-kat .kategori {
    padding-right: 15px
}

.product .judul-official .input-number-group {
    height: 32px;
    border: none
}

.product .judul-official .input-number-group .input-number {
    height: 32px;
    text-align: left;
    font-size: 14px;
    color: #1c2c34;
    background: #f5f8fa;
    border: none !important
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.product .judul-official .input-number-group .input-number span {
    font-size: 13px;
    font-family: muli-regular;
    margin-top: -14px;
    position: relative
}

.product .judul-official .tukar {
    background: #2f63ad;
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
    width: 100px !important;
    height: 32px;
    border-radius: 0 2px 2px 0
}

.berlaku {
    background: #fffbe1;
    width: 100%;
    height: 30px
}

.dopo-atas {
    height: 60px;
    background: #fff;
    padding: 10px
}

.dopo-atas .fa-info {
    background: #8c9eb6
}

.dopo-atas .putih {
    padding-right: 10px
}

.dopo-atas .putih .f13 {
    font-size: 13px;
    line-height: 20px
}

.dopo-atas .putih .grid-x {
    border-right: 1px solid #ccc;
    height: 40px
}

.button-group {
    width: auto;
    border-radius: 5px
}

.button-group a {
    font-size: 12px;
    color: #1c2c34;
    background: #dae3ef;
    padding: 7px 13px;
    text-align: center
}

.button-group a.aktif,
.button-group a:hover {
    background: #39b54a;
    color: #fff
}

.button-group a:first-child {
    border-radius: 5px 0 0 5px
}

.button-group a:last-child {
    border-radius: 0 5px 5px 0
}

footer {
    width: 100%;
    background: #fff;
    margin-top: 60px;
    padding-top: 1px
}

footer .colku {
    flex: 0 0 16.666%;
    max-width: 16.666%;
    margin-bottom: 20px;
    margin-top: 20px
}

footer .colku .judul {
    font-family: muli-bold;
    font-size: 17px;
    color: #1c2c34;
    margin-bottom: 2px
}

footer .colku ul {
    padding: 0;
    margin: 0
}

footer .colku ul li {
    list-style: none;
    padding: 0;
    line-height: 22px
}

footer .colku ul li a {
    color: #1c2c34;
    font-size: 15px
}

footer .colku ul li a:hover {
    color: #2b60d2
}

footer .logos span {
    line-height: 2.7;
    font-family: muli-regular;
    font-size: 17px;
    display: inline-block;
    margin-left: 20px
}

footer .icon-bawah {
    margin-bottom: 20px
}

footer .icon-bawah span {
    line-height: 2.5;
    margin-right: 20px;
    font-size: 15px;
    width: 6rem;
    display: inline-block
}

footer .icon-bawah ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

footer .icon-bawah li {
    display: inline-block;
    margin-right: 7px;
    width: 60px;
    height: 30px;
    background: #f3f4f8;
    text-align: center;
    position: relative
}

footer .icon-bawah li img {
    vertical-align: middle
}

.box-icon {
    text-align: center;
    width: 150px;
    display: inline-block;
    margin-bottom: 20px
}

.box-icon .judul {
    font-family: qsand-bold;
    font-size: 18px;
    margin-top: 20px;
    line-height: 17px
}

footer hr {
    width: 100%;
    margin: 20px 0
}

footer p {
    color: #1c2c34;
    font-size: 12px;
    margin-bottom: 5px
}

.paging {
    width: 100%
}

.pagination .current {
    background: #2a62d1;
    border: 1px solid #2a62d1;
    padding: 0;
    color: #fff
}

.pagination .current span {
    color: #fff
}

.pagination a,
.pagination button,
.pagination span {
    display: table-cell;
    padding: 0;
    color: #0a0a0a;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px
}

.pagination a:hover,
.pagination-next,
.pagination-previous {
    background: 0 0
}

.pagination li {
    border-radius: 5px;
    font-family: muli-regular;
    border: 1px solid #e7ecf0;
    background: #e7ecf0;
    height: 30px;
    width: 30px
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: "\2039";
    display: table-cell;
    padding-bottom: 0;
    border-radius: 0;
    color: #0a0a0a;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.pagination .ellipsis::after {
    padding: 0;
    content: "\2026";
    display: table-cell;
    border-radius: 0;
    color: #0a0a0a;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    width: 30px
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0;
    content: "\203A";
    font-weight: 700
}

.product-detail {
    font-size: 12px;
    font-family: muli-regular
}

.product-detail .product-header {
    margin-bottom: 20px
}

.product-detail .product-name {
    font-size: 21px !important;
    font-weight: 700
}

.promo-group {
    display: flex;
    flex-direction: row;
    margin-top: 1px;
    margin-bottom: 1px
}

.promo-point {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    font-size: 13px;
    border-radius: 5px;
    border: 2px solid #dae3ef;
    margin-bottom: 0
}

.promo-point-button {
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    font-size: 13px;
    border-style: none;
    border-radius: 5px;
    margin-bottom: 0
}

.promo-point span {
    vertical-align: middle
}

.promo-group button {
    border-radius: 0 5px 5px 0 !important;
    margin-bottom: 0
}

.rating-group.inline-block {
    display: inline-block
}

.rating-group ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.rating-group li {
    float: left;
    margin-right: 3px
}

.rating-group li:last-child {
    margin-right: 10px
}

.rating-group .count {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-family: muli-regular;
    color: #8c9eb6
}

.rating li {
    height: 26px;
    padding-top: 3px
}

.rating-group .count.top0 {
    top: 0
}

.product-detail .product-header .symbol {
    width: 17px;
    height: 17px
}

.detail-item {
    margin-bottom: 20px;
    font-size: 14px
}

.detail-item.flex {
    display: flex
}

.detail-item label {
    float: left;
    width: 115px;
    font-size: 13px;
    font-weight: 700;
    color: #1c2c34 !important
}

.detail-item label.checkbox-round {
    width: 15px
}

.detail-item label.radio-label {
    float: unset;
    width: unset
}

.detail-item span {
    font-size: 13px
}

.detail-item .input-number-group {
    float: left;
    margin: 0
}

.detail-item h6 {
    line-height: 1.8;
    font-size: 13px
}

.detail-item label.text-right {
    text-align: right;
    margin-right: 40px
}

.detail-item.with-input label {
    line-height: 35px
}

.detail-item.with-input .input-group {
    width: 400px
}

.detail-item.with-input input[type=text] {
    width: 255px;
    display: inline-block
}

.detail-item.with-input input[type=text]:focus {
    border: 2px solid #52bc42
}

.detail-item span.checker {
    float: unset
}

.detail-item span.checker.success {
    color: #52bc42 !important;
    font-weight: 300
}

.detail-item.with-input input[type=text].fill {
    width: calc(100% - 220px)
}

.detail-item label.large {
    width: 200px
}

.detail-item.grid {
    display: flex
}

.detail-item.grid .left {
    width: 22%;
    padding-right: 20px
}

.detail-item.grid .right {
    width: 78%
}

.detail-item.grid .input-text {
    width: 225px
}

.detail-item.grid .input-text.small {
    width: 60px
}

.detail-item.grid .input-text.fill {
    width: 600px
}

.detail-item textarea,
textarea {
    font-size: 13px
}

.detail .ket-detail .fa-info {
    border-radius: 9px;
    padding-right: 1px;
    background: #50af3f;
    height: 14px;
    width: 14px;
    text-align: center;
    font-size: 6px;
    vertical-align: middle;
    color: #fff;
    padding-top: 4px;
    margin-left: 5px
}

.ket-detail .promo .list {
    padding: 10px;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff
}

.ket-detail .promo .lainnya {
    padding: 5px 10px;
    width: 130px;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff
}

.ket-detail .promo .lainnya a {
    font-family: muli-regular;
    color: #1c2c34;
    font-size: 12px
}

.ket-detail .promo .list .judul {
    font-size: 14px;
    font-family: muli-bold;
    color: #1c2c34
}

.ket-detail .promo .list .show {
    float: right;
    margin-top: -8px;
    margin-right: 10px
}

.detail .product-detail .radio-toolbar input[type=radio] {
    display: none
}

.detail .product-detail .radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 3px 0;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    text-align: center;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    font-family: muli-regular;
    margin-top: 5px
}

.detail .product-detail .radio-toolbar input[type=radio]:checked+label {
    background-color: #1844a5;
    color: #fff
}

.radio-boxed {
    position: relative;
    height: 35px !important;
    width: 35px !important;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.radio-boxed input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio-boxed .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px !important;
    width: 35px !important;
    display: inline-block;
    background: #e6e7e8;
    border-radius: 5px;
    text-align: center
}

.radio-boxed:hover input~.checkmark {
    border: 2px solid #fff !important
}

.radio-boxed input:checked~.checkmark {
    border: 2px solid #8794aa !important
}

.radio-boxed .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.checkbox-round {
    float: left;
    position: relative;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.checkbox-round.small {
    height: 15px;
    width: 15px
}

.checkbox-round input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-round .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #8c9eb6;
    border-radius: 50%
}

.checkbox-round.small .checkmark {
    top: 2px;
    height: 15px;
    width: 15px
}

.checkbox-round input:disabled~.checkmark {
    background-color: #8c9eb6;
    border: none
}

.checkbox-round input:disabled~.checkmark:after {
    color: #fff;
    content: "\f05e";
    top: .95px;
    left: 3.25px;
    cursor: not-allowed
}

.checkbox-round input:checked~.checkmark {
    background-color: #52bc42;
    border: none;
    color: #fff
}

.checkbox-round input:checked~.checkmark.check-red {
    background-color: #ed1b2f
}

.checkbox-round input:checked~.checkmark:after,
.checkbox-round input:disabled~.checkmark:after {
    display: block
}

.checkbox-round .checkmark:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-family: Font Awesome\5 Free;
    font-size: 10px;
    font-weight: 900;
    color: #fff
}

.checkbox-round input:checked~.checkmark:after {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free"
}

.checkbox-round.small .checkmark:after {
    top: 1px;
    left: 4px;
    width: 15px;
    height: 15px;
    font-size: 8px
}

.checkbox-detail {
    display: inline-block
}

.checkbox-detail h6 {
    font-family: qsand-bold;
    margin: 0;
    font-size: 1rem
}

.checkbox-detail p {
    font-family: qsand;
    margin: 0
}

.checkbox-detail.fee {
    font-family: qsand;
    color: #ff5722
}

.checkbox-detail.free {
    font-family: qsand-bold;
    color: #3ab14e
}

.tabs {
    border: none;
    background: #e7ecf0
}

.tabs-content {
    border: none;
    background: 0 0;
    font-family: muli-regular
}

.tabs-content pre {
    font-family: muli-regular;
    font-size: 13px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.tabs-title.is-active {
    box-shadow: 0 -.5px 0 .5px #ccc;
    background: #fff !important
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: 0 0;
    color: #52bc42;
    border-top: 3px solid;
    outline: 0
}

.tabs-title.is-active a {
    background: #fff !important;
    color: #1c2c34;
    border-top: 3px solid #52bc42;
    font-weight: 600
}

.tabs-title>a:hover {
    background: #fff;
    color: #1c2c34;
    border-top: 3px solid #52bc42
}

.tabs-title>a span {
    font-size: 12px;
    color: #8c9eb6;
    font-family: muli-regular
}

.tabs-title>a {
    padding: 15px 40px;
    font-size: 12px;
    color: #1c2c34;
    border-top: 3px solid #e7ecf0;
    text-transform: uppercase
}

.tabs,
.tabs-title:first-child,
.tabs-title:first-child>a {
    border-top-left-radius: 8px
}

.tabs {
    border-top-right-radius: 8px
}

.tabs-panel.is-active {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.tabs.career,
.tabs.career .tabs-title {
    background: 0 0
}

.tabs.career .tabs-title>a {
    padding: 10px 20px;
    border-top: none;
    background: 0 0;
    color: #2a62d1
}

.tabs.career .tabs-title.is-active a {
    background: 0 0;
    border-bottom: 3px solid #2a62d1;
    font-weight: 600
}

.tabs.career .tabs-title:not(.is-active) a {
    border-bottom: 3px solid #dae3ef
}

.tabs.career .tabs-title>a:hover {
    background: 0 0;
    border-bottom: 3px solid #2a62d1
}

.input-group-button button {
    width: 120px
}

.panel-flat {
    padding: 0
}

.list-flat {
    margin: 10px 0 0;
    list-style: none
}

.list-flat-wrapper {
    max-height: 480px;
    padding: 10px 0;
    background: #fff;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.list-flat-wrapper.medium {
    max-height: 625px
}

.list-flat.bordered {
    margin: 0;
    list-style: none;
    max-height: calc(480px - 20px);
    overflow-y: auto
}

.list-flat.bordered.medium {
    max-height: calc(625px - 20px)
}

.flat-item,
.flat-item-sticky {
    padding: 20px;
    background: #fff
}

.flat-item {
    margin-top: 10px
}

.flat-item span {
    font-size: 12px;
    color: #8794aa
}

.flat-item .code {
    font-family: muli-bold;
    color: #1c2c34
}

.flat-item .username {
    font-weight: 700
}

.flat-item .user-icon {
    margin-right: 5px
}

.flat-item .top-right-toggler {
    font-size: 12px;
    float: right;
    color: #2a62d1
}

.flat-item img {
    width: 14px;
    height: auto;
    margin-right: 5px
}

.flat-item.with-image img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.flat-item.with-image .large-11 {
    padding: 0 0 0 15px
}

.flat-item.with-image .large-11 a {
    font-size: 14px;
    color: #2a62d1
}

.flat-item.with-image .large-11 .item-desc {
    margin: 0 !important
}

.flat-item.with-image .flat-body {
    margin: 0
}

.flat-item.disabled {
    opacity: .3
}

.flat-body {
    margin: 5px 0 0 22px
}

.flat-body h5 {
    font-size: 14px;
    font-weight: 600
}

.flat-body.even h5 {
    font-size: 14px;
    font-weight: unset
}

.flat-body p {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0
}

.flat-body .response img {
    height: 16px;
    width: 16px
}

.flat-body .response p {
    margin: 2px 0 0 25px;
    color: #8c9eb6
}

.flat-child {
    padding-top: 15px;
    list-style-type: none;
    padding-left: 40px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #dae3ef
}

.flat-child li {
    padding-bottom: 20px
}

.flat-child .input-group {
    margin-top: 20px;
    margin-bottom: 0
}

.flat-item pre xmp {
    padding: 20px;
    background: #fffbe1;
    font-size: 11px
}

.list-flat.bordered .flat-item {
    margin: 0;
    padding-bottom: 0
}

.list-flat.bordered .flat-item>.flex {
    padding-bottom: 20px;
    border-bottom: 1px solid #dae3ef
}

.list-flat.bordered .flat-item>.flex.no-border {
    padding-bottom: 15px;
    border-color: transparent
}

.list-flat.bordered .flat-item:first-child {
    padding-top: 10px
}

.list-flat.bordered .flat-item:last-child>.flat-child,
.list-flat.bordered .flat-item:last-child>.flex {
    border-bottom: none
}

.flat-item.full {
    border-radius: 8px
}

.flat-item.full .flat-header {
    background: #e7ecf0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.flat-item.full .flat-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.flat-item.full .flat-body,
.flat-item.full .flat-header {
    margin: 0;
    padding: 20px
}

.flat-item.full .flat-body .img-list {
    display: flex;
    align-items: flex-start;
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px
}

.flat-item.full .flat-body img {
    flex: 1
}

.troli-header {
    display: flex;
    flex-direction: row;
    padding: 15px 30px !important;
    border-radius: 5px
}

.troli-header>div {
    width: 300px
}

.troli-header>div:first-child {
    width: 100%
}

.troli-header>div:last-child {
    width: 50px
}

.troli-header>div a,
.troli-header>div p,
.troli-header>div p span {
    font-size: 12px;
    font-family: muli-bold;
    color: #1c2c34;
    margin-bottom: 0
}

.troli-header.alamat {
    padding: 1.5rem !important
}

.troli-header h5 {
    font-family: muli-bold;
    font-size: 21px;
    line-height: 1.19;
    text-align: left
}

.troli-header .troli-alamat {
    display: block;
    width: 100% !important
}

.troli-header .troli-alamat h6 {
    font-size: 13px;
    text-align: left;
    color: #8c9eb6;
    display: inline-block
}

.troli-header .troli-alamat h6.title {
    color: inherit;
    font-family: muli-bold
}

.troli-header .troli-alamat h6.title span {
    color: #8c9eb6;
    margin-left: .5rem
}

.troli-header .troli-alamat a {
    font-family: muli-regular;
    font-size: 13px;
    color: #2f63ad;
    display: inline-block;
    line-height: 2
}

.troli-header .troli-alamat .address-box {
    height: 5rem
}

.troli-header .troli-alamat ul.detail-alamat {
    list-style-type: none;
    margin-left: 0
}

.troli-header .troli-alamat ul.detail-alamat li {
    font-size: .8rem;
    color: #1c2c34;
    padding-left: 0
}

.troli-header .troli-alamat ul.detail-alamat li.title {
    font-family: qsand-bold;
    font-size: .9rem;
    color: #1c2c34
}

.troli-header .troli-alamat .empty-address {
    color: #1c2c34;
    text-align: center !important;
    padding: 4rem 0 4.5rem
}

.troli-header .troli-alamat .empty-address h6 {
    font-family: qsand-bold;
    font-size: 1rem;
    color: #1c2c34;
    margin: 0
}

.troli-header .troli-alamat .empty-address p {
    font-family: qsand
}

.troli-header .troli-alamat .pilih-alamat {
    height: 9rem;
    line-height: 9rem;
    text-align: center
}

.troli-header .troli-alamat .pilih-alamat .button,
.troli-header .troli-alamat .pilih-alamat button {
    width: 75%
}

.troli-header .troli-alamat .pilih-alamat h5 {
    text-align: center;
    line-height: 9;
    font-size: 1rem;
    text-transform: uppercase
}

.troli-item-group {
    display: flex;
    flex-direction: column;
    padding: 15px !important;
    border-radius: 5px
}

.troli-item-group.shop-closed {
    position: relative
}

.troli-item-group.shop-closed .overlay-shop-closed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 10, 10, .5);
    z-index: 2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.troli-item-group.shop-closed .overlay-shop-closed h5 {
    font-family: qsand-bold;
    color: #fff
}

.troli-item-header {
    display: flex;
    width: 100%;
    padding: 10px 0 15px;
    border-bottom: 2px solid #e7ecf0
}

.troli-item-header p,
.troli-item-header p span {
    font-size: 12px;
    color: #1c2c34;
    margin-bottom: 0
}

.troli-item-header p span {
    font-family: muli-bold
}

.troli-item-body {
    display: flex;
    flex-direction: column;
    width: 100%
}

.troli-item-content {
    display: flex;
    padding: 15px 0;
    border-bottom: 2px solid #e7ecf0
}

.troli-item-content:last-child {
    border-bottom: none
}

.troli-item-content>div {
    width: 300px
}

.troli-item-content>div:first-child {
    width: 100%
}

.troli-item-content>div:last-child {
    width: 15px
}

.troli-item-content>div img {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin: 0 10px 0 5px
}

.troli-item-content>div img.expand {
    height: 90px;
    width: 90px
}

.troli-item-content h6 {
    font-size: 1rem;
    font-family: qsand-bold;
    margin-bottom: 0
}

.troli-item-content h1 {
    line-height: 2
}

.remove-item {
    color: #dae3ef
}

.remove-item:hover {
    color: #ed1c24
}

.troli-item-content .item-detail p {
    margin: 0;
    font-size: .8rem;
    color: #8794aa
}

.troli-item-content .item-detail p span {
    font-family: qsand-bold;
    color: #0a0a0a
}

.troli-item-content .flex {
    height: 4.5rem;
    align-self: flex-start;
    align-items: center
}

.troli-item-content .flex.fxleft {
    align-items: flex-start
}

.troli-price {
    font-size: 1rem;
    font-family: qsand-bold;
    margin-bottom: .2rem
}

.icon-payment {
    display: inline-block;
    margin-bottom: 0
}

.icon-payment li {
    display: inline-block;
    margin-right: 7px
}

.list-border {
    list-style: none;
    margin: 0
}

.list-border li {
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #dae3ef !important;
    border-radius: 3px;
    display: flex;
    flex-direction: row
}

.list-border .description {
    padding-left: 10px
}

.list-border .title {
    font-family: muli-bold;
    margin-bottom: 5px
}

.list-border h6 {
    margin-bottom: 0
}

.list-border li.disabled {
    opacity: .3
}

.list-border li.disabled input:checked~.switch-paddle::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    transform: translate3d(-2px, 0, 0);
    border-radius: 100%;
    background: #8794aa;
    transition: all .25s ease-out;
    content: ""
}

.list-border .vendor {
    width: 100%
}

.list-border .vendor span {
    font-size: 14px
}

.list-border .vendor img {
    width: unset;
    margin-right: 20px
}

.list-border .vendor .name {
    font-family: muli-bold;
    color: #1c2c34
}

.tracking-indicator {
    height: 60px;
    width: 50px;
    margin-right: 10px;
    padding: 2px;
    border-radius: 4px
}

.tracking-indicator.red {
    background: linear-gradient(to right, #ed1b2f, #fff)
}

.tracking-indicator.gray {
    background: linear-gradient(to right, #dae3ef, #fff)
}

.tracking-indicator.orange {
    background: linear-gradient(to right, #f8a51b, #fff)
}

.tracking-indicator.blue {
    background: linear-gradient(to right, #2a62d1, #fff)
}

ul.list-bg {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.list-bg li {
    margin-top: 5px;
    padding: 15px 20px;
    background: #dae3ef;
    border-radius: 2px;
    cursor: pointer
}

ul.list-bg li h6 {
    margin: 0
}

.inline-switch {
    display: flex
}

.inline-switch .switch {
    margin-right: 15px
}

.switch-paddle {
    width: 30px !important;
    height: 20px !important;
    border-radius: 50px;
    background: #dae3ef
}

.switch-paddle::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    transform: translate3d(-2px, 0, 0);
    border-radius: 100%;
    background: #8794aa;
    transition: all .25s ease-out;
    content: ""
}

input:checked~.switch-paddle {
    background: #dae3ef
}

input:checked~.switch-paddle::after {
    left: 2.25rem;
    background: #52bc42;
    transform: translate3d(-25px, 0, 0)
}

table {
    border: none;
    font-size: 13px;
    margin-bottom: 0
}

table thead {
    background: #fff;
    border: none;
    border-bottom: 2px solid #dae3ef !important
}

table tbody,
table tr {
    border: none
}

table tbody tr {
    border-bottom: 2px solid #dae3ef !important
}

table tbody tr:last-child {
    border: none !important
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fff
}

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

table img {
    width: unset !important
}

table span {
    color: #1c2c34 !important
}

table tfoot {
    background: #fff;
    border: none;
    border-top: 2px solid #dae3ef !important
}

table tfoot td {
    padding-bottom: 0 !important
}

table tfoot li {
    font-weight: 400
}

table.troly-table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px
}

table.troly-table tbody td:first-child {
    width: 65%
}

table.troly-table tbody td:first-child ul {
    width: 100%
}

table.troly-table tbody td:nth-child(3) {
    vertical-align: initial
}

table.troly-table tfoot td:first-child {
    padding-left: 70px
}

table .troly-item {
    display: flex;
    align-items: center
}

table .troly-item img {
    height: 50px;
    width: 50px;
    border-radius: 2px;
    margin-right: 10px
}

table .troly-item .amount a {
    margin-left: 5px;
    color: #8c9eb6 !important
}

table .troly-item .name {
    font-family: muli-bold;
    font-size: 14px !important;
    margin-bottom: 10px
}

table .troly-item textarea.trolley-note {
    display: none;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 4px 0;
    outline: 0;
    min-height: 28px;
    border: none !important;
    border-bottom: 1px solid #52bc42 !important;
    border-radius: 0;
    resize: none
}

table .troly-item textarea.trolley-note:focus {
    border: none !important;
    border-bottom: 1px solid #52bc42 !important;
    outline: 0;
    box-shadow: none
}

table .troly-item .note-helper {
    display: none
}

table.troly-table.fill td,
table.troly-table.fill th {
    padding-left: 0;
    padding-right: 0
}

table.troly-table.fill tbody.detail td:first-child {
    width: 70%
}

table.troly-table.fill tbody.custom tr {
    border-top: 2px solid #dae3ef !important
}

table.troly-table.fill tbody.total td {
    padding-top: 15px;
    padding-bottom: 15px
}

table.troly-table.fill tbody.total td:first-child {
    padding-left: 40px
}

table.troly-table.fill tbody.address td li,
table.troly-table.fill tbody.address tr {
    padding: 0
}

table.troly-table.fill tbody.address td .destination {
    width: 35%
}

table.troly-table.fill tbody.address td .courier {
    width: 20%
}

table.troly-table.fill tbody.address td .insurace {
    width: 18%
}

table.troly-table.fill tbody.address td .delivery {
    width: 26%
}

table.striped-gray tr:nth-child(odd) td {
    background: #f5f8fa;
    border-radius: 6px
}

table.striped-gray td {
    border-style: none;
    border-bottom: 2px solid transparent
}

.troly-progress .progress-item {
    opacity: .3
}

.troly-progress .progress-item.active {
    opacity: 1
}

.troly-progress .progress-item .wrapper {
    font-family: muli-bold;
    font-size: 13px;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-image: linear-gradient(to right, transparent 20%, #1c2c34 100%), linear-gradient(to right, transparent 20%, #1c2c34 100%);
    background-image: -o-linear-gradient(left, transparent 20%, #1c2c34 100%), -o-linear-gradient(left, transparent 20%, #1c2c34 100%)
}

.troly-progress .progress-item .wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-image: linear-gradient(to right, transparent, #fff);
    z-index: -1
}

.troly-progress .progress-item .wrapper::after {
    position: absolute;
    content: "";
    top: 4.5px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #1c2c34;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg)
}

.troly-progress .progress-item.active .wrapper {
    background-image: linear-gradient(to right, transparent 20%, #52bc42 100%), linear-gradient(to right, transparent 20%, #52bc42 100%)
}

.troly-progress .progress-item.active .wrapper::after {
    border-color: #52bc42
}

.troly-box .inline-helper {
    line-height: 30px
}

.troly-box .inline-helper .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    float: left
}

.troly-box .title {
    font-size: 1em;
    font-family: muli-bold;
    width: 100%
}

.troly-box .troly-shipping {
    width: 100%;
    border-bottom: 1px solid #d5dfed;
    margin-bottom: 1rem
}

.troly-box .troly-shipping ul li {
    margin-bottom: .5rem
}

.troly-box .troly-shipping .checkbox-round {
    top: 2px
}

.troly-box .troly-shipping-text {
    line-height: 1.5;
    color: #1c2c34
}

.troly-address {
    list-style-type: none;
    margin: 0
}

.troly-address li {
    font-size: 13px
}

.troly-address li.name {
    font-weight: 700
}

.callout {
    margin: 10px 0;
    padding: 5px 10px;
    background: #fffbe1;
    border: none
}

.callout p {
    font-family: muli-regular;
    font-size: 12px;
    margin-bottom: 5px
}

.chip {
    margin-bottom: 5px;
    padding: 2px 22px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50px;
    background: #dae3ef;
    color: #1c2c34;
    width: -moz-fit-content !important;
    width: fit-content !important;
    text-align: center;
    box-shadow: 0 .5px .5px #ccc
}

.chip.small {
    padding: 1px 10px
}

.chip.chip-blue {
    background: #2a62d1;
    color: #f5f8fa
}

.chip.chip-white {
    background: #fff;
    color: #1c2c34
}

.chip.chip-red {
    background: #f5c5c6;
    color: #ed1c24
}

.chip.chip-green {
    background: #d7f0db;
    color: #39b54a
}

.chip.chip-green-o {
    background: #fff;
    border: 2px solid #39b54a;
    color: #39b54a
}

.chip.chip-orange {
    background: #f60;
    color: #fff
}

.chip.chip-disabled {
    background: #dae3ef;
    color: #8794aa
}

.chip-button {
    vertical-align: baseline;
    margin: 0 0 0 7px !important;
    padding: 2px 5px;
    background: #fff;
    color: #dae3ef;
    border-radius: 50%;
    font-size: 12px
}

.chip-button:hover {
    color: #dae3ef
}

.chip.button-top {
    position: relative;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: inset 0 0 0 1px #dae3ef
}

.chip.button-top .chip-button {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px;
    line-height: 12px
}

.chip-white .chip-button {
    box-shadow: inset 0 0 0 1.5px #ed1c24;
    background: #fff;
    color: #ed1c24
}

.filter-chip {
    list-style-type: none;
    margin: 5px 0 0
}

.filter-chip li {
    float: left;
    margin-right: 10px
}

.floating-button {
    position: fixed;
    left: 0;
    padding: 7px 10px 7px 5px;
    background: #2a62d1;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 2px 0 .5px #ccc;
    color: #fff;
    font-size: 12px
}

.floating-button.top-set {
    top: 90px;
    animation: 1s forwards move-floating-button
}

@keyframes move-floating-button {
    0% {
        transform: translateY(54px)
    }
    100% {
        transform: translateY(0)
    }
}

.floating-button:hover {
    color: #fff
}

.filter-box {
    position: fixed;
    top: unset;
    left: -240px;
    height: 418px;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 0 .5px #ccc;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 0;
    z-index: 13
}

.filter-box .filter-wrapper {
    height: calc(100% - 20px);
    width: 100%;
    margin: 15px 0;
    overflow-y: auto
}

.filter-box.expand {
    animation: 1s forwards animate-filter-show
}

.filter-box.collapse {
    animation: 1s forwards animate-filter-hide
}

.filter-close {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 0 6px;
    margin: 0;
    background: #fff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #ed1c24;
    color: #ed1c24;
    font-size: 12px
}

.filter-close:active,
.filter-close:focus,
.filter-close:hover {
    color: #ed1c24
}

@keyframes animate-filter-show {
    from {
        left: -240px
    }
    to {
        left: 0
    }
}

@keyframes animate-filter-hide {
    from {
        left: 0
    }
    to {
        left: -240px
    }
}

.filter-section {
    border-bottom: 1px solid #dae3ef;
    margin-top: 10px;
    padding: 0 20px
}

.filter-section:first-child {
    margin: 0
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 20px
}

.collapsible {
    list-style-type: none;
    margin: 5px 0 0
}

.collapsible-item,
.uncollapsible-item {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.collapsible-item a {
    float: right;
    color: #dae3ef
}

.collapsible-item .collapsible {
    margin-left: 8px;
    display: none
}

.uncollapsible-item a {
    display: contents;
    color: #1c2c34
}

.base-list {
    list-style-type: none;
    margin: 5px 0
}

.rating-symbol {
    color: #ffa700;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 12px;
    display: inline-block;
    width: 20px;
    margin-right: 2px
}

.rating-symbol-background.far.fa-star {
    color: #e6e7e8
}

.content-header {
    font-family: muli-regular;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.accordion .content-header:focus,
.accordion .content-header:hover,
.accordion-title:focus,
.accordion-title:hover {
    background: #e7ecf0 !important
}

.content-body {
    font-size: 13px
}

.show-all {
    font-family: muli-regular;
    font-size: 13px;
    color: #2f63ad;
    margin-top: 5px
}

.discount-card {
    padding: 0;
    background: #fffbe1
}

.discount-percent {
    position: absolute;
    top: 0;
    right: -40px;
    height: 32px !important;
    width: 32px !important;
    background: #f05822;
    font-size: 13px;
    text-align: center;
    color: #fff !important;
    font-family: muli-bold;
    padding: 5px 0;
    border-radius: 50%
}

.discount-value {
    padding: 20px 15px
}

.discount-price {
    font-family: muli-bold;
    font-size: 24px;
    width: fit-content;
    width: -moz-fit-content;
    color: #f05822;
    position: relative
}

.det-harga .warning {
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-family: muli-bold;
    color: #fff;
    background: #ffa700
}

.det-harga .hollow {
    width: 100%;
    height: 34px;
    padding: 7px;
    font-size: 12px;
    font-family: muli-regular;
    border: 1px solid #e6e7e8;
    color: #52bc42;
    background: #fff
}

.det-harga .hollow i {
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px
}

.dash-border {
    padding: 15px;
    width: 100%;
    background: #fff;
    display: inline-block;
    border: 1px dashed #e6e7e8;
    border-top: none;
    border-right: none
}

.dash-border:last-child {
    border-bottom: none
}

.dash-border.no-left {
    border-left: none
}

.det-harga .store {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e6e7e8
}

.produk-lain {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px
}

.produk-lain .disc span {
    font-size: 10px;
    font-family: muli-regular
}

.produk-lain-detail {
    padding-left: 10px;
    margin-bottom: 5px
}

.produk-lain-detail .judul {
    font-size: 12px;
    margin-bottom: 3px;
    cursor: pointer;
    font-family: qsand-bold;
    color: #1c2c34
}

.produk-lain-detail .price {
    font-family: muli-bold;
    font-size: 13px;
    margin-bottom: 3px
}

.produk-lain-detail .price.discount {
    color: #f05822
}

.produk-lain-detail .rating-group {
    margin-top: 0
}

.helper-text {
    margin: 0;
    font-size: 12px
}

.label-bold {
    float: left;
    width: auto !important;
    font-size: 13px;
    font-weight: 700;
    color: #1c2c34 !important
}

.label-large {
    font-size: 16px
}

.label-unit {
    float: left;
    font-size: 12px;
    font-weight: 100 !important
}

.inline-detail {
    line-height: 25px;
    float: left;
    width: 100%;
    font-size: 13px
}

.inline-detail.withbadge {
    line-height: 35px
}

.inline-detail-text {
    line-height: 25px;
    font-size: 13px;
    float: right;
    margin-bottom: 0
}

.input-number-group {
    display: flex;
    margin: 10px 0 0;
    border: 1px solid #dae3ef;
    border-radius: 5px;
    justify-content: center;
    height: 36px;
    width: 120px
}

.input-number-group.small {
    width: 85px
}

.input-number-group.small .input-number {
    width: 40px
}

.input-number-group.small .input-number-decrement.left,
.input-number-group.small .input-number-increment.right {
    width: unset
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input-number-group .input-group-button {
    line-height: calc(70px / 2 - 5px)
}

.input-group .input-number {
    width: 50px;
    vertical-align: top;
    text-align: center;
    outline: 0;
    margin: 0;
    font-size: 14px
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    border: none !important;
    box-shadow: none;
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: inline-block;
    width: 30px;
    color: #8794aa;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    border: none;
    height: 34px
}

span.input-number-increment.right {
    border-radius: 0 4px 4px 0
}

span.input-number-increment.left {
    border-radius: 4px 0 0 4px
}

.input-group .input-text,
.input-text {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
    border: 1px solid #dae3ef;
    border-radius: 5px;
    justify-content: center;
    height: 36px;
    font-size: 14px
}

.input-text.coupon {
    width: 255px
}

.zoom-small-image {
    margin-bottom: 0 !important
}

.zoom-desc {
    margin: 15px 0 !important
}

#wrap {
    z-index: 10 !important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9)
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#caption,
.modal-content {
    animation-name: zoom;
    animation-duration: .6s
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.close:focus,
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.hr-item-top {
    padding: 15px 0 0;
    border-top: 2px solid #e7ecf0
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%
    }
}

.reveal {
    overflow-y: unset;
    border-radius: 5px;
    margin: 40px auto !important;
    padding: 0
}

.reveal.medium {
    width: 60%
}

.reveal.micro {
    width: 475px;
    max-width: 75rem
}

.reveal.nano {
    width: 370px;
    max-width: 75rem
}

.reveal img {
    width: 100%
}

.reveal ol {
    margin: 20px 0 20px 15px
}

.reveal li {
    padding-left: 20px;
    font-family: muli-regular;
    font-size: 14px
}

.reveal .address li {
    padding: 0
}

.close-button {
    height: 28px;
    width: 28px;
    background: #fff;
    border-radius: 100%;
    top: -12px;
    right: -12px;
    font-size: unset
}

.close-button::before {
    content: "";
    height: 22px;
    width: 22px;
    background: 0 0;
    border: 2px solid #ed1b2f;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%
}

.close-button span {
    color: #ed1b2f;
    font-family: muli-bold;
    font-size: 16px
}

.reveal .product-content img {
    width: unset
}

.reveal input {
    border-radius: 4px;
    border: 1px solid #e6e7e8;
    font-family: muli-regular;
    font-size: 14px
}

.reveal input.small {
    width: 225px
}

#reveal-verification-step .large-5 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.tabs-stepper-item {
    display: none
}

.tabs-stepper-item.is-active {
    display: block
}

.list-stepper {
    list-style-type: none
}

.list-stepper li {
    padding: 0;
    margin: 15px 0;
    letter-spacing: 1.5px
}

.list-stepper li .counter {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #8794aa;
    text-align: center
}

.list-stepper li .counter.passed {
    background: #2a62d1;
    color: #fff;
    border-color: #2a62d1
}

.list-image.inline {
    list-style: none;
    margin-left: 0
}

.list-image.inline li {
    display: inline;
    padding-left: 0
}

.list-image.inline li img {
    height: 50px;
    width: 50px;
    border-radius: 5px
}

.image-upload,
.image-upload-plus {
    height: 72px;
    width: 72px;
    border-radius: 5px;
    background: center center/cover #e7ecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.image-upload {
    position: relative
}

.image-upload .button-upload,
.image-upload-plus .button-upload {
    color: #2f5ca5
}

.image-upload input[type=file] {
    display: none
}

.image-upload .item-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    padding: 0;
    color: #fff;
    font-family: muli-bold;
    background: #ed1b2f;
    text-align: center;
    border-radius: 50%
}

.img-50 {
    height: 50px;
    width: 50px
}

.orbit-figure img {
    height: 350px !important;
    border-radius: 5px
}

.orbit-container:focus,
.orbit-figure img:focus,
.orbit-figure:focus,
.orbit-slide:focus,
.orbit-wrapper:focus,
.orbit:focus {
    outline: 0
}

ul.orbit-container {
    height: 22rem !important
}

.orbit-figure {
    position: relative !important
}

.caption-wrapper {
    animation: 2s fadeInCaption
}

@keyframes fadeInCaption {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.orbit-caption {
    background: 0 0;
    animation-name: slider-caption;
    animation-duration: 2s
}

.orbit-next,
.orbit-previous {
    cursor: pointer
}

.orbit-previous {
    border-radius: 0 4px 4px 0
}

.orbit-next {
    border-radius: 4px 0 0 4px
}

@keyframes slider-caption {
    from {
        opacity: 0;
        left: -100px
    }
    to {
        opacity: 1;
        left: 0
    }
}

.orbit-header {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    color: #fefefe;
    font-size: 2rem;
    font-weight: 700;
    background: 0 0;
    animation: 2s slider-header
}

@keyframes slider-header {
    from {
        opacity: 0;
        bottom: -100px
    }
    to {
        opacity: 1;
        bottom: 20px
    }
}

.doslide-figure img {
    width: 57.5rem;
    height: 22rem;
    border-radius: 5px
}

.doslide-container:focus,
.doslide-figure img:focus,
.doslide-figure:focus,
.doslide-slide:focus,
.doslide-wrapper:focus,
.doslide:focus {
    outline: 0
}

.doslide-wrapper {
    max-width: 57.5rem;
    height: 22rem;
    position: relative;
    overflow: hidden
}

.doslide-container {
    height: 22rem;
    display: flex;
    position: absolute;
    transition: left 1s ease
}

.doslide-figure {
    position: relative
}

.doslide-slide {
    display: inline-flex;
    width: 57.5rem
}

.doslide-next,
.doslide-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
    cursor: pointer
}

.doslide-previous {
    left: 0;
    border-radius: 0 4px 4px 0
}

.doslide-next {
    right: 0;
    border-radius: 4px 0 0 4px
}

.doslide-next:hover,
.doslide-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

.caption-wrapper {
    background: rgba(10, 10, 10, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: opacity 2s ease
}

.doslide-caption {
    position: absolute;
    background: 0 0;
    animation-name: slider-caption;
    animation-duration: 2s;
    color: #fff;
    margin-left: 1rem;
    bottom: 15px;
    opacity: 0;
    left: -100px;
    transition: opacity 2s ease, left 2s ease
}

.doslide-header {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    color: #fefefe;
    font-size: 2rem;
    font-weight: 700;
    background: 0 0;
    opacity: 0;
    bottom: -100px;
    transition: opacity 2s ease, bottom 2s ease
}

.set-map {
    position: relative
}

.set-banner img,
.set-map img {
    height: 225px;
    width: 100%;
    border-radius: 4px
}

.set-map .mini-searchbox {
    position: absolute;
    top: 15px;
    left: 5px
}

.status-label {
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    background: #52bc42;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    font-family: muli-regular;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    margin-left: 10px
}

.status-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9.5px;
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #52bc42
}

.product-card.with-footer-cart {
    position: relative
}

.product-card.with-footer-cart .product-body {
    z-index: 2
}

.product-card.with-footer-cart .product-footer {
    display: none;
    padding: 0;
    position: absolute;
    border-radius: 0 0 8px 8px;
    z-index: 12;
    box-shadow: 0 .5px .5px .5px #ccc
}

.product-card.with-footer-cart .product-footer::before {
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fffbe1;
    z-index: -1
}

.product-card.with-footer-cart .product-footer.no-store::before {
    background: #f05822
}

.product-card.with-footer-cart .product-footer .button {
    margin: 0;
    padding: 0;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

img.bank-checkout {
    width: 60px;
    margin-bottom: 10px
}

.accordion-title::before {
    content: "";
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(135deg)
}

.is-active>.accordion-title::before {
    content: "";
    transform: rotate(-45deg)
}

.accordion-content.border-x {
    border-top: none;
    border-bottom: none
}

.accordion .accordion-item:first-child,
.accordion .accordion-item:first-child>:first-child {
    border-top: none
}

.accordion .accordion-item:last-child .accordion-content,
.accordion .accordion-item:last-child:not(.is-active) .accordion-title {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-title {
    font-family: muli-bold;
    color: #1c2c34
}

.accordion-title:focus,
.accordion-title:hover {
    color: initial;
    background: #dae3ef
}

.accordion-item li {
    font-size: 13px
}

.accordion.payment li.accordion-item a.accordion-title {
    border-width: 0 0 1px;
    border-color: #d5dfed;
    border-style: solid
}

.accordion.payment li.accordion-item .accordion-title::before {
    display: none
}

.accordion.payment li.accordion-item .accordion-content {
    border: none
}

.accordion.payment li.accordion-item .checkbox-round {
    z-index: 2;
    position: relative;
    top: 1rem
}

.slider,
.slider-fill {
    border-radius: 8px
}

.slider-handle {
    border-radius: 50%
}

.price-range-wrapper {
    position: relative
}

.price-range-box {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    height: fit-content;
    height: -moz-fit-content;
    width: 270px;
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 8px;
    padding: 10px 20px 20px;
    z-index: 10;
    flex-direction: column;
    align-items: center
}

.range-wrapper .box {
    float: left;
    width: 45%
}

.range-wrapper .box .mini-searchbox,
.range-wrapper .box input {
    width: 100%
}

.range-wrapper .spacer {
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 30px
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none !important;
    border-radius: 100%;
    height: 15px !important;
    width: 15px !important;
    background: #2a62d1 !important
}

.ui-widget.ui-widget-content {
    border-color: #e6e7e8 !important
}

.ui-slider-horizontal {
    height: 1px !important;
    width: 95%
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em !important;
    margin-left: -.6em !important
}

.text-link {
    cursor: pointer
}

.img-table {
    height: 80px !important;
    width: 110px !important
}

.flat-empty-state {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flat-empty-state h5 {
    font-size: 14px;
    font-family: qsand-bold
}

.flat-empty-state p {
    font-size: 12px;
    font-family: qsand
}

.flat-empty-state h5,
.flat-empty-state p {
    margin-bottom: 0
}

#map {
    height: 250px;
    width: 100%;
    border-radius: 8px
}

.preloader-container {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center
}

.preloader {
    animation: 1s linear infinite rotation;
    position: absolute;
    top: 47%;
    left: 50%
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

.socmed-icon {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.slide-in-down.mui-enter {
    transition-duration: .4s;
    transition-timing-function: ease-in-out
}

.alert-box {
    display: block;
    font-size: .72222rem;
    font-weight: 400;
    margin-bottom: 1.11111rem;
    padding: 17px 30px;
    position: relative;
    transition: opacity .3s ease-out;
    background-color: #008cba;
    color: #fff;
    border: 1px solid #0078a0
}

.alert-box h3 {
    font-family: qsand-bold;
    margin: 0;
    float: left
}

.alert-box span {
    font-family: qsand;
    margin: 0 0 0 15px
}

.alert-box.radius {
    border-radius: 10px
}

.alert-box.success {
    background-color: #e9f4ea;
    border-color: #e9f4ea
}

.alert-box.success h3,
.alert-box.success span {
    color: #3ab14e
}

.alert-box.warning {
    background-color: #fffbe1;
    border-color: #fffbe1
}

.alert-box.warning h3,
.alert-box.warning span {
    color: #1c2c34
}

.alert-box.error {
    background-color: #ea1a33;
    border-color: #ea1a33
}

.alert-box.error h3,
.alert-box.error span {
    color: #fff
}

.alert-box .close {
    background: inherit;
    color: #000;
    font-size: 1.22222rem;
    line-height: .9;
    margin-top: -.61111rem;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 30px
}

.notfound-head {
    font-family: qsand-bold;
    font-size: 100px;
    color: #d8dfef;
    line-height: 125px;
    padding-top: 96px
}

.notfound-head>p.title {
    font-family: qsand-bold;
    font-size: 28px;
    color: #1d2b38;
    line-height: 35px;
    letter-spacing: 1.4px;
    max-width: 397px
}

.notfound-head .tips h1 {
    font-family: qsand-bold;
    font-size: 14px;
    color: #1d2b38;
    line-height: 18px
}

.notfound-head .tips ul {
    font-family: qsand;
    color: #1d2b38;
    line-height: 18px;
    list-style: none;
    margin-left: 21px;
    margin-bottom: 0
}

.product-card.merchant-card .product-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px
}

.kategori-404,
.kategori-404 ul {
    margin-left: 0
}

.kategori-404 ul li {
    list-style: none;
    background: #fff;
    padding: 20px;
    border: 1px solid #f3f4f8
}

.kategori-404 ul li a {
    color: #768498;
    font-size: 13px;
    line-height: 24px
}

.kategori-404 ul li a span {
    position: relative;
    left: 32px
}

.kategori-404 ul li a i {
    color: #d8dfef;
    font-size: 24px;
    line-height: 25px;
    position: absolute
}

.kategori-404 ul li a strong {
    color: #1c2c34;
    font-size: 14px
}

.kategori-404 .large-20 {
    width: 20%;
    margin-bottom: 15px
}

.img-404 img {
    display: block;
    margin: auto
}

.unfollow {
    font-family: qsand-bold;
    position: relative;
    right: 0;
    float: right;
    color: #ea1a33;
    line-height: 21px
}

.fav-toko-img img {
    width: auto
}

.fav-profile-img {
    width: 55.8px;
    height: 52px;
    background-size: cover;
    border-radius: 5px
}

.product-checkmark {
    display: block;
    position: absolute;
    top: 7px;
    left: 17.5px;
    z-index: 1
}

.multistep-reg {
    width: 462px;
    margin: 7rem auto;
    text-align: center;
    position: relative;
    display: block;
    height: 590px
}

.multistep-reg div.fieldset,
.multistep-reg fieldset {
    background: #fff;
    border: 0;
    border-radius: 3px;
    padding: 35px 60px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: absolute
}

.multistep-reg input::-moz-placeholder,
.multistep-reg textarea::-moz-placeholder {
    color: #8c9eb6
}

.multistep-reg input::placeholder,
.multistep-reg textarea::placeholder {
    color: #8c9eb6
}

.multistep-reg textarea {
    height: 70px
}

option {
    padding: 10px
}

.multistep-reg .action-button {
    width: 100%;
    background: #2a62d1;
    font-family: qsand-bold;
    line-height: 15px;
    letter-spacing: 1.4px;
    color: #fff;
    border: 0 !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px
}

.multistep-reg .action-button:focus,
.multistep-reg .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60
}

#progressbar {
    margin-bottom: 30px;
    margin-left: 0;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    font-family: qsand;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative
}

#progressbar li:before {
    content: counter(step, upper-alpha);
    counter-increment: step;
    font-family: qsand-bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #8691ac;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 25%;
    z-index: -1
}

#progressbar li.active:first-child::after {
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #3ab14e;
    position: absolute;
    left: 0;
    top: 25%;
    z-index: -1
}

#progressbar li.active:last-child::after {
    content: "";
    width: 150%;
    height: 5px;
    border-radius: 10px;
    background: #3ab14e;
    position: absolute;
    left: -50%;
    top: 25%;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li:last-child::after {
    content: "";
    width: 150%;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 25%;
    z-index: -1
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #3ab14e;
    color: #fff
}

#progressbar-inside {
    margin-bottom: 25px;
    margin-left: 0;
    overflow: hidden;
    counter-reset: step
}

#progressbar-inside li {
    list-style-type: none;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 12px;
    width: 47%;
    float: left;
    position: relative;
    text-align: left
}

#progressbar-inside li>span {
    font-family: qsand-bold !important;
    position: relative;
    top: 9px;
    left: 10px;
    line-height: normal;
    color: #dae3ef
}

#progressbar-inside li.active>span {
    font-family: qsand-bold !important;
    position: relative;
    top: 9px;
    left: 10px;
    line-height: normal;
    color: #3ab14e
}

#progressbar-inside li:before {
    content: counter(step);
    counter-increment: step;
    font-family: qsand-bold;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 12px;
    color: #dae3ef;
    background: #fff;
    border: 1px solid #dae3ef;
    border-radius: 5px;
    margin: 0;
    float: left
}

#progressbar-inside li.active:after,
#progressbar-inside li.active:before {
    background: #3ab14e;
    border: 1px solid #3ab14e;
    color: #fff
}

.f-qsand-b .fa-info-circle {
    position: relative;
    left: 2px;
    color: #8c9eb6
}

.f-qsand-b .has-tip {
    border-bottom: none
}

ul#progressbar-finish {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0
}

.seller-foto-hapus {
    position: absolute;
    right: 22px;
    top: 5px;
    color: #ed1c24;
    background: #fff;
    width: 14px;
    height: 16px;
    border-radius: 2px
}

.seller-foto-hapus i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.category-list li a {
    font-family: qsand !important
}

ul.menu-produk {
    margin: 0 !important
}

ul.menu-produk:after {
    content: "";
    position: relative;
    bottom: 2px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #dae3ef;
    border-radius: 5px
}

ul.menu-produk li:first-child {
    margin-left: 0 !important
}

ul.menu-produk li {
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 15px;
    color: #d8dfef
}

ul.menu-produk li a {
    font-family: qsand-bold;
    font-size: 14px;
    color: #d8dfef
}

ul.menu-produk li.active {
    color: #2a62d1;
    border-bottom: 2px solid !important;
    position: relative;
    z-index: 1
}

ul.menu-produk li.active a {
    color: #1c2c34
}

.table th {
    font-weight: 400;
    padding: 0 12.5px 20px !important
}

.available {
    height: 21px;
    line-height: normal;
    border: 0;
    border-radius: 4px !important;
    background: #3ab14e;
    opacity: 1;
    color: #fff !important;
    font-family: qsand !important;
    padding: 3px 10px
}

.unavailable {
    height: 21px;
    line-height: normal;
    border: 0;
    border-radius: 4px !important;
    background: #2b60d2;
    opacity: 1;
    color: #fff !important;
    font-family: qsand !important;
    padding: 3px 10px
}

.archived {
    height: 21px;
    line-height: normal;
    border: 0;
    border-radius: 4px !important;
    background: #f0a341;
    opacity: 1;
    color: #fff !important;
    font-family: qsand !important;
    padding: 3px 10px
}

.suspended {
    height: 21px;
    line-height: normal;
    border: 0;
    border-radius: 4px !important;
    background: #ea1a33;
    opacity: 1;
    color: #fff !important;
    font-family: qsand !important;
    padding: 3px 10px
}

input:disabled {
    background: #fff;
    cursor: text
}

input.place-black::-moz-placeholder {
    color: #1d2b38
}

input.place-black::placeholder {
    color: #1d2b38
}

.input-icon {
    position: relative
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    left: 5px;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-family: qsand;
    font-size: 13px;
    color: #8c9eb6
}

.input-icon>input {
    padding-left: 30px;
    padding-right: 0
}

.input-icon>input.text-right {
    padding-right: .5rem
}

tr.bb0 {
    border-bottom: 0 !important
}

tbody td {
    padding: 25px 12.5px 10px !important
}

tbody.td-tersuspend td {
    padding: 25px 12.5px !important
}

tr.pilih td {
    padding: 0 12.5px 25px !important
}

.button-perbaiki {
    text-align: center !important;
    width: 80px;
    margin-right: 10px
}

.button-info {
    width: 80px;
    margin-left: 10px
}

.button-atur {
    width: 100%
}

.button-hapus {
    text-align: center !important;
    width: 80px;
    margin-right: 10px
}

.button-ubah {
    text-align: center !important;
    width: 122px;
    margin-left: 10px
}

.dropdown-pane.is-open {
    top: 40px;
    border-radius: 5px;
    width: 100%
}

.dropdown-pane.dobuy-pane {
    padding: 0;
    font-family: qsand;
    font-size: 12px;
    line-height: normal
}

.dobuy-pane ul {
    list-style-type: none;
    margin: 0
}

.dobuy-pane ul li {
    padding: 2px 4px;
    cursor: pointer
}

.dobuy-pane ul li:hover {
    background-color: #f3f4f8
}

.dobuy-pane ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.dobuy-pane ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.dobuy-pane li.active:after {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    content: "\f00c";
    font-family: Font Awesome\5 Free;
    font-size: 10px;
    font-weight: 900;
    color: #3ab14e
}

.dropdown-pane.dobuy-pane.info {
    position: relative;
    width: 100%;
    top: 0 !important;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f3f4f8;
    padding: 20px 25px
}

.pagination.dobuy-page a,
.pagination.dobuy-page li {
    border-radius: 50%;
    border: 0;
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px
}

.pagination.dobuy-page a,
.pagination.dobuy-page button,
.pagination.dobuy-page span {
    width: 24px;
    height: 24px
}

.dobuy-page .pagination-next,
.dobuy-page .pagination-previous {
    width: 24px;
    height: 24px;
    border: 1px solid #94a1ba !important;
    background-color: #fff !important;
    padding: 0
}

.pagination-previous.disabled::before,
.pagination-previous::before {
    font-size: 22px;
    line-height: normal;
    position: relative;
    top: -5px;
    left: 6px
}

.pagination-next a::after {
    font-size: 22px;
    line-height: normal;
    position: relative;
    top: -5px;
    left: 0;
    color: #1c2c34
}

.pagination-previous.disabled::before {
    color: #94a1ba
}

.pagination.dobuy-page li.current span {
    width: 24px;
    height: 24px;
    color: #2a62d1;
    border: 1px solid #2a62d1 !important;
    border-radius: 50%;
    background-color: #fff !important;
    font-family: qsand;
    font-size: 13px;
    font-weight: 700
}

.pagination.dobuy-page a {
    font-size: 13px;
    font-family: qsand;
    font-weight: 700;
    color: #94a1ba
}

.pagination.dobuy-page .ellipsis::after {
    padding: 0;
    color: #94a1ba;
    font-size: 14px;
    font-weight: 700;
    width: 24px;
    height: 24px
}

.bottom-pb25 td {
    padding: 25px 12.5px !important
}

.hov_hapus:hover {
    color: #ea1a33 !important
}

.hov_ubah:hover {
    color: #2b60d2 !important
}

.sortable-container {
    border: 0 !important
}

.sortable-list {
    list-style: none;
    margin-left: 0
}

.sortable-container .sortable-list .active {
    border-radius: 5px
}

.sortable-container .sortable-list .active a {
    color: #fff
}

.sortable-container .sortable-list .active .sortable-list-item div {
    background: #fff !important;
    color: #1c2c34 !important
}

.sortable-container .sortable-list .active .sortable-list-item div a {
    color: #1779ba !important
}

.sortable-header {
    display: none
}

.form-error.is-visible {
    color: #ea1a33;
    font-family: qsand;
    text-align: left;
    margin-bottom: 10px
}

.form-success {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #52bc42;
    text-align: left
}

.form-success.is-visible {
    display: block
}

.is-valid {
    border-color: #52bc42 !important;
    background-color: #fefefe !important
}

.button-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center
}

.button-wrap.reg {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.button-wrap a {
    color: #dae3ef
}

.is-invalid-input:focus,
.is-invalid-input:not(:focus) {
    border-color: #ea1a33 !important;
    background-color: inherit
}

.is-invalid-input:not(:focus):-moz-placeholder,
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #ea1a33;
    opacity: 1
}

.is-invalid-input:not(:focus):-moz-placeholder,
.is-invalid-input:not(:focus)::placeholder {
    color: #ea1a33;
    opacity: 1
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ea1a33
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ea1a33
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ea1a33
}

.is-valid-input:focus,
.is-valid-input:not(:focus) {
    border-color: #52bc42 !important;
    background-color: inherit
}

.is-valid-input:not(:focus):-moz-placeholder,
.is-valid-input:not(:focus)::-moz-placeholder {
    color: #52bc42;
    opacity: 1
}

.is-valid-input:not(:focus):-moz-placeholder,
.is-valid-input:not(:focus)::placeholder {
    color: #52bc42;
    opacity: 1
}

.is-valid-input:not(:focus)::-webkit-input-placeholder {
    color: #52bc42
}

.is-valid-input:not(:focus):-ms-input-placeholder {
    color: #52bc42
}

.is-valid-input:not(:focus)::-ms-input-placeholder {
    color: #52bc42
}

.ilustrasi {
    height: 200px;
    border-radius: 5px;
    background-color: #f3f4f8;
    margin: 45px auto 35px
}

.upload-produk {
    border-style: dashed;
    border-color: #dae3ef
}

.upload-produk .img-produk {
    width: 135px;
    height: 70px;
    border-radius: 5px
}

.upload-produk .img-upload-produk {
    width: 125px;
    height: 118px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.toast-container {
    position: fixed;
    bottom: 25px;
    right: 10px;
    width: 275px;
    z-index: 2000
}

.toast-container .toast {
    padding: 15px 20px;
    color: #fafafa;
    float: left;
    width: 100%;
    transition: .2s height;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    display: none;
    background-color: #22313f;
    position: relative;
    font-size: 14px
}

.toast-container .toast::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free" !important;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    margin-top: -1px
}

.toast-container .toast>h3 {
    margin: 0 0 5px 24px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    clear: right;
    width: 80%
}

.toast-container .toast>.toast-button-group,
.toast-container .toast>.toast-content {
    display: inline-block;
    margin-left: 24px;
    line-height: 18px
}

.toast-container .toast>.toast-button-group {
    margin-top: 10px;
    display: block
}

.toast-container .toast>.toast-button-group .toast-button-container {
    box-sizing: border-box;
    display: inline-block;
    width: 49%
}

.toast-container .toast>.toast-button-group .toast-button-container:not(:first-of-type) {
    padding-left: 10px
}

.toast-container .toast>.toast-button-group .toast-button-container .toast-button {
    background-color: #1b232a;
    width: 100%;
    color: #fff;
    border-radius: 2px !important
}

.toast-container .toast>.toast-button-group .toast-button-container .toast-button:hover {
    background-color: #07090b
}

.toast-container .toast:not(:first-of-type) {
    margin-top: 10px
}

.toast-container .toast.toast-error {
    background-color: #da4747
}

.toast-container .toast.toast-error::before {
    content: "\f00d";
    font-weight: 900
}

.toast-container .toast.toast-info {
    background-color: #73addb
}

.toast-container .toast.toast-info::before {
    content: "\f05a";
    font-weight: 900
}

.toast-container .toast.toast-success {
    background-color: #3ebf3f
}

.toast-container .toast.toast-success::before {
    content: "\f058"
}

.toast-container .toast.toast-warning {
    background-color: #f0a341
}

.toast-container .toast.toast-warning::before {
    content: "\f071";
    font-weight: 900
}

.toast-container .toast.toast-prompt {
    background-color: #22313f
}

.toast-container .toast.toast-prompt::before {
    content: "\f059"
}

.toast-container .toast.toast-progress {
    background-color: #22313f
}

.toast-container .toast.toast-progress::before {
    content: "\f110";
    font-weight: 900;
    animation-name: spin;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.toast-container .toast.toast-progress.toast-progress-finished::before {
    content: "\f058";
    animation-name: none
}

.toast-container .toast.toast-progress.toast-progress-canceled::before {
    content: "\f00d";
    animation-name: none
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.multistep-retur {
    position: relative
}

.multistep-retur fieldset {
    box-sizing: border-box;
    width: 100%;
    position: relative
}

.multistep-retur .progressbar {
    margin-left: 0;
    overflow: hidden;
    counter-reset: step;
    display: flex !important;
    justify-content: space-between
}

.multistep-retur .progressbar li {
    list-style-type: none;
    font-family: qsand;
    line-height: normal;
    text-transform: capitalize;
    width: 33.33%;
    float: left;
    position: relative
}

.multistep-retur .progressbar li:before {
    content: "";
    width: 165px;
    height: 37px;
    line-height: 40px;
    display: block;
    background: 0 0;
    margin: 0 auto;
    border: 2px solid #d5dfed;
    border-radius: 1.5rem;
    padding: 6px 1rem 6px 8px;
    font-size: 14px;
    color: #d5dfed;
    filter: grayscale(100%)
}

.multistep-retur .progressbar li:first-child::before {
    float: left
}

.multistep-retur .progressbar li:last-child::before {
    float: right
}

.multistep-retur .progressbar li:first-child::after {
    content: "";
    width: 255px;
    height: 2px;
    border-radius: 10px;
    background: #d5dfed;
    position: absolute;
    left: 50%;
    top: 18px;
    z-index: -1
}

.multistep-retur .progressbar li:last-child::after {
    content: "";
    width: 255px;
    height: 2px;
    border-radius: 10px;
    background: #d5dfed;
    position: absolute;
    right: 50%;
    top: 18px;
    z-index: -1
}

.multistep-retur .progressbar li a {
    z-index: 1;
    border-radius: 1.5rem;
    display: inline-block;
    padding: 9px 18px 9px 8px;
    font-family: qsand-bold;
    font-size: 14px;
    color: #d5dfed;
    filter: grayscale(100%)
}

.multistep-retur .progressbar li:first-child a {
    position: absolute;
    left: 0;
    top: 0
}

.multistep-retur .progressbar li:nth-child(2) a {
    position: absolute;
    left: 27%;
    top: 0
}

.multistep-retur .progressbar li:last-child a {
    position: absolute;
    right: 0;
    top: 0
}

.multistep-retur .progressbar li.active:before {
    border: 2px solid #2a62d1 !important;
    background: #fff;
    filter: none
}

.multistep-retur .progressbar li.active a {
    color: #2a62d1 !important;
    filter: none;
    opacity: 1
}

.multistep-retur select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px
}

.compare-highlight {
    position: absolute;
    transform: translateX(-50%);
    top: 35px;
    padding: 5px 10px;
    background-color: #272727;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    left: 50%;
    font-size: 12px
}

.compare-highlight::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #272727;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.compare-row {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.compare-row:last-of-type {
    border-bottom: 1px solid #eaeaea
}

.compare-cell {
    padding-left: 10px;
    padding-right: 10px
}

.compare-cell:not(:nth-of-type(3))+.compare-cell:last-of-type {
    border-right: 1px solid #eaeaea
}

.compare-cell:not(.compare-cell-noflex) {
    display: flex;
    justify-content: center;
    align-items: center
}

.compare-cell:not(.compare-cell-highlight) {
    border-left: 1px solid #eaeaea
}

.compare-cell.compare-cell-highlight {
    background-color: #f0f0f0
}

ul.compare-list li {
    list-style: square
}

ul.compare-list.unlisted li {
    list-style: none
}

.compare-remove {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ed1b2f;
    background-color: #fff;
    font-size: 12px;
    position: absolute;
    top: 20px;
    text-align: center;
    right: 20px
}

.compare-remove a {
    color: #ed1b2f;
    cursor: pointer;
    display: block
}

.compare-remove:hover {
    background-color: #ed1b2f
}

.compare-remove:hover a {
    color: #fff
}

.animate-search {
    transition: .3s width
}

.button-nav a {
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: .4s;
    cursor: pointer;
    font-weight: 600;
    color: #000
}

.button-nav .active {
    background-color: #2a62d1;
    color: #fff
}

.button-nav .nonactive:hover {
    background-color: #dadfe3
}

.cs-primary {
    color: #e77919
}

.cs-secondary {
    color: #155e75
}

.cs-gray {
    color: #a5a5a5
}

.cs-white {
    color: #fff
}

.cs-white.navicon:hover {
    color: #e77919
}

.cs-bg-white {
    background-color: #fff
}

.cs-bg-primary {
    background-color: #e77919
}

.cs-bg-secondary {
    background-color: #155e75
}

.cs-mb-1 {
    margin-bottom: 10px
}

.cs-mb-8 {
    margin-bottom: 80px
}

.cs-mt-2 {
    margin-top: 20px
}

.cs-flex {
    display: flex;
    flex: 1;
    flex-wrap: nowrap
}

.cs-flex.cs-justify-start {
    justify-content: start
}

.cs-flex.cs-justify-center {
    justify-content: center
}

.cs-flex.cs-justify-between {
    justify-content: space-between
}

.cs-flex.cs-items-center {
    align-items: center
}

.cs-gap-1 {
    gap: 10px
}

.cs-gap-2 {
    gap: 13px
}

.cs-gap-3 {
    gap: 16px
}

.cs-grid {
    display: grid
}

.cs-grid.cs-grid-3 {
    grid-template-columns: repeat(auto-fill, minmax(379px, 1fr))
}

.cs-grid.cs-grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.cs-grid.cs-grid-5 {
    grid-template-columns: repeat(auto-fill, minmax(221px, 1fr))
}

.cs-grid.cs-grid-6 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))
}

.cs-rounded-1 {
    border-radius: 5px
}

.cs-rounded-2 {
    border-radius: 10px
}

.cs-rounded-3 {
    border-radius: 15px
}

.cs-rounded-4 {
    border-radius: 20px
}

.cs-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.cs-button {
    background: #e7ecf0;
    color: #1c2c34;
    border-radius: 8px !important;
    height: 35px;
    font-size: 11px;
    font-family: qsand-bold;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 8px 10px 5px;
    display: flex
}

.button-orange-special {
    background: #e77919 !important;
    color: #fff !important;
    border-radius: 20px !important
}

.button-orange-special:hover {
    background: #af5a10 !important;
    color: #fff !important;
    border-radius: 20px !important
}

.button-orange-special:focus {
    background: #e77919 !important;
    color: #fff !important;
    border-radius: 20px !important
}

.button-orange-special-o {
    background: #155e75;
    border: 2px solid #e77919;
    color: #fff;
    border-radius: 20px !important
}

.button-orange-special-o:hover {
    background: #e77919;
    color: #fff
}

.button-orange-special-o:focus {
    background: #155e75;
    border: 2px solid #e77919;
    color: #fff;
    border-radius: 20px !important
}

.search-list-option-custom {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    color: #757575
}

.search-list-option-custom div {
    padding: 5px 15px
}

.search-list-option-custom .list-item {
    cursor: pointer
}

.search-list-option-custom .list-item:hover {
    background-color: #dae3ef
}

.cs-divider {
    color: #426e7b !important;
    font-size: 20px !important
}

.menu-bottom-content.active a {
    color: #e77919
}

.doslide-slide-custom {
    display: inline-flex;
    width: 73.2rem
}

.doslide-wrapper-custom {
    max-width: 100%;
    height: 20rem;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #e9e9e9
}

.doslide-figure-custom {
    width: 100%
}

.doslide-figure-custom img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.doslide-container-custom {
    height: 20rem;
    display: flex;
    position: absolute;
    transition: left 1s ease
}

.doslide-image-custom {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.category-custom {
    background: url(bcg_category.f79ac4e566ba88cc4d57.png) 0 0/cover;
    height: 200px;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 25px 40px
}

.category-link:hover {
    opacity: 80%
}

.category-title {
    font-weight: 700;
    color: #717171
}

.category-card {
    background-color: #fff;
    height: 110px;
    width: 90px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 15px
}

.category-group {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    flex: 1;
    justify-content: center;
    height: 100%
}

.category-caption {
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    color: #717171
}

.ic-peraga-sekolah {
    background: url(alat-peraga-sekolah.8ad60cd6cd1742e6cb54.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-alat-tulis-kantor {
    background: url(alat-tulis-kantor.aae614f38a73757db82d.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-pembelajaran-digital {
    background: url(pembelajaran-digital.1258abff8267e3ada916.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-dapur {
    background: url(dapur.59fc96fcd62106bb48d2.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-elektronik {
    background: url(elektronik.2ce25e14f9b4499f927b.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-film-music {
    background: url(film-music.cbc5370a6e4042811d63.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-handphone-tablet {
    background: url(handphone-tablet.0e095a1446b13edc7851.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-komputer-laptop {
    background: url(komputer-laptop.30be92314f05c0650d68.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-kamera {
    background: url(kamera.29141cc97c0ecef3c06a.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-kesehatan {
    background: url(kesehatan.6af4a5a5993aad97b335.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.ic-all {
    background: url(all.303b76b44b84f6e3eef5.png) 0 0/contain no-repeat;
    height: 40px;
    width: 40px
}

.cs-product-card {
    background-color: #fff;
    height: 380px;
    width: 100%
}

.cs-product-card .cs-product-image {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    height: 180px;
    width: 100%
}

.cs-product-card .cs-product-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    height: 180px;
    width: 100%
}

.cs-product-card .cs-product-body {
    padding: 10px 10px 0
}

.cs-product-card .cs-product-body .cs-product-title {
    font-size: 13px;
    font-weight: 700;
    color: #535353;
    margin-bottom: 5px;
    height: 43px
}

.cs-product-card .cs-product-body .cs-product-merchant {
    padding-left: 5px;
    border-left: 3px solid #177492;
    margin-bottom: 10px;
    margin-top: 10px
}

.cs-product-card .cs-product-body .cs-product-merchant .merchant-name {
    font-size: 10px;
    font-weight: 900;
    color: #155e75
}

.cs-product-card .cs-product-body .cs-product-merchant .merchant-address {
    font-size: 10px;
    font-weight: 700;
    color: #8f8f8f
}

.cs-product-card .cs-product-body .cs-product-price {
    font-size: 20px;
    font-weight: 700;
    color: #e77919
}

.cs-product-card .cs-product-body .cs-product-tax {
    font-size: 10px;
    color: #7a7a7a
}

.cs-product-card .cs-product-footer {
    padding: 10px 10px 0;
    margin-top: 5px
}

.cs-product-rating.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cs-product-rating.flex-between .count {
    font-weight: 200;
    font-size: 10px
}

.cs-show-all {
    font-family: muli-regular;
    font-size: 13px;
    color: #e77919;
    margin-top: 5px
}

.cs-show-all:hover {
    color: #f8aa67;
    opacity: 80%
}

.ic-star {
    background: url(official.e796576a36d3ac9343ae.svg) 0 0/cover;
    height: 14px;
    width: 14px;
    display: inline-block
}

.ic-star.grayscale {
    filter: grayscale(100%)
}

.cs-merchant-card {
    background-color: #fff;
    height: 260px;
    width: 100%
}

.cs-merchant-card .cs-merchant-image {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    height: 160px;
    width: 100%
}

.cs-merchant-card .cs-merchant-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    height: 160px;
    width: 100%
}

.cs-merchant-card .cs-merchant-body {
    padding: 15px 15px 20px 20px
}

.cs-merchant-card .cs-merchant-body .cs-merchant-title {
    font-size: 15px;
    font-weight: 900;
    color: #535353
}

.cs-merchant-card .cs-merchant-body .cs-merchant-group {
    display: flex;
    align-items: center;
    gap: 15px
}

.cs-merchant-card .cs-merchant-body .cs-merchant-group .cs-merchant-logo {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px
}

.cs-merchant-card .cs-merchant-body .cs-merchant-group .cs-merchant-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 60px
}

.cs-merchant-rating.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cs-merchant-rating.flex-between .count {
    font-weight: 200;
    font-size: 10px
}

.cs-bank {
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 15px
}

.cs-bank .cs-bank-logo {
    height: 30px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.cs-bank .cs-bank-title {
    font-weight: 900
}

.cs-bank .cs-bank-title p {
    padding: 0;
    margin: 0
}

.clear-both {
    clear: both
}

.non-bor {
    border: none !important
}

.b-radius-0 {
    border-radius: 0 !important
}

.b-radius-5 {
    border-radius: 5px !important
}

.b-radius-8 {
    border-radius: 8px !important
}

.b-radius-o {
    border-radius: 50% !important
}

.b-top-left-radius-8 {
    border-top-left-radius: 8px !important
}

.b-bottom-left-radius-8 {
    border-bottom-left-radius: 8px !important
}

.b-top-right-radius-8 {
    border-top-right-radius: 8px !important
}

.b-bottom-right-radius-8 {
    border-bottom-right-radius: 8px !important
}

.b-1 {
    border-width: 1px;
    border-style: solid
}

.b-2 {
    border-width: 2px;
    border-style: solid
}

.b-solid-1 {
    border: 1px solid
}

.b-solid-2 {
    border: 2px solid
}

.b-dashed-gray {
    border-style: dashed;
    border-color: #dae3ef
}

.b-color-gray--black {
    border-color: #68788e
}

.box-shadow--5 {
    box-shadow: 0 0 .5px .5px #ccc
}

.box-shadow-up-5 {
    box-shadow: 0 -1px .5px .5px #ccc
}

.box-shadow-down-5 {
    box-shadow: 0 1px .5px .5px #ccc
}

.box-shadow--2 {
    box-shadow: 0 0 .2px .2px #ccc
}

.btn-putih {
    border: 1px solid #e6e7e8;
    font-family: f-qsand;
    font-size: 12px;
    color: #1c2c34;
    line-height: 1.7
}

.f-muli {
    font-family: muli-regular !important
}

.f-muli-l {
    font-family: muli-light
}

.f-muli-b {
    font-family: muli-bold
}

.f-qsand {
    font-family: qsand !important
}

.f-qsand-l {
    font-family: qsand-light
}

.f-qsand-b {
    font-family: qsand-bold
}

.f-spacing {
    letter-spacing: 2px
}

.f-line-through {
    text-decoration: line-through
}

.f10 {
    font-size: 10px !important
}

.f12 {
    font-size: 12px !important
}

.f13 {
    font-size: 13px !important
}

.f14 {
    font-size: 14px !important
}

.f16 {
    font-size: 16px !important
}

.f18 {
    font-size: 18px !important
}

.f21 {
    font-size: 21px !important
}

.f22 {
    font-size: 22px !important
}

.f24 {
    font-size: 24px !important
}

.f28 {
    font-size: 28px !important
}

.f30 {
    font-size: 30px !important
}

.f36 {
    font-size: 36px !important
}

.f40 {
    font-size: 40px !important
}

.f50 {
    font-size: 50px !important
}

.f-italic {
    font-style: italic
}

.f-bold {
    font-weight: 700
}

.f-lighter {
    font-weight: lighter
}

.f-white {
    color: #fff !important
}

.f-gray {
    color: #8c9eb6 !important
}

.f-gray-dark {
    color: #8691ac !important
}

.f-gray--light {
    color: #e7ecf0
}

.f-red {
    color: #ed1c24 !important
}

.f-green {
    color: #52bc42 !important
}

.f-green-dark {
    color: #3ab14e !important
}

.f-blue {
    color: #2a62d1 !important
}

.f-gold--dark {
    color: #cc8c2f !important
}

.f-black {
    color: #1c2c34 !important
}

.f-yellow-orange {
    color: #f5a21f !important
}

.f-orange {
    color: #e28312 !important
}

.bg-blue {
    background: #2a62d1 !important;
    color: #fff !important;
    border-color: #2a62d1 !important
}

.bg-green-special {
    background: #155e75 !important;
    color: #fff !important;
    border-color: #2a62d1 !important
}

.bg-blue--light {
    background: #f5f8fa !important;
    color: #fff !important;
    border-color: #f5f8fa !important
}

.bg-blue--black {
    background: #2f5ca5 !important;
    color: #fff !important;
    border-color: #2f5ca5 !important
}

.bg-green {
    background: #52bc42 !important;
    color: #fff !important;
    border-color: #52bc42 !important
}

.bg-soft-green {
    background: #e9f4ea !important;
    color: #3ab14e !important
}

.bg-red {
    background: #ed1b2f !important;
    color: #fff !important;
    border-color: #ed1b2f !important
}

.bg-red--black {
    background: #bc2e42 !important;
    color: #fff !important;
    border-color: #bc2e42 !important
}

.bg-orange {
    background: #f05822 !important;
    color: #fff !important;
    border-color: #f05822 !important
}

.bg-orange--black {
    background: #c15634 !important;
    color: #fff !important;
    border-color: #c15634 !important
}

.bg-white {
    background: #fff !important;
    border-color: #fff !important
}

.bg-black {
    background: #1c2c34 !important;
    border-color: #1c2c34 !important
}

.bg-gray {
    background: #8794aa !important;
    color: #fff !important;
    border-color: #8794aa !important
}

.bg-gray--light {
    background: #e7ecf0 !important;
    color: #1c2c34 !important;
    border-color: #e7ecf0 !important
}

.bg-gray--light2 {
    background: #f3f4f8 !important;
    color: #1c2c34 !important;
    border-color: #f3f4f8 !important
}

.bg-gray--dark {
    background: #dae3ef !important;
    color: #fff !important;
    border-color: #dae3ef !important
}

.bg-gray--black {
    background: #68788e !important;
    color: #fff !important;
    border-color: #68788e !important
}

.bg-transparent {
    background-color: transparent !important;
    border-color: transparent !important
}

.bg-yellow {
    background: #fffbe1 !important;
    color: #1c2c34 !important
}

.bg-yellow-orange {
    background: #fffbe1 !important
}

.bg-cyan {
    background: #edf3ff !important
}

.warning-red {
    border-color: #ea1a33;
    color: #ea1a33;
    background-color: #ffeded
}

.warning-yellow {
    border-color: #f5a21f;
    color: #f5a21f;
    background-color: #fffbe1
}

.lh-normal {
    line-height: normal !important
}

.lh15 {
    line-height: 15px !important
}

.lh21 {
    line-height: 21px !important
}

.lh24 {
    line-height: 24px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.m-10 {
    margin: 0 -10px
}

.m-755 {
    margin: 0 -7.5px
}

.m-15 {
    margin: 0 -15px
}

.m0 {
    margin: 0 !important
}

.p0 {
    padding: 0 !important
}

.ml0 {
    margin-left: 0
}

.p10 {
    padding: 10px
}

.p755 {
    padding: 7.5px
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.p25 {
    padding: 25px !important
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.mr5 {
    margin-right: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.my5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.my10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mr20 {
    margin-right: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.my20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb10 {
    padding-bottom: 10px
}

.pb100 {
    padding-bottom: 100px !important
}

.pr0 {
    padding-right: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pr1 {
    padding-right: 1px !important
}

.pl1 {
    padding-left: 1px !important
}

.py1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

.pr2 {
    padding-right: 2px !important
}

.pl2 {
    padding-left: 2px !important
}

.py2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.p2 {
    padding: 2px !important
}

.pr5 {
    padding-right: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.py5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.p5 {
    padding: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.py10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pl15 {
    padding-left: 15px !important
}

.py15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.py20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.px1 {
    padding-left: 1px !important;
    padding-right: 1px !important
}

.px5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.px25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pl30 {
    padding-left: 30px !important
}

.py30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.px30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pr40 {
    padding-right: 40px !important
}

.pl40 {
    padding-left: 40px !important
}

.py40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.px40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.pl50 {
    padding-left: 50px !important
}

.py50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.px10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.px50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.pr60 {
    padding-right: 60px !important
}

.pl60 {
    padding-left: 60px !important
}

.py60 {
    padding-top: 60px !important;
    padding-bottom: 70px !important
}

.px60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.pr70 {
    padding-right: 70px !important
}

.pl70 {
    padding-left: 70px !important
}

.py70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.px70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.w-break {
    display: inline-block;
    word-break: break-word
}

.w50p {
    width: 50%
}

.w100 {
    width: 100%
}

.w50 {
    width: 50px
}

.w120 {
    width: 120px !important
}

.w130 {
    width: 130px !important
}

.s20px {
    height: 20px;
    width: 20px
}

.s40px {
    height: 40px;
    width: 40px
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.mt0 {
    margin-top: 0
}

.ml1 {
    margin-left: 1px
}

.ml2 {
    margin-left: 2px
}

.ml3 {
    margin-left: 3px
}

.ml4 {
    margin-left: 4px
}

.ml6 {
    margin-left: 6px
}

.ml7 {
    margin-left: 7px
}

.ml8 {
    margin-left: 8px
}

.ml9 {
    margin-left: 9px
}

.ml11 {
    margin-left: 11px
}

.ml12 {
    margin-left: 12px
}

.ml13 {
    margin-left: 13px
}

.ml14 {
    margin-left: 14px
}

.ml15 {
    margin-left: 15px
}

.ml16 {
    margin-left: 16px
}

.ml17 {
    margin-left: 17px
}

.ml18 {
    margin-left: 18px
}

.ml19 {
    margin-left: 19px
}

.ml21 {
    margin-left: 21px
}

.ml22 {
    margin-left: 22px
}

.ml23 {
    margin-left: 23px
}

.ml24 {
    margin-left: 24px
}

.ml25 {
    margin-left: 25px
}

.ml26 {
    margin-left: 26px
}

.ml27 {
    margin-left: 27px
}

.ml28 {
    margin-left: 28px
}

.ml29 {
    margin-left: 29px
}

.ml30 {
    margin-left: 30px
}

.ml31 {
    margin-left: 31px
}

.ml32 {
    margin-left: 32px
}

.ml33 {
    margin-left: 33px
}

.ml34 {
    margin-left: 34px
}

.ml35 {
    margin-left: 35px
}

.ml36 {
    margin-left: 36px
}

.ml37 {
    margin-left: 37px
}

.ml38 {
    margin-left: 38px
}

.ml39 {
    margin-left: 39px
}

.ml40 {
    margin-left: 40px
}

.ml41 {
    margin-left: 41px
}

.ml42 {
    margin-left: 42px
}

.ml43 {
    margin-left: 43px
}

.ml44 {
    margin-left: 44px
}

.ml45 {
    margin-left: 45px
}

.ml46 {
    margin-left: 46px
}

.ml47 {
    margin-left: 47px
}

.ml48 {
    margin-left: 48px
}

.ml49 {
    margin-left: 49px
}

.ml50 {
    margin-left: 50px
}

.ml51 {
    margin-left: 51px
}

.ml52 {
    margin-left: 52px
}

.ml53 {
    margin-left: 53px
}

.ml54 {
    margin-left: 54px
}

.ml55 {
    margin-left: 55px
}

.ml56 {
    margin-left: 56px
}

.ml57 {
    margin-left: 57px
}

.ml58 {
    margin-left: 58px
}

.ml59 {
    margin-left: 59px
}

.ml60 {
    margin-left: 60px
}

.ml61 {
    margin-left: 61px
}

.ml62 {
    margin-left: 62px
}

.ml63 {
    margin-left: 63px
}

.ml64 {
    margin-left: 64px
}

.ml65 {
    margin-left: 65px
}

.ml66 {
    margin-left: 66px
}

.ml67 {
    margin-left: 67px
}

.ml68 {
    margin-left: 68px
}

.ml69 {
    margin-left: 69px
}

.ml70 {
    margin-left: 70px
}

.ml71 {
    margin-left: 71px
}

.ml72 {
    margin-left: 72px
}

.ml73 {
    margin-left: 73px
}

.ml74 {
    margin-left: 74px
}

.ml75 {
    margin-left: 75px
}

.ml76 {
    margin-left: 76px
}

.ml77 {
    margin-left: 77px
}

.ml78 {
    margin-left: 78px
}

.ml79 {
    margin-left: 79px
}

.ml80 {
    margin-left: 80px
}

.ml81 {
    margin-left: 81px
}

.ml82 {
    margin-left: 82px
}

.ml83 {
    margin-left: 83px
}

.ml84 {
    margin-left: 84px
}

.ml85 {
    margin-left: 85px
}

.ml86 {
    margin-left: 86px
}

.ml87 {
    margin-left: 87px
}

.ml88 {
    margin-left: 88px
}

.ml89 {
    margin-left: 89px
}

.ml90 {
    margin-left: 90px
}

.ml91 {
    margin-left: 91px
}

.ml92 {
    margin-left: 92px
}

.ml93 {
    margin-left: 93px
}

.ml94 {
    margin-left: 94px
}

.ml95 {
    margin-left: 95px
}

.ml96 {
    margin-left: 96px
}

.ml97 {
    margin-left: 97px
}

.ml98 {
    margin-left: 98px
}

.ml99 {
    margin-left: 99px
}

.ml100 {
    margin-left: 100px
}

.ml101 {
    margin-left: 101px
}

.ml102 {
    margin-left: 102px
}

.ml103 {
    margin-left: 103px
}

.ml104 {
    margin-left: 104px
}

.ml105 {
    margin-left: 105px
}

.ml106 {
    margin-left: 106px
}

.ml107 {
    margin-left: 107px
}

.ml108 {
    margin-left: 108px
}

.ml109 {
    margin-left: 109px
}

.ml110 {
    margin-left: 110px
}

.ml111 {
    margin-left: 111px
}

.ml112 {
    margin-left: 112px
}

.ml113 {
    margin-left: 113px
}

.ml114 {
    margin-left: 114px
}

.ml115 {
    margin-left: 115px
}

.ml116 {
    margin-left: 116px
}

.ml117 {
    margin-left: 117px
}

.ml118 {
    margin-left: 118px
}

.ml119 {
    margin-left: 119px
}

.ml120 {
    margin-left: 120px
}

.ml121 {
    margin-left: 121px
}

.ml122 {
    margin-left: 122px
}

.ml123 {
    margin-left: 123px
}

.ml124 {
    margin-left: 124px
}

.ml125 {
    margin-left: 125px
}

.ml126 {
    margin-left: 126px
}

.ml127 {
    margin-left: 127px
}

.ml128 {
    margin-left: 128px
}

.ml129 {
    margin-left: 129px
}

.ml130 {
    margin-left: 130px
}

.ml131 {
    margin-left: 131px
}

.ml132 {
    margin-left: 132px
}

.ml133 {
    margin-left: 133px
}

.ml134 {
    margin-left: 134px
}

.ml135 {
    margin-left: 135px
}

.ml136 {
    margin-left: 136px
}

.ml137 {
    margin-left: 137px
}

.ml138 {
    margin-left: 138px
}

.ml139 {
    margin-left: 139px
}

.ml140 {
    margin-left: 140px
}

.ml141 {
    margin-left: 141px
}

.ml142 {
    margin-left: 142px
}

.ml143 {
    margin-left: 143px
}

.ml144 {
    margin-left: 144px
}

.ml145 {
    margin-left: 145px
}

.ml146 {
    margin-left: 146px
}

.ml147 {
    margin-left: 147px
}

.ml148 {
    margin-left: 148px
}

.ml149 {
    margin-left: 149px
}

.ml150 {
    margin-left: 150px
}

.ml151 {
    margin-left: 151px
}

.ml152 {
    margin-left: 152px
}

.ml153 {
    margin-left: 153px
}

.ml154 {
    margin-left: 154px
}

.ml155 {
    margin-left: 155px
}

.ml156 {
    margin-left: 156px
}

.ml157 {
    margin-left: 157px
}

.ml158 {
    margin-left: 158px
}

.ml159 {
    margin-left: 159px
}

.ml160 {
    margin-left: 160px
}

.ml161 {
    margin-left: 161px
}

.ml162 {
    margin-left: 162px
}

.ml163 {
    margin-left: 163px
}

.ml164 {
    margin-left: 164px
}

.ml165 {
    margin-left: 165px
}

.ml166 {
    margin-left: 166px
}

.ml167 {
    margin-left: 167px
}

.ml168 {
    margin-left: 168px
}

.ml169 {
    margin-left: 169px
}

.ml170 {
    margin-left: 170px
}

.ml171 {
    margin-left: 171px
}

.ml172 {
    margin-left: 172px
}

.ml173 {
    margin-left: 173px
}

.ml174 {
    margin-left: 174px
}

.ml175 {
    margin-left: 175px
}

.ml176 {
    margin-left: 176px
}

.ml177 {
    margin-left: 177px
}

.ml178 {
    margin-left: 178px
}

.ml179 {
    margin-left: 179px
}

.ml180 {
    margin-left: 180px
}

.ml181 {
    margin-left: 181px
}

.ml182 {
    margin-left: 182px
}

.ml183 {
    margin-left: 183px
}

.ml184 {
    margin-left: 184px
}

.ml185 {
    margin-left: 185px
}

.ml186 {
    margin-left: 186px
}

.ml187 {
    margin-left: 187px
}

.ml188 {
    margin-left: 188px
}

.ml189 {
    margin-left: 189px
}

.ml190 {
    margin-left: 190px
}

.ml191 {
    margin-left: 191px
}

.ml192 {
    margin-left: 192px
}

.ml193 {
    margin-left: 193px
}

.ml194 {
    margin-left: 194px
}

.ml195 {
    margin-left: 195px
}

.ml196 {
    margin-left: 196px
}

.ml197 {
    margin-left: 197px
}

.ml198 {
    margin-left: 198px
}

.ml199 {
    margin-left: 199px
}

.ml200 {
    margin-left: 200px
}

.mr1 {
    margin-right: 1px
}

.mr2 {
    margin-right: 2px
}

.mr3 {
    margin-right: 3px
}

.mr4 {
    margin-right: 4px
}

.mr6 {
    margin-right: 6px
}

.mr7 {
    margin-right: 7px
}

.mr8 {
    margin-right: 8px
}

.mr9 {
    margin-right: 9px
}

.mr11 {
    margin-right: 11px
}

.mr12 {
    margin-right: 12px
}

.mr13 {
    margin-right: 13px
}

.mr14 {
    margin-right: 14px
}

.mr15 {
    margin-right: 15px
}

.mr16 {
    margin-right: 16px
}

.mr17 {
    margin-right: 17px
}

.mr18 {
    margin-right: 18px
}

.mr19 {
    margin-right: 19px
}

.mr21 {
    margin-right: 21px
}

.mr22 {
    margin-right: 22px
}

.mr23 {
    margin-right: 23px
}

.mr24 {
    margin-right: 24px
}

.mr25 {
    margin-right: 25px
}

.mr26 {
    margin-right: 26px
}

.mr27 {
    margin-right: 27px
}

.mr28 {
    margin-right: 28px
}

.mr29 {
    margin-right: 29px
}

.mr30 {
    margin-right: 30px
}

.mr31 {
    margin-right: 31px
}

.mr32 {
    margin-right: 32px
}

.mr33 {
    margin-right: 33px
}

.mr34 {
    margin-right: 34px
}

.mr35 {
    margin-right: 35px
}

.mr36 {
    margin-right: 36px
}

.mr37 {
    margin-right: 37px
}

.mr38 {
    margin-right: 38px
}

.mr39 {
    margin-right: 39px
}

.mr40 {
    margin-right: 40px
}

.mr41 {
    margin-right: 41px
}

.mr42 {
    margin-right: 42px
}

.mr43 {
    margin-right: 43px
}

.mr44 {
    margin-right: 44px
}

.mr45 {
    margin-right: 45px
}

.mr46 {
    margin-right: 46px
}

.mr47 {
    margin-right: 47px
}

.mr48 {
    margin-right: 48px
}

.mr49 {
    margin-right: 49px
}

.mr50 {
    margin-right: 50px
}

.mr51 {
    margin-right: 51px
}

.mr52 {
    margin-right: 52px
}

.mr53 {
    margin-right: 53px
}

.mr54 {
    margin-right: 54px
}

.mr55 {
    margin-right: 55px
}

.mr56 {
    margin-right: 56px
}

.mr57 {
    margin-right: 57px
}

.mr58 {
    margin-right: 58px
}

.mr59 {
    margin-right: 59px
}

.mr60 {
    margin-right: 60px
}

.mr61 {
    margin-right: 61px
}

.mr62 {
    margin-right: 62px
}

.mr63 {
    margin-right: 63px
}

.mr64 {
    margin-right: 64px
}

.mr65 {
    margin-right: 65px
}

.mr66 {
    margin-right: 66px
}

.mr67 {
    margin-right: 67px
}

.mr68 {
    margin-right: 68px
}

.mr69 {
    margin-right: 69px
}

.mr70 {
    margin-right: 70px
}

.mr71 {
    margin-right: 71px
}

.mr72 {
    margin-right: 72px
}

.mr73 {
    margin-right: 73px
}

.mr74 {
    margin-right: 74px
}

.mr75 {
    margin-right: 75px
}

.mr76 {
    margin-right: 76px
}

.mr77 {
    margin-right: 77px
}

.mr78 {
    margin-right: 78px
}

.mr79 {
    margin-right: 79px
}

.mr80 {
    margin-right: 80px
}

.mr81 {
    margin-right: 81px
}

.mr82 {
    margin-right: 82px
}

.mr83 {
    margin-right: 83px
}

.mr84 {
    margin-right: 84px
}

.mr85 {
    margin-right: 85px
}

.mr86 {
    margin-right: 86px
}

.mr87 {
    margin-right: 87px
}

.mr88 {
    margin-right: 88px
}

.mr89 {
    margin-right: 89px
}

.mr90 {
    margin-right: 90px
}

.mr91 {
    margin-right: 91px
}

.mr92 {
    margin-right: 92px
}

.mr93 {
    margin-right: 93px
}

.mr94 {
    margin-right: 94px
}

.mr95 {
    margin-right: 95px
}

.mr96 {
    margin-right: 96px
}

.mr97 {
    margin-right: 97px
}

.mr98 {
    margin-right: 98px
}

.mr99 {
    margin-right: 99px
}

.mr100 {
    margin-right: 100px
}

.mr101 {
    margin-right: 101px
}

.mr102 {
    margin-right: 102px
}

.mr103 {
    margin-right: 103px
}

.mr104 {
    margin-right: 104px
}

.mr105 {
    margin-right: 105px
}

.mr106 {
    margin-right: 106px
}

.mr107 {
    margin-right: 107px
}

.mr108 {
    margin-right: 108px
}

.mr109 {
    margin-right: 109px
}

.mr110 {
    margin-right: 110px
}

.mr111 {
    margin-right: 111px
}

.mr112 {
    margin-right: 112px
}

.mr113 {
    margin-right: 113px
}

.mr114 {
    margin-right: 114px
}

.mr115 {
    margin-right: 115px
}

.mr116 {
    margin-right: 116px
}

.mr117 {
    margin-right: 117px
}

.mr118 {
    margin-right: 118px
}

.mr119 {
    margin-right: 119px
}

.mr120 {
    margin-right: 120px
}

.mr121 {
    margin-right: 121px
}

.mr122 {
    margin-right: 122px
}

.mr123 {
    margin-right: 123px
}

.mr124 {
    margin-right: 124px
}

.mr125 {
    margin-right: 125px
}

.mr126 {
    margin-right: 126px
}

.mr127 {
    margin-right: 127px
}

.mr128 {
    margin-right: 128px
}

.mr129 {
    margin-right: 129px
}

.mr130 {
    margin-right: 130px
}

.mr131 {
    margin-right: 131px
}

.mr132 {
    margin-right: 132px
}

.mr133 {
    margin-right: 133px
}

.mr134 {
    margin-right: 134px
}

.mr135 {
    margin-right: 135px
}

.mr136 {
    margin-right: 136px
}

.mr137 {
    margin-right: 137px
}

.mr138 {
    margin-right: 138px
}

.mr139 {
    margin-right: 139px
}

.mr140 {
    margin-right: 140px
}

.mr141 {
    margin-right: 141px
}

.mr142 {
    margin-right: 142px
}

.mr143 {
    margin-right: 143px
}

.mr144 {
    margin-right: 144px
}

.mr145 {
    margin-right: 145px
}

.mr146 {
    margin-right: 146px
}

.mr147 {
    margin-right: 147px
}

.mr148 {
    margin-right: 148px
}

.mr149 {
    margin-right: 149px
}

.mr150 {
    margin-right: 150px
}

.mr151 {
    margin-right: 151px
}

.mr152 {
    margin-right: 152px
}

.mr153 {
    margin-right: 153px
}

.mr154 {
    margin-right: 154px
}

.mr155 {
    margin-right: 155px
}

.mr156 {
    margin-right: 156px
}

.mr157 {
    margin-right: 157px
}

.mr158 {
    margin-right: 158px
}

.mr159 {
    margin-right: 159px
}

.mr160 {
    margin-right: 160px
}

.mr161 {
    margin-right: 161px
}

.mr162 {
    margin-right: 162px
}

.mr163 {
    margin-right: 163px
}

.mr164 {
    margin-right: 164px
}

.mr165 {
    margin-right: 165px
}

.mr166 {
    margin-right: 166px
}

.mr167 {
    margin-right: 167px
}

.mr168 {
    margin-right: 168px
}

.mr169 {
    margin-right: 169px
}

.mr170 {
    margin-right: 170px
}

.mr171 {
    margin-right: 171px
}

.mr172 {
    margin-right: 172px
}

.mr173 {
    margin-right: 173px
}

.mr174 {
    margin-right: 174px
}

.mr175 {
    margin-right: 175px
}

.mr176 {
    margin-right: 176px
}

.mr177 {
    margin-right: 177px
}

.mr178 {
    margin-right: 178px
}

.mr179 {
    margin-right: 179px
}

.mr180 {
    margin-right: 180px
}

.mr181 {
    margin-right: 181px
}

.mr182 {
    margin-right: 182px
}

.mr183 {
    margin-right: 183px
}

.mr184 {
    margin-right: 184px
}

.mr185 {
    margin-right: 185px
}

.mr186 {
    margin-right: 186px
}

.mr187 {
    margin-right: 187px
}

.mr188 {
    margin-right: 188px
}

.mr189 {
    margin-right: 189px
}

.mr190 {
    margin-right: 190px
}

.mr191 {
    margin-right: 191px
}

.mr192 {
    margin-right: 192px
}

.mr193 {
    margin-right: 193px
}

.mr194 {
    margin-right: 194px
}

.mr195 {
    margin-right: 195px
}

.mr196 {
    margin-right: 196px
}

.mr197 {
    margin-right: 197px
}

.mr198 {
    margin-right: 198px
}

.mr199 {
    margin-right: 199px
}

.mr200 {
    margin-right: 200px
}

.mt1 {
    margin-top: 1px
}

.mt2 {
    margin-top: 2px
}

.mt3 {
    margin-top: 3px
}

.mt4 {
    margin-top: 4px
}

.mt5 {
    margin-top: 5px
}

.mt6 {
    margin-top: 6px
}

.mt7 {
    margin-top: 7px
}

.mt8 {
    margin-top: 8px
}

.mt9 {
    margin-top: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt11 {
    margin-top: 11px
}

.mt12 {
    margin-top: 12px
}

.mt13 {
    margin-top: 13px
}

.mt14 {
    margin-top: 14px
}

.mt15 {
    margin-top: 15px
}

.mt16 {
    margin-top: 16px
}

.mt17 {
    margin-top: 17px
}

.mt18 {
    margin-top: 18px
}

.mt19 {
    margin-top: 19px
}

.mt20 {
    margin-top: 20px !important
}

.mt21 {
    margin-top: 21px
}

.mt22 {
    margin-top: 22px
}

.mt23 {
    margin-top: 23px
}

.mt24 {
    margin-top: 24px
}

.mt25 {
    margin-top: 25px
}

.mt26 {
    margin-top: 26px
}

.mt27 {
    margin-top: 27px
}

.mt28 {
    margin-top: 28px
}

.mt29 {
    margin-top: 29px
}

.mt30 {
    margin-top: 30px !important
}

.mt31 {
    margin-top: 31px
}

.mt32 {
    margin-top: 32px
}

.mt33 {
    margin-top: 33px
}

.mt34 {
    margin-top: 34px
}

.mt35 {
    margin-top: 35px
}

.mt36 {
    margin-top: 36px
}

.mt37 {
    margin-top: 37px
}

.mt38 {
    margin-top: 38px
}

.mt39 {
    margin-top: 39px
}

.mt40 {
    margin-top: 40px
}

.mt41 {
    margin-top: 41px
}

.mt42 {
    margin-top: 42px
}

.mt43 {
    margin-top: 43px
}

.mt44 {
    margin-top: 44px
}

.mt45 {
    margin-top: 45px
}

.mt46 {
    margin-top: 46px
}

.mt47 {
    margin-top: 47px
}

.mt48 {
    margin-top: 48px
}

.mt49 {
    margin-top: 49px
}

.mt50 {
    margin-top: 50px
}

.mt51 {
    margin-top: 51px
}

.mt52 {
    margin-top: 52px
}

.mt53 {
    margin-top: 53px
}

.mt54 {
    margin-top: 54px
}

.mt55 {
    margin-top: 55px
}

.mt56 {
    margin-top: 56px
}

.mt57 {
    margin-top: 57px
}

.mt58 {
    margin-top: 58px
}

.mt59 {
    margin-top: 59px
}

.mt60 {
    margin-top: 60px
}

.mt61 {
    margin-top: 61px
}

.mt62 {
    margin-top: 62px
}

.mt63 {
    margin-top: 63px
}

.mt64 {
    margin-top: 64px
}

.mt65 {
    margin-top: 65px
}

.mt66 {
    margin-top: 66px
}

.mt67 {
    margin-top: 67px
}

.mt68 {
    margin-top: 68px
}

.mt69 {
    margin-top: 69px
}

.mt70 {
    margin-top: 70px
}

.mt71 {
    margin-top: 71px
}

.mt72 {
    margin-top: 72px
}

.mt73 {
    margin-top: 73px
}

.mt74 {
    margin-top: 74px
}

.mt75 {
    margin-top: 75px
}

.mt76 {
    margin-top: 76px
}

.mt77 {
    margin-top: 77px
}

.mt78 {
    margin-top: 78px
}

.mt79 {
    margin-top: 79px
}

.mt80 {
    margin-top: 80px
}

.mt81 {
    margin-top: 81px
}

.mt82 {
    margin-top: 82px
}

.mt83 {
    margin-top: 83px
}

.mt84 {
    margin-top: 84px
}

.mt85 {
    margin-top: 85px
}

.mt86 {
    margin-top: 86px
}

.mt87 {
    margin-top: 87px
}

.mt88 {
    margin-top: 88px
}

.mt89 {
    margin-top: 89px
}

.mt90 {
    margin-top: 90px
}

.mt91 {
    margin-top: 91px
}

.mt92 {
    margin-top: 92px
}

.mt93 {
    margin-top: 93px
}

.mt94 {
    margin-top: 94px
}

.mt95 {
    margin-top: 95px
}

.mt96 {
    margin-top: 96px
}

.mt97 {
    margin-top: 97px
}

.mt98 {
    margin-top: 98px
}

.mt99 {
    margin-top: 99px
}

.mt100 {
    margin-top: 100px
}

.mt101 {
    margin-top: 101px
}

.mt102 {
    margin-top: 102px
}

.mt103 {
    margin-top: 103px
}

.mt104 {
    margin-top: 104px
}

.mt105 {
    margin-top: 105px
}

.mt106 {
    margin-top: 106px
}

.mt107 {
    margin-top: 107px
}

.mt108 {
    margin-top: 108px
}

.mt109 {
    margin-top: 109px
}

.mt110 {
    margin-top: 110px
}

.mt111 {
    margin-top: 111px
}

.mt112 {
    margin-top: 112px
}

.mt113 {
    margin-top: 113px
}

.mt114 {
    margin-top: 114px
}

.mt115 {
    margin-top: 115px
}

.mt116 {
    margin-top: 116px
}

.mt117 {
    margin-top: 117px
}

.mt118 {
    margin-top: 118px
}

.mt119 {
    margin-top: 119px
}

.mt120 {
    margin-top: 120px
}

.mt121 {
    margin-top: 121px
}

.mt122 {
    margin-top: 122px
}

.mt123 {
    margin-top: 123px
}

.mt124 {
    margin-top: 124px
}

.mt125 {
    margin-top: 125px
}

.mt126 {
    margin-top: 126px
}

.mt127 {
    margin-top: 127px
}

.mt128 {
    margin-top: 128px
}

.mt129 {
    margin-top: 129px
}

.mt130 {
    margin-top: 130px
}

.mt131 {
    margin-top: 131px
}

.mt132 {
    margin-top: 132px
}

.mt133 {
    margin-top: 133px
}

.mt134 {
    margin-top: 134px
}

.mt135 {
    margin-top: 135px
}

.mt136 {
    margin-top: 136px
}

.mt137 {
    margin-top: 137px
}

.mt138 {
    margin-top: 138px
}

.mt139 {
    margin-top: 139px
}

.mt140 {
    margin-top: 140px
}

.mt141 {
    margin-top: 141px
}

.mt142 {
    margin-top: 142px
}

.mt143 {
    margin-top: 143px
}

.mt144 {
    margin-top: 144px
}

.mt145 {
    margin-top: 145px
}

.mt146 {
    margin-top: 146px
}

.mt147 {
    margin-top: 147px
}

.mt148 {
    margin-top: 148px
}

.mt149 {
    margin-top: 149px
}

.mt150 {
    margin-top: 150px
}

.mt151 {
    margin-top: 151px
}

.mt152 {
    margin-top: 152px
}

.mt153 {
    margin-top: 153px
}

.mt154 {
    margin-top: 154px
}

.mt155 {
    margin-top: 155px
}

.mt156 {
    margin-top: 156px
}

.mt157 {
    margin-top: 157px
}

.mt158 {
    margin-top: 158px
}

.mt159 {
    margin-top: 159px
}

.mt160 {
    margin-top: 160px
}

.mt161 {
    margin-top: 161px
}

.mt162 {
    margin-top: 162px
}

.mt163 {
    margin-top: 163px
}

.mt164 {
    margin-top: 164px
}

.mt165 {
    margin-top: 165px
}

.mt166 {
    margin-top: 166px
}

.mt167 {
    margin-top: 167px
}

.mt168 {
    margin-top: 168px
}

.mt169 {
    margin-top: 169px
}

.mt170 {
    margin-top: 170px
}

.mt171 {
    margin-top: 171px
}

.mt172 {
    margin-top: 172px
}

.mt173 {
    margin-top: 173px
}

.mt174 {
    margin-top: 174px
}

.mt175 {
    margin-top: 175px
}

.mt176 {
    margin-top: 176px
}

.mt177 {
    margin-top: 177px
}

.mt178 {
    margin-top: 178px
}

.mt179 {
    margin-top: 179px
}

.mt180 {
    margin-top: 180px
}

.mt181 {
    margin-top: 181px
}

.mt182 {
    margin-top: 182px
}

.mt183 {
    margin-top: 183px
}

.mt184 {
    margin-top: 184px
}

.mt185 {
    margin-top: 185px
}

.mt186 {
    margin-top: 186px
}

.mt187 {
    margin-top: 187px
}

.mt188 {
    margin-top: 188px
}

.mt189 {
    margin-top: 189px
}

.mt190 {
    margin-top: 190px
}

.mt191 {
    margin-top: 191px
}

.mt192 {
    margin-top: 192px
}

.mt193 {
    margin-top: 193px
}

.mt194 {
    margin-top: 194px
}

.mt195 {
    margin-top: 195px
}

.mt196 {
    margin-top: 196px
}

.mt197 {
    margin-top: 197px
}

.mt198 {
    margin-top: 198px
}

.mt199 {
    margin-top: 199px
}

.mt200 {
    margin-top: 200px
}

.mb1 {
    margin-bottom: 1px
}

.mb2 {
    margin-bottom: 2px
}

.mb3 {
    margin-bottom: 3px
}

.mb4 {
    margin-bottom: 4px
}

.mb5 {
    margin-bottom: 5px
}

.mb6 {
    margin-bottom: 6px
}

.mb7 {
    margin-bottom: 7px
}

.mb8 {
    margin-bottom: 8px
}

.mb9 {
    margin-bottom: 9px
}

.mb10 {
    margin-bottom: 10px
}

.mb11 {
    margin-bottom: 11px
}

.mb12 {
    margin-bottom: 12px
}

.mb13 {
    margin-bottom: 13px
}

.mb14 {
    margin-bottom: 14px
}

.mb15 {
    margin-bottom: 15px
}

.mb16 {
    margin-bottom: 16px
}

.mb17 {
    margin-bottom: 17px
}

.mb18 {
    margin-bottom: 18px
}

.mb19 {
    margin-bottom: 19px
}

.mb20 {
    margin-bottom: 20px
}

.mb21 {
    margin-bottom: 21px
}

.mb22 {
    margin-bottom: 22px
}

.mb23 {
    margin-bottom: 23px
}

.mb24 {
    margin-bottom: 24px
}

.mb25 {
    margin-bottom: 25px
}

.mb26 {
    margin-bottom: 26px
}

.mb27 {
    margin-bottom: 27px
}

.mb28 {
    margin-bottom: 28px
}

.mb29 {
    margin-bottom: 29px
}

.mb30 {
    margin-bottom: 30px !important
}

.mb31 {
    margin-bottom: 31px
}

.mb32 {
    margin-bottom: 32px
}

.mb33 {
    margin-bottom: 33px
}

.mb34 {
    margin-bottom: 34px
}

.mb35 {
    margin-bottom: 35px
}

.mb36 {
    margin-bottom: 36px
}

.mb37 {
    margin-bottom: 37px
}

.mb38 {
    margin-bottom: 38px
}

.mb39 {
    margin-bottom: 39px
}

.mb40 {
    margin-bottom: 40px !important
}

.mb41 {
    margin-bottom: 41px
}

.mb42 {
    margin-bottom: 42px
}

.mb43 {
    margin-bottom: 43px
}

.mb44 {
    margin-bottom: 44px
}

.mb45 {
    margin-bottom: 45px
}

.mb46 {
    margin-bottom: 46px
}

.mb47 {
    margin-bottom: 47px
}

.mb48 {
    margin-bottom: 48px
}

.mb49 {
    margin-bottom: 49px
}

.mb50 {
    margin-bottom: 50px !important
}

.mb51 {
    margin-bottom: 51px
}

.mb52 {
    margin-bottom: 52px
}

.mb53 {
    margin-bottom: 53px
}

.mb54 {
    margin-bottom: 54px
}

.mb55 {
    margin-bottom: 55px
}

.mb56 {
    margin-bottom: 56px
}

.mb57 {
    margin-bottom: 57px
}

.mb58 {
    margin-bottom: 58px
}

.mb59 {
    margin-bottom: 59px
}

.mb60 {
    margin-bottom: 60px
}

.mb61 {
    margin-bottom: 61px
}

.mb62 {
    margin-bottom: 62px
}

.mb63 {
    margin-bottom: 63px
}

.mb64 {
    margin-bottom: 64px
}

.mb65 {
    margin-bottom: 65px
}

.mb66 {
    margin-bottom: 66px
}

.mb67 {
    margin-bottom: 67px
}

.mb68 {
    margin-bottom: 68px
}

.mb69 {
    margin-bottom: 69px
}

.mb70 {
    margin-bottom: 70px
}

.mb71 {
    margin-bottom: 71px
}

.mb72 {
    margin-bottom: 72px
}

.mb73 {
    margin-bottom: 73px
}

.mb74 {
    margin-bottom: 74px
}

.mb75 {
    margin-bottom: 75px
}

.mb76 {
    margin-bottom: 76px
}

.mb77 {
    margin-bottom: 77px
}

.mb78 {
    margin-bottom: 78px
}

.mb79 {
    margin-bottom: 79px
}

.mb80 {
    margin-bottom: 80px
}

.mb81 {
    margin-bottom: 81px
}

.mb82 {
    margin-bottom: 82px
}

.mb83 {
    margin-bottom: 83px
}

.mb84 {
    margin-bottom: 84px
}

.mb85 {
    margin-bottom: 85px
}

.mb86 {
    margin-bottom: 86px
}

.mb87 {
    margin-bottom: 87px
}

.mb88 {
    margin-bottom: 88px
}

.mb89 {
    margin-bottom: 89px
}

.mb90 {
    margin-bottom: 90px
}

.mb91 {
    margin-bottom: 91px
}

.mb92 {
    margin-bottom: 92px
}

.mb93 {
    margin-bottom: 93px
}

.mb94 {
    margin-bottom: 94px
}

.mb95 {
    margin-bottom: 95px
}

.mb96 {
    margin-bottom: 96px
}

.mb97 {
    margin-bottom: 97px
}

.mb98 {
    margin-bottom: 98px
}

.mb99 {
    margin-bottom: 99px
}

.mb100 {
    margin-bottom: 100px
}

.mb101 {
    margin-bottom: 101px
}

.mb102 {
    margin-bottom: 102px
}

.mb103 {
    margin-bottom: 103px
}

.mb104 {
    margin-bottom: 104px
}

.mb105 {
    margin-bottom: 105px
}

.mb106 {
    margin-bottom: 106px
}

.mb107 {
    margin-bottom: 107px
}

.mb108 {
    margin-bottom: 108px
}

.mb109 {
    margin-bottom: 109px
}

.mb110 {
    margin-bottom: 110px
}

.mb111 {
    margin-bottom: 111px
}

.mb112 {
    margin-bottom: 112px
}

.mb113 {
    margin-bottom: 113px
}

.mb114 {
    margin-bottom: 114px
}

.mb115 {
    margin-bottom: 115px
}

.mb116 {
    margin-bottom: 116px
}

.mb117 {
    margin-bottom: 117px
}

.mb118 {
    margin-bottom: 118px
}

.mb119 {
    margin-bottom: 119px
}

.mb120 {
    margin-bottom: 120px
}

.mb121 {
    margin-bottom: 121px
}

.mb122 {
    margin-bottom: 122px
}

.mb123 {
    margin-bottom: 123px
}

.mb124 {
    margin-bottom: 124px
}

.mb125 {
    margin-bottom: 125px
}

.mb126 {
    margin-bottom: 126px
}

.mb127 {
    margin-bottom: 127px
}

.mb128 {
    margin-bottom: 128px
}

.mb129 {
    margin-bottom: 129px
}

.mb130 {
    margin-bottom: 130px
}

.mb131 {
    margin-bottom: 131px
}

.mb132 {
    margin-bottom: 132px
}

.mb133 {
    margin-bottom: 133px
}

.mb134 {
    margin-bottom: 134px
}

.mb135 {
    margin-bottom: 135px
}

.mb136 {
    margin-bottom: 136px
}

.mb137 {
    margin-bottom: 137px
}

.mb138 {
    margin-bottom: 138px
}

.mb139 {
    margin-bottom: 139px
}

.mb140 {
    margin-bottom: 140px
}

.mb141 {
    margin-bottom: 141px
}

.mb142 {
    margin-bottom: 142px
}

.mb143 {
    margin-bottom: 143px
}

.mb144 {
    margin-bottom: 144px
}

.mb145 {
    margin-bottom: 145px
}

.mb146 {
    margin-bottom: 146px
}

.mb147 {
    margin-bottom: 147px
}

.mb148 {
    margin-bottom: 148px
}

.mb149 {
    margin-bottom: 149px
}

.mb150 {
    margin-bottom: 150px
}

.mb151 {
    margin-bottom: 151px
}

.mb152 {
    margin-bottom: 152px
}

.mb153 {
    margin-bottom: 153px
}

.mb154 {
    margin-bottom: 154px
}

.mb155 {
    margin-bottom: 155px
}

.mb156 {
    margin-bottom: 156px
}

.mb157 {
    margin-bottom: 157px
}

.mb158 {
    margin-bottom: 158px
}

.mb159 {
    margin-bottom: 159px
}

.mb160 {
    margin-bottom: 160px
}

.mb161 {
    margin-bottom: 161px
}

.mb162 {
    margin-bottom: 162px
}

.mb163 {
    margin-bottom: 163px
}

.mb164 {
    margin-bottom: 164px
}

.mb165 {
    margin-bottom: 165px
}

.mb166 {
    margin-bottom: 166px
}

.mb167 {
    margin-bottom: 167px
}

.mb168 {
    margin-bottom: 168px
}

.mb169 {
    margin-bottom: 169px
}

.mb170 {
    margin-bottom: 170px
}

.mb171 {
    margin-bottom: 171px
}

.mb172 {
    margin-bottom: 172px
}

.mb173 {
    margin-bottom: 173px
}

.mb174 {
    margin-bottom: 174px
}

.mb175 {
    margin-bottom: 175px
}

.mb176 {
    margin-bottom: 176px
}

.mb177 {
    margin-bottom: 177px
}

.mb178 {
    margin-bottom: 178px
}

.mb179 {
    margin-bottom: 179px
}

.mb180 {
    margin-bottom: 180px
}

.mb181 {
    margin-bottom: 181px
}

.mb182 {
    margin-bottom: 182px
}

.mb183 {
    margin-bottom: 183px
}

.mb184 {
    margin-bottom: 184px
}

.mb185 {
    margin-bottom: 185px
}

.mb186 {
    margin-bottom: 186px
}

.mb187 {
    margin-bottom: 187px
}

.mb188 {
    margin-bottom: 188px
}

.mb189 {
    margin-bottom: 189px
}

.mb190 {
    margin-bottom: 190px
}

.mb191 {
    margin-bottom: 191px
}

.mb192 {
    margin-bottom: 192px
}

.mb193 {
    margin-bottom: 193px
}

.mb194 {
    margin-bottom: 194px
}

.mb195 {
    margin-bottom: 195px
}

.mb196 {
    margin-bottom: 196px
}

.mb197 {
    margin-bottom: 197px
}

.mb198 {
    margin-bottom: 198px
}

.mb199 {
    margin-bottom: 199px
}

.mb200 {
    margin-bottom: 200px
}

.mt-5 {
    margin-top: -5px
}

.mb-5 {
    margin-bottom: -5px
}

.mt-2 {
    margin-top: -2px
}

label.custom-control {
    text-transform: none;
    margin-bottom: 0;
    height: 34px
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background: url(db-img-011-icon-check-b.1e4d9cd970e0cfbfae5e.svg);
    height: 30px;
    width: 30px;
    position: initial;
    margin-right: 5px
}

.custom-radio .custom-control-indicator {
    background: url(db-img-011-icon-check-a.ffad0196f1d2f9ff5a30.svg);
    height: 30px;
    width: 30px;
    position: initial;
    margin-right: 5px
}

.counter-block span {
    font-size: 15px;
    font-family: f-qsand;
    color: #404040
}

.custom-control-description {
    color: #1c2c34;
    font-size: 13px;
    font-weight: 400;
    font-family: f-qsand
}

.custom-control-description i {
    margin: 0 3px -6px
}

.fit-content {
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content
}

.w-fit-content {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content
}

.hidden {
    display: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex.column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-grow {
    flex-grow: 1
}

.flex-1 {
    flex: 1
}

.flex-1-5 {
    flex: 1.5
}

.flex-2 {
    flex: 2
}

.flex-2-5 {
    flex: 2.5
}

.flex-3 {
    flex: 3
}

.flex-3-5 {
    flex: 3.5
}

.flex-4 {
    flex: 4
}

.overflow-auto {
    overflow: auto
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.valign-middle {
    vertical-align: middle !important
}

.valign-top {
    vertical-align: text-top !important
}

.valign-tbottom {
    vertical-align: text-bottom !important
}

.valign-super {
    vertical-align: super !important
}

.valign-bottom {
    vertical-align: bottom !important
}

.text-left {
    text-align: left !important
}

.cursor-pointer {
    cursor: pointer
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.justify-content-center {
    justify-content: center
}

.align-self-center {
    align-self: center
}

.cropped {
    overflow: hidden
}

.min-w-800 {
    min-width: 800px
}

.min-w-500 {
    min-width: 500px
}

.max-w-400 {
    max-width: 400px
}

.max-h-400 {
    min-height: 200px;
    max-height: 400px;
    overflow: auto
}

.card-section:empty {
    display: none
}

.ch-form .help-text {
    margin-top: 0
}

.ch-form .label-text {
    font-weight: 700
}

.ch-table,
.ch-table-form {
    border: 1px solid #dae3ef
}

.ch-table tbody td,
.ch-table-form tbody td {
    padding: .5rem !important
}

.ch-table-form tbody tr {
    border-bottom: 1px solid #dae3ef !important
}

.ch-square-thumbnail {
    max-height: 66px !important;
    max-width: 66px !important
}

.ch-form-group {
    display: block;
    margin-bottom: 5px
}

.ch-form-group .rating-group {
    margin: 0 !important
}

.product-card .product-thumb {
    height: auto
}

.ch.product-card:hover .rating-group {
    display: block
}

.ch-card-selected {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #00f
}

.ch-button-block {
    display: block;
    width: 100%
}

.ch-filter-form .ch-form-group label,
.ch-filter-form li label {
    display: inline;
    margin: 0;
    line-height: 1.2;
    vertical-align: middle
}

.ch-filter-form .ch-form-group input[type=checkbox],
.ch-filter-form li label input[type=checkbox] {
    margin: 0 3px 0 0;
    vertical-align: middle
}

.ch-filter-form .collapsible {
    max-height: 300px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.ch-filter-form legend {
    font-size: 13px;
    font-weight: 700
}

.ch-filter-form .ch-form-group {
    vertical-align: middle;
    margin-bottom: 0
}

.ch-filter-form .ch-form-group input[type=range] {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.ch-filter-form ul.collapsible li label {
    display: inline-flex;
    margin: 0;
    padding-left: 13px
}

.ch-filter-form ul.collapsible li input[type=checkbox] {
    margin: 0 3px 0 -10px
}

.ch-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0
}

.text-right .ch-pagination {
    float: right
}

.ch-page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.ch-page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.ch-page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.ch-page-item:first-child .ch-page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.ch-page-item:last-child .ch-page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.ch-page-item.active .ch-page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.ch-page-item.disabled .ch-page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.ch-button-group,
.ch-button-group .button {
    margin: 0
}

.user-profile {
    cursor: pointer;
    color: #1c2c34;
    padding-left: 1em
}

.stamp {
    transform: rotate(-14deg);
    color: #555;
    font-size: 2rem !important;
    font-weight: 700;
    border: .25rem solid #555;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: Courier;
    -webkit-mask-image: url(grunge.3aeb236fc443a266e1c3.png);
    mask-image: url(grunge.3aeb236fc443a266e1c3.png);
    -webkit-mask-size: 944px 604px;
    mask-size: 944px 604px;
    -webkit-mask-position: 13rem 6rem;
    mask-position: 13rem 6rem;
    mix-blend-mode: multiply;
    margin-top: 3rem
}

.is-nope {
    color: #d23;
    border: .5rem double #d23
}

.is-approved {
    color: #0a9928;
    border: .5rem solid #0a9928
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
    animation-name: reveal;
    animation-direction: reverse
}

.top-page {
    margin-top: 20px
}

.sort-mobile {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 19;
    border: 1px solid #8c9eb6;
    border-bottom: none
}

.sort-mobile.sticky {
    position: sticky !important;
    top: 90px
}

.sort-mobile-content {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8c9eb6;
    margin: 0 -1px;
    border-bottom: 1px solid #8c9eb6
}

.sort-mobile-content.active {
    color: #1779ba;
    border-bottom: 3px solid #1844a5 !important
}

.menu-divider {
    border: 1px solid #8c9eb6;
    height: 10px
}

.mobile-menu-wrapper {
    margin-top: 100px;
    background: #fff;
    height: calc(100vh - 220px);
    overflow: scroll
}

.mobile-menu-button {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background: #9fc9e6;
    position: fixed;
    width: 100%;
    bottom: 64px
}

.product-label {
    font-weight: 700;
    text-align: right
}

.border-b {
    border-bottom: 2px solid #e7ecf0
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.href {
    color: #0056b3
}

.href:hover {
    text-decoration: underline
}

.info-box {
    width: auto;
    margin: 0 5px 20px;
    border: 2px solid #e28312;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: rgba(245, 222, 179, .2)
}

@media screen and (max-width:63.99875em) {
    .top-page {
        margin-top: 70px !important
    }
    .grid-container.nopadding {
        padding: 0 !important
    }
    .sort-mobile {
        max-width: 39.99875em
    }
    .sort-mobile.sticky {
        top: 60px !important
    }
    .tabs-title>a {
        padding: 15px !important;
        font-size: 12px
    }
    .category .right {
        width: 100%
    }
    .product-label {
        text-align: left
    }
    .reveal.tiny {
        width: 60%
    }
}

@media screen and (max-width:39.99875em) {
    .reveal {
        width: 90% !important;
        height: unset;
        min-height: unset
    }
    .reveal.image {
        height: auto
    }
}