a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: "";
        content: none;
    }

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

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
}

html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.vertical-scroll-locked {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    vertical-align: middle;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

    html * > ::-webkit-scrollbar {
        width: 12px;
        width: 0.75rem;
        background-color: #f5f5f5;
    }

    html * > ::-webkit-scrollbar-thumb {
        border-radius: 0.625rem;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #e84545;
    }

    html * > ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 0.625rem;
        background-color: #f5f5f5;
    }

body {
    margin: 0;
    padding: 0;
    position: relative;
}

body,
html {
    color: #1f2132;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

@media (max-width: 48rem) {
    body,
    html {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

a:hover,
button:hover {
    cursor: pointer;
}

svg {
    display: inline-block;
}

.capitalize {
    text-transform: capitalize;
}

.cursor-pointer {
    cursor: pointer;
}

small {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 500;
}

.h1,
h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
}

.h2,
h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
}

.h3,
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
}

.h4,
h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 4px !important;
    margin: 0.25rem !important;
}

.m-2 {
    margin: 8px !important;
    margin: 0.5rem !important;
}

.m-3 {
    margin: 16px !important;
    margin: 1rem !important;
}

.m-4 {
    margin: 24px !important;
    margin: 1.5rem !important;
}

.m-5 {
    margin: 48px !important;
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 4px !important;
    margin-right: 0.25rem !important;
    margin-left: 4px !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 8px !important;
    margin-right: 0.5rem !important;
    margin-left: 8px !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 16px !important;
    margin-right: 1rem !important;
    margin-left: 16px !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 24px !important;
    margin-right: 1.5rem !important;
    margin-left: 24px !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 48px !important;
    margin-right: 3rem !important;
    margin-left: 48px !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 4px !important;
    margin-top: 0.25rem !important;
    margin-bottom: 4px !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 8px !important;
    margin-top: 0.5rem !important;
    margin-bottom: 8px !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 16px !important;
    margin-top: 1rem !important;
    margin-bottom: 16px !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 24px !important;
    margin-top: 1.5rem !important;
    margin-bottom: 24px !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 48px !important;
    margin-top: 3rem !important;
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 4px !important;
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 8px !important;
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 16px !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 24px !important;
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 48px !important;
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-1 {
    margin-bottom: 4px !important;
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 8px !important;
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 16px !important;
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 24px !important;
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 4px !important;
    padding: 0.25rem !important;
}

.p-2 {
    padding: 8px !important;
    padding: 0.5rem !important;
}

.p-3 {
    padding: 16px !important;
    padding: 1rem !important;
}

.p-4 {
    padding: 24px !important;
    padding: 1.5rem !important;
}

.p-5 {
    padding: 48px !important;
    padding: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 4px !important;
    padding-top: 0.25rem !important;
    padding-bottom: 4px !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 8px !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 16px !important;
    padding-top: 1rem !important;
    padding-bottom: 16px !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 24px !important;
    padding-top: 1.5rem !important;
    padding-bottom: 24px !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 48px !important;
    padding-top: 3rem !important;
    padding-bottom: 48px !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 4px !important;
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 8px !important;
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 16px !important;
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 24px !important;
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 48px !important;
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 4px !important;
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 8px !important;
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 16px !important;
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 24px !important;
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 48px !important;
    padding-bottom: 3rem !important;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-65 {
    width: 60%;
}

.w-100 {
    width: 100%;
}

.w-content-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.h-100 {
    height: 100vh !important;
}

.fw--bold {
    font-weight: 700;
}

.text--underline {
    text-decoration: underline !important;
}

.text--no-decoration {
    text-decoration: none !important;
}

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

.text--is-left {
    text-align: left !important;
}

.text--is-right {
    text-align: right;
}

.no--border {
    border: none !important;
}

.text-no-wrap {
    text-wrap: nowrap;
}

.is-relative {
    position: relative;
}

.is-sticky {
    position: sticky;
}

.is-absolute {
    position: absolute;
}

.is-bg-white {
    background-color: #fff;
}

.no--radius {
    border-radius: 0 !important;
}

.flex--none {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

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

.border-bottom-grey-1 {
    border-bottom: 1px solid #f1f2f9;
}

.border-bottom-grey-2 {
    border-bottom: 1px solid #e4e6f0;
}

.border-bottom-grey-3 {
    border-bottom: 1px solid #d2d4e1;
}

.border-bottom-grey-4 {
    border-bottom: 1px solid #c3c6d9;
}

.border-is-dash {
    border-bottom: 1px dashed #d2d4e1;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-16 {
    border-radius: 16px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hidden {
    display: none;
}

.show {
    display: inherit;
}

@font-face {
    font-family: zikomo;
    src: url(../fonts/zikomo.eot?i748uq);
    src: url(../fonts/zikomo.eot?i748uq#iefix) format("embedded-opentype"), url(../fonts/zikomo.ttf?i748uq) format("truetype"), url(../fonts/zikomo.woff?i748uq) format("woff"), url(../fonts/zikomo.svg?i748uq#zikomo) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: zikomo !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\e900";
}

.icon-bed:before {
    content: "\e901";
}

.icon-bus:before {
    content: "\e902";
}

.icon-car:before {
    content: "\e903";
}

.icon-chevron-down:before {
    content: "\e904";
}

.icon-chevron-left:before {
    content: "\e905";
}

.icon-chevron-right:before {
    content: "\e906";
}

.icon-chevron-up:before {
    content: "\e907";
}

.icon-more:before {
    content: "\e908";
}

.icon-seat:before {
    content: "\e909";
}

.icon-star-rounded:before {
    content: "\e90a";
}

.icon-taxi:before {
    content: "\e90b";
}

.icon-triangle:before {
    content: "\e90c";
}

.icon-home:before {
    content: "\e90d";
}

.icon-home2:before {
    content: "\e90e";
}

.icon-home3:before {
    content: "\e90f";
}

.icon-office:before {
    content: "\e910";
}

.icon-newspaper:before {
    content: "\e911";
}

.icon-pencil:before {
    content: "\e912";
}

.icon-pencil2:before {
    content: "\e913";
}

.icon-quill:before {
    content: "\e914";
}

.icon-pen:before {
    content: "\e915";
}

.icon-blog:before {
    content: "\e916";
}

.icon-eyedropper:before {
    content: "\e917";
}

.icon-droplet:before {
    content: "\e918";
}

.icon-paint-format:before {
    content: "\e919";
}

.icon-image:before {
    content: "\e91a";
}

.icon-images:before {
    content: "\e91b";
}

.icon-camera:before {
    content: "\e91c";
}

.icon-headphones:before {
    content: "\e91d";
}

.icon-music:before {
    content: "\e91e";
}

.icon-play:before {
    content: "\e91f";
}

.icon-film:before {
    content: "\e920";
}

.icon-video-camera:before {
    content: "\e921";
}

.icon-dice:before {
    content: "\e922";
}

.icon-pacman:before {
    content: "\e923";
}

.icon-spades:before {
    content: "\e924";
}

.icon-clubs:before {
    content: "\e925";
}

.icon-diamonds:before {
    content: "\e926";
}

.icon-bullhorn:before {
    content: "\e927";
}

.icon-connection:before {
    content: "\e928";
}

.icon-podcast:before {
    content: "\e929";
}

.icon-feed:before {
    content: "\e92a";
}

.icon-mic:before {
    content: "\e92b";
}

.icon-book:before {
    content: "\e92c";
}

.icon-books:before {
    content: "\e92d";
}

.icon-library:before {
    content: "\e92e";
}

.icon-file-text:before {
    content: "\e92f";
}

.icon-profile:before {
    content: "\e930";
}

.icon-file-empty:before {
    content: "\e931";
}

.icon-files-empty:before {
    content: "\e932";
}

.icon-file-text2:before {
    content: "\e933";
}

.icon-file-picture:before {
    content: "\e934";
}

.icon-file-music:before {
    content: "\e935";
}

.icon-file-play:before {
    content: "\e936";
}

.icon-file-video:before {
    content: "\e937";
}

.icon-file-zip:before {
    content: "\e938";
}

.icon-copy:before {
    content: "\e939";
}

.icon-paste:before {
    content: "\e93a";
}

.icon-stack:before {
    content: "\e93b";
}

.icon-folder:before {
    content: "\e93c";
}

.icon-folder-open:before {
    content: "\e93d";
}

.icon-folder-plus:before {
    content: "\e93e";
}

.icon-folder-minus:before {
    content: "\e93f";
}

.icon-folder-download:before {
    content: "\e940";
}

.icon-folder-upload:before {
    content: "\e941";
}

.icon-price-tag:before {
    content: "\e942";
}

.icon-price-tags:before {
    content: "\e943";
}

.icon-barcode:before {
    content: "\e944";
}

.icon-qrcode:before {
    content: "\e945";
}

.icon-ticket:before {
    content: "\e946";
}

.icon-cart:before {
    content: "\e947";
}

.icon-coin-dollar:before {
    content: "\e948";
}

.icon-coin-euro:before {
    content: "\e949";
}

.icon-coin-pound:before {
    content: "\e94a";
}

.icon-coin-yen:before {
    content: "\e94b";
}

.icon-credit-card:before {
    content: "\e94c";
}

.icon-calculator:before {
    content: "\e94d";
}

.icon-lifebuoy:before {
    content: "\e94e";
}

.icon-phone:before {
    content: "\e94f";
}

.icon-phone-hang-up:before {
    content: "\e950";
}

.icon-address-book:before {
    content: "\e951";
}

.icon-envelop:before {
    content: "\e952";
}

.icon-pushpin:before {
    content: "\e953";
}

.icon-location:before {
    content: "\e954";
}

.icon-location2:before {
    content: "\e955";
}

.icon-compass:before {
    content: "\e956";
}

.icon-compass2:before {
    content: "\e957";
}

.icon-map:before {
    content: "\e958";
}

.icon-map2:before {
    content: "\e959";
}

.icon-history:before {
    content: "\e95a";
}

.icon-clock:before {
    content: "\e95b";
}

.icon-clock2:before {
    content: "\e95c";
}

.icon-alarm:before {
    content: "\e95d";
}

.icon-bell:before {
    content: "\e95e";
}

.icon-stopwatch:before {
    content: "\e95f";
}

.icon-calendar:before {
    content: "\e960";
}

.icon-printer:before {
    content: "\e961";
}

.icon-keyboard:before {
    content: "\e962";
}

.icon-display:before {
    content: "\e963";
}

.icon-laptop:before {
    content: "\e964";
}

.icon-mobile:before {
    content: "\e965";
}

.icon-mobile2:before {
    content: "\e966";
}

.icon-tablet:before {
    content: "\e967";
}

.icon-tv:before {
    content: "\e968";
}

.icon-drawer:before {
    content: "\e969";
}

.icon-drawer2:before {
    content: "\e96a";
}

.icon-box-add:before {
    content: "\e96b";
}

.icon-box-remove:before {
    content: "\e96c";
}

.icon-download:before {
    content: "\e96d";
}

.icon-upload:before {
    content: "\e96e";
}

.icon-floppy-disk:before {
    content: "\e96f";
}

.icon-drive:before {
    content: "\e970";
}

.icon-database:before {
    content: "\e971";
}

.icon-undo:before {
    content: "\e972";
}

.icon-redo:before {
    content: "\e973";
}

.icon-undo2:before {
    content: "\e974";
}

.icon-redo2:before {
    content: "\e975";
}

.icon-forward:before {
    content: "\e976";
}

.icon-reply:before {
    content: "\e977";
}

.icon-bubble:before {
    content: "\e978";
}

.icon-bubbles:before {
    content: "\e979";
}

.icon-bubbles2:before {
    content: "\e97a";
}

.icon-bubble2:before {
    content: "\e97b";
}

.icon-bubbles3:before {
    content: "\e97c";
}

.icon-bubbles4:before {
    content: "\e97d";
}

.icon-user:before {
    content: "\e97e";
}

.icon-users:before {
    content: "\e97f";
}

.icon-user-plus:before {
    content: "\e980";
}

.icon-user-minus:before {
    content: "\e981";
}

.icon-user-check:before {
    content: "\e982";
}

.icon-user-tie:before {
    content: "\e983";
}

.icon-quotes-left:before {
    content: "\e984";
}

.icon-quotes-right:before {
    content: "\e985";
}

.icon-hour-glass:before {
    content: "\e986";
}

.icon-spinner:before {
    content: "\e987";
}

.icon-spinner2:before {
    content: "\e988";
}

.icon-spinner3:before {
    content: "\e989";
}

.icon-spinner4:before {
    content: "\e98a";
}

.icon-spinner5:before {
    content: "\e98b";
}

.icon-spinner6:before {
    content: "\e98c";
}

.icon-spinner7:before {
    content: "\e98d";
}

.icon-spinner8:before {
    content: "\e98e";
}

.icon-spinner9:before {
    content: "\e98f";
}

.icon-spinner10:before {
    content: "\e990";
}

.icon-spinner11:before {
    content: "\e991";
}

.icon-binoculars:before {
    content: "\e992";
}

.icon-search:before {
    content: "\e993";
}

.icon-zoom-in:before {
    content: "\e994";
}

.icon-zoom-out:before {
    content: "\e995";
}

.icon-enlarge:before {
    content: "\e996";
}

.icon-shrink:before {
    content: "\e997";
}

.icon-enlarge2:before {
    content: "\e998";
}

.icon-shrink2:before {
    content: "\e999";
}

.icon-key:before {
    content: "\e99a";
}

.icon-key2:before {
    content: "\e99b";
}

.icon-lock:before {
    content: "\e99c";
}

.icon-unlocked:before {
    content: "\e99d";
}

.icon-wrench:before {
    content: "\e99e";
}

.icon-equalizer:before {
    content: "\e99f";
}

.icon-equalizer2:before {
    content: "\e9a0";
}

.icon-cog:before {
    content: "\e9a1";
}

.icon-cogs:before {
    content: "\e9a2";
}

.icon-hammer:before {
    content: "\e9a3";
}

.icon-magic-wand:before {
    content: "\e9a4";
}

.icon-aid-kit:before {
    content: "\e9a5";
}

.icon-bug:before {
    content: "\e9a6";
}

.icon-pie-chart:before {
    content: "\e9a7";
}

.icon-stats-dots:before {
    content: "\e9a8";
}

.icon-stats-bars:before {
    content: "\e9a9";
}

.icon-stats-bars2:before {
    content: "\e9aa";
}

.icon-trophy:before {
    content: "\e9ab";
}

.icon-gift:before {
    content: "\e9ac";
}

.icon-glass:before {
    content: "\e9ad";
}

.icon-glass2:before {
    content: "\e9ae";
}

.icon-mug:before {
    content: "\e9af";
}

.icon-spoon-knife:before {
    content: "\e9b0";
}

.icon-leaf:before {
    content: "\e9b1";
}

.icon-rocket:before {
    content: "\e9b2";
}

.icon-meter:before {
    content: "\e9b3";
}

.icon-meter2:before {
    content: "\e9b4";
}

.icon-hammer2:before {
    content: "\e9b5";
}

.icon-fire:before {
    content: "\e9b6";
}

.icon-lab:before {
    content: "\e9b7";
}

.icon-magnet:before {
    content: "\e9b8";
}

.icon-bin:before {
    content: "\e9b9";
}

.icon-bin2:before {
    content: "\e9ba";
}

.icon-briefcase:before {
    content: "\e9bb";
}

.icon-airplane:before {
    content: "\e9bc";
}

.icon-truck:before {
    content: "\e9bd";
}

.icon-road:before {
    content: "\e9be";
}

.icon-accessibility:before {
    content: "\e9bf";
}

.icon-target:before {
    content: "\e9c0";
}

.icon-shield:before {
    content: "\e9c1";
}

.icon-power:before {
    content: "\e9c2";
}

.icon-switch:before {
    content: "\e9c3";
}

.icon-power-cord:before {
    content: "\e9c4";
}

.icon-clipboard:before {
    content: "\e9c5";
}

.icon-list-numbered:before {
    content: "\e9c6";
}

.icon-list:before {
    content: "\e9c7";
}

.icon-list2:before {
    content: "\e9c8";
}

.icon-tree:before {
    content: "\e9c9";
}

.icon-menu:before {
    content: "\e9ca";
}

.icon-menu2:before {
    content: "\e9cb";
}

.icon-menu3:before {
    content: "\e9cc";
}

.icon-menu4:before {
    content: "\e9cd";
}

.icon-cloud:before {
    content: "\e9ce";
}

.icon-cloud-download:before {
    content: "\e9cf";
}

.icon-cloud-upload:before {
    content: "\e9d0";
}

.icon-cloud-check:before {
    content: "\e9d1";
}

.icon-download2:before {
    content: "\e9d2";
}

.icon-upload2:before {
    content: "\e9d3";
}

.icon-download3:before {
    content: "\e9d4";
}

.icon-upload3:before {
    content: "\e9d5";
}

.icon-sphere:before {
    content: "\e9d6";
}

.icon-earth:before {
    content: "\e9d7";
}

.icon-link:before {
    content: "\e9d8";
}

.icon-flag:before {
    content: "\e9d9";
}

.icon-attachment:before {
    content: "\e9da";
}

.icon-eye:before {
    content: "\e9db";
}

.icon-eye-plus:before {
    content: "\e9dc";
}

.icon-eye-minus:before {
    content: "\e9dd";
}

.icon-eye-blocked:before {
    content: "\e9de";
}

.icon-bookmark:before {
    content: "\e9df";
}

.icon-bookmarks:before {
    content: "\e9e0";
}

.icon-sun:before {
    content: "\e9e1";
}

.icon-contrast:before {
    content: "\e9e2";
}

.icon-brightness-contrast:before {
    content: "\e9e3";
}

.icon-star-empty:before {
    content: "\e9e4";
}

.icon-star-half:before {
    content: "\e9e5";
}

.icon-star-full:before {
    content: "\e9e6";
}

.icon-heart:before {
    content: "\e9e7";
}

.icon-heart-broken:before {
    content: "\e9e8";
}

.icon-man:before {
    content: "\e9e9";
}

.icon-woman:before {
    content: "\e9ea";
}

.icon-man-woman:before {
    content: "\e9eb";
}

.icon-happy:before {
    content: "\e9ec";
}

.icon-happy2:before {
    content: "\e9ed";
}

.icon-smile:before {
    content: "\e9ee";
}

.icon-smile2:before {
    content: "\e9ef";
}

.icon-tongue:before {
    content: "\e9f0";
}

.icon-tongue2:before {
    content: "\e9f1";
}

.icon-sad:before {
    content: "\e9f2";
}

.icon-sad2:before {
    content: "\e9f3";
}

.icon-wink:before {
    content: "\e9f4";
}

.icon-wink2:before {
    content: "\e9f5";
}

.icon-grin:before {
    content: "\e9f6";
}

.icon-grin2:before {
    content: "\e9f7";
}

.icon-cool:before {
    content: "\e9f8";
}

.icon-cool2:before {
    content: "\e9f9";
}

.icon-angry:before {
    content: "\e9fa";
}

.icon-angry2:before {
    content: "\e9fb";
}

.icon-evil:before {
    content: "\e9fc";
}

.icon-evil2:before {
    content: "\e9fd";
}

.icon-shocked:before {
    content: "\e9fe";
}

.icon-shocked2:before {
    content: "\e9ff";
}

.icon-baffled:before {
    content: "\ea00";
}

.icon-baffled2:before {
    content: "\ea01";
}

.icon-confused:before {
    content: "\ea02";
}

.icon-confused2:before {
    content: "\ea03";
}

.icon-neutral:before {
    content: "\ea04";
}

.icon-neutral2:before {
    content: "\ea05";
}

.icon-hipster:before {
    content: "\ea06";
}

.icon-hipster2:before {
    content: "\ea07";
}

.icon-wondering:before {
    content: "\ea08";
}

.icon-wondering2:before {
    content: "\ea09";
}

.icon-sleepy:before {
    content: "\ea0a";
}

.icon-sleepy2:before {
    content: "\ea0b";
}

.icon-frustrated:before {
    content: "\ea0c";
}

.icon-frustrated2:before {
    content: "\ea0d";
}

.icon-crying:before {
    content: "\ea0e";
}

.icon-crying2:before {
    content: "\ea0f";
}

.icon-point-up:before {
    content: "\ea10";
}

.icon-point-right:before {
    content: "\ea11";
}

.icon-point-down:before {
    content: "\ea12";
}

.icon-point-left:before {
    content: "\ea13";
}

.icon-warning:before {
    content: "\ea14";
}

.icon-notification:before {
    content: "\ea15";
}

.icon-question:before {
    content: "\ea16";
}

.icon-plus:before {
    content: "\ea17";
}

.icon-minus:before {
    content: "\ea18";
}

.icon-info:before {
    content: "\ea19";
}

.icon-cancel-circle:before {
    content: "\ea1a";
}

.icon-blocked:before {
    content: "\ea1b";
}

.icon-cross:before {
    content: "\ea1c";
}

.icon-checkmark:before {
    content: "\ea1d";
}

.icon-checkmark2:before {
    content: "\ea1e";
}

.icon-spell-check:before {
    content: "\ea1f";
}

.icon-enter:before {
    content: "\ea20";
}

.icon-exit:before {
    content: "\ea21";
}

.icon-play2:before {
    content: "\ea22";
}

.icon-pause:before {
    content: "\ea23";
}

.icon-stop:before {
    content: "\ea24";
}

.icon-previous:before {
    content: "\ea25";
}

.icon-next:before {
    content: "\ea26";
}

.icon-backward:before {
    content: "\ea27";
}

.icon-forward2:before {
    content: "\ea28";
}

.icon-play3:before {
    content: "\ea29";
}

.icon-pause2:before {
    content: "\ea2a";
}

.icon-stop2:before {
    content: "\ea2b";
}

.icon-backward2:before {
    content: "\ea2c";
}

.icon-forward3:before {
    content: "\ea2d";
}

.icon-first:before {
    content: "\ea2e";
}

.icon-last:before {
    content: "\ea2f";
}

.icon-previous2:before {
    content: "\ea30";
}

.icon-next2:before {
    content: "\ea31";
}

.icon-eject:before {
    content: "\ea32";
}

.icon-volume-high:before {
    content: "\ea33";
}

.icon-volume-medium:before {
    content: "\ea34";
}

.icon-volume-low:before {
    content: "\ea35";
}

.icon-volume-mute:before {
    content: "\ea36";
}

.icon-volume-mute2:before {
    content: "\ea37";
}

.icon-volume-increase:before {
    content: "\ea38";
}

.icon-volume-decrease:before {
    content: "\ea39";
}

.icon-loop:before {
    content: "\ea3a";
}

.icon-loop2:before {
    content: "\ea3b";
}

.icon-infinite:before {
    content: "\ea3c";
}

.icon-shuffle:before {
    content: "\ea3d";
}

.icon-arrow-up-left:before {
    content: "\ea3e";
}

.icon-arrow-up:before {
    content: "\ea3f";
}

.icon-arrow-up-right:before {
    content: "\ea40";
}

.icon-arrow-right:before {
    content: "\ea41";
}

.icon-arrow-down-right:before {
    content: "\ea42";
}

.icon-arrow-down:before {
    content: "\ea43";
}

.icon-arrow-down-left:before {
    content: "\ea44";
}

.icon-arrow-left:before {
    content: "\ea45";
}

.icon-arrow-up-left2:before {
    content: "\ea46";
}

.icon-arrow-up2:before {
    content: "\ea47";
}

.icon-arrow-up-right2:before {
    content: "\ea48";
}

.icon-arrow-right2:before {
    content: "\ea49";
}

.icon-arrow-down-right2:before {
    content: "\ea4a";
}

.icon-arrow-down2:before {
    content: "\ea4b";
}

.icon-arrow-down-left2:before {
    content: "\ea4c";
}

.icon-arrow-left2:before {
    content: "\ea4d";
}

.icon-circle-up:before {
    content: "\ea4e";
}

.icon-circle-right:before {
    content: "\ea4f";
}

.icon-circle-down:before {
    content: "\ea50";
}

.icon-circle-left:before {
    content: "\ea51";
}

.icon-tab:before {
    content: "\ea52";
}

.icon-move-up:before {
    content: "\ea53";
}

.icon-move-down:before {
    content: "\ea54";
}

.icon-sort-alpha-asc:before {
    content: "\ea55";
}

.icon-sort-alpha-desc:before {
    content: "\ea56";
}

.icon-sort-numeric-asc:before {
    content: "\ea57";
}

.icon-sort-numberic-desc:before {
    content: "\ea58";
}

.icon-sort-amount-asc:before {
    content: "\ea59";
}

.icon-sort-amount-desc:before {
    content: "\ea5a";
}

.icon-command:before {
    content: "\ea5b";
}

.icon-shift:before {
    content: "\ea5c";
}

.icon-ctrl:before {
    content: "\ea5d";
}

.icon-opt:before {
    content: "\ea5e";
}

.icon-checkbox-checked:before {
    content: "\ea5f";
}

.icon-checkbox-unchecked:before {
    content: "\ea60";
}

.icon-radio-checked:before {
    content: "\ea61";
}

.icon-radio-checked2:before {
    content: "\ea62";
}

.icon-radio-unchecked:before {
    content: "\ea63";
}

.icon-crop:before {
    content: "\ea64";
}

.icon-make-group:before {
    content: "\ea65";
}

.icon-ungroup:before {
    content: "\ea66";
}

.icon-scissors:before {
    content: "\ea67";
}

.icon-filter:before {
    content: "\ea68";
}

.icon-font:before {
    content: "\ea69";
}

.icon-ligature:before {
    content: "\ea6a";
}

.icon-ligature2:before {
    content: "\ea6b";
}

.icon-text-height:before {
    content: "\ea6c";
}

.icon-text-width:before {
    content: "\ea6d";
}

.icon-font-size:before {
    content: "\ea6e";
}

.icon-bold:before {
    content: "\ea6f";
}

.icon-underline:before {
    content: "\ea70";
}

.icon-italic:before {
    content: "\ea71";
}

.icon-strikethrough:before {
    content: "\ea72";
}

.icon-omega:before {
    content: "\ea73";
}

.icon-sigma:before {
    content: "\ea74";
}

.icon-page-break:before {
    content: "\ea75";
}

.icon-superscript:before {
    content: "\ea76";
}

.icon-subscript:before {
    content: "\ea77";
}

.icon-superscript2:before {
    content: "\ea78";
}

.icon-subscript2:before {
    content: "\ea79";
}

.icon-text-color:before {
    content: "\ea7a";
}

.icon-pagebreak:before {
    content: "\ea7b";
}

.icon-clear-formatting:before {
    content: "\ea7c";
}

.icon-table:before {
    content: "\ea7d";
}

.icon-table2:before {
    content: "\ea7e";
}

.icon-insert-template:before {
    content: "\ea7f";
}

.icon-pilcrow:before {
    content: "\ea80";
}

.icon-ltr:before {
    content: "\ea81";
}

.icon-rtl:before {
    content: "\ea82";
}

.icon-section:before {
    content: "\ea83";
}

.icon-paragraph-left:before {
    content: "\ea84";
}

.icon-paragraph-center:before {
    content: "\ea85";
}

.icon-paragraph-right:before {
    content: "\ea86";
}

.icon-paragraph-justify:before {
    content: "\ea87";
}

.icon-indent-increase:before {
    content: "\ea88";
}

.icon-indent-decrease:before {
    content: "\ea89";
}

.icon-share:before {
    content: "\ea8a";
}

.icon-new-tab:before {
    content: "\ea8b";
}

.icon-embed:before {
    content: "\ea8c";
}

.icon-embed2:before {
    content: "\ea8d";
}

.icon-terminal:before {
    content: "\ea8e";
}

.icon-share2:before {
    content: "\ea8f";
}

.icon-mail:before {
    content: "\ea90";
}

.icon-mail2:before {
    content: "\ea91";
}

.icon-mail3:before {
    content: "\ea92";
}

.icon-mail4:before {
    content: "\ea93";
}

.icon-amazon:before {
    content: "\ea94";
}

.icon-google:before {
    content: "\ea95";
}

.icon-google2:before {
    content: "\ea96";
}

.icon-google3:before {
    content: "\ea97";
}

.icon-google-plus:before {
    content: "\ea98";
}

.icon-google-plus2:before {
    content: "\ea99";
}

.icon-google-plus3:before {
    content: "\ea9a";
}

.icon-hangouts:before {
    content: "\ea9b";
}

.icon-google-drive:before {
    content: "\ea9c";
}

.icon-facebook:before {
    content: "\ea9d";
}

.icon-facebook2:before {
    content: "\ea9e";
}

.icon-instagram:before {
    content: "\ea9f";
}

.icon-whatsapp:before {
    content: "\eaa0";
}

.icon-spotify:before {
    content: "\eaa1";
}

.icon-telegram:before {
    content: "\eaa2";
}

.icon-twitter:before {
    content: "\eaa3";
}

.icon-vine:before {
    content: "\eaa4";
}

.icon-vk:before {
    content: "\eaa5";
}

.icon-renren:before {
    content: "\eaa6";
}

.icon-sina-weibo:before {
    content: "\eaa7";
}

.icon-rss:before {
    content: "\eaa8";
}

.icon-rss2:before {
    content: "\eaa9";
}

.icon-youtube:before {
    content: "\eaaa";
}

.icon-youtube2:before {
    content: "\eaab";
}

.icon-twitch:before {
    content: "\eaac";
}

.icon-vimeo:before {
    content: "\eaad";
}

.icon-vimeo2:before {
    content: "\eaae";
}

.icon-lanyrd:before {
    content: "\eaaf";
}

.icon-flickr:before {
    content: "\eab0";
}

.icon-flickr2:before {
    content: "\eab1";
}

.icon-flickr3:before {
    content: "\eab2";
}

.icon-flickr4:before {
    content: "\eab3";
}

.icon-dribbble:before {
    content: "\eab4";
}

.icon-behance:before {
    content: "\eab5";
}

.icon-behance2:before {
    content: "\eab6";
}

.icon-deviantart:before {
    content: "\eab7";
}

.icon-500px:before {
    content: "\eab8";
}

.icon-steam:before {
    content: "\eab9";
}

.icon-steam2:before {
    content: "\eaba";
}

.icon-dropbox:before {
    content: "\eabb";
}

.icon-onedrive:before {
    content: "\eabc";
}

.icon-github:before {
    content: "\eabd";
}

.icon-npm:before {
    content: "\eabe";
}

.icon-basecamp:before {
    content: "\eabf";
}

.icon-trello:before {
    content: "\eac0";
}

.icon-wordpress:before {
    content: "\eac1";
}

.icon-joomla:before {
    content: "\eac2";
}

.icon-ello:before {
    content: "\eac3";
}

.icon-blogger:before {
    content: "\eac4";
}

.icon-blogger2:before {
    content: "\eac5";
}

.icon-tumblr:before {
    content: "\eac6";
}

.icon-tumblr2:before {
    content: "\eac7";
}

.icon-yahoo:before {
    content: "\eac8";
}

.icon-yahoo2:before {
    content: "\eac9";
}

.icon-tux:before {
    content: "\eaca";
}

.icon-appleinc:before {
    content: "\eacb";
}

.icon-finder:before {
    content: "\eacc";
}

.icon-android:before {
    content: "\eacd";
}

.icon-windows:before {
    content: "\eace";
}

.icon-windows8:before {
    content: "\eacf";
}

.icon-soundcloud:before {
    content: "\ead0";
}

.icon-soundcloud2:before {
    content: "\ead1";
}

.icon-skype:before {
    content: "\ead2";
}

.icon-reddit:before {
    content: "\ead3";
}

.icon-hackernews:before {
    content: "\ead4";
}

.icon-wikipedia:before {
    content: "\ead5";
}

.icon-linkedin:before {
    content: "\ead6";
}

.icon-linkedin2:before {
    content: "\ead7";
}

.icon-lastfm:before {
    content: "\ead8";
}

.icon-lastfm2:before {
    content: "\ead9";
}

.icon-delicious:before {
    content: "\eada";
}

.icon-stumbleupon:before {
    content: "\eadb";
}

.icon-stumbleupon2:before {
    content: "\eadc";
}

.icon-stackoverflow:before {
    content: "\eadd";
}

.icon-pinterest:before {
    content: "\eade";
}

.icon-pinterest2:before {
    content: "\eadf";
}

.icon-xing:before {
    content: "\eae0";
}

.icon-xing2:before {
    content: "\eae1";
}

.icon-flattr:before {
    content: "\eae2";
}

.icon-foursquare:before {
    content: "\eae3";
}

.icon-yelp:before {
    content: "\eae4";
}

.icon-paypal:before {
    content: "\eae5";
}

.icon-chrome:before {
    content: "\eae6";
}

.icon-firefox:before {
    content: "\eae7";
}

.icon-IE:before {
    content: "\eae8";
}

.icon-edge:before {
    content: "\eae9";
}

.icon-safari:before {
    content: "\eaea";
}

.icon-opera:before {
    content: "\eaeb";
}

.icon-file-pdf:before {
    content: "\eaec";
}

.icon-file-openoffice:before {
    content: "\eaed";
}

.icon-file-word:before {
    content: "\eaee";
}

.icon-file-excel:before {
    content: "\eaef";
}

.icon-libreoffice:before {
    content: "\eaf0";
}

.icon-html-five:before {
    content: "\eaf1";
}

.icon-html-five2:before {
    content: "\eaf2";
}

.icon-css3:before {
    content: "\eaf3";
}

.icon-git:before {
    content: "\eaf4";
}

.icon-codepen:before {
    content: "\eaf5";
}

.icon-svg:before {
    content: "\eaf6";
}

.icon-IcoMoon:before {
    content: "\eaf7";
}

.hidden {
    display: none;
}

@media (min-width: 30.0625rem) {
    .hidden--until-sm {
        display: block;
    }
}

@media (min-width: 48.0625rem) {
    .hidden--until-md {
        display: block;
    }
}

@media (min-width: 61.9375rem) {
    .hidden--until-lg {
        display: block;
    }
}

@media (min-width: 86.3125rem) {
    .hidden--until-xl {
        display: block;
    }
}

.hidden--after-sm {
    display: block;
}

@media (min-width: 30.0625rem) {
    .hidden--after-sm {
        display: none;
    }
}

.hidden--after-md {
    display: block;
}

@media (min-width: 48.0625rem) {
    .hidden--after-md {
        display: none;
    }
}

.lg:hidden {
    display: block;
}

@media (min-width: 61.9375rem) {
    .lg:hidden {
        display: none;
    }
}

.hidden-flex {
    display: none;
}

@media (min-width: 30.0625rem) {
    .hidden-flex--until-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 48.0625rem) {
    .hidden-flex--until-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 61.9375rem) {
    .hidden-flex--until-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 86.3125rem) {
    .hidden-flex--until-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.hidden-flex--after-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 30.0625rem) {
    .hidden-flex--after-sm {
        display: none;
    }
}

.hidden-flex--after-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 48.0625rem) {
    .hidden-flex--after-md {
        display: none;
    }
}

.hidden-flex--after-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 61.9375rem) {
    .hidden-flex--after-lg {
        display: none;
    }
}

.h-auto {
    height: auto;
}

.w-auto {
    height: auto;
}

.min-h-xs {
    min-height: 72px;
    min-height: 4.5rem;
}

.min-h-sm {
    min-height: 128px;
    min-height: 8rem;
}

.min-h-md {
    min-height: 256px;
    min-height: 16rem;
}

.min-h-lg {
    min-height: 384px;
    min-height: 24rem;
}

.min-h-xl {
    min-height: 512px;
    min-height: 32rem;
}

.min-h-xxl {
    min-height: 640px;
    min-height: 40rem;
}

.min-h--xxxl {
    min-height: 720px;
    min-height: 45rem;
}

.min-h-full {
    min-height: 100%;
    max-height: 100%;
}

@media (max-width: 30rem) {
    .min-h-full-until-sm {
        min-height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 48rem) {
    .min-h-full-until-md {
        min-height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 61.875rem) {
    .min-h-full-until-lg {
        min-height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 61.875rem) {
    .min-h-full-until-xl {
        min-height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 120rem) {
    .min-h-full-until-xxl {
        min-height: 100%;
        max-height: 100%;
    }
}

.max-h--xs {
    max-height: 72px;
    max-height: 4.5rem;
}

.max-h--sm {
    max-height: 128px;
    max-height: 8rem;
}

.max-h--md {
    max-height: 256px;
    max-height: 16rem;
}

.max-h--lg {
    max-height: 384px;
    max-height: 24rem;
}

.max-h--xl {
    max-height: 512px;
    max-height: 32rem;
}

.max-h--xxl {
    max-height: 640px;
    max-height: 40rem;
}

.max-h--xxxl {
    max-height: 720px;
    max-height: 45rem;
}

.max-h--full {
    max-height: 100vh;
}

@media (max-width: 30rem) {
    .max-h--full-until-sm {
        max-height: 100vh;
    }
}

@media (max-width: 48rem) {
    .max-h--full-until-md {
        max-height: 100vh;
    }
}

@media (max-width: 61.875rem) {
    .max-h--full-until-lg {
        max-height: 100vh;
    }
}

@media (max-width: 61.875rem) {
    .max-h--full-until-xl {
        max-height: 100vh;
    }
}

@media (max-width: 120rem) {
    .max-h--full-until-xxl {
        max-height: 100vh;
    }
}

.min-w {
    min-width: 40px;
}

.min-w--72 {
    min-width: 72px;
}

.min-w--128 {
    min-width: 128px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 0;
}

@media (min-width: 30.0625rem) {
    .grid {
        gap: 0.5rem 0.5rem;
    }
}

@media (min-width: 48.0625rem) {
    .grid {
        gap: 1rem 1rem;
    }
}

@media (min-width: 86.3125rem) {
    .grid {
        gap: 1.5rem 1.5rem;
    }
}

@media (min-width: 120.0625rem) {
    .grid {
        gap: 2rem 2rem;
    }
}

.grid--no-gutter {
    gap: 0 !important;
}

.grid--no-row-gap {
    row-gap: 0 !important;
}

.grid__col {
    grid-column: span 12;
}

.grid__col-1 {
    grid-column: span 1;
}

.grid__col-2 {
    grid-column: span 2;
}

.grid__col-3 {
    grid-column: span 3;
}

.grid__col-4 {
    grid-column: span 4;
}

.grid__col-5 {
    grid-column: span 5;
}

.grid__col-6 {
    grid-column: span 6;
}

.grid__col-7 {
    grid-column: span 7;
}

.grid__col-8 {
    grid-column: span 8;
}

.grid__col-9 {
    grid-column: span 9;
}

.grid__col-10 {
    grid-column: span 10;
}

.grid__col-11 {
    grid-column: span 11;
}

.grid__col-12 {
    grid-column: span 12;
}

@media (min-width: 30.0625rem) {
    .grid__col-sm-1 {
        grid-column: span 1;
    }

    .grid__col-sm-2 {
        grid-column: span 2;
    }

    .grid__col-sm-3 {
        grid-column: span 3;
    }

    .grid__col-sm-4 {
        grid-column: span 4;
    }

    .grid__col-sm-5 {
        grid-column: span 5;
    }

    .grid__col-sm-6 {
        grid-column: span 6;
    }

    .grid__col-sm-7 {
        grid-column: span 7;
    }

    .grid__col-sm-8 {
        grid-column: span 8;
    }

    .grid__col-sm-9 {
        grid-column: span 9;
    }

    .grid__col-sm-10 {
        grid-column: span 10;
    }

    .grid__col-sm-11 {
        grid-column: span 11;
    }

    .grid__col-sm-12 {
        grid-column: span 12;
    }
}

@media (min-width: 48.0625rem) {
    .grid__col-md-1 {
        grid-column: span 1;
    }

    .grid__col-md-2 {
        grid-column: span 2;
    }

    .grid__col-md-3 {
        grid-column: span 3;
    }

    .grid__col-md-4 {
        grid-column: span 4;
    }

    .grid__col-md-5 {
        grid-column: span 5;
    }

    .grid__col-md-6 {
        grid-column: span 6;
    }

    .grid__col-md-7 {
        grid-column: span 7;
    }

    .grid__col-md-8 {
        grid-column: span 8;
    }

    .grid__col-md-9 {
        grid-column: span 9;
    }

    .grid__col-md-10 {
        grid-column: span 10;
    }

    .grid__col-md-11 {
        grid-column: span 11;
    }

    .grid__col-md-12 {
        grid-column: span 12;
    }
}

@media (min-width: 61.9375rem) {
    .grid__col-lg-1 {
        grid-column: span 1;
    }

    .grid__col-lg-2 {
        grid-column: span 2;
    }

    .grid__col-lg-3 {
        grid-column: span 3;
    }

    .grid__col-lg-4 {
        grid-column: span 4;
    }

    .grid__col-lg-5 {
        grid-column: span 5;
    }

    .grid__col-lg-6 {
        grid-column: span 6;
    }

    .grid__col-lg-7 {
        grid-column: span 7;
    }

    .grid__col-lg-8 {
        grid-column: span 8;
    }

    .grid__col-lg-9 {
        grid-column: span 9;
    }

    .grid__col-lg-10 {
        grid-column: span 10;
    }

    .grid__col-lg-11 {
        grid-column: span 11;
    }

    .grid__col-lg-12 {
        grid-column: span 12;
    }
}

@media (min-width: 86.3125rem) {
    .grid__col-xl-1 {
        grid-column: span 1;
    }

    .grid__col-xl-2 {
        grid-column: span 2;
    }

    .grid__col-xl-3 {
        grid-column: span 3;
    }

    .grid__col-xl-4 {
        grid-column: span 4;
    }

    .grid__col-xl-5 {
        grid-column: span 5;
    }

    .grid__col-xl-6 {
        grid-column: span 6;
    }

    .grid__col-xl-7 {
        grid-column: span 7;
    }

    .grid__col-xl-8 {
        grid-column: span 8;
    }

    .grid__col-xl-9 {
        grid-column: span 9;
    }

    .grid__col-xl-10 {
        grid-column: span 10;
    }

    .grid__col-xl-11 {
        grid-column: span 11;
    }

    .grid__col-xl-12 {
        grid-column: span 12;
    }
}

@media (min-width: 120.0625rem) {
    .grid__col-xxl-1 {
        grid-column: span 1;
    }

    .grid__col-xxl-2 {
        grid-column: span 2;
    }

    .grid__col-xxl-3 {
        grid-column: span 3;
    }

    .grid__col-xxl-4 {
        grid-column: span 4;
    }

    .grid__col-xxl-5 {
        grid-column: span 5;
    }

    .grid__col-xxl-6 {
        grid-column: span 6;
    }

    .grid__col-xxl-7 {
        grid-column: span 7;
    }

    .grid__col-xxl-8 {
        grid-column: span 8;
    }

    .grid__col-xxl-9 {
        grid-column: span 9;
    }

    .grid__col-xxl-10 {
        grid-column: span 10;
    }

    .grid__col-xxl-11 {
        grid-column: span 11;
    }

    .grid__col-xxl-12 {
        grid-column: span 12;
    }
}

.grid--margin {
    margin: 0;
}

@media (min-width: 30.0625rem) {
    .grid--margin {
        margin: 8px;
        margin: 0.5rem;
    }
}

@media (min-width: 48.0625rem) {
    .grid--margin {
        margin: 16px;
        margin: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .grid--margin {
        margin: 24px;
        margin: 1.5rem;
    }
}

@media (min-width: 120.0625rem) {
    .grid--margin {
        margin: 32px;
        margin: 2rem;
    }
}

.grid--margin-top {
    margin-top: 0;
}

@media (min-width: 30.0625rem) {
    .grid--margin-top {
        margin-top: 8px;
        margin-top: 0.5rem;
    }
}

@media (min-width: 48.0625rem) {
    .grid--margin-top {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .grid--margin-top {
        margin-top: 24px;
        margin-top: 1.5rem;
    }
}

@media (min-width: 120.0625rem) {
    .grid--margin-top {
        margin-top: 32px;
        margin-top: 2rem;
    }
}

.grid--margin-bottom {
    margin-bottom: 0;
}

@media (min-width: 30.0625rem) {
    .grid--margin-bottom {
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 48.0625rem) {
    .grid--margin-bottom {
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .grid--margin-bottom {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 120.0625rem) {
    .grid--margin-bottom {
        margin-bottom: 32px;
        margin-bottom: 2rem;
    }
}

.grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid--no-gap {
    gap: 0 0 !important;
}

@media (min-width: 30.0625rem) {
    .grid--no-gap {
        gap: 0 0 !important;
    }
}

@media (min-width: 48.0625rem) {
    .grid--no-gap {
        gap: 0 0 !important;
    }
}

@media (min-width: 86.3125rem) {
    .grid--no-gap {
        gap: 0 0 !important;
    }
}

@media (min-width: 120.0625rem) {
    .grid--no-gap {
        gap: 0 0 !important;
    }
}

.full-height {
    overflow: hidden;
    overflow-y: auto;
}

.page {
    margin: 0 auto;
}

.page--sm {
    max-width: 760px;
    max-width: 47.5rem;
}

.page--md {
    max-width: 990px;
    max-width: 61.875rem;
}

.page--lg {
    max-width: 1360px;
    max-width: 85rem;
}

.page--xl {
    max-width: 1600px;
    max-width: 100rem;
}

.page-xxl {
    max-width: 1920px;
    max-width: 120rem;
}

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

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

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

.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex--has-sm-gap {
    gap: 8px;
    gap: 0.5rem;
}

.gap-4 {
    gap: 16px;
    gap: 1rem;
}

.flex--has-md-gap {
    gap: 24px;
    gap: 1.5rem;
}

.flex--has-lg-gap {
    gap: 32px;
    gap: 2rem;
}

.flex--has-xl-gap {
    gap: 40px;
    gap: 2.5rem;
}

.flex--has-xxl-gap {
    gap: 48px;
    gap: 3rem;
}

.flex-nowrap,
.flex--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex--is-wrap,
.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex--is-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex--justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.flex--justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

.flex--stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.flex--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex--self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex--fit {
    position: relative;
}

@media (min-width: 48.0625rem) {
    .flex--column-at-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 61.9375rem) {
    .flex--column-at-lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 86.3125rem) {
    .flex--column-at-xl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 120.0625rem) {
    .flex--column-at-xxl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mx-auto {
    margin-inline: auto;
}

.row {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.Rpad {
    padding: 8px;
    padding: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rpad {
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rpad {
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rpad {
        padding: 2rem;
    }
}

.pt-4 {
    padding-top: 8px;
    padding-top: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .pt-4 {
        padding-top: 16px;
        padding-top: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .pt-4 {
        padding-top: 24px;
        padding-top: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .pt-4 {
        padding-top: 32px;
        padding-top: 2rem;
    }
}

.Rpad--r {
    padding-right: 8px;
    padding-right: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rpad--r {
        padding-right: 16px;
        padding-right: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rpad--r {
        padding-right: 24px;
        padding-right: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rpad--r {
        padding-right: 32px;
        padding-right: 2rem;
    }
}

.pb-4 {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .pb-4 {
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .pb-4 {
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .pb-4 {
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }
}

.Rpad--l {
    padding-left: 8px;
    padding-left: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rpad--l {
        padding-left: 16px;
        padding-left: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rpad--l {
        padding-left: 24px;
        padding-left: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rpad--l {
        padding-left: 32px;
        padding-left: 2rem;
    }
}

.pad {
    padding: 16px;
}

.pt-4 {
    padding-top: 16px;
    padding-top: 1rem;
}

.pad--r {
    padding-right: 16px;
    padding-right: 1rem;
}

.pb-4 {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.pad--l {
    padding-left: 16px;
    padding-left: 1rem;
}

.p-2 {
    padding: 8px;
    padding: 0.5rem;
}

.p-2--t {
    padding-top: 8px;
    padding-top: 0.5rem;
}

.p-2--r {
    padding-right: 8px;
    padding-right: 0.5rem;
}

.p-2--b {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

.p-2--l {
    padding-left: 8px;
    padding-left: 0.5rem;
}

.pad-lg {
    padding: 32px;
    padding: 2rem;
}

.pad-lg--t {
    padding-top: 32px;
    padding-top: 2rem;
}

.pad-lg--r {
    padding-right: 32px;
    padding-right: 2rem;
}

.pad-lg--b {
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

.pad-lg--l {
    padding-left: 32px;
    padding-left: 2rem;
}

.Rmgn {
    margin: 8px;
    margin: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rmgn {
        margin: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rmgn {
        margin: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rmgn {
        margin: 2rem;
    }
}

.Rmt-4 {
    margin-top: 8px;
    margin-top: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rmt-4 {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rmt-4 {
        margin-top: 24px;
        margin-top: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rmt-4 {
        margin-top: 32px;
        margin-top: 2rem;
    }
}

.Rmgn--r {
    margin-right: 8px;
    margin-right: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rmgn--r {
        margin-right: 16px;
        margin-right: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rmgn--r {
        margin-right: 24px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rmgn--r {
        margin-right: 32px;
        margin-right: 2rem;
    }
}

.Rmb-4 {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rmb-4 {
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rmb-4 {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rmb-4 {
        margin-bottom: 32px;
        margin-bottom: 2rem;
    }
}

.Rmgn--l {
    margin-left: 8px;
    margin-left: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .Rmgn--l {
        margin-left: 16px;
        margin-left: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .Rmgn--l {
        margin-left: 24px;
        margin-left: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .Rmgn--l {
        margin-left: 32px;
        margin-left: 2rem;
    }
}

.mgn {
    margin: 16px;
}

.mgn--auto {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mt-4 {
    margin-top: 16px;
    margin-top: 1rem;
}

.mgn--r {
    margin-right: 16px;
    margin-right: 1rem;
}

.mb-4 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.mgn--l {
    margin-left: 16px;
    margin-left: 1rem;
}

.mgn-sm {
    margin: 8px;
    margin: 0.5rem;
}

.mgn-sm--t {
    margin-top: 80px;
    margin-top: 5rem;
}

.mgn-sm--r {
    margin-right: 80px;
    margin-right: 5rem;
}

.mb-2 {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.mgn-sm--l {
    margin-left: 80px;
    margin-left: 5rem;
}

.mgn-lg {
    margin: 24px;
    margin: 1.5rem;
}

.mgn-lg--t {
    margin-top: 80px;
    margin-top: 5rem;
}

.mgn-lg--r {
    margin-right: 80px;
    margin-right: 5rem;
}

.mgn-lg--b {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.mgn-lg--l {
    margin-left: 80px;
    margin-left: 5rem;
}

.abs {
    position: absolute;
    z-index: 1;
}

.abs--t {
    top: 0;
}

.abs--r {
    right: 0;
}

.abs--b {
    bottom: 0;
}

.abs--l {
    left: 0;
}

.abs--c {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.abs--cv {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.abs--t-minus-sm {
    top: -8px;
    top: -0.5rem;
}

.abs--r-minus-sm {
    right: -8px;
    right: -0.5rem;
}

.abs--b-minus-sm {
    bottom: -8px;
    bottom: -0.5rem;
}

.abs--l-minus-sm {
    left: -8px;
    left: -0.5rem;
}

.relative {
    position: relative;
}

.hidden-overflow {
    overflow: hidden;
}

.full-height {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

.full-width {
    width: 100%;
}

.h--min-xs {
    min-height: 72px;
    min-height: 4.5rem;
}

.h--min-sm {
    min-height: 128px;
    min-height: 8rem;
}

.h--min-md {
    min-height: 256px;
    min-height: 16rem;
}

.h--min-lg {
    min-height: 384px;
    min-height: 24rem;
}

.h--min-xl {
    min-height: 512px;
    min-height: 32rem;
}

.h--min-xxl {
    min-height: 640px;
    min-height: 40rem;
}

.h--min-xxxl {
    min-height: 720px;
    min-height: 45rem;
}

.h--min-full {
    min-height: 100vh;
}

a,
a:active,
a:visited {
    color: #e84545;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline;
}

    a:active:hover,
    a:hover,
    a:visited:hover {
        color: #e26767;
        cursor: pointer;
        text-decoration: underline;
    }

.text-link--on-dark {
    color: #f1f2f9;
}

    .text-link--on-dark:active,
    .text-link--on-dark:visited {
        color: #f1f2f9;
    }

    .text-link--on-dark:hover {
        color: #fff;
    }

a.no-decoration {
    text-decoration: none;
}

    a.no-decoration:hover {
        text-decoration: none;
    }

body,
html {
    font-family: Roboto, sans-serif;
}

* {
    font-family: Roboto, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, serif;
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: 0;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 5px #19f;
        box-shadow: 0 0 0 5px #19f;
    }

    .flickity-button:active {
        opacity: 0.6;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

::-webkit-scrollbar {
    width: 10px !important;
    background-color: #f1f2f9;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e84545;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f1f2f9;
}

.fixed {
    position: fixed;
    z-index: 98;
}

.fixed--bottom {
    bottom: 0;
}

.fixed--bottom-offset {
    bottom: 16px;
}

.fixed--top {
    top: 0;
}

.fixed--top-offset {
    top: 16px;
}

.fixed--left {
    left: 0;
}

.fixed--left-offset {
    left: 16px;
}

.fixed--right {
    right: 0;
}

.fixed--right-offset {
    right: 16px;
}

.fixed--pad {
    padding: 8px;
    padding: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .fixed--pad {
        padding: 16px;
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .fixed--pad {
        padding: 24px;
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .fixed--pad {
        padding: 32px;
        padding: 2rem;
    }
}

.fixed--centered {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky {
    position: sticky;
    z-index: 98;
    margin: auto !important;
}

.sticky--bottom {
    bottom: 0;
}

.sticky--bottom-offset {
    bottom: 16px;
}

.sticky--top {
    top: 0;
}

.sticky--top-offset {
    top: 16px;
}

.sticky--left {
    left: 0;
}

.sticky--left-offset {
    left: 16px;
}

.sticky--right {
    right: 0;
}

.sticky--right-offset {
    right: 16px;
}

.sticky--pad {
    padding: 8px;
    padding: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .sticky--pad {
        padding: 16px;
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .sticky--pad {
        padding: 24px;
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .sticky--pad {
        padding: 32px;
        padding: 2rem;
    }
}

.sticky--centered {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 30.0625rem) {
    .sticky--until-sm {
        position: relative;
    }
}

@media (min-width: 61.9375rem) {
    .sticky--until-lg {
        position: relative;
    }
}

.sticky.hidden {
    display: none !important;
}

@media (min-width: 30.0625rem) {
    .sticky.hidden--until-sm {
        display: block !important;
    }
}

.sticky.hidden--after-sm {
    display: block !important;
}

@media (min-width: 30.0625rem) {
    .sticky.hidden--after-sm {
        display: none !important;
    }
}

@media (min-width: 48.0625rem) {
    .sticky.hidden--until-md {
        display: block !important;
    }
}

.sticky.hidden--after-md {
    display: block !important;
}

@media (min-width: 48.0625rem) {
    .sticky.hidden--after-md {
        display: none !important;
    }
}

@media (min-width: 61.9375rem) {
    .sticky.hidden--until-lg {
        display: block !important;
    }
}

.sticky.lg:hidden {
    display: block !important;
}

@media (min-width: 61.9375rem) {
    .sticky.lg:hidden {
        display: none !important;
    }
}

@media (min-width: 86.3125rem) {
    .sticky.hidden--until-xl {
        display: block !important;
    }
}

.sticky.hidden--after-xl {
    display: block !important;
}

@media (min-width: 86.3125rem) {
    .sticky.hidden--after-xl {
        display: none !important;
    }
}

textarea {
    width: auto;
    resize: none;
    border: 2px solid rgba(31, 33, 50, 0.1);
    border: 0.125rem solid rgba(31, 33, 50, 0.1);
}

.btn,
button,
input,
select,
textarea {
    border: 2px solid rgba(31, 33, 50, 0.1);
    border: 0.125rem solid rgba(31, 33, 50, 0.1);
    outline: 2px solid transparent;
    background: #fff;
    color: #1f2132;
    border-radius: 0.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    min-height: 40px;
    min-height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 4px 12px;
    padding: 0.25rem 0.75rem;
}

.btn--focus,
button--focus,
input--focus,
select--focus,
textarea--focus {
    outline-color: transparent;
}

.btn:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    -webkit-box-shadow: 0 0 3px 3px #1f2132;
    box-shadow: 0 0 3px 3px #1f2132;
}

.btn:hover,
button:hover,
input:hover,
select:hover,
textarea:hover {
    cursor: pointer;
    text-decoration: none;
}

.btn,
button {
    border-width: 2px;
    border-width: 0.125rem;
}

.btn--sm,
.input--sm,
button--sm {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    min-height: 30px;
    min-height: 1.875rem;
}

.btn--md,
.input--md,
button--md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 0 16px;
    padding: 0 1rem;
    min-height: 58px;
    min-height: 3.625rem;
}

.btn--lg,
.input--lg,
button--lg {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 16px;
    padding: 0 1rem;
    min-height: 72px;
    min-height: 4.5rem;
}

input,
select {
    position: relative;
}

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        color: #c3c6d9;
    }

    input::-moz-placeholder,
    select::-moz-placeholder {
        color: #c3c6d9;
    }

    input::-ms-input-placeholder,
    select::-ms-input-placeholder {
        color: #c3c6d9;
    }

    input::placeholder,
    select::placeholder {
        color: #c3c6d9;
    }

.select {
    position: relative;
}

    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        padding-right: 48px;
        padding-right: 3rem;
    }

    .select:after {
        font-family: zikomo !important;
        content: "\e904";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        right: 0.75rem;
        color: #1f2132;
        pointer-events: none;
    }

.number__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

    .number__counter input {
        width: 45px;
        text-align: center;
    }

.btn,
a.btn {
    background-color: #f1f2f9;
    text-decoration: none;
}

    .btn:hover,
    a.btn:hover {
        background-color: #e4e6f0;
        cursor: pointer;
    }

    .btn:active,
    a.btn:active {
        background: #d2d4e1;
    }

    .btn i,
    a.btn i {
        margin: 0 4px;
        margin: 0 0.25rem;
    }

.w-full,
a.w-full {
    width: 100%;
}

.btn--disabled,
a.btn--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.btn--brand-1,
a.btn--brand-1 {
    background-color: #e84545;
    color: #f1f2f9;
}

    .btn--brand-1:hover,
    a.btn--brand-1:hover {
        background-color: #e26767;
        color: #f1f2f9;
    }

    .btn--brand-1:active,
    a.btn--brand-1:active {
        background-color: #e22929;
        color: #f1f2f9;
    }

.btn--brand-2,
a.btn--brand-2 {
    background-color: #c1b098;
    color: #f1f2f9;
}

    .btn--brand-2:hover,
    a.btn--brand-2:hover {
        background-color: #dbcdba;
        color: #f1f2f9;
    }

    .btn--brand-2:active,
    a.btn--brand-2:active {
        background-color: #b19b7c;
        color: #f1f2f9;
    }

.btn--white,
a.btn--white {
    background-color: #fff;
}

    .btn--white:hover,
    a.btn--white:hover {
        background-color: #f1f2f9;
    }

    .btn--white:active,
    a.btn--white:active {
        background-color: #fff;
    }

.btn--link,
a.btn--link {
    text-decoration: underline;
    color: #e84545;
}

    .btn--link:hover,
    a.btn--link:hover {
        color: #c20505 !important;
    }

.btn--brand-1,
.btn--brand-1,
a.btn--brand-1,
a.btn--brand-1 {
    color: #fff;
    background-color: #0bba7a;
}

    .btn--brand-1:hover,
    .btn--brand-1:hover,
    a.btn--brand-1:hover,
    a.btn--brand-1:hover {
        background-color: #2cdd9c;
        color: #f1f2f9;
    }

    .btn--brand-1:active,
    .btn--brand-1:active,
    a.btn--brand-1:active,
    a.btn--brand-1:active {
        background-color: #017c4f;
        color: #f1f2f9;
    }

.btn--negative,
a.btn--negative {
    color: #f1f2f9;
    background-color: #c42b35;
}

    .btn--negative:hover,
    a.btn--negative:hover {
        background-color: #e9626b;
        color: #f1f2f9;
    }

    .btn--negative:active,
    a.btn--negative:active {
        background-color: #a1141d;
        color: #f1f2f9;
    }

.btn--black-50,
a.btn--black-50 {
    background-color: rgba(31, 33, 50, 0.5);
    color: #fff;
}

    .btn--black-50:hover,
    a.btn--black-50:hover {
        background-color: rgba(31, 33, 50, 0.75);
    }

    .btn--black-50:active,
    a.btn--black-50:active {
        background-color: rgba(31, 33, 50, 0.5);
    }

.btn--black-25,
a.btn--black-25 {
    background-color: rgba(31, 33, 50, 0.25);
    color: #fff;
}

    .btn--black-25:hover,
    a.btn--black-25:hover {
        background-color: rgba(31, 33, 50, 0.75);
    }

    .btn--black-25:active,
    a.btn--black-25:active {
        background: rgba(31, 33, 50, 0.25);
    }

.btn--black-75,
a.btn--black-75 {
    background-color: rgba(31, 33, 50, 0.75);
    color: #fff;
}

    .btn--black-75:hover,
    a.btn--black-75:hover {
        background-color: rgba(31, 33, 50, 0.9);
    }

    .btn--black-75:active,
    a.btn--black-75:active {
        background: rgba(31, 33, 50, 0.75);
    }

.btn--transparent,
a.btn--transparent {
    background-color: transparent;
    border-color: transparent;
}

    .btn--transparent:hover,
    a.btn--transparent:hover {
        background-color: transparent;
    }

    .btn--transparent:active,
    a.btn--transparent:active {
        background: 0 0;
    }

.btn--animate-close i,
a.btn--animate-close i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--animate-close:hover i,
a.btn--animate-close:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #e9626b;
}

.btn--rounded-full,
a.btn--rounded-full {
    border-radius: 500px;
}

.button--with-icon {
    position: relative;
}

    .button--with-icon .counts {
        font-size: 12px;
        height: 20px;
        height: 1.25rem;
        width: 20px;
        width: 1.25rem;
        display: block;
        background: red;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 6px;
        scale: 0.9;
    }

.data-table {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

        .data-table table td,
        .data-table table th {
            padding: 8px;
            text-align: left;
            text-wrap: nowrap;
            vertical-align: middle;
        }

        .data-table table th {
            background: #e4e6f0;
        }

        .data-table table tr {
            background: #fff;
        }

        .data-table table td {
            border: 1px solid #e4e6f0;
        }

.data-table--pad {
    padding: 8px;
    padding: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .data-table--pad {
        padding: 16px;
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .data-table--pad {
        padding: 24px;
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .data-table--pad {
        padding: 32px;
        padding: 2rem;
    }
}

.data-table--pad-top {
    padding-top: 8px;
    padding-top: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .data-table--pad-top {
        padding-top: 16px;
        padding-top: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .data-table--pad-top {
        padding-top: 24px;
        padding-top: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .data-table--pad-top {
        padding-top: 32px;
        padding-top: 2rem;
    }
}

.data-table--pad-bottom {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .data-table--pad-bottom {
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .data-table--pad-bottom {
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .data-table--pad-bottom {
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }
}

.data-table--pad-left {
    padding-left: 8px;
    padding-left: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .data-table--pad-left {
        padding-left: 16px;
        padding-left: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .data-table--pad-left {
        padding-left: 24px;
        padding-left: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .data-table--pad-left {
        padding-left: 32px;
        padding-left: 2rem;
    }
}

.data-table--pad-right {
    padding-right: 8px;
    padding-right: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .data-table--pad-right {
        padding-right: 16px;
        padding-right: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .data-table--pad-right {
        padding-right: 24px;
        padding-right: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .data-table--pad-right {
        padding-right: 32px;
        padding-right: 2rem;
    }
}

.data-table--zebra-row table th {
    color: #f1f2f9;
    background: #8589a7;
}

.data-table--zebra-row table tr:nth-of-type(even) {
    background: #f1f2f9;
}

.data-table--zebra-row table tr:hover {
    background-color: #d2d4e1;
}

.data-table--zebra-col table th {
    color: #f1f2f9;
    background: #8589a7;
}

    .data-table--zebra-col table th:nth-of-type(even) {
        background: #5f637c;
    }

.data-table--zebra-col table td:nth-of-type(even) {
    background: #f1f2f9;
}

.data-table--style-two tr {
    border-bottom: 1px solid #e4e6f0;
}

    .data-table--style-two tr:hover {
        cursor: auto !important;
        border-bottom: 1px solid #e4e6f0 !important;
        background: 0 0 !important;
    }

.data-table--style-two td,
.data-table--style-two th {
    border: none !important;
    vertical-align: middle;
    padding: 12px !important;
}

.jumbo {
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
}

.jumbo__content {
    color: #fff;
}

.jumbo__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 40px;
}

.jumbo--brand-1 {
    background: #e84545;
}

.jumbo--brand-2 {
    background: #c1b098;
}

.jumbo--pad {
    padding: 8px;
    padding: 0.5rem;
}

@media (min-width: 48.0625rem) {
    .jumbo--pad {
        padding: 16px;
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .jumbo--pad {
        padding: 24px;
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .jumbo--pad {
        padding: 32px;
        padding: 2rem;
    }
}

.jumbo--underlay {
    position: relative;
}

    .jumbo--underlay::before {
        display: block;
        content: "";
        position: absolute;
        background: rgba(95, 99, 124, 0.3);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .jumbo--underlay .jumbo__content {
        position: relative;
    }

.jumbo--underlay-t-b::before {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(95, 99, 124, 0.3)), to(transparent) );
    background-image: linear-gradient( to bottom, rgba(95, 99, 124, 0.3), transparent );
}

.jumbo--underlay-l-r::before {
    background-image: -webkit-gradient( linear, left top, right top, from(rgba(95, 99, 124, 0.3)), to(transparent) );
    background-image: linear-gradient( to right, rgba(95, 99, 124, 0.3), transparent );
}

.jumbo--underlay-b-t::before {
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(95, 99, 124, 0.3)), to(transparent) );
    background-image: linear-gradient( to top, rgba(95, 99, 124, 0.3), transparent );
}

.jumbo--min-xs {
    min-height: 72px;
    min-height: 4.5rem;
}

.jumbo--min-sm {
    min-height: 128px;
    min-height: 8rem;
}

@media (min-width: 61.9375rem) {
    .jumbo--min-md {
        min-height: 256px;
        min-height: 16rem;
    }

    .jumbo--min-lg {
        min-height: 384px;
        min-height: 24rem;
    }

    .jumbo--min-xl {
        min-height: 512px;
        min-height: 32rem;
    }

    .jumbo--min-xxl {
        min-height: 640px;
        min-height: 40rem;
    }

    .jumbo--min-xxxl {
        min-height: 720px;
        min-height: 45rem;
    }
}

.jumbo--min-full {
    min-height: 100vh;
}

.jumbo--max-xs {
    max-height: 72px;
    max-height: 4.5rem;
}

.jumbo--max-sm {
    max-height: 128px;
    max-height: 8rem;
}

.jumbo--max-md {
    max-height: 256px;
    max-height: 16rem;
}

.jumbo-max-lg {
    max-height: 384px;
    max-height: 24rem;
}

.jumbo-max-xl {
    max-height: 512px;
    max-height: 32rem;
}

.jumbo-max-xxl {
    max-height: 640px;
    max-height: 40rem;
}

.jumbo-max-xxxl {
    max-height: 720px;
    max-height: 45rem;
}

.jumbo-max-full {
    max-height: 100vh;
}

.card {
    border: 2px solid rgba(31, 33, 50, 0.1);
    border: 0.125rem solid rgba(31, 33, 50, 0.1);
    -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.15);
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.card__img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    position: relative;
    background-position: center;
}

.card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card__footer,
.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid rgba(31, 33, 50, 0.1);
    border-bottom: 0.125rem solid rgba(31, 33, 50, 0.1);
    border-radius: 8px 8px 0 0;
}

.card__header--noflex {
    display: block;
}

.card__footer {
    border-top: 2px solid rgba(31, 33, 50, 0.1);
    border-top: 0.125rem solid rgba(31, 33, 50, 0.1);
    border-radius: 0 0 8px 8px;
}

    .card__footer a {
        color: #c1b098;
    }

.card--fill-parent {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.card--no-border {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card--no-background {
    background: 0 0;
}

.card--is-link .card__img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .card--is-link .card__img:after {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }

.card--is-link:hover {
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.15);
    cursor: pointer;
}

    .card--is-link:hover .card__img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .card--is-link:hover .card__img:after {
            background-color: transparent;
        }

.mobile-toolbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    visibility: visible;
}

.mobile-toolbar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .mobile-toolbar__content > .input-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

@media (min-width: 30.0625rem) {
    .mobile-toolbar--until-sm {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 48.0625rem) {
    .mobile-toolbar--until-md {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 61.9375rem) {
    .mobile-toolbar--until-lg {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 86.3125rem) {
    .mobile-toolbar--until-xl {
        display: none;
        visibility: hidden;
    }
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999999;
    display: none;
}

.modal__container {
    -webkit-box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.5);
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-height: 90%;
    min-width: 220px;
    max-width: 760px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}

.modal__header {
    border-bottom: 2px solid rgba(31, 33, 50, 0.1);
    border-bottom: 0.125rem solid rgba(31, 33, 50, 0.1);
}

.modal__footer {
    border-top: 2px solid rgba(31, 33, 50, 0.1);
    border-top: 0.125rem solid rgba(31, 33, 50, 0.1);
}

.modal__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    position: relative;
}

.modal__body-no-scroll {
    overflow: hidden;
}

.modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal--md .modal__container {
    min-width: 50vw;
}

.modal--lg .modal__container {
    min-width: 75vw;
}

.modal--xl .modal__container {
    min-width: 90vw;
}

.modal--fullscreen .modal__container {
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0 !important;
}

@media (max-width: 61.875rem) {
    .modal--full-screen-mobile .modal__container {
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }
}

.modal--transparent .modal__container {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal--animate-bottom .modal__container {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.75, 1.02);
    animation-timing-function: cubic-bezier(0.17, 0.67, 0.75, 1.02);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.border--all {
    border: 1px solid #d2d4e1;
}

.border--t {
    border-top: 1px solid #d2d4e1;
}

.border--b {
    border-bottom: 1px solid #d2d4e1;
}

.border--l {
    border-left: 1px solid #d2d4e1;
}

.border--r {
    border-right: 1px solid #d2d4e1;
}

.border--x2 {
    border-width: 2px;
}

.border--x3 {
    border-width: 3px;
}

.border--x4 {
    border-width: 4px;
}

.border--x5 {
    border-width: 5px;
}

.border--brand-1 {
    border-color: #e84545;
}

.border--brand-2 {
    border-color: #c1b098;
}

.border--grey-0 {
    border-color: #fff;
}

.border--grey-1 {
    border-color: #f1f2f9;
}

.border--grey-2 {
    border-color: #e4e6f0;
}

.border--grey-3 {
    border-color: #d2d4e1;
}

.border--grey-4 {
    border-color: #c3c6d9;
}

.border--grey-5 {
    border-color: #a3a7bd;
}

.border--grey-6 {
    border-color: #8589a7;
}

.rounded {
    border-radius: 0.5rem;
}

.rounded--t {
    border-top-left-radius: 8px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 8px;
    border-top-right-radius: 0.5rem;
}

.rounded--b {
    border-top-left-radius: 8px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 8px;
    border-top-right-radius: 0.5rem;
}

.rounded--l {
    border-top-left-radius: 8px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 0.5rem;
}

.rounded--r {
    border-top-right-radius: 8px;
    border-top-right-radius: 0.5rem;
    border-top-right-radius: 8px;
    border-top-right-radius: 0.5rem;
}

.rounded--sm {
    border-radius: 0.25rem;
}

.rounded--sm--t {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
}

.rounded--sm--b {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
}

.rounded--sm--l {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem;
}

.rounded--sm--r {
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
}

.rounded--lg {
    border-radius: 1rem;
}

.rounded--lg--t {
    border-top-left-radius: 16px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 16px;
    border-top-right-radius: 1rem;
}

.rounded--lg--b {
    border-top-left-radius: 16px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 16px;
    border-top-right-radius: 1rem;
}

.rounded--lg--l {
    border-top-left-radius: 16px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 16px;
    border-bottom-left-radius: 1rem;
}

.rounded--lg--r {
    border-top-right-radius: 16px;
    border-top-right-radius: 1rem;
    border-top-right-radius: 16px;
    border-top-right-radius: 1rem;
}

.squared {
    border-radius: 0;
}

.text-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.text-list--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .text-list--horizontal li {
        width: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 8px;
        margin-right: 0.5rem;
    }

.text-list--has-divider li:before {
    display: none;
    visibility: hidden;
}

.text-list--has-divider li:after {
    display: inline-block;
    padding-left: 8px;
    padding-left: 0.5rem;
    content: "-";
}

.text-list--has-divider li:last-of-type:after {
    display: none;
    visibility: hidden;
}

.text-list--has-divider-slash li:before {
    display: none;
    visibility: hidden;
}

.text-list--has-divider-slash li:after {
    display: inline-block;
    padding-left: 8px;
    padding-left: 0.5rem;
    content: "/";
    font-weight: 700;
}

.text-list--has-divider-slash li:last-of-type:after {
    display: none;
    visibility: hidden;
}

.text-list--checkmark li:before {
    font-family: zikomo !important;
    content: "\ea1d";
    color: #e84545;
    margin-right: 4px;
    margin-right: 0.25rem;
}

.text-list--checkmark-round-green li {
    padding: 0 0 8px 0;
    padding: 0 0 0.5rem 0;
}

    .text-list--checkmark-round-green li:before {
        background-color: #0bba7a;
        border-radius: 50%;
        font-size: 10px;
        font-family: zikomo !important;
        content: "\ea1d";
        color: #fff;
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 4px;
        margin-right: 0.25rem;
    }

.text-list--one-line li {
    white-space: nowrap;
}

.text-list--2-columns li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.text-list--3-columns li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}

.text-list--wrap li {
    word-wrap: break-word;
}

.text-list--align-right li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.article p {
    margin-bottom: 16px;
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    display: block;
}

.article--bold-headings h1,
.article--bold-headings h2,
.article--bold-headings h3,
.article--bold-headings h4,
.article--bold-headings h5,
.article--bold-headings h6 {
    font-weight: 700;
}

.text-no-wrap {
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-shadow {
    text-shadow: 2px 3px 4px #8589a7;
}

.text-shadow--medium {
    text-shadow: 3px 4px 7px #a3a7bd;
}

.text-shadow--light {
    text-shadow: 3px 4px 7px #c3c6d9;
}

.text-shadow--white {
    text-shadow: 3px 4px 7px #fff;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: underline;
}

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

.img--bg {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    background-position: center !important;
}

.img--bg-contain {
    position: relative;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.img--bg-center {
    background-position: center;
}

.img--min-xs {
    min-height: 72px;
    min-height: 4.5rem;
}

.img--min-sm {
    min-height: 128px;
    min-height: 8rem;
}

.img--min-md {
    min-height: 256px;
    min-height: 16rem;
}

.img--min-lg {
    min-height: 384px;
    min-height: 24rem;
}

.img--min-xl {
    min-height: 512px;
    min-height: 32rem;
}

.img--min-xxl {
    min-height: 640px;
    min-height: 40rem;
}

.img--min-xxxl {
    min-height: 720px;
    min-height: 45rem;
}

.img--min-full {
    min-height: 100vh;
}

.img--max-xs {
    max-height: 72px;
    max-height: 4.5rem;
}

.img--max-sm {
    max-height: 128px;
    max-height: 8rem;
}

.img--max-md {
    max-height: 256px;
    max-height: 16rem;
}

.img-max-lg {
    max-height: 384px;
    max-height: 24rem;
}

.img-max-xl {
    max-height: 512px;
    max-height: 32rem;
}

.img-max-xxl {
    max-height: 640px;
    max-height: 40rem;
}

.img-max-xxxl {
    max-height: 720px;
    max-height: 45rem;
}

.img-max-full {
    max-height: 100vh;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .breadcrumbs > :not(:last-of-type):after {
        content: "/";
        padding: 0 4px;
    }

.breadcrumbs--chevron > :not(:last-of-type):after {
    font-family: zikomo !important;
    content: "\e906";
}

.breadcrumbs--dash > :not(:last-of-type):after {
    content: "-";
}

.breadcrumbs--comma > :not(:last-of-type):after {
    content: ",";
}

.nav-links a {
    display: block;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .tabs a:active,
    .tabs button,
    .tabs > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: 0 0;
        border-color: transparent;
        border-bottom: 8px solid #d2d4e1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        padding: 8px;
        padding: 0.5rem;
    }

@media (min-width: 48.0625rem) {
    .tabs a:active,
    .tabs button,
    .tabs > a {
        padding: 16px;
        padding: 1rem;
    }
}

@media (min-width: 61.9375rem) {
    .tabs a:active,
    .tabs button,
    .tabs > a {
        padding: 24px;
        padding: 1.5rem;
    }
}

@media (min-width: 86.3125rem) {
    .tabs a:active,
    .tabs button,
    .tabs > a {
        padding: 32px;
        padding: 2rem;
    }
}

.tabs a:active,
.tabs button,
.tabs > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1f2132;
    white-space: nowrap;
}

    .tabs a:active.active,
    .tabs a:active.activetab,
    .tabs button.active,
    .tabs button.activetab,
    .tabs > a.active,
    .tabs > a.activetab {
        border-bottom-color: #e84545;
        color: #e84545;
    }

.date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    border: 1px solid #d2d4e1;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    line-height: 1.1;
    background-color: #f1f2f9;
    min-width: 72px;
}

.hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hover--slow {
    -webkit-transition: 1s;
    transition: 1s;
}

.hover--fast {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.hover--xfast {
    -webkit-transition: 0.05s;
    transition: 0.05s;
}

.hover--scale {
    -webkit-transform: scale(100%);
    transform: scale(100%);
    position: relative;
}

    .hover--scale:hover {
        -webkit-transform: scale(105%);
        transform: scale(105%);
        z-index: 1;
    }

.hover--shift-t {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .hover--shift-t:hover {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

.hover--shift-b {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .hover--shift-b:hover {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

.hover--shift-l {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    .hover--shift-l:hover {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

.hover--shift-r {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    .hover--shift-r:hover {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

.bg-brand-1-500 {
    background-color: #e84545;
}

.bg-brand-1-500--tint-1 {
    background-color: #e26767;
}

.bg-brand-1-500--tint-2 {
    background-color: rgba(232, 69, 69, 0.05098);
}

.bg-brand-1-500--shade-1 {
    background-color: #e22929;
}

.bg-brand-1-500--shade-2 {
    background-color: #c20505;
}

.bg-brand-1-500-tint-1 {
    background-color: var(--brand-1-tint-1);
}

.bg-brand-2 {
    background-color: #c1b098;
}

.bg-brand-2--tint-1 {
    background-color: #dbcdba;
}

.bg-brand-2--tint-2 {
    background-color: #e7ddd0;
}

.bg-brand-2--shade-1 {
    background-color: #b19b7c;
}

.bg-brand-2--shade-2 {
    background-color: #8a7353;
}

.bg-positive {
    background-color: #0bba7a;
}

.bg-positive--tint-1 {
    background-color: #2cdd9c;
}

.bg-positive--tint-2 {
    background-color: var(--positive--tint-2);
}

.bg-positive--shade-1 {
    background-color: #017c4f;
}

.bg-positive--shade-2 {
    background-color: var(--positive--shade-2);
}

.bg-negative {
    background-color: #c42b35;
}

.bg-negative--tint-1 {
    background-color: #e9626b;
}

.bg-negative--tint-2 {
    background-color: var(--negative--tint-2);
}

.bg-negative--shade-1 {
    background-color: #a1141d;
}

.bg-negative--shade-2 {
    background-color: var(--negative--shade-2);
}

.bg-warning {
    background-color: #e3bc85;
}

.bg-warning--tint-1 {
    background-color: #f4d3a5;
}

.bg-warning--tint-2 {
    background-color: var(--warning--tint-2);
}

.bg-warning--shade-1 {
    background-color: #c19049;
}

.bg-warning--shade-2 {
    background-color: var(--warning--shade-2);
}

.bg-grey-0 {
    background-color: #fff;
}

.bg-grey-100 {
    background-color: #f1f2f9;
}

.bg-grey-2 {
    background-color: #e4e6f0;
}

.bg-grey-3 {
    background-color: #d2d4e1;
}

.bg-grey-4 {
    background-color: #c3c6d9;
}

.bg-grey-5 {
    background-color: #a3a7bd;
}

.bg-grey-6 {
    background-color: #8589a7;
}

.bg-grey-7 {
    background-color: #5f637c;
}

.bg-whatsapp {
    background-color: #25d366;
}

.text-brand-1-500 {
    color: #e84545;
}

.text-brand-1-500 {
    color: #e26767;
}

.text-brand-1-500--tint-2 {
    color: rgba(232, 69, 69, 0.05098);
}

.text-brand-1-500--shade-1 {
    color: #e22929;
}

.text-brand-1-500--shade-2 {
    color: #c20505;
}

.color-brand-2 {
    color: #c1b098;
}

.color-brand-2--tint-1 {
    color: #dbcdba;
}

.color-brand-2--tint-2 {
    color: #e7ddd0;
}

.color-brand-2--shade-1 {
    color: #b19b7c;
}

.color-brand-2--shade-2 {
    color: #8a7353;
}

.color-warning {
    color: #e3bc85;
}

.color-warning--tint-1 {
    color: #f4d3a5;
}

.color-warning--tint-2 {
    color: #c19049;
}

.color-negative,
.color-red {
    color: #c42b35;
}

.color-negative--tint-1,
.color-red--tint-1 {
    color: #e9626b;
}

.color-negative--tint-2,
.color-red--tint-2 {
    color: #a1141d;
}

.color-positive {
    color: #0bba7a;
}

.color-positive--tint-1 {
    color: #2cdd9c;
}

.color-positive--tint-2 {
    color: #017c4f;
}

.text-white {
    color: #fff;
}

.color-grey-1 {
    color: #f1f2f9;
}

.color-grey-2 {
    color: #e4e6f0;
}

.color-grey3 {
    color: #d2d4e1;
}

.color-grey-4 {
    color: #c3c6d9;
}

.color-grey-5 {
    color: #a3a7bd;
}

.color-grey-6 {
    color: #8589a7;
}

.color-grey-7 {
    color: #5f637c;
}

.color-star-rating {
    color: #e3bc85;
}

.color-whatsapp {
    background-color: #25d366;
}

.bs-dark {
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 0.25rem 0.25rem 0 rgba(95, 99, 124, 0.5);
}

.bs-dark-sm {
    -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.5);
}

.bs-dark-md {
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.5);
}

.bs-dark-lg {
    -webkit-box-shadow: 0 2rem 2rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 2rem 2rem 0 rgba(95, 99, 124, 0.5);
}

.bs-dark-xl {
    -webkit-box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.5);
}

.bs-medium {
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 0.25rem 0.25rem 0 rgba(95, 99, 124, 0.15);
}

.bs-medium-sm {
    -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 0.5rem 0.5rem 0 rgba(95, 99, 124, 0.15);
}

.bs-medium-md {
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 1rem 1rem 0 rgba(95, 99, 124, 0.15);
}

.bs-medium-lg {
    -webkit-box-shadow: 0 2rem 2rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 2rem 2rem 0 rgba(95, 99, 124, 0.15);
}

.bs-medium-xl {
    -webkit-box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.15);
    box-shadow: 0 3rem 3rem 0 rgba(95, 99, 124, 0.15);
}

.ts-dark {
    text-shadow: 0 2.4px 2.4px rgba(95, 99, 124, 0.5);
    text-shadow: 0 0.15rem 0.15rem rgba(95, 99, 124, 0.5);
}

.ts-dark-sm {
    text-shadow: 0 4px 4px rgba(95, 99, 124, 0.5);
    text-shadow: 0 0.25rem 0.25rem rgba(95, 99, 124, 0.5);
}

.ts-dark-md {
    text-shadow: 0 8px 8px rgba(95, 99, 124, 0.5);
    text-shadow: 0 0.5rem 0.5rem rgba(95, 99, 124, 0.5);
}

.ts-dark-lg {
    text-shadow: 0 12px 12px rgba(95, 99, 124, 0.5);
    text-shadow: 0 0.75rem 0.75rem rgba(95, 99, 124, 0.5);
}

.underlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.underlay--active {
    z-index: 99;
    background-color: rgba(95, 99, 124, 0.4);
    -webkit-backdrop-filter: blur(5.6px);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(0.35rem);
    backdrop-filter: blur(0.35rem);
}

.text-brand-1 {
    color: #e84545 !important;
}

.text-brand-2 {
    color: #c1b098 !important;
}

.text-positive {
    color: #0bba7a;
}

.text-warning {
    color: #e3bc85;
}

.text-negative,
.text-red {
    color: var(--negative--tint--1);
}

.text-star-rating {
    color: #e3bc85;
}

.text-grey-3 {
    color: #d2d4e1;
}

.circle {
    min-width: 40px;
    min-width: 2.5rem;
    min-height: 40px;
    min-height: 2.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.circle--xs {
    min-width: 20px;
    min-width: 1.25rem;
    min-height: 20px;
    min-height: 1.25rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.circle--sm {
    min-width: 30px;
    min-width: 1.875rem;
    min-height: 30px;
    min-height: 1.875rem;
}

.circle--md {
    min-width: 58px;
    min-width: 3.625rem;
    min-height: 58px;
    min-height: 3.625rem;
}

.circle--lg {
    min-width: 48px;
    min-width: 3rem;
    min-height: 48px;
    min-height: 3rem;
}

.circle--xl {
    min-width: 64px;
    min-width: 4rem;
    min-height: 64px;
    min-height: 4rem;
}

.has-notification {
    position: relative;
}

.notification {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    background-color: #c42b35;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 4px 0 rgba(95, 99, 124, 0.5);
    box-shadow: 0 4px 4px 0 rgba(95, 99, 124, 0.5);
}
