@charset "UTF-8";
.fa-fw {
    text-align: center;
    width: 1.25em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.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.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .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.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .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.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .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.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .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.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.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: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !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: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !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: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.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 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 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.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
    }
}

.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
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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 {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !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
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30,
.my-30 {
    margin-top: 30px !important
}

.mr-30,
.mx-30 {
    margin-right: 30px !important
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important
}

.ml-30,
.mx-30 {
    margin-left: 30px !important
}

.m-60 {
    margin: 60px !important
}

.mt-60,
.my-60 {
    margin-top: 60px !important
}

.mr-60,
.mx-60 {
    margin-right: 60px !important
}

.mb-60,
.my-60 {
    margin-bottom: 60px !important
}

.ml-60,
.mx-60 {
    margin-left: 60px !important
}

.m-100 {
    margin: 100px !important
}

.mt-100,
.my-100 {
    margin-top: 100px !important
}

.mr-100,
.mx-100 {
    margin-right: 100px !important
}

.mb-100,
.my-100 {
    margin-bottom: 100px !important
}

.ml-100,
.mx-100 {
    margin-left: 100px !important
}

.m-200 {
    margin: 200px !important
}

.mt-200,
.my-200 {
    margin-top: 200px !important
}

.mr-200,
.mx-200 {
    margin-right: 200px !important
}

.mb-200,
.my-200 {
    margin-bottom: 200px !important
}

.ml-200,
.mx-200 {
    margin-left: 200px !important
}

.m-500 {
    margin: 500px !important
}

.mt-500,
.my-500 {
    margin-top: 500px !important
}

.mr-500,
.mx-500 {
    margin-right: 500px !important
}

.mb-500,
.my-500 {
    margin-bottom: 500px !important
}

.ml-500,
.mx-500 {
    margin-left: 500px !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
}

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

.pr-15,
.px-15 {
    padding-right: 15px !important
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.p-30 {
    padding: 30px !important
}

.pt-30,
.py-30 {
    padding-top: 30px !important
}

.pr-30,
.px-30 {
    padding-right: 30px !important
}

.pb-30,
.py-30 {
    padding-bottom: 30px !important
}

.pl-30,
.px-30 {
    padding-left: 30px !important
}

.p-60 {
    padding: 60px !important
}

.pt-60,
.py-60 {
    padding-top: 60px !important
}

.pr-60,
.px-60 {
    padding-right: 60px !important
}

.pb-60,
.py-60 {
    padding-bottom: 60px !important
}

.pl-60,
.px-60 {
    padding-left: 60px !important
}

.p-100 {
    padding: 100px !important
}

.pt-100,
.py-100 {
    padding-top: 100px !important
}

.pr-100,
.px-100 {
    padding-right: 100px !important
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important
}

.pl-100,
.px-100 {
    padding-left: 100px !important
}

.p-200 {
    padding: 200px !important
}

.pt-200,
.py-200 {
    padding-top: 200px !important
}

.pr-200,
.px-200 {
    padding-right: 200px !important
}

.pb-200,
.py-200 {
    padding-bottom: 200px !important
}

.pl-200,
.px-200 {
    padding-left: 200px !important
}

.p-500 {
    padding: 500px !important
}

.pt-500,
.py-500 {
    padding-top: 500px !important
}

.pr-500,
.px-500 {
    padding-right: 500px !important
}

.pb-500,
.py-500 {
    padding-bottom: 500px !important
}

.pl-500,
.px-500 {
    padding-left: 500px !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-n15 {
    margin: -15px !important
}

.mt-n15,
.my-n15 {
    margin-top: -15px !important
}

.mr-n15,
.mx-n15 {
    margin-right: -15px !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -15px !important
}

.ml-n15,
.mx-n15 {
    margin-left: -15px !important
}

.m-n30 {
    margin: -30px !important
}

.mt-n30,
.my-n30 {
    margin-top: -30px !important
}

.mr-n30,
.mx-n30 {
    margin-right: -30px !important
}

.mb-n30,
.my-n30 {
    margin-bottom: -30px !important
}

.ml-n30,
.mx-n30 {
    margin-left: -30px !important
}

.m-n60 {
    margin: -60px !important
}

.mt-n60,
.my-n60 {
    margin-top: -60px !important
}

.mr-n60,
.mx-n60 {
    margin-right: -60px !important
}

.mb-n60,
.my-n60 {
    margin-bottom: -60px !important
}

.ml-n60,
.mx-n60 {
    margin-left: -60px !important
}

.m-n100 {
    margin: -100px !important
}

.mt-n100,
.my-n100 {
    margin-top: -100px !important
}

.mr-n100,
.mx-n100 {
    margin-right: -100px !important
}

.mb-n100,
.my-n100 {
    margin-bottom: -100px !important
}

.ml-n100,
.mx-n100 {
    margin-left: -100px !important
}

.m-n200 {
    margin: -200px !important
}

.mt-n200,
.my-n200 {
    margin-top: -200px !important
}

.mr-n200,
.mx-n200 {
    margin-right: -200px !important
}

.mb-n200,
.my-n200 {
    margin-bottom: -200px !important
}

.ml-n200,
.mx-n200 {
    margin-left: -200px !important
}

.m-n500 {
    margin: -500px !important
}

.mt-n500,
.my-n500 {
    margin-top: -500px !important
}

.mr-n500,
.mx-n500 {
    margin-right: -500px !important
}

.mb-n500,
.my-n500 {
    margin-bottom: -500px !important
}

.ml-n500,
.mx-n500 {
    margin-left: -500px !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
    }
    .m-sm-15 {
        margin: 15px !important
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }
    .m-sm-30 {
        margin: 30px !important
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 30px !important
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 30px !important
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 30px !important
    }
    .m-sm-60 {
        margin: 60px !important
    }
    .mt-sm-60,
    .my-sm-60 {
        margin-top: 60px !important
    }
    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 60px !important
    }
    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 60px !important
    }
    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 60px !important
    }
    .m-sm-100 {
        margin: 100px !important
    }
    .mt-sm-100,
    .my-sm-100 {
        margin-top: 100px !important
    }
    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 100px !important
    }
    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 100px !important
    }
    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 100px !important
    }
    .m-sm-200 {
        margin: 200px !important
    }
    .mt-sm-200,
    .my-sm-200 {
        margin-top: 200px !important
    }
    .mr-sm-200,
    .mx-sm-200 {
        margin-right: 200px !important
    }
    .mb-sm-200,
    .my-sm-200 {
        margin-bottom: 200px !important
    }
    .ml-sm-200,
    .mx-sm-200 {
        margin-left: 200px !important
    }
    .m-sm-500 {
        margin: 500px !important
    }
    .mt-sm-500,
    .my-sm-500 {
        margin-top: 500px !important
    }
    .mr-sm-500,
    .mx-sm-500 {
        margin-right: 500px !important
    }
    .mb-sm-500,
    .my-sm-500 {
        margin-bottom: 500px !important
    }
    .ml-sm-500,
    .mx-sm-500 {
        margin-left: 500px !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
    }
    .p-sm-15 {
        padding: 15px !important
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important
    }
    .p-sm-30 {
        padding: 30px !important
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 30px !important
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 30px !important
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 30px !important
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 30px !important
    }
    .p-sm-60 {
        padding: 60px !important
    }
    .pt-sm-60,
    .py-sm-60 {
        padding-top: 60px !important
    }
    .pr-sm-60,
    .px-sm-60 {
        padding-right: 60px !important
    }
    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 60px !important
    }
    .pl-sm-60,
    .px-sm-60 {
        padding-left: 60px !important
    }
    .p-sm-100 {
        padding: 100px !important
    }
    .pt-sm-100,
    .py-sm-100 {
        padding-top: 100px !important
    }
    .pr-sm-100,
    .px-sm-100 {
        padding-right: 100px !important
    }
    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 100px !important
    }
    .pl-sm-100,
    .px-sm-100 {
        padding-left: 100px !important
    }
    .p-sm-200 {
        padding: 200px !important
    }
    .pt-sm-200,
    .py-sm-200 {
        padding-top: 200px !important
    }
    .pr-sm-200,
    .px-sm-200 {
        padding-right: 200px !important
    }
    .pb-sm-200,
    .py-sm-200 {
        padding-bottom: 200px !important
    }
    .pl-sm-200,
    .px-sm-200 {
        padding-left: 200px !important
    }
    .p-sm-500 {
        padding: 500px !important
    }
    .pt-sm-500,
    .py-sm-500 {
        padding-top: 500px !important
    }
    .pr-sm-500,
    .px-sm-500 {
        padding-right: 500px !important
    }
    .pb-sm-500,
    .py-sm-500 {
        padding-bottom: 500px !important
    }
    .pl-sm-500,
    .px-sm-500 {
        padding-left: 500px !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-n15 {
        margin: -15px !important
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -15px !important
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -15px !important
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -15px !important
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -15px !important
    }
    .m-sm-n30 {
        margin: -30px !important
    }
    .mt-sm-n30,
    .my-sm-n30 {
        margin-top: -30px !important
    }
    .mr-sm-n30,
    .mx-sm-n30 {
        margin-right: -30px !important
    }
    .mb-sm-n30,
    .my-sm-n30 {
        margin-bottom: -30px !important
    }
    .ml-sm-n30,
    .mx-sm-n30 {
        margin-left: -30px !important
    }
    .m-sm-n60 {
        margin: -60px !important
    }
    .mt-sm-n60,
    .my-sm-n60 {
        margin-top: -60px !important
    }
    .mr-sm-n60,
    .mx-sm-n60 {
        margin-right: -60px !important
    }
    .mb-sm-n60,
    .my-sm-n60 {
        margin-bottom: -60px !important
    }
    .ml-sm-n60,
    .mx-sm-n60 {
        margin-left: -60px !important
    }
    .m-sm-n100 {
        margin: -100px !important
    }
    .mt-sm-n100,
    .my-sm-n100 {
        margin-top: -100px !important
    }
    .mr-sm-n100,
    .mx-sm-n100 {
        margin-right: -100px !important
    }
    .mb-sm-n100,
    .my-sm-n100 {
        margin-bottom: -100px !important
    }
    .ml-sm-n100,
    .mx-sm-n100 {
        margin-left: -100px !important
    }
    .m-sm-n200 {
        margin: -200px !important
    }
    .mt-sm-n200,
    .my-sm-n200 {
        margin-top: -200px !important
    }
    .mr-sm-n200,
    .mx-sm-n200 {
        margin-right: -200px !important
    }
    .mb-sm-n200,
    .my-sm-n200 {
        margin-bottom: -200px !important
    }
    .ml-sm-n200,
    .mx-sm-n200 {
        margin-left: -200px !important
    }
    .m-sm-n500 {
        margin: -500px !important
    }
    .mt-sm-n500,
    .my-sm-n500 {
        margin-top: -500px !important
    }
    .mr-sm-n500,
    .mx-sm-n500 {
        margin-right: -500px !important
    }
    .mb-sm-n500,
    .my-sm-n500 {
        margin-bottom: -500px !important
    }
    .ml-sm-n500,
    .mx-sm-n500 {
        margin-left: -500px !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
    }
    .m-md-15 {
        margin: 15px !important
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }
    .m-md-30 {
        margin: 30px !important
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 30px !important
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 30px !important
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 30px !important
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 30px !important
    }
    .m-md-60 {
        margin: 60px !important
    }
    .mt-md-60,
    .my-md-60 {
        margin-top: 60px !important
    }
    .mr-md-60,
    .mx-md-60 {
        margin-right: 60px !important
    }
    .mb-md-60,
    .my-md-60 {
        margin-bottom: 60px !important
    }
    .ml-md-60,
    .mx-md-60 {
        margin-left: 60px !important
    }
    .m-md-100 {
        margin: 100px !important
    }
    .mt-md-100,
    .my-md-100 {
        margin-top: 100px !important
    }
    .mr-md-100,
    .mx-md-100 {
        margin-right: 100px !important
    }
    .mb-md-100,
    .my-md-100 {
        margin-bottom: 100px !important
    }
    .ml-md-100,
    .mx-md-100 {
        margin-left: 100px !important
    }
    .m-md-200 {
        margin: 200px !important
    }
    .mt-md-200,
    .my-md-200 {
        margin-top: 200px !important
    }
    .mr-md-200,
    .mx-md-200 {
        margin-right: 200px !important
    }
    .mb-md-200,
    .my-md-200 {
        margin-bottom: 200px !important
    }
    .ml-md-200,
    .mx-md-200 {
        margin-left: 200px !important
    }
    .m-md-500 {
        margin: 500px !important
    }
    .mt-md-500,
    .my-md-500 {
        margin-top: 500px !important
    }
    .mr-md-500,
    .mx-md-500 {
        margin-right: 500px !important
    }
    .mb-md-500,
    .my-md-500 {
        margin-bottom: 500px !important
    }
    .ml-md-500,
    .mx-md-500 {
        margin-left: 500px !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
    }
    .p-md-15 {
        padding: 15px !important
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important
    }
    .p-md-30 {
        padding: 30px !important
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 30px !important
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 30px !important
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 30px !important
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 30px !important
    }
    .p-md-60 {
        padding: 60px !important
    }
    .pt-md-60,
    .py-md-60 {
        padding-top: 60px !important
    }
    .pr-md-60,
    .px-md-60 {
        padding-right: 60px !important
    }
    .pb-md-60,
    .py-md-60 {
        padding-bottom: 60px !important
    }
    .pl-md-60,
    .px-md-60 {
        padding-left: 60px !important
    }
    .p-md-100 {
        padding: 100px !important
    }
    .pt-md-100,
    .py-md-100 {
        padding-top: 100px !important
    }
    .pr-md-100,
    .px-md-100 {
        padding-right: 100px !important
    }
    .pb-md-100,
    .py-md-100 {
        padding-bottom: 100px !important
    }
    .pl-md-100,
    .px-md-100 {
        padding-left: 100px !important
    }
    .p-md-200 {
        padding: 200px !important
    }
    .pt-md-200,
    .py-md-200 {
        padding-top: 200px !important
    }
    .pr-md-200,
    .px-md-200 {
        padding-right: 200px !important
    }
    .pb-md-200,
    .py-md-200 {
        padding-bottom: 200px !important
    }
    .pl-md-200,
    .px-md-200 {
        padding-left: 200px !important
    }
    .p-md-500 {
        padding: 500px !important
    }
    .pt-md-500,
    .py-md-500 {
        padding-top: 500px !important
    }
    .pr-md-500,
    .px-md-500 {
        padding-right: 500px !important
    }
    .pb-md-500,
    .py-md-500 {
        padding-bottom: 500px !important
    }
    .pl-md-500,
    .px-md-500 {
        padding-left: 500px !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-n15 {
        margin: -15px !important
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -15px !important
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -15px !important
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -15px !important
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -15px !important
    }
    .m-md-n30 {
        margin: -30px !important
    }
    .mt-md-n30,
    .my-md-n30 {
        margin-top: -30px !important
    }
    .mr-md-n30,
    .mx-md-n30 {
        margin-right: -30px !important
    }
    .mb-md-n30,
    .my-md-n30 {
        margin-bottom: -30px !important
    }
    .ml-md-n30,
    .mx-md-n30 {
        margin-left: -30px !important
    }
    .m-md-n60 {
        margin: -60px !important
    }
    .mt-md-n60,
    .my-md-n60 {
        margin-top: -60px !important
    }
    .mr-md-n60,
    .mx-md-n60 {
        margin-right: -60px !important
    }
    .mb-md-n60,
    .my-md-n60 {
        margin-bottom: -60px !important
    }
    .ml-md-n60,
    .mx-md-n60 {
        margin-left: -60px !important
    }
    .m-md-n100 {
        margin: -100px !important
    }
    .mt-md-n100,
    .my-md-n100 {
        margin-top: -100px !important
    }
    .mr-md-n100,
    .mx-md-n100 {
        margin-right: -100px !important
    }
    .mb-md-n100,
    .my-md-n100 {
        margin-bottom: -100px !important
    }
    .ml-md-n100,
    .mx-md-n100 {
        margin-left: -100px !important
    }
    .m-md-n200 {
        margin: -200px !important
    }
    .mt-md-n200,
    .my-md-n200 {
        margin-top: -200px !important
    }
    .mr-md-n200,
    .mx-md-n200 {
        margin-right: -200px !important
    }
    .mb-md-n200,
    .my-md-n200 {
        margin-bottom: -200px !important
    }
    .ml-md-n200,
    .mx-md-n200 {
        margin-left: -200px !important
    }
    .m-md-n500 {
        margin: -500px !important
    }
    .mt-md-n500,
    .my-md-n500 {
        margin-top: -500px !important
    }
    .mr-md-n500,
    .mx-md-n500 {
        margin-right: -500px !important
    }
    .mb-md-n500,
    .my-md-n500 {
        margin-bottom: -500px !important
    }
    .ml-md-n500,
    .mx-md-n500 {
        margin-left: -500px !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
    }
    .m-lg-15 {
        margin: 15px !important
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }
    .m-lg-30 {
        margin: 30px !important
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 30px !important
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 30px !important
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 30px !important
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 30px !important
    }
    .m-lg-60 {
        margin: 60px !important
    }
    .mt-lg-60,
    .my-lg-60 {
        margin-top: 60px !important
    }
    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 60px !important
    }
    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 60px !important
    }
    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 60px !important
    }
    .m-lg-100 {
        margin: 100px !important
    }
    .mt-lg-100,
    .my-lg-100 {
        margin-top: 100px !important
    }
    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 100px !important
    }
    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 100px !important
    }
    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 100px !important
    }
    .m-lg-200 {
        margin: 200px !important
    }
    .mt-lg-200,
    .my-lg-200 {
        margin-top: 200px !important
    }
    .mr-lg-200,
    .mx-lg-200 {
        margin-right: 200px !important
    }
    .mb-lg-200,
    .my-lg-200 {
        margin-bottom: 200px !important
    }
    .ml-lg-200,
    .mx-lg-200 {
        margin-left: 200px !important
    }
    .m-lg-500 {
        margin: 500px !important
    }
    .mt-lg-500,
    .my-lg-500 {
        margin-top: 500px !important
    }
    .mr-lg-500,
    .mx-lg-500 {
        margin-right: 500px !important
    }
    .mb-lg-500,
    .my-lg-500 {
        margin-bottom: 500px !important
    }
    .ml-lg-500,
    .mx-lg-500 {
        margin-left: 500px !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
    }
    .p-lg-15 {
        padding: 15px !important
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important
    }
    .p-lg-30 {
        padding: 30px !important
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 30px !important
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 30px !important
    }
    .p-lg-60 {
        padding: 60px !important
    }
    .pt-lg-60,
    .py-lg-60 {
        padding-top: 60px !important
    }
    .pr-lg-60,
    .px-lg-60 {
        padding-right: 60px !important
    }
    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 60px !important
    }
    .pl-lg-60,
    .px-lg-60 {
        padding-left: 60px !important
    }
    .p-lg-100 {
        padding: 100px !important
    }
    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px !important
    }
    .pr-lg-100,
    .px-lg-100 {
        padding-right: 100px !important
    }
    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px !important
    }
    .pl-lg-100,
    .px-lg-100 {
        padding-left: 100px !important
    }
    .p-lg-200 {
        padding: 200px !important
    }
    .pt-lg-200,
    .py-lg-200 {
        padding-top: 200px !important
    }
    .pr-lg-200,
    .px-lg-200 {
        padding-right: 200px !important
    }
    .pb-lg-200,
    .py-lg-200 {
        padding-bottom: 200px !important
    }
    .pl-lg-200,
    .px-lg-200 {
        padding-left: 200px !important
    }
    .p-lg-500 {
        padding: 500px !important
    }
    .pt-lg-500,
    .py-lg-500 {
        padding-top: 500px !important
    }
    .pr-lg-500,
    .px-lg-500 {
        padding-right: 500px !important
    }
    .pb-lg-500,
    .py-lg-500 {
        padding-bottom: 500px !important
    }
    .pl-lg-500,
    .px-lg-500 {
        padding-left: 500px !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-n15 {
        margin: -15px !important
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -15px !important
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -15px !important
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -15px !important
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -15px !important
    }
    .m-lg-n30 {
        margin: -30px !important
    }
    .mt-lg-n30,
    .my-lg-n30 {
        margin-top: -30px !important
    }
    .mr-lg-n30,
    .mx-lg-n30 {
        margin-right: -30px !important
    }
    .mb-lg-n30,
    .my-lg-n30 {
        margin-bottom: -30px !important
    }
    .ml-lg-n30,
    .mx-lg-n30 {
        margin-left: -30px !important
    }
    .m-lg-n60 {
        margin: -60px !important
    }
    .mt-lg-n60,
    .my-lg-n60 {
        margin-top: -60px !important
    }
    .mr-lg-n60,
    .mx-lg-n60 {
        margin-right: -60px !important
    }
    .mb-lg-n60,
    .my-lg-n60 {
        margin-bottom: -60px !important
    }
    .ml-lg-n60,
    .mx-lg-n60 {
        margin-left: -60px !important
    }
    .m-lg-n100 {
        margin: -100px !important
    }
    .mt-lg-n100,
    .my-lg-n100 {
        margin-top: -100px !important
    }
    .mr-lg-n100,
    .mx-lg-n100 {
        margin-right: -100px !important
    }
    .mb-lg-n100,
    .my-lg-n100 {
        margin-bottom: -100px !important
    }
    .ml-lg-n100,
    .mx-lg-n100 {
        margin-left: -100px !important
    }
    .m-lg-n200 {
        margin: -200px !important
    }
    .mt-lg-n200,
    .my-lg-n200 {
        margin-top: -200px !important
    }
    .mr-lg-n200,
    .mx-lg-n200 {
        margin-right: -200px !important
    }
    .mb-lg-n200,
    .my-lg-n200 {
        margin-bottom: -200px !important
    }
    .ml-lg-n200,
    .mx-lg-n200 {
        margin-left: -200px !important
    }
    .m-lg-n500 {
        margin: -500px !important
    }
    .mt-lg-n500,
    .my-lg-n500 {
        margin-top: -500px !important
    }
    .mr-lg-n500,
    .mx-lg-n500 {
        margin-right: -500px !important
    }
    .mb-lg-n500,
    .my-lg-n500 {
        margin-bottom: -500px !important
    }
    .ml-lg-n500,
    .mx-lg-n500 {
        margin-left: -500px !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
    }
    .m-xl-15 {
        margin: 15px !important
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }
    .m-xl-30 {
        margin: 30px !important
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 30px !important
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 30px !important
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 30px !important
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 30px !important
    }
    .m-xl-60 {
        margin: 60px !important
    }
    .mt-xl-60,
    .my-xl-60 {
        margin-top: 60px !important
    }
    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 60px !important
    }
    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 60px !important
    }
    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 60px !important
    }
    .m-xl-100 {
        margin: 100px !important
    }
    .mt-xl-100,
    .my-xl-100 {
        margin-top: 100px !important
    }
    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 100px !important
    }
    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 100px !important
    }
    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 100px !important
    }
    .m-xl-200 {
        margin: 200px !important
    }
    .mt-xl-200,
    .my-xl-200 {
        margin-top: 200px !important
    }
    .mr-xl-200,
    .mx-xl-200 {
        margin-right: 200px !important
    }
    .mb-xl-200,
    .my-xl-200 {
        margin-bottom: 200px !important
    }
    .ml-xl-200,
    .mx-xl-200 {
        margin-left: 200px !important
    }
    .m-xl-500 {
        margin: 500px !important
    }
    .mt-xl-500,
    .my-xl-500 {
        margin-top: 500px !important
    }
    .mr-xl-500,
    .mx-xl-500 {
        margin-right: 500px !important
    }
    .mb-xl-500,
    .my-xl-500 {
        margin-bottom: 500px !important
    }
    .ml-xl-500,
    .mx-xl-500 {
        margin-left: 500px !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
    }
    .p-xl-15 {
        padding: 15px !important
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important
    }
    .p-xl-30 {
        padding: 30px !important
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 30px !important
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 30px !important
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 30px !important
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 30px !important
    }
    .p-xl-60 {
        padding: 60px !important
    }
    .pt-xl-60,
    .py-xl-60 {
        padding-top: 60px !important
    }
    .pr-xl-60,
    .px-xl-60 {
        padding-right: 60px !important
    }
    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 60px !important
    }
    .pl-xl-60,
    .px-xl-60 {
        padding-left: 60px !important
    }
    .p-xl-100 {
        padding: 100px !important
    }
    .pt-xl-100,
    .py-xl-100 {
        padding-top: 100px !important
    }
    .pr-xl-100,
    .px-xl-100 {
        padding-right: 100px !important
    }
    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 100px !important
    }
    .pl-xl-100,
    .px-xl-100 {
        padding-left: 100px !important
    }
    .p-xl-200 {
        padding: 200px !important
    }
    .pt-xl-200,
    .py-xl-200 {
        padding-top: 200px !important
    }
    .pr-xl-200,
    .px-xl-200 {
        padding-right: 200px !important
    }
    .pb-xl-200,
    .py-xl-200 {
        padding-bottom: 200px !important
    }
    .pl-xl-200,
    .px-xl-200 {
        padding-left: 200px !important
    }
    .p-xl-500 {
        padding: 500px !important
    }
    .pt-xl-500,
    .py-xl-500 {
        padding-top: 500px !important
    }
    .pr-xl-500,
    .px-xl-500 {
        padding-right: 500px !important
    }
    .pb-xl-500,
    .py-xl-500 {
        padding-bottom: 500px !important
    }
    .pl-xl-500,
    .px-xl-500 {
        padding-left: 500px !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-n15 {
        margin: -15px !important
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -15px !important
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -15px !important
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -15px !important
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -15px !important
    }
    .m-xl-n30 {
        margin: -30px !important
    }
    .mt-xl-n30,
    .my-xl-n30 {
        margin-top: -30px !important
    }
    .mr-xl-n30,
    .mx-xl-n30 {
        margin-right: -30px !important
    }
    .mb-xl-n30,
    .my-xl-n30 {
        margin-bottom: -30px !important
    }
    .ml-xl-n30,
    .mx-xl-n30 {
        margin-left: -30px !important
    }
    .m-xl-n60 {
        margin: -60px !important
    }
    .mt-xl-n60,
    .my-xl-n60 {
        margin-top: -60px !important
    }
    .mr-xl-n60,
    .mx-xl-n60 {
        margin-right: -60px !important
    }
    .mb-xl-n60,
    .my-xl-n60 {
        margin-bottom: -60px !important
    }
    .ml-xl-n60,
    .mx-xl-n60 {
        margin-left: -60px !important
    }
    .m-xl-n100 {
        margin: -100px !important
    }
    .mt-xl-n100,
    .my-xl-n100 {
        margin-top: -100px !important
    }
    .mr-xl-n100,
    .mx-xl-n100 {
        margin-right: -100px !important
    }
    .mb-xl-n100,
    .my-xl-n100 {
        margin-bottom: -100px !important
    }
    .ml-xl-n100,
    .mx-xl-n100 {
        margin-left: -100px !important
    }
    .m-xl-n200 {
        margin: -200px !important
    }
    .mt-xl-n200,
    .my-xl-n200 {
        margin-top: -200px !important
    }
    .mr-xl-n200,
    .mx-xl-n200 {
        margin-right: -200px !important
    }
    .mb-xl-n200,
    .my-xl-n200 {
        margin-bottom: -200px !important
    }
    .ml-xl-n200,
    .mx-xl-n200 {
        margin-left: -200px !important
    }
    .m-xl-n500 {
        margin: -500px !important
    }
    .mt-xl-n500,
    .my-xl-n500 {
        margin-top: -500px !important
    }
    .mr-xl-n500,
    .mx-xl-n500 {
        margin-right: -500px !important
    }
    .mb-xl-n500,
    .my-xl-n500 {
        margin-bottom: -500px !important
    }
    .ml-xl-n500,
    .mx-xl-n500 {
        margin-left: -500px !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
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !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
    }
}

