﻿@charset "UTF-8";:root {
    --blue: #007bff;
    --red: #ea0e23;
    --orange: #ffc107;
    --green: #6c0;
    --cream: #c96;
    --brown: #54371d;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --yellow: #ffc107;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #6c0;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ea0e23;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1366px;
    --breakpoint-fhd: 1920px;
    --font-family-sans-serif: monospace;
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-family: monospace;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    padding: 0;
    font-family:monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@page {
    size: auto;
    margin: 0;
    padding: 3rem 1.5rem;
    p {
        page-break-before: always
    }
}

@font-face {
    font-family: monospace;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/Circe-ExtraLight.05c2a34b.woff2) format("woff2"),url(fonts/Circe-ExtraLight.bc014676.woff) format("woff")
}

@font-face {
    font-family: monospace;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Circe"),url(fonts/Circe-Light.501ee8c7.woff2) format("woff2"),url(fonts/Circe-Light.188f23ff.woff) format("woff")
}

@font-face {
    font-family: monospace;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Circe-Regular.99f79955.woff2) format("woff2"),url(fonts/Circe-Regular.9c4d0325.woff) format("woff")
}

@font-face {
    font-family: monospace;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Circe-Bold.4502f238.woff2) format("woff2"),url(fonts/Circe-Bold.5567f48d.woff) format("woff")
}

@font-face {
    font-family: monospace;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/Circe-ExtraBold.a4dd3005.woff2) format("woff2"),url(fonts/Circe-ExtraBold.5b0ee326.woff) format("woff")
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: monospace;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.icon {
    display: inline-flex;
    align-self: center
}

.icon svg {
    height: 1rem;
    width: 1rem;
    top: .125rem;
    position: relative
}