.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-normal {
    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: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !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 {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

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

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.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 {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.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 {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.adminbar--sticky {
    bottom: 0 !important;
    top: auto !important
}

/* BOOTSTRAP END */

body,
html {
    background-color: #f5f5f5;
    color: var(--primary-text-color);
    margin: 0;
    padding: 0
}

body {
    width: 100%
}

* {
    box-sizing: border-box
}

ul {
    padding: 0
}

ul li {
    list-style: none
}

img {
    max-width: 100%
}

input,
select,
textarea {
    appearance: none;
    font-family: inherit
}

.canvas-wrapper {
    display: block;
    width: 100%
}

canvas {
    display: block;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: #999;
    color: #f5f5f5;
    opacity: 0
}

::selection {
    background: #999;
    color: #f5f5f5;
    opacity: 0
}

@media (max-width:991.98px) {
    [class^=col-] {
        padding: 0
    }
}

.scrollock {
    overflow: hidden
}

.overlay {
    background: #121212;
    height: 40%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -4
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-110.5%)
    }
}

@keyframes slide-down {
    0% {
        transform: translate3d(0, -300%, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slide-up {
    0% {
        transform: translate3d(0, 300%, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes float {
    0% {
        filter: drop-shadow(15px 45px 20px rgba(0, 0, 0, .4));
        transform: translateY(0)
    }
    50% {
        filter: drop-shadow(15px 65px 25px rgba(0, 0, 0, .38));
        transform: translateY(-15px)
    }
    to {
        filter: drop-shadow(15px 45px 20px rgba(0, 0, 0, .4));
        transform: translateY(0)
    }
}

@font-face {
    font-display: swap;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/Inter-UI-Regular.woff2) format("woff2"), url(./assets/fonts/Inter-UI-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 500;
    src: url(./assets/fonts/Inter-UI-Medium.woff2) format("woff2"), url(./assets/fonts/Inter-UI-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 700;
    src: url(./assets/fonts/Inter-UI-Bold.woff2) format("woff2"), url(./assets/fonts/Inter-UI-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Space Mono;
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/space-mono-v11-latin-regular.eot);
    src: local(""), url(./assets/fonts/space-mono-v11-latin-regular.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/space-mono-v11-latin-regular.woff2) format("woff2"), url(./assets/fonts/space-mono-v11-latin-regular.woff) format("woff"), url(./assets/fonts/space-mono-v11-latin-regular.ttf) format("truetype"), url(./assets/fonts/space-mono-v11-latin-regular.svg#SpaceMono) format("svg")
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif
}

p {
    font-size: 16px
}

@media screen and (min-width:335px) {
    p {
        font-size: calc(12.21469px + 1.12994vw)
    }
}

@media screen and (min-width:512px) {
    p {
        font-size: 18px
    }
}

p {
    line-height: 1.5555555556
}

a {
    color: var(--primary-text-color);
    transition: opacity .1s ease-in-out
}

a,
a img {
    overflow: hidden
}

a img {
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.3, 0, .2, 1)
}

a:hover {
    text-decoration: underline
}

.vacancy-article a {
    text-decoration: underline
}

.vacancy-article ul {
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 30px
}

.vacancy-article li {
    display: list-item;
    list-style-type: inherit;
    padding-inline-start: 10px
}

body.scrollock .navbar__item--focus {
    visibility: hidden
}

@media (max-width:991.98px) {
    body.scrollock .navbar .navbar__top.navbar {
        background-color: #121212;
        transition: background-color .3s linear;
        transition-delay: .5s
    }
    body.scrollock .navbar .navbar__menu.js-menu.navbar__menu--is-open .navbar-menu__wrapper-left {
        overflow-y: scroll
    }
}

.scrolllock {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100vw
}

.u-fill-black svg {
    fill: #101010 !important
}

.u-fill-white svg,
.u-logo-white svg {
    fill: #f5f5f5 !important
}

.mt-30 {
    margin-top: 30px
}

.mt-60 {
    margin-top: 60px
}

.backdrop:before {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .box {
        left: 150px !important;
        top: 160px !important
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
    .box {
        border: 15px solid var(--primary-text-color) !important;
        left: 165px !important;
        top: 160px !important;
        width: 380px !important
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {
    .box {
        border: none !important;
        height: 110px !important;
        left: 95px !important;
        top: 150px !important;
        width: 380px !important
    }
}

.container--half-height {
    min-height: 50vh
}

.navbar--top {
    background-color: transparent
}

.navbar__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .1s ease-in;
    z-index: 21
}

.navbar__top--dark {
    color: #f5f5f5
}

@media (max-width:991.98px) {
    .navbar__top--dark .menu-toggle__icon,
    .navbar__top--dark .menu-toggle__icon:after,
    .navbar__top--dark .menu-toggle__icon:before {
        background: #f5f5f5
    }
}

.navbar__top--transparent {
    color: #f5f5f5
}

.navbar__top--transparent .menu-toggle__icon,
.navbar__top--transparent .menu-toggle__icon:after,
.navbar__top--transparent .menu-toggle__icon:before {
    background: #101010
}

.navbar__item {
    align-items: center;
    display: flex
}

.navbar__item--focus {
    display: flex;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-right: 20px
}

@media (max-width:991.98px) {
    .navbar__item--focus {
        display: none
    }
}

.navbar__item--focus a {
    text-decoration: none
}

.navbar__item--focus a:hover {
    text-decoration: underline
}

.navbar__item--focus:not(:last-child) {
    margin-right: 40px
}

.navbar__item--expand {
    flex: 1
}

.navbar__menu {
    display: none
}

.navbar__menu--is-open {
    bottom: 0;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5
}

.navbar-menu__wrapper {
    height: 100%;
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .navbar-menu__wrapper {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .navbar-menu__wrapper {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .navbar-menu__wrapper {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .navbar-menu__wrapper {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .navbar-menu__wrapper {
        max-width: 1600px
    }
}

.navbar-menu__wrapper-left {
    animation: slide-up .9s cubic-bezier(.23, 1, .32, 1);
    background: #101010;
    position: relative;
    width: 50%;
    z-index: 30
}

@media (max-width:991.98px) {
    .navbar-menu__wrapper-left {
        width: 100%
    }
}

.navbar-menu__wrapper-right {
    animation: slide-down .9s cubic-bezier(.23, 1, .32, 1);
    background: #f5f5f5;
    color: #121212;
    overflow-y: scroll;
    position: relative;
    width: 50%;
    z-index: 30
}

@media (max-width:991.98px) {
    .navbar-menu__wrapper-right {
        display: none
    }
}

.navbar-menu__content {
    display: flex;
    flex-direction: column;
    margin: 100px;
    min-height: 75%
}

@media (max-width:1500px) {
    .navbar-menu__content {
        margin: 75px
    }
}

@media (max-width:991.98px) {
    .navbar-menu__content {
        margin: 80px 0 0;
        min-height: 100%
    }
    .navbar-menu__content .col-12 {
        padding-left: 20px
    }
}

.navbar-menu__links {
    list-style: none;
    text-align: left
}

@media (max-width:991.98px) {
    .navbar-menu__links {
        margin: 0
    }
}

.navbar-menu__item {
    display: block
}

@media (max-width:991.98px) {
    .navbar-menu__item {
        margin-bottom: 10px
    }
}

.navbar-menu__link {
    color: #f5f5f5;
    display: inline-block;
    font-size: 60px;
    line-height: 1.2;
    margin: 20px 0 10px;
    text-decoration: none
}

.navbar-menu__link:hover {
    text-decoration: underline
}

@media (max-width:1600px) {
    .navbar-menu__link {
        font-size: 45px
    }
}

@media (max-width:991.98px) {
    .navbar-menu__link {
        font-size: 40px;
        margin-top: 0
    }
}

@media (max-height:660px) {
    .navbar-menu__link {
        font-size: 30px;
        line-height: 1.1
    }
}

.navbar-menu__sublinks {
    font-family: Space Mono, monospace;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px
}

@media (max-width:1500px) {
    .navbar-menu__sublinks {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .navbar-menu__sublinks {
        margin-bottom: 20px;
        margin-top: 0
    }
}

@media (max-height:660px) {
    .navbar-menu__sublinks {
        margin-top: 5px
    }
}

.navbar-menu__sublinks-item {
    margin-bottom: 10px
}

.navbar-menu__sublinks-item>a {
    color: #999;
    text-decoration: none
}

.navbar-menu__contact {
    margin-bottom: 0;
    margin-top: auto
}

@media (max-width:1199.98px) {
    .navbar-menu__contact {
        display: none
    }
}

.navbar-menu__contact-list {
    color: #999;
    font-family: Space Mono, monospace;
    line-height: 28px;
    list-style-type: none;
    margin-top: 50px
}

.navbar-menu__contact-list-link {
    color: #fff;
    font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none
}

.navbar-menu__case {
    color: #121212;
    margin-bottom: 50px;
    overflow: hidden
}

.navbar-menu__case-category {
    color: #999;
    font-family: Space Mono, monospace;
    font-size: 16px
}

.navbar-menu__case img {
    margin-bottom: 10px
}

.navbar-menu__case a:hover {
    text-decoration: none
}

.navbar-menu__case-heading {
    font-size: 2em;
    font-weight: 500;
    margin: 10px 0
}

.intro {
    margin: -135px 0 0
}

@media (max-width:767.98px) {
    .intro {
        margin-bottom: 0;
        margin-top: 60px
    }
}

.intro__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .intro__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .intro__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .intro__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .intro__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .intro__container {
        max-width: 1600px
    }
}

.intro__container p {
    color: #101010
}

.intro__headline {
    color: var(--primary-text-color);
    font-size: 74px;
    font-weight: 500;
    line-height: 1.1351351351;
    margin: 0;
    text-decoration: underline
}

@media (max-width:767.98px) {
    .intro__headline {
        font-size: 48px
    }
}

.intro__ingress {
    color: #999;
    font-size: 22px;
    line-height: 1.4545454545;
    margin-top: 10px;
    padding-left: 110px
}

@media (max-width:767.98px) {
    .intro__ingress {
        padding-left: 0
    }
}

.main {
    box-shadow: 20px 40px 60px rgba(34, 34, 34, .502);
    margin-bottom: 650px;
    overflow: hidden
}

.page {
    margin-bottom: 200px;
    margin-top: 200px
}

@media (max-width:767.98px) {
    .page {
        margin-bottom: 55px;
        margin-top: 90px
    }
}

.page__title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1923076923;
    margin: 0;
    padding: 0
}

@media (max-width:575.98px) {
    .page__title {
        font-size: 38px
    }
}

.page__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

@media (max-width:991.98px) {
    .page__header {
        align-items: flex-start;
        flex-direction: column
    }
    .page__header .page__aside {
        margin-top: 20px;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .page__header {
        margin-bottom: 30px
    }
}

.page__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .page__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .page__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .page__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .page__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .page__container {
        max-width: 1600px
    }
}

.page__container {
    overflow: hidden
}

.expanded .category-arrow {
    transform: rotate(180deg)
}

.category-arrow {
    height: 25px;
    margin-left: 20px;
    margin-top: 3px;
    transition: transform .2s;
    width: 20px
}

.categories-wrapper {
    position: relative
}

.categories-wrapper h3 {
    font-family: Space Mono, monospace;
    font-size: 18px;
    font-weight: 500
}

.expanded~.categories {
    transform: translateX(150%)
}

@media (max-width:991.98px) {
    .expanded~.categories {
        position: absolute;
        transition: position .35s ease .5s
    }
}

.categories {
    position: absolute;
    right: 0;
    top: 40px;
    transition: transform .35s cubic-bezier(.175, .885, .32, 1.275)
}

@media (max-width:991.98px) {
    .categories {
        position: relative;
        top: 0;
        transition: transform .35s cubic-bezier(.175, .885, .32, 1.275)
    }
}

.categories-item {
    color: #999;
    font-family: Space Mono, monospace;
    font-size: 16px;
    text-decoration: none
}

.categories ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 1020px
}

@media (max-width:1350px) {
    .categories ul {
        flex-wrap: wrap;
        min-width: 100%;
        width: 500px
    }
}

@media (max-width:991.98px) {
    .categories ul {
        margin-top: 0;
        overflow: hidden;
        width: auto
    }
    .categories ul li {
        line-height: 1.5
    }
}

.section {
    padding-bottom: 95px;
    padding-top: 95px
}

@media (max-width:767.98px) {
    .section {
        padding-bottom: 55px;
        padding-top: 55px
    }
}

.section--transparent {
    background-color: var(--primary-bg-color);
    overflow: hidden
}

.section--gradient {
    background: linear-gradient(180deg, var(--gradient-from-color), var(--gradient-to-color));
    overflow: hidden
}

.section__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .section__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .section__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .section__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .section__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .section__container {
        max-width: 1600px
    }
}

.section__content {
    color: #999;
    font-size: 18px;
    line-height: 28px
}

.section__content a {
    white-space: nowrap
}

.section__heading {
    font-size: 40px
}

@media screen and (min-width:335px) {
    .section__heading {
        font-size: calc(36.40751px + 1.07239vw)
    }
}

@media screen and (min-width:2200px) {
    .section__heading {
        font-size: 60px
    }
}

.section__heading {
    font-weight: 400;
    line-height: 1.5555555556;
    margin-bottom: 20px;
    margin-top: 0
}

@media (max-width:991.98px) {
    .section__heading {
        font-size: 40px
    }
    .section__subheading {
        font-size: 30px;
        font-weight: 500
    }
}

.footer {
    align-items: flex-end;
    background: #101010;
    bottom: 0;
    display: flex;
    height: 100%;
    overflow-y: visible;
    padding-bottom: 60px;
    position: fixed;
    width: 100%;
    z-index: -10
}

@media (max-width:767.98px) {
    .footer {
        height: 100%;
        padding-bottom: 100px
    }
}

.footer__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .footer__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .footer__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .footer__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .footer__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .footer__container {
        max-width: 1600px
    }
}

.footer__container {
    overflow-y: visible
}

@media (max-width:767.98px) {
    .footer__link-icons {
        margin-top: 20px
    }
}

.footer__copymark {
    color: #999;
    font-family: Space Mono, monospace
}

.footer__line {
    background-color: #999;
    border: none;
    display: block;
    height: 1px;
    margin: 30px 0
}

@media (max-width:767.98px) {
    .footer__line {
        margin: 10px 0
    }
}

.footer__cta {
    margin-bottom: 100px
}

.footer__cta-heading {
    color: #f5f5f5;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1923076923;
    margin: 0 0 30px
}

@media (max-width:767.98px) {
    .footer__cta-heading {
        font-size: 38px;
        margin-bottom: 10px
    }
}

.footer__cta-link {
    color: #f5f5f5;
    font-size: 25px;
    line-height: 1.2;
    text-decoration: none
}

.footer__cta-link:active,
.footer__cta-link:focus,
.footer__cta-link:hover {
    text-decoration: underline
}

.footer__pattern svg {
    fill: #f5f5f5;
    color: #f5f5f5;
    height: 140px;
    width: 375px
}

@media (max-width:767.98px) {
    .footer__pattern {
        display: none
    }
}

.list__item {
    font-family: Space Mono, monospace
}

.tags {
    display: block;
    margin: 0;
    max-width: 600px;
    padding: 0
}

.tags__item {
    display: inline-block;
    margin-right: 1px
}

.tags__item:not(:last-child):after {
    color: var(--primary-text-color);
    content: ", ";
    font-size: 25px;
    font-weight: 500;
    line-height: 1.52
}

.tags__item a:active,
.tags__item a:focus,
.tags__item a:hover {
    color: var(--secondary-text-color)
}

.tags__link {
    color: var(--primary-text-color);
    display: inline;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.52;
    text-decoration: underline;
    text-transform: capitalize
}

.list {
    display: block;
    margin: 0;
    padding: 0
}

.list--inline .list__item {
    display: inline-block !important;
    margin-left: 20px
}

.list__item {
    display: block
}

@media (min-width:768px) {
    .list__item {
        margin-bottom: 5px
    }
}

.list__link {
    color: #999
}

.list__link:hover {
    text-decoration: none
}

.menu-toggle {
    align-items: center;
    background-color: #ab9df2;
    border-radius: 50%;
    display: flex;
    height: 65px;
    justify-content: center;
    margin: 6px 20px 6px 6px;
    width: 65px
}

@media (max-width:991.98px) {
    .menu-toggle {
        background: transparent;
        border-radius: 0;
        height: 75px;
        margin: auto;
        width: 75px
    }
}

.menu-toggle__wrapper {
    cursor: pointer;
    height: 26px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 26px
}

.menu-toggle__icon-wrapper {
    display: block;
    height: 26px;
    position: relative;
    width: 26px
}

.menu-toggle__icon,
.menu-toggle__icon:after,
.menu-toggle__icon:before {
    background-color: #101010;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: top .2s .2s, bottom .2s .2s, transform .2s;
    width: 100%
}

.menu-toggle__icon:before {
    top: 8px
}

.menu-toggle__icon:after {
    bottom: 8px
}

.menu-toggle__text {
    color: currentColor;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: lowercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.menu-toggle--is-open {
    transition: top .2s, bottom .2s, transform .2s
}

.menu-toggle--is-open,
.menu-toggle--is-open .menu-toggle__icon {
    background-color: transparent
}

.menu-toggle--is-open .menu-toggle__icon:after,
.menu-toggle--is-open .menu-toggle__icon:before {
    background-color: #101010;
    opacity: 1;
    transition: top .2s, bottom .2s, transform .2s .2s
}

@media (max-width:991.98px) {
    .menu-toggle--is-open .menu-toggle__icon:after,
    .menu-toggle--is-open .menu-toggle__icon:before {
        background-color: #f5f5f5
    }
}

.menu-toggle--is-open .menu-toggle__icon:before {
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

.menu-toggle--is-open .menu-toggle__icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg)
}

.menu-toggle--is-open .menu-toggle__text {
    color: var(--primary-bg-color)
}

.button {
    background-color: transparent;
    display: inline-block;
    font-family: Space Mono, monospace;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 13px 20px 17px;
    text-decoration: none
}

.button-dark {
    border: 2px solid #121212;
    color: #121212
}

.button-light {
    border: 2px solid #f5f5f5;
    color: #f5f5f5
}

.button:hover {
    cursor: pointer;
    opacity: 1;
    text-decoration: none
}

@media (max-width:991.98px) {
    .button {
        font-size: .875rem
    }
}

.long-arrow-right {
    height: 22px;
    margin-bottom: -5px;
    margin-right: -2px;
    width: 18px
}

.button:hover .long-arrow-right {
    margin-left: 5px;
    margin-right: -7px;
    transition: all .1s ease-out
}

.social-links {
    display: flex;
    justify-content: flex-end
}

@media (max-width:767.98px) {
    .social-links {
        justify-content: center
    }
}

.social-links__icon {
    fill: var(--secondary-text-color)
}

.social-links__icon svg {
    height: 18px
}

.social-links__link {
    color: #999;
    height: 20px;
    line-height: 1.2222222222;
    margin-left: 30px;
    text-decoration: none;
    width: 18px
}

@media (max-width:767.98px) {
    .social-links__link {
        justify-content: space-evenly;
        margin: auto
    }
}

.social-links__link:hover {
    color: #f5f5f5
}

.post-preview {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative
}

@media (max-width:991.98px) {
    .post-preview {
        margin-bottom: 10px;
        margin-top: 50px
    }
}

.post-preview a {
    overflow: hidden;
    text-decoration: none
}

.post-preview a img {
    margin-bottom: 10px;
    overflow: hidden;
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.3, 0, .2, 1)
}

.post-preview__image {
    transform: translateY(0);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.post-preview__heading {
    color: #121212;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0 20px;
    white-space: break-spaces
}

.post-preview__summary {
    color: #999;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556;
    white-space: break-spaces
}

.post-preview--featured {
    margin-bottom: 120px
}

@media (max-width:991.98px) {
    .post-preview--featured {
        margin-bottom: 10px
    }
}

.post-preview--featured .post-preview__heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1875
}

@media (max-width:991.98px) {
    .post-preview--featured .post-preview__heading {
        font-size: 25px
    }
}

.post-preview--featured .post-preview__summary {
    font-size: 25px;
    line-height: 1.4545454545
}

@media (max-width:991.98px) {
    .post-preview--featured .post-preview__summary {
        font-size: 18px
    }
}

.link {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: Space Mono, monospace;
    font-size: 18px;
    line-height: 50px;
    outline: none;
    text-decoration: none
}

.link--inset {
    margin-left: 100px
}

@media (max-width:767.98px) {
    .link--inset {
        margin: 0 auto
    }
}

.link--disabled {
    color: #999;
    pointer-events: none
}

.link:active,
.link:focus,
.link:hover {
    text-decoration: underline
}

.logo {
    display: block;
    line-height: 0;
    margin-left: 35px;
    width: 147px
}

@media (max-width:767.98px) {
    .logo {
        margin-left: 20px
    }
}

.logo svg {
    fill: #101010;
    height: 20px;
    transition: all .3s ease-in-out
}

.form {
    margin-top: 20px
}

@media (max-width:1450px) {
    .form {
        margin: 0
    }
}

.form #last_name {
    display: none
}

.form__group {
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

@media (max-width:1450px) {
    .form__group {
        margin-bottom: 20px
    }
}

.form__input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px dotted #121212;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556;
    padding: 15px 0 5px;
    width: 100%
}

.form__input:active,
.form__input:focus,
.form__input:hover {
    outline: none
}

.form__input:focus {
    border-bottom: 2px solid #121212
}

.form__input::-moz-placeholder {
    color: #999
}

.form__input::placeholder {
    color: #999
}

.form__button {
    background-color: transparent;
    border: none;
    color: var(--primary-text-color);
    cursor: pointer;
    display: inline;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    text-decoration: underline
}

.form__button:active,
.form__button:focus,
.form__button:hover {
    color: var(--secondary-text-color);
    outline: none
}

.form .floating-label {
    color: #999;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1.25em;
    transform: translateY(50%);
    transition: transform .1s
}

.form .form__input:focus::-moz-placeholder {
    opacity: 0
}

.form .form__input:focus::placeholder {
    opacity: 0
}

.form .form__input:focus+.floating-label {
    opacity: 1;
    transform: translateY(90%)
}

.form .form__input:not(:-moz-placeholder)+.floating-label {
    opacity: 1;
    transform: translateY(90%)
}

.form .form__input:not(:placeholder-shown)+.floating-label {
    opacity: 1;
    transform: translateY(90%)
}

input[type=email],
input[type=text],
textarea {
    appearance: none;
    border-radius: 0
}

textarea.form__input {
    height: 65px;
    resize: none;
    transition: height .2s
}

textarea.form__input:not(:-moz-placeholder) {
    height: 200px
}

textarea.form__input:focus,
textarea.form__input:not(:placeholder-shown) {
    height: 200px
}

.case-preview {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.case-preview a {
    overflow: hidden;
    text-decoration: none
}

.case-preview a img {
    margin-bottom: 10px;
    overflow: hidden;
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.3, 0, .2, 1)
}

.case-preview__heading {
    color: #f5f5f5;
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 20px;
    white-space: break-spaces
}

.case-preview__heading.black {
    color: #121212
}

@media (max-width:991.98px) {
    .case-preview__heading {
        font-size: 25px
    }
}

picture,
picture img {
    width: 100%
}

.image-logo-wrapper {
    position: relative
}

.image-logo-wrapper .image-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.image__img {
    display: block;
    max-width: 100%;
    width: 100%
}

.image-placeholder {
    background-color: #fef8e0;
    height: 100%;
    width: 100%
}

.share {
    align-items: center;
    cursor: pointer;
    display: flex;
    transition: color .1s ease-in-out
}

.share:focus,
.share:focus i,
.share:hover,
.share:hover i {
    color: var(--primary-text-color)
}

.share:focus i,
.share:hover i {
    transition: color .1s ease-in-out
}

.share__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px/16px;
    margin-right: 10px
}

.share__icon {
    background-color: transparent;
    border: none;
    color: var(--secondary-text-color);
    font-size: 20px;
    padding: 0
}

.share__icon i {
    cursor: pointer
}

.share-modal svg {
    height: 18px
}

.modal--open {
    display: block
}

.modal {
    background-color: var(--primary-bg-color);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
    color: var(--primary-text-color);
    display: none;
    left: 50%;
    min-height: auto;
    min-width: 600px;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100
}

@media (max-width:575.98px) {
    .modal {
        min-width: 98%
    }
}

.modal__header {
    border-bottom: 1px solid var(--secondary-text-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 30px 0;
    padding-bottom: 30px
}

.modal__link,
.modal__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.modal__close,
.modal__link {
    color: var(--primary-text-color)
}

.modal__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    outline: none
}

.modal__close:hover {
    color: var(--secondary-text-color)
}

.modal__content {
    font-size: 18px;
    padding: 30px
}

.dropdown {
    display: block;
    position: relative
}

.dropdown__button {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.dropdown__label {
    color: var(--primary-text-color);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: underline
}

.dropdown__chevron {
    margin-left: 15px
}

.dropdown__menu {
    background-color: var(--primary-bg-color);
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    width: 700px
}

@media (max-width:991.98px) {
    .dropdown__menu {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%
    }
    .dropdown__menu::-webkit-scrollbar {
        display: none
    }
    .dropdown__menu .list__item:first-child {
        margin-left: 0
    }
}

.dropdown__menu--open {
    display: block
}

.dropdown__menu-item {
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8
}

.contact-sidebar {
    bottom: 200px;
    height: calc(100% - 400px);
    position: fixed;
    right: 0;
    top: 200px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    z-index: 24
}

@media (max-width:991.98px) {
    .contact-sidebar {
        display: none
    }
}

.contact-sidebar__wrapper {
    display: flex;
    flex-direction: row;
    height: 110px;
    position: relative;
    top: 0
}

.contact-sidebar__toggle {
    align-self: center;
    cursor: pointer;
    margin-right: 0;
    margin-top: 50%
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .contact-sidebar__toggle {
            margin-right:21px
        }
    }
}

.contact-sidebar__button {
    background: #121212;
    border: 1px solid #121212;
    color: #f5f5f5;
    font-family: Space Mono, monospace;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 9
}

.contact-sidebar__close {
    position: absolute;
    right: 35px;
    top: 30px;
    width: 20px
}

.contact-sidebar__container {
    align-items: center;
    background: #eeedfe;
    box-shadow: 20px 40px 60px rgba(0, 0, 0, .161);
    color: #121212;
    display: grid;
    height: 100vh;
    margin-top: -200px;
    max-width: 700px;
    padding: 100px;
    position: relative;
    width: 40vw;
    z-index: 24
}

.contact-sidebar__container .button {
    border: 2px solid #121212;
    color: #121212
}

@media (max-width:1450px) {
    .contact-sidebar__container {
        width: 48vw
    }
}

.contact-sidebar__heading {
    color: #121212;
    font-size: 60px;
    font-weight: 400;
    margin: 20px 0
}

@media (max-width:1400px) {
    .contact-sidebar__heading {
        font-size: 40px;
        margin-top: 0
    }
}

.js-hide-sidebar {
    transform: translateX(calc(100% - 63px))
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .js-hide-sidebar {
        transform: translateX(100%)
    }
}

.js-contact .hidden {
    display: none
}

.js-contact .js-contact-submit {
    display: flex
}

.js-contact .js-contact-submit button:first-child {
    display: block
}

.js-contact .js-contact-submit button:nth-child(2),
.js-contact .js-contact-submit.hidden button:first-child {
    display: none
}

.js-contact .js-contact-submit.hidden button:nth-child(2) {
    display: block
}

.js-contact .contact-cta__heading {
    margin-bottom: 30px
}

.home {
    --homepage-background-color: #101010;
    --homepage-text-color: #f5f5f5;
    background: var(--homepage-background-color);
    color: var(--homepage-text-color);
    transition: all .1s ease-in;
    will-change: auto
}

@media (max-width:991.98px) {
    .home img {
        max-width: 118%
    }
}

.change-color {
    background-color: transparent;
    transition: all .2s
}

.home-header {
    box-sizing: border-box;
    height: 75%;
    padding: 20vmin 34px 0;
    position: relative
}

@media (max-width:767.98px) {
    .home-header {
        margin-bottom: 80px;
        padding: 30vmin 0 0
    }
    .home-header img {
        margin-bottom: 50px;
        margin-top: 50px
    }
}

.home-header__headline {
    font-size: 80px
}

@media screen and (min-width:335px) {
    .home-header__headline {
        font-size: calc(58.44504px + 6.43432vw)
    }
}

@media screen and (min-width:2200px) {
    .home-header__headline {
        font-size: 200px
    }
}

.home-header__headline {
    color: #f5f5f5;
    font-weight: 400;
    margin: -18px -30px 0;
    white-space: nowrap;
    /*writing-mode:vertical-rl*/
}

.home-header__headline span {
    opacity: 0
}

@media (max-width:767.98px) {
    .home-header__headline {
        font-size: calc(33.52601px + 9.01734vw);
        line-height: 1.1;
        writing-mode: horizontal-tb
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .home-header__headline {
            margin-right:14rem
        }
    }
}

.home-header__links {
    margin-bottom: 30px;
    margin-left: 48px
}

@media (max-width:991.98px) {
    .home-header__links {
        margin-left: 5px
    }
}

.home-header__links>a {
    color: #999;
    font-family: Space Mono, monospace;
    line-height: 1.8;
    text-decoration: none
}

.home-header__dots {
    display: flex;
    justify-content: flex-end;
    padding-right: 10%;
    position: relative;
    z-index: 3
}

@media (max-width:991.98px) {
    .home-header__dots {
        padding-right: 10px;
        padding-top: 80px;
        transform: scale(.9)
    }
}

.home-header__illustration {
    margin: -50px 0 100px 150px;
    min-height: 490px;
    position: relative
}

@media (max-width:991.98px) {
    .home-header__illustration {
        margin: -100px auto 75px;
        min-height: 350px
    }
}

.home-header__illustration .illustration-bg {
    background: #ab9df2;
    border-radius: 100%;
    height: 400px;
    position: absolute;
    width: 400px;
    z-index: 2
}

@media (max-width:991.98px) {
    .home-header__illustration .illustration-bg {
        margin-left: -20px;
        transform: scale(.8)
    }
}

.home-header__illustration img {
    animation: float 2.5s ease-in-out infinite;
    filter: drop-shadow(15px 45px 20px rgba(0, 0, 0, .4));
    margin-left: 70px;
    max-width: 400px;
    padding-top: -20px;
    margin-top: 60px;
    position: relative;
    transform: translateY(0);
    z-index: 4
}

@media (max-width:991.98px) {
    .home-header__illustration img {
        margin-left: 0;
        max-height: 100%;
        max-width: 100%;
        padding-top: 0
    }
}

.home-header__illustration .illustration-square {
    animation: float 2.5s ease-in-out -1.75s infinite;
    background: linear-gradient(152deg, #ab9bf2, #8474c9);
    border-radius: 20px;
    height: 120px;
    left: 260px;
    position: absolute;
    top: 260px;
    width: 120px;
    z-index: 4
}

@media (max-width:991.98px) {
    .home-header__illustration .illustration-square {
        left: 220px;
        max-height: 90px;
        max-width: 90px
    }
}

.home-header__intro {
    bottom: 0;
    color: #999;
    max-width: 400px;
    position: absolute;
    right: 80px;
    top: 650px
}

.home-header__intro span {
    color: #ab9df2;
    display: block;
    font-weight: 700;
    margin-bottom: -20px
}

.home-header__intro .button {
    margin-top: 8px
}

@media (max-width:991.98px) {
    .home-header__intro {
        bottom: 0;
        padding: 0 15px;
        position: relative;
        right: 0;
        top: auto
    }
}

.section-services .section__container>* {
    margin-top: 150px
}

@media (max-width:991.98px) {
    .section-services .section__container>* {
        margin-top: 80px
    }
}

@media (min-width:768px) {
    .section-services .section__heading {
        margin-top: -24px
    }
}

.section-services .service-img {
    height: 380px;
    overflow: visible;
    position: relative;
    width: 380px
}

@media (max-width:1450px) {
    .section-services .service-img {
        height: 280px;
        margin-left: 60px;
        width: 280px
    }
}

@media (max-width:991.98px) {
    .section-services .service-img {
        margin: 20px auto;
        max-height: 250px;
        max-width: 250px
    }
}

.section-services .service-img img {
    max-width: 80%;
    position: absolute
}

@media (max-width:991.98px) {
    .section-services .service-img img {
        max-width: 200px
    }
}

.section-services .service-img svg {
    height: 50%;
    position: absolute;
    width: 50%
}

@media (max-width:991.98px) {
    .section-services .service-img svg {
        max-height: 120px
    }
}

.section-services .service-img-branding {
    background: #ffda66
}

.section-services .service-img-branding svg {
    bottom: 60px;
    left: -70px
}

@media (max-width:991.98px) {
    .section-services .service-img-branding svg {
        bottom: 30px;
        left: -60px
    }
}

.section-services .service-img-branding img {
    bottom: 0;
    left: 120px
}

@media (max-width:991.98px) {
    .section-services .service-img-branding img {
        left: 100px
    }
}

.section-services .service-img-websites {
    background: #ff6088;
    margin-left: 110px
}

.section-services .service-img-websites img {
    bottom: 0;
    left: -60px
}

.section-services .service-img-websites svg {
    bottom: 25%;
    right: -70px
}

.section-services .service-img-apps {
    background: #ab9df2
}

.section-services .service-img-apps img {
    bottom: 0;
    right: -60px
}

@media (max-width:991.98px) {
    .section-services .service-img-apps img {
        bottom: 0
    }
}

.section-services .service-img-apps svg {
    left: -70px;
    top: 40px;
    transform: rotate(180deg)
}

@media (max-width:991.98px) {
    .section-services .service-img-apps svg {
        left: -60px
    }
}

.section-cases {
    overflow-x: scroll;
    width: 100%
}

.section-cases::-webkit-scrollbar {
    background: transparent;
    scrollbar-width: none;
    width: 0
}

.selected-cases {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-areas: "case-1 case-2 case-3 case-4";
    grid-template-columns: minmax(500px, 4fr) minmax(400px, 3fr) minmax(500px, 4fr) minmax(400px, 3fr);
    padding-right: 130px;
    width: 100vw
}

@media (max-width:991.98px) {
    .selected-cases {
        grid-template-columns: repeat(4, minmax(300px, 1fr));
        overflow-x: scroll;
        padding-right: 15px
    }
    .selected-cases::-webkit-scrollbar {
        background: transparent;
        scrollbar-width: none;
        width: 0
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .selected-cases {
        display: flex
    }
    .selected-cases :first-child,
    .selected-cases :nth-child(2),
    .selected-cases :nth-child(3) {
        margin-right: 30px
    }
}

.selected-cases :first-child {
    grid-area: case-1
}

.selected-cases :nth-child(2) {
    grid-area: case-2
}

.selected-cases :nth-child(3) {
    grid-area: case-3
}

.selected-cases :nth-child(4) {
    grid-area: case-4
}

@media (min-width:768px) {
    .selected-cases :nth-child(4) {
        padding-right: 68px;
        width: calc(100% + 68px)
    }
}

.selected-cases-categories {
    overflow-x: scroll
}

.selected-cases-categories::-webkit-scrollbar {
    background: transparent;
    scrollbar-width: none;
    width: 0
}

.selected-cases a:hover {
    text-decoration: none
}

.selected-cases small {
    color: #999
}

.clients-marquee__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .clients-marquee__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .clients-marquee__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .clients-marquee__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .clients-marquee__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .clients-marquee__container {
        max-width: 1600px
    }
}

.clients-marquee__heading {
    color: #999;
    font-family: Space Mono, monospace;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 15px
}

.section-blogs__heading {
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 400
}

.section-blogs__heading.black {
    color: #121212
}

canvas {
    padding: 10px 0
}

small {
    color: #999;
    font-family: Space Mono, monospace;
    font-size: 16px
}

.article {
    margin-top: 180px
}

@media (max-width:575.98px) {
    .article {
        margin-top: 90px
    }
}

.article__header {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .article__header {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .article__header {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .article__header {
        max-width: 780px
    }
}

.article__header {
    max-width: 780px;
    overflow-x: hidden
}

.article__title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1923076923;
    margin: 0 0 32px
}

@media (max-width:575.98px) {
    .article__title {
        font-size: 38px
    }
}

@media (max-width:767.98px) {
    .article .tags__link {
        font-size: 22px
    }
}

.article__intro {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3846153846;
    margin-bottom: 30px;
    margin-top: 32px
}

@media (max-width:767.98px) {
    .article__intro {
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 20px
    }
}

.article__share {
    align-content: baseline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px
}

.article__share svg {
    height: 18px;
    margin-bottom: -2px
}

.article__share .published {
    align-items: center;
    color: #999;
    display: flex;
    font-family: Space Mono, monospace
}

@media (max-width:991.98px) {
    .article__share .published {
        flex-direction: column
    }
}

.article__share .published__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px/16px;
    margin-right: 11px
}

.article__share .published__date {
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 0
}

.article__footer {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .article__footer {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .article__footer {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .article__footer {
        max-width: 780px
    }
}

.article__footer {
    margin-top: 60px;
    max-width: 780px;
    text-align: center
}

.block {
    margin-top: 60px
}

.block-ingress {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block-ingress {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .block-ingress {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .block-ingress {
        max-width: 780px
    }
}

.block-ingress {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4545454545;
    max-width: 780px
}

.block-figure {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block-figure {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .block-figure {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .block-figure {
        max-width: 780px
    }
}

.block-figure {
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8571428571;
    max-width: 780px;
    text-align: center
}

.block-figure__caption {
    margin-top: 20px
}

.block-figure a {
    text-decoration: underline
}

.block-figure a:hover {
    color: var(--primary-text-color)
}

.block-richtext--white {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block-richtext--white {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .block-richtext--white {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .block-richtext--white {
        max-width: 780px
    }
}

.block-richtext--white {
    max-width: 780px
}

.block-richtext--white p {
    color: #121212
}

.block-richtext--dark {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .block-richtext--dark {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .block-richtext--dark {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .block-richtext--dark {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .block-richtext--dark {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .block-richtext--dark {
        max-width: 1600px
    }
}

.block-richtext--dark {
    background: #121212;
    color: #f5f5f5
}

@media (max-width:991.98px) {
    .block-richtext--dark {
        padding: 0
    }
}

.block-richtext--dark .content {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block-richtext--dark .content {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .block-richtext--dark .content {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .block-richtext--dark .content {
        max-width: 780px
    }
}

.block-richtext--dark .content {
    max-width: 780px;
    padding-bottom: 100px;
    padding-top: 100px
}

@media (max-width:991.98px) {
    .block-richtext--dark .content {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.block-richtext--dark p {
    color: #f5f5f5
}

.block-richtext h1,
.block-richtext h2,
.block-richtext h3,
.block-richtext h4,
.block-richtext h5,
.block-richtext h6 {
    font-weight: 500;
    margin: 0
}

.block-richtext strong {
    font-weight: 500
}

.block-richtext p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 15px
}

.block-richtext ul li {
    list-style: disc;
    margin-left: 20px
}

.block-richtext ol li,
.block-richtext ol li p,
.block-richtext ul li,
.block-richtext ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px
}

.block-richtext a {
    text-decoration: underline
}

.block-code {
    margin: auto;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block-code {
        max-width: 576px
    }
}

@media (max-width:991.98px) {
    .block-code {
        max-width: 768px
    }
}

@media (max-width:1199.98px) {
    .block-code {
        max-width: 780px
    }
}

.block-code {
    margin: 15px 0;
    max-width: 780px
}

.block-code__title {
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8571428571;
    margin: 15px 0
}

.block-code__title svg {
    height: 14px
}

.block-code__code-wrapper {
    background-color: var(--gradient-to-color);
    color: var(--primary-text-color);
    overflow-x: scroll;
    padding: 30px
}

.block-code__code {
    font-family: Consolas, monospace;
    font-size: 16px;
    white-space: pre
}

.case {
    margin-bottom: 220px;
    margin-top: 280px
}

@media (max-width:575.98px) {
    .case {
        margin-bottom: 90px;
        margin-top: 90px
    }
}

.case__header {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .case__header {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .case__header {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .case__header {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .case__header {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .case__header {
        max-width: 1600px
    }
}

.case__inner-header {
    margin-bottom: 120px
}

@media (min-width:768px) {
    .case__inner-header {
        margin-bottom: 80px;
        max-width: 810px;
        padding-left: 70px
    }
}

.case__title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1923076923;
    margin: 0 0 32px
}

@media (max-width:575.98px) {
    .case__title {
        font-size: 38px
    }
}

.case__subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 32px;
    margin-top: 32px
}

@media (max-width:575.98px) {
    .case__subtitle {
        font-size: 22px
    }
}

.case__ingress {
    margin-bottom: 60px;
    margin-top: 30px
}

.case__ingress p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4545454545
}

@media (max-width:575.98px) {
    .case__ingress p {
        font-size: 18px
    }
}

.case__share {
    margin-bottom: 60px;
    margin-top: 40px
}

.case__share svg {
    height: 20px
}

.case__share .categories-wrapper .expanded~.categories {
    transform: translateX(-50vw)
}

@media (max-width:991.98px) {
    .case__share .categories-wrapper .expanded~.categories {
        position: absolute;
        transition: position .5s ease .65s
    }
}

.case__share .categories-wrapper .categories {
    left: 0;
    right: auto
}

.case__share .categories-wrapper .categories ul {
    justify-content: flex-start;
    width: auto
}

@media (max-width:1350px) {
    .case__share .categories-wrapper .categories ul {
        flex-wrap: wrap;
        min-width: 100%
    }
}

.case__footer {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .case__footer {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .case__footer {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .case__footer {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .case__footer {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .case__footer {
        max-width: 1600px
    }
}

.case__footer {
    margin-top: 200px;
    text-align: center
}

@media (max-width:991.98px) {
    .case__footer {
        margin-top: 100px
    }
}

.case__blocks {
    margin: 50px auto !important;
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .case__blocks {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .case__blocks {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .case__blocks {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .case__blocks {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .case__blocks {
        max-width: 1600px
    }
}

.case-block {
    margin: 65px 0
}

@media (max-width:991.98px) {
    .case-block {
        margin: 35px 0
    }
}

.case-block .block-text__heading {
    font-weight: 700;
    line-height: 1.4545454545
}

.case-block .block-text__text {
    font-weight: 400;
    line-height: 1.4545454545
}

@media (max-width:991.98px) {
    .case-block .block-text__wrapper {
        padding: 0 40px
    }
}

.case-block .block-video {
    background-color: #eeedfe;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative
}

.case-block .block-video video {
    position: absolute;
    width: 100%
}

.case-block .block-text-image {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .case-block .block-text-image {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .case-block .block-text-image {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .case-block .block-text-image {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .case-block .block-text-image {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .case-block .block-text-image {
        max-width: 1600px
    }
}

.case-block .block-text-image__text {
    margin-bottom: 50px
}

@media (max-width:991.98px) {
    .case-block .block-text-image .row .col-md-6:not(:last-child) {
        margin-bottom: 65px
    }
}

.case-block .block-text-image__sticky {
    position: sticky;
    top: 0
}

@media (max-width:991.98px) {
    .case-block .block-text-image__sticky {
        position: relative
    }
}

.case-block .block-text-image__wrapper {
    padding: 120px 70px
}

@media (max-width:575.98px) {
    .case-block .block-text-image__wrapper {
        padding: 25px 0
    }
}

.case-block .block-text-image__heading {
    font-weight: 700;
    line-height: 1.4545454545
}

.case-block .block-text-image__text {
    font-weight: 400;
    line-height: 1.4545454545
}

.color-name {
    font-size: 32px;
    font-weight: 700
}

.color-hex {
    font-size: 24px
}

.contact {
    margin-bottom: 50px;
    margin-top: 0
}

@media (max-width:575.98px) {
    .contact {
        margin-bottom: 30px;
        margin-top: 20px
    }
}

.contact__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .contact__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .contact__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .contact__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .contact__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .contact__container {
        max-width: 1600px
    }
}

.contact__heading {
    font-size: 170px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

@media (max-width:575.98px) {
    .contact__heading {
        font-size: 46px;
        line-height: 60px
    }
}

.contact-social__heading {
    font-size: 60px;
    font-weight: 400;
    margin: 10px 0
}

@media (max-width:991.98px) {
    .contact-social__heading {
        font-size: 35px
    }
}

.contact-info {
    margin: 130px 0
}

@media (max-width:575.98px) {
    .contact-info {
        margin-top: 80px
    }
}

.contact-info__container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .contact-info__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .contact-info__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .contact-info__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .contact-info__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .contact-info__container {
        max-width: 1600px
    }
}

.contact-info__heading {
    font-size: 60px;
    font-weight: 400;
    margin-top: 10px
}

@media (max-width:991.98px) {
    .contact-info__heading {
        font-size: 35px
    }
}

.contact-info__source {
    color: #595959;
    font-size: 16px;
    margin-top: 10px
}

.employee {
    margin-bottom: 60px
}

.employee>img {
    margin-bottom: 20px
}

.employee__name {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0
}

@media (max-width:991.98px) {
    .employee__name {
        font-weight: 500;
        margin-top: 10px
    }
}

.employee__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7777777778;
    margin: 12px 0 0
}

.employee__email {
    color: var(--primary-text-color);
    margin-left: 3px;
    margin-top: 20px
}

.contact-cta__container {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .contact-cta__container {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .contact-cta__container {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .contact-cta__container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .contact-cta__container {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .contact-cta__container {
        max-width: 1600px
    }
}

.contact-cta__container {
    padding: 0 !important
}

.contact-cta__heading {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7777777778
}

.js-contact-success {
    margin-bottom: 50px
}

.about {
    --homepage-background-color: #101010;
    --homepage-text-color: #f5f5f5;
    background: var(--homepage-background-color);
    color: var(--homepage-text-color);
    padding: 80px 0 40px;
    transition: all .1s ease-in;
    will-change: auto
}

@media (max-width:991.98px) {
    .about {
        padding: 40px 0 60px
    }
}

.about h1,
.about h2 {
    font-size: 170px;
    font-weight: 400;
    line-height: 170px
}

@media (max-width:991.98px) {
    .about h1,
    .about h2 {
        font-size: 60px;
        line-height: 80px
    }
}

.about__header-subtitle p {
    color: #999
}

.about__header__images img {
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991.98px) {
    .about__header__images img {
        height: 400px
    }
}

.about__header__images-left {
    align-items: center;
    display: flex
}

@media (min-width:768px) {
    .about__header__images-left {
        padding-right: 60px
    }
}

.about__header__images-left img {
    background-color: #eeedfe
}

@media (min-width:768px) {
    .about__header__images-right {
        padding-left: 60px
    }
}

.about__header__images-right img {
    background-color: #fef8e0
}

.about__header__images-right p {
    color: #999;
    font-size: 25px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .about__header__images-right p {
        font-size: 18px;
        line-height: 1.5555555556
    }
}

.about__history h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    padding: 30px 0
}

@media (max-width:991.98px) {
    .about__history h2 {
        font-size: 35px;
        line-height: 48px;
        padding: 15px 0
    }
}

.about__history p {
    color: #999;
    font-size: 25px;
    line-height: 32px;
    padding-left: 75px
}

@media (max-width:991.98px) {
    .about__history p {
        font-size: 18px;
        line-height: 1.5555555556;
        padding-left: 0
    }
}

.about__intro-header h2 {
    font-size: 170px;
    font-weight: 400;
    line-height: 200px;
    padding: 100px 0 40px
}

@media (max-width:991.98px) {
    .about__intro-header h2 {
        font-size: 60px;
        line-height: 80px
    }
}

.about__intro-header p {
    color: #f5f5f5;
    font-size: 30px;
    line-height: 42px;
    padding-left: 75px;
    width: 75%
}

@media (max-width:991.98px) {
    .about__intro-header p {
        font-size: 25px;
        line-height: 32px;
        padding-left: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    .about__intro.row {
        padding-bottom: 100px
    }
}

.about__intro-column {
    padding: 0 15px
}

.about__intro-column h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px
}

@media (max-width:991.98px) {
    .about__intro-column h3 {
        font-size: 30px;
        line-height: 42px
    }
}

.about__intro-column p {
    color: #999
}

.about__intro-column .indent {
    padding-left: 60px
}

@media (max-width:991.98px) {
    .about__intro-column .indent {
        padding-left: 35px
    }
}

@media (min-width:768px) {
    .about__intro-column.odd {
        padding-right: 60px
    }
    .about__intro-column.even {
        padding-left: 60px
    }
}

.about .h-800 img {
    height: 800px
}

.about__title-text h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px
}

@media (max-width:991.98px) {
    .about__title-text h3 {
        font-size: 30px;
        line-height: 42px
    }
}

.about__title-text p {
    color: #999
}

.about__boxes__box {
    color: #121212;
    display: flex
}

.about__boxes__box:first-child {
    justify-content: flex-start
}

.about__boxes__box:first-child .about__boxes__box-inner {
    background-color: #eeedfe
}

.about__boxes__box:nth-child(2) {
    justify-content: flex-end
}

.about__boxes__box:nth-child(2) .about__boxes__box-inner {
    background-color: #ffdfe8
}

@media (min-width:768px) {
    .about__boxes__box-inner {
        width: calc(100% - 60px)
    }
}

.about .post-preview__heading {
    color: #f5f5f5
}

.about .employee {
    position: relative
}

.about .employee.empty img {
    background-color: #ffdfe8
}

.about .employee__empty {
    left: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:991.98px) {
    .about .employee__empty {
        padding: 20px
    }
}

.about .employee__empty h4 {
    color: #121212;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 0
}

@media (max-width:991.98px) {
    .about .employee__empty h4 {
        font-size: 18px;
        line-height: 1.5555555556
    }
}

.about h3 p,
.about h3.bottom {
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px
}

@media (max-width:991.98px) {
    .about h3 p,
    .about h3.bottom {
        font-size: 25px;
        line-height: 32px
    }
}

.about h3 p a,
.about h3.bottom a {
    text-decoration: underline
}

.about h3 p a:hover,
.about h3.bottom a:hover {
    opacity: .7
}

.vacancies {
    --homepage-background-color: #101010;
    --homepage-text-color: #f5f5f5;
    background: var(--homepage-background-color);
    color: var(--homepage-text-color);
    padding: 80px 0;
    transition: all .1s ease-in;
    will-change: auto
}

.vacancies h1,
.vacancies h2 {
    font-size: 170px;
    font-weight: 400;
    line-height: 210px
}

@media (max-width:991.98px) {
    .vacancies h1,
    .vacancies h2 {
        font-size: 60px;
        line-height: 80px;
        margin: 20px 0 40px
    }
}

.vacancies__header-subtitle p {
    color: #999
}

.vacancies__title-text h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px
}

@media (max-width:991.98px) {
    .vacancies__title-text h3 {
        font-size: 30px;
        line-height: 42px
    }
}

.vacancies__title-text p {
    color: #999;
    padding-left: 60px
}

@media (max-width:991.98px) {
    .vacancies__title-text p {
        padding-left: 25px
    }
}

.vacancies__boxes__box {
    color: #121212;
    display: flex
}

.vacancies__boxes__box:first-child {
    justify-content: flex-start
}

.vacancies__boxes__box:first-child .vacancies__boxes__box-inner {
    background-color: #eeedfe
}

.vacancies__boxes__box:nth-child(2) {
    justify-content: flex-end
}

.vacancies__boxes__box:nth-child(2) .vacancies__boxes__box-inner {
    background-color: #ffdfe8
}

.vacancies__boxes__box-inner h4 {
    font-size: 25px;
    line-height: 35px
}

@media (min-width:768px) {
    .vacancies__boxes__box-inner {
        width: calc(100% - 60px)
    }
}

.vacancies .post-preview__heading {
    color: #f5f5f5
}

.vacancies h3.bottom {
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px
}

.vacancies h3.bottom a {
    text-decoration: underline
}

.vacancies h3.bottom a:hover {
    opacity: .7
}

.services {
    margin-top: 280px
}

.services .font-lg {
    font-size: 22px
}

@media (max-width:575.98px) {
    .services {
        margin-top: 90px
    }
}

.services__text {
    color: var(--secondary-text-color)
}

.services__header {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .services__header {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .services__header {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .services__header {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .services__header {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .services__header {
        max-width: 1600px
    }
}

.services__heading {
    font-size: 36px;
    font-weight: 700
}

.services__heading--large {
    font-size: 52px;
    font-weight: 500
}

.services__dots {
    position: absolute
}

.services__dots svg {
    bottom: -85px;
    left: 50px;
    width: 28vw
}

.services__link,
.services__subheading {
    color: var(--primary-text-color);
    font-size: 21px;
    font-weight: 700
}

.services__link--large,
.services__subheading--large {
    font-size: 32px;
    font-weight: 500
}

.services__indent {
    padding-left: 65px
}

@media (max-width:575.98px) {
    .services__indent {
        padding-left: 20px
    }
}

.services__top {
    margin-top: 80px !important
}

.services__bottom {
    margin-bottom: 80px
}

.services__title {
    font-size: 74px;
    font-weight: 500;
    line-height: 1.1923076923;
    margin: 0 0 100px;
    max-width: 70%;
    padding-left: 65px
}

@media (max-width:1199.98px) {
    .services__title {
        font-size: 68px;
        max-width: 80%
    }
}

@media (max-width:991.98px) {
    .services__title {
        font-size: 58px;
        max-width: 90%
    }
}

@media (max-width:767.98px) {
    .services__title {
        font-size: 48px;
        max-width: 90%;
        padding-left: 0
    }
}

@media (max-width:575.98px) {
    .services__title {
        font-size: 38px;
        margin: 0;
        max-width: 100%;
        padding-left: 0
    }
}

.services__center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.services__center .negative {
    margin-top: -100px
}

@media (max-width:575.98px) {
    .services__center .negative {
        margin-top: 0
    }
}

.services__image {
    display: flex;
    justify-content: flex-end
}

@media (max-width:575.98px) {
    .services__image {
        padding: 10px
    }
}

.services__image img {
    height: 840px
}

@media (max-width:575.98px) {
    .services__image img {
        margin-top: 60px
    }
}

.services__section {
    margin-top: 120px
}

@media (max-width:575.98px) {
    .services__section {
        margin-top: 20px
    }
}

.service {
    background-color: var(--color1);
    padding-bottom: 100px;
    transition: all .2s
}

@media (max-width:991.98px) {
    .service {
        padding-bottom: 50px
    }
}

.service-bg {
    background-color: transparent !important
}

.service-headline {
    font-size: 150px;
    font-weight: 400;
    margin: 180px 0 100px
}

@media (max-width:991.98px) {
    .service-headline {
        font-size: 60px;
        margin-top: 0
    }
}

.service-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width: 100%
}

@media (max-width:991.98px) {
    .service-container {
        padding: 0
    }
}

.service-top-container {
    display: flex
}

@media (max-width:991.98px) {
    .service-top-container {
        display: block
    }
}

.service-img-one {
    margin-top: 235px;
    width: 70%
}

@media (max-width:991.98px) {
    .service-img-one {
        margin-top: 0;
        padding-top: 100px;
        width: 100%
    }
    .service-img-one img {
        max-width: 110%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.service-box-one {
    margin-left: 155px;
    max-width: 500px
}

.service-box-one p {
    color: #101010;
    font-size: 25px;
    line-height: 35px
}

@media (max-width:991.98px) {
    .service-box-one p {
        font-size: 18px;
        line-height: 1.5555555556
    }
    .service-box-one {
        margin-left: 0
    }
}

.service-box-two {
    margin-left: 280px;
    margin-top: 10px;
    max-width: 530px
}

@media (max-width:991.98px) {
    .service-box-two {
        margin-left: 0;
        margin-top: 50px
    }
}

.service-box-header {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.service-box-content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.service-box-three {
    font-size: 25px;
    margin: 90px 0 0 385px;
    max-width: 530px;
    position: relative
}

@media (max-width:991.98px) {
    .service-box-three {
        margin: 50px 0
    }
}

.service-image-two img {
    bottom: 5px;
    height: 150px;
    left: -300px;
    position: absolute
}

@media (max-width:991.98px) {
    .service-image-two {
        display: none
    }
}

.service-contact {
    margin: 100px auto 0;
    max-width: 550px
}

.service-related-project-subhead {
    font-size: 16px
}

.contact-form {
    position: relative
}

.contact-form-illustration {
    bottom: 0;
    position: absolute;
    right: -300px
}

.contact-form-illustration img {
    height: 150px
}

@media (max-width:991.98px) {
    .contact-form-illustration {
        display: none
    }
}

.long-arrow-left {
    transform: rotate(180deg)
}

.back-button {
    font-family: Space Mono, monospace;
    text-align: center
}

.subservice {
    background-color: var(--color1);
    transition: all .2s
}

.subservice p {
    color: #101010
}

.subservice-headline {
    hyphens: auto;
    margin-top: 54px;
    overflow-wrap: break-word;
    text-align: center
}

.subservice-content {
    padding-top: 100px
}

.subservice-boxes {
    max-width: 550px;
    padding: 0 15px 100px
}

@media (max-width:991.98px) {
    .subservice-boxes {
        padding: 0
    }
}

.subservice-box-one {
    margin-bottom: 100px;
    margin-top: 57px
}

.subservice-box-one p {
    color: #101010;
    font-size: 25px;
    line-height: 35px
}

@media (max-width:991.98px) {
    .subservice-box-one p {
        font-size: 18px;
        line-height: 1.5555555556
    }
}

.subservice-box-two {
    margin-top: 50px;
    position: relative
}

@media (max-width:991.98px) {
    .subservice-box-two h2 {
        font-size: 21px;
        line-height: 1.4545454545
    }
}

.subservice-image-one img {
    bottom: 175px;
    height: 150px;
    margin-left: -400px;
    position: absolute
}

@media (max-width:991.98px) {
    .tjommi {
        overflow: hidden
    }
    .tjommi img {
        margin-left: 25px
    }
}

.tjommi-background {
    background: #eb6f93;
    height: 85vh;
    max-height: 700px;
    position: relative;
    width: 100%;
    z-index: 0
}

@media (max-width:991.98px) {
    .tjommi-background {
        height: 40vh
    }
}

.tjommi-header {
    margin-left: 23%;
    margin-top: -670px;
    position: relative;
    width: 70%;
    z-index: 1
}

@media (max-width:991.98px) {
    .tjommi-header {
        margin-left: 0;
        margin-top: -250px;
        width: 100%
    }
}

.tjommi .block-1 {
    position: relative
}

@media (max-width:991.98px) {
    .tjommi-logo {
        width: 85%
    }
}

.tjommi-icon {
    left: 35%;
    position: absolute;
    top: 150px
}

.tjommi .case__blocks {
    margin-top: -130px !important
}

@media (max-width:991.98px) {
    .tjommi .case-block {
        padding: 10px 0
    }
}

.tjommi .case-block-overlap {
    margin-top: -280px
}

@media (max-width:991.98px) {
    .tjommi .case-block-overlap {
        margin-top: 0
    }
}

.tjommi .case-block-overlap .right {
    margin-top: -300px
}

@media (max-width:991.98px) {
    .tjommi .case-block-overlap .right {
        margin-top: 0
    }
}

.tjommi .case-block-overlap .left {
    margin-left: 67px;
    margin-top: -120px
}

@media (max-width:991.98px) {
    .tjommi .case-block-overlap .left {
        margin: 0
    }
}

.tjommi .case-block-overlap .tjommi-receipt {
    height: auto;
    margin-left: 0;
    margin-top: 110px;
    width: 80%
}

@media (max-width:991.98px) {
    .tjommi .case-block-overlap .tjommi-receipt {
        margin: 0 auto;
        width: 100%
    }
}

.tjommi .case-block-overlap .cash {
    margin-top: 200px
}

@media (max-width:991.98px) {
    .tjommi .case-block-overlap .cash {
        margin-bottom: 50px;
        margin-top: 0
    }
}

.tjommi .case-block-overlap .cash svg {
    height: auto;
    width: 100%
}

.tjommi .case-block .block-text-image__heading {
    font-size: 25px
}

@media (max-width:991.98px) {
    .tjommi .case-block .block-text-image__heading {
        font-size: 21px
    }
}

.tjommi .case-block .block-text-image__text {
    font-size: 22px;
    width: 460px
}

@media (max-width:991.98px) {
    .tjommi .case-block .block-text-image__text {
        font-size: 18px;
        width: auto
    }
}

.tjommi .case-block .block-text-image .splash {
    height: auto;
    width: 100%
}

.tjommi .case-block .block-text-image__illustration {
    align-self: flex-start;
    display: flex;
    height: auto;
    margin-left: -200px;
    margin-top: 250px;
    width: 100%
}

@media (max-width:991.98px) {
    .tjommi .case-block .block-text-image__illustration {
        margin: 0;
        width: 80%
    }
}

.tjommi .case-block .block-text-image__illustration-2 {
    align-self: center;
    display: flex;
    height: auto;
    margin-left: 230px;
    margin-top: 250px;
    width: 100%
}

@media (max-width:991.98px) {
    .tjommi .case-block .block-text-image__illustration-2 {
        margin: 0 auto;
        width: 80%
    }
}

.tjommi .tjommi-colors-name {
    font-size: 32px;
    font-weight: 700
}

.tjommi .tjommi-colors-hex {
    font-size: 24px
}

.tjommi .green,
.tjommi .pink {
    height: 80%;
    width: 80%
}

.tjommi .green {
    margin-left: -100px;
    margin-top: 150px
}

@media (max-width:991.98px) {
    .tjommi .green {
        margin-left: 0;
        margin-top: 50px
    }
}

.amitec {
    font-size: 22px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .amitec {
        font-size: 18px;
        line-height: 28px
    }
    .amitec,
    .amitec svg {
        overflow: hidden
    }
    .amitec-background img {
        margin-left: 0
    }
    .amitec .case-block {
        padding: 30px 0
    }
}

.amitec .case-block-colors {
    margin-top: -200px
}

@media (max-width:991.98px) {
    .amitec .case-block-colors {
        margin-top: -50px
    }
}

.amitec-right {
    margin-left: auto;
    margin-right: 0
}

.amitec .image-overlap {
    margin-top: -20%
}

@media (max-width:991.98px) {
    .amitec .image-overlap {
        margin-top: 0
    }
}

.amitec-colors svg {
    height: auto;
    width: 100%
}

@media (max-width:991.98px) {
    .amitec-colors .col-6 {
        padding: 0
    }
}

.amitec-web svg {
    height: auto;
    max-width: 700px;
    width: 100%
}

.amitec-web img {
    max-width: 700px
}

@media (max-width:991.98px) {
    .amitec-web img {
        max-width: 100%
    }
}

.amitec .colors {
    display: flex;
    justify-content: center;
    margin: -30px 0 0;
    position: relative;
    width: 700px
}

@media (max-width:991.98px) {
    .amitec .colors {
        width: 320px
    }
}

.amitec .color-box {
    display: inline-block;
    height: 200px;
    margin-left: 20px;
    position: relative;
    width: 110px
}

@media (max-width:1199.98px) {
    .amitec .color-box {
        height: 160px;
        width: 70px
    }
}

.amitec .color-box:first-of-type {
    margin-left: 0
}

.amitec .box-light {
    background: #c9f6ed
}

.amitec .box-green {
    background: #1bebc2
}

.amitec .box-dark {
    background: #00272e
}

.tv2 {
    font-size: 22px;
    line-height: 32px
}

@media (min-width:1500px) {
    .tv2 .case-block {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:991.98px) {
    .tv2 {
        font-size: 18px;
        line-height: 28px
    }
    .tv2 .case-block {
        padding: 30px 0
    }
}

.tv2-right {
    margin-left: auto;
    margin-right: -160px
}

@media (max-width:1460px) {
    .tv2-right {
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .tv2-right {
        margin: 0
    }
}

.tv2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tv2-row>div {
    flex-basis: 32%;
    margin-top: 20px
}

@media (max-width:991.98px) {
    .tv2-row>div {
        flex-basis: 48%
    }
}

.tv2-left {
    margin-left: -160px;
    margin-top: -50px
}

@media (max-width:1460px) {
    .tv2-left {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .tv2-left {
        margin: 0
    }
    .tv2-web img {
        max-width: 100%
    }
    .tv2-desktop img {
        margin-top: 0
    }
}

.vimond {
    font-size: 22px;
    line-height: 32px
}

@media (min-width:1500px) {
    .vimond .case-block {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:991.98px) {
    .vimond {
        font-size: 18px;
        line-height: 28px
    }
    .vimond .case-block {
        padding: 30px 0
    }
}

.vimond-colors svg {
    height: auto;
    width: 100%
}

.vimond-logos {
    position: relative
}

.vimond-logos img {
    margin-top: 20px
}

.vimond-logos-text {
    height: 100%;
    margin-bottom: 0;
    width: 50%
}

@media (max-width:991.98px) {
    .vimond-logos-text {
        padding: 0 15px;
        width: 100%
    }
}

.vimond-typography {
    bottom: 0;
    position: absolute
}

@media (max-width:991.98px) {
    .vimond-typography {
        position: relative
    }
}

.sterling {
    font-size: 22px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .sterling {
        font-size: 18px;
        line-height: 28px;
        overflow: hidden
    }
    .sterling .case-block {
        padding: 30px 0
    }
}

.sterling-colors {
    display: flex;
    flex-wrap: wrap;
    margin-top: -900px
}

@media (max-width:991.98px) {
    .sterling-colors {
        margin-right: -25px;
        margin-top: -230px
    }
}

.sterling-colors>div {
    flex: 1;
    flex-basis: 30%
}

@media (max-width:991.98px) {
    .sterling-colors>div {
        flex-basis: 50%
    }
}

.sterling-colors>div:nth-child(2) {
    margin-top: 100px
}

@media (max-width:991.98px) {
    .sterling-colors>div:nth-child(2) {
        margin-top: 0
    }
}

.sterling-colors>div:nth-child(3) {
    margin-top: 200px
}

@media (max-width:991.98px) {
    .sterling-colors>div:nth-child(3) {
        margin-top: 0
    }
}

.sterling-colors>div:nth-child(4) {
    margin-top: -200px
}

@media (max-width:991.98px) {
    .sterling-colors>div:nth-child(4) {
        margin-top: 0
    }
}

.sterling-colors>div:nth-child(5) {
    margin-top: -100px
}

@media (max-width:991.98px) {
    .sterling-colors>div:nth-child(5) {
        margin-top: 0
    }
}

.sterling-colors svg {
    margin-right: -90px
}

@media (max-width:991.98px) {
    .sterling-colors svg {
        margin-right: 0;
        margin-top: -30px;
        width: 100%
    }
}

.sterling-colors-text {
    margin-top: -150px
}

@media (max-width:991.98px) {
    .sterling-colors .sterling-row {
        display: flex
    }
}

.sterling-colors-right {
    margin-left: auto;
    margin-right: 0
}

.sterling-colors-right img {
    margin-top: 300px
}

@media (max-width:991.98px) {
    .sterling-colors-right img {
        margin-top: 0
    }
}

.sterling-colors-left {
    margin-left: -80px
}

@media (max-width:991.98px) {
    .sterling-colors-left {
        margin-left: 0
    }
}

.metime {
    font-size: 22px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .metime {
        font-size: 18px;
        line-height: 28px;
        overflow: hidden
    }
}

.metime-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.metime-header>div {
    flex-basis: 32%
}

@media (max-width:991.98px) {
    .metime-header>div {
        flex-basis: 49%
    }
}

.metime .case-block {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:991.98px) {
    .metime .case-block {
        padding: 30px 0
    }
}

.metime-right {
    margin-left: auto;
    margin-right: -160px
}

@media (max-width:991.98px) {
    .metime-right {
        margin: 0
    }
}

.metime-left {
    margin-left: -160px
}

@media (max-width:991.98px) {
    .metime-left {
        margin: 0
    }
}

.metime-web {
    justify-content: space-between
}

.metime-web img {
    max-width: 450px
}

@media (max-width:991.98px) {
    .metime-web img {
        max-width: 90%
    }
}

.ulriken {
    font-size: 22px;
    line-height: 32px
}

@media (min-width:1500px) {
    .ulriken .case-block {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:991.98px) {
    .ulriken {
        font-size: 18px;
        line-height: 28px
    }
    .ulriken .case-block {
        padding: 30px 0
    }
}

.ulriken-right {
    margin-left: auto;
    margin-right: 0
}

.finance,
body,
main {
    background-color: #fff
}

.finance {
    font-size: 22px;
    line-height: 32px
}

.finance-background img {
    margin-left: 0
}

.finance-block-grid {
    grid-gap: 1px 40px;
    align-items: end;
    display: grid;
    grid-template-columns: auto auto;
    max-width: 100%
}

@media (max-width:991.98px) {
    .finance-block-grid {
        grid-template-columns: auto
    }
}

.finance-block-left {
    display: grid;
    justify-items: end
}

.finance-block-text {
    align-items: end;
    margin-right: 14%;
    max-width: 460px
}

.finance-block-img-left {
    align-items: end;
    max-width: 100%
}

.finance-block-img-right {
    align-items: end;
    margin-top: 40px
}

.finance-image-row {
    margin-top: 2%
}

.finance-video {
    margin-left: 0;
    max-width: 100%
}

.finance-small-text {
    color: #999;
    font-size: 16px;
    text-align: right
}

.finance-max-width-70 {
    max-width: 75%
}

@media (max-width:991.98px) {
    .finance-max-width-70 {
        max-width: 100%
    }
}

.finance-max-width-90 {
    max-width: 93%
}

@media (max-width:991.98px) {
    .finance-max-width-90 {
        max-width: 100%
    }
}

.dent-help .case-block {
    margin: auto;
    padding: 0 20px
}

@media (max-width:575.98px) {
    .dent-help .case-block {
        max-width: 768px
    }
}

@media (max-width:767.98px) {
    .dent-help .case-block {
        max-width: 991px;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .dent-help .case-block {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .dent-help .case-block {
        max-width: 1600px
    }
}

@media (min-width:1200px) {
    .dent-help .case-block {
        max-width: 1600px
    }
}

.dent-help-block-one {
    background-color: #e6ebfc;
    margin: 300px auto 0;
    max-width: 1600px
}

@media (max-width:575.98px) {
    .dent-help-block-one {
        margin: 0 auto
    }
}

.dent-help-block-one .halves {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
    padding-top: 90px
}

@media (max-width:575.98px) {
    .dent-help-block-one .halves {
        flex-direction: column;
        padding-top: 20px
    }
}

.dent-help-block-one-text {
    padding: 50px 50px 100px;
    width: 460px
}

@media (max-width:575.98px) {
    .dent-help-block-one-text {
        margin: 0 auto;
        padding: 10px;
        width: 300px
    }
}

.dent-help-block-one-image {
    margin-top: -350px;
    position: relative
}

@media (max-width:575.98px) {
    .dent-help-block-one-image {
        margin-top: 10px
    }
}

.dent-help-block-one-image .img3 {
    margin-bottom: -35%;
    margin-top: -6%
}

@media (max-width:575.98px) {
    .dent-help-block-one-image .img3 {
        margin: 10px
    }
}

.dent-help-block-one-image img {
    width: 730px
}

@media (max-width:575.98px) {
    .dent-help-block-one-image img {
        width: 100%
    }
}

.dent-help-block-one-image-left {
    left: 0;
    margin-top: -400px;
    position: relative
}

.dent-help-block-one-image-left img {
    width: 800px
}

.dent-help-block-two {
    margin: 200px auto 0;
    max-width: 1600px
}

@media (max-width:575.98px) {
    .dent-help-block-two {
        margin: 0 auto
    }
}

.dent-help-block-two-text {
    padding-bottom: 150px;
    padding-left: 70px;
    padding-right: 50px;
    width: 460px
}

@media (max-width:575.98px) {
    .dent-help-block-two-text {
        margin: 0 auto;
        padding: 20px;
        width: 100%
    }
}

.dent-help-block-two .triples {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1250px;
    padding-bottom: 50px
}

@media (max-width:575.98px) {
    .dent-help-block-two .triples {
        padding: 30px;
        width: 100%
    }
}

.dent-help-block-two .triples img {
    width: 217px
}

@media (max-width:575.98px) {
    .dent-help-block-two .triples img {
        width: 100px
    }
}

.dent-help-block-three-text {
    margin: 155px 0;
    padding-left: 70px;
    padding-right: 50px;
    width: 460px
}

@media (max-width:575.98px) {
    .dent-help-block-three-text {
        margin: 0 auto;
        padding: 20px;
        width: 100%
    }
}

.dent-help .box {
    margin: 0 auto;
    max-width: 1250px
}

.dent-help .box img {
    width: 300px
}

@media (max-width:575.98px) {
    .dent-help .box img {
        width: 90px
    }
    .cellphone-hide {
        display: none
    }
}

.desktop-hide {
    display: none
}

@media (max-width:575.98px) {
    .desktop-hide {
        display: block
    }
}

.tappin {
    background-color: #fff
}

.tappin .case-block {
    margin: 0 20px
}

.tappin-header-image {
    margin: 0 20px;
    padding-top: 95px
}

.tappin-header-image img {
    height: 100%
}

.tappin-block {
    margin: 0 20px
}

.tappin-block h2 {
    font-size: 25px;
    padding-bottom: 25px;
    width: 460px
}

@media (max-width:575.98px) {
    .tappin-block h2 {
        font-size: 22px;
        padding-bottom: 0;
        width: 100%
    }
}

.tappin-block p {
    font-size: 22px;
    line-height: 32px;
    width: 460px
}

@media (max-width:575.98px) {
    .tappin-block p {
        font-size: 18px;
        width: 100%
    }
}

.tappin-block-image img {
    box-shadow: 50px 5px 100px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 50px 5px 100px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 50px 5px 100px 0 rgba(0, 0, 0, .3);
    width: 460px
}

@media (max-width:575.98px) {
    .tappin-block-image img {
        margin: 20px auto;
        width: 100%
    }
}

.tappin-block-triples-images {
    display: flex;
    flex-direction: row;
    margin-bottom: 42px;
    margin-right: 30px;
    margin-top: 150px
}

@media (max-width:575.98px) {
    .tappin-block-triples-images {
        margin: 0 auto;
        padding: 30px 0
    }
}

.tappin-block-triples-images img,
.tappin-block-triples-images svg {
    height: 110px;
    margin-right: 30px;
    width: 110px
}

@media (max-width:575.98px) {
    .tappin-block-triples-images img,
    .tappin-block-triples-images svg {
        height: 55px;
        width: 55px
    }
}

.tappin-paragraph-one {
    margin-bottom: 150px;
    margin-top: 100px
}

@media (max-width:575.98px) {
    .tappin-paragraph-one {
        margin-bottom: 50px;
        margin-top: 25px
    }
}

.tappin-paragraph-one p {
    width: 530px
}

@media (max-width:575.98px) {
    .tappin-paragraph-one p {
        width: 100%
    }
}

.tappin-paragraph-two {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.tappin-paragraph-three {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tappin-wrapper {
    margin: 0 70px;
    padding-bottom: 245px
}

@media (max-width:575.98px) {
    .tappin-wrapper {
        margin: 0;
        padding-bottom: 25px
    }
}

.tappin-wrapper-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 200px;
    width: 80%
}

@media (max-width:575.98px) {
    .tappin-wrapper-inner {
        margin: 0;
        padding-bottom: 25px;
        width: 100%
    }
}

.tappin .halves {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.innovation-week canvas {
    padding: 20px 0
}

@media (max-width:991.98px) {
    .innovation-week .case-block {
        padding: 0
    }
    .innovation-week .block-text__wrapper {
        padding: 0 30px
    }
}

.innovation-week .box {
    height: 200px;
    text-align: center;
    width: 200px
}

.innovation-week .red {
    background-color: red
}

.innovation-week .green {
    background-color: green
}

.innovation-week .case-background-image img {
    margin: 0 auto
}

.innovation-week .halves {
    display: flex
}

.innovation-week .yellow-banner {
    background-color: #ffd84e;
    width: 100%
}

.innovation-week .yellow-banner img {
    padding: 23px 0 17px
}

.innovation-week-into-halves {
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
    margin-top: 150px
}

@media (max-width:991.98px) {
    .innovation-week-into-halves {
        flex-direction: column;
        margin: 50px 0
    }
}

.innovation-week-into-halves img {
    width: 826px
}

.innovation-week-dark-block {
    background-color: #000;
    display: flex;
    justify-content: space-evenly
}

@media (max-width:991.98px) {
    .innovation-week-dark-block {
        flex-direction: column-reverse;
        padding: 30px 0
    }
}

.innovation-week-dark-block-text {
    align-self: flex-end;
    color: #fff;
    padding-bottom: 168px;
    width: 650px
}

@media (max-width:991.98px) {
    .innovation-week-dark-block-text {
        padding: 0 30px;
        width: 100%
    }
}

.innovation-week-dark-block-images {
    margin: 154px 0 64px;
    width: 650px
}

@media (max-width:991.98px) {
    .innovation-week-dark-block-images {
        margin: 20px auto;
        width: 90%
    }
}

.innovation-week-dark-block-images img {
    margin-bottom: 90px;
    width: 650px
}

@media (max-width:991.98px) {
    .innovation-week-dark-block-images img {
        margin: 30px auto;
        width: 100%
    }
}

.innovation-week-center {
    margin: 300px auto;
    text-align: end;
    width: 800px
}

@media (max-width:991.98px) {
    .innovation-week-center {
        margin: 50px 30px;
        width: auto
    }
}

.innovation-week-center .no-margin {
    margin: 0
}

.innovation-week-center .bold {
    font-weight: 700;
    margin-bottom: 0
}

.innovation-week-user-block {
    margin: 300px 300px 200px;
    width: 727px
}

@media (max-width:991.98px) {
    .innovation-week-user-block {
        margin: 0;
        padding: 50px 30px;
        width: 100%
    }
}

.innovation-week-bottom {
    margin-bottom: 300px
}

@media (max-width:991.98px) {
    .innovation-week-bottom {
        margin-bottom: 50px
    }
}

.quantik .halves {
    display: flex
}

.quantik .no-margin {
    margin: 0
}

.quantik .bold {
    font-weight: 700;
    margin-bottom: 0
}

.quantik-paragraph {
    margin-bottom: 200px;
    margin-top: 70px;
    padding-left: 70px;
    width: 750px
}

@media (max-width:991.98px) {
    .quantik-paragraph {
        margin-bottom: 50px;
        margin-top: 50px;
        padding: 0;
        width: 100%
    }
}

.quantik-paragraph h2 {
    font-size: 25px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .quantik-paragraph h2 {
        font-size: 22px;
        line-height: 28px
    }
}

.quantik-paragraph p {
    font-size: 22px;
    line-height: 32px
}

@media (max-width:991.98px) {
    .quantik-paragraph p {
        font-size: 18px;
        line-height: 28px
    }
}

.quantik-paragraph-long {
    width: 900px
}

@media (max-width:991.98px) {
    .quantik-paragraph-long {
        width: 100%
    }
}

.quantik-paragraph-right {
    align-items: end;
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%
}

.quantik-paragraph-right p {
    width: 800px
}

@media (max-width:991.98px) {
    .quantik-paragraph-right p {
        width: 100%
    }
}

.quantik-video {
    margin-right: 100px
}

@media (max-width:991.98px) {
    .quantik-video {
        margin-bottom: 30px;
        margin-right: 0
    }
}

.quantik-video video {
    border: 1px solid #999;
    width: 100%
}

@media (max-width:991.98px) {
    .quantik-video video {
        width: 100%
    }
}

.quantik-video-halves {
    display: flex;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .quantik-video-halves {
        flex-direction: column
    }
}

.quantik-list-number {
    font-size: 25px;
    margin-right: 20px;
    padding: 20px 0
}

@media (max-width:991.98px) {
    .quantik-list-number {
        padding: 10px
    }
}

.quantik-list-text {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0;
    width: 271px
}

@media (max-width:991.98px) {
    .quantik-list-text {
        padding: 10px;
        width: 100%
    }
}

.harvish .image-logo img,
.harvish .image-logo svg {
    height: 100px;
    width: 100%
}

.harvish .case__blocks .row {
    position: relative
}

.harvish .case__blocks .row .col-md-6:first-child {
    z-index: 2
}

@media (min-width:576px) {
    .harvish .case__blocks .row .col-md-6:first-child picture {
        left: 45%;
        position: absolute;
        top: 15%;
        width: 70%
    }
}

.harvish .case__blocks .row .col-md-6:nth-child(2) {
    z-index: 1
}

.kokstadporten .image-logo-wrapper {
    margin-top: 120px
}

@media (max-width:991.98px) {
    .kokstadporten .image-logo-wrapper {
        margin-top: 80px
    }
}

.kokstadporten .case__blocks .case-block {
    margin: 150px 0 40px
}

@media (max-width:991.98px) {
    .kokstadporten .case__blocks .case-block {
        margin: 80px 0 25px
    }
}

.kokstadporten .case__blocks .case-block .block-text-image__text p {
    margin-bottom: 0
}

.kokstadporten .case__blocks .case-block.textBlock,
.kokstadporten .case__blocks .case-block.textTextBlock {
    margin-top: 0
}

.kokstadporten .case__blocks .case-block.textBlock figcaption,
.kokstadporten .case__blocks .case-block.textTextBlock figcaption {
    float: right
}

.kokstadporten .case__blocks .case-block.textBlock .justify-content-center .col-md-6.offset-md-3,
.kokstadporten .case__blocks .case-block.textTextBlock .justify-content-center .col-md-6.offset-md-3 {
    margin: 120px auto 40px
}

@media (max-width:991.98px) {
    .kokstadporten .case__blocks .case-block.textBlock .justify-content-center .col-md-6.offset-md-3,
    .kokstadporten .case__blocks .case-block.textTextBlock .justify-content-center .col-md-6.offset-md-3 {
        margin: 80px auto 25px
    }
    .kokstadporten .case__blocks .case-block .block-text-text .row {
        margin: auto
    }
}

.kokstadporten .case__blocks .case-block .block-text-image__wrapper {
    padding: 0 120px
}

@media (max-width:991.98px) {
    .kokstadporten .case__blocks .case-block .block-text-image__wrapper {
        padding: 40px 20px
    }
}

.quala .image-logo-wrapper {
    margin-top: 120px
}

@media (max-width:991.98px) {
    .quala .image-logo-wrapper {
        margin-top: 80px
    }
}

.quala .case__blocks .case-block {
    margin: 150px 0 40px
}

@media (max-width:991.98px) {
    .quala .case__blocks .case-block {
        margin: 80px 0 25px
    }
}

.quala .case__blocks .case-block .block-text-image__text p {
    margin-bottom: 0
}

.quala .case__blocks .case-block.textBlock,
.quala .case__blocks .case-block.textTextBlock {
    margin-top: 0
}

.quala .case__blocks .case-block.textBlock figcaption,
.quala .case__blocks .case-block.textTextBlock figcaption {
    float: right
}

.quala .case__blocks .case-block.textBlock .justify-content-center .col-md-6.offset-md-3,
.quala .case__blocks .case-block.textTextBlock .justify-content-center .col-md-6.offset-md-3 {
    margin: 120px auto 40px
}

@media (max-width:991.98px) {
    .quala .case__blocks .case-block.textBlock .justify-content-center .col-md-6.offset-md-3,
    .quala .case__blocks .case-block.textTextBlock .justify-content-center .col-md-6.offset-md-3 {
        margin: 80px auto 25px
    }
    .quala .case__blocks .case-block .block-text-text .row {
        margin: auto
    }
}

.quala .case__blocks .case-block .block-text-image__wrapper {
    padding: 0 120px
}

@media (max-width:991.98px) {
    .quala .case__blocks .case-block .block-text-image__wrapper {
        padding: 40px 20px
    }
}

.quala .case__footer {
    margin: 0
}

.nextgentel {
    transition: all;
    transition-duration: .5s
}

.nextgentel .case__blocks,
.nextgentel .relative {
    position: relative
}

.nextgentel-background {
    background-color: #0b3331;
    border-radius: 40px;
    bottom: 0;
    box-sizing: border-box;
    height: 50%;
    position: absolute;
    top: 4%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1
}

@media (max-width:1400px) {
    .nextgentel-background {
        height: 75%;
        top: 17%
    }
}

@media (max-width:1199.98px) {
    .nextgentel-background {
        height: 75%;
        top: 17%
    }
}

@media (max-width:991.98px) {
    .nextgentel-background {
        height: 100%
    }
}

@media (max-width:767.98px) {
    .nextgentel-background {
        display: none
    }
}

@media (min-width:768px) {
    .nextgentel .screen-2 {
        margin-top: 20%
    }
}

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

.nextgentel .block-text-image {
    position: relative;
    z-index: 2
}

@media (max-width:767.98px) {
    .nextgentel .block-text-image .text-white {
        color: #121212 !important
    }
}

.frami .wave {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.frami .wave img {
    max-width: unset;
    min-width: 150vw;
    -o-object-position: center;
    object-position: center
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    a {
        color: #121212
    }
    .menu-toggle__icon:after,
    .menu-toggle__icon:before {
        background-color: #121212
    }
    .canvas-box {
        border: 15px solid #121212
    }
    .canvas-box,
    .navbar__menu--is-open {
        background-color: #f5f5f5
    }
    .theme-switcher {
        display: none
    }
}