.icon-lg svg {
    height: 1.2rem;
    width: 1.2rem;
    top: .2rem
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width:1860px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-fhd,.col-fhd-1,.col-fhd-2,.col-fhd-3,.col-fhd-4,.col-fhd-5,.col-fhd-6,.col-fhd-7,.col-fhd-8,.col-fhd-9,.col-fhd-10,.col-fhd-11,.col-fhd-12,.col-fhd-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 43.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1366px) {
    .col-xxl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1920px) {
    .col-fhd {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-fhd-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-fhd-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-fhd-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-fhd-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-fhd-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-fhd-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-fhd-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-fhd-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-fhd-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-fhd-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-fhd-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-fhd-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-fhd-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-fhd-first {
        order: -1
    }

    .order-fhd-last {
        order: 13
    }

    .order-fhd-0 {
        order: 0
    }

    .order-fhd-1 {
        order: 1
    }

    .order-fhd-2 {
        order: 2
    }

    .order-fhd-3 {
        order: 3
    }

    .order-fhd-4 {
        order: 4
    }

    .order-fhd-5 {
        order: 5
    }

    .order-fhd-6 {
        order: 6
    }

    .order-fhd-7 {
        order: 7
    }

    .order-fhd-8 {
        order: 8
    }

    .order-fhd-9 {
        order: 9
    }

    .order-fhd-10 {
        order: 10
    }

    .order-fhd-11 {
        order: 11
    }

    .order-fhd-12 {
        order: 12
    }

    .offset-fhd-0 {
        margin-left: 0
    }

    .offset-fhd-1 {
        margin-left: 8.33333%
    }

    .offset-fhd-2 {
        margin-left: 16.66667%
    }

    .offset-fhd-3 {
        margin-left: 25%
    }

    .offset-fhd-4 {
        margin-left: 33.33333%
    }

    .offset-fhd-5 {
        margin-left: 41.66667%
    }

    .offset-fhd-6 {
        margin-left: 50%
    }

    .offset-fhd-7 {
        margin-left: 58.33333%
    }

    .offset-fhd-8 {
        margin-left: 66.66667%
    }

    .offset-fhd-9 {
        margin-left: 75%
    }

    .offset-fhd-10 {
        margin-left: 83.33333%
    }

    .offset-fhd-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #d4f1b8
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #c7eda3
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f9bcc1
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f7a5ab
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1365.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-fhd {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-fhd>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.75rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem
}

.form-control-lg {
    height: calc(3.625rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
    border-radius: .75rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #6c0
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #54371d;
    background-color: rgba(102,204,0,.9);
    border-radius: .5rem
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #6c0;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2366cc00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #6c0;
    box-shadow: 0 0 0 .2rem rgba(102,204,0,.25)
}

.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top .5625rem right .5625rem
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #6c0;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2366cc00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 2.025rem/1.125rem 1.125rem
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #6c0;
    box-shadow: 0 0 0 .2rem rgba(102,204,0,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #6c0
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #6c0
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #a6ff4d
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #80ff00
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(102,204,0,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #6c0
}

.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(102,204,0,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ea0e23
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(234,14,35,.9);
    border-radius: .5rem
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #ea0e23;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea0e23' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #ea0e23;
    box-shadow: 0 0 0 .2rem rgba(234,14,35,.25)
}

.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top .5625rem right .5625rem
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #ea0e23;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea0e23' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/1.125rem 1.125rem
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #ea0e23;
    box-shadow: 0 0 0 .2rem rgba(234,14,35,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #ea0e23
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #ea0e23
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #f7808b
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #f3384a
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(234,14,35,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #ea0e23
}

.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(234,14,35,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content:center
    }

    .form-inline .form-group,.form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    appearance: none;
    user-select: none;
    display: inline-block;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #f2e6d9;
    box-shadow: none;
    text-decoration: none;
    color: #54371d;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    transition: all .1s linear;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn.focus,.btn:focus {
    text-decoration: none;
    outline: 0
}

.btn.disabled,.btn:disabled {
    color: #a06937;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.btn.disabled:hover,.btn:disabled:hover {
    cursor: not-allowed
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn a.btn.disabled,.btn fieldset:disabled a.btn {
    pointer-events: none
}

.btn:hover {
    color: #a06937;
    background-color: #fff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(84,55,29,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-blue {
    background-color: #007bff;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(0,74,153,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-blue:hover {
    color: #fff;
    background-color: #248dff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(0,74,153,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-blue svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-blue.disabled,.btn-blue:disabled {
    color: #fff;
    background-color: #99caff;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-blue.rounded {
    border-radius: 20rem
}

.btn-blue.light {
    color: #fff;
    background-color: #8ac2ff
}

.btn-blue.light:hover {
    color: #fff;
    background-color: #99caff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(0,123,255,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-blue.no-shadow {
    box-shadow: none
}

.btn-blue.no-shadow:hover {
    box-shadow: none;
    background: #66b0ff
}

.btn-blue.no-transform:hover {
    transform: none
}

.btn-red {
    background-color: #ea0e23;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(138,8,21,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-red:hover {
    color: #fff;
    background-color: #f2293d;
    box-shadow: 0 .75rem 1rem -.25rem rgba(138,8,21,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-red svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-red.disabled,.btn-red:disabled {
    color: #fff;
    background-color: #f998a1;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-red.rounded {
    border-radius: 20rem
}

.btn-red.light {
    color: #fff;
    background-color: #f88a94
}

.btn-red.light:hover {
    color: #fff;
    background-color: #f998a1;
    box-shadow: 0 .75rem 1rem -.25rem rgba(234,14,35,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-red.no-shadow {
    box-shadow: none
}

.btn-red.no-shadow:hover {
    box-shadow: none;
    background: #f66876
}

.btn-red.no-transform:hover {
    transform: none
}

.btn-orange {
    background-color: #ffc107;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(160,120,0,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-orange:hover {
    color: #a06937;
    background-color: #ffca2b;
    box-shadow: 0 .75rem 1rem -.25rem rgba(160,120,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-orange svg {
    fill: rgba(84,55,29,.6)
}

.btn-orange.disabled,.btn-orange:disabled {
    color: #dbb695;
    background-color: #ffe7a0;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-orange.rounded {
    border-radius: 20rem
}

.btn-orange.light {
    color: #dbb695;
    background-color: #ffe391
}

.btn-orange.light:hover {
    color: #e8d0bb;
    background-color: #ffe7a0;
    box-shadow: 0 .75rem 1rem -.25rem rgba(255,193,7,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-orange.no-shadow {
    box-shadow: none
}

.btn-orange.no-shadow:hover {
    box-shadow: none;
    background: #ffdb6d
}

.btn-orange.no-transform:hover {
    transform: none
}

.btn-green {
    background-color: #6c0;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(51,102,0,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-green:hover {
    color: #a06937;
    background-color: #78f000;
    box-shadow: 0 .75rem 1rem -.25rem rgba(51,102,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-green svg {
    fill: rgba(84,55,29,.6)
}

.btn-green.disabled,.btn-green:disabled {
    color: #dbb695;
    background-color: #b3ff66;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-green.rounded {
    border-radius: 20rem
}

.btn-green.light {
    color: #dbb695;
    background-color: #abff57
}

.btn-green.light:hover {
    color: #e8d0bb;
    background-color: #b3ff66;
    box-shadow: 0 .75rem 1rem -.25rem rgba(102,204,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-green.no-shadow {
    box-shadow: none
}

.btn-green.no-shadow:hover {
    box-shadow: none;
    background: #9f3
}

.btn-green.no-transform:hover {
    transform: none
}

.btn-cream {
    background-color: #c96;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(153,102,51,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-cream:hover {
    color: #a06937;
    background-color: #d5ab81;
    box-shadow: 0 .75rem 1rem -.25rem rgba(153,102,51,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-cream svg {
    fill: rgba(84,55,29,.6)
}

.btn-cream.disabled,.btn-cream:disabled {
    color: #dbb695;
    background-color: #f2e6d9;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-cream.rounded {
    border-radius: 20rem
}

.btn-cream.light {
    color: #dbb695;
    background-color: #eedecd
}

.btn-cream.light:hover {
    color: #e8d0bb;
    background-color: #f2e6d9;
    box-shadow: 0 .75rem 1rem -.25rem hsla(30,50%,60%,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-cream.no-shadow {
    box-shadow: none
}

.btn-cream.no-shadow:hover {
    box-shadow: none;
    background: #e6ccb3
}

.btn-cream.no-transform:hover {
    transform: none
}

.btn-brown {
    background-color: #54371d;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(8,5,3,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-brown:hover {
    color: #fff;
    background-color: #6f4826;
    box-shadow: 0 .75rem 1rem -.25rem rgba(8,5,3,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-brown svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-brown.disabled,.btn-brown:disabled {
    color: #fff;
    background-color: #c0824a;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-brown.rounded {
    border-radius: 20rem
}

.btn-brown.light {
    color: #fff;
    background-color: #ba7a40
}

.btn-brown.light:hover {
    color: #fff;
    background-color: #c0824a;
    box-shadow: 0 .75rem 1rem -.25rem rgba(84,55,29,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-brown.no-shadow {
    box-shadow: none
}

.btn-brown.no-shadow:hover {
    box-shadow: none;
    background: #a06937
}

.btn-brown.no-transform:hover {
    transform: none
}

.btn-indigo {
    background-color: #6610f2;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(61,8,148,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-indigo:hover {
    color: #fff;
    background-color: #7c32f4;
    box-shadow: 0 .75rem 1rem -.25rem rgba(61,8,148,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-indigo svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-indigo.disabled,.btn-indigo:disabled {
    color: #fff;
    background-color: #c3a1fa;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-indigo.rounded {
    border-radius: 20rem
}

.btn-indigo.light {
    color: #fff;
    background-color: #ba93f9
}

.btn-indigo.light:hover {
    color: #fff;
    background-color: #c3a1fa;
    box-shadow: 0 .75rem 1rem -.25rem rgba(102,16,242,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-indigo.no-shadow {
    box-shadow: none
}

.btn-indigo.no-shadow:hover {
    box-shadow: none;
    background: #a471f7
}

.btn-indigo.no-transform:hover {
    transform: none
}

.btn-purple {
    background-color: #6f42c1;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(67,39,118,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-purple:hover {
    color: #fff;
    background-color: #835dca;
    box-shadow: 0 .75rem 1rem -.25rem rgba(67,39,118,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-purple svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-purple.disabled,.btn-purple:disabled {
    color: #fff;
    background-color: #c7b5e7;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-purple.rounded {
    border-radius: 20rem
}

.btn-purple.light {
    color: #fff;
    background-color: #beaae3
}

.btn-purple.light:hover {
    color: #fff;
    background-color: #c7b5e7;
    box-shadow: 0 .75rem 1rem -.25rem rgba(111,66,193,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-purple.no-shadow {
    box-shadow: none
}

.btn-purple.no-shadow:hover {
    box-shadow: none;
    background: #aa8fda
}

.btn-purple.no-transform:hover {
    transform: none
}

.btn-pink {
    background-color: #e83e8c;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(172,20,90,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-pink:hover {
    color: #fff;
    background-color: #ec5e9f;
    box-shadow: 0 .75rem 1rem -.25rem rgba(172,20,90,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-pink svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-pink.disabled,.btn-pink:disabled {
    color: #fff;
    background-color: #f8c7dd;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-pink.rounded {
    border-radius: 20rem
}

.btn-pink.light {
    color: #fff;
    background-color: #f7b9d5
}

.btn-pink.light:hover {
    color: #fff;
    background-color: #f8c7dd;
    box-shadow: 0 .75rem 1rem -.25rem rgba(232,62,140,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-pink.no-shadow {
    box-shadow: none
}

.btn-pink.no-shadow:hover {
    box-shadow: none;
    background: #f399c2
}

.btn-pink.no-transform:hover {
    transform: none
}

.btn-yellow {
    background-color: #ffc107;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(160,120,0,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-yellow:hover {
    color: #a06937;
    background-color: #ffca2b;
    box-shadow: 0 .75rem 1rem -.25rem rgba(160,120,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-yellow svg {
    fill: rgba(84,55,29,.6)
}

.btn-yellow.disabled,.btn-yellow:disabled {
    color: #dbb695;
    background-color: #ffe7a0;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-yellow.rounded {
    border-radius: 20rem
}

.btn-yellow.light {
    color: #dbb695;
    background-color: #ffe391
}

.btn-yellow.light:hover {
    color: #e8d0bb;
    background-color: #ffe7a0;
    box-shadow: 0 .75rem 1rem -.25rem rgba(255,193,7,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-yellow.no-shadow {
    box-shadow: none
}

.btn-yellow.no-shadow:hover {
    box-shadow: none;
    background: #ffdb6d
}

.btn-yellow.no-transform:hover {
    transform: none
}

.btn-teal {
    background-color: #20c997;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(18,113,85,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-teal:hover {
    color: #fff;
    background-color: #2fdeaa;
    box-shadow: 0 .75rem 1rem -.25rem rgba(18,113,85,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-teal svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-teal.disabled,.btn-teal:disabled {
    color: #fff;
    background-color: #94eed3;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-teal.rounded {
    border-radius: 20rem
}

.btn-teal.light {
    color: #fff;
    background-color: #87ecce
}

.btn-teal.light:hover {
    color: #fff;
    background-color: #94eed3;
    box-shadow: 0 .75rem 1rem -.25rem rgba(32,201,151,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-teal.no-shadow {
    box-shadow: none
}

.btn-teal.no-shadow:hover {
    box-shadow: none;
    background: #68e7c1
}

.btn-teal.no-transform:hover {
    transform: none
}

.btn-cyan {
    background-color: #17a2b8;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(12,82,93,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-cyan:hover {
    color: #fff;
    background-color: #1bbed8;
    box-shadow: 0 .75rem 1rem -.25rem rgba(12,82,93,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-cyan svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-cyan.disabled,.btn-cyan:disabled {
    color: #fff;
    background-color: #7adeee;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-cyan.rounded {
    border-radius: 20rem
}

.btn-cyan.light {
    color: #fff;
    background-color: #6cdbed
}

.btn-cyan.light:hover {
    color: #fff;
    background-color: #7adeee;
    box-shadow: 0 .75rem 1rem -.25rem rgba(23,162,184,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-cyan.no-shadow {
    box-shadow: none
}

.btn-cyan.no-shadow:hover {
    box-shadow: none;
    background: #4cd3e9
}

.btn-cyan.no-transform:hover {
    transform: none
}

.btn-gray {
    background-color: #6c757d;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(61,66,70,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-gray:hover {
    color: #fff;
    background-color: #7e878f;
    box-shadow: 0 .75rem 1rem -.25rem rgba(61,66,70,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-gray svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-gray.disabled,.btn-gray:disabled {
    color: #fff;
    background-color: #bcc1c6;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-gray.rounded {
    border-radius: 20rem
}

.btn-gray.light {
    color: #fff;
    background-color: #b4babe
}

.btn-gray.light:hover {
    color: #fff;
    background-color: #bcc1c6;
    box-shadow: 0 .75rem 1rem -.25rem rgba(108,117,125,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-gray.no-shadow {
    box-shadow: none
}

.btn-gray.no-shadow:hover {
    box-shadow: none;
    background: #a1a8ae
}

.btn-gray.no-transform:hover {
    transform: none
}

.btn-gray-dark {
    background-color: #343a40;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(6,7,8,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #444c54;
    box-shadow: 0 .75rem 1rem -.25rem rgba(6,7,8,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-gray-dark svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-gray-dark.disabled,.btn-gray-dark:disabled {
    color: #fff;
    background-color: #7a8793;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-gray-dark.rounded {
    border-radius: 20rem
}

.btn-gray-dark.light {
    color: #fff;
    background-color: #727f8c
}

.btn-gray-dark.light:hover {
    color: #fff;
    background-color: #7a8793;
    box-shadow: 0 .75rem 1rem -.25rem rgba(52,58,64,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-gray-dark.no-shadow {
    box-shadow: none
}

.btn-gray-dark.no-shadow:hover {
    box-shadow: none;
    background: #626d78
}

.btn-gray-dark.no-transform:hover {
    transform: none
}

.btn-outline-blue {
    background-color: transparent;
    background-image: none;
    color: #007bff;
    border: 1px solid #66b0ff
}

.btn-outline-blue:hover {
    background-color: #007bff,10%;
    border-color: transparent
}

.btn-outline-blue svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-blue:disabled {
    cursor: not-allowed
}

.btn-outline-red {
    background-color: transparent;
    background-image: none;
    color: #ea0e23;
    border: 1px solid #f66876
}

.btn-outline-red:hover {
    background-color: #ea0e23,10%;
    border-color: transparent
}

.btn-outline-red svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-red:disabled {
    cursor: not-allowed
}

.btn-outline-orange {
    background-color: transparent;
    background-image: none;
    color: #ffc107;
    border: 1px solid #ffdb6d
}

.btn-outline-orange:hover {
    background-color: #ffc107,10%;
    border-color: transparent
}

.btn-outline-orange svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-orange:disabled {
    cursor: not-allowed
}

.btn-outline-green {
    background-color: transparent;
    background-image: none;
    color: #6c0;
    border: 1px solid #9f3
}

.btn-outline-green:hover {
    background-color: #6c0,10%;
    border-color: transparent
}

.btn-outline-green svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-green:disabled {
    cursor: not-allowed
}

.btn-outline-cream {
    background-color: transparent;
    background-image: none;
    color: #c96;
    border: 1px solid #e6ccb3
}

.btn-outline-cream:hover {
    background-color: #c96,10%;
    border-color: transparent
}

.btn-outline-cream svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-cream:disabled {
    cursor: not-allowed
}

.btn-outline-brown {
    background-color: transparent;
    background-image: none;
    color: #54371d;
    border: 1px solid #a06937
}

.btn-outline-brown:hover {
    background-color: #54371d,10%;
    border-color: transparent
}

.btn-outline-brown svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-brown:disabled {
    cursor: not-allowed
}

.btn-outline-indigo {
    background-color: transparent;
    background-image: none;
    color: #6610f2;
    border: 1px solid #a471f7
}

.btn-outline-indigo:hover {
    background-color: #6610f2,10%;
    border-color: transparent
}

.btn-outline-indigo svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-indigo:disabled {
    cursor: not-allowed
}

.btn-outline-purple {
    background-color: transparent;
    background-image: none;
    color: #6f42c1;
    border: 1px solid #aa8fda
}

.btn-outline-purple:hover {
    background-color: #6f42c1,10%;
    border-color: transparent
}

.btn-outline-purple svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-purple:disabled {
    cursor: not-allowed
}

.btn-outline-pink {
    background-color: transparent;
    background-image: none;
    color: #e83e8c;
    border: 1px solid #f399c2
}

.btn-outline-pink:hover {
    background-color: #e83e8c,10%;
    border-color: transparent
}

.btn-outline-pink svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-pink:disabled {
    cursor: not-allowed
}

.btn-outline-yellow {
    background-color: transparent;
    background-image: none;
    color: #ffc107;
    border: 1px solid #ffdb6d
}

.btn-outline-yellow:hover {
    background-color: #ffc107,10%;
    border-color: transparent
}

.btn-outline-yellow svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-yellow:disabled {
    cursor: not-allowed
}

.btn-outline-teal {
    background-color: transparent;
    background-image: none;
    color: #20c997;
    border: 1px solid #68e7c1
}

.btn-outline-teal:hover {
    background-color: #20c997,10%;
    border-color: transparent
}

.btn-outline-teal svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-teal:disabled {
    cursor: not-allowed
}

.btn-outline-cyan {
    background-color: transparent;
    background-image: none;
    color: #17a2b8;
    border: 1px solid #4cd3e9
}

.btn-outline-cyan:hover {
    background-color: #17a2b8,10%;
    border-color: transparent
}

.btn-outline-cyan svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-cyan:disabled {
    cursor: not-allowed
}

.btn-outline-gray {
    background-color: transparent;
    background-image: none;
    color: #6c757d;
    border: 1px solid #a1a8ae
}

.btn-outline-gray:hover {
    background-color: #6c757d,10%;
    border-color: transparent
}

.btn-outline-gray svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-gray:disabled {
    cursor: not-allowed
}

.btn-outline-gray-dark {
    background-color: transparent;
    background-image: none;
    color: #343a40;
    border: 1px solid #626d78
}

.btn-outline-gray-dark:hover {
    background-color: #343a40,10%;
    border-color: transparent
}

.btn-outline-gray-dark svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-gray-dark:disabled {
    cursor: not-allowed
}

.btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(0,74,153,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-primary:hover {
    color: #fff;
    background-color: #248dff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(0,74,153,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-primary svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #99caff;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-primary.rounded {
    border-radius: 20rem
}

.btn-primary.light {
    color: #fff;
    background-color: #8ac2ff
}

.btn-primary.light:hover {
    color: #fff;
    background-color: #99caff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(0,123,255,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-primary.no-shadow {
    box-shadow: none
}

.btn-primary.no-shadow:hover {
    box-shadow: none;
    background: #66b0ff
}

.btn-primary.no-transform:hover {
    transform: none
}

.btn-secondary {
    background-color: #6c757d;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(61,66,70,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-secondary:hover {
    color: #fff;
    background-color: #7e878f;
    box-shadow: 0 .75rem 1rem -.25rem rgba(61,66,70,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-secondary svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #bcc1c6;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-secondary.rounded {
    border-radius: 20rem
}

.btn-secondary.light {
    color: #fff;
    background-color: #b4babe
}

.btn-secondary.light:hover {
    color: #fff;
    background-color: #bcc1c6;
    box-shadow: 0 .75rem 1rem -.25rem rgba(108,117,125,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-secondary.no-shadow {
    box-shadow: none
}

.btn-secondary.no-shadow:hover {
    box-shadow: none;
    background: #a1a8ae
}

.btn-secondary.no-transform:hover {
    transform: none
}

.btn-success {
    background-color: #6c0;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(51,102,0,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-success:hover {
    color: #a06937;
    background-color: #78f000;
    box-shadow: 0 .75rem 1rem -.25rem rgba(51,102,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-success svg {
    fill: rgba(84,55,29,.6)
}

.btn-success.disabled,.btn-success:disabled {
    color: #dbb695;
    background-color: #b3ff66;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-success.rounded {
    border-radius: 20rem
}

.btn-success.light {
    color: #dbb695;
    background-color: #abff57
}

.btn-success.light:hover {
    color: #e8d0bb;
    background-color: #b3ff66;
    box-shadow: 0 .75rem 1rem -.25rem rgba(102,204,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-success.no-shadow {
    box-shadow: none
}

.btn-success.no-shadow:hover {
    box-shadow: none;
    background: #9f3
}

.btn-success.no-transform:hover {
    transform: none
}

.btn-info {
    background-color: #17a2b8;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(12,82,93,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-info:hover {
    color: #fff;
    background-color: #1bbed8;
    box-shadow: 0 .75rem 1rem -.25rem rgba(12,82,93,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-info svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #7adeee;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-info.rounded {
    border-radius: 20rem
}

.btn-info.light {
    color: #fff;
    background-color: #6cdbed
}

.btn-info.light:hover {
    color: #fff;
    background-color: #7adeee;
    box-shadow: 0 .75rem 1rem -.25rem rgba(23,162,184,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-info.no-shadow {
    box-shadow: none
}

.btn-info.no-shadow:hover {
    box-shadow: none;
    background: #4cd3e9
}

.btn-info.no-transform:hover {
    transform: none
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(160,120,0,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-warning:hover {
    color: #a06937;
    background-color: #ffca2b;
    box-shadow: 0 .75rem 1rem -.25rem rgba(160,120,0,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-warning svg {
    fill: rgba(84,55,29,.6)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #dbb695;
    background-color: #ffe7a0;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-warning.rounded {
    border-radius: 20rem
}

.btn-warning.light {
    color: #dbb695;
    background-color: #ffe391
}

.btn-warning.light:hover {
    color: #e8d0bb;
    background-color: #ffe7a0;
    box-shadow: 0 .75rem 1rem -.25rem rgba(255,193,7,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-warning.no-shadow {
    box-shadow: none
}

.btn-warning.no-shadow:hover {
    box-shadow: none;
    background: #ffdb6d
}

.btn-warning.no-transform:hover {
    transform: none
}

.btn-danger {
    background-color: #ea0e23;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(138,8,21,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-danger:hover {
    color: #fff;
    background-color: #f2293d;
    box-shadow: 0 .75rem 1rem -.25rem rgba(138,8,21,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-danger svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #f998a1;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-danger.rounded {
    border-radius: 20rem
}

.btn-danger.light {
    color: #fff;
    background-color: #f88a94
}

.btn-danger.light:hover {
    color: #fff;
    background-color: #f998a1;
    box-shadow: 0 .75rem 1rem -.25rem rgba(234,14,35,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-danger.no-shadow {
    box-shadow: none
}

.btn-danger.no-shadow:hover {
    box-shadow: none;
    background: #f66876
}

.btn-danger.no-transform:hover {
    transform: none
}

.btn-light {
    background-color: #f8f9fa;
    border: none;
    color: #54371d;
    box-shadow: 0 .15rem .075rem -.125rem rgba(189,198,208,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-light:hover {
    color: #a06937;
    background-color: #fff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(189,198,208,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-light svg {
    fill: rgba(84,55,29,.6)
}

.btn-light.disabled,.btn-light:disabled {
    color: #dbb695;
    background-color: #fff;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-light.rounded {
    border-radius: 20rem
}

.btn-light.light {
    color: #dbb695;
    background-color: #fff
}

.btn-light.light:hover {
    color: #e8d0bb;
    background-color: #fff;
    box-shadow: 0 .75rem 1rem -.25rem rgba(248,249,250,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-light.no-shadow {
    box-shadow: none
}

.btn-light.no-shadow:hover {
    box-shadow: none;
    background: #fff
}

.btn-light.no-transform:hover {
    transform: none
}

.btn-dark {
    background-color: #343a40;
    border: none;
    color: #fff;
    box-shadow: 0 .15rem .075rem -.125rem rgba(6,7,8,.5),0 1px 3px rgba(0,0,0,.08);
    transform: translateY(0)
}

.btn-dark:hover {
    color: #fff;
    background-color: #444c54;
    box-shadow: 0 .75rem 1rem -.25rem rgba(6,7,8,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.125rem)
}

.btn-dark svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #7a8793;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    cursor: not-allowed
}

.btn-dark.rounded {
    border-radius: 20rem
}

.btn-dark.light {
    color: #fff;
    background-color: #727f8c
}

.btn-dark.light:hover {
    color: #fff;
    background-color: #7a8793;
    box-shadow: 0 .75rem 1rem -.25rem rgba(52,58,64,.5),0 .25rem .025rem -.25rem rgba(0,0,0,.1);
    transform: translateY(-.25rem)
}

.btn-dark.no-shadow {
    box-shadow: none
}

.btn-dark.no-shadow:hover {
    box-shadow: none;
    background: #626d78
}

.btn-dark.no-transform:hover {
    transform: none
}

.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    color: #007bff;
    border: 1px solid #66b0ff
}

.btn-outline-primary:hover {
    background-color: #007bff,10%;
    border-color: transparent
}

.btn-outline-primary svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-primary:disabled {
    cursor: not-allowed
}

.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    color: #6c757d;
    border: 1px solid #a1a8ae
}

.btn-outline-secondary:hover {
    background-color: #6c757d,10%;
    border-color: transparent
}

.btn-outline-secondary svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-secondary:disabled {
    cursor: not-allowed
}

.btn-outline-success {
    background-color: transparent;
    background-image: none;
    color: #6c0;
    border: 1px solid #9f3
}

.btn-outline-success:hover {
    background-color: #6c0,10%;
    border-color: transparent
}

.btn-outline-success svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-success:disabled {
    cursor: not-allowed
}

.btn-outline-info {
    background-color: transparent;
    background-image: none;
    color: #17a2b8;
    border: 1px solid #4cd3e9
}

.btn-outline-info:hover {
    background-color: #17a2b8,10%;
    border-color: transparent
}

.btn-outline-info svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-info:disabled {
    cursor: not-allowed
}

.btn-outline-warning {
    background-color: transparent;
    background-image: none;
    color: #ffc107;
    border: 1px solid #ffdb6d
}

.btn-outline-warning:hover {
    background-color: #ffc107,10%;
    border-color: transparent
}

.btn-outline-warning svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-warning:disabled {
    cursor: not-allowed
}

.btn-outline-danger {
    background-color: transparent;
    background-image: none;
    color: #ea0e23;
    border: 1px solid #f66876
}

.btn-outline-danger:hover {
    background-color: #ea0e23,10%;
    border-color: transparent
}

.btn-outline-danger svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-danger:disabled {
    cursor: not-allowed
}

.btn-outline-light {
    background-color: transparent;
    background-image: none;
    color: #f8f9fa;
    border: 1px solid #fff
}

.btn-outline-light:hover {
    background-color: #f8f9fa,10%;
    border-color: transparent
}

.btn-outline-light svg {
    fill: rgba(84,55,29,.6)
}

.btn-outline-light:disabled {
    cursor: not-allowed
}

.btn-outline-dark {
    background-color: transparent;
    background-image: none;
    color: #343a40;
    border: 1px solid #626d78
}

.btn-outline-dark:hover {
    background-color: #343a40,10%;
    border-color: transparent
}

.btn-outline-dark svg {
    fill: hsla(0,0%,100%,.6)
}

.btn-outline-dark:disabled {
    cursor: not-allowed
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.btn-md {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .25rem
}

.btn-group-lg>.btn,.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.75rem;
    border-radius: .25rem
}

.btn-link {
    color: #ffc107;
    text-decoration: none
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

@media print {
    .collapse {
        display: block!important;
        height: auto!important
    }
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .5rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .5rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(3.625rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.75rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .5rem
}

.custom-file-label,.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .5rem .5rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .5rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,.navbar>.container,.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: -.0625rem;
    padding-bottom: -.0625rem;
    margin-right: 1rem;
    font-size: 1.75rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1365.98px) {
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1366px) {
    .navbar-expand-xxl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {
    .navbar-expand-fhd>.container,.navbar-expand-fhd>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-fhd {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-fhd .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-fhd .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-fhd .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-fhd>.container,.navbar-expand-fhd>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-fhd .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-fhd .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 300
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #000
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.footer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

@media print {
    .footer {
        display: none
    }
}

.footer__section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.footer__divider {
    display: block;
    height: 1px;
    background: #f8f9fa;
    width: 100%
}

.footer__link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    margin-top: .75rem;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all .1s linear
}

.footer__link:focus {
    outline: none
}

.footer__link:hover {
    color: #007bff;
    border-bottom-color: rgba(0,123,255,.23)
}

.footer__heading {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    margin-top: 1rem;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all .1s linear
}

a.footer__heading:hover {
    color: #007bff;
    border-bottom-color: rgba(0,123,255,.23)
}

.footer-rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 991.98px) {
    .footer-rating {
        justify-content:center
    }
}

.footer-rating__hidden {
    display: none
}

.footer-rating__result {
    margin-left: .5rem
}

.footer-rating__text {
    display: block;
    position: relative;
    color: #080503;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1;
    top: .125rem
}

.footer-rating__star {
    display: block;
    position: relative;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: .125rem;
    margin-right: .125rem
}

.footer-rating__star:first-child {
    margin-left: 0
}

.footer-rating__star:last-child {
    margin-right: 0
}

.footer-rating__star path {
    fill: #ffeeba;
    transition: all .1s linear
}

.footer-rating__star:hover {
    cursor: pointer
}

.footer-rating__star-active path {
    fill: #ffdb6d
}

.footer-rating__star-hover path {
    fill: #ffc107
}

.footer-phones {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .footer-phones {
        justify-content:center
    }
}

.footer-phones__item {
    display: block;
    text-decoration: none;
    color: #080503;
    font-size: 1.75rem;
    font-weight: 700;
    margin-right: 1.75rem;
    transition: all .1s linear
}

.footer-phones__item:first-child {
    margin-left: auto
}

.footer-phones__item:last-child {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .footer-phones__item {
        margin-left:auto;
        margin-right: auto;
        margin-top: 1rem
    }
}

@media (max-width: 991.98px) {
    .footer-phones__item.hid {
        display:none
    }
}

.footer-phones__item svg {
    fill: #080503;
    display: inline-block;
    position: relative;
    height: 1.75rem;
    width: 1.75rem;
    top: .25rem;
    transition: all .1s linear
}

.footer-phones__item .pre {
    font-weight: 400
}

.footer-phones__item:hover {
    color: #007bff
}

.footer-phones__item:hover svg {
    fill: #007bff;
    animation-name: footer-animate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-origin: center;
    transition: all .1s linear
}

@keyframes footer-animate {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(18deg)
    }

    50% {
        transform: rotate(12deg)
    }

    to {
        transform: rotate(0)
    }
}

@media (max-width: 991.98px) {
    .footer-copyright {
        display:flex;
        flex-direction: column;
        text-align: center
    }
}

.footer-copyright__company {
    display: block;
    color: #080503;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width: 991.98px) {
    .footer-copyright__company {
        margin-bottom:1rem
    }
}

.footer-copyright__company-link {
    display: inline-block;
    color: #080503;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all .1s linear;
    border-bottom: 1px solid transparent
}

.footer-copyright__company-link:hover {
    color: #007bff;
    border-bottom-color: rgba(0,123,255,.23)
}

.footer-copyright__link {
    display: block;
    color: #080503;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all .1s linear;
    border-bottom: 1px solid transparent;
    margin-right: .75rem
}

.footer-copyright__link:hover {
    color: #007bff;
    border-bottom-color: rgba(0,123,255,.23)
}

.footer-copyright__link:first-child {
    margin-left: auto
}

.footer-copyright__link:last-child {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .footer-copyright__link {
        margin-left:auto;
        margin-right: auto!important
    }
}

.footer-seo {
    display: block;
    position: relative
}

.footer-seo h1,.footer-seo h2,.footer-seo h3,.footer-seo h4,.footer-seo h5 {
    color: #6c757d;
    font-size: .8rem;
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
    text-align: left;
    margin: .25rem 0
}

.footer-seo ol,.footer-seo p,.footer-seo ul {
    color: #6c757d;
    font-size: .8rem;
    font-weight: 300;
    text-align: justify;
    line-height: 1.2;
    margin: .25rem 0
}

@media (max-width: 991.98px) {
    .footer-seo ol,.footer-seo ul {
        padding-left:15px
    }
}

.footer-seo ol li,.footer-seo ul li {
    color: #6c757d;
    font-size: .8rem;
    font-weight: 300;
    text-align: justify;
    margin: 0;
    line-height: 1.2
}

.footer-seo a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    border: 1px solid transparent;
    transition: all .1s linear
}

.footer-seo a:hover {
    border-color: rgba(209,204,199,.33)
}

.header {
    position: absolute;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: all .1s linear
}

@media print {
    .header {
        display: none
    }
}

.header__wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 6rem
}

@media (min-width: 576px) {
    .header__wrapper {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .header__wrapper {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .header__wrapper {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .header__wrapper {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .header__wrapper {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .header__wrapper {
        max-width:1860px
    }
}

.header .is-active {
    pointer-events: none
}

.header-logo {
    order: 1
}

.header-menu {
    order: 2
}

.header-user {
    order: 3
}

.header-logo {
    display: block
}

.header-logo__link {
    display: block;
    text-decoration: none;
    border: none;
    outline: 0
}

@media (max-width: 767.98px) {
    .header-logo__link {
        margin:0
    }
}

.header-logo__image {
    display: inline-block;
    width: 9rem;
    height: auto
}

@media (max-width: 767.98px) {
    .header-logo__image {
        width:8rem;
        display: block
    }
}

.header-logo__image * {
    transition: all .1s linear
}

.header-logo__image .brown {
    fill: #000
}

.header-logo__image .red {
    fill: #ea0e23
}

.header-logo__image .orange,.header-logo__image:hover .brown,.header-logo__image:hover .orange,.header-logo__image:hover .red {
    fill: #ffc107
}

.header-toggler {
    position: relative;
    display: none;
    height: 4rem;
    width: 3rem;
    transition: all .1s linear
}

.header-toggler:hover {
    opacity: .7;
    cursor: pointer
}

.header-toggler__toggle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.header-toggler__toggle:after,.header-toggler__toggle:before {
    content: ""
}

.header-toggler__toggle:before {
    transform: translateY(-8px)
}

.header-toggler__toggle:after {
    transform: translateY(8px)
}

.header-toggler__toggle,.header-toggler__toggle:after,.header-toggler__toggle:before {
    position: absolute;
    background-color: #000;
    height: 3px;
    width: 26px;
    transition: all .1s linear;
    z-index: 9999
}

.header-phone {
    position: relative;
    display: none;
    transition: all .1s linear;
    width: 3rem;
    height: 100%;
    align-items: center;
    justify-content: center
}

.header-phone:hover {
    opacity: .7;
    cursor: pointer
}

.header-phone__btn {
    display: block;
    position: relative;
    background: none;
    border: none;
    transition: all .1s linear
}

.header-phone__btn svg {
    display: block;
    width: 60%;
    height: 60%;
    margin: auto;
    padding: 0;
    fill: #000
}

@media (max-width: 767.98px) {
    .header-phone__btn svg {
        width:50%;
        height: 50%
    }
}

.header-phone__btn:hover {
    cursor: pointer;
    opacity: .2
}

.header-phone__btn:focus {
    outline: none
}

.header-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-grow: 0
}

@media (max-width: 767.98px) {
    .header-user {
        padding-top:.5rem;
        padding-bottom: .5rem
    }
}

.header-user__link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 3rem;
    font-weight: 700;
    transition: all .1s linear;
    font-size: 1rem
}

.header-user__link small {
    margin-right: .25rem;
    opacity: .4
}

.header-user__link:hover {
    color: #ffc107
}

.header-user__item.phones {
    width: 100%
}

.header-user-phone {
    display: flex;
    margin-right: 1rem
}

@media (max-width: 1365.98px) {
    .header-user-phone {
        flex-direction:column;
        align-items: flex-end;
        margin-right: .5rem
    }
}

@media (max-width: 991.98px) {
    .header-user-phone {
        width:100%;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.header-user-phone__item {
    background: transparent!important;
    background-color: transparent!important;
    border: none!important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    padding: 0;
    margin: 0 .5rem
}

@media (max-width: 1365.98px) {
    .header-user-phone__item {
        line-height:1;
        margin: .375rem 0
    }
}

@media (max-width: 991.98px) {
    .header-user-phone__item {
        margin-bottom:0;
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .header-user-phone__item {
        font-size:1rem
    }
}

.header-user-phone__item:hover svg {
    fill: #ffc107
}

.header-user-phone__item svg {
    fill: #000;
    position: relative;
    display: inline-flex;
    align-self: center;
    height: 1.125rem;
    width: 1.125rem;
    top: -.09rem;
    padding: 0;
    margin: 0 .25rem 0 0;
    transition: all .1s linear
}

@media (max-width: 767.98px) {
    .header-user-phone__item svg {
        height:1rem;
        width: 1rem;
        margin-right: 0
    }
}

.header-user-phone__item .code {
    font-weight: 400;
    margin-right: .25rem
}

.header-user-phone__item:first-child {
    margin-left: 0
}

@media (max-width: 1199.98px) {
    .header-user-phone__item:first-child {
        margin-top:0
    }
}

.header-user-phone__item:last-child {
    margin-right: 0
}

@media (max-width: 1199.98px) {
    .header-user-phone__item:last-child {
        margin-bottom:0
    }
}

.header-user .btn {
    background: #ffc107;
    box-shadow: 0 1px 1px -1px rgba(211,158,0,.2);
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.header-user .btn svg {
    position: relative;
    display: inline-flex;
    align-self: center;
    height: 1.2rem;
    width: 1.2rem;
    padding: 0;
    margin: 0 .5rem 0 0;
    fill: rgba(0,0,0,.3)
}

.header-user .btn:hover {
    box-shadow: 0 .75rem 1rem -.25rem rgba(211,158,0,.2),0 .25rem .025rem -.25rem rgba(0,0,0,.1)
}

.header-menu {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    margin-left: 1rem;
    background-color: transparent
}

.header-menu-item {
    margin-left: .375rem;
    margin-right: .375rem
}

.header-menu-dropdown {
    position: relative
}

.header-menu-dropdown:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .5rem;
    height: .5rem;
    background-image: url(images/arrow-brown.45ada49c.svg);
    opacity: .4;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -.5rem;
    user-select: none;
    pointer-events: none;
    transition: all .1s linear
}

.header-menu-dropdown:hover:after {
    transform: rotate(270deg)
}

.header-menu-dropdown:hover .header-menu-dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.header-menu-dropdown-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    top: 3.25rem;
    min-width: 360px;
    transition: all .2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 .75rem 5rem rgba(242,230,217,.4),0 .5rem 1rem hsla(30,50%,60%,.1),0 0 0 1px hsla(30,50%,60%,.05)
}

.header-menu-dropdown-content.solutions {
    min-width: 140px
}

.header-menu-dropdown-content.solutions img {
    height: 1.5rem;
    width: 1.5rem
}

.header-menu-dropdown-content.solutions h5 {
    font-size: 1rem
}

.header-menu-dropdown-content:before {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    bottom: calc(100% - 1.3rem);
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    border-radius: .375rem;
    transition: all .1s linear,transform .2s
}

.header-menu-dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding: 1.5rem 1.75rem;
    border-radius: .5rem;
    transition: all .1s linear
}

.header-menu-dropdown-item-small {
    align-items: center;
    background-color: #fcfaf8;
    border-radius: 0
}

.header-menu-dropdown-item-small .header-menu-dropdown-item__image img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem
}

.header-menu-dropdown-item-small .header-menu-dropdown-item__text {
    display: flex;
    flex-direction: row;
    align-items: center
}

.header-menu-dropdown-item-small .header-menu-dropdown-item__text .header-menu-dropdown-item__heading {
    font-size: 1rem;
    margin-right: .25rem;
    margin-bottom: 0
}

.header-menu-dropdown-item-small:last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.header-menu-dropdown-item-small:hover {
    background-color: #fff;
    border-radius: .25rem
}

.header-menu-dropdown-item__image img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -.125rem .75rem 0 0;
    padding: 0
}

.header-menu-dropdown-item__heading {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0;
    display: block;
    margin: 0 0 .25rem
}

.header-menu-dropdown-item__sub-heading {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block
}

.header-menu-dropdown-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(84,55,29,.2);
    position: relative;
    transform: scale(1.05);
    z-index: 11
}

.header-menu-link {
    display: inline-flex;
    text-decoration: none;
    padding-left: 7.5px;
    padding-right: 7.5px;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: .25px;
    transition: all .1s linear
}

.header-menu-link:hover {
    color: #ffc107
}

@media (max-width: 767.98px) {
    .header-menu-link {
        line-height:1.2
    }
}

.header .btn {
    font-size: 1rem
}

@media (max-width: 991.98px) {
    .header {
        position:fixed
    }

    .header__wrapper {
        max-width: 100%;
        height: 4rem
    }

    .header-logo {
        display: flex;
        flex: 1;
        order: 2
    }

    .header-logo__link {
        margin-left: auto;
        margin-right: auto
    }

    .header-toggler {
        display: inline-flex;
        order: 1
    }

    .header-phone {
        display: inline-flex;
        order: 3;
        height: 100%
    }

    .header-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        order: 3;
        visibility: hidden;
        display: none;
        opacity: 0;
        width: 100%;
        margin-left: 0;
        height: 1px;
        overflow: hidden
    }

    .header-menu-item {
        width: 100%;
        flex-grow: 1
    }

    .header-menu-item:hover .header-menu-dropdown-content {
        transform: none
    }

    .header-menu-dropdown:after {
        display: none
    }

    .header-menu-dropdown-content {
        position: relative;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        left: 0;
        top: 0;
        min-width: auto;
        transform: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .header-menu-dropdown-item {
        width: 50%;
        flex-grow: 1;
        padding: .25rem .5rem
    }

    .header-menu-dropdown-item__image {
        display: none
    }

    .header-menu-dropdown-item__heading {
        font-size: 1.11111rem;
        font-weight: 400
    }

    .header-menu-dropdown-item__sub-heading {
        display: none
    }

    .header-menu-dropdown-item-small {
        background-color: transparent;
        font-size: 1.25rem;
        font-weight: 400
    }

    .header-menu-dropdown-item-small .header-menu-dropdown-item__heading {
        font-size: 1.11111rem!important;
        font-weight: 400
    }

    .header-menu-dropdown-item:hover {
        box-shadow: none;
        transform: none;
        opacity: .5
    }

    .header-menu-link {
        width: 100%;
        padding: .5rem 0
    }

    .header-user {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        display: none;
        width: 100%;
        margin-left: 0;
        border-top: 1px solid #fbf7f4;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header.nav-open .header__wrapper {
        background-color: #fff;
        box-shadow: 0 0 1rem .5rem rgba(0,0,0,.2);
        height: auto
    }

    .header.nav-open .header-toggler__toggle {
        background-color: transparent
    }

    .header.nav-open .header-toggler__toggle:before {
        transform: rotate(45deg)
    }

    .header.nav-open .header-toggler__toggle:after {
        transform: rotate(-45deg)
    }

    .header.nav-open .header-menu {
        border-top: 1px solid #fbf7f4;
        visibility: visible
    }

    .header.nav-open .header-menu,.header.nav-open .header-user {
        height: auto;
        opacity: 1;
        display: flex
    }
}

.header-light .header-logo * {
    fill: #fff
}

.header-light .header-toggler__toggle,.header-light .header-toggler__toggle:after,.header-light .header-toggler__toggle:before {
    background: #fff
}

.header-light .header-phone__btn svg {
    fill: #fff
}

.header-light .header-menu-dropdown .header-menu-link {
    color: hsla(0,0%,100%,.8)
}

@media (max-width: 991.98px) {
    .header-light .header-menu-dropdown .header-menu-link {
        color:rgba(84,55,29,.8)
    }
}

.header-light .header-menu-dropdown .header-menu-link:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .header-light .header-menu-dropdown .header-menu-link:hover {
        color:#54371d
    }
}

.header-light .header-menu-dropdown:after {
    background-image: url(images/arrow-white.e135dd82.svg)
}

.header-light .header-menu-link {
    color: hsla(0,0%,100%,.8)
}

@media (max-width: 991.98px) {
    .header-light .header-menu-link {
        color:rgba(84,55,29,.8)
    }
}

.header-light .header-menu-link:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .header-light .header-menu-link:hover {
        color:#54371d
    }
}

.header-light .header-user__link {
    color: hsla(0,0%,100%,.8)
}

@media (max-width: 991.98px) {
    .header-light .header-user__link {
        color:rgba(84,55,29,.8)
    }
}

.header-light .header-user__link:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .header-light .header-user__link:hover {
        color:#54371d
    }
}

.header-light .header-user-phone__item svg {
    fill: #fff
}

.header-light .header-user .btn {
    font-size: 1rem;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,.2)
}

.header-light .header-user .btn:hover {
    box-shadow: 0 .75rem 1rem -.25rem rgba(0,0,0,.2),0 .25rem .025rem -.25rem rgba(0,0,0,.1)
}

.header-light.nav-open .header-logo__image {
    display: block;
    width: 8rem;
    height: auto
}

.header-light.nav-open .header-logo__image * {
    transition: all .1s linear
}

.header-light.nav-open .header-logo__image .brown {
    fill: #54371d
}

.header-light.nav-open .header-logo__image .red {
    fill: #ea0e23
}

.header-light.nav-open .header-logo__image .orange {
    fill: #ffc107
}

.header-light.nav-open .header-logo__image:hover .brown,.header-light.nav-open .header-logo__image:hover .orange,.header-light.nav-open .header-logo__image:hover .red {
    fill: #d39e00
}

.header-light.nav-open .header-toggler__toggle:after,.header-light.nav-open .header-toggler__toggle:before {
    background: #54371d
}

.header-light.nav-open .header-phone__btn svg {
    fill: #000
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.5rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow:row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow:row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .5rem
    }

    .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count:3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-price {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    border-radius: .5rem;
    border: none;
    padding: 2rem 3rem;
    margin-top: 1rem;
    box-shadow: 0 .25rem 1rem -.5rem rgba(0,0,0,.3)
}

@media (max-width: 991.98px) {
    .card-price {
        padding-left:2rem;
        padding-right: 2rem
    }
}

@media (max-width: 1199.98px) {
    .card-price .btn {
        font-size:1rem
    }
}

.card-price__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 4rem;
    width: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.card-price__heading {
    color: #000;
    font-size: 2.1875rem;
    font-weight: 700
}

.card-price__heading,.card-price__price {
    display: block;
    line-height: 1;
    margin-bottom: 1.5rem
}

.card-price__price {
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-price-features {
    list-style: none;
    margin: 0;
    padding: 1rem 0 0
}

.card-price-features__item {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid #f8f9fa;
    list-style: none;
    margin: 0;
    position: relative;
    padding: .75rem 0 .75rem 1.5rem
}

.card-price-features__item:last-child {
    border-bottom: none
}

.card-price-features__item:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    top: .125rem;
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-left: -1.5rem;
    margin-right: .5rem;
    background: url(../../build/images/checkmark-green.57e8940b.svg) no-repeat 50% 50%;
    user-select: none;
    pointer-events: none
}

.card-automation {
    background-color: #fff;
    border-radius: .5rem;
    transition: all .2s linear;
    margin-top: 15px;
    margin-bottom: 15px
}

.card-automation:hover {
    transform: translateY(-10px)
}

.card-automation.negative {
    border: 2px solid rgba(234,14,35,.5)
}

.card-automation.negative:hover {
    box-shadow: 0 1.5rem 1.5rem -1rem rgba(234,14,35,.2)
}

.card-automation.positive {
    border: 2px solid rgba(102,204,0,.5)
}

.card-automation.positive:hover {
    box-shadow: 0 1.5rem 1.5rem -1rem rgba(102,204,0,.2)
}

.card-automation-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1.75rem
}

.card-automation-header__heading {
    color: #54371d;
    font-size: 1.5625rem;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.card-automation-header__heading .icon svg {
    display: inline-block;
    top: -.025rem;
    fill: #dfbf9f
}

.card-automation-header__toggle {
    height: 2.5rem;
    width: 5rem;
    border-radius: 50rem;
    border: 2px solid #ffe7a0;
    position: relative;
    transition: all .1s linear
}

.card-automation-header__toggle:hover {
    cursor: pointer
}

.card-automation-header__toggle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2.25rem;
    border-radius: 50rem;
    background: #ffc107;
    transition: all .1s linear;
    box-shadow: 0 3px 6px 0 rgba(23,28,33,.2);
    animation-name: toggle-switch;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate
}

@keyframes toggle-switch {
    0% {
        box-shadow: 0 3px 6px 0 rgba(23,28,33,.2),0 0 0 0 rgba(255,193,7,0)
    }

    to {
        box-shadow: 0 3px 6px 0 rgba(23,28,33,.2),0 0 3rem .5rem rgba(255,193,7,.6)
    }
}

@media (max-width: 991.98px) {
    .card-automation-header__toggle {
        margin-left:auto
    }
}

.card-automation-header__toggle.is-toggled {
    background: #ffc107;
    border-color: #ffc107
}

.card-automation-header__toggle.is-toggled:after {
    transform: translateX(2.5rem);
    background: #fff;
    animation-duration: 0s
}

.card-automation-header__toggle-label {
    margin-left: auto;
    margin-right: .5rem;
    user-select: none
}

@media (max-width: 991.98px) {
    .card-automation-header__toggle-label {
        display:none
    }
}

.card-automation-changes {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin: 1.5rem 0;
    min-height: 7.25rem
}

@media (max-width: 991.98px) {
    .card-automation-changes {
        margin-top:.25rem
    }
}

.card-automation-changes__item {
    color: #54371d;
    width: 50%;
    margin-bottom: .375rem;
    font-size: 1rem
}

@media (max-width: 991.98px) {
    .card-automation-changes__item {
        width:100%
    }
}

.card-automation-changes__item:before {
    content: "•";
    font-size: 1.5rem;
    display: inline-flex;
    align-self: center;
    position: relative;
    margin-right: .25rem;
    user-select: none;
    pointer-events: none;
    line-height: 1
}

.card-automation-changes .negative,.card-automation-changes .positive {
    display: none;
    flex-direction: row;
    flex-wrap: wrap
}

.card-automation-changes .positive .card-automation-changes__item:before {
    color: #6c0
}

.card-automation-changes .negative .card-automation-changes__item:before {
    color: #ea0e23
}

.card-automation-changes .is-visible {
    display: flex;
    animation-name: changes-show;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    transition: all .1s linear
}

@keyframes changes-show {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.card-automation-footer {
    padding: 1rem 1.75rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    transition: all .1s linear
}

.card-automation-footer__number {
    font-weight: 700
}

.card-automation-footer .tenge {
    margin-left: .25rem;
    margin-right: .25rem;
    font-size: 95%
}

.card-automation-footer .positive {
    color: #999
}

.card-automation-footer .positive .card-automation-footer__number {
    color: #6c0
}

.card-automation-footer .negative {
    color: #999
}

.card-automation-footer .negative .card-automation-footer__number {
    color: #ea0e23
}

.card-automation-footer .negative,.card-automation-footer .positive {
    display: none
}

.card-automation-footer .is-visible {
    display: flex;
    animation-name: changes-show2;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    transition: all .1s linear
}

@keyframes changes-show2 {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.card-rosta {
    background: #fff;
    border: 1px solid #f9f2ec;
    box-shadow: 0 2px 4px hsla(30,50%,60%,.06);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: .75rem;
    padding: 1.75rem 1.5rem
}

.card-rosta,.card-rosta * {
    transition: all .2s linear
}

.card-rosta:hover img {
    transform: translateY(-10px)
}

.card-rosta__heading {
    color: #54371d;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

.card-rosta__sub-heading {
    color: #c96;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: .875rem
}

.card-rosta__img {
    max-width: 80%;
    margin: .25rem auto;
    height: auto;
    user-select: none;
    pointer-events: none
}

.card-advantage {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background: #fff;
    border: 2px solid rgba(0,123,255,.2);
    border-radius: .5rem;
    padding: 1.25rem 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .card-advantage {
        margin-top:.25rem;
        margin-bottom: .25rem
    }
}

.card-advantage:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem -.5rem rgba(0,123,255,.4)
}

.card-advantage:hover .card-advantage-image__img.launch {
    animation-name: launch;
    animation-duration: .2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear
}

@keyframes launch {
    0% {
        transform: translateX(0) translateY(0)
    }

    to {
        transform: translateX(1px) translateY(-1px)
    }
}

.card-advantage:hover .card-advantage-image__img.launch .flame {
    animation-name: launch-flame;
    animation-duration: .15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear
}

@keyframes launch-flame {
    0% {
        transform: translateX(0) translateY(0)
    }

    to {
        fill: #ffc107;
        transform: translateX(2px) translateY(-2px)
    }
}

.card-advantage:hover .card-advantage-image__img.migration .doc1 {
    animation-name: doc1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    transition: all .1s linear;
    transform-origin: 50%
}

@keyframes doc1 {
    0% {
        transform: translateY(0)
    }

    25% {
        fill: #cce5ff;
        transform: translateY(-8px) translateX(8px)
    }

    75% {
        fill: #ffe7a0;
        transform: translateY(0)
    }

    to {
        fill: #ffe7a0;
        transform: translateY(0)
    }
}

.card-advantage:hover .card-advantage-image__img.migration .doc2 {
    animation-name: doc2;
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all .1s linear;
    transform-origin: 50%
}

@keyframes doc2 {
    0% {
        transform: translateY(0)
    }

    25% {
        fill: #66b0ff
    }

    75% {
        fill: #ffdb6d
    }

    to {
        fill: #ffdb6d
    }
}

.card-advantage:hover .card-advantage-image__img.migration .doc3 {
    animation-name: doc3;
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all .1s linear;
    transform-origin: 50%
}

@keyframes doc3 {
    0% {
        transform: translateY(0)
    }

    25% {
        fill: #007bff;
        transform: translateY(8px) translateX(-8px)
    }

    75% {
        fill: #ffc107;
        transform: translateY(0)
    }

    to {
        fill: #ffc107;
        transform: translateY(0)
    }
}

.card-advantage:hover .card-advantage-image__img.network .wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear;
    transform-origin: 50% 50%
}

@keyframes wave {
    33% {
        fill: #007bff
    }

    to {
        fill: #ffc107
    }
}

.card-advantage:hover .card-advantage-image__img.network .wave1 {
    animation-delay: 0
}

.card-advantage:hover .card-advantage-image__img.network .wave2 {
    animation-delay: .25s
}

.card-advantage:hover .card-advantage-image__img.network .wave3 {
    animation-delay: .5s
}

.card-advantage:hover .card-advantage-image__img.network .wave4 {
    animation-delay: .75s
}

.card-advantage-text__wrapper {
    margin-right: 1.25rem
}

.card-advantage-text__heading {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    color: #007bff;
    margin: 0 0 .25rem
}

.card-advantage-text__paragraph {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #8cb1d9
}

.card-advantage-image__wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.card-advantage-image__img {
    display: block;
    width: 3rem;
    height: 3rem
}

.card-advantage-image__img.launch .flame {
    fill: #cce5ff
}

.card-advantage-image__img.launch .solid {
    fill: #007bff
}

.card-advantage-image__img.migration .doc1 {
    fill: #cce5ff
}

.card-advantage-image__img.migration .doc2 {
    fill: #66b0ff
}

.card-advantage-image__img.migration .doc3,.card-advantage-image__img.network .wave1 {
    fill: #007bff
}

.card-advantage-image__img.network .wave2 {
    fill: #66b0ff
}

.card-advantage-image__img.network .wave3 {
    fill: #99caff
}

.card-advantage-image__img.network .wave4 {
    fill: #cce5ff
}

.card-product {
    padding: 1.5rem;
    border: 1px solid #cce5ff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    transition: all .1s linear
}

.card-product:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 8px 16px rgba(199,214,221,.4),0 1px 3px rgba(167,191,202,.11)
}

.card-product__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-decoration: none
}

.card-product__heading {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1rem 0 0;
    padding: 0;
    color: #527686
}

.card-product__img {
    width: 50%;
    height: auto
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .5rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .5rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.75rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-primary.disabled,.badge-primary:disabled {
    color: #fff;
    background-color: #66b0ff;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-secondary.disabled,.badge-secondary:disabled {
    color: #fff;
    background-color: #a1a8ae;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-success {
    color: #54371d;
    background-color: #6c0
}

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #4d9900
}

.badge-success.disabled,.badge-success:disabled {
    color: #cd9c70;
    background-color: #9f3;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-info.disabled,.badge-info:disabled {
    color: #fff;
    background-color: #4cd3e9;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-warning {
    color: #54371d;
    background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #d39e00
}

.badge-warning.disabled,.badge-warning:disabled {
    color: #cd9c70;
    background-color: #ffdb6d;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-danger {
    color: #fff;
    background-color: #ea0e23
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ba0b1c
}

.badge-danger.disabled,.badge-danger:disabled {
    color: #fff;
    background-color: #f66876;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-light {
    color: #54371d;
    background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-light.disabled,.badge-light:disabled {
    color: #cd9c70;
    background-color: #fff;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.badge-dark.disabled,.badge-dark:disabled {
    color: #fff;
    background-color: #626d78;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-blue {
    color: #fff;
    background-color: #007bff
}

.badge-blue[href]:focus,.badge-blue[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-blue.disabled,.badge-blue:disabled {
    color: #fff;
    background-color: #66b0ff;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-red {
    color: #fff;
    background-color: #ea0e23
}

.badge-red[href]:focus,.badge-red[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ba0b1c
}

.badge-red.disabled,.badge-red:disabled {
    color: #fff;
    background-color: #f66876;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-orange {
    color: #54371d;
    background-color: #ffc107
}

.badge-orange[href]:focus,.badge-orange[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #d39e00
}

.badge-orange.disabled,.badge-orange:disabled {
    color: #cd9c70;
    background-color: #ffdb6d;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-green {
    color: #54371d;
    background-color: #6c0
}

.badge-green[href]:focus,.badge-green[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #4d9900
}

.badge-green.disabled,.badge-green:disabled {
    color: #cd9c70;
    background-color: #9f3;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-cream {
    color: #54371d;
    background-color: #c96
}

.badge-cream[href]:focus,.badge-cream[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #bf8040
}

.badge-cream.disabled,.badge-cream:disabled {
    color: #cd9c70;
    background-color: #e6ccb3;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-brown {
    color: #fff;
    background-color: #54371d
}

.badge-brown[href]:focus,.badge-brown[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e1e10
}

.badge-brown.disabled,.badge-brown:disabled {
    color: #fff;
    background-color: #a06937;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-indigo {
    color: #fff;
    background-color: #6610f2
}

.badge-indigo[href]:focus,.badge-indigo[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #510bc4
}

.badge-indigo.disabled,.badge-indigo:disabled {
    color: #fff;
    background-color: #a471f7;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-purple {
    color: #fff;
    background-color: #6f42c1
}

.badge-purple[href]:focus,.badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #59339d
}

.badge-purple.disabled,.badge-purple:disabled {
    color: #fff;
    background-color: #aa8fda;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-pink {
    color: #fff;
    background-color: #e83e8c
}

.badge-pink[href]:focus,.badge-pink[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d91a72
}

.badge-pink.disabled,.badge-pink:disabled {
    color: #fff;
    background-color: #f399c2;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-yellow {
    color: #54371d;
    background-color: #ffc107
}

.badge-yellow[href]:focus,.badge-yellow[href]:hover {
    color: #54371d;
    text-decoration: none;
    background-color: #d39e00
}

.badge-yellow.disabled,.badge-yellow:disabled {
    color: #cd9c70;
    background-color: #ffdb6d;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-teal {
    color: #fff;
    background-color: #20c997
}

.badge-teal[href]:focus,.badge-teal[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #199d76
}

.badge-teal.disabled,.badge-teal:disabled {
    color: #fff;
    background-color: #68e7c1;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-cyan {
    color: #fff;
    background-color: #17a2b8
}

.badge-cyan[href]:focus,.badge-cyan[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-cyan.disabled,.badge-cyan:disabled {
    color: #fff;
    background-color: #4cd3e9;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-gray {
    color: #fff;
    background-color: #6c757d
}

.badge-gray[href]:focus,.badge-gray[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-gray.disabled,.badge-gray:disabled {
    color: #fff;
    background-color: #a1a8ae;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.badge-gray-dark {
    color: #fff;
    background-color: #343a40
}

.badge-gray-dark[href]:focus,.badge-gray-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.badge-gray-dark.disabled,.badge-gray-dark:disabled {
    color: #fff;
    background-color: #626d78;
    user-select: none;
    pointer-events: none;
    box-shadow: none
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .75rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .5rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    background-color: #fff;
    color: #cce5ff
}

.alert-primary svg {
    fill: #fff
}

.alert-primary a {
    color: #66b1ff;
    border-bottom: 1px solid rgba(102,177,255,.18);
    transition: all .1s linear
}

.alert-primary a:hover {
    color: #cce5ff;
    border-color: rgba(204,229,255,.18)
}

.alert-secondary {
    background-color: #fff;
    color: #e2e3e5
}

.alert-secondary svg {
    fill: #fff
}

.alert-secondary a {
    color: #acafb5;
    border-bottom: 1px solid rgba(172,175,181,.18);
    transition: all .1s linear
}

.alert-secondary a:hover {
    color: #e2e3e5;
    border-color: rgba(226,227,229,.18)
}

.alert-success {
    background-color: #fff;
    color: #e0f5cc
}

.alert-success svg {
    fill: #fff
}

.alert-success a {
    color: #ace477;
    border-bottom: 1px solid rgba(172,228,119,.18);
    transition: all .1s linear
}

.alert-success a:hover {
    color: #e0f5cc;
    border-color: rgba(224,245,204,.18)
}

.alert-info {
    background-color: #fff;
    color: #d1ecf1
}

.alert-info svg {
    fill: #fff
}

.alert-info a {
    color: #83ccd9;
    border-bottom: 1px solid rgba(131,204,217,.18);
    transition: all .1s linear
}

.alert-info a:hover {
    color: #d1ecf1;
    border-color: rgba(209,236,241,.18)
}

.alert-warning {
    background-color: #fff;
    color: #fff3cd
}

.alert-warning svg {
    fill: #fff
}

.alert-warning a {
    color: #ffdb67;
    border-bottom: 1px solid rgba(255,219,103,.18);
    transition: all .1s linear
}

.alert-warning a:hover {
    color: #fff3cd;
    border-color: rgba(255,243,205,.18)
}

.alert-danger {
    background-color: #fff;
    color: #fbcfd3
}

.alert-danger svg {
    fill: #fff
}

.alert-danger a {
    color: #f3717d;
    border-bottom: 1px solid rgba(243,113,125,.18);
    transition: all .1s linear
}

.alert-danger a:hover {
    color: #fbcfd3;
    border-color: rgba(251,207,211,.18)
}

.alert-light {
    background-color: #fff;
    color: #fefefe
}

.alert-light svg {
    fill: #fff
}

.alert-light a {
    color: #cbcbcb;
    border-bottom: 1px solid hsla(0,0%,79.6%,.18);
    transition: all .1s linear
}

.alert-light a:hover {
    color: #fefefe;
    border-color: hsla(0,0%,99.6%,.18)
}

.alert-dark {
    background-color: #fff;
    color: #d6d8d9
}

.alert-dark svg {
    fill: #fff
}

.alert-dark a {
    color: #a1a6a8;
    border-bottom: 1px solid rgba(161,166,168,.18);
    transition: all .1s linear
}

.alert-dark a:hover {
    color: #d6d8d9;
    border-color: rgba(214,216,217,.18)
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .5rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.list-group-item:focus,.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #356a00;
    background-color: #d4f1b8
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #356a00;
    background-color: #c7eda3
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #356a00;
    border-color: #356a00
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #7a0712;
    background-color: #f9bcc1
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #7a0712;
    background-color: #f7a5ab
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7a0712;
    border-color: #7a0712
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .5rem;
    box-shadow: none;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 1.5rem 0;
    border: none
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    color: #080503;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.callmemodal-form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

@media (max-width: 991.98px) {
    .callmemodal-form {
        flex-direction:column;
        align-items: center;
        justify-content: center
    }
}

.callmemodal-form__input {
    flex: 1;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: .75rem 1rem;
    border: 1px solid #f8f9fa;
    transition: all .1s linear
}

.callmemodal-form__input:active,.callmemodal-form__input:focus {
    outline: none;
    border-color: #ffc107
}

@media (max-width: 991.98px) {
    .callmemodal-form__input {
        display:block;
        width: 100%;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-color: transparent
    }
}

.callmemodal-form__btn {
    color: #080503;
    font-weight: 400;
    background: #ffc107;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    appearance: none;
    user-select: none;
    padding: .75rem 2rem;
    display: inline-block;
    align-items: center;
    position: relative;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .1s linear
}

.callmemodal-form__btn.focus,.callmemodal-form__btn:focus {
    text-decoration: none;
    outline: 0
}

.callmemodal-form__btn:hover {
    background: #d39e00;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .callmemodal-form__btn {
        display:block;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

.callmemodal-text {
    color: #6c757d;
    font-size: .875rem;
    font-weight: 300;
    margin-top: 1rem
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: monospace;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .5rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family:monospace;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .75rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .75rem
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .75rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .75rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,.carousel-item-prev,.carousel-item.active {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        transform:translateZ(0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,.carousel-item-next {
        transform:translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,.carousel-item-prev {
        transform:translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
        transform:translateZ(0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    opacity: .5;
    transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #6c0!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #4d9900!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #ea0e23!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #ba0b1c!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #6c0!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #ea0e23!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .5rem!important
}

.rounded-top {
    border-top-left-radius: .5rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .5rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .5rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .5rem!important
}

.rounded-left {
    border-top-left-radius: .5rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1366px) {
    .d-xxl-none {
        display:none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1920px) {
    .d-fhd-none {
        display:none!important
    }

    .d-fhd-inline {
        display: inline!important
    }

    .d-fhd-inline-block {
        display: inline-block!important
    }

    .d-fhd-block {
        display: block!important
    }

    .d-fhd-table {
        display: table!important
    }

    .d-fhd-table-row {
        display: table-row!important
    }

    .d-fhd-table-cell {
        display: table-cell!important
    }

    .d-fhd-flex {
        display: flex!important
    }

    .d-fhd-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1366px) {
    .flex-xxl-row {
        flex-direction:row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1920px) {
    .flex-fhd-row {
        flex-direction:row!important
    }

    .flex-fhd-column {
        flex-direction: column!important
    }

    .flex-fhd-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-fhd-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-fhd-wrap {
        flex-wrap: wrap!important
    }

    .flex-fhd-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-fhd-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-fhd-fill {
        flex: 1 1 auto!important
    }

    .flex-fhd-grow-0 {
        flex-grow: 0!important
    }

    .flex-fhd-grow-1 {
        flex-grow: 1!important
    }

    .flex-fhd-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-fhd-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-fhd-start {
        justify-content: flex-start!important
    }

    .justify-content-fhd-end {
        justify-content: flex-end!important
    }

    .justify-content-fhd-center {
        justify-content: center!important
    }

    .justify-content-fhd-between {
        justify-content: space-between!important
    }

    .justify-content-fhd-around {
        justify-content: space-around!important
    }

    .align-items-fhd-start {
        align-items: flex-start!important
    }

    .align-items-fhd-end {
        align-items: flex-end!important
    }

    .align-items-fhd-center {
        align-items: center!important
    }

    .align-items-fhd-baseline {
        align-items: baseline!important
    }

    .align-items-fhd-stretch {
        align-items: stretch!important
    }

    .align-content-fhd-start {
        align-content: flex-start!important
    }

    .align-content-fhd-end {
        align-content: flex-end!important
    }

    .align-content-fhd-center {
        align-content: center!important
    }

    .align-content-fhd-between {
        align-content: space-between!important
    }

    .align-content-fhd-around {
        align-content: space-around!important
    }

    .align-content-fhd-stretch {
        align-content: stretch!important
    }

    .align-self-fhd-auto {
        align-self: auto!important
    }

    .align-self-fhd-start {
        align-self: flex-start!important
    }

    .align-self-fhd-end {
        align-self: flex-end!important
    }

    .align-self-fhd-center {
        align-self: center!important
    }

    .align-self-fhd-baseline {
        align-self: baseline!important
    }

    .align-self-fhd-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

@media (min-width: 1366px) {
    .float-xxl-left {
        float:left!important
    }

    .float-xxl-right {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }
}

@media (min-width: 1920px) {
    .float-fhd-left {
        float:left!important
    }

    .float-fhd-right {
        float: right!important
    }

    .float-fhd-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1366px) {
    .m-xxl-0 {
        margin:0!important
    }

    .mt-xxl-0,.my-xxl-0 {
        margin-top: 0!important
    }

    .mr-xxl-0,.mx-xxl-0 {
        margin-right: 0!important
    }

    .mb-xxl-0,.my-xxl-0 {
        margin-bottom: 0!important
    }

    .ml-xxl-0,.mx-xxl-0 {
        margin-left: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .mt-xxl-1,.my-xxl-1 {
        margin-top: .25rem!important
    }

    .mr-xxl-1,.mx-xxl-1 {
        margin-right: .25rem!important
    }

    .mb-xxl-1,.my-xxl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xxl-1,.mx-xxl-1 {
        margin-left: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .mt-xxl-2,.my-xxl-2 {
        margin-top: .5rem!important
    }

    .mr-xxl-2,.mx-xxl-2 {
        margin-right: .5rem!important
    }

    .mb-xxl-2,.my-xxl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xxl-2,.mx-xxl-2 {
        margin-left: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .mt-xxl-3,.my-xxl-3 {
        margin-top: 1rem!important
    }

    .mr-xxl-3,.mx-xxl-3 {
        margin-right: 1rem!important
    }

    .mb-xxl-3,.my-xxl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xxl-3,.mx-xxl-3 {
        margin-left: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .mt-xxl-4,.my-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xxl-4,.mx-xxl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xxl-4,.my-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xxl-4,.mx-xxl-4 {
        margin-left: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .mt-xxl-5,.my-xxl-5 {
        margin-top: 3rem!important
    }

    .mr-xxl-5,.mx-xxl-5 {
        margin-right: 3rem!important
    }

    .mb-xxl-5,.my-xxl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xxl-5,.mx-xxl-5 {
        margin-left: 3rem!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .pt-xxl-0,.py-xxl-0 {
        padding-top: 0!important
    }

    .pr-xxl-0,.px-xxl-0 {
        padding-right: 0!important
    }

    .pb-xxl-0,.py-xxl-0 {
        padding-bottom: 0!important
    }

    .pl-xxl-0,.px-xxl-0 {
        padding-left: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .pt-xxl-1,.py-xxl-1 {
        padding-top: .25rem!important
    }

    .pr-xxl-1,.px-xxl-1 {
        padding-right: .25rem!important
    }

    .pb-xxl-1,.py-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xxl-1,.px-xxl-1 {
        padding-left: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .pt-xxl-2,.py-xxl-2 {
        padding-top: .5rem!important
    }

    .pr-xxl-2,.px-xxl-2 {
        padding-right: .5rem!important
    }

    .pb-xxl-2,.py-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xxl-2,.px-xxl-2 {
        padding-left: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .pt-xxl-3,.py-xxl-3 {
        padding-top: 1rem!important
    }

    .pr-xxl-3,.px-xxl-3 {
        padding-right: 1rem!important
    }

    .pb-xxl-3,.py-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xxl-3,.px-xxl-3 {
        padding-left: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .pt-xxl-4,.py-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xxl-4,.px-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xxl-4,.py-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xxl-4,.px-xxl-4 {
        padding-left: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .pt-xxl-5,.py-xxl-5 {
        padding-top: 3rem!important
    }

    .pr-xxl-5,.px-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-5,.py-xxl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xxl-5,.px-xxl-5 {
        padding-left: 3rem!important
    }

    .m-xxl-n1 {
        margin: -.25rem!important
    }

    .mt-xxl-n1,.my-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n1,.mx-xxl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n1,.my-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n1,.mx-xxl-n1 {
        margin-left: -.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -1rem!important
    }

    .mt-xxl-n3,.my-xxl-n3 {
        margin-top: -1rem!important
    }

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -1rem!important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -1rem!important
    }

    .m-xxl-n4 {
        margin: -1.5rem!important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xxl-n5 {
        margin: -3rem!important
    }

    .mt-xxl-n5,.my-xxl-n5 {
        margin-top: -3rem!important
    }

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -3rem!important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto!important
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto!important
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1920px) {
    .m-fhd-0 {
        margin:0!important
    }

    .mt-fhd-0,.my-fhd-0 {
        margin-top: 0!important
    }

    .mr-fhd-0,.mx-fhd-0 {
        margin-right: 0!important
    }

    .mb-fhd-0,.my-fhd-0 {
        margin-bottom: 0!important
    }

    .ml-fhd-0,.mx-fhd-0 {
        margin-left: 0!important
    }

    .m-fhd-1 {
        margin: .25rem!important
    }

    .mt-fhd-1,.my-fhd-1 {
        margin-top: .25rem!important
    }

    .mr-fhd-1,.mx-fhd-1 {
        margin-right: .25rem!important
    }

    .mb-fhd-1,.my-fhd-1 {
        margin-bottom: .25rem!important
    }

    .ml-fhd-1,.mx-fhd-1 {
        margin-left: .25rem!important
    }

    .m-fhd-2 {
        margin: .5rem!important
    }

    .mt-fhd-2,.my-fhd-2 {
        margin-top: .5rem!important
    }

    .mr-fhd-2,.mx-fhd-2 {
        margin-right: .5rem!important
    }

    .mb-fhd-2,.my-fhd-2 {
        margin-bottom: .5rem!important
    }

    .ml-fhd-2,.mx-fhd-2 {
        margin-left: .5rem!important
    }

    .m-fhd-3 {
        margin: 1rem!important
    }

    .mt-fhd-3,.my-fhd-3 {
        margin-top: 1rem!important
    }

    .mr-fhd-3,.mx-fhd-3 {
        margin-right: 1rem!important
    }

    .mb-fhd-3,.my-fhd-3 {
        margin-bottom: 1rem!important
    }

    .ml-fhd-3,.mx-fhd-3 {
        margin-left: 1rem!important
    }

    .m-fhd-4 {
        margin: 1.5rem!important
    }

    .mt-fhd-4,.my-fhd-4 {
        margin-top: 1.5rem!important
    }

    .mr-fhd-4,.mx-fhd-4 {
        margin-right: 1.5rem!important
    }

    .mb-fhd-4,.my-fhd-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-fhd-4,.mx-fhd-4 {
        margin-left: 1.5rem!important
    }

    .m-fhd-5 {
        margin: 3rem!important
    }

    .mt-fhd-5,.my-fhd-5 {
        margin-top: 3rem!important
    }

    .mr-fhd-5,.mx-fhd-5 {
        margin-right: 3rem!important
    }

    .mb-fhd-5,.my-fhd-5 {
        margin-bottom: 3rem!important
    }

    .ml-fhd-5,.mx-fhd-5 {
        margin-left: 3rem!important
    }

    .p-fhd-0 {
        padding: 0!important
    }

    .pt-fhd-0,.py-fhd-0 {
        padding-top: 0!important
    }

    .pr-fhd-0,.px-fhd-0 {
        padding-right: 0!important
    }

    .pb-fhd-0,.py-fhd-0 {
        padding-bottom: 0!important
    }

    .pl-fhd-0,.px-fhd-0 {
        padding-left: 0!important
    }

    .p-fhd-1 {
        padding: .25rem!important
    }

    .pt-fhd-1,.py-fhd-1 {
        padding-top: .25rem!important
    }

    .pr-fhd-1,.px-fhd-1 {
        padding-right: .25rem!important
    }

    .pb-fhd-1,.py-fhd-1 {
        padding-bottom: .25rem!important
    }

    .pl-fhd-1,.px-fhd-1 {
        padding-left: .25rem!important
    }

    .p-fhd-2 {
        padding: .5rem!important
    }

    .pt-fhd-2,.py-fhd-2 {
        padding-top: .5rem!important
    }

    .pr-fhd-2,.px-fhd-2 {
        padding-right: .5rem!important
    }

    .pb-fhd-2,.py-fhd-2 {
        padding-bottom: .5rem!important
    }

    .pl-fhd-2,.px-fhd-2 {
        padding-left: .5rem!important
    }

    .p-fhd-3 {
        padding: 1rem!important
    }

    .pt-fhd-3,.py-fhd-3 {
        padding-top: 1rem!important
    }

    .pr-fhd-3,.px-fhd-3 {
        padding-right: 1rem!important
    }

    .pb-fhd-3,.py-fhd-3 {
        padding-bottom: 1rem!important
    }

    .pl-fhd-3,.px-fhd-3 {
        padding-left: 1rem!important
    }

    .p-fhd-4 {
        padding: 1.5rem!important
    }

    .pt-fhd-4,.py-fhd-4 {
        padding-top: 1.5rem!important
    }

    .pr-fhd-4,.px-fhd-4 {
        padding-right: 1.5rem!important
    }

    .pb-fhd-4,.py-fhd-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-fhd-4,.px-fhd-4 {
        padding-left: 1.5rem!important
    }

    .p-fhd-5 {
        padding: 3rem!important
    }

    .pt-fhd-5,.py-fhd-5 {
        padding-top: 3rem!important
    }

    .pr-fhd-5,.px-fhd-5 {
        padding-right: 3rem!important
    }

    .pb-fhd-5,.py-fhd-5 {
        padding-bottom: 3rem!important
    }

    .pl-fhd-5,.px-fhd-5 {
        padding-left: 3rem!important
    }

    .m-fhd-n1 {
        margin: -.25rem!important
    }

    .mt-fhd-n1,.my-fhd-n1 {
        margin-top: -.25rem!important
    }

    .mr-fhd-n1,.mx-fhd-n1 {
        margin-right: -.25rem!important
    }

    .mb-fhd-n1,.my-fhd-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-fhd-n1,.mx-fhd-n1 {
        margin-left: -.25rem!important
    }

    .m-fhd-n2 {
        margin: -.5rem!important
    }

    .mt-fhd-n2,.my-fhd-n2 {
        margin-top: -.5rem!important
    }

    .mr-fhd-n2,.mx-fhd-n2 {
        margin-right: -.5rem!important
    }

    .mb-fhd-n2,.my-fhd-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-fhd-n2,.mx-fhd-n2 {
        margin-left: -.5rem!important
    }

    .m-fhd-n3 {
        margin: -1rem!important
    }

    .mt-fhd-n3,.my-fhd-n3 {
        margin-top: -1rem!important
    }

    .mr-fhd-n3,.mx-fhd-n3 {
        margin-right: -1rem!important
    }

    .mb-fhd-n3,.my-fhd-n3 {
        margin-bottom: -1rem!important
    }

    .ml-fhd-n3,.mx-fhd-n3 {
        margin-left: -1rem!important
    }

    .m-fhd-n4 {
        margin: -1.5rem!important
    }

    .mt-fhd-n4,.my-fhd-n4 {
        margin-top: -1.5rem!important
    }

    .mr-fhd-n4,.mx-fhd-n4 {
        margin-right: -1.5rem!important
    }

    .mb-fhd-n4,.my-fhd-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-fhd-n4,.mx-fhd-n4 {
        margin-left: -1.5rem!important
    }

    .m-fhd-n5 {
        margin: -3rem!important
    }

    .mt-fhd-n5,.my-fhd-n5 {
        margin-top: -3rem!important
    }

    .mr-fhd-n5,.mx-fhd-n5 {
        margin-right: -3rem!important
    }

    .mb-fhd-n5,.my-fhd-n5 {
        margin-bottom: -3rem!important
    }

    .ml-fhd-n5,.mx-fhd-n5 {
        margin-left: -3rem!important
    }

    .m-fhd-auto {
        margin: auto!important
    }

    .mt-fhd-auto,.my-fhd-auto {
        margin-top: auto!important
    }

    .mr-fhd-auto,.mx-fhd-auto {
        margin-right: auto!important
    }

    .mb-fhd-auto,.my-fhd-auto {
        margin-bottom: auto!important
    }

    .ml-fhd-auto,.mx-fhd-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: monospace;
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1366px) {
    .text-xxl-left {
        text-align:left!important
    }

    .text-xxl-right {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1920px) {
    .text-fhd-left {
        text-align:left!important
    }

    .text-fhd-right {
        text-align: right!important
    }

    .text-fhd-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-regular {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #6c0!important
}

a.text-success:focus,a.text-success:hover {
    color: #4d9900!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #ea0e23!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #ba0b1c!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.home-hero {
    padding-top: 6rem;
    position: relative;
    min-height: 1150px
}

@media (max-width: 1919.98px) {
    .home-hero {
        min-height:900px
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height:560px
    }
}

.home-hero__wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 100
}

@media (min-width: 576px) {
    .home-hero__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .home-hero__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .home-hero__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .home-hero__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .home-hero__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .home-hero__wrap {
        max-width:1860px
    }
}

.home-hero-bg__wrap {
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .home-hero-bg__wrap:before {
        display:block;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 22rem;
        width: 100%;
        background: #f9f7f4
    }
}

.home-hero-bg__img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none
}

@media (max-width: 991.98px) {
    .home-hero-bg__img {
        padding-top:20rem;
        transform: none!important
    }
}

.home-hero-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 2rem
}

@media (max-width: 991.98px) {
    .home-hero-headline__wrap {
        padding-top:3rem;
        padding-bottom: 2rem
    }
}

.home-hero-headline__head {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: .5rem
}

@media (min-width: 1920px) {
    .home-hero-headline__head {
        font-size:4.375rem
    }
}

@media (max-width: 767.98px) {
    .home-hero-headline__head {
        font-size:1.96875rem
    }
}

@media (max-width: 991.98px) {
    .home-hero-headline__head {
        transform:none!important
    }
}

.home-hero-headline__sub {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.2
}

@media (min-width: 1920px) {
    .home-hero-headline__sub {
        font-size:2.1875rem
    }
}

@media (max-width: 767.98px) {
    .home-hero-headline__sub {
        font-size:1.25rem
    }
}

@media (max-width: 991.98px) {
    .home-hero-headline__sub {
        transform:none!important
    }
}

.home-hero-products__wrap {
    position: relative;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 991.98px) {
    .home-hero-products__wrap {
        display:flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-points-x: repeat(100%);
        scroll-snap-type: mandatory
    }
}

.home-hero-products__cabinet {
    perspective: 1500px;
    position: absolute;
    width: 40rem;
    height: auto;
    left: 0;
    top: 110%
}

.home-hero-products__cabinet img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: .375rem;
    box-shadow: 5px 62.5px 125px -25px rgba(51,40,31,.5),2px 37.5px 75px -37.5px rgba(51,40,31,.06);
    transform: rotate3d(.81,15,0,20deg) rotate(-2deg);
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .home-hero-products__cabinet img {
        transform:none;
        box-shadow: none
    }
}

@media (max-width: 1919.98px) {
    .home-hero-products__cabinet {
        width:30rem
    }
}

@media (max-width: 1365.98px) {
    .home-hero-products__cabinet {
        width:25rem;
        top: 90%
    }
}

@media (max-width: 991.98px) {
    .home-hero-products__cabinet {
        position:relative;
        perspective: none;
        width: 100%;
        flex-shrink: 0;
        transform: none!important
    }
}

.home-hero-products__cabinet:hover {
    z-index: 1000
}

.home-hero-products__cabinet:hover img {
    transform: rotate3d(0,0,0,0deg) rotate(0deg);
    box-shadow: 0 62.5px 125px -25px rgba(51,40,31,.5),0 37.5px 75px -37.5px rgba(51,40,31,.06)
}

@media (max-width: 991.98px) {
    .home-hero-products__cabinet:hover img {
        box-shadow:none
    }
}

.home-hero-products__tradepoint {
    perspective: 1500px;
    position: absolute;
    width: 40rem;
    height: auto;
    right: 0;
    top: 110%
}

.home-hero-products__tradepoint img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: .375rem;
    box-shadow: -37.2px 62.5px 125px -25px rgba(50,50,93,.5),22.3px 37.5px 75px -37.5px rgba(0,0,0,.6);
    transform: rotate3d(80,-2,.1,12deg) rotate(1deg);
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .home-hero-products__tradepoint img {
        transform:none;
        box-shadow: none
    }
}

@media (max-width: 1919.98px) {
    .home-hero-products__tradepoint {
        width:30rem
    }
}

@media (max-width: 1365.98px) {
    .home-hero-products__tradepoint {
        width:25rem;
        top: 90%
    }
}

@media (max-width: 991.98px) {
    .home-hero-products__tradepoint {
        position:relative;
        perspective: none;
        width: 100%;
        flex-shrink: 0;
        transform: none!important
    }
}

.home-hero-products__tradepoint:hover {
    z-index: 1000
}

.home-hero-products__tradepoint:hover img {
    transform: rotate3d(0,0,0,0deg) rotate(0deg);
    box-shadow: 0 62.5px 125px -25px rgba(50,50,93,.5),0 37.5px 75px -37.5px rgba(0,0,0,.6)
}

@media (max-width: 991.98px) {
    .home-hero-products__tradepoint:hover img {
        box-shadow:none
    }
}

.home-hero-products__backoffice {
    perspective: 1500px;
    position: absolute;
    width: 50rem;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home-hero-products__backoffice img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: .375rem;
    box-shadow: 0 62.5px 133px -25px rgba(51,40,31,.5),0 37.5px 75px -37.5px rgba(51,40,31,.06);
    transform: rotate3d(120,60,10,15deg) rotate(-2deg);
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .home-hero-products__backoffice img {
        transform:none;
        box-shadow: none
    }
}

.home-hero-products__backoffice:hover img {
    transform: rotate3d(0,0,0,0deg) rotate(0deg)
}

@media (max-width: 1919.98px) {
    .home-hero-products__backoffice {
        width:40rem
    }
}

@media (max-width: 1365.98px) {
    .home-hero-products__backoffice {
        width:30rem
    }
}

@media (max-width: 991.98px) {
    .home-hero-products__backoffice {
        position:relative;
        perspective: none;
        width: 100%;
        flex-shrink: 0;
        transform: none!important
    }
}

.home-hero-products__mobile {
    perspective: 1500px;
    z-index: 4;
    left: 20%;
    top: 100%;
    position: absolute;
    width: 12rem;
    height: auto
}

.home-hero-products__mobile img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: .5rem;
    box-shadow: -10px 30px 125px -15px rgba(51,40,31,.5),-10px 37.5px 75px -37.5px rgba(0,0,0,.6);
    transform: rotate3d(.5,.866,0,16deg) rotate(-2deg);
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .home-hero-products__mobile img {
        transform:none
    }
}

@media (max-width: 1919.98px) {
    .home-hero-products__mobile {
        width:10rem
    }
}

@media (max-width: 1365.98px) {
    .home-hero-products__mobile {
        width:8rem
    }
}

.home-hero-products__mobile:hover {
    z-index: 1000
}

.home-hero-products__mobile:hover img {
    transform: rotate3d(0,0,0,0deg) rotate(0deg);
    box-shadow: 0 62.5px 125px -25px rgba(51,40,31,.5),0 37.5px 75px -37.5px rgba(0,0,0,.6)
}

@media (max-width: 991.98px) {
    .home-hero-products__mobile {
        position:relative;
        perspective: none;
        display: none
    }
}

.home-feat {
    padding-bottom: 4rem
}

.home-feat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

@media (max-width: 991.98px) {
    .home-feat-item__header {
        display:flex;
        flex-direction: row;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: .5rem
    }
}

.home-feat-item__img {
    display: block;
    height: 4rem;
    padding: 0;
    margin: 0 0 1rem;
    user-select: none;
    pointer-events: none
}

@media (max-width: 991.98px) {
    .home-feat-item__img {
        height:3rem;
        margin-right: .25rem;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .home-feat-item__img {
        height:4rem;
        margin-right: .5rem
    }
}

.home-feat-item__head {
    color: #080503;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1;
    margin: 1.5rem 0 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .home-feat-item__head {
        font-size:1.25rem;
        line-height: 1.1;
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .home-feat-item__head {
        font-size:1.96875rem
    }
}

.home-feat-item__sub {
    color: #495057;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
    margin: .5rem 0 0;
    padding: 0
}

.home-contact__wrap {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 2px dashed #ffc107
}

@media (min-width: 1920px) {
    .home-contact__wrap {
        max-width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .home-contact__wrap {
        padding:2rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

.home-contact__img {
    user-select: none;
    pointer-events: none
}

.home-contact__head {
    color: #000;
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .home-contact__head {
        font-size:2.625rem;
        text-align: center;
        margin-top: 1rem
    }
}

.home-contact__sub {
    color: #495057;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .home-contact__sub {
        font-size:1rem;
        text-align: center;
        margin-top: 1rem
    }
}

.home-contact .btn {
    box-shadow: none;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .home-contact .btn {
        display:block
    }
}

.home-numbers {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media (max-width: 1365.98px) {
    .home-numbers {
        padding-top:3rem;
        padding-bottom: 3rem
    }
}

.home-numbers-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center
}

@media (max-width: 1365.98px) {
    .home-numbers-item {
        margin-top:0;
        margin-bottom: 0
    }
}

@media (max-width: 991.98px) {
    .home-numbers-item {
        flex:0 0 33.33333%;
        max-width: 33.33333%;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .home-numbers-item:nth-child(4),.home-numbers-item:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767.98px) {
    .home-numbers-item {
        flex:0 0 50%;
        max-width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .home-numbers-item:last-child {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.home-numbers__title {
    display: block;
    font-size: 4.375rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    padding: 0;
    line-height: 1
}

.home-numbers__title.one {
    color: #ef3a27
}

.home-numbers__title.two {
    color: #f4652a
}

.home-numbers__title.three {
    color: #fa9d2f
}

.home-numbers__title.four {
    color: #fc3
}

.home-numbers__title.five {
    color: #ffe033
}

@media (max-width: 1365.98px) {
    .home-numbers__title {
        font-size:3.0625rem
    }
}

@media (max-width: 991.98px) {
    .home-numbers__title {
        font-size:2.625rem
    }
}

.home-numbers__text {
    color: #6c757d;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    margin: .5rem 0 0;
    padding: 0;
    line-height: 1
}

@media (max-width: 1365.98px) {
    .home-numbers__text {
        font-size:1rem
    }
}

@media (max-width: 991.98px) {
    .home-numbers__text {
        font-size:1.125rem
    }
}

.home-benefits-img {
    user-select: none;
    pointer-events: none;
    display: block;
    margin: auto;
    max-width: 70%;
    height: auto
}

@media (max-width: 991.98px) {
    .home-benefits-img {
        max-width:100%
    }
}

.home-benefits-headline__head {
    display: block;
    color: #000;
    font-size: 2.40625rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .home-benefits-headline__head {
        margin-top:2rem;
        text-align: center
    }

    .home-benefits-headline__head br {
        display: none
    }
}

.home-benefits-headline__sub {
    display: block;
    color: #495057;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2rem
}

@media (max-width: 767.98px) {
    .home-benefits-headline__sub {
        text-align:center
    }
}

.home-benefits-headline__link {
    display: inline-block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    transition: all .1s linear
}

.home-benefits-headline__link.orange {
    border-bottom: 2px solid #ffc107
}

.home-benefits-headline__link.orange:hover {
    color: #ffc107
}

.home-benefits-headline__link.red {
    border-bottom: 2px solid #ea0e23
}

.home-benefits-headline__link.red:hover {
    color: #ea0e23
}

@media (max-width: 991.98px) {
    .home-benefits-headline__link {
        text-align:center
    }
}

@media (min-width: 1920px) {
    .home-benefits {
        max-width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .home-benefits {
        padding-top:2rem;
        padding-bottom: 2rem
    }
}

.home-benefits-row {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media (max-width: 991.98px) {
    .home-benefits-row {
        padding-top:2rem;
        padding-bottom: 2rem;
        text-align: center
    }
}

.home-prices {
    padding-top: 8rem;
    padding-bottom: 4rem
}

@media (max-width: 991.98px) {
    .home-prices {
        padding-top:0;
        padding-bottom: 2rem
    }
}

.home-prices-headline {
    text-align: center
}

.home-prices-headline__head {
    display: block;
    color: #000;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 .25rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .home-prices-headline__head {
        font-size:1.75rem
    }
}

.home-prices-headline__sub {
    display: block;
    color: #495057;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .25rem 0 1.25rem;
    padding: 0
}

.home-prices .card-price {
    box-shadow: none
}

.home-prices .card-price.r {
    border: 2px solid #ffc107
}

.home-prices .card-price.h {
    border: 2px solid #007bff
}

.home-prices .card-price.s {
    border: 2px solid #ea0e23
}

.home-prices .btn-s {
    color: #080503;
    border: 2px solid #080503;
    transition: all .1s linear
}

.home-prices .btn-s:hover {
    transform: none;
    color: #ffc107;
    border-color: #ffc107;
    box-shadow: none
}

.home-prices .btn-m {
    color: #54371d;
    background: #ffc107;
    border: 2px solid transparent;
    transition: all .1s linear
}

.home-prices .btn-m:hover {
    background: #edb100;
    transform: none;
    box-shadow: none
}

.home-prices .btn-h {
    color: #fff;
    background: #007bff;
    border: 2px solid transparent;
    transition: all .1s linear
}

.home-prices .btn-h:hover {
    background: #006fe6;
    transform: none;
    box-shadow: none
}

.products-hero {
    padding-top: 6rem;
    position: relative;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .products-hero {
        padding-top:4rem
    }
}

.products-hero:before {
    content: "";
    display: block;
    position: absolute;
    left: -20%;
    top: -10%;
    width: 140%;
    height: 100%;
    background-image: linear-gradient(130deg,#f9f7f4,#eef1f5);
    transform: rotate(3deg);
    z-index: -1
}

.products-hero-bg__wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-top: 5rem;
    z-index: 10
}

.products-hero-bg-backoffice__wrap {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 10%;
    z-index: 3
}

@media (max-width: 991.98px) {
    .products-hero-bg-backoffice__wrap {
        width:100%
    }
}

.products-hero-bg-backoffice__base {
    position: relative;
    z-index: 1;
    user-select: none;
    pointer-events: none
}

.products-hero-bg-backoffice__shadow {
    position: absolute;
    bottom: 10%;
    width: 80%;
    left: 10%;
    user-select: none;
    pointer-events: none
}

.products-hero-bg-tradepoint__wrap {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    padding-bottom: 10%;
    top: 0
}

@media (max-width: 991.98px) {
    .products-hero-bg-tradepoint__wrap {
        width:50%
    }
}

.products-hero-bg-tradepoint__base {
    position: relative;
    z-index: 1;
    user-select: none;
    pointer-events: none
}

.products-hero-bg-tradepoint__shadow {
    position: absolute;
    bottom: 15%;
    width: 80%;
    left: 10%;
    user-select: none;
    pointer-events: none
}

@media (max-width: 991.98px) {
    .products-hero-bg-tradepoint__shadow {
        bottom:40%
    }
}

.products-hero-bg-cabinet__wrap {
    width: 35%;
    right: 0;
    position: absolute;
    padding-bottom: 25%;
    z-index: 2
}

@media (max-width: 991.98px) {
    .products-hero-bg-cabinet__wrap {
        width:50%;
        padding-bottom: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

.products-hero-bg-cabinet__base {
    position: relative;
    z-index: 1;
    user-select: none;
    pointer-events: none
}

.products-hero-bg-cabinet__shadow {
    position: absolute;
    top: 40%;
    width: 80%;
    left: 10%;
    user-select: none;
    pointer-events: none
}

.products-hero__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .products-hero__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .products-hero__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .products-hero__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .products-hero__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .products-hero__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .products-hero__wrap {
        max-width:1860px
    }
}

.products-hero-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem
}

@media (max-width: 991.98px) {
    .products-hero-headline__wrap {
        padding-top:3rem;
        padding-bottom: 2rem
    }
}

.products-hero-headline__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 4.375rem;
    line-height: 1.2;
    margin-bottom: .5rem
}

@media (min-width: 1920px) {
    .products-hero-headline__head {
        font-size:5.25rem
    }
}

@media (max-width: 767.98px) {
    .products-hero-headline__head {
        font-size:1.96875rem
    }
}

@media (max-width: 991.98px) {
    .products-hero-headline__head {
        transform:none!important
    }
}

.products-hero-headline__sub {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.2
}

@media (min-width: 1920px) {
    .products-hero-headline__sub {
        font-size:1.75rem
    }
}

@media (max-width: 767.98px) {
    .products-hero-headline__sub {
        font-size:1.25rem
    }
}

@media (max-width: 991.98px) {
    .products-hero-headline__sub {
        transform:none!important
    }
}

.products-items {
    box-shadow: none;
    margin-top: 4rem
}

.products-items-description__logo {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 4rem;
    max-width: calc(100vw - 30px);
    margin: 0 0 0.5rem;
    padding: 0
}

.products-items-description__paragraph {
    color: #080503;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: .5rem 0
}

.products-items-description-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px dashed #ffc107;
    padding: 1rem 1.25rem;
    border-radius: .5rem;
    margin-top: 1rem
}

.products-items-description-features__item {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    width: 50%;
    flex-grow: 1;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: .5rem;
    position: relative;
    padding-left: 1.5rem
}

@media (min-width: 1920px) {
    .products-items-description-features__item {
        width:33.33%
    }
}

.products-items-description-features__item:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    top: .125rem;
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-left: -1.5rem;
    margin-right: .5rem;
    background: url(../../build/images/checkmark-green.57e8940b.svg) no-repeat 50% 50%;
    user-select: none;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .products-items-description-features__item {
        width:100%
    }
}

.products-items-description .btn.disabled {
    color: #000;
    background: #ffc107
}

.products-items-description .btn.disabled svg {
    fill: #adb5bd
}

.products-items-buttons__wrapper {
    margin-top: 2rem
}

@media (max-width: 991.98px) {
    .products-items-buttons__wrapper {
        display:flex;
        justify-content: center;
        margin-top: 2.5rem
    }

    .products-items-buttons__wrapper .btn {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

.products-items-img__image {
    max-width: 80%;
    height: auto;
    user-select: none;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .products-items-img__image {
        max-width:100%
    }
}

.products-items-img__image.sm {
    max-width: 50%
}

.products-items-img__wrapper {
    text-align: center
}

@media (max-width: 991.98px) {
    .products-items-img__wrapper {
        margin-bottom:1.25rem
    }
}

.products-items .row {
    border-bottom: 1px solid #f8f9fa;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 991.98px) {
    .products-items .row {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}

.products-items .row:last-child {
    border-bottom: 0
}

.products-items .row:focus {
    animation-name: row-focus;
    animation-duration: 2.5s;
    animation-delay: 0;
    animation-iteration-count: 1;
    outline: none
}

@keyframes row-focus {
    0% {
        box-shadow: 0 0 0 transparent
    }

    50% {
        box-shadow: 0 0 40px rgba(255,193,7,.4)
    }

    to {
        box-shadow: 0 0 0 transparent
    }
}

.products-start {
    background: #54a800;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 2rem 0 0
}

.products-start__heading {
    font-size: 2.1875rem;
    font-weight: 700
}

.products-start__heading,.products-start__sub {
    color: #fff;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1
}

.products-start__sub {
    font-size: 1.75rem;
    font-weight: 300
}

.products-start .btn {
    background: rgba(0,0,0,.4);
    box-shadow: none;
    padding: 1rem 2rem;
    margin: 1rem 0 0
}

.products-start .btn i {
    transform: translateX(0);
    transition: all .1s linear
}

.products-start .btn:hover {
    transform: none;
    background: rgba(0,0,0,.6)
}

.products-start .btn:hover i {
    transform: translateX(5px)
}

.backoffice {
    background: #f8f9fa
}

.backoffice-hero {
    height: 50rem;
    background-image: linear-gradient(180deg,#570eb9,#8a2fe8);
    clip-path: polygon(100% 0,100% 88%,70% 100%,26% 89%,0 100%,0 0);
    overflow: hidden
}

.backoffice-hero-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50vw;
    width: 50vw
}

@media (max-width: 991.98px) {
    .backoffice-hero-bg {
        width:100%
    }
}

.backoffice-hero-bg__c1,.backoffice-hero-bg__c2,.backoffice-hero-bg__c3 {
    background-image: radial-gradient(circle at 150%,hsla(0,0%,100%,.1),transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    animation: pulse 3s linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.backoffice-hero-bg__c1 {
    height: 20vw;
    width: 20vw;
    border-radius: 20vw
}

@media (max-width: 991.98px) {
    .backoffice-hero-bg__c1 {
        width:50vw;
        height: 50vw;
        border-radius: 50vw
    }
}

.backoffice-hero-bg__c2 {
    height: 35vw;
    width: 35vw;
    border-radius: 35vw
}

@media (max-width: 991.98px) {
    .backoffice-hero-bg__c2 {
        width:70vw;
        height: 70vw;
        border-radius: 70vw
    }
}

.backoffice-hero-bg__c3 {
    height: 50vw;
    width: 50vw;
    border-radius: 50vw
}

@media (max-width: 991.98px) {
    .backoffice-hero-bg__c3 {
        width:100vw;
        height: 100vw;
        border-radius: 100vw
    }
}

.backoffice-hero__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 1
}

@media (min-width: 576px) {
    .backoffice-hero__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .backoffice-hero__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .backoffice-hero__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .backoffice-hero__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .backoffice-hero__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .backoffice-hero__wrap {
        max-width:1860px
    }
}

.backoffice-hero-notebook__wrap {
    position: absolute;
    max-width: 60%;
    flex: 0 0 60%
}

@media (max-width: 991.98px) {
    .backoffice-hero-notebook__wrap {
        position:relative;
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 25vw
    }
}

.backoffice-hero-notebook__img {
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    height: auto
}

.backoffice-hero-headline__wrap {
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2
}

@media (max-width: 991.98px) {
    .backoffice-hero-headline__wrap {
        max-width:100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: -10rem
    }
}

.backoffice-hero-headline__head {
    display: block;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    .backoffice-hero-headline__head {
        font-size:1.75rem
    }

    .backoffice-hero-headline__head br {
        display: none
    }
}

.backoffice-hero-headline__sub {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .backoffice-hero-headline__sub {
        font-size:1rem
    }
}

.backoffice-feat {
    background: #F5F5F5;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .backoffice-feat {
        padding-top:2rem;
        padding-bottom: 2rem
    }
}

.backoffice-feat__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .backoffice-feat__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .backoffice-feat__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .backoffice-feat__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .backoffice-feat__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .backoffice-feat__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .backoffice-feat__wrap {
        max-width:1860px
    }
}

@media (max-width: 991.98px) {
    .backoffice-feat__wrap {
        overflow:hidden
    }
}

.backoffice-feat-images__wrap {
    max-width: 50%;
    flex: 0 0 50%
}

@media (max-width: 991.98px) {
    .backoffice-feat-images__wrap {
        order:1;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 3rem
    }
}

.backoffice-feat-images__image {
    user-select: none;
    pointer-events: none;
    display: block;
    max-height: 25rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .backoffice-feat-images__image {
        height:auto;
        width: 140%;
        padding-left: 0
    }
}

.backoffice-feat-images__hand {
    user-select: none;
    pointer-events: none;
    position: absolute;
    max-height: 18rem;
    right: 0;
    bottom: 14%;
    max-height: 14rem;
    right: -5%
}

@media (max-width: 1919.98px) {
    .backoffice-feat-images__hand {
        max-height:12rem;
        right: -15%
    }
}

@media (max-width: 1365.98px) {
    .backoffice-feat-images__hand {
        max-height:12rem;
        right: -25%
    }
}

@media (max-width: 1199.98px) {
    .backoffice-feat-images__hand {
        max-height:12rem;
        right: -35%
    }
}

@media (max-width: 991.98px) {
    .backoffice-feat-images__hand {
        max-height:10rem;
        right: -20%;
        top: 30%
    }
}

@media (max-width: 767.98px) {
    .backoffice-feat-images__hand {
        max-height:6rem;
        right: -30%;
        top: 25%
    }
}

.backoffice-feat-headline__wrap {
    display: flex;
    flex-direction: column;
    width: 40%
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline__wrap {
        order:2;
        width: 100%;
        text-align: center
    }
}

.backoffice-feat-headline__head {
    display: block;
    color: #000;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.4rem
}

@media (min-width: 1920px) {
    .backoffice-feat-headline__head {
        font-size:4.375rem
    }
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline__head {
        font-size:1.96875rem
    }
}

.backoffice-feat-headline__sub {
    display: block;
    color: #000;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width: 1920px) {
    .backoffice-feat-headline__sub {
        font-size:1.40625rem
    }
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline__sub {
        font-size:1rem
    }
}

.backoffice-feat-headline-touch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline-touch {
        justify-content:center;
        padding-top: 1rem
    }
}

.backoffice-feat-headline-touch__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;
        padding-bottom: 2rem;
        margin-right: 2rem
}

.backoffice-feat-headline-touch__wrap:last-child {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline-touch__wrap {
        align-items:center;
        margin-right: 1.5rem
    }
}

.backoffice-feat-headline-touch__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 4rem;
    margin-bottom: .75rem
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline-touch__img {
        height:2rem
    }
}

.backoffice-feat-headline-touch__head {
    display: block;
    color: #6c757d;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2
}

@media (max-width: 991.98px) {
    .backoffice-feat-headline-touch__head {
        font-size:.7rem
    }
}

.backoffice-perfomance {
    position: relative;
    overflow: hidden;
    background: url(images/grid.2bf1c459.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 35%;
    background-color: #fff
}

.backoffice-perfomance__wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 8rem 15px 23rem;
    position: relative
}

@media (min-width: 576px) {
    .backoffice-perfomance__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .backoffice-perfomance__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .backoffice-perfomance__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .backoffice-perfomance__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .backoffice-perfomance__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .backoffice-perfomance__wrap {
        max-width:1860px;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .backoffice-perfomance__wrap {
        padding-top:2rem
    }
}

.backoffice-perfomance__bg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 6rem;
    left: 0
}

.backoffice-perfomance-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    z-index: 2
}

@media (min-width: 768px) {
    .backoffice-perfomance-headline__wrap {
        max-width:75%
    }
}

@media (max-width: 991.98px) {
    .backoffice-perfomance-headline__wrap {
        max-width:100%
    }
}

.backoffice-perfomance-headline__head {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 4rem
}

@media (max-width: 991.98px) {
    .backoffice-perfomance-headline__head {
        text-align:center;
        font-size: 1.75rem
    }
}

.backoffice-perfomance-headline__sub {
    display: block;
    color: #495057;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .backoffice-perfomance-headline__sub {
        font-size:1rem
    }
}

.backoffice-perfomance-headline__fact {
    display: block;
    position: relative;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    .backoffice-perfomance-headline__fact {
        font-size:1.25rem
    }
}

.backoffice-perfomance-headline__fact:before {
    content: "▶";
    color: #ffc107;
    margin-right: .5rem
}

.backoffice-benefits__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .backoffice-benefits__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .backoffice-benefits__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .backoffice-benefits__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .backoffice-benefits__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .backoffice-benefits__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .backoffice-benefits__wrap {
        max-width:1860px;
        width: 60%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 991.98px) {
    .backoffice-benefits__wrap {
        width:100%
    }
}

.backoffice-benefits-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 8rem;
}

.backoffice-benefits-headline__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: .5rem
}

@media (min-width: 1920px) {
    .backoffice-benefits-headline__head {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .backoffice-benefits-headline__head {
        text-align:center;
        font-size: 1.75rem
    }
}

.backoffice-benefits-headline__sub {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5
}

@media (min-width: 1920px) {
    .backoffice-benefits-headline__sub {
        font-size:1.40625rem
    }
}

.backoffice-benefits__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center
}

.backoffice-benefits__row:nth-child(2n) {
    flex-direction: row-reverse
}

.backoffice-benefits-screen__wrap {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem;
    perspective: 1500px
}

@media (max-width: 991.98px) {
    .backoffice-benefits-screen__wrap {
        flex:0 0 100%;
        max-width: 100%;
        perspective: 0;
        padding: 1rem;
        margin-bottom: 2rem;
        margin-top: 3rem
    }
}

.backoffice-benefits-screen__img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: 1rem;
    box-shadow: 5px 62.5px 125px -25px rgba(0,0,0,.15),2px 37.5px 75px -37.5px rgba(51,40,31,.06);
    transform: rotate3d(0,15,0,-20deg) rotate(0deg)
}

.backoffice-benefits-screen__img.reverse {
    transform: rotate3d(0,15,0,20deg) rotate(0deg)
}

@media (max-width: 991.98px) {
    .backoffice-benefits-screen__img.reverse {
        transform:none
    }
}

.backoffice-benefits-screen__img.sm {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991.98px) {
    .backoffice-benefits-screen__img {
        transform:none
    }
}

.backoffice-benefits-text__wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 991.98px) {
    .backoffice-benefits-text__wrap {
        flex:0 0 100%;
        max-width: 100%
    }
}

.backoffice-benefits-text__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 1.1;
    margin-bottom: .5rem
}

.backoffice-benefits-text__sub {
    display: block;
    color: #495057;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5
}

.backoffice-benefits-text-fact__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.backoffice-benefits-text-fact__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 2.625rem;
    border: 2px solid #6c0;
    border-radius: .5rem;
    padding: .5rem 1rem .375rem;
    margin: 0 1rem 0 0;
    line-height: 1
}

.backoffice-benefits-text-fact__sub {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 1.25rem
}

.tradepoint {
    background: #f8f9fa
}

.tradepoint-hero {
    position: relative;
    height: 64rem;
    background-color: #006dff;
    background-repeat: repeat-x;
    background-position: bottom
}

.tradepoint-hero__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%
}

@media (min-width: 576px) {
    .tradepoint-hero__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .tradepoint-hero__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .tradepoint-hero__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .tradepoint-hero__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .tradepoint-hero__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .tradepoint-hero__wrap {
        max-width:1860px
    }
}

@media (max-width: 991.98px) {
    .tradepoint-hero__wrap {
        padding-top:6rem
    }
}

@media (max-width: 991.98px) {
    .tradepoint-hero {
        height:100vh;
        background-image: none!important
    }
}

.tradepoint-hero-bg__wrap {
    width: 100%;
    position: absolute;
    bottom: 0
}

.tradepoint-hero-bg__img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none
}

.tradepoint-hero-headline__wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 0 0 50%;
    padding-right: 2rem
}

@media (max-width: 991.98px) {
    .tradepoint-hero-headline__wrap {
        width:100%;
        flex: 0 0 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-right: 0;
        order: 2
    }
}

.tradepoint-hero-headline__head {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 6.125rem;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (max-width: 1919.98px) {
    .tradepoint-hero-headline__head {
        font-size:5.25rem
    }
}

@media (max-width: 991.98px) {
    .tradepoint-hero-headline__head {
        font-size:2.1875rem
    }
}

.tradepoint-hero-headline__sub {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.5
}

@media (max-width: 1919.98px) {
    .tradepoint-hero-headline__sub {
        font-size:1.25rem
    }
}

.tradepoint-hero-products__wrap {
    position: relative;
    height: 100%;
    width: 50%;
    padding: 0;
    height: auto
}

@media (max-width: 991.98px) {
    .tradepoint-hero-products__wrap {
        width:100%;
        order: 1;
        padding: 0;
        height: auto
    }
}

.tradepoint-hero-products__wrap:after {
    content: "";
    height: 50rem;
    width: 50rem;
    border-radius: 100rem;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(.1);
    left: 0;
    animation: blob 3s linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    left: -15%
}

@keyframes blob {
    0% {
        opacity: 1;
        border: 10px solid #fff;
        transform: translateY(-50%) scale(.1)
    }

    to {
        opacity: 0;
        border: 2px solid #fff;
        transform: translateY(-50%) scale(1.2)
    }
}

@media (max-width: 991.98px) {
    .tradepoint-hero-products__wrap:after {
        height:20rem;
        width: 20rem;
        top: 50%
    }
}

.tradepoint-hero-products__wrap:before {
    content: "";
    height: 50rem;
    width: 50rem;
    border-radius: 100rem;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(.1);
    left: 0;
    animation: blob2 3s linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    left: -15%
}

@keyframes blob2 {
    0% {
        opacity: 1;
        border: 10px solid #fff;
        transform: translateY(-50%) scale(.1)
    }

    to {
        opacity: 0;
        border: 2px solid #fff;
        transform: translateY(-50%) scale(1.2)
    }
}

@media (max-width: 991.98px) {
    .tradepoint-hero-products__wrap:before {
        height:20rem;
        width: 20rem;
        top: 50%
    }
}

.tradepoint-hero-products__mono {
    max-height: 100%;
    position: relative;
    z-index: 2;
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    height: auto
}

@media (max-width: 991.98px) {
    .tradepoint-hero-products__mono {
        height:auto;
        width: 100%
    }
}

.tradepoint-feat {
    background: #F5F5F5;
    margin: auto;
    text-align: center;
}

@media (max-width: 991.98px) {
    .tradepoint-feat {
        padding-top:2rem;
        padding-bottom: 2rem
    }
}

.tradepoint-feat__wrap {
    width: 100%;
    margin: auto;
}

@media (min-width: 576px) {
    .tradepoint-feat__wrap {
    }
}

@media (min-width: 768px) {
    .tradepoint-feat__wrap {
    }
}

@media (min-width: 992px) {
    .tradepoint-feat__wrap {
    }
}

@media (min-width: 1200px) {
    .tradepoint-feat__wrap {
    }
}

@media (min-width: 1366px) {
    .tradepoint-feat__wrap {
    }
}

@media (min-width: 1920px) {
    .tradepoint-feat__wrap {
    }
}

@media (max-width: 991.98px) {
    .tradepoint-feat__wrap {
        overflow:hidden
    }
}

.tradepoint-feat-images__wrap {
    max-width: 50%;
    flex: 0 0 50%
}

@media (max-width: 991.98px) {
    .tradepoint-feat-images__wrap {
        order:1;
    }
}

.tradepoint-feat-images__image {
    user-select: none;
    pointer-events: none;
    display: block;
    max-height: 30rem;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991.98px) {
    .tradepoint-feat-images__image {
        height:auto;
        width: 100%;
        margin-right: 0rem
    }
}

.tradepoint-feat-images__hand {
    user-select: none;
    pointer-events: none;
    position: absolute;
    max-height: 20rem;
    left: 0;
    top: 14%;
    max-height: 17rem;
    left: -5%
}

@media (max-width: 1365.98px) {
    .tradepoint-feat-images__hand {
        max-height:15rem;
        left: -12%
    }
}

@media (max-width: 991.98px) {
    .tradepoint-feat-images__hand {
        max-height:15rem;
        left: -40%
    }
}

@media (max-width: 767.98px) {
    .tradepoint-feat-images__hand {
        max-height:13rem;
        left: -42%
    }
}

.tradepoint-feat-headline__wrap {
    display: flex;
    flex-direction: column;
    width: 40%
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline__wrap {
        order:2;
        width: 100%;
        text-align: center
    }
}

.tradepoint-feat-headline__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: .5rem;
    font-size: 2.625rem
}

@media (min-width: 1920px) {
    .tradepoint-feat-headline__head {
        font-size:4.375rem
    }
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline__head {
        font-size:1.96875rem
    }
}

.tradepoint-feat-headline__sub {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5
}

@media (min-width: 1920px) {
    .tradepoint-feat-headline__sub {
        font-size:1.40625rem
    }
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline__sub {
        font-size:1rem
    }
}

.tradepoint-feat-headline-touch {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline-touch {
        justify-content:center;
        padding-top: 1rem
    }
}

.tradepoint-feat-headline-touch__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-right: 2rem
}

.tradepoint-feat-headline-touch__wrap:last-child {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline-touch__wrap {
        align-items:center;
        margin-right: 1.5rem
    }
}

.tradepoint-feat-headline-touch__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 4rem;
    margin-bottom: .75rem
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline-touch__img {
        height:2rem
    }
}

.tradepoint-feat-headline-touch__head {
    display: block;
    color: #6c757d;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2
}

@media (max-width: 991.98px) {
    .tradepoint-feat-headline-touch__head {
        font-size:.7rem
    }
}

.tradepoint-benefits__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .tradepoint-benefits__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .tradepoint-benefits__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .tradepoint-benefits__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .tradepoint-benefits__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .tradepoint-benefits__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .tradepoint-benefits__wrap {
        max-width:1860px;
        width: 60%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 991.98px) {
    .tradepoint-benefits__wrap {
        width:100%
    }
}

.tradepoint-benefits-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 8rem;
}

.tradepoint-benefits-headline__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: .5rem
}

@media (min-width: 1920px) {
    .tradepoint-benefits-headline__head {
        font-size:4.375rem
    }
}

@media (max-width: 991.98px) {
    .tradepoint-benefits-headline__head {
        text-align:center;
        font-size: 1.75rem
    }
}

.tradepoint-benefits-headline__sub {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5
}

@media (min-width: 1920px) {
    .tradepoint-benefits-headline__sub {
        font-size:1.40625rem
    }
}

.tradepoint-benefits__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center
}

.tradepoint-benefits__row:nth-child(2n) {
    flex-direction: row-reverse
}

.tradepoint-benefits-screen__wrap {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem;
    perspective: 1500px
}

@media (max-width: 991.98px) {
    .tradepoint-benefits-screen__wrap {
        flex:0 0 100%;
        max-width: 100%;
        perspective: 0;
        padding: 1rem;
        margin-bottom: 2rem;
        margin-top: 3rem
    }
}

.tradepoint-benefits-screen__img {
    user-select: none;
    pointer-events: none;
    display: block;
    border-radius: 1rem;
    box-shadow: 5px 62.5px 125px -25px rgba(0,0,0,.15),2px 37.5px 75px -37.5px rgba(51,40,31,.06);
    transform: rotate3d(0,15,0,-20deg) rotate(0deg)
}

.tradepoint-benefits-screen__img.reverse {
    transform: rotate3d(0,15,0,20deg) rotate(0deg)
}

@media (max-width: 991.98px) {
    .tradepoint-benefits-screen__img,.tradepoint-benefits-screen__img.reverse {
        transform:none
    }
}

.tradepoint-benefits-text__wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 991.98px) {
    .tradepoint-benefits-text__wrap {
        flex:0 0 100%;
        max-width: 100%
    }
}

.tradepoint-benefits-text__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 1.1;
    margin-bottom: .5rem
}

.tradepoint-benefits-text__sub {
    display: block;
    color: #495057;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5
}

.tradepoint-benefits-text-fact__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.tradepoint-benefits-text-fact__head {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 2.625rem;
    border: 2px solid #6c0;
    border-radius: .5rem;
    padding: .5rem 1rem .375rem;
    margin: 0 1rem 0 0;
    line-height: 1
}

.tradepoint-benefits-text-fact__sub {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 1.25rem
}

.tradepoint-perfomance {
    position: relative;
    overflow: hidden;
    background: url(images/grid.2bf1c459.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 35%;
    background-color: #fff
}

.tradepoint-perfomance__wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 8rem 15px 23rem;
    position: relative
}

@media (min-width: 576px) {
    .tradepoint-perfomance__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .tradepoint-perfomance__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .tradepoint-perfomance__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .tradepoint-perfomance__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .tradepoint-perfomance__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .tradepoint-perfomance__wrap {
        max-width:1860px;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .tradepoint-perfomance__wrap {
        padding-top:2rem
    }
}

.tradepoint-perfomance__bg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 6rem;
    left: 0
}

.tradepoint-perfomance-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    z-index: 2
}

@media (min-width: 768px) {
    .tradepoint-perfomance-headline__wrap {
        max-width:75%
    }
}

@media (max-width: 991.98px) {
    .tradepoint-perfomance-headline__wrap {
        max-width:100%
    }
}

.tradepoint-perfomance-headline__head {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 4rem
}

@media (max-width: 991.98px) {
    .tradepoint-perfomance-headline__head {
        text-align:center;
        font-size: 1.75rem
    }
}

.tradepoint-perfomance-headline__sub {
    display: block;
    color: #495057;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .tradepoint-perfomance-headline__sub {
        font-size:1rem
    }
}

.tradepoint-perfomance-headline__fact {
    display: block;
    position: relative;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    .tradepoint-perfomance-headline__fact {
        font-size:1.25rem
    }
}

.tradepoint-perfomance-headline__fact:before {
    content: "▶";
    color: #ffc107;
    margin-right: .5rem
}

.tradepoint-contact {
    background: #fff;
    border-top: 2px dashed #ffc107;
    border-bottom: 2px dashed #ffc107;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 4rem
}

.tradepoint-contact__wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 1rem
}

@media (min-width: 1920px) {
    .tradepoint-contact__wrap {
        max-width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .tradepoint-contact__wrap {
        padding:2rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

.tradepoint-contact__img {
    user-select: none;
    pointer-events: none
}

.tradepoint-contact__head {
    color: #000;
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .tradepoint-contact__head {
        font-size:2.625rem;
        text-align: center;
        margin-top: 1rem
    }
}

.tradepoint-contact__sub {
    color: #495057;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .tradepoint-contact__sub {
        font-size:1rem;
        text-align: center;
        margin-top: 1rem
    }
}

.tradepoint-contact .btn {
    box-shadow: none;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .tradepoint-contact .btn {
        display:block
    }
}

.tradepoint-prices {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (max-width: 991.98px) {
    .tradepoint-prices {
        padding-top:0;
        padding-bottom: 2rem
    }
}

.tradepoint-prices-headline {
    text-align: center
}

.tradepoint-prices-headline__head {
    display: block;
    color: #000;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 .25rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .tradepoint-prices-headline__head {
        font-size:1.75rem
    }
}

.tradepoint-prices-headline__sub {
    display: block;
    color: #495057;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .25rem 0 1.25rem;
    padding: 0
}

.tradepoint-prices .card-price {
    box-shadow: none
}

.tradepoint-prices .card-price.r {
    border: 2px solid #ffc107
}

.tradepoint-prices .card-price.h {
    border: 2px solid #007bff
}

.tradepoint-prices .card-price.s {
    border: 2px solid #ea0e23
}

.tradepoint-prices .btn-s {
    color: #080503;
    border: 2px solid #080503;
    transition: all .1s linear
}

.tradepoint-prices .btn-s:hover {
    transform: none;
    color: #ffc107;
    border-color: #ffc107;
    box-shadow: none
}

.tradepoint-prices .btn-m {
    color: #54371d;
    background: #ffc107;
    border: 2px solid transparent;
    transition: all .1s linear
}

.tradepoint-prices .btn-m:hover {
    background: #edb100;
    transform: none;
    box-shadow: none
}

.tradepoint-prices .btn-h {
    color: #fff;
    background: #007bff;
    border: 2px solid transparent;
    transition: all .1s linear
}

.tradepoint-prices .btn-h:hover {
    background: #006fe6;
    transform: none;
    box-shadow: none
}

.for-head {
    padding-top: 8rem;
    padding-bottom: 4rem
}

@media (max-width: 991.98px) {
    .for-head {
        padding-bottom:1rem
    }
}

.for-head-headline__heading {
    display: block;
    color: #080503;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
    .for-head-headline__heading {
        font-size:3.5rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .for-head-headline__heading {
        font-size:2.1875rem;
        margin-bottom: 1rem
    }
}

.for-head-headline__sub {
    display: block;
    color: #343a40;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 1.5rem
}

@media (max-width: 991.98px) {
    .for-head-headline__sub {
        margin-bottom:1.25rem
    }
}

@media (max-width: 767.98px) {
    .for-head-headline__sub {
        font-size:1.25rem;
        margin-top: 1rem
    }
}

.for-head__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: auto;
    margin-left: auto
}

.for-contact__wrap {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 2px dashed #ffc107
}

@media (min-width: 1920px) {
    .for-contact__wrap {
        max-width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .for-contact__wrap {
        padding:2rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

.for-contact__img {
    user-select: none;
    pointer-events: none
}

.for-contact__head {
    color: #000;
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .for-contact__head {
        font-size:2.625rem;
        text-align: center;
        margin-top: 1rem
    }
}

.for-contact__sub {
    color: #495057;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .for-contact__sub {
        font-size:1rem;
        text-align: center;
        margin-top: 1rem
    }
}

.for-contact .btn {
    box-shadow: none;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .for-contact .btn {
        display:block
    }
}

.for-menu__list {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .for-menu__list {
        white-space:nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .for-menu__list::-webkit-scrollbar {
        display: none
    }
}

.for-menu__item {
    display: inline-block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #080503;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all .1s linear
}

.for-menu__item:hover {
    color: #007bff
}

.for-menu__item.is-active {
    border-bottom: 2px solid #ffc107
}

@media (max-width: 991.98px) {
    .for-menu__item {
        margin-left:.75rem;
        margin-right: .75rem
    }

    .for-menu__item:first-child {
        margin-left: 0
    }

    .for-menu__item:last-child {
        margin-right: 0
    }
}

.for-content {
    background: #f8f9fa
}

.for-content__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 6rem;
    padding-bottom: 4rem;
    align-items: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    .for-content__row {
        padding-top:3rem;
        padding-bottom: 2rem
    }
}

.for-content-headline__heading {
    display: block;
    color: #080503;
    font-size: 2.84375rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .75rem
}

@media (max-width: 991.98px) {
    .for-content-headline__heading {
        font-size:2.1875rem
    }
}

.for-content-headline__sub {
    display: block;
    color: #6c757d;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: .5rem
}

@media (max-width: 991.98px) {
    .for-content-headline__sub {
        font-size:1.25rem 1.125
    }
}

.for-content-headline__img {
    user-select: none;
    pointer-events: none;
    display: block
}

@media (max-width: 991.98px) {
    .for-content-headline__img {
        margin-bottom:2rem
    }
}

.prices {
    background: #fff
}

.prices-welcome {
    display: flex;
    flex-direction: column;
    background: #007bff;
    background: linear-gradient(180deg,#005bea 0,#00c6fb 40%,hsla(0,0%,100%,.2));
    padding-top: 6rem;
    width: 100%;
    position: relative
}

.prices-welcome-bg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    mask-image: linear-gradient(0deg,transparent 0,#000 50%)
}

@media (min-width: 576px) {
    .prices-welcome-bg {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .prices-welcome-bg {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .prices-welcome-bg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .prices-welcome-bg {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .prices-welcome-bg {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .prices-welcome-bg {
        max-width:1860px
    }
}

@media (max-width: 767.98px) {
    .prices-welcome-bg {
        overflow:hidden
    }
}

.prices-welcome-bg__img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .2
}

@media (max-width: 767.98px) {
    .prices-welcome-bg__img {
        position:relative;
        left: -50%;
        width: 200%
    }
}

.prices-welcome-headline {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem
}

@media (max-width: 767.98px) {
    .prices-welcome-headline {
        padding-top:2rem;
        padding-bottom: 2rem
    }
}

.prices-welcome-headline__head {
    display: block;
    color: #fff;
    font-size: 4.375rem;
    font-size: 3.25vw;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 1.25rem
}

@media (max-width: 1365.98px) {
    .prices-welcome-headline__head {
        font-size:1.75rem;
        font-size: 5vw
    }
}

@media (max-width: 767.98px) {
    .prices-welcome-headline__head {
        font-size:2.1875rem
    }
}

.prices-welcome-headline__head svg {
    user-select: none;
    pointer-events: none;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    width: 2.25vw;
    height: 2.25vw;
    padding: 0;
    margin: 0 .125rem 0 -2.25vw;
    fill: #ffc107
}

@media (max-width: 767.98px) {
    .prices-welcome-headline__head svg {
        width:1.5rem;
        height: 1.5rem
    }
}

.prices-welcome-headline__sub {
    display: block;
    color: hsla(0,0%,100%,.7);
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    .prices-welcome-headline__sub {
        font-size:1.25rem
    }
}

.prices-welcome-rates {
    position: relative;
    z-index: 2;
    padding-bottom: 4rem
}

.prices-welcome-rates-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 2rem
}

.prices-welcome-rates-headline__head {
    display: block;
    color: #fff;
    font-size: 2.625rem;
    font-size: 2vw;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 .75rem
}

.prices-welcome-rates-headline__sub {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding: 0
}

.prices-welcome-rates .card-price .btn {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
    transition: all .1s linear
}

.prices-welcome-rates .card-price .btn:hover {
    box-shadow: none;
    background: #3395ff;
    border-color: #3395ff
}

.prices-welcome-rates .card-price .btn-r {
    color: #54371d;
    background: #ffc107;
    border-color: #ffc107
}

.prices-welcome-rates .card-price .btn-r:hover {
    color: #54371d;
    background: #ffce3a;
    border-color: #ffce3a
}

.prices-welcome-rates .card-price .btn-s {
    color: #fff;
    background: #ea0e23;
    border-color: #ea0e23
}

.prices-welcome-rates .card-price .btn-s:hover {
    color: #fff;
    background: #f3384a;
    border-color: #f3384a
}

.prices-welcome-rockets {
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    mask-image: linear-gradient(0deg,transparent 0,#000 20%)
}

.prices-welcome-rockets__item {
    display: block;
    height: auto;
    position: absolute;
    z-index: 0;
    bottom: 0
}

.prices-welcome-rockets__item .bod {
    animation-name: rocket;
    animation-duration: .25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear;
    transform-origin: center
}

@keyframes rocket {
    0% {
        transform: translateY(0) scaleX(1)
    }

    to {
        transform: translateY(2px) scaleX(.98)
    }
}

.prices-welcome-rockets__item .flame {
    animation-name: rocket-flame;
    animation-duration: .25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear;
    transform-origin: center
}

@keyframes rocket-flame {
    0% {
        transform: translateY(0) scaleX(1)
    }

    to {
        transform: translateY(2px) scaleX(.8)
    }
}

.prices-welcome-rockets__item .inner-flame {
    animation-name: rocket-inner-flame;
    animation-duration: .35s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transition: all .1s linear;
    transform-origin: center bottom
}

@keyframes rocket-inner-flame {
    0% {
        transform: translateY(0) scaleY(1) scaleX(1)
    }

    to {
        transform: translateY(2px) scaleY(.9) scaleX(.9)
    }
}

.prices-welcome-rockets__item_1 {
    width: 3rem;
    bottom: -12rem;
    left: 5%
}

@media (max-width: 991.98px) {
    .prices-welcome-rockets__item_1 {
        display:none
    }
}

.prices-welcome-rockets__item_2 {
    width: 2.75rem;
    bottom: -18rem;
    left: 25%
}

.prices-welcome-rockets__item_3 {
    width: 4.5rem;
    bottom: -10rem;
    left: 35%
}

@media (max-width: 991.98px) {
    .prices-welcome-rockets__item_3 {
        display:none
    }
}

.prices-welcome-rockets__item_4 {
    width: 4rem;
    bottom: -12rem;
    left: 50%
}

.prices-welcome-rockets__item_5 {
    width: 3rem;
    bottom: -8rem;
    right: 30%
}

@media (max-width: 991.98px) {
    .prices-welcome-rockets__item_5 {
        display:none
    }
}

.prices-welcome-rockets__item_6 {
    width: 2rem;
    bottom: -15rem;
    right: 5%
}

.prices-feat-headline__head {
    display: block;
    color: #000;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    margin: 0 0 2rem
}

.prices-feat-item__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 2rem;
    width: auto;
    margin-bottom: 1rem
}

.prices-feat-item__img.dinoMove {
    display: none
}

.prices-feat-item__head {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 .25rem
}

.prices-feat-item__sub {
    display: block;
    color: #343a40;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 .5rem
}

.prices-special {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width: 1920px) {
    .prices-special__wrap {
        width:80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767.98px) {
    .prices-special {
        padding-top:2rem
    }
}

.prices-special-gift {
    border: 2px dashed #ffc107;
    padding: 1.75rem 1.5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    height: 100%
}

@media (max-width: 1199.98px) {
    .prices-special-gift {
        padding:1rem
    }
}

@media (max-width: 991.98px) {
    .prices-special-gift {
        height:auto;
        margin-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-gift {
        flex-direction:column-reverse;
        align-items: center;
        text-align: center
    }
}

.prices-special-gift-headline__head {
    display: block;
    padding: 0;
    color: #007bff;
    font-size: 1.96875rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 .5rem
}

@media (max-width: 1199.98px) {
    .prices-special-gift-headline__head {
        font-size:1.25rem
    }
}

.prices-special-gift-headline__sub {
    display: block;
    color: #343a40;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width: 1199.98px) {
    .prices-special-gift-headline__sub {
        font-size:1rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-gift-headline__sub {
        font-size:1rem
    }
}

.prices-special-gift-img {
    display: inline-block
}

.prices-special-gift-img img {
    user-select: none;
    pointer-events: none;
    display: block;
    width: auto;
    height: 14rem;
    margin: 0;
    padding: 0
}

@media (max-width: 1199.98px) {
    .prices-special-gift-img img {
        height:9rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-gift-img {
        margin-bottom:2rem
    }
}

.prices-special-gift .btn {
    box-shadow: none;
    border-color: #ffc107;
    font-weight: 700;
    transition: all .1s linear
}

@media (max-width: 767.98px) {
    .prices-special-gift .btn {
        width:100%
    }
}

.prices-special-contact {
    border: 2px dashed #007bff;
    background: #007bff;
    padding: 1.75rem 1.5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    height: 100%
}

@media (max-width: 1199.98px) {
    .prices-special-contact {
        padding:1rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-contact {
        flex-direction:column-reverse;
        align-items: center;
        text-align: center
    }
}

.prices-special-contact-headline__head {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 1.96875rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 .5rem
}

@media (max-width: 1199.98px) {
    .prices-special-contact-headline__head {
        font-size:1.25rem
    }
}

.prices-special-contact-headline__sub {
    display: block;
    color: hsla(0,0%,100%,.6);
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width: 1199.98px) {
    .prices-special-contact-headline__sub {
        font-size:1rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-contact-headline__sub {
        font-size:1rem
    }
}

.prices-special-contact-img {
    display: inline-block
}

.prices-special-contact-img img {
    user-select: none;
    pointer-events: none;
    display: block;
    width: auto;
    height: 16rem;
    padding: 0;
    margin: 0 0 -2.75rem
}

@media (max-width: 1199.98px) {
    .prices-special-contact-img img {
        height:10rem;
        margin-bottom: -2.25rem
    }
}

@media (max-width: 991.98px) {
    .prices-special-contact-img img {
        margin-bottom:-1.65rem
    }
}

@media (max-width: 767.98px) {
    .prices-special-contact-img img {
        margin-bottom:0
    }
}

.prices-special-contact .btn {
    box-shadow: none;
    border-color: #ffc107;
    font-weight: 700;
    transition: all .1s linear
}

@media (max-width: 767.98px) {
    .prices-special-contact .btn {
        width:100%
    }
}

.prices-qa {
    padding-bottom: 4rem
}

.prices-qa-headline__head {
    display: block;
    color: #000;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    margin: 0 0 1rem
}

@media (max-width: 767.98px) {
    .prices-qa-item {
        margin-bottom:1rem
    }
}

.prices-qa-item__img {
    display: block;
    height: 2rem;
    width: auto;
    margin-bottom: 1rem
}

.prices-qa-item__head {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 .25rem
}

.prices-qa-item__sub {
    display: block;
    color: #343a40;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 .5rem
}

.prices-qa-item__sub a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid rgba(0,123,255,0);
    transition: all .1s linear
}

.prices-qa-item__sub a:hover {
    border-color: rgba(0,123,255,.23)
}

.buy {
    background: #fff
}

.buy-map {
    margin-bottom: 2rem;
    min-height: 560px
}

.buy-welcome {
    background: #f8f9fa;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem
}

.buy-welcome-headline__head {
    display: block;
    color: #080503;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
    .buy-welcome-headline__head {
        font-size:3.5rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .buy-welcome-headline__head {
        font-size:2.1875rem;
        margin-bottom: 1rem
    }
}

.buy-welcome-headline__sub {
    display: block;
    color: #000;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 1.5rem
}

@media (max-width: 991.98px) {
    .buy-welcome-headline__sub {
        margin-bottom:1.25rem
    }
}

@media (max-width: 767.98px) {
    .buy-welcome-headline__sub {
        font-size:1.25rem;
        margin-top: 1rem
    }
}

.buy-welcome__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: auto;
    margin-left: auto
}

@media (max-width: 767.98px) {
    .buy-welcome__img {
        display:none
    }
}

.buy-list .card {
    display: block;
    margin-bottom: 1rem;
    height: calc(100% - 1rem)
}

.buy-list .card-body {
    height: 100%;
    display: flex;
    flex-direction: column
}

.buy-list .card-address {
    display: block;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3
}

.buy-list .card.status-bronze {
    border-color: #be8248
}

.buy-list .card.status-bronze .card-status svg {
    fill: #be8248
}

.buy-list .card.status-silver {
    border-color: #eef3f6
}

.buy-list .card.status-silver .card-status svg {
    fill: #eef3f6
}

.buy-list .card.status-gold {
    border-color: #efca5b
}

.buy-list .card.status-gold .card-status svg {
    fill: #efca5b
}

.buy-list .card.status-premium {
    border-color: #007bff
}

.buy-list .card.status-premium .card-status svg {
    fill: #efca5b
}

.buy-list .card.status-premium .btn {
    color: #fff
}

.buy-list .card .btn {
    display: block;
    box-shadow: none;
    color: #000;
    font-weight: 700;
    margin-top: auto
}

.buy-list .card-status {
    display: block;
    margin-bottom: 1rem
}

.buy-list .card-status svg {
    display: inline-block;
    position: relative;
    height: 1.25rem;
    bottom: -.125rem;
    margin-right: .125rem
}

.buy-list .card-title {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem
}

.changelog {
    background: #fff
}

.changelog-welcome {
    background: #0d1926;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem
}

.changelog-welcome-headline__head {
    display: block;
    color: #fff;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
    .changelog-welcome-headline__head {
        font-size:3.5rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .changelog-welcome-headline__head {
        font-size:2.1875rem;
        margin-bottom: 1rem
    }
}

.changelog-welcome-headline__sub {
    display: block;
    color: #007bff;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 1.5rem
}

@media (max-width: 991.98px) {
    .changelog-welcome-headline__sub {
        margin-bottom:1.25rem
    }
}

@media (max-width: 767.98px) {
    .changelog-welcome-headline__sub {
        font-size:1.25rem;
        margin-top: 1rem
    }
}

.changelog-section .container {
    border-left: 3px solid #e9ecef;
    padding-top: 3rem
}

@media (max-width: 767.98px) {
    .changelog-section .container {
        border-color:transparent
    }
}

.changelog-section .row {
    position: relative;
    margin-bottom: 2rem
}

.changelog-section .row:before {
    content: "";
    width: .5rem;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: .75rem;
    background: #e9ecef
}

@media (max-width: 767.98px) {
    .changelog-section .row:before {
        display:none
    }
}

.changelog-section .row:last-child {
    margin-bottom: 0
}

.changelog-section__version {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .5rem
}

.changelog-section__date {
    display: block;
    position: relative;
    color: #adb5bd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.5rem
}

.changelog-list-headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.changelog-list-headline__icon {
    display: block;
    height: 1.5rem;
    width: auto;
    margin-right: .5rem;
    user-select: none;
    pointer-events: none
}

.changelog-list-headline__head {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1
}

.changelog ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem
}

.changelog ul li {
    display: block;
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0 0 1rem;
    margin: 0 0 .5rem
}

.changelog ul li:before {
    content: "◦";
    color: #ffc107;
    display: inline-block;
    vertical-align: baseline;
    top: 0;
    position: relative;
    width: .75rem;
    height: .75rem;
    margin-left: -1rem;
    margin-right: .25rem;
    user-select: none;
    pointer-events: none
}

@media print {
    .agreement {
        background: #fff
    }
}

.agreement-welcome {
    background: #f8f9fa;
    padding-top: 12rem;
    padding-bottom: 2rem
}

.agreement-welcome-headline {
    display: flex;
    align-items: center
}

@media (max-width: 991.98px) {
    .agreement-welcome-headline {
        flex-direction:column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.agreement-welcome-headline__heading {
    color: #080503;
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width: 991.98px) {
    .agreement-welcome-headline__heading {
        font-size:1.96875rem;
        margin-bottom: .5rem;
        line-height: 1
    }
}

@media print {
    .agreement-welcome-headline__heading {
        color: #000;
        font-size: 1.75rem
    }
}

.agreement-welcome-headline__btn {
    color: #adb5bd;
    background: transparent;
    margin-left: auto;
    box-shadow: none;
    transform: none;
    border: 1px solid #dee2e6
}

.agreement-welcome-headline__btn:hover {
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    box-shadow: none;
    transform: none
}

@media print {
    .agreement-welcome-headline__btn {
        display: none
    }
}

@media (max-width: 991.98px) {
    .agreement-welcome-headline__btn {
        margin-left:0
    }
}

@media print {
    .agreement-welcome-headline {
        justify-content: center
    }
}

@media print {
    .agreement-welcome {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0
    }
}

.agreement__paragraph {
    color: #080503;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

@media print {
    .agreement__paragraph {
        color: #000;
        line-height: 1.2
    }
}

.agreement__paragraph a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all .1s linear
}

.agreement__paragraph a:hover {
    border-bottom: 1px solid rgba(0,123,255,.23)
}

@media print {
    .agreement__paragraph a {
        color: #000;
        border-bottom: 1px solid rgba(0,0,0,.23)
    }
}

.agreement__paragraph ul {
    padding-left: 1rem;
    padding-top: .5rem;
    margin-bottom: 0;
    list-style: none
}

.agreement__paragraph ul li:before {
    content: "•";
    color: #6c757d;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.agreement-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f8f9fa;
    padding-bottom: 1rem
}

.agreement-item:last-child {
    border-bottom: 1px solid transparent
}

@media print {
    .agreement-item {
        border: none
    }
}

.agreement-item-headline {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 1rem
}

.agreement-item-headline__heading {
    color: #080503;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.agreement-item-headline:hover {
    cursor: pointer
}

.agreement-item-list__paragraph {
    color: #080503;
    padding: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1rem
}

.agreement-item-list__paragraph:first-child {
    margin-top: .5rem
}

.agreement-item-list__paragraph:last-child {
    margin-bottom: 0
}

.agreement-item-list__number {
    color: #080503;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-right: .5rem
}

.paloma {
    background: #f8f9fa;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.paloma__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .paloma__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .paloma__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .paloma__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .paloma__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .paloma__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .paloma__wrap {
        max-width:1860px
    }
}

.paloma-headline__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.paloma-headline__head {
    display: block;
    color: #000;
    font-size: 4.375rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: .5rem
}

.paloma-headline__sub {
    display: block;
    color: #000;
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 1.4
}

.paloma-table__wrap {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: .5rem;
    box-shadow: 0 0 1rem #e9ecef;
    margin-bottom: 2rem
}

.paloma-table__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #e9ecef
}

.paloma-table__row:last-child {
    border: none
}

.paloma-table__col {
    flex-grow: 1;
    width: 33.3333%;
    padding: 1rem;
    border-right: 1px solid #e9ecef;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center
}

.paloma-table__col:first-child {
    color: #6c757d;
    text-align: left
}

.paloma-table__col:last-child {
    border: none
}

.paloma-table__neg {
    color: #ea0e23
}

.paloma-table__pos {
    color: #6c0
}

.paloma-table__logos {
    border: none;
    align-items: baseline
}

.paloma-table__logos .paloma-table__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.paloma-table__logos .paloma-table__link {
    display: block;
    color: #007bff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,123,255,.23);
    line-height: 1.4;
    margin-top: 1rem;
    transition: all .1s linear
}

.paloma-table__logos .paloma-table__link:hover {
    color: #ffc107;
    border-bottom: 1px solid rgba(255,193,7,.23)
}

.paloma-table__logos .paloma-table__img {
    display: block;
    height: 3rem;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991.98px) {
    .paloma-table__logos .paloma-table__img {
        height:1.125rem
    }
}

.paloma-table__img {
    user-select: none;
    pointer-events: none
}

.paloma-table__title {
    background: #e9ecef;
    padding: 1rem;
    border: none
}

.paloma-table__head {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0
}

.paloma-contact__wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 2px dashed #ffc107
}

@media (min-width: 1920px) {
    .paloma-contact__wrap {
        max-width:70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991.98px) {
    .paloma-contact__wrap {
        padding:2rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

.paloma-contact__img {
    user-select: none;
    pointer-events: none
}

.paloma-contact__head {
    color: #000;
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .paloma-contact__head {
        font-size:2.625rem;
        text-align: center;
        margin-top: 1rem
    }
}

.paloma-contact__sub {
    color: #495057;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .paloma-contact__sub {
        font-size:1rem;
        text-align: center;
        margin-top: 1rem
    }
}

.paloma-contact .btn {
    box-shadow: none;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .paloma-contact .btn {
        display:block
    }
}

.publications {
    background: #f9f7f4
}

.publications-hero {
    background: #f9f7f4;
    padding-top: 8rem;
    padding-bottom: 1rem
}

.publications-hero__wrap {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center
}

.publications-hero__head {
    display: block;
    color: #000;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: .75rem
}

@media (max-width: 991.98px) {
    .publications-hero__head {
        font-size:3.5rem
    }
}

@media (max-width: 767.98px) {
    .publications-hero__head {
        font-size:2.1875rem
    }
}

.publications-hero__sub {
    display: block;
    color: #000;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1
}

@media (max-width: 991.98px) {
    .publications-hero__sub {
        margin-bottom:1.25rem
    }
}

@media (max-width: 767.98px) {
    .publications-hero__sub {
        font-size:1.25rem;
        margin-top: 1rem
    }
}

.publications-hero__list {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start
}

.publications-hero__item {
    display: block;
    word-wrap: normal;
    word-break: break-all;
    color: #b19770;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
    transition: all .1s linear
}

.publications-hero__item:hover {
    color: #ffc107
}

.publications-hero__item:before {
    content: "#";
    user-select: none;
    opacity: .3;
    margin-right: .25rem
}

.publications-hero__item:last-child {
    margin-right: 0
}

.publications-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.publications-list-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width: 991.98px) {
    .publications-list-item {
        padding-left:0;
        padding-right: 0
    }
}

.publications-list-item__wrap {
    background: #fff;
    border-bottom: 1px solid #f8f9fa;
    padding: 2rem 1.5rem
}

.publications-list-item__wrap:last-child {
    border: none
}

.publications-list-item__img {
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    .publications-list-item__img {
        margin:-2rem -1.5rem 1rem;
        max-width: calc(100% + 3rem)
    }
}

.publications-list-item__category {
    display: block;
    text-decoration: none;
    color: #c3af91;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    transition: all .1s linear;
    padding: 0;
    margin: 0 0 .5rem
}

.publications-list-item__category:before {
    content: "#";
    opacity: .3;
    margin-right: .25rem
}

.publications-list-item__category:hover {
    text-decoration: none;
    color: #ffc107
}

.publications-list-item__head {
    display: block;
    color: #000;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .publications-list-item__head {
        font-size:1.75rem;
        line-height: 1.1;
        margin-bottom: .5rem
    }
}

.publications-list-item__sub {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 0;
    margin: 0 0 1rem
}

.publications-list-info {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start
}

@media (max-width: 991.98px) {
    .publications-list-info {
        padding-top:2rem
    }
}

.publications-list-info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0 2rem 0 0
}

.publications-list-info-item:last-child {
    margin-right: 0
}

.publications-list-info-item svg {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 1rem;
    width: auto;
    margin-bottom: .125rem;
    margin-right: .5rem;
    fill: #ced4da
}

.publication {
    padding-top: 6rem;
    background: #f9f7f4
}

.publication-item {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: .5rem
}

.publication-item__head {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 .5rem
}

.publication-item__nav {
    display: inline;
    text-decoration: none;
    color: #007bff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed rgba(0,123,255,.23);
    transition: all .1s linear
}

.publication-item__nav:after {
    content: "";
    display: block;
    margin-bottom: 1rem
}

.publication-item__nav:hover {
    color: #ffc107;
    border-bottom: 1px dashed rgba(255,193,7,.23)
}

.publication-item__nav:last-child:after {
    display: none
}

.publication-item__link {
    display: inline;
    text-decoration: none;
    color: #007bff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,123,255,0);
    margin: 0;
    padding: 0;
    transition: all .1s linear
}

.publication-item__link:before {
    content: "#";
    opacity: .5;
    margin-right: .25rem
}

.publication-item__link:after {
    content: "";
    display: block;
    margin-bottom: .5rem
}

.publication-item__link:hover {
    color: #ffc107;
    border-bottom: 1px solid rgba(255,193,7,.23)
}

.publication-item__link:last-child:after {
    display: none
}

.publication-item-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.publication-item-email__head {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 .25rem
}

.publication-item-email__sub {
    display: block;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 1rem
}

.publication-item-email__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.publication-item-email__input {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    margin-bottom: .5rem;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: all .1s linear
}

.publication-item-email__input::placeholder {
    color: #adb5bd
}

.publication-item-email__input:active,.publication-item-email__input:focus {
    outline: none;
    border-color: rgba(0,123,255,.23);
    box-shadow: 0 0 4px rgba(0,123,255,.1)
}

.publication-item-email__btn {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    background: #007bff;
    border: none;
    border-radius: .25rem;
    transition: all .1s linear
}

.publication-item-email__btn:hover {
    cursor: pointer;
    color: #000;
    background: #ffc107
}

.publication-item-email__btn:active,.publication-item-email__btn:focus {
    outline: none
}

.publication .sticky-top {
    top: 2rem
}

@media (max-width: 991.98px) {
    .publication .sticky-top {
        position:static
    }
}

.publication-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.publication-breadcrumb-item {
    display: block;
    text-decoration: none;
    color: #c3af91;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: .5rem;
    transition: all .1s linear
}

.publication-breadcrumb-item:after {
    content: "/";
    opacity: .1;
    margin-left: .5rem;
    user-select: none
}

.publication-breadcrumb-item:hover {
    text-decoration: none;
    color: #ffc107
}

.publication-breadcrumb-item:last-child {
    color: #ded3c3;
    pointer-events: none
}

.publication-breadcrumb-item:last-child:after {
    display: none
}

.publication-body-info {
    align-items: baseline;
    margin-bottom: 2rem
}

.publication-body-info,.publication-body-info-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.publication-body-info-item {
    align-items: center;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0 2rem 0 0
}

.publication-body-info-item:last-child {
    margin-right: 0
}

.publication-body-info-item svg {
    user-select: none;
    pointer-events: none;
    display: block;
    height: 1rem;
    width: auto;
    margin-bottom: .125rem;
    margin-right: .5rem;
    fill: #ced4da
}

.publication-body__head {
    display: block;
    color: #000;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 2rem
}

.publication-body__cover {
    user-select: none;
    pointer-events: none;
    display: block;
    position: relative;
    width: calc(100% + 3rem);
    height: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 2rem
}

.publication-body__subhead {
    display: block;
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 1rem
}

.publication-body p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 1rem
}

.publication-body__img {
    user-select: none;
    pointer-events: none;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1rem
}

.publication-body .likely {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e9ecef
}

.publication-body .likely .likely__widget {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    background: #f8f9fa;
    padding: .5rem;
    height: auto
}

.publication-body .likely .likely__widget:hover {
    background: #e9ecef
}

.publication-body .likely .likely__icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: .5rem
}

.publication-body .likely .likely__icon svg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.publication-body-next {
    background: #007bff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.25rem;
    margin-bottom: 2rem;
    border-radius: .5rem
}

@media (max-width: 991.98px) {
    .publication-body-next {
        flex-direction:column-reverse;
        text-align: center
    }
}

.publication-body-next__headline {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center
}

.publication-body-next__head {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 .25rem
}

.publication-body-next__sub {
    color: hsla(0,0%,100%,.8)!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.4!important;
    padding: 0!important;
    margin: 0 0 .5rem!important
}

.publication-body-next__img {
    user-select: none;
    pointer-events: none;
    display: block;
    height: calc(100% + 3rem);
    width: auto;
    margin-bottom: -2rem
}

@media (max-width: 991.98px) {
    .publication-body-next__img {
        width:100%;
        height: auto;
        margin-bottom: 2rem
    }
}

@media (max-width: 991.98px) {
    .publication-body-next .btn {
        margin-left:auto;
        margin-right: auto
    }
}

.hardware {
    background: #fff
}

.hardware-hero {
    background: #f9f7f4;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 4rem
}

.hardware-hero__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (min-width: 576px) {
    .hardware-hero__wrap {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .hardware-hero__wrap {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .hardware-hero__wrap {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .hardware-hero__wrap {
        max-width:1140px
    }
}

@media (min-width: 1366px) {
    .hardware-hero__wrap {
        max-width:1306px
    }
}

@media (min-width: 1920px) {
    .hardware-hero__wrap {
        max-width:1860px
    }
}

.hardware-hero__head {
    display: block;
    color: #000;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.55rem;
    max-width: 80%
}

@media (max-width: 991.98px) {
    .hardware-hero__head {
        max-width:100%;
        font-size: 1.75rem
    }
}

.hardware-hero__sub {
    display: block;
    color: #796342;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 4rem
}

@media (max-width: 991.98px) {
    .hardware-hero__sub {
        margin-bottom:1.25rem
    }
}

@media (max-width: 767.98px) {
    .hardware-hero__sub {
        font-size:1.25rem;
        margin-top: 1rem
    }
}

.hardware-hero__list {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start
}

.hardware-hero-item__img {
    user-select: none;
    pointer-events: none;
    display: block;
    max-height: 4rem;
    width: auto;
    margin: 1rem auto
}

.hardware-hero-item__head {
    display: block;
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 .5rem
}

.hardware-hero-item__sub {
    display: block;
    color: rgba(0,0,0,.5);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

.hardware-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    border-bottom: 1px solid #e9ecef
}

.hardware-row:last-child {
    border-bottom: none
}

.hardware-item__img {
    user-select: none;
    pointer-events: none;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 2rem
}

.hardware-item__head {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1
}

.hardware-item__head,.hardware-item__sub {
    display: block;
    color: #000;
    padding: 0;
    margin-bottom: .5rem
}

.hardware-item__sub {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4
}

.hardware-item__price {
    display: block;
    color: #6c757d;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 1rem
}

.hardware-item__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: #ffc107;
    border-radius: 50rem;
    padding: .25rem;
    transition: all .1s linear
}

.hardware-item__btn-img {
    user-select: none;
    pointer-events: none;
    display: block;
    background: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50rem;
    padding: .4rem
}

.hardware-item__btn-img svg {
    display: block;
    height: 100%;
    width: 100%
}

.hardware-item__btn-span {
    display: block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    margin-left: .5rem;
    margin-right: .75rem;
    margin-bottom: -.125rem
}

.hardware-item__btn:hover {
    background: #ffc61b;
    transform: translateY(-2px);
    box-shadow: 0 1rem 1rem -.5rem rgba(255,193,7,.5)
}

.hardware-inner-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
    position: relative;
    overflow: hidden
}

.hardware-inner-hero:before {
    content: "";
    display: block;
    position: absolute;
    left: -20%;
    top: -10%;
    width: 140%;
    height: 100%;
    background: #f9f7f4;
    transform: rotate(-2deg);
    z-index: -1
}

.hardware-inner-hero-top {
    color: #d5c7b2;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all .1s linear;
    margin-bottom: .5rem
}

.hardware-inner-hero-top:hover {
    text-decoration: none;
    color: #ffc107
}

.hardware-inner-hero-head {
    display: block;
    color: #000;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .75rem
}

.hardware-inner-hero-sub {
    display: block;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 100%
}

@media (min-width: 992px) {
    .hardware-inner-hero-sub {
        max-width:70%
    }
}

.hardware-inner-hero-help {
    display: block;
    color: #ffc107;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .75rem
}

.hardware-inner-hero-btn {
    display: inline-block;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 2px solid #ffc107;
    border-radius: 50rem;
    padding: .75rem 1.25rem .5rem;
    margin-bottom: .5rem;
    text-decoration: none;
    box-shadow: 0 0 1rem rgba(255,193,7,.5);
    transition: all .1s linear
}

.hardware-inner-hero-btn:hover {
    transform: translateY(-3px)
}

.hardware-inner-item {
    text-align: center;
    border: 2px solid #f9f7f4;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 0 1.5rem -.5rem rgba(231,223,211,.3);
    padding: 2rem 1rem;
    margin-bottom: 1rem
}

.hardware-inner-item,.hardware-inner-item-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hardware-inner-item-desc .head {
    display: block;
    color: #000;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 .375rem
}

.hardware-inner-item-desc .price {
    font-size: 1.25rem;
    line-height: 1
}

.hardware-inner-item-desc .desc,.hardware-inner-item-desc .price {
    display: block;
    color: #6c757d;
    font-weight: 400;
    padding: 0;
    margin: 0 0 1rem
}

.hardware-inner-item-desc .desc {
    font-size: 1rem;
    line-height: 1.5
}

.hardware-inner-item.is-horizontal {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 768px) {
    .hardware-inner-item.is-horizontal.is-half .hardware-inner-item-img__w {
        max-width:100%;
        margin-right: 1rem
    }

    .hardware-inner-item.is-horizontal.is-half .hardware-inner-item-desc .head {
        font-size: 1.25rem
    }

    .hardware-inner-item.is-horizontal.is-half .hardware-inner-item-desc .price {
        font-size: 1rem
    }
}

@media (max-width: 991.98px) {
    .hardware-inner-item.is-horizontal {
        flex-direction:column;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.hardware-inner-item.is-horizontal .hardware-inner-item-img__w {
    max-width: 40%;
    margin-right: 2rem;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .hardware-inner-item.is-horizontal .hardware-inner-item-img__w {
        max-width:100%;
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.hardware-inner-item.is-horizontal .hardware-inner-item-desc {
    align-items: baseline;
    text-align: left
}

@media (max-width: 991.98px) {
    .hardware-inner-item.is-horizontal .hardware-inner-item-desc {
        align-items:center;
        text-align: center
    }
}

.hardware-inner-item-img {
    user-select: none;
    pointer-events: none;
    display: block;
    padding: 1rem;
    max-width: 100%;
    height: auto
}

.hardware-inner-item-img__w {
    margin-bottom: 1rem
}

.hardware-consult {
    background: #f9f7f4;
    border-radius: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.hardware-consult__img {
    user-select: none;
    pointer-events: none
}

@media (max-width: 991.98px) {
    .hardware-consult .row .col-md-5 {
        display:flex;
        flex-direction: column;
        align-items: center
    }
}

.hardware-consult__head {
    color: #000;
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .hardware-consult__head {
        font-size:2.625rem;
        text-align: center;
        margin-top: 1rem
    }
}

.hardware-consult__sub {
    color: #495057;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0
}

@media (max-width: 991.98px) {
    .hardware-consult__sub {
        font-size:1rem;
        text-align: center;
        margin-top: 1rem
    }
}

.hardware-consult .btn {
    box-shadow: none;
    transition: all .1s linear
}

@media (max-width: 991.98px) {
    .hardware-consult .btn {
        display:block
    }
}

.hardware-item {
    padding-top: 6rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden
}

.hardware-item:before {
    content: "";
    display: block;
    position: absolute;
    left: -20%;
    top: -5rem;
    width: 140%;
    height: 14rem;
    background: #f9f7f4;
    transform: rotate(-2deg);
    z-index: -1
}

.hardware-item .drivers {
    background: #f9f7f4;
    border-radius: .5rem;
    padding: 1.5rem 1rem
}

.hardware-item .drivers span {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 400
}

.hardware-item-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem -.5rem rgba(0,0,0,.1);
    padding: 2rem
}

.hardware-item-img img {
    user-select: none;
    pointer-events: none;
    width: 60%;
    height: auto;
    margin: 0 auto
}

.hardware-item-badge.hit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: #ea0e23;
    color: #fff;
    border-radius: 50rem;
    text-align: center;
    padding: 1rem
}

.hardware-item-sub {
    display: block;
    color: #6c757d;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem
}

.hardware-item-head {
    display: block;
    color: #000;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75rem
}

.hardware-item-available {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    background: #fff;
    border: 1px solid rgba(102,204,0,.5);
    margin-bottom: 2rem;
    padding: .75rem 1rem;
    border-radius: .25rem
}

.hardware-item-available:before {
    content: "";
    height: .75rem;
    width: .75rem;
    border-radius: 50rem;
    background: #6c0;
    margin-right: .5rem
}

.hardware-item .phead {
    display: block;
    color: #000;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75rem;
    margin-top: 4rem
}

.hardware-item .plead {
    display: block;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7
}

.hardware-item-price {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 2rem;
    background: #f9f7f4;
    border-radius: .5rem
}

.hardware-item-price .sub {
    display: block;
    color: #d5c7b2;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .5rem
}

.hardware-item-price .price {
    display: block;
    color: #000;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem
}

.hardware-item-price .helper {
    display: block;
    color: #d5c7b2;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.5rem
}

.hardware-item-price .btn {
    display: block;
    background: #007bff;
    color: #fff;
    border: none;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50rem;
    padding: .5rem 1.25rem .375rem;
    margin-bottom: 0
}

.hardware-item-price .btn:hover {
    background: #3395ff
}

.hardware-item .hardware-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 1rem;
    margin-bottom: 3rem
}

.hardware-item .hardware-breadcrumbs .item {
    display: block;
    position: relative;
    text-decoration: none;
    color: #6c757d;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0 .5rem 0 0
}

.hardware-item .hardware-breadcrumbs .item:after {
    content: "/";
    color: #adb5bd;
    margin-left: .5rem
}

.hardware-item .hardware-breadcrumbs .current {
    display: block;
    position: relative;
    text-decoration: none;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}

.likely,.likely__widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: 0!important;
    list-style: none!important;
    font-weight: 400;
    font-family: monospace;
    font-size: inherit
}

.likely {
    opacity: 0;
    font-size: 0!important
}

.likely_visible {
    opacity: 1;
    transition: opacity .1s ease-in
}

.likely>* {
    display: inline-block;
    visibility: hidden
}

.likely_visible>* {
    visibility: inherit
}

.likely__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.likely__button,.likely__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    display: inline-block;
    margin: 0;
    outline: 0
}

.likely__button {
    position: relative;
    cursor: pointer;
    user-select: none
}

.likely__counter {
    display: none;
    position: relative;
    font-weight: 400
}

.likely_ready .likely__counter {
    display: inline-block
}

.likely_ready .likely__counter_empty {
    display: none
}

.likely__button,.likely__counter,.likely__icon,.likely__widget {
    vertical-align: top
}

.likely__widget {
    transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out
}

.likely__widget:active,.likely__widget:focus,.likely__widget:hover {
    transition: none;
    cursor: pointer
}

@media (hover: none) {
    .likely__widget:active,.likely__widget:focus,.likely__widget:hover {
        transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;
        cursor: unset
    }
}

.likely__icon {
    position: relative;
    text-align: left;
    display: inline-block
}

.likely svg {
    position: absolute
}

.likely__button,.likely__counter {
    line-height: inherit;
    cursor: inherit
}

.likely__button:empty {
    display: none
}

.likely__counter {
    text-align: center
}

.likely .likely__widget {
    color: #000;
    background: hsla(0,0%,91%,.8)
}

.likely .likely__counter {
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: linear-gradient(90deg,rgba(0,0,0,.2),transparent .5px,transparent)
}

.likely-light .likely__widget {
    color: #fff;
    fill: #fff;
    background: hsla(0,0%,93%,.16);
    text-shadow: rgba(0,0,0,.2) 0 0 .33em
}

.likely-light .likely__counter {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0) .5px,hsla(0,0%,100%,0))
}

.likely__widget_facebook {
    fill: #425497
}

.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover {
    background: rgba(207,212,229,.8)
}

@media (hover: none) {
    .likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover {
    text-shadow: #425497 0 0 .25em;
    background: rgba(66,84,151,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_linkedin {
    fill: #0077b5
}

.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover {
    background: rgba(191,221,236,.8)
}

@media (hover: none) {
    .likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover {
    text-shadow: #0077b5 0 0 .25em;
    background: rgba(0,119,181,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_odnoklassniki {
    fill: #f6903b
}

.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover {
    background: hsla(27,88%,90%,.8)
}

@media (hover: none) {
    .likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: #f6903b 0 0 .25em;
    background: rgba(246,144,59,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_pinterest {
    fill: #bd081c
}

.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover {
    background: rgba(238,193,198,.8)
}

@media (hover: none) {
    .likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover {
    text-shadow: #bd081c 0 0 .25em;
    background: rgba(189,8,28,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_telegram {
    fill: #34abde
}

.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover {
    background: rgba(204,234,246,.8)
}

@media (hover: none) {
    .likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover {
    text-shadow: #34abde 0 0 .25em;
    background: rgba(52,171,222,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_twitter {
    fill: #00b7ec
}

.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover {
    background: rgba(191,237,250,.8)
}

@media (hover: none) {
    .likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover {
    text-shadow: #00b7ec 0 0 .25em;
    background: rgba(0,183,236,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_vkontakte {
    fill: #526e8f
}

.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover {
    background: rgba(211,218,227,.8)
}

@media (hover: none) {
    .likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover {
    text-shadow: #526e8f 0 0 .25em;
    background: rgba(82,110,143,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_whatsapp {
    fill: #25d366
}

.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover {
    background: rgba(200,244,216,.8)
}

@media (hover: none) {
    .likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover {
        background:hsla(0,0%,91%,.8)
    }
}

.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover {
    text-shadow: #25d366 0 0 .25em;
    background: rgba(37,211,102,.7)
}

@media (hover: none) {
    .likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely {
    margin: 0 -5px -10px
}

.likely .likely__widget {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    margin: 0 5px 10px
}

.likely .likely__icon {
    width: 22px;
    height: 22px
}

.likely .likely__button {
    padding: 1px 4px 1px 0
}

.likely .likely__counter {
    padding: 1px 4px
}

.likely svg {
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px
}

.likely-big {
    margin: 0 -6px -12px
}

.likely-big .likely__widget {
    line-height: 28px;
    font-size: 18px;
    border-radius: 4px;
    height: 32px;
    margin: 0 6px 12px
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0
}

.likely-big .likely__counter {
    padding: 2px 6px
}

.likely-big svg {
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px
}

.likely-small {
    margin: 0 -4px -8px
}

.likely-small .likely__widget {
    line-height: 14px;
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    margin: 0 4px 8px
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0
}

.likely-small .likely__counter {
    padding: 2px 3px
}

.likely-small svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px
}
