﻿/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --1: #7e8991;
    --2: #434e56;
    --3: #1a1a1a;
    --4: #074883;
    --5: #3587c7;
    --6: #57c6ff;
    --7: #dfe6eb;
    --8: #eff2f5;
    --9: #22aea4;
    --10: #d69b32;
    --11: #d07f8a;
    --12: #7880b1;
    --13: #65c73a;
    --14: #1a458f;
    --15: #d0d9df;
    --primary: #57c6ff;
    --secondary: #434e56;
    --success: #11b357;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #b5131f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: DINNextLTPro-Regular;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "DINNextLTPro-Regular";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #434e56;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #57c6ff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0bacff;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #434e56
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #434e56;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #d0efff
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #a8e1ff
}

.table-hover .table-primary:hover {
    background-color: #b7e6ff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b7e6ff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #cacdd0
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #9da3a7
}

.table-hover .table-secondary:hover {
    background-color: #bcc0c4
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #bcc0c4
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #bcead0
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #83d7a8
}

.table-hover .table-success:hover {
    background-color: #a9e4c2
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a9e4c2
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #eabdc0
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #d9848b
}

.table-hover .table-danger:hover {
    background-color: #e4aaae
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #e4aaae
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0e2030;
    background-color: #eff2f5;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #0e2030;
    background-color: #eff2f5;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.form-control::placeholder {
    color: #7e8991;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #0e2030;
    background-color: #eff2f5
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.6rem + 1px);
    padding-bottom: calc(.6rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #434e56;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #11b357
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(17, 179, 87, 0.9);
    border-radius: 0
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #11b357;
    padding-right: calc(1.5em + 1.2rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2311b357' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .3rem);
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #11b357;
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.2rem);
    background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #11b357;
    padding-right: calc((1em + 1.2rem) * 3 / 4 + 2.25rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2311b357' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #eff2f5 no-repeat center right 2.25rem/calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #11b357;
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #11b357
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #11b357
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #11b357
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #15e26e;
    background-color: #15e26e
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #11b357
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #11b357
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #11b357;
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #b5131f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(181, 19, 31, 0.9);
    border-radius: 0
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #b5131f;
    padding-right: calc(1.5em + 1.2rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b5131f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b5131f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .3rem);
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #b5131f;
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.2rem);
    background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #b5131f;
    padding-right: calc((1em + 1.2rem) * 3 / 4 + 2.25rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b5131f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b5131f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #eff2f5 no-repeat center right 2.25rem/calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #b5131f;
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #b5131f
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #b5131f
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #b5131f
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e31827;
    background-color: #e31827
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #b5131f
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #b5131f
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #b5131f;
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #434e56;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #434e56;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn-primary:hover {
    color: #212529;
    background-color: #31b9ff;
    border-color: #24b5ff
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #24b5ff;
    border-color: #17b0ff
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn-secondary:hover {
    color: #fff;
    background-color: #323b41;
    border-color: #2d3439
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2d3439;
    border-color: #272e32
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #11b357;
    border-color: #11b357
}

.btn-success:hover {
    color: #fff;
    background-color: #0e9046;
    border-color: #0d8440
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(53, 190, 112, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #11b357;
    border-color: #11b357
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0d8440;
    border-color: #0b793b
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(53, 190, 112, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #b5131f;
    border-color: #b5131f
}

.btn-danger:hover {
    color: #fff;
    background-color: #920f19;
    border-color: #870e17
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(192, 54, 65, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #b5131f;
    border-color: #b5131f
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #870e17;
    border-color: #7b0d15
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(192, 54, 65, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #57c6ff;
    border-color: #57c6ff
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #57c6ff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.5)
}

.btn-outline-secondary {
    color: #434e56;
    border-color: #434e56
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(67, 78, 86, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #434e56;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 78, 86, 0.5)
}

.btn-outline-success {
    color: #11b357;
    border-color: #11b357
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #11b357;
    border-color: #11b357
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #11b357;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #11b357;
    border-color: #11b357
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #b5131f;
    border-color: #b5131f
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #b5131f;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b5131f;
    border-color: #b5131f
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #57c6ff;
    text-decoration: none
}

.btn-link:hover {
    color: #0bacff;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #434e56;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #57c6ff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .6rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0e2030;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #fff;
    border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 2.25rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #7e8991;
    border-color: #57c6ff;
    background-color: #57c6ff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #fff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 60% 60%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237e8991' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #57c6ff;
    background-color: #57c6ff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%237e8991' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(87, 198, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(87, 198, 255, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%237e8991'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(87, 198, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(87, 198, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 2.25rem .6rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0e2030;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
    background-color: #eff2f5;
    border: 1px solid #fff;
    border-radius: 0;
    appearance: none
}

.custom-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #0e2030;
    background-color: #eff2f5
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0e2030;
    background-color: #eff2f5;
    border: 1px solid #fff;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.2rem);
    padding: .6rem 1.25rem;
    line-height: 1.5;
    color: #0e2030;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #57c6ff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #57c6ff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #57c6ff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #57c6ff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 25px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0 - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #57c6ff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0bacff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #57c6ff
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #24b5ff
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(87, 198, 255, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #434e56
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #2d3439
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(67, 78, 86, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #11b357
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #0d8440
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(17, 179, 87, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #b5131f
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #870e17
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(181, 19, 31, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #2d6785;
    background-color: #ddf4ff;
    border-color: #d0efff
}

.alert-primary hr {
    border-top-color: #b7e6ff
}

.alert-primary .alert-link {
    color: #20495f
}

.alert-secondary {
    color: #23292d;
    background-color: #d9dcdd;
    border-color: #cacdd0
}

.alert-secondary hr {
    border-top-color: #bcc0c4
}

.alert-secondary .alert-link {
    color: #0d0f10
}

.alert-success {
    color: #095d2d;
    background-color: #cff0dd;
    border-color: #bcead0
}

.alert-success hr {
    border-top-color: #a9e4c2
}

.alert-success .alert-link {
    color: #052f17
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #5e0a10;
    background-color: #f0d0d2;
    border-color: #eabdc0
}

.alert-danger hr {
    border-top-color: #e4aaae
}

.alert-danger .alert-link {
    color: #300508
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #57c6ff;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #434e56;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #2d6785;
    background-color: #d0efff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #2d6785;
    background-color: #b7e6ff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2d6785;
    border-color: #2d6785
}

.list-group-item-secondary {
    color: #23292d;
    background-color: #cacdd0
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #23292d;
    background-color: #bcc0c4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #23292d;
    border-color: #23292d
}

.list-group-item-success {
    color: #095d2d;
    background-color: #bcead0
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #095d2d;
    background-color: #a9e4c2
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #095d2d;
    border-color: #095d2d
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #5e0a10;
    background-color: #eabdc0
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #5e0a10;
    background-color: #e4aaae
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5e0a10;
    border-color: #5e0a10
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

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

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

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

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

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

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

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

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

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

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

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "DINNextLTPro-Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #434e56
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: #57c6ff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #24b5ff !important
}

.bg-secondary {
    background-color: #434e56 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #2d3439 !important
}

.bg-success {
    background-color: #11b357 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #0d8440 !important
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #b5131f !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #870e17 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: #57c6ff !important
}

.border-secondary {
    border-color: #434e56 !important
}

.border-success {
    border-color: #11b357 !important
}

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

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

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

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

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

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

.border-dark:hover {
    border-color: #57c6ff !important
}

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

.rounded {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !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 {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

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

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

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

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

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

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

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

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

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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
}

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.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: #57c6ff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0bacff !important
}

.text-secondary {
    color: #434e56 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #22272b !important
}

.text-success {
    color: #11b357 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #0a6d35 !important
}

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

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

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

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

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

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

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

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

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

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #434e56 !important
}

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}


/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "DINNextLTPro-Regular";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #434e56;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #57c6ff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0bacff;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@media (max-width: 767.98px) {
    html,
    body {
        font-size: 50%
    }
}

body {
    font-size: 16px
}

label {
    display: block
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    width: 100%
}

a {
    font-size: 16px
}

p {
    color: #434e56;
    font-size: 16px;
    font-family: "DINNextLTPro-Regular";
    line-height: 26px
}

p strong {
    color: #074883;
    font-family: "DINNextLTPro-Bold"
}

.color {
    align-content: center;
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 100px;
    width: 100%
}

.color.color-1 {
    background-color: #7e8991
}

.color.color-2 {
    background-color: #434e56
}

.color.color-3 {
    background-color: #1a1a1a
}

.color.color-4 {
    background-color: #074883
}

.color.color-5 {
    background-color: #3587c7
}

.color.color-6 {
    background-color: #57c6ff
}

.color.color-7 {
    background-color: #dfe6eb
}

.color.color-8 {
    background-color: #eff2f5
}

.color.color-9 {
    background-color: #22aea4
}

.color.color-10 {
    background-color: #d69b32
}

.color.color-11 {
    background-color: #d07f8a
}

.color.color-12 {
    background-color: #7880b1
}

.color.color-13 {
    background-color: #65c73a
}

.color.color-14 {
    background-color: #1a458f
}

.icon-styleguide .icon {
    color: #074883;
    font-size: 16px;
    font-size: 1rem
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg")
}

.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-bars:before,
.icon-camera:before,
.icon-car:before,
.icon-chip:before,
.icon-clock:before,
.icon-close:before,
.icon-cross:before,
.icon-de:before,
.icon-down:before,
.icon-elementary-school-two:before,
.icon-elementary-school:before,
.icon-en:before,
.icon-facebook:before,
.icon-foreign:before,
.icon-handshake:before,
.icon-heart:before,
.icon-high-school:before,
.icon-home:before,
.icon-instagram:before,
.icon-kindergarten:before,
.icon-leaf:before,
.icon-linkedin:before,
.icon-local:before,
.icon-mail:before,
.icon-music:before,
.icon-pdf:before,
.icon-pencil:before,
.icon-people:before,
.icon-phone:before,
.icon-print:before,
.icon-pt-br:before,
.icon-right:before,
.icon-rocket:before,
.icon-search:before,
.icon-swimming:before,
.icon-twitter:before,
.icon-university-degree:before,
.icon-whatsapp:before,
.icon-write:before {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-bars:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-car:before {
    content: ""
}

.icon-chip:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

.icon-de:before {
    content: ""
}

.icon-down:before {
    content: ""
}

.icon-elementary-school-two:before {
    content: ""
}

.icon-elementary-school:before {
    content: ""
}

.icon-en:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-foreign:before {
    content: ""
}

.icon-handshake:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-high-school:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-kindergarten:before {
    content: ""
}

.icon-leaf:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-local:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-music:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-people:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-pt-br:before {
    content: ""
}

.icon-right:before {
    content: ""
}

.icon-rocket:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-swimming:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-university-degree:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-write:before {
    content: ""
}

.form-control.tag {
    border-radius: 25px 35px 25px 0;
    transform: skewX(-10deg)
}

.form-control.tag>* {
    transform: skewX(10deg)
}

.form-control.tag.search {
    background-color: #eff2f5
}

.form-newletter,
.form-search {
    position: relative;
    width: 100%
}

.form-newletter .form-control,
.form-search .form-control {
    font-size: 16px;
    height: 50px;
    padding-right: 56px;
    width: 100%
}

.form-newletter .btn.btn-search,
.form-search .btn.btn-search {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.form-newletter .btn.btn-search,
.form-search .btn.btn-search {
    color: #1a458f
}

.form-newletter .btn.btn-search {
    color: #fff
}

.text.form-error {
    display: none;
    color: #c43636
}

.grecaptcha-badge {
    display: none !important
}

.btn {
    font-family: "DINNextLTPro-Medium";
    font-size: 16px;
    text-transform: uppercase
}

.btn.tag {
    border: none;
    border-radius: 25px 35px 25px 0;
    transform: skewX(-10deg)
}

.btn.tag>* {
    display: block;
    transform: skewX(10deg)
}

.btn.btn-primary {
    color: #074883
}

.btn.btn-secondary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    border: none;
    color: #1a458f;
    padding-left: 25px;
    position: relative;
    text-transform: none
}

.btn.btn-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e6e6e6
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn.btn-secondary.disabled,
.btn.btn-secondary:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff
}

.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf
}

.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn.btn-secondary .icon {
    color: #57c6ff;
    font-size: 10px;
    height: 12px;
    left: 0;
    line-height: 10px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease
}

.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    color: #1a458f
}

.btn.btn-secondary:not(:disabled):not(.disabled):active .icon,
.btn.btn-secondary:hover .icon,
.btn.btn-secondary:focus .icon {
    left: 15px
}

.btn.btn-register {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a;
    color: #fff;
    padding-bottom: 11px
}

.btn.btn-register:hover {
    color: #fff;
    background-color: #56aa30;
    border-color: #51a02e
}

.btn.btn-register:focus,
.btn.btn-register.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-register.disabled,
.btn.btn-register:disabled {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a
}

.btn.btn-register:not(:disabled):not(.disabled):active,
.btn.btn-register:not(:disabled):not(.disabled).active,
.show>.btn.btn-register.dropdown-toggle {
    color: #fff;
    background-color: #51a02e;
    border-color: #4c962b
}

.btn.btn-register:not(:disabled):not(.disabled):active:focus,
.btn.btn-register:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-register.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-small {
    color: #074883;
    font-size: 12px;
    padding: 0.3125rem 0.9375rem;
    padding-bottom: 3px;
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-small:hover {
    color: #212529;
    background-color: #31b9ff;
    border-color: #24b5ff
}

.btn.btn-small:focus,
.btn.btn-small.focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-small.disabled,
.btn.btn-small:disabled {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-small:not(:disabled):not(.disabled):active,
.btn.btn-small:not(:disabled):not(.disabled).active,
.show>.btn.btn-small.dropdown-toggle {
    color: #fff;
    background-color: #24b5ff;
    border-color: #17b0ff
}

.btn.btn-small:not(:disabled):not(.disabled):active:focus,
.btn.btn-small:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-small.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-small>* {
    display: inline-block;
    transform: skewX(10deg)
}

.btn.btn-small .icon {
    font-size: 9px;
    padding-left: 1px
}

.btn.btn-all {
    color: #fff;
    font-size: 12px;
    padding: 0.3125rem 0.9375rem;
    color: #fff;
    background-color: #0f3d8a;
    border-color: #0f3d8a
}

.btn.btn-all:hover {
    color: #fff;
    background-color: #0b2e68;
    border-color: #0a295c
}

.btn.btn-all:focus,
.btn.btn-all.focus {
    box-shadow: 0 0 0 .2rem rgba(51, 90, 156, 0.5)
}

.btn.btn-all.disabled,
.btn.btn-all:disabled {
    color: #fff;
    background-color: #0f3d8a;
    border-color: #0f3d8a
}

.btn.btn-all:not(:disabled):not(.disabled):active,
.btn.btn-all:not(:disabled):not(.disabled).active,
.show>.btn.btn-all.dropdown-toggle {
    color: #fff;
    background-color: #0a295c;
    border-color: #092451
}

.btn.btn-all:not(:disabled):not(.disabled):active:focus,
.btn.btn-all:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-all.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 90, 156, 0.5)
}

.btn.btn-all>* {
    display: inline-block;
    transform: skewX(10deg)
}

.btn.btn-all .icon {
    color: #57c6ff;
    float: right;
    font-size: 10px
}

.btn.btn-color {
    color: #fff !important
}

.btn.btn-color.color-1 {
    color: #fff;
    background-color: #7e8991;
    border-color: #7e8991
}

.btn.btn-color.color-1:hover {
    color: #fff;
    background-color: #6b767e;
    border-color: #656f77
}

.btn.btn-color.color-1:focus,
.btn.btn-color.color-1.focus {
    box-shadow: 0 0 0 .2rem rgba(145, 155, 162, 0.5)
}

.btn.btn-color.color-1.disabled,
.btn.btn-color.color-1:disabled {
    color: #fff;
    background-color: #7e8991;
    border-color: #7e8991
}

.btn.btn-color.color-1:not(:disabled):not(.disabled):active,
.btn.btn-color.color-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-1.dropdown-toggle {
    color: #fff;
    background-color: #656f77;
    border-color: #5f6970
}

.btn.btn-color.color-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(145, 155, 162, 0.5)
}

.btn.btn-color.color-2 {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn.btn-color.color-2:hover {
    color: #fff;
    background-color: #323b41;
    border-color: #2d3439
}

.btn.btn-color.color-2:focus,
.btn.btn-color.color-2.focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn.btn-color.color-2.disabled,
.btn.btn-color.color-2:disabled {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn.btn-color.color-2:not(:disabled):not(.disabled):active,
.btn.btn-color.color-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-2.dropdown-toggle {
    color: #fff;
    background-color: #2d3439;
    border-color: #272e32
}

.btn.btn-color.color-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn.btn-color.color-3 {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a
}

.btn.btn-color.color-3:hover {
    color: #fff;
    background-color: #070707;
    border-color: #010101
}

.btn.btn-color.color-3:focus,
.btn.btn-color.color-3.focus {
    box-shadow: 0 0 0 .2rem rgba(60, 60, 60, 0.5)
}

.btn.btn-color.color-3.disabled,
.btn.btn-color.color-3:disabled {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a
}

.btn.btn-color.color-3:not(:disabled):not(.disabled):active,
.btn.btn-color.color-3:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-3.dropdown-toggle {
    color: #fff;
    background-color: #010101;
    border-color: #000
}

.btn.btn-color.color-3:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-3:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 60, 60, 0.5)
}

.btn.btn-color.color-4 {
    color: #fff;
    background-color: #074883;
    border-color: #074883
}

.btn.btn-color.color-4:hover {
    color: #fff;
    background-color: #05345f;
    border-color: #042d53
}

.btn.btn-color.color-4:focus,
.btn.btn-color.color-4.focus {
    box-shadow: 0 0 0 .2rem rgba(44, 99, 150, 0.5)
}

.btn.btn-color.color-4.disabled,
.btn.btn-color.color-4:disabled {
    color: #fff;
    background-color: #074883;
    border-color: #074883
}

.btn.btn-color.color-4:not(:disabled):not(.disabled):active,
.btn.btn-color.color-4:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-4.dropdown-toggle {
    color: #fff;
    background-color: #042d53;
    border-color: #042746
}

.btn.btn-color.color-4:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-4:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 99, 150, 0.5)
}

.btn.btn-color.color-5 {
    color: #fff;
    background-color: #3587c7;
    border-color: #3587c7
}

.btn.btn-color.color-5:hover {
    color: #fff;
    background-color: #2d73a9;
    border-color: #2a6c9f
}

.btn.btn-color.color-5:focus,
.btn.btn-color.color-5.focus {
    box-shadow: 0 0 0 .2rem rgba(83, 153, 207, 0.5)
}

.btn.btn-color.color-5.disabled,
.btn.btn-color.color-5:disabled {
    color: #fff;
    background-color: #3587c7;
    border-color: #3587c7
}

.btn.btn-color.color-5:not(:disabled):not(.disabled):active,
.btn.btn-color.color-5:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-5.dropdown-toggle {
    color: #fff;
    background-color: #2a6c9f;
    border-color: #286595
}

.btn.btn-color.color-5:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-5:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 153, 207, 0.5)
}

.btn.btn-color.color-6 {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-color.color-6:hover {
    color: #212529;
    background-color: #31b9ff;
    border-color: #24b5ff
}

.btn.btn-color.color-6:focus,
.btn.btn-color.color-6.focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-color.color-6.disabled,
.btn.btn-color.color-6:disabled {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-color.color-6:not(:disabled):not(.disabled):active,
.btn.btn-color.color-6:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-6.dropdown-toggle {
    color: #fff;
    background-color: #24b5ff;
    border-color: #17b0ff
}

.btn.btn-color.color-6:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-6:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-6.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-color.color-7 {
    color: #212529;
    background-color: #dfe6eb;
    border-color: #dfe6eb
}

.btn.btn-color.color-7:hover {
    color: #212529;
    background-color: #c7d4dc;
    border-color: #c0cdd7
}

.btn.btn-color.color-7:focus,
.btn.btn-color.color-7.focus {
    box-shadow: 0 0 0 .2rem rgba(195, 201, 206, 0.5)
}

.btn.btn-color.color-7.disabled,
.btn.btn-color.color-7:disabled {
    color: #212529;
    background-color: #dfe6eb;
    border-color: #dfe6eb
}

.btn.btn-color.color-7:not(:disabled):not(.disabled):active,
.btn.btn-color.color-7:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-7.dropdown-toggle {
    color: #212529;
    background-color: #c0cdd7;
    border-color: #b8c7d2
}

.btn.btn-color.color-7:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-7:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-7.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(195, 201, 206, 0.5)
}

.btn.btn-color.color-8 {
    color: #212529;
    background-color: #eff2f5;
    border-color: #eff2f5
}

.btn.btn-color.color-8:hover {
    color: #212529;
    background-color: #d7dfe6;
    border-color: #d0d9e1
}

.btn.btn-color.color-8:focus,
.btn.btn-color.color-8.focus {
    box-shadow: 0 0 0 .2rem rgba(208, 211, 214, 0.5)
}

.btn.btn-color.color-8.disabled,
.btn.btn-color.color-8:disabled {
    color: #212529;
    background-color: #eff2f5;
    border-color: #eff2f5
}

.btn.btn-color.color-8:not(:disabled):not(.disabled):active,
.btn.btn-color.color-8:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-8.dropdown-toggle {
    color: #212529;
    background-color: #d0d9e1;
    border-color: #c8d2dc
}

.btn.btn-color.color-8:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-8:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-8.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(208, 211, 214, 0.5)
}

.btn.btn-color.color-9 {
    color: #fff;
    background-color: #22aea4;
    border-color: #22aea4
}

.btn.btn-color.color-9:hover {
    color: #fff;
    background-color: #1c8e86;
    border-color: #1a837c
}

.btn.btn-color.color-9:focus,
.btn.btn-color.color-9.focus {
    box-shadow: 0 0 0 .2rem rgba(67, 186, 178, 0.5)
}

.btn.btn-color.color-9.disabled,
.btn.btn-color.color-9:disabled {
    color: #fff;
    background-color: #22aea4;
    border-color: #22aea4
}

.btn.btn-color.color-9:not(:disabled):not(.disabled):active,
.btn.btn-color.color-9:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-9.dropdown-toggle {
    color: #fff;
    background-color: #1a837c;
    border-color: #187972
}

.btn.btn-color.color-9:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-9:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-9.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 186, 178, 0.5)
}

.btn.btn-color.color-10 {
    color: #212529;
    background-color: #d69b32;
    border-color: #d69b32
}

.btn.btn-color.color-10:hover {
    color: #fff;
    background-color: #bc8626;
    border-color: #b27e24
}

.btn.btn-color.color-10:focus,
.btn.btn-color.color-10.focus {
    box-shadow: 0 0 0 .2rem rgba(187, 137, 49, 0.5)
}

.btn.btn-color.color-10.disabled,
.btn.btn-color.color-10:disabled {
    color: #212529;
    background-color: #d69b32;
    border-color: #d69b32
}

.btn.btn-color.color-10:not(:disabled):not(.disabled):active,
.btn.btn-color.color-10:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-10.dropdown-toggle {
    color: #fff;
    background-color: #b27e24;
    border-color: #a77721
}

.btn.btn-color.color-10:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-10:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(187, 137, 49, 0.5)
}

.btn.btn-color.color-11 {
    color: #212529;
    background-color: #d07f8a;
    border-color: #d07f8a
}

.btn.btn-color.color-11:hover {
    color: #fff;
    background-color: #c66370;
    border-color: #c25a68
}

.btn.btn-color.color-11:focus,
.btn.btn-color.color-11.focus {
    box-shadow: 0 0 0 .2rem rgba(182, 114, 123, 0.5)
}

.btn.btn-color.color-11.disabled,
.btn.btn-color.color-11:disabled {
    color: #212529;
    background-color: #d07f8a;
    border-color: #d07f8a
}

.btn.btn-color.color-11:not(:disabled):not(.disabled):active,
.btn.btn-color.color-11:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-11.dropdown-toggle {
    color: #fff;
    background-color: #c25a68;
    border-color: #bf505f
}

.btn.btn-color.color-11:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-11:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-11.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(182, 114, 123, 0.5)
}

.btn.btn-color.color-12 {
    color: #fff;
    background-color: #7880b1;
    border-color: #7880b1
}

.btn.btn-color.color-12:hover {
    color: #fff;
    background-color: #6069a3;
    border-color: #5a639c
}

.btn.btn-color.color-12:focus,
.btn.btn-color.color-12.focus {
    box-shadow: 0 0 0 .2rem rgba(140, 147, 189, 0.5)
}

.btn.btn-color.color-12.disabled,
.btn.btn-color.color-12:disabled {
    color: #fff;
    background-color: #7880b1;
    border-color: #7880b1
}

.btn.btn-color.color-12:not(:disabled):not(.disabled):active,
.btn.btn-color.color-12:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-12.dropdown-toggle {
    color: #fff;
    background-color: #5a639c;
    border-color: #555e94
}

.btn.btn-color.color-12:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-12:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-12.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(140, 147, 189, 0.5)
}

.btn.btn-color.color-13 {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a
}

.btn.btn-color.color-13:hover {
    color: #fff;
    background-color: #56aa30;
    border-color: #51a02e
}

.btn.btn-color.color-13:focus,
.btn.btn-color.color-13.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-color.color-13.disabled,
.btn.btn-color.color-13:disabled {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a
}

.btn.btn-color.color-13:not(:disabled):not(.disabled):active,
.btn.btn-color.color-13:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-13.dropdown-toggle {
    color: #fff;
    background-color: #51a02e;
    border-color: #4c962b
}

.btn.btn-color.color-13:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-13:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-13.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-color.color-14 {
    color: #fff;
    background-color: #1a458f;
    border-color: #1a458f
}

.btn.btn-color.color-14:hover {
    color: #fff;
    background-color: #14356f;
    border-color: #123064
}

.btn.btn-color.color-14:focus,
.btn.btn-color.color-14.focus {
    box-shadow: 0 0 0 .2rem rgba(60, 97, 160, 0.5)
}

.btn.btn-color.color-14.disabled,
.btn.btn-color.color-14:disabled {
    color: #fff;
    background-color: #1a458f;
    border-color: #1a458f
}

.btn.btn-color.color-14:not(:disabled):not(.disabled):active,
.btn.btn-color.color-14:not(:disabled):not(.disabled).active,
.show>.btn.btn-color.color-14.dropdown-toggle {
    color: #fff;
    background-color: #123064;
    border-color: #102b59
}

.btn.btn-color.color-14:not(:disabled):not(.disabled):active:focus,
.btn.btn-color.color-14:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-color.color-14.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 97, 160, 0.5)
}

.btn.btn-table-next,
.btn.btn-table-prev {
    border-radius: 50%;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 10
}

.btn.btn-table-next.color-1,
.btn.btn-table-prev.color-1 {
    color: #fff;
    background-color: #7e8991;
    border-color: #7e8991
}

.btn.btn-table-next.color-1:hover,
.btn.btn-table-prev.color-1:hover {
    color: #fff;
    background-color: #6b767e;
    border-color: #656f77
}

.btn.btn-table-next.color-1:focus,
.btn.btn-table-next.color-1.focus,
.btn.btn-table-prev.color-1:focus,
.btn.btn-table-prev.color-1.focus {
    box-shadow: 0 0 0 .2rem rgba(145, 155, 162, 0.5)
}

.btn.btn-table-next.color-1.disabled,
.btn.btn-table-next.color-1:disabled,
.btn.btn-table-prev.color-1.disabled,
.btn.btn-table-prev.color-1:disabled {
    color: #fff;
    background-color: #7e8991;
    border-color: #7e8991
}

.btn.btn-table-next.color-1:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-1.dropdown-toggle,
.btn.btn-table-prev.color-1:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-1.dropdown-toggle {
    color: #fff;
    background-color: #656f77;
    border-color: #5f6970
}

.btn.btn-table-next.color-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-1.dropdown-toggle:focus,
.btn.btn-table-prev.color-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(145, 155, 162, 0.5)
}

.btn.btn-table-next.color-2,
.btn.btn-table-prev.color-2 {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn.btn-table-next.color-2:hover,
.btn.btn-table-prev.color-2:hover {
    color: #fff;
    background-color: #323b41;
    border-color: #2d3439
}

.btn.btn-table-next.color-2:focus,
.btn.btn-table-next.color-2.focus,
.btn.btn-table-prev.color-2:focus,
.btn.btn-table-prev.color-2.focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn.btn-table-next.color-2.disabled,
.btn.btn-table-next.color-2:disabled,
.btn.btn-table-prev.color-2.disabled,
.btn.btn-table-prev.color-2:disabled {
    color: #fff;
    background-color: #434e56;
    border-color: #434e56
}

.btn.btn-table-next.color-2:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-2.dropdown-toggle,
.btn.btn-table-prev.color-2:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-2.dropdown-toggle {
    color: #fff;
    background-color: #2d3439;
    border-color: #272e32
}

.btn.btn-table-next.color-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-2.dropdown-toggle:focus,
.btn.btn-table-prev.color-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 105, 111, 0.5)
}

.btn.btn-table-next.color-3,
.btn.btn-table-prev.color-3 {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a
}

.btn.btn-table-next.color-3:hover,
.btn.btn-table-prev.color-3:hover {
    color: #fff;
    background-color: #070707;
    border-color: #010101
}

.btn.btn-table-next.color-3:focus,
.btn.btn-table-next.color-3.focus,
.btn.btn-table-prev.color-3:focus,
.btn.btn-table-prev.color-3.focus {
    box-shadow: 0 0 0 .2rem rgba(60, 60, 60, 0.5)
}

.btn.btn-table-next.color-3.disabled,
.btn.btn-table-next.color-3:disabled,
.btn.btn-table-prev.color-3.disabled,
.btn.btn-table-prev.color-3:disabled {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a
}

.btn.btn-table-next.color-3:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-3:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-3.dropdown-toggle,
.btn.btn-table-prev.color-3:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-3:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-3.dropdown-toggle {
    color: #fff;
    background-color: #010101;
    border-color: #000
}

.btn.btn-table-next.color-3:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-3:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-3.dropdown-toggle:focus,
.btn.btn-table-prev.color-3:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-3:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 60, 60, 0.5)
}

.btn.btn-table-next.color-4,
.btn.btn-table-prev.color-4 {
    color: #fff;
    background-color: #074883;
    border-color: #074883
}

.btn.btn-table-next.color-4:hover,
.btn.btn-table-prev.color-4:hover {
    color: #fff;
    background-color: #05345f;
    border-color: #042d53
}

.btn.btn-table-next.color-4:focus,
.btn.btn-table-next.color-4.focus,
.btn.btn-table-prev.color-4:focus,
.btn.btn-table-prev.color-4.focus {
    box-shadow: 0 0 0 .2rem rgba(44, 99, 150, 0.5)
}

.btn.btn-table-next.color-4.disabled,
.btn.btn-table-next.color-4:disabled,
.btn.btn-table-prev.color-4.disabled,
.btn.btn-table-prev.color-4:disabled {
    color: #fff;
    background-color: #074883;
    border-color: #074883
}

.btn.btn-table-next.color-4:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-4:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-4.dropdown-toggle,
.btn.btn-table-prev.color-4:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-4:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-4.dropdown-toggle {
    color: #fff;
    background-color: #042d53;
    border-color: #042746
}

.btn.btn-table-next.color-4:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-4:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-4.dropdown-toggle:focus,
.btn.btn-table-prev.color-4:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-4:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 99, 150, 0.5)
}

.btn.btn-table-next.color-5,
.btn.btn-table-prev.color-5 {
    color: #fff;
    background-color: #3587c7;
    border-color: #3587c7
}

.btn.btn-table-next.color-5:hover,
.btn.btn-table-prev.color-5:hover {
    color: #fff;
    background-color: #2d73a9;
    border-color: #2a6c9f
}

.btn.btn-table-next.color-5:focus,
.btn.btn-table-next.color-5.focus,
.btn.btn-table-prev.color-5:focus,
.btn.btn-table-prev.color-5.focus {
    box-shadow: 0 0 0 .2rem rgba(83, 153, 207, 0.5)
}

.btn.btn-table-next.color-5.disabled,
.btn.btn-table-next.color-5:disabled,
.btn.btn-table-prev.color-5.disabled,
.btn.btn-table-prev.color-5:disabled {
    color: #fff;
    background-color: #3587c7;
    border-color: #3587c7
}

.btn.btn-table-next.color-5:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-5:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-5.dropdown-toggle,
.btn.btn-table-prev.color-5:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-5:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-5.dropdown-toggle {
    color: #fff;
    background-color: #2a6c9f;
    border-color: #286595
}

.btn.btn-table-next.color-5:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-5:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-5.dropdown-toggle:focus,
.btn.btn-table-prev.color-5:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-5:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 153, 207, 0.5)
}

.btn.btn-table-next.color-6,
.btn.btn-table-prev.color-6 {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-table-next.color-6:hover,
.btn.btn-table-prev.color-6:hover {
    color: #212529;
    background-color: #31b9ff;
    border-color: #24b5ff
}

.btn.btn-table-next.color-6:focus,
.btn.btn-table-next.color-6.focus,
.btn.btn-table-prev.color-6:focus,
.btn.btn-table-prev.color-6.focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-table-next.color-6.disabled,
.btn.btn-table-next.color-6:disabled,
.btn.btn-table-prev.color-6.disabled,
.btn.btn-table-prev.color-6:disabled {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-table-next.color-6:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-6:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-6.dropdown-toggle,
.btn.btn-table-prev.color-6:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-6:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-6.dropdown-toggle {
    color: #fff;
    background-color: #24b5ff;
    border-color: #17b0ff
}

.btn.btn-table-next.color-6:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-6:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-6.dropdown-toggle:focus,
.btn.btn-table-prev.color-6:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-6:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-6.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-table-next.color-7,
.btn.btn-table-prev.color-7 {
    color: #212529;
    background-color: #dfe6eb;
    border-color: #dfe6eb
}

.btn.btn-table-next.color-7:hover,
.btn.btn-table-prev.color-7:hover {
    color: #212529;
    background-color: #c7d4dc;
    border-color: #c0cdd7
}

.btn.btn-table-next.color-7:focus,
.btn.btn-table-next.color-7.focus,
.btn.btn-table-prev.color-7:focus,
.btn.btn-table-prev.color-7.focus {
    box-shadow: 0 0 0 .2rem rgba(195, 201, 206, 0.5)
}

.btn.btn-table-next.color-7.disabled,
.btn.btn-table-next.color-7:disabled,
.btn.btn-table-prev.color-7.disabled,
.btn.btn-table-prev.color-7:disabled {
    color: #212529;
    background-color: #dfe6eb;
    border-color: #dfe6eb
}

.btn.btn-table-next.color-7:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-7:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-7.dropdown-toggle,
.btn.btn-table-prev.color-7:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-7:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-7.dropdown-toggle {
    color: #212529;
    background-color: #c0cdd7;
    border-color: #b8c7d2
}

.btn.btn-table-next.color-7:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-7:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-7.dropdown-toggle:focus,
.btn.btn-table-prev.color-7:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-7:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-7.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(195, 201, 206, 0.5)
}

.btn.btn-table-next.color-8,
.btn.btn-table-prev.color-8 {
    color: #212529;
    background-color: #eff2f5;
    border-color: #eff2f5
}

.btn.btn-table-next.color-8:hover,
.btn.btn-table-prev.color-8:hover {
    color: #212529;
    background-color: #d7dfe6;
    border-color: #d0d9e1
}

.btn.btn-table-next.color-8:focus,
.btn.btn-table-next.color-8.focus,
.btn.btn-table-prev.color-8:focus,
.btn.btn-table-prev.color-8.focus {
    box-shadow: 0 0 0 .2rem rgba(208, 211, 214, 0.5)
}

.btn.btn-table-next.color-8.disabled,
.btn.btn-table-next.color-8:disabled,
.btn.btn-table-prev.color-8.disabled,
.btn.btn-table-prev.color-8:disabled {
    color: #212529;
    background-color: #eff2f5;
    border-color: #eff2f5
}

.btn.btn-table-next.color-8:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-8:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-8.dropdown-toggle,
.btn.btn-table-prev.color-8:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-8:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-8.dropdown-toggle {
    color: #212529;
    background-color: #d0d9e1;
    border-color: #c8d2dc
}

.btn.btn-table-next.color-8:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-8:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-8.dropdown-toggle:focus,
.btn.btn-table-prev.color-8:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-8:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-8.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(208, 211, 214, 0.5)
}

.btn.btn-table-next.color-9,
.btn.btn-table-prev.color-9 {
    color: #fff;
    background-color: #22aea4;
    border-color: #22aea4
}

.btn.btn-table-next.color-9:hover,
.btn.btn-table-prev.color-9:hover {
    color: #fff;
    background-color: #1c8e86;
    border-color: #1a837c
}

.btn.btn-table-next.color-9:focus,
.btn.btn-table-next.color-9.focus,
.btn.btn-table-prev.color-9:focus,
.btn.btn-table-prev.color-9.focus {
    box-shadow: 0 0 0 .2rem rgba(67, 186, 178, 0.5)
}

.btn.btn-table-next.color-9.disabled,
.btn.btn-table-next.color-9:disabled,
.btn.btn-table-prev.color-9.disabled,
.btn.btn-table-prev.color-9:disabled {
    color: #fff;
    background-color: #22aea4;
    border-color: #22aea4
}

.btn.btn-table-next.color-9:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-9:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-9.dropdown-toggle,
.btn.btn-table-prev.color-9:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-9:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-9.dropdown-toggle {
    color: #fff;
    background-color: #1a837c;
    border-color: #187972
}

.btn.btn-table-next.color-9:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-9:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-9.dropdown-toggle:focus,
.btn.btn-table-prev.color-9:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-9:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-9.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 186, 178, 0.5)
}

.btn.btn-table-next.color-10,
.btn.btn-table-prev.color-10 {
    color: #212529;
    background-color: #d69b32;
    border-color: #d69b32
}

.btn.btn-table-next.color-10:hover,
.btn.btn-table-prev.color-10:hover {
    color: #fff;
    background-color: #bc8626;
    border-color: #b27e24
}

.btn.btn-table-next.color-10:focus,
.btn.btn-table-next.color-10.focus,
.btn.btn-table-prev.color-10:focus,
.btn.btn-table-prev.color-10.focus {
    box-shadow: 0 0 0 .2rem rgba(187, 137, 49, 0.5)
}

.btn.btn-table-next.color-10.disabled,
.btn.btn-table-next.color-10:disabled,
.btn.btn-table-prev.color-10.disabled,
.btn.btn-table-prev.color-10:disabled {
    color: #212529;
    background-color: #d69b32;
    border-color: #d69b32
}

.btn.btn-table-next.color-10:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-10:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-10.dropdown-toggle,
.btn.btn-table-prev.color-10:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-10:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-10.dropdown-toggle {
    color: #fff;
    background-color: #b27e24;
    border-color: #a77721
}

.btn.btn-table-next.color-10:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-10:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-10.dropdown-toggle:focus,
.btn.btn-table-prev.color-10:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-10:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(187, 137, 49, 0.5)
}

.btn.btn-table-next.color-11,
.btn.btn-table-prev.color-11 {
    color: #212529;
    background-color: #d07f8a;
    border-color: #d07f8a
}

.btn.btn-table-next.color-11:hover,
.btn.btn-table-prev.color-11:hover {
    color: #fff;
    background-color: #c66370;
    border-color: #c25a68
}

.btn.btn-table-next.color-11:focus,
.btn.btn-table-next.color-11.focus,
.btn.btn-table-prev.color-11:focus,
.btn.btn-table-prev.color-11.focus {
    box-shadow: 0 0 0 .2rem rgba(182, 114, 123, 0.5)
}

.btn.btn-table-next.color-11.disabled,
.btn.btn-table-next.color-11:disabled,
.btn.btn-table-prev.color-11.disabled,
.btn.btn-table-prev.color-11:disabled {
    color: #212529;
    background-color: #d07f8a;
    border-color: #d07f8a
}

.btn.btn-table-next.color-11:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-11:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-11.dropdown-toggle,
.btn.btn-table-prev.color-11:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-11:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-11.dropdown-toggle {
    color: #fff;
    background-color: #c25a68;
    border-color: #bf505f
}

.btn.btn-table-next.color-11:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-11:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-11.dropdown-toggle:focus,
.btn.btn-table-prev.color-11:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-11:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-11.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(182, 114, 123, 0.5)
}

.btn.btn-table-next.color-12,
.btn.btn-table-prev.color-12 {
    color: #fff;
    background-color: #7880b1;
    border-color: #7880b1
}

.btn.btn-table-next.color-12:hover,
.btn.btn-table-prev.color-12:hover {
    color: #fff;
    background-color: #6069a3;
    border-color: #5a639c
}

.btn.btn-table-next.color-12:focus,
.btn.btn-table-next.color-12.focus,
.btn.btn-table-prev.color-12:focus,
.btn.btn-table-prev.color-12.focus {
    box-shadow: 0 0 0 .2rem rgba(140, 147, 189, 0.5)
}

.btn.btn-table-next.color-12.disabled,
.btn.btn-table-next.color-12:disabled,
.btn.btn-table-prev.color-12.disabled,
.btn.btn-table-prev.color-12:disabled {
    color: #fff;
    background-color: #7880b1;
    border-color: #7880b1
}

.btn.btn-table-next.color-12:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-12:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-12.dropdown-toggle,
.btn.btn-table-prev.color-12:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-12:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-12.dropdown-toggle {
    color: #fff;
    background-color: #5a639c;
    border-color: #555e94
}

.btn.btn-table-next.color-12:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-12:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-12.dropdown-toggle:focus,
.btn.btn-table-prev.color-12:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-12:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-12.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(140, 147, 189, 0.5)
}

.btn.btn-table-next.color-13,
.btn.btn-table-prev.color-13 {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a
}

.btn.btn-table-next.color-13:hover,
.btn.btn-table-prev.color-13:hover {
    color: #fff;
    background-color: #56aa30;
    border-color: #51a02e
}

.btn.btn-table-next.color-13:focus,
.btn.btn-table-next.color-13.focus,
.btn.btn-table-prev.color-13:focus,
.btn.btn-table-prev.color-13.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-table-next.color-13.disabled,
.btn.btn-table-next.color-13:disabled,
.btn.btn-table-prev.color-13.disabled,
.btn.btn-table-prev.color-13:disabled {
    color: #212529;
    background-color: #65c73a;
    border-color: #65c73a
}

.btn.btn-table-next.color-13:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-13:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-13.dropdown-toggle,
.btn.btn-table-prev.color-13:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-13:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-13.dropdown-toggle {
    color: #fff;
    background-color: #51a02e;
    border-color: #4c962b
}

.btn.btn-table-next.color-13:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-13:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-13.dropdown-toggle:focus,
.btn.btn-table-prev.color-13:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-13:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-13.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 175, 55, 0.5)
}

.btn.btn-table-next.color-14,
.btn.btn-table-prev.color-14 {
    color: #fff;
    background-color: #1a458f;
    border-color: #1a458f
}

.btn.btn-table-next.color-14:hover,
.btn.btn-table-prev.color-14:hover {
    color: #fff;
    background-color: #14356f;
    border-color: #123064
}

.btn.btn-table-next.color-14:focus,
.btn.btn-table-next.color-14.focus,
.btn.btn-table-prev.color-14:focus,
.btn.btn-table-prev.color-14.focus {
    box-shadow: 0 0 0 .2rem rgba(60, 97, 160, 0.5)
}

.btn.btn-table-next.color-14.disabled,
.btn.btn-table-next.color-14:disabled,
.btn.btn-table-prev.color-14.disabled,
.btn.btn-table-prev.color-14:disabled {
    color: #fff;
    background-color: #1a458f;
    border-color: #1a458f
}

.btn.btn-table-next.color-14:not(:disabled):not(.disabled):active,
.btn.btn-table-next.color-14:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-next.color-14.dropdown-toggle,
.btn.btn-table-prev.color-14:not(:disabled):not(.disabled):active,
.btn.btn-table-prev.color-14:not(:disabled):not(.disabled).active,
.show>.btn.btn-table-prev.color-14.dropdown-toggle {
    color: #fff;
    background-color: #123064;
    border-color: #102b59
}

.btn.btn-table-next.color-14:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-next.color-14:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-next.color-14.dropdown-toggle:focus,
.btn.btn-table-prev.color-14:not(:disabled):not(.disabled):active:focus,
.btn.btn-table-prev.color-14:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-table-prev.color-14.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 97, 160, 0.5)
}

.btn.btn-table-next .icon,
.btn.btn-table-prev .icon {
    font-size: 10px;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.btn.btn-table-next {
    right: 0
}

.btn.btn-table-next .icon {
    left: 15px
}

.btn.btn-table-prev {
    left: 0
}

.btn.btn-table-prev .icon {
    right: 15px
}

.btn.btn-facebook {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px
}

.btn.btn-facebook .icon {
    color: #4266b2
}

.btn.btn-facebook-1 {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-facebook-1:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-facebook-1:focus,
.btn.btn-facebook-1.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-facebook-1.disabled,
.btn.btn-facebook-1:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-facebook-1:not(:disabled):not(.disabled):active,
.btn.btn-facebook-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-facebook-1.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-facebook-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-facebook-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-facebook-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-facebook-1 .icon {
    color: #4266b2
}

.btn.btn-facebook-2 {
    background-color: #4266b2;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 54px;
    color: #fff;
    background-color: #4266b2;
    border-color: #4266b2
}

.btn.btn-facebook-2:hover {
    color: #fff;
    background-color: #385696;
    border-color: #34518d
}

.btn.btn-facebook-2:focus,
.btn.btn-facebook-2.focus {
    box-shadow: 0 0 0 .2rem rgba(94, 125, 190, 0.5)
}

.btn.btn-facebook-2.disabled,
.btn.btn-facebook-2:disabled {
    color: #fff;
    background-color: #4266b2;
    border-color: #4266b2
}

.btn.btn-facebook-2:not(:disabled):not(.disabled):active,
.btn.btn-facebook-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-facebook-2.dropdown-toggle {
    color: #fff;
    background-color: #34518d;
    border-color: #314b83
}

.btn.btn-facebook-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-facebook-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-facebook-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 125, 190, 0.5)
}

.btn.btn-facebook-2 .icon {
    color: #fff
}

.btn.btn-instagram {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-instagram:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-instagram:focus,
.btn.btn-instagram.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-instagram.disabled,
.btn.btn-instagram:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-instagram:not(:disabled):not(.disabled):active,
.btn.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn.btn-instagram.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-instagram .icon {
    color: #dd3263
}

.btn.btn-instagram-1 {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #fff;
    background-color: #dd3263;
    border-color: #dd3263
}

.btn.btn-instagram-1:hover {
    color: #fff;
    background-color: #c82151;
    border-color: #bd1f4c
}

.btn.btn-instagram-1:focus,
.btn.btn-instagram-1.focus {
    box-shadow: 0 0 0 .2rem rgba(226, 81, 122, 0.5)
}

.btn.btn-instagram-1.disabled,
.btn.btn-instagram-1:disabled {
    color: #fff;
    background-color: #dd3263;
    border-color: #dd3263
}

.btn.btn-instagram-1:not(:disabled):not(.disabled):active,
.btn.btn-instagram-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-instagram-1.dropdown-toggle {
    color: #fff;
    background-color: #bd1f4c;
    border-color: #b21d48
}

.btn.btn-instagram-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-instagram-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-instagram-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(226, 81, 122, 0.5)
}

.btn.btn-instagram-1 .icon {
    color: #fff
}

.btn.btn-linkedin {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px
}

.btn.btn-linkedin .icon {
    color: #0076b5
}

.btn.btn-linkedin-1 {
    background-color: transparent;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-linkedin-1:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-linkedin-1:focus,
.btn.btn-linkedin-1.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-linkedin-1.disabled,
.btn.btn-linkedin-1:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-linkedin-1:not(:disabled):not(.disabled):active,
.btn.btn-linkedin-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-linkedin-1.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-linkedin-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-linkedin-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-linkedin-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-linkedin-1 .icon {
    color: #0076b5
}

.btn.btn-linkedin-2 {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 54px;
    color: #fff;
    background-color: #0076b5;
    border-color: #0076b5
}

.btn.btn-linkedin-2:hover {
    color: #fff;
    background-color: #005d8f;
    border-color: #005582
}

.btn.btn-linkedin-2:focus,
.btn.btn-linkedin-2.focus {
    box-shadow: 0 0 0 .2rem rgba(38, 139, 192, 0.5)
}

.btn.btn-linkedin-2.disabled,
.btn.btn-linkedin-2:disabled {
    color: #fff;
    background-color: #0076b5;
    border-color: #0076b5
}

.btn.btn-linkedin-2:not(:disabled):not(.disabled):active,
.btn.btn-linkedin-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-linkedin-2.dropdown-toggle {
    color: #fff;
    background-color: #005582;
    border-color: #004c75
}

.btn.btn-linkedin-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-linkedin-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-linkedin-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 139, 192, 0.5)
}

.btn.btn-linkedin-2 .icon {
    color: #fff
}

.btn.btn-twitter {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px
}

.btn.btn-twitter .icon {
    color: #1da1f1
}

.btn.btn-twitter-1 {
    background-color: transparent;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-twitter-1:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-twitter-1:focus,
.btn.btn-twitter-1.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-twitter-1.disabled,
.btn.btn-twitter-1:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-twitter-1:not(:disabled):not(.disabled):active,
.btn.btn-twitter-1:not(:disabled):not(.disabled).active,
.show>.btn.btn-twitter-1.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-twitter-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-twitter-1:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-twitter-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-twitter-1 .icon {
    color: #1da1f1
}

.btn.btn-twitter-2 {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 54px;
    color: #fff;
    background-color: #1da1f1;
    border-color: #1da1f1
}

.btn.btn-twitter-2:hover {
    color: #fff;
    background-color: #0e8dda;
    border-color: #0d85ce
}

.btn.btn-twitter-2:focus,
.btn.btn-twitter-2.focus {
    box-shadow: 0 0 0 .2rem rgba(63, 175, 243, 0.5)
}

.btn.btn-twitter-2.disabled,
.btn.btn-twitter-2:disabled {
    color: #fff;
    background-color: #1da1f1;
    border-color: #1da1f1
}

.btn.btn-twitter-2:not(:disabled):not(.disabled):active,
.btn.btn-twitter-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-twitter-2.dropdown-toggle {
    color: #fff;
    background-color: #0d85ce;
    border-color: #0c7dc2
}

.btn.btn-twitter-2:not(:disabled):not(.disabled):active:focus,
.btn.btn-twitter-2:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-twitter-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(63, 175, 243, 0.5)
}

.btn.btn-twitter-2 .icon {
    color: #fff
}

.btn.btn-whatsapp {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #7ad06d;
    border-color: #7ad06d
}

.btn.btn-whatsapp:hover {
    color: #212529;
    background-color: #60c750;
    border-color: #57c446
}

.btn.btn-whatsapp:focus,
.btn.btn-whatsapp.focus {
    box-shadow: 0 0 0 .2rem rgba(109, 182, 99, 0.5)
}

.btn.btn-whatsapp.disabled,
.btn.btn-whatsapp:disabled {
    color: #212529;
    background-color: #7ad06d;
    border-color: #7ad06d
}

.btn.btn-whatsapp:not(:disabled):not(.disabled):active,
.btn.btn-whatsapp:not(:disabled):not(.disabled).active,
.show>.btn.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #57c446;
    border-color: #4fc03e
}

.btn.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(109, 182, 99, 0.5)
}

.btn.btn-whatsapp .icon {
    color: #fff
}

.btn.btn-search {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-search:hover {
    color: #212529;
    background-color: #31b9ff;
    border-color: #24b5ff
}

.btn.btn-search:focus,
.btn.btn-search.focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-search.disabled,
.btn.btn-search:disabled {
    color: #212529;
    background-color: #57c6ff;
    border-color: #57c6ff
}

.btn.btn-search:not(:disabled):not(.disabled):active,
.btn.btn-search:not(:disabled):not(.disabled).active,
.show>.btn.btn-search.dropdown-toggle {
    color: #fff;
    background-color: #24b5ff;
    border-color: #17b0ff
}

.btn.btn-search:not(:disabled):not(.disabled):active:focus,
.btn.btn-search:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-search.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 174, 223, 0.5)
}

.btn.btn-search .icon {
    color: #1a458f
}

@media (max-width: 991.98px) {
    .btn.btn-search .icon {
        color: #fff
    }
}

.btn.btn-outline-search {
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 56px;
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-outline-search:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-outline-search:focus,
.btn.btn-outline-search.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-outline-search.disabled,
.btn.btn-outline-search:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-outline-search:not(:disabled):not(.disabled):active,
.btn.btn-outline-search:not(:disabled):not(.disabled).active,
.show>.btn.btn-outline-search.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-outline-search:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-search:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-outline-search.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-outline-search .icon {
    color: #1a458f
}

.btn.btn-more {
    color: #57c6ff;
    padding: 5px 30px 3px 0px;
    font-size: 12px;
    background: transparent;
    position: relative
}

.btn.btn-more .icon {
    font-size: 10px
}

.btn.btn-more:hover,
.btn.btn-more:focus {
    box-shadow: none
}

.btn.btn-close {
    color: #57c6ff;
    cursor: pointer;
    font-size: 14px;
    text-transform: none
}

.btn.btn-close .icon {
    color: #57c6ff;
    font-size: 10px
}

.btn.btn-back {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    background: transparent;
    color: #7e8991;
    border: 2px solid #7e8991;
    border-left: none;
    position: relative;
    border-radius: 0 25px 25px 0;
    transform: none
}

.btn.btn-back:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-back:focus,
.btn.btn-back.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-back.disabled,
.btn.btn-back:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-back:not(:disabled):not(.disabled):active,
.btn.btn-back:not(:disabled):not(.disabled).active,
.show>.btn.btn-back.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-back:not(:disabled):not(.disabled):active:focus,
.btn.btn-back:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-back.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-download {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    background: transparent;
    border: none;
    color: #fff;
    font-family: "DINNextLTPro-Regular";
    padding-left: 2.375rem;
    padding-right: 1.875rem;
    position: relative;
    text-transform: none
}

.btn.btn-download:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn.btn-download:focus,
.btn.btn-download.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-download.disabled,
.btn.btn-download:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn.btn-download:not(:disabled):not(.disabled):active,
.btn.btn-download:not(:disabled):not(.disabled).active,
.show>.btn.btn-download.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn.btn-download:not(:disabled):not(.disabled):active:focus,
.btn.btn-download:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-download.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn.btn-download .icon {
    color: #57c6ff;
    height: 21px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 18px
}

.btn.btn-download .icon:before {
    font-size: 18px;
    line-height: 18px;
    left: 0;
    position: absolute;
    top: 0
}

.btn.btn-download:after {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    border: none;
    content: "";
    color: #57c6ff;
    font-size: 10px;
    margin-top: -7px;
    position: absolute;
    right: 13px;
    top: 50%;
    transition: all 0.2s ease
}

.title.title-1 {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    font-size: 60px
}

.title.title-1.color-1 {
    color: #7e8991
}

.title.title-1.color-2 {
    color: #434e56
}

.title.title-1.color-3 {
    color: #1a1a1a
}

.title.title-1.color-4 {
    color: #074883
}

.title.title-1.color-5 {
    color: #3587c7
}

.title.title-1.color-6 {
    color: #57c6ff
}

.title.title-1.color-7 {
    color: #dfe6eb
}

.title.title-1.color-8 {
    color: #eff2f5
}

.title.title-1.color-9 {
    color: #22aea4
}

.title.title-1.color-10 {
    color: #d69b32
}

.title.title-1.color-11 {
    color: #d07f8a
}

.title.title-1.color-12 {
    color: #7880b1
}

.title.title-1.color-13 {
    color: #65c73a
}

.title.title-1.color-14 {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .title.title-1 {
        font-size: 28px
    }
}

.title.title-2 {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    font-size: 30px
}

.title.title-2.color-1 {
    color: #7e8991
}

.title.title-2.color-2 {
    color: #434e56
}

.title.title-2.color-3 {
    color: #1a1a1a
}

.title.title-2.color-4 {
    color: #074883
}

.title.title-2.color-5 {
    color: #3587c7
}

.title.title-2.color-6 {
    color: #57c6ff
}

.title.title-2.color-7 {
    color: #dfe6eb
}

.title.title-2.color-8 {
    color: #eff2f5
}

.title.title-2.color-9 {
    color: #22aea4
}

.title.title-2.color-10 {
    color: #d69b32
}

.title.title-2.color-11 {
    color: #d07f8a
}

.title.title-2.color-12 {
    color: #7880b1
}

.title.title-2.color-13 {
    color: #65c73a
}

.title.title-2.color-14 {
    color: #1a458f
}

.title.title-3 {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    font-size: 20px
}

.title.title-3.color-1 {
    color: #7e8991
}

.title.title-3.color-2 {
    color: #434e56
}

.title.title-3.color-3 {
    color: #1a1a1a
}

.title.title-3.color-4 {
    color: #074883
}

.title.title-3.color-5 {
    color: #3587c7
}

.title.title-3.color-6 {
    color: #57c6ff
}

.title.title-3.color-7 {
    color: #dfe6eb
}

.title.title-3.color-8 {
    color: #eff2f5
}

.title.title-3.color-9 {
    color: #22aea4
}

.title.title-3.color-10 {
    color: #d69b32
}

.title.title-3.color-11 {
    color: #d07f8a
}

.title.title-3.color-12 {
    color: #7880b1
}

.title.title-3.color-13 {
    color: #65c73a
}

.title.title-3.color-14 {
    color: #1a458f
}

.title.title-4 {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    font-size: 18px
}

.title.title-4.color-1 {
    color: #7e8991
}

.title.title-4.color-2 {
    color: #434e56
}

.title.title-4.color-3 {
    color: #1a1a1a
}

.title.title-4.color-4 {
    color: #074883
}

.title.title-4.color-5 {
    color: #3587c7
}

.title.title-4.color-6 {
    color: #57c6ff
}

.title.title-4.color-7 {
    color: #dfe6eb
}

.title.title-4.color-8 {
    color: #eff2f5
}

.title.title-4.color-9 {
    color: #22aea4
}

.title.title-4.color-10 {
    color: #d69b32
}

.title.title-4.color-11 {
    color: #d07f8a
}

.title.title-4.color-12 {
    color: #7880b1
}

.title.title-4.color-13 {
    color: #65c73a
}

.title.title-4.color-14 {
    color: #1a458f
}

.title.title-5 {
    color: #074883;
    font-family: "DINNextLTPro-Regular";
    font-size: 16px
}

.title.title-5.color-1 {
    color: #7e8991
}

.title.title-5.color-2 {
    color: #434e56
}

.title.title-5.color-3 {
    color: #1a1a1a
}

.title.title-5.color-4 {
    color: #074883
}

.title.title-5.color-5 {
    color: #3587c7
}

.title.title-5.color-6 {
    color: #57c6ff
}

.title.title-5.color-7 {
    color: #dfe6eb
}

.title.title-5.color-8 {
    color: #eff2f5
}

.title.title-5.color-9 {
    color: #22aea4
}

.title.title-5.color-10 {
    color: #d69b32
}

.title.title-5.color-11 {
    color: #d07f8a
}

.title.title-5.color-12 {
    color: #7880b1
}

.title.title-5.color-13 {
    color: #65c73a
}

.title.title-5.color-14 {
    color: #1a458f
}

.title.title-5.medium {
    font-family: "DINNextLTPro-Medium"
}

.title.title-5.bold {
    font-family: "DINNextLTPro-Bold"
}

.title.title-6 {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    text-transform: uppercase;
    font-size: 16px
}

.title.title-6.color-1 {
    color: #7e8991
}

.title.title-6.color-2 {
    color: #434e56
}

.title.title-6.color-3 {
    color: #1a1a1a
}

.title.title-6.color-4 {
    color: #074883
}

.title.title-6.color-5 {
    color: #3587c7
}

.title.title-6.color-6 {
    color: #57c6ff
}

.title.title-6.color-7 {
    color: #dfe6eb
}

.title.title-6.color-8 {
    color: #eff2f5
}

.title.title-6.color-9 {
    color: #22aea4
}

.title.title-6.color-10 {
    color: #d69b32
}

.title.title-6.color-11 {
    color: #d07f8a
}

.title.title-6.color-12 {
    color: #7880b1
}

.title.title-6.color-13 {
    color: #65c73a
}

.title.title-6.color-14 {
    color: #1a458f
}

.title.title-7 {
    color: #074883;
    font-family: "DINNextLTPro-Bold";
    text-transform: uppercase;
    font-size: 12px
}

.title.title-7.color-1 {
    color: #7e8991
}

.title.title-7.color-2 {
    color: #434e56
}

.title.title-7.color-3 {
    color: #1a1a1a
}

.title.title-7.color-4 {
    color: #074883
}

.title.title-7.color-5 {
    color: #3587c7
}

.title.title-7.color-6 {
    color: #57c6ff
}

.title.title-7.color-7 {
    color: #dfe6eb
}

.title.title-7.color-8 {
    color: #eff2f5
}

.title.title-7.color-9 {
    color: #22aea4
}

.title.title-7.color-10 {
    color: #d69b32
}

.title.title-7.color-11 {
    color: #d07f8a
}

.title.title-7.color-12 {
    color: #7880b1
}

.title.title-7.color-13 {
    color: #65c73a
}

.title.title-7.color-14 {
    color: #1a458f
}

.card {
    border: none
}

.card .card-header {
    background: none;
    border: none
}

.card .card-footer {
    background: none;
    border: none
}

.card.card-infrastructure {
    border: 1px solid #dfe6eb;
    margin: 0 auto 30px;
    max-width: 262px;
    width: 100%
}

.card.card-infrastructure .card-body {
    padding: 28px 20px 23px 30px
}

.card.card-infrastructure .card-body p {
    line-height: 20px
}

@media (max-width: 767.98px) {
    .card.card-infrastructure .card-body {
        padding-bottom: 25px
    }
}

.card.card-infrastructure .title.title-3 {
    color: #1a458f;
    line-height: 24px
}

.card.card-infrastructure .btn.btn-primary {
    max-width: 203px;
    width: 100%
}

.card.card-principles {
    border: none;
    max-width: 165px;
    width: 100%
}

.card.card-principles .card-header {
    background: none;
    border: none;
    margin-bottom: 18px;
    padding: 0px 0px 0px 4px
}

@media (max-width: 767.98px) {
    .card.card-principles .card-header {
        margin-right: 20px
    }
}

.card.card-principles .icon {
    border: 1px solid #dfe6eb;
    border-radius: 25px 35px 25px 0;
    color: #074883;
    display: block;
    font-size: 19px;
    height: 50px;
    padding: 11px 22px 14px 18px;
    transform: skewX(-10deg);
    width: 56px
}

.card.card-principles .icon>*,
.card.card-principles .icon:before {
    display: block;
    transform: skewX(10deg)
}

.card.card-principles .card-body {
    padding: 0px
}

.card.card-principles .title.title-3 {
    color: #1a458f;
    line-height: 24px;
    margin-bottom: 12px
}

@media (max-width: 767.98px) {
    .card.card-principles .title.title-3 {
        margin-bottom: 0px
    }
}

.card.card-principles .card-text {
    line-height: 20px
}

@media (max-width: 767.98px) {
    .card.card-principles {
        flex-direction: row;
        max-width: none
    }
}

.card.card-unit .card-body {
    padding: 0 0 28px
}

@media (max-width: 767.98px) {
    .card.card-unit .card-body {
        padding: 30px 30px 20px
    }
}

.card.card-unit .card-footer {
    border-top: 1px solid #dfe6eb;
    padding: 0
}

.card.card-unit .title.title-3 {
    line-height: 24px;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .card.card-unit .title.title-3 {
        font-size: 20px
    }
}

.card.card-unit .title.title-5 {
    font-size: 16px;
    line-height: 20px;
    font-size: 16px
}

.card.card-unit .text {
    color: #434e56;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative
}

.card.card-unit .text .icon.icon-local {
    color: #57c6ff;
    font-size: 15px;
    left: 5px;
    line-height: 15px;
    overflow: hidden;
    position: absolute;
    top: 10px
}

.card.card-unit .btn.btn-secondary {
    margin: 4px 0 0;
    font-size: 18px;
    width: max-content
}

.card.card-unit .btn.btn-secondary:focus,
.card.card-unit .btn.btn-secondary:active {
    border: none;
    background: none;
    color: #074883;
    box-shadow: none
}

@media (max-width: 767.98px) {
    .card.card-unit .btn.btn-secondary {
        margin-left: 28px
    }
}

.card.card-unit .btn.btn-small {
    color: #1a458f
}

.card.card-unit .btn.btn-small .icon {
    padding-left: 0
}

.card.card-unit .btn.btn-small .icon.icon-right {
    position: relative;
    right: -5px
}

@media (max-width: 767.98px) {
    .card.card-unit .btn.button-unit,
    .card.card-unit .btn.button-units {
        display: none
    }
}

.card.card-unit.card-unit-map .card-body {
    padding: 20px
}

.card.card-unit.card-unit-map .card-footer {
    padding: 0 20px
}

@media (max-width: 767.98px) {
    .card.card-unit {
        border: 1px solid #dfe6eb;
        margin-bottom: 30px
    }
}

.card.card-address .card-body {
    padding: 0
}

.card.card-address .unit {
    background-color: #eff2f5;
    color: #1a458f;
    display: block;
    font-family: "DINNextLTPro-MediumItalic";
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase
}

.card.card-address .unit.tag {
    border-radius: 25px 35px 25px 0;
    transform: skewX(-10deg);
    padding-bottom: 8px
}

.card.card-address .unit .label-category {
    transform: skewX(10deg)
}

.card.card-address .text {
    margin-bottom: 0
}

.card.card-quotation {
    background-color: transparent
}

.card.card-quotation .card-body {
    padding: 9.375rem 0;
    position: relative
}

.card.card-quotation .card-body:before,
.card.card-quotation .card-body:after {
    content: '';
    height: 41px;
    left: 0;
    position: absolute;
    width: 56px
}

.card.card-quotation .card-body:before {
    background-image: url(../images/quotation-marks-open.png);
    top: 0
}

.card.card-quotation .card-body:after {
    background-image: url(../images/quotation-marks-close.png);
    bottom: 0
}

.card.card-quotation h2,
.card.card-quotation p {
    font-family: "DINNextLTPro-Medium";
    font-size: 30px;
    line-height: 30px
}

@media (max-width: 767.98px) {
    .card.card-quotation h2,
    .card.card-quotation p {
        font-size: 20px;
        line-height: 20px
    }
}

.card.card-quotation h2 {
    color: #074883
}

.card.card-quotation p {
    color: #434e56
}

.card.card-quotation.columns {
    align-content: center;
    align-items: center;
    flex-direction: row
}

.card.card-quotation.columns .card-body {
    margin-left: 30px;
    padding-bottom: 0;
    padding-top: 8.75rem
}

.card.card-quotation.columns .card-body:after {
    bottom: 20px
}

.card.card-quotation .card-text {
    margin-bottom: 3.75rem
}

.card.card-quotation .author {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    line-height: 60px;
    margin-left: 8.75rem;
    font-size: 60px;
    font-size: 3.75rem
}

.card.card-quotation .author .span {
    color: #434e56;
    font-family: "DINNextLTPro-Medium";
    font-size: 30px;
    font-size: 1.875rem
}

.card.card-differential {
    margin: 0 auto;
    max-width: 262px;
    width: 100%
}

.card.card-differential .card-img-top {
    margin-bottom: 3.125rem
}

.card.card-differential .card-body {
    padding: 0
}

.card.card-differential.color-1 strong {
    color: #7e8991
}

.card.card-differential.color-2 strong {
    color: #434e56
}

.card.card-differential.color-3 strong {
    color: #1a1a1a
}

.card.card-differential.color-4 strong {
    color: #074883
}

.card.card-differential.color-5 strong {
    color: #3587c7
}

.card.card-differential.color-6 strong {
    color: #57c6ff
}

.card.card-differential.color-7 strong {
    color: #dfe6eb
}

.card.card-differential.color-8 strong {
    color: #eff2f5
}

.card.card-differential.color-9 strong {
    color: #22aea4
}

.card.card-differential.color-10 strong {
    color: #d69b32
}

.card.card-differential.color-11 strong {
    color: #d07f8a
}

.card.card-differential.color-12 strong {
    color: #7880b1
}

.card.card-differential.color-13 strong {
    color: #65c73a
}

.card.card-differential.color-14 strong {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .card.card-differential {
        margin: 0 auto 2.8125rem
    }
}

.card.card-about-graduations {
    background: transparent
}

.card.card-about-graduations .card-header,
.card.card-about-graduations .card-body,
.card.card-about-graduations .card-footer {
    padding-left: 0;
    padding-right: 0
}

.card.card-about-graduations .card-body {
    max-width: none
}

.card.card-about-graduations .card-body.description {
    padding-top: 5px
}

.card.card-about-graduations .card-body.color-1 strong {
    color: #7e8991
}

.card.card-about-graduations .card-body.color-2 strong {
    color: #434e56
}

.card.card-about-graduations .card-body.color-3 strong {
    color: #1a1a1a
}

.card.card-about-graduations .card-body.color-4 strong {
    color: #074883
}

.card.card-about-graduations .card-body.color-5 strong {
    color: #3587c7
}

.card.card-about-graduations .card-body.color-6 strong {
    color: #57c6ff
}

.card.card-about-graduations .card-body.color-7 strong {
    color: #dfe6eb
}

.card.card-about-graduations .card-body.color-8 strong {
    color: #eff2f5
}

.card.card-about-graduations .card-body.color-9 strong {
    color: #22aea4
}

.card.card-about-graduations .card-body.color-10 strong {
    color: #d69b32
}

.card.card-about-graduations .card-body.color-11 strong {
    color: #d07f8a
}

.card.card-about-graduations .card-body.color-12 strong {
    color: #7880b1
}

.card.card-about-graduations .card-body.color-13 strong {
    color: #65c73a
}

.card.card-about-graduations .card-body.color-14 strong {
    color: #1a458f
}

.card.card-about-graduations .card-footer {
    overflow: hidden
}

.card.card-about-graduations .card-footer.card-class {
    max-width: 264px;
    float: center
}

@media (max-width: 767.98px) {
    .card.card-about-graduations .card-footer.card-class {
        margin-left: 15px;
        margin-right: 15px
    }
}

.card.card-about-graduations .card-footer .img-fluid {
    display: block
}

@media (min-width: 768px) {
    .card.card-about-graduations .card-footer .img-fluid {
        float: right
    }
}

.card.card-extra-activity {
    margin: 0 auto 30px;
    max-width: 555px;
    width: 100%
}

.card.card-extra-activity .card-header {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    width: 100%
}

.card.card-extra-activity .card-header .btn.btn-color {
    border-radius: 25px 0 0 0;
    border: none;
    float: right;
    font-size: 30px;
    font-family: "DINNextLTPro-Medium";
    height: 100%;
    margin-right: -12px;
    padding: 40px 70px 40px 15px;
    position: relative;
    text-align: right;
    text-transform: inherit;
    transform: skewX(-10deg);
    width: 330px
}

.card.card-extra-activity .card-header .btn.btn-color .icon {
    font-size: 10px;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: rotate(180deg) skewX(10deg)
}

.card.card-extra-activity .card-header .btn.btn-color.collapsed .icon {
    transform: rotate(0deg) skewX(10deg)
}

.card.card-extra-activity .card-header .btn.btn-color>* {
    display: block;
    transform: skewX(10deg)
}

@media (max-width: 575.98px) {
    .card.card-extra-activity .card-header .btn.btn-color {
        font-size: 20px;
        width: 75%
    }
}

.card.card-extra-activity .card-body {
    background-color: #fff;
    left: 0;
    padding: 50px;
    position: absolute;
    top: 125px;
    width: 100%;
    z-index: 2;
    max-height: 400px;
    overflow-y: auto
}

.card.card-extra-activity .card-body .title.title-3 {
    font-size: 20px
}

.card.card-extra-activity .card-body .title.title-3.color-1 {
    color: #7e8991
}

.card.card-extra-activity .card-body .title.title-3.color-2 {
    color: #434e56
}

.card.card-extra-activity .card-body .title.title-3.color-3 {
    color: #1a1a1a
}

.card.card-extra-activity .card-body .title.title-3.color-4 {
    color: #074883
}

.card.card-extra-activity .card-body .title.title-3.color-5 {
    color: #3587c7
}

.card.card-extra-activity .card-body .title.title-3.color-6 {
    color: #57c6ff
}

.card.card-extra-activity .card-body .title.title-3.color-7 {
    color: #dfe6eb
}

.card.card-extra-activity .card-body .title.title-3.color-8 {
    color: #eff2f5
}

.card.card-extra-activity .card-body .title.title-3.color-9 {
    color: #22aea4
}

.card.card-extra-activity .card-body .title.title-3.color-10 {
    color: #d69b32
}

.card.card-extra-activity .card-body .title.title-3.color-11 {
    color: #d07f8a
}

.card.card-extra-activity .card-body .title.title-3.color-12 {
    color: #7880b1
}

.card.card-extra-activity .card-body .title.title-3.color-13 {
    color: #65c73a
}

.card.card-extra-activity .card-body .title.title-3.color-14 {
    color: #1a458f
}

.card.card-extra-activity .card-body .span {
    display: block;
    font-size: 16px
}

.card.card-extra-activity .card-body .span.color-1 {
    color: #7e8991
}

.card.card-extra-activity .card-body .span.color-2 {
    color: #434e56
}

.card.card-extra-activity .card-body .span.color-3 {
    color: #1a1a1a
}

.card.card-extra-activity .card-body .span.color-4 {
    color: #074883
}

.card.card-extra-activity .card-body .span.color-5 {
    color: #3587c7
}

.card.card-extra-activity .card-body .span.color-6 {
    color: #57c6ff
}

.card.card-extra-activity .card-body .span.color-7 {
    color: #dfe6eb
}

.card.card-extra-activity .card-body .span.color-8 {
    color: #eff2f5
}

.card.card-extra-activity .card-body .span.color-9 {
    color: #22aea4
}

.card.card-extra-activity .card-body .span.color-10 {
    color: #d69b32
}

.card.card-extra-activity .card-body .span.color-11 {
    color: #d07f8a
}

.card.card-extra-activity .card-body .span.color-12 {
    color: #7880b1
}

.card.card-extra-activity .card-body .span.color-13 {
    color: #65c73a
}

.card.card-extra-activity .card-body .span.color-14 {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .card.card-extra-activity .card-body {
        top: 110px
    }
}

@media (max-width: 767.98px) {
    .card.card-extra-activity {
        margin: 0 auto 10px
    }
}

.card.card-teaching .card-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.card.card-teaching .title.title-1 {
    line-height: 3.75rem;
    margin-bottom: 30px
}

.card.card-teaching .title.title-1.color-1 {
    color: #7e8991
}

.card.card-teaching .title.title-1.color-2 {
    color: #434e56
}

.card.card-teaching .title.title-1.color-3 {
    color: #1a1a1a
}

.card.card-teaching .title.title-1.color-4 {
    color: #074883
}

.card.card-teaching .title.title-1.color-5 {
    color: #3587c7
}

.card.card-teaching .title.title-1.color-6 {
    color: #57c6ff
}

.card.card-teaching .title.title-1.color-7 {
    color: #dfe6eb
}

.card.card-teaching .title.title-1.color-8 {
    color: #eff2f5
}

.card.card-teaching .title.title-1.color-9 {
    color: #22aea4
}

.card.card-teaching .title.title-1.color-10 {
    color: #d69b32
}

.card.card-teaching .title.title-1.color-11 {
    color: #d07f8a
}

.card.card-teaching .title.title-1.color-12 {
    color: #7880b1
}

.card.card-teaching .title.title-1.color-13 {
    color: #65c73a
}

.card.card-teaching .title.title-1.color-14 {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .card.card-teaching .title.title-1 {
        margin-bottom: 20px
    }
}

.card.card-teaching .card-teaching-agerange {
    display: block;
    font-size: 16px;
    margin-bottom: 40px
}

.card.card-teaching .card-teaching-agerange.color-1 {
    color: #7e8991
}

.card.card-teaching .card-teaching-agerange.color-2 {
    color: #434e56
}

.card.card-teaching .card-teaching-agerange.color-3 {
    color: #1a1a1a
}

.card.card-teaching .card-teaching-agerange.color-4 {
    color: #074883
}

.card.card-teaching .card-teaching-agerange.color-5 {
    color: #3587c7
}

.card.card-teaching .card-teaching-agerange.color-6 {
    color: #57c6ff
}

.card.card-teaching .card-teaching-agerange.color-7 {
    color: #dfe6eb
}

.card.card-teaching .card-teaching-agerange.color-8 {
    color: #eff2f5
}

.card.card-teaching .card-teaching-agerange.color-9 {
    color: #22aea4
}

.card.card-teaching .card-teaching-agerange.color-10 {
    color: #d69b32
}

.card.card-teaching .card-teaching-agerange.color-11 {
    color: #d07f8a
}

.card.card-teaching .card-teaching-agerange.color-12 {
    color: #7880b1
}

.card.card-teaching .card-teaching-agerange.color-13 {
    color: #65c73a
}

.card.card-teaching .card-teaching-agerange.color-14 {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .card.card-teaching .card-teaching-agerange {
        margin-bottom: 15px
    }
}

.card.card-teaching .card-teaching-grade {
    align-items: center;
    display: flex;
    font-size: 16px
}

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

.card.card-teaching .icon.icon-kindergarten {
    font-size: 20px
}

.card.card-teaching .icon.icon-elementary-school {
    font-size: 25px
}

.card.card-teaching .icon.icon-elementary-school-two {
    font-size: 32px
}

.card.card-teaching .icon.icon-high-school {
    font-size: 38px
}

.card.card-teaching .card-img {
    position: relative
}

@media (max-width: 767.98px) {
    .card.card-teaching .card-img {
        margin: 0 auto 15px;
        max-width: 215px
    }
}

.card.card-teaching .img-fluid {
    border-radius: 50px;
    border-bottom-left-radius: 0;
    width: 100%
}

.card.card-teaching .tag {
    border: none;
    border-radius: 35px 50px 30px 0;
    bottom: 0;
    display: block;
    height: 68px;
    left: -20px;
    position: absolute;
    transform: skewX(-10deg);
    width: 74px
}

.card.card-teaching .tag.color-1 {
    background-color: #7e8991
}

.card.card-teaching .tag.color-2 {
    background-color: #434e56
}

.card.card-teaching .tag.color-3 {
    background-color: #1a1a1a
}

.card.card-teaching .tag.color-4 {
    background-color: #074883
}

.card.card-teaching .tag.color-5 {
    background-color: #3587c7
}

.card.card-teaching .tag.color-6 {
    background-color: #57c6ff
}

.card.card-teaching .tag.color-7 {
    background-color: #dfe6eb
}

.card.card-teaching .tag.color-8 {
    background-color: #eff2f5
}

.card.card-teaching .tag.color-9 {
    background-color: #22aea4
}

.card.card-teaching .tag.color-10 {
    background-color: #d69b32
}

.card.card-teaching .tag.color-11 {
    background-color: #d07f8a
}

.card.card-teaching .tag.color-12 {
    background-color: #7880b1
}

.card.card-teaching .tag.color-13 {
    background-color: #65c73a
}

.card.card-teaching .tag.color-14 {
    background-color: #1a458f
}

.card.card-teaching .tag>* {
    display: block;
    transform: skewX(10deg)
}

.card.card-teaching .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.card.card-teaching .card-body.color-1 strong {
    color: #7e8991
}

.card.card-teaching .card-body.color-2 strong {
    color: #434e56
}

.card.card-teaching .card-body.color-3 strong {
    color: #1a1a1a
}

.card.card-teaching .card-body.color-4 strong {
    color: #074883
}

.card.card-teaching .card-body.color-5 strong {
    color: #3587c7
}

.card.card-teaching .card-body.color-6 strong {
    color: #57c6ff
}

.card.card-teaching .card-body.color-7 strong {
    color: #dfe6eb
}

.card.card-teaching .card-body.color-8 strong {
    color: #eff2f5
}

.card.card-teaching .card-body.color-9 strong {
    color: #22aea4
}

.card.card-teaching .card-body.color-10 strong {
    color: #d69b32
}

.card.card-teaching .card-body.color-11 strong {
    color: #d07f8a
}

.card.card-teaching .card-body.color-12 strong {
    color: #7880b1
}

.card.card-teaching .card-body.color-13 strong {
    color: #65c73a
}

.card.card-teaching .card-body.color-14 strong {
    color: #1a458f
}

.card.card-teaching .btn.btn-secondary {
    font-size: 18px;
    text-align: left
}

.card.card-teaching .btn.btn-secondary .icon.color-1 {
    color: #7e8991
}

.card.card-teaching .btn.btn-secondary .icon.color-2 {
    color: #434e56
}

.card.card-teaching .btn.btn-secondary .icon.color-3 {
    color: #1a1a1a
}

.card.card-teaching .btn.btn-secondary .icon.color-4 {
    color: #074883
}

.card.card-teaching .btn.btn-secondary .icon.color-5 {
    color: #3587c7
}

.card.card-teaching .btn.btn-secondary .icon.color-6 {
    color: #57c6ff
}

.card.card-teaching .btn.btn-secondary .icon.color-7 {
    color: #dfe6eb
}

.card.card-teaching .btn.btn-secondary .icon.color-8 {
    color: #eff2f5
}

.card.card-teaching .btn.btn-secondary .icon.color-9 {
    color: #22aea4
}

.card.card-teaching .btn.btn-secondary .icon.color-10 {
    color: #d69b32
}

.card.card-teaching .btn.btn-secondary .icon.color-11 {
    color: #d07f8a
}

.card.card-teaching .btn.btn-secondary .icon.color-12 {
    color: #7880b1
}

.card.card-teaching .btn.btn-secondary .icon.color-13 {
    color: #65c73a
}

.card.card-teaching .btn.btn-secondary .icon.color-14 {
    color: #1a458f
}

.post-item {
    margin-bottom: 30px
}

.post-item .img img {
    border: 1px solid #dfe6eb;
    max-width: 295px;
    width: 100%
}

.post-item .img .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 165px
}

.post-item .description {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #dfe6eb
}

.post-item .description .date {
    color: #57c6ff;
    font-family: "DINNextLTPro-MediumItalic";
    font-size: 12px;
    text-transform: uppercase
}

.post-item .description .title {
    color: #434e56;
    margin: 5px 0 5px
}

.post-item .description .title.title-3 {
    font-size: 20px;
    line-height: 20px
}

.post-item .description .title .title-link {
    color: #434e56
}

.post-item .description .social-media {
    font-size: 14px;
    margin-left: -12px;
    text-align: left
}

.post-item .description .social-media .btn.btn-facebook-1,
.post-item .description .social-media .btn.btn-linkedin-1,
.post-item .description .social-media .btn.btn-twitter-1 {
    height: 40px;
    width: 40px
}

.post-item .description .btn.btn-more {
    position: relative;
    margin-top: -5px
}

.post-item .description .btn.btn-more .icon {
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.3s ease
}

.post-item .description .btn.btn-more:hover .icon,
.post-item .description .btn.btn-more:focus .icon {
    right: -10px
}

.post-item .post-link {
    color: #434e56
}

@media (max-width: 767.98px) {
    .post-item {
        margin: 0 auto 50px;
        max-width: 265px
    }
}

.breadcrumb-block {
    display: flex;
    justify-content: space-between
}

.breadcrumb {
    background: none;
    border-bottom: 1px solid #dfe6eb;
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px 0;
    white-space: nowrap
}

.breadcrumb .breadcrumb {
    border: none;
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    .breadcrumb {
        margin-top: 30px
    }
}

.breadcrumb-item {
    font-size: 16px;
    line-height: 16px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #57c6ff;
    content: "";
    font-family: 'icons';
    font-size: 10px
}

.breadcrumb-item .icon.icon-home {
    display: block;
    font-size: 17px;
    height: 18px;
    overflow: hidden;
    width: 17px
}

.breadcrumb-item .icon.icon-home:before {
    line-height: 17px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../images/oval.svg") center center no-repeat
}

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

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .slick-dots {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .slick-dots {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .slick-dots {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .slick-dots {
        max-width: 1140px
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    background-color: #57c6ff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 11px;
    height: 11px;
    font-family: "slick";
    font-size: 6px;
    line-height: 11px;
    text-align: center;
    color: #000;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    background-color: #074883;
    height: 3px;
    left: 50%;
    margin: -3px 0 0 -3px;
    opacity: 1;
    top: 50%;
    width: 3px
}

.table {
    background-color: #fff
}

.table.color-1 {
    color: #7e8991
}

.table.color-2 {
    color: #434e56
}

.table.color-3 {
    color: #1a1a1a
}

.table.color-4 {
    color: #074883
}

.table.color-5 {
    color: #3587c7
}

.table.color-6 {
    color: #57c6ff
}

.table.color-7 {
    color: #dfe6eb
}

.table.color-8 {
    color: #eff2f5
}

.table.color-9 {
    color: #22aea4
}

.table.color-10 {
    color: #d69b32
}

.table.color-11 {
    color: #d07f8a
}

.table.color-12 {
    color: #7880b1
}

.table.color-13 {
    color: #65c73a
}

.table.color-14 {
    color: #1a458f
}

.table-wrap {
    position: relative
}

.table-wrap.before:before {
    background: rgba(34, 174, 165, 0.5);
    background: -moz-linear-gradient(left, rgba(34, 174, 165, 0.5) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 174, 165, 0.5)), color-stop(50%, rgba(34, 174, 165, 0.25)), color-stop(100%, rgba(34, 174, 165, 0)));
    background: -webkit-linear-gradient(left, rgba(34, 174, 165, 0.5) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0) 100%);
    background: -o-linear-gradient(left, rgba(34, 174, 165, 0.5) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0) 100%);
    background: -ms-linear-gradient(left, rgba(34, 174, 165, 0.5) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0) 100%);
    background: linear-gradient(to right, rgba(34, 174, 165, 0.5) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aea5', endColorstr='#22aea5', GradientType=1);
    content: '';
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 9
}

@media (min-width: 992px) {
    .table-wrap.before:before {
        display: none
    }
}

.table-wrap.after:after {
    background: rgba(34, 174, 165, 0);
    background: -moz-linear-gradient(left, rgba(34, 174, 165, 0) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 174, 165, 0)), color-stop(50%, rgba(34, 174, 165, 0.25)), color-stop(100%, rgba(34, 174, 165, 0.5)));
    background: -webkit-linear-gradient(left, rgba(34, 174, 165, 0) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(34, 174, 165, 0) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(34, 174, 165, 0) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0.5) 100%);
    background: linear-gradient(to right, rgba(34, 174, 165, 0) 0%, rgba(34, 174, 165, 0.25) 50%, rgba(34, 174, 165, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aea5', endColorstr='#22aea5', GradientType=1);
    content: '';
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 60px;
    z-index: 9
}

@media (min-width: 992px) {
    .table-wrap.after:after {
        display: none
    }
}

.table-wrap.color-10.before:before {
    background: rgba(214, 155, 50, 0.5);
    background: -moz-linear-gradient(left, rgba(214, 155, 50, 0.5) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214, 155, 50, 0.5)), color-stop(50%, rgba(214, 155, 50, 0.25)), color-stop(100%, rgba(214, 155, 50, 0)));
    background: -webkit-linear-gradient(left, rgba(214, 155, 50, 0.5) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0) 100%);
    background: -o-linear-gradient(left, rgba(214, 155, 50, 0.5) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0) 100%);
    background: -ms-linear-gradient(left, rgba(214, 155, 50, 0.5) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0) 100%);
    background: linear-gradient(to right, rgba(214, 155, 50, 0.5) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0) 100%)
}

.table-wrap.color-10.after:after {
    background: rgba(214, 155, 50, 0);
    background: -moz-linear-gradient(left, rgba(214, 155, 50, 0) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214, 155, 50, 0)), color-stop(50%, rgba(214, 155, 50, 0.25)), color-stop(100%, rgba(214, 155, 50, 0.5)));
    background: -webkit-linear-gradient(left, rgba(214, 155, 50, 0) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(214, 155, 50, 0) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(214, 155, 50, 0) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0.5) 100%);
    background: linear-gradient(to right, rgba(214, 155, 50, 0) 0%, rgba(214, 155, 50, 0.25) 50%, rgba(214, 155, 50, 0.5) 100%)
}

.table-wrap.color-11.before:before {
    background: rgba(208, 127, 138, 0.5);
    background: -moz-linear-gradient(left, rgba(208, 127, 138, 0.5) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208, 127, 138, 0.5)), color-stop(50%, rgba(208, 127, 138, 0.25)), color-stop(100%, rgba(208, 127, 138, 0)));
    background: -webkit-linear-gradient(left, rgba(208, 127, 138, 0.5) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0) 100%);
    background: -o-linear-gradient(left, rgba(208, 127, 138, 0.5) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0) 100%);
    background: -ms-linear-gradient(left, rgba(208, 127, 138, 0.5) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0) 100%);
    background: linear-gradient(to right, rgba(208, 127, 138, 0.5) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0) 100%)
}

.table-wrap.color-11.after:after {
    background: rgba(208, 127, 138, 0);
    background: -moz-linear-gradient(left, rgba(208, 127, 138, 0) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208, 127, 138, 0)), color-stop(50%, rgba(208, 127, 138, 0.25)), color-stop(100%, rgba(208, 127, 138, 0.5)));
    background: -webkit-linear-gradient(left, rgba(208, 127, 138, 0) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(208, 127, 138, 0) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(208, 127, 138, 0) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0.5) 100%);
    background: linear-gradient(to right, rgba(208, 127, 138, 0) 0%, rgba(208, 127, 138, 0.25) 50%, rgba(208, 127, 138, 0.5) 100%)
}

.table-wrap.color-12.before:before {
    background: rgba(120, 128, 177, 0.5);
    background: -moz-linear-gradient(left, rgba(120, 128, 177, 0.5) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(120, 128, 177, 0.5)), color-stop(50%, rgba(120, 128, 177, 0.25)), color-stop(100%, rgba(120, 128, 177, 0)));
    background: -webkit-linear-gradient(left, rgba(120, 128, 177, 0.5) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0) 100%);
    background: -o-linear-gradient(left, rgba(120, 128, 177, 0.5) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0) 100%);
    background: -ms-linear-gradient(left, rgba(120, 128, 177, 0.5) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0) 100%);
    background: linear-gradient(to right, rgba(120, 128, 177, 0.5) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0) 100%)
}

.table-wrap.color-12.after:after {
    background: rgba(120, 128, 177, 0);
    background: -moz-linear-gradient(left, rgba(120, 128, 177, 0) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(120, 128, 177, 0)), color-stop(50%, rgba(120, 128, 177, 0.25)), color-stop(100%, rgba(120, 128, 177, 0.5)));
    background: -webkit-linear-gradient(left, rgba(120, 128, 177, 0) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(120, 128, 177, 0) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(120, 128, 177, 0) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0.5) 100%);
    background: linear-gradient(to right, rgba(120, 128, 177, 0) 0%, rgba(120, 128, 177, 0.25) 50%, rgba(120, 128, 177, 0.5) 100%)
}

.modal .modal-header {
    background-color: #eff3f6;
    align-items: center;
    padding: 25px 35px;
    border: 0
}

.modal .modal-header .title {
    color: #434e56;
    margin: 0
}

.modal .modal-header .close {
    color: #57c6ff;
    opacity: 1
}

.modal.modalSuccess .modal-header {
    border: none;
    background-color: transparent
}

.modal.modalSuccess .modal-body {
    text-align: center;
    padding: 0;
    padding-bottom: 56px
}

.modal.modalSuccess .modal-body .title {
    padding-bottom: 50px
}

.modal.modal-gallery .modal-dialog {
    max-width: 945px
}

.modal.modal-gallery .modal-dialog .modal-content {
    border: 0
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body {
    padding: 50px 100px 30px;
    position: relative
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery {
    margin-bottom: 20px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-slide {
    margin: 0
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-slide img {
    margin: 0 auto
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow {
    background-color: #57c6ff;
    width: 50px;
    height: 40px;
    border-radius: 25px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow::before {
    color: #074883;
    font-family: 'icons';
    transform: scaleY(1.5);
    display: inline-block;
    font-size: 7px;
    opacity: 1
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow.slick-prev {
    left: -75px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow.slick-prev::before {
    content: ""
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow.slick-next {
    right: -75px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-gallery .slick-arrow.slick-next::before {
    content: ""
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails {
    margin: 0 -15px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide {
    max-height: 67px !important;
    border: 1px solid #dee5eb;
    transition: 0.2s;
    border-radius: 3px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide>div {
    padding: 5px;
    border: 1px solid transparent
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide>div img {
    border-radius: 3px
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide.slick-current,
.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide:hover {
    border-color: #57c6ff
}

.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide.slick-current>div,
.modal.modal-gallery .modal-dialog .modal-content .modal-body .slider-nav-thumbnails .slick-slide:hover>div {
    border-color: #57c6ff
}

.modal.modal-notification .modal-dialog {
    max-width: 555px
}

.modal.modal-notification .modal-dialog .modal-content {
    border: 0
}

.modal.modal-notification .modal-dialog .modal-content .modal-header .title {
    color: #074883
}

.modal.modal-notification .modal-dialog .modal-content .modal-body {
    padding: 50px 65px
}

.modal.modal-notice .modal-header .title-7 {
    color: #074883
}

.modal.modal-contact .modal-dialog {
    max-width: 945px
}

.modal.modal-contact .modal-dialog .modal-content {
    border: 0
}

.modal.modal-contact .modal-dialog .modal-content .modal-header .title {
    color: #074883
}

.modal.modal-contact .modal-dialog .modal-content .modal-header .close {
    font-size: 25px
}

.modal.modal-contact .modal-dialog .modal-content .modal-body {
    padding: 70px 95px
}

@media (max-width: 767.98px) {
    .modal.modal-contact .modal-dialog .modal-content .modal-body {
        padding: 30px 20px
    }
}

.modal.modal-contact .modal-dialog .modal-content .modal-body .form-action {
    float: right;
    text-align: right
}

.modal.modal-contact .modal-dialog .modal-content .modal-body .form-action .g-recaptcha {
    margin-bottom: 25px
}

.modal.modal-contact .modal-dialog .modal-content .modal-body .form-action .btn {
    padding: 12px 25px
}

.modal.modal-schedule .modal-schedule-content {
    min-height: 773px
}

.modal.modal-schedule .modal-header .title-3 {
    color: #074883
}


/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.chart-block {
    position: relative
}

.chart-block .action {
    position: absolute;
    bottom: -30px;
    right: 0
}

.chart-block .action .position {
    position: relative
}

.chart-block .action .arrow {
    top: auto;
    bottom: -20px;
    left: auto;
    z-index: 9;
    background-color: #eff2f5;
    width: 40px;
    height: 30px;
    border: 0;
    box-shadow: 5px 5px 30px -10px #435360;
    position: absolute
}

.chart-block .action .arrow:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-top: 2px solid #074883;
    border-right: 2px solid #074883;
    transform: scaleX(0.7);
    opacity: 1;
    margin: 0 auto
}

.chart-block .action .arrow:hover {
    background-color: #57c6ff
}

.chart-block .action .arrow.prev {
    right: 140px;
    border-radius: 15px 0 0 15px
}

.chart-block .action .arrow.prev:before {
    transform: scaleX(0.7) rotate(-135deg)
}

@media (max-width: 991.98px) {
    .chart-block .action .arrow.prev {
        right: 60px
    }
}

.chart-block .action .arrow.next {
    right: 100px;
    border-radius: 0 15px 15px 0
}

.chart-block .action .arrow.next:before {
    transform: scaleX(0.7) rotate(45deg)
}

@media (max-width: 991.98px) {
    .chart-block .action .arrow.next {
        right: 20px
    }
}

.gallery-charts .slick-arrow {
    top: auto;
    bottom: -20px;
    left: auto;
    z-index: 9;
    background-color: #eff2f5;
    width: 40px;
    height: 30px;
    opacity: 0
}

.gallery-charts .slick-arrow:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-top: 2px solid #074883;
    border-right: 2px solid #074883;
    transform: scaleX(0.7);
    opacity: 1;
    margin: 0 auto
}

.gallery-charts .slick-arrow.slick-disabled,
.gallery-charts .slick-arrow:hover {
    background-color: #57c6ff
}

.gallery-charts .slick-arrow.slick-prev {
    right: 140px;
    border-radius: 15px 0 0 15px
}

.gallery-charts .slick-arrow.slick-prev:before {
    transform: scaleX(0.7) rotate(-135deg)
}

@media (max-width: 991.98px) {
    .gallery-charts .slick-arrow.slick-prev {
        right: 60px
    }
}

.gallery-charts .slick-arrow.slick-next {
    right: 100px;
    border-radius: 0 15px 15px 0
}

.gallery-charts .slick-arrow.slick-next:before {
    transform: scaleX(0.7) rotate(45deg)
}

@media (max-width: 991.98px) {
    .gallery-charts .slick-arrow.slick-next {
        right: 20px
    }
}

.legends {
    display: inline
}

.legends .legend {
    display: inline-block;
    vertical-align: middle
}

.legends .legend .legend-color {
    width: 25px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: text-top
}

.legends .legend .text {
    font-size: 14px
}

.legends .legend.legend-1 .legend-color {
    background-color: #074883
}

.legends .legend.legend-2 .legend-color {
    background-color: #3587c7
}

.legends .legend.legend-3 .legend-color {
    background-color: #57c6ff
}

.chart-block {
    padding-bottom: 30px;
    max-height: 402px
}

.chart-block .chart {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dfe6eb;
    background-color: #eff2f5;
    overflow: hidden;
    margin: 0 -15px
}

.chart-block .chart .bar-item {
    text-align: center;
    max-width: 100px
}

.chart-block .chart .bar-item .bar-group {
    display: flex;
    padding: 0 13px;
    padding-top: 80px;
    overflow: hidden;
    border-bottom: 1px solid #dfe6eb
}

.chart-block .chart .bar-item .bar-group .bar-block {
    height: 200px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 2px
}

.chart-block .chart .bar-item .bar-group .bar-block .bar {
    width: 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
    animation: 0.7s ease-out 0s 1 slideInFromBottom;
    transition: 0.2s;
    opacity: 0.9
}

.chart-block .chart .bar-item .bar-group .bar-block .bar:hover {
    opacity: 1
}

.chart-block .chart .bar-item .bar-group .bar-block .bar.bar-1 {
    background-color: #074883
}

.chart-block .chart .bar-item .bar-group .bar-block .bar.bar-2 {
    background-color: #3587c7
}

.chart-block .chart .bar-item .bar-group .bar-block .bar.bar-3 {
    background-color: #57c6ff
}

.chart-block .chart .bar-item .bar-group .bar-block .text {
    font-size: 12px;
    font-weight: bold;
    color: #434e56;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -11px
}

.chart-block .chart .bar-item .discipline {
    line-height: 16px;
    background-color: #ffffff;
    height: 90px;
    padding: 10px 0
}

.chart-block .chart .bar-item .discipline span {
    position: relative;
    z-index: 9
}

.chart-block .chart .bar-item:first-child .discipline {
    position: relative
}

.chart-block .chart .bar-item:first-child .discipline:before {
    content: '';
    width: 700px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -700px;
    border-top: 1px solid #dfe6eb
}

.chart-block .chart .bar-item:last-child .discipline {
    position: relative
}

.chart-block .chart .bar-item:last-child .discipline:after {
    content: '';
    width: 700px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -700px;
    border-top: 1px solid #dfe6eb
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

.chart-canvas {
    padding-bottom: 30px
}

.text {
    color: #434e56;
    font-size: 16px;
    font-family: "DINNextLTPro-Regular"
}

.text.regular {
    color: #074883;
    font-family: "DINNextLTPro-Regular";
    font-size: 14px;
    font-size: .875rem
}

.text.caps {
    font-family: "DINNextLTPro-Medium";
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem
}

.text.caps-italic {
    font-family: "DINNextLTPro-MediumItalic";
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem
}

.page-content {
    overflow: hidden
}

.loading {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.about-us .container {
    background-position: 12% -70px;
    background-repeat: no-repeat;
    background-size: 449px 447px;
    overflow: hidden;
    padding-bottom: 5.3125rem;
    padding-top: 5.3125rem
}

@media (max-width: 575.98px) {
    .about-us .container {
        background-position: -120px 20px;
        background-size: 282px 280px
    }
}

.about-us .title.title-5 {
    color: #fff;
    font-family: "DINNextLTPro-Medium";
    font-size: 60px;
    font-size: 3.75rem
}

@media (max-width: 767.98px) {
    .about-us .title.title-5 {
        margin-left: 35px
    }
}

.about-us .text {
    color: #fff;
    font-size: 16px
}

.about-us .text.strong {
    display: block;
    font-family: "DINNextLTPro-Bold"
}

@media (max-width: 767.98px) {
    .about-us .text {
        margin-left: 35px
    }
}

.about-us .btn.btn-secondary {
    color: #fff;
    display: block;
    font-family: "DINNextLTPro-Medium";
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left
}

.about-us .btn.btn-secondary.schedule-visit {
    margin-bottom: 45px
}

@media (max-width: 767.98px) {
    .about-us .btn.btn-secondary {
        margin-left: 35px
    }
}

.about-us.color-4 .container {
    background-image: url(../images/background/abount-us-color-4.jpg)
}

.about-us.color-4 .text strong {
    color: #fff
}

.about-us.color-4 .btn.btn-secondary {
    color: #57c6ff
}

.about-us.color-4 .btn.btn-secondary .icon {
    color: #fff
}

.about-us.color-6 .container {
    background-image: url(../images/background/abount-us-color-6.jpg)
}

.about-us.color-6 .title.title-5 {
    color: #074883
}

.about-us.color-6 .text {
    color: #074883
}

.about-us.color-6 .btn.btn-secondary {
    color: #074883
}

.about-us.color-6 .btn.btn-secondary .icon {
    color: #fff
}

.about-us.color-9 .container {
    background-image: url(../images/background/abount-us-color-9.jpg)
}

.about-us.color-9 .btn.btn-secondary {
    color: #074883
}

.about-us.color-9 .btn.btn-secondary .icon {
    color: #fff
}

.about-us.color-10 .container {
    background-image: url(../images/background/abount-us-color-10.jpg)
}

.about-us.color-10 .btn.btn-secondary {
    color: #074883
}

.about-us.color-10 .btn.btn-secondary .icon {
    color: #fff
}

.about-us.color-11 .container {
    background-image: url(../images/background/abount-us-color-11.jpg)
}

.about-us.color-11 .btn.btn-secondary {
    color: #074883
}

.about-us.color-11 .btn.btn-secondary .icon {
    color: #fff
}

.about-us.color-12 .container {
    background-image: url(../images/background/abount-us-color-12.jpg)
}

.about-us.color-12 .btn.btn-secondary {
    color: #fff
}

.about-us.color-12 .btn.btn-secondary .icon {
    color: #074883
}

.about-us.educacao-infantil .text .strong,
.about-us.ensino-fundamental-1a4 .text .strong,
.about-us.ensino-fundamental-5a9 .text .strong,
.about-us.ensino-medio .text .strong {
    color: #fff;
    display: block
}

.about-us.color-1 {
    background-color: #7e8991
}

.about-us.color-2 {
    background-color: #434e56
}

.about-us.color-3 {
    background-color: #1a1a1a
}

.about-us.color-4 {
    background-color: #074883
}

.about-us.color-5 {
    background-color: #3587c7
}

.about-us.color-6 {
    background-color: #57c6ff
}

.about-us.color-7 {
    background-color: #dfe6eb
}

.about-us.color-8 {
    background-color: #eff2f5
}

.about-us.color-9 {
    background-color: #22aea4
}

.about-us.color-10 {
    background-color: #d69b32
}

.about-us.color-11 {
    background-color: #d07f8a
}

.about-us.color-12 {
    background-color: #7880b1
}

.about-us.color-13 {
    background-color: #65c73a
}

.about-us.color-14 {
    background-color: #1a458f
}

.btn.btn-read-more {
    color: #074883;
    display: none;
    font-family: "DINNextLTPro-Bold";
    padding: 0;
    text-decoration: underline
}

@media (max-width: 767.98px) {
    .btn.btn-read-more {
        display: inline-block
    }
}

.read-more {
    display: initial
}

.read-more.active {
    display: initial
}

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

.grecaptcha-badge {
    visibility: hidden
}

.navbar-brand {
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 60px;
    display: block;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 112px
}

@media (max-width: 991.98px) {
    .navbar-brand {
        background-size: 66px 35px;
        height: 35px;
        margin-top: 12px;
        width: 66px
    }
}

.search-container {
    background-color: rgba(126, 137, 145, 0.9);
    display: none;
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110
}

.search-container .search-header {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px
}

.search-container .search-header .btn.btn-close {
    padding: 0 15px;
    text-align: right;
    width: 100%
}

.search-container .search-body {
    padding-top: 35px
}

.search-container.open {
    display: block
}

.search-container.open .form-search {
    display: block;
    margin: 0 auto;
    max-width: 263px
}

.header {
    background-color: #dfe6eb;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 100
}

.header .header-bg {
    margin-top: -20px
}

.header .header-bg:after {
    background-image: url("../images/background/header.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1474px 130px;
    content: '';
    height: 130px;
    left: -50px;
    position: absolute;
    top: -20px;
    width: 1474px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .header-bg:after {
        left: -25px
    }
}

@media (max-width: 991.98px) {
    .header .header-bg {
        margin-top: 0
    }
    .header .header-bg:after {
        display: none
    }
}

.header .btn.btn-outline-search {
    background-color: #eff2f5;
    border: none;
    display: block;
    height: 60px;
    padding: 18px;
    position: relative;
    width: 58px
}

.header .btn.btn-outline-search .icon {
    display: block;
    height: 18px;
    position: relative;
    width: 18px
}

.header .btn.btn-outline-search .icon:before {
    font-size: 18px;
    left: 0;
    line-height: 18px;
    position: absolute
}

.header .btn.btn-outline-search:before {
    background-color: #d9e0eb;
    content: '';
    height: 61px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 1px
}

.header .btn.btn-outline-search:after {
    background-color: #d9e0eb;
    content: '';
    height: 61px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 1px
}

.header .navbar-toggler {
    border: none;
    border-radius: 0;
    display: block;
    margin: 0 -15px 0 0;
    padding: 21px;
    width: 58px
}

.header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 3px
}

.header .navbar-toggler .icon-bar {
    background: #074883;
    display: block;
    height: 2px;
    transition: all 0.3s;
    width: 15px
}

.header .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 20% 144%
}

.header .navbar-toggler .middle-bar {
    opacity: 0
}

.header .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 1% -100%
}

.header .navbar-toggler:focus,
.header .navbar-toggler:hover {
    background: transparent
}

.header .navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg)
}

.header .navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.header .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0deg)
}

.header .header-content {
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 100
}

.header .header-main {
    width: 100%;
    justify-content: space-around
}

.header .header-main .navbar {
    padding: 0
}

.header .navbar-nav {
    align-items: center
}

.header .navbar-nav .nav-link {
    color: #074883;
    font-family: "DINNextLTPro-Medium";
    font-size: 16px;
    padding: 37px 15px;
    position: relative
}

.header .navbar-nav .nav-link:after {
    display: none
}

.header .navbar-nav .nav-link.hasItem:after {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    border: none;
    bottom: 30px;
    content: "";
    color: #57c6ff;
    display: block;
    font-size: 8px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    transition: all 0.2s ease
}

@media (max-width: 991.98px) {
    .header .navbar-nav .nav-link.hasItem:after {
        bottom: auto;
        left: 15px;
        margin-left: 0;
        margin-top: -7px;
        top: 50%;
        transform: rotate(-90deg)
    }
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus {
    color: #57c6ff
}

.header .navbar-nav .nav-link:hover:after,
.header .navbar-nav .nav-link:focus:after {
    bottom: 20px
}

@media (max-width: 991.98px) {
    .header .navbar-nav .nav-link:hover:after,
    .header .navbar-nav .nav-link:focus:after {
        bottom: auto;
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .navbar-nav .nav-link {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width: 991.98px) {
    .header .navbar-nav .nav-link {
        font-size: 18px;
        padding: 8px 15px 8px 40px;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .header .navbar-nav {
        align-items: flex-start;
        padding-bottom: 30px;
        padding-top: 15px;
        width: 100%
    }
}

.header .nav-item {
    position: relative
}

.header .nav-item.show {
    position: relative
}

.header .nav-item .btn.btn-small {
    margin-left: 0.9375rem
}

@media (max-width: 991.98px) {
    .header .nav-item .btn.btn-small {
        margin: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .header .nav-item:hover>.dropdown-menu {
        display: block
    }
}

@media (max-width: 991.98px) {
    .header .nav-item {
        width: 100%
    }
}

.header .form-search {
    max-width: 262px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .form-search {
        max-width: 225px
    }
}

@media (max-width: 991.98px) {
    .header .form-search {
        display: none
    }
}

.header .dropdown-menu {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    top: 99%
}

@media (min-width: 992px) {
    .header .dropdown-menu.units:after {
        background-color: #dfe6ed;
        content: '';
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px
    }
}

@media (min-width: 992px) {
    .header .dropdown-menu.units {
        width: 510px
    }
}

.header .dropdown-menu .dropdown-menu-list {
    padding: 0
}

.header .dropdown-menu .dropdown-item {
    padding: 0
}

.header .dropdown-menu .dropdown-item .btn.btn-secondary {
    font-size: 18px;
    padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
    text-align: left;
    width: 100%
}

.header .dropdown-menu .dropdown-item .btn.btn-secondary .icon {
    font-size: 8px;
    left: 1.875rem
}

@media (max-width: 991.98px) {
    .header .dropdown-menu .dropdown-item .btn.btn-secondary .icon {
        left: 30px
    }
}

.header .dropdown-menu .dropdown-item .btn.btn-secondary:hover .icon,
.header .dropdown-menu .dropdown-item .btn.btn-secondary:focus .icon {
    left: 2.8125rem
}

@media (max-width: 991.98px) {
    .header .dropdown-menu .dropdown-item .btn.btn-secondary:hover .icon,
    .header .dropdown-menu .dropdown-item .btn.btn-secondary:focus .icon {
        left: 40px
    }
}

@media (min-width: 992px) {
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja {
        padding-left: 2.8125rem;
        padding-right: 2.8125rem
    }
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja .icon {
        left: 0.9375rem
    }
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja .icon.icon-foreign {
        color: #1a458f;
        font-size: 15px;
        left: auto;
        right: 15px
    }
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja:hover .icon.icon-arrow-right,
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja:focus .icon.icon-arrow-right {
        left: 1.875rem
    }
}

@media (max-width: 1199.98px) {
    .header .dropdown-menu .dropdown-item .btn.btn-secondary.academia-bonja .icon.icon-foreign {
        color: #1a458f;
        font-size: 15px;
        left: auto;
        margin-left: 10px
    }
}

@media (max-width: 991.98px) {
    .header .dropdown-menu .dropdown-item .btn.btn-secondary {
        padding-left: 50px
    }
}

.header .dropdown-menu .dropdown-item span {
    color: #434e56;
    font-family: "DINNextLTPro-MediumItalic";
    font-size: 12px;
    text-transform: uppercase
}

.header .dropdown-menu .btn.btn-back {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0 6px 18px;
    width: 95px;
    margin-top: 15px
}

.header .dropdown-menu .btn.btn-back .icon {
    font-size: 8px;
    margin-left: 6px
}

@media (min-width: 992px) {
    .header .dropdown-menu .btn.btn-back {
        display: none
    }
}

.header .dropdown-menu .btn.btn-all {
    width: 100%
}

@media (min-width: 992px) {
    .header .dropdown-menu .btn.btn-all {
        margin-top: 130px;
        max-width: 190px
    }
}

@media (max-width: 991.98px) {
    .header .dropdown-menu .btn.btn-all {
        margin-left: 15px;
        max-width: 290px
    }
}

.header .dropdown-menu.show {
    left: 0
}

.header .dropdown-menu .title.title-5.medium {
    color: #57c6ff;
    border-bottom: 1px solid #eff2f5;
    display: block;
    font-size: 16px;
    margin: 30px 0 15px;
    padding: 0 0 30px 30px
}

@media (max-width: 991.98px) {
    .header .dropdown-menu .title.title-5.medium .btn.btn-all {
        margin-right: 15px;
        max-width: 100px;
        padding-bottom: 6px;
        padding-top: 6px
    }
}

@media (max-width: 991.98px) {
    .header .dropdown-menu {
        display: block !important;
        height: 100%;
        left: -2000px;
        overflow: auto;
        padding: 0;
        position: fixed;
        transition: all 0.3s ease;
        top: 58px;
        width: 100%
    }
}

.header.fixed {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100
}

.header.fixed .navbar-brand {
    background-size: 83px 44px;
    height: 70px;
    width: 83px
}

@media (max-width: 991.98px) {
    .header.fixed .navbar-brand {
        background-size: 66px 35px;
        height: 35px;
        width: 66px
    }
}

.header.fixed .header-bg {
    margin-top: 0
}

.header.fixed .header-bg:after {
    background-position: 0 bottom;
    top: 0
}

.header.fixed .header-content {
    top: 0
}

.header.fixed .header-main .navbar {
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width: 992px) {
    .header.fixed {
        height: 70px
    }
}

.header.open {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 100%
}

@media (min-width: 992px) {
    .header {
        max-height: 100px
    }
}

@media (max-width: 991.98px) {
    .header {
        background-color: #eff2f5;
        padding-bottom: 0;
        padding-top: 0
    }
    .header:before {
        background-color: #d9e0eb;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 60px;
        width: 100%
    }
}

.navbar-institucional .nav-item .nav-link {
    color: #1a458f;
    font-size: 14px;
    line-height: 10px;
    padding: 0.625rem 0.625rem;
    text-align: center
}

.navbar-institucional .nav-item .nav-link>svg {
    opacity: 0.4
}

.navbar-institucional .nav-item .nav-link:hover,
.navbar-institucional .nav-item .nav-link:focus {
    text-decoration: underline
}

.navbar-institucional .nav-item .nav-link.active {
    color: #1a1a1a
}

.navbar-institucional .nav-item .nav-link.active>svg {
    opacity: 1
}

@media (max-width: 991.98px) {
    .navbar-institucional .nav-item .nav-link {
        padding: 15px
    }
}

.navbar-institucional .nav-item:nth-child(6) {
    position: relative
}

.navbar-institucional .nav-item:nth-child(6) .nav-link {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem
}

@media (max-width: 991.98px) {
    .navbar-institucional .nav-item:nth-child(6) .nav-link {
        padding: 15px
    }
}

.navbar-institucional .nav-item:nth-child(6):after {
    background-color: #d2d6da;
    content: '';
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px
}

@media (max-width: 991.98px) {
    .navbar-institucional .nav-item:nth-child(6):after {
        display: none
    }
}

.navbar-institucional .nav-item:nth-child(7) .nav-link {
    padding: 0.625rem 0.3125rem 0.625rem 1.25rem
}

.navbar-institucional .nav-item:nth-child(8) .nav-link,
.navbar-institucional .nav-item:nth-child(9) .nav-link {
    padding: 0.625rem 0.3125rem
}

.navbar-institucional .nav-item:nth-child(7) .nav-link,
.navbar-institucional .nav-item:nth-child(8) .nav-link,
.navbar-institucional .nav-item:nth-child(9) .nav-link {
    padding-bottom: 0.375rem;
    padding-top: 0.375rem
}

@media (max-width: 991.98px) {
    .navbar-institucional .nav-item:nth-child(7),
    .navbar-institucional .nav-item:nth-child(8),
    .navbar-institucional .nav-item:nth-child(9) {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-institucional {
        padding-top: 30px;
        position: relative
    }
    .navbar-institucional:before {
        background-color: #eff2f5;
        content: '';
        height: 500px;
        left: 50%;
        margin-left: -495px;
        position: absolute;
        top: 0;
        z-index: -1;
        width: 991px
    }
}

.nav-language {
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.nav-language .nav-item {
    width: inherit
}

.footer {
    padding-top: 3.75rem
}

.footer .text {
    color: #7e8991
}

.footer .text.copyright,
.footer .text.cnpj {
    font-size: 14px
}

.footer .footer-contact {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    position: relative
}

.footer .footer-contact .logo {
    width: 155px
}

@media (max-width: 767.98px) {
    .footer .footer-contact .logo {
        margin-left: 15px;
        width: 66px
    }
}

.footer .footer-contact .text {
    display: block
}

.footer .footer-contact .span.phone,
.footer .footer-contact .span.mail {
    align-content: center;
    align-items: center;
    color: #1a458f;
    display: flex;
    font-family: "DINNextLTPro-Medium";
    font-size: 18px;
    line-height: 18px
}

@media (max-width: 767.98px) {
    .footer .footer-contact .span.phone,
    .footer .footer-contact .span.mail {
        margin-left: 15px
    }
}

.footer .footer-contact .span>.span {
    font-size: 16px
}

.footer .footer-contact .span .icon {
    color: #57c6ff;
    margin-right: 10px
}

.footer .footer-contact .span.phone .icon {
    font-size: 14px
}

@media (max-width: 767.98px) {
    .footer .footer-contact .span.phone {
        margin-top: 10px
    }
}

.footer .footer-contact .span.mail .icon {
    font-size: 10px
}

.footer .footer-contact .btn.btn-small {
    color: #1a458f
}

@media (max-width: 1199.98px) {
    .footer .footer-contact .btn.btn-small {
        max-width: 262px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .footer .footer-contact .btn.btn-small {
        margin-left: 15px;
        margin-top: 15px
    }
}

@media (max-width: 1199.98px) {
    .footer .footer-contact .card.card-address {
        max-width: 210px;
        width: 100%
    }
}

.footer .footer-contact .card.card-address .unit {
    max-width: 210px;
    width: 100%
}

.footer .footer-contact .card.card-address .text {
    font-size: 14px;
    line-height: 18px
}

@media (max-width: 767.98px) {
    .footer .footer-contact .card.card-address {
        margin-left: 15px;
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .footer .footer-contact {
        padding-bottom: 30px;
        padding-top: 50px
    }
}

.footer .footer-links {
    padding-bottom: 5.625rem;
    position: relative
}

.footer .footer-links:after {
    background-color: #eff2f5;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%
}

.footer .footer-links .list-group .list-group-item {
    border: none;
    padding: 0
}

.footer .footer-links .title.title-5 {
    color: #57c6ff;
    margin-bottom: 40px
}

.footer .footer-links .btn.btn-secondary {
    line-height: 16px;
    text-align: left
}

@media (min-width: 1200px) {
    .footer .footer-links .btn.btn-secondary {
        white-space: nowrap
    }
}

.footer .footer-links .btn.btn-secondary span {
    color: #434e56;
    font-family: "DINNextLTPro-MediumItalic";
    font-size: 12px;
    text-transform: uppercase
}

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

.footer .footer-copyright {
    background-color: #ffffff;
    padding-bottom: 25px;
    padding-top: 20px
}

@media (max-width: 767.98px) {
    .footer .footer-copyright .logo-bom-jesus {
        display: block;
        margin: 0 auto
    }
}

.footer .footer-copyright .btn.btn-link {
    color: #1a458f;
    font-family: "DINNextLTPro-Regular";
    font-size: 14px;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    text-transform: none
}

.footer .footer-copyright .list-inline {
    float: right
}

.footer .footer-copyright .text {
    color: #7e8991;
    margin: 0
}

.footer .footer-copyright .text.footer-text {
    font-size: 14px
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 0
    }
}

.banner {
    position: relative
}

.banner .gallery {
    margin: 0
}

.banner .slick-slide {
    margin: 0
}

.banner .slick-slide .img-fluid {
    display: inherit;
    width: 100%
}

.banner .slick-dots {
    bottom: -35px;
    right: 0;
    width: auto
}

.banner .call-to-bonja {
    bottom: 0;
    display: block;
    height: 51px;
    padding-bottom: 10px;
    padding-top: 10px;
    left: 21%;
    position: absolute
}

@media (max-width: 767.98px) {
    .banner .call-to-bonja {
        left: 10px
    }
}

.banner .call-to-bonja .text {
    color: #074883;
    font-size: 20px;
    font-family: "DINNextLTPro-Medium";
    position: relative;
    z-index: 2
}

.banner .call-to-bonja .text .icon {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 10px
}

.banner .call-to-bonja .text .span {
    color: #fff;
    font-family: "DINNextLTPro-Bold";
    font-size: 18px
}

.banner .call-to-bonja:after {
    background-color: #57c6ff;
    border-radius: 30px;
    bottom: 0;
    content: '';
    display: block;
    height: 51px;
    position: absolute;
    right: -60px;
    width: 1920px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .banner .call-to-bonja:after {
        right: -25px
    }
}

@media (max-width: 767.98px) {
    .banner .call-to-bonja {
        right: 50%
    }
}

.newsletter {
    background-color: #3587c7;
    padding-bottom: 15px;
    padding-top: 15px
}

.newsletter .form-row .col {
    display: flex;
    align-items: center
}

@media (max-width: 767.98px) {
    .newsletter .form-row {
        flex-direction: column;
        margin: 0 auto 30px;
        max-width: 262px
    }
}

.newsletter .text,
.newsletter .form-control-label {
    color: #fff;
    font-family: "DINNextLTPro-Medium";
    font-size: 20px;
    margin: 0
}

.newsletter .form-control {
    max-width: 262px
}

.newsletter .newsletter-social {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

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

.newsletter .text {
    margin-right: 15px
}

.newsletter .btn {
    display: block;
    max-width: 50px;
    padding: 12px;
    padding-bottom: 11px
}

.newsletter .btn.btn-facebook-1 {
    margin-right: 5px
}

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

.teaching-home {
    overflow: hidden;
    position: relative
}

.teaching-home:after {
    background-image: url(../images/background/home-watermark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 726px 646px;
    content: '';
    height: 646px;
    position: absolute;
    right: 55%;
    top: -190px;
    width: 726px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .teaching-home:after {
        background-size: 360px 320px;
        height: 320px;
        right: 86px;
        top: -110px;
        width: 360px
    }
}

.teaching-home .teaching-home-header {
    padding-bottom: 4.0625rem;
    padding-top: 6.25rem;
    position: relative;
    z-index: 2
}

.teaching-home .teaching-home-header .title.title-1 {
    line-height: 3.75rem
}

.teaching-home .teaching-home-header .title.title-2 {
    color: #434e56;
    font-size: 20px;
    line-height: 20px
}

@media (max-width: 767.98px) {
    .teaching-home .teaching-home-header .title {
        text-align: center
    }
}

.teaching-home .teaching-home-header-register {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.teaching-home .teaching-home-header-register .text {
    margin-right: 20px
}

@media (max-width: 767.98px) {
    .teaching-home .teaching-home-header-register .text {
        margin: 0
    }
}

.teaching-home .teaching-home-header-register .btn {
    padding: 12px 20px
}

@media (max-width: 767.98px) {
    .teaching-home .teaching-home-header-register {
        flex-direction: column;
        height: inherit;
        margin-top: 40px
    }
}

.teaching-home .card.card-teaching {
    background-color: transparent;
    border-bottom: 1px solid #dfe6eb;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
    position: relative;
    z-index: 2
}

.teaching-home .card.card-teaching .card-header,
.teaching-home .card.card-teaching .card-body {
    padding: 0
}

.teaching-home .card.card-teaching.educacao-infantil .card-teaching-grade .icon,
.teaching-home .card.card-teaching.ensino-fundamental-1a4 .card-teaching-grade .icon,
.teaching-home .card.card-teaching.ensino-fundamental-5a9 .card-teaching-grade .icon,
.teaching-home .card.card-teaching.ensino-medio .card-teaching-grade .icon {
    margin-right: 20px
}

.teaching-home .card.card-teaching.bonja-internacional .card-teaching-grade .icon.icon-high-school {
    margin-right: 20px
}

.teaching-home .card.card-teaching.bonja-internacional .icon.icon-kindergarten {
    padding-top: 15px
}

.teaching-home .card.card-teaching.bonja-internacional .icon.icon-elementary-school {
    padding-top: 10px
}

.teaching-home .card.card-teaching.bonja-internacional .icon.icon-elementary-school-two {
    padding-top: 5px
}

.teaching-home .card.card-teaching:last-child {
    border-bottom: none
}

@media (max-width: 767.98px) {
    .teaching-home .card.card-teaching {
        border-bottom: none;
        padding-bottom: 30px;
        padding-top: 50px
    }
    .teaching-home .card.card-teaching:after {
        background-color: #dfe6eb;
        bottom: 0;
        content: '';
        height: 1px;
        left: 50%;
        margin-left: -107px;
        max-width: 215px;
        position: absolute;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .teaching-home {
        padding-bottom: 50px
    }
}

.diferentials-home {
    background-color: #eff2f5;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

.diferentials-home .title.title-2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .diferentials-home .title.title-2 {
        margin: 0 auto 40px;
        max-width: 180px;
        text-align: center
    }
}

.diferentials-home .slick-slider {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767.98px) {
    .diferentials-home .slick-dots {
        justify-content: center;
        padding: 30px 0
    }
}

.diferentials-home .card.card-infrastructure {
    height: 100%;
    margin: 0 auto
}

.diferentials-home .card.card-infrastructure .title.title-3 {
    font-size: 20px;
    margin-bottom: 0
}

.diferentials-home .card.card-infrastructure .title.title-3 .title-link {
    color: #1a458f
}

.diferentials-home .card.card-infrastructure p {
    min-height: 135px
}

@media (max-width: 767.98px) {
    .diferentials-home {
        padding-bottom: 20px
    }
}

.units-home .units-home-bg:after {
    background-image: url(../images/background/units-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 960px;
    z-index: 1
}

@media (max-width: 991.98px) {
    .units-home .units-home-bg:after {
        background-size: cover;
        margin-right: -496px;
        right: 50%;
        width: 992px
    }
}

@media (max-width: 575.98px) {
    .units-home .units-home-bg:after {
        background-size: cover;
        margin-right: 0;
        right: 0;
        width: 576px
    }
}

.units-home .units-home-content {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
    position: relative;
    z-index: 2
}

.units-home .title.title-1 {
    color: #fff;
    line-height: 60px;
    margin-bottom: 230px;
    max-width: 262px
}

@media (max-width: 991.98px) {
    .units-home .title.title-1 {
        margin: 0 auto 230px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .units-home .title.title-1 {
        line-height: 30px;
        margin-bottom: 100px;
        max-width: 138px
    }
}

@media (max-width: 991.98px) {
    .units-home .btn.btn-primary {
        display: block;
        margin: 0 auto;
        max-width: 262px
    }
}

.units-home .card.card-unit {
    margin-left: 25px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    transition: 0.3s
}

.units-home .card.card-unit .card-body {
    padding-bottom: 20px
}

.units-home .card.card-unit .card-footer {
    align-items: center;
    border: none;
    display: flex;
    justify-content: space-between
}

.units-home .card.card-unit .title.title-3 {
    font-size: 20px;
    margin-top: 0
}

.units-home .card.card-unit .title.title-3 .card-link {
    color: #1a458f
}

.units-home .card.card-unit .title.title-3 .card-link:hover,
.units-home .card.card-unit .title.title-3 .card-link:focus {
    text-decoration: underline
}

.units-home .card.card-unit .title.title-5 {
    font-size: 16px
}

.units-home .card.card-unit .text {
    margin: 0
}

.units-home .card.card-unit:before {
    background-image: url(../images/unit-tab.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    content: '';
    height: 100%;
    left: -30px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 30px;
    z-index: 3
}

.units-home .card.card-unit:after {
    background-color: #eff2f5;
    bottom: 0;
    content: '';
    height: 1px;
    left: -40px;
    position: absolute;
    transition: 0.3s;
    width: 1920px
}

.units-home .card.card-unit:hover,
.units-home .card.card-unit:focus {
    margin-left: -15px
}

.units-home .card.card-unit:hover:before,
.units-home .card.card-unit:focus:before {
    opacity: 1
}

.units-home .card.card-unit:hover:after,
.units-home .card.card-unit:focus:after {
    left: 0
}

.news-home {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

.news-home .title {
    margin-bottom: 3.125rem
}

.news-home .title.title-2 {
    align-items: center;
    display: flex;
    font-size: 30px;
    justify-content: center;
    line-height: 30px
}

.news-home .title .btn {
    margin-left: 20px
}

@media (max-width: 767.98px) {
    .news-home .title {
        margin-bottom: 50px
    }
}

.about .title,
.our-values .title,
.cultural-center .title {
    text-align: center
}

.about .title.title-1,
.our-values .title.title-1,
.cultural-center .title.title-1 {
    line-height: 3.75rem
}

.about .title.title-2,
.our-values .title.title-2,
.cultural-center .title.title-2 {
    color: #434e56;
    line-height: 1.875rem;
    margin-bottom: 6.125rem
}

@media (max-width: 767.98px) {
    .about .title.title-2,
    .our-values .title.title-2,
    .cultural-center .title.title-2 {
        font-size: 20px
    }
}

.about,
.cultural-center {
    background-image: url(../images/background/abount-watermark.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 726px 487px;
    padding-top: 6.25rem
}

.about img,
.cultural-center img {
    height: inherit;
    max-width: 420px;
    width: 100%
}

.about p,
.cultural-center p {
    margin-bottom: 2.5rem
}

@media (max-width: 767.98px) {
    .about,
    .cultural-center {
        background-image: url(../images/background/our-values-watermark.png);
        background-position: center -25px;
        background-size: 360px 317px
    }
}

.our-values {
    padding-top: 5rem
}

.our-values .title.title-2 .span {
    color: #074883;
    display: block;
    font-family: "DINNextLTPro-Medium";
    line-height: 60px;
    font-size: 60px;
    font-size: 3.75rem
}

@media (max-width: 767.98px) {
    .our-values .title.title-2 .span {
        font-size: 30px;
        line-height: 30px
    }
}

@media (max-width: 767.98px) {
    .our-values .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .our-values {
        padding-top: 70px
    }
}

.cultural-center .title.title-1 {
    margin-bottom: 4px;
    margin-top: -5px
}

@media (max-width: 767.98px) {
    .cultural-center .title.title-1 {
        font-size: 30px;
        line-height: 30px
    }
}

.cultural-center .title.title-2 {
    margin-bottom: 84px
}

@media (max-width: 767.98px) {
    .cultural-center .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 40px
    }
}

.cultural-center p {
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .cultural-center .intro-intro_description_1 {
        margin-bottom: 20px
    }
}

.cultural-center .img-cultural {
    margin-top: 26px;
    max-width: none;
    width: 100%
}

.cultural-center .purposes_title {
    display: block;
    margin-top: 45px;
    font-size: 16px
}

.cultural-center .purposes_title strong {
    color: #074883
}

.cultural-center .list-group {
    font-size: 16px;
    margin-bottom: -7px;
    margin-top: 21px
}

.cultural-center .list-group .list-group-item {
    border: none;
    padding: 5px 5px 0 0;
    position: relative;
    text-indent: 9px
}

.cultural-center .list-group .list-group-item:after {
    background-color: #074883;
    content: "";
    height: 3px;
    width: 4px;
    position: absolute;
    left: 0px;
    top: 15px
}

.cultural-center-information {
    border-bottom: 1px solid #dfe6eb;
    border-top: 1px solid #dfe6eb;
    margin-bottom: 112px;
    margin-top: 100px
}

.cultural-center-information .title.title-2 {
    align-items: center;
    color: #1a458f;
    display: flex;
    height: 100%;
    line-height: 30px;
    font-size: 30px;
    margin: 0;
    position: relative;
    z-index: 2
}

@media (max-width: 767.98px) {
    .cultural-center-information .title.title-2 {
        font-size: 20px;
        line-height: 20px
    }
}

.cultural-center-information .cultural-center-information-title:after {
    background-color: #eff2f5;
    border-right: 1px solid #dfe6eb;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 920px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .cultural-center-information .cultural-center-information-title:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .cultural-center-information .cultural-center-information-title {
        height: 117px;
        background-color: #eff2f5
    }
    .cultural-center-information .cultural-center-information-title .title.title-2 {
        display: grid;
        text-align: center
    }
}

.cultural-center-information .cultural-center-information-bg {
    background-image: url(../images/background/our-values-watermark.png);
    background-position: -150px -14px;
    background-repeat: no-repeat;
    background-size: 726px 646px;
    padding-top: 96px;
    padding-bottom: 94px
}

.cultural-center-information .cultural-center-information-bg .information-contact {
    margin-left: 8.33333%
}

@media (max-width: 767.98px) {
    .cultural-center-information .cultural-center-information-bg .information-contact {
        margin-left: 0
    }
}

.cultural-center-information .cultural-center-information-bg .offset-lg-1 .title.title-4 {
    margin-bottom: 0;
    font-size: 18px
}

.cultural-center-information .cultural-center-information-bg .infor-hours {
    margin-bottom: 38px
}

@media (max-width: 767.98px) {
    .cultural-center-information .cultural-center-information-bg {
        background-size: 367px 325px;
        background-position: center;
        padding-top: 46px;
        padding-bottom: 44px
    }
}

.cultural-center-information .strong {
    font-family: "DINNextLTPro-Bold";
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #074883
}

.cultural-center-information .icon.icon-phone {
    color: #57c6ff;
    font-size: 15px;
    margin-right: 5px
}

.cultural-center-information .icon.icon-mail {
    color: #57c6ff;
    font-size: 10px;
    margin-right: 5px
}

@media (max-width: 767.98px) {
    .cultural-center-information {
        margin-bottom: 50px;
        margin-top: 50px
    }
}

.programming {
    margin-bottom: -30px;
    margin-left: -27px
}

.programming .title.title-2 {
    color: #434e56;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center
}

.programming .slick-track {
    margin-bottom: 40px
}

.programming .slick-slide.slick-current {
    max-width: 262px;
    max-height: 164px
}

.programming .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.programming .slick-dots li {
    margin-left: 18px;
    margin-right: 18px
}

.programming .slick-dots button {
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #57c6ff;
    text-indent: -9999px
}

.programming .slick-dots li.slick-active button {
    background-color: #074883;
    height: 3px;
    margin-top: 5px;
    width: 3px
}

.programming .slick-dots li.slick-active button:before {
    display: none
}

@media (max-width: 767.98px) {
    .programming {
        margin-bottom: 80px;
        margin-left: 0
    }
}

.our-values-full,
.scholarship-introduction {
    background-color: #eff2f5;
    border-bottom: 1px solid #dfe6eb;
    border-top: 1px solid #dfe6eb;
    overflow: hidden;
    position: relative
}

.our-values-full .our-values-full-bg,
.scholarship-introduction .our-values-full-bg {
    padding-top: 6.25rem;
    position: relative
}

.our-values-full .our-values-full-bg:after,
.scholarship-introduction .our-values-full-bg:after {
    background-image: url(../images/background/our-values-watermark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    height: 646px;
    left: -220px;
    position: absolute;
    top: 75px;
    width: 726px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .our-values-full .our-values-full-bg:after,
    .scholarship-introduction .our-values-full-bg:after {
        height: 320px;
        left: 50%;
        margin-left: -180px;
        top: 95px;
        width: 360px
    }
}

@media (max-width: 767.98px) {
    .our-values-full .our-values-full-bg,
    .scholarship-introduction .our-values-full-bg {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.our-values-full .card.card-quotation,
.scholarship-introduction .card.card-quotation {
    position: relative;
    z-index: 2
}

@media (max-width: 767.98px) {
    .our-values-full .card.card-quotation,
    .scholarship-introduction .card.card-quotation {
        margin-left: 35px;
        max-width: 215px
    }
}

@media (max-width: 767.98px) {
    .our-values-full .card.card-principles .title.title-3,
    .scholarship-introduction .card.card-principles .title.title-3 {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .our-values-full .card.card-principles,
    .scholarship-introduction .card.card-principles {
        margin: 0 auto;
        max-width: 290px
    }
}

.our-values-full .list-group,
.scholarship-introduction .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.our-values-full .list-group-item,
.scholarship-introduction .list-group-item {
    border: none;
    padding: 0;
    width: 50%
}

.our-values-full .list-group-item:nth-child(even),
.scholarship-introduction .list-group-item:nth-child(even) {
    padding-top: 60px
}

@media (max-width: 767.98px) {
    .our-values-full .list-group-item:nth-child(even),
    .scholarship-introduction .list-group-item:nth-child(even) {
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .our-values-full .list-group-item,
    .scholarship-introduction .list-group-item {
        margin-bottom: 30px;
        width: 100%
    }
}

.our-values-full .our-values-full-bg-mobile,
.scholarship-introduction .our-values-full-bg-mobile {
    padding-top: 6.25rem;
    max-height: 700px;
    overflow: auto
}

@media (max-width: 767.98px) {
    .our-values-full .our-values-full-bg-mobile,
    .scholarship-introduction .our-values-full-bg-mobile {
        overflow: inherit
    }
    .our-values-full .our-values-full-bg-mobile:after,
    .scholarship-introduction .our-values-full-bg-mobile:after {
        background-color: #fff;
        border-bottom: 1px solid #dfe6eb;
        content: '';
        height: 100%;
        left: 50%;
        margin-left: -384px;
        position: absolute;
        top: 0;
        width: 768px;
        z-index: 1
    }
}

@media (max-width: 767.98px) {
    .our-values-full .our-values-full-bg-mobile,
    .scholarship-introduction .our-values-full-bg-mobile {
        max-height: inherit;
        overflow: inherit
    }
}

.our-values-full:after,
.scholarship-introduction:after {
    background-color: #fff;
    border-right: 1px solid #dfe6eb;
    content: '';
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 767.98px) {
    .our-values-full:after,
    .scholarship-introduction:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .our-values-full,
    .scholarship-introduction {
        border: none;
        padding-top: 0
    }
}

.rede-sinodal-banner {
    background-image: url(../images/background/educational-politics.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6.25rem;
    padding-top: 10.9375rem
}

.rede-sinodal-banner .title.title-2 {
    align-items: center;
    color: #fff;
    display: flex;
    margin-bottom: 2.1875rem;
    width: max-content
}

.rede-sinodal-banner .title.title-2 .span {
    color: #57c6ff;
    font-family: "DINNextLTPro-Medium";
    padding-left: 3px;
    margin-left: 5px;
    font-size: 60px;
    font-size: 3.75rem
}

@media (max-width: 767.98px) {
    .rede-sinodal-banner .title.title-2 .span {
        line-height: 30px;
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal-banner .title.title-2 {
        flex-direction: column;
        font-size: 20px;
        margin: 0 auto 50px;
        max-width: 185px;
        text-align: center
    }
}

.rede-sinodal-banner .btn.btn-download {
    display: table;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .rede-sinodal-banner .btn.btn-download {
        font-size: 14px;
        max-width: 320px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal-banner {
        padding-bottom: 90px;
        padding-top: 170px
    }
}

.rede-sinodal {
    background-image: url(../images/background/rede-sinodal-watermark.png);
    background-repeat: no-repeat;
    background-position: center 400px;
    background-size: 726px 646px;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

.rede-sinodal .card.card-quotation .card-img {
    height: 147px;
    width: 165px
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .card-body:before,
    .rede-sinodal .card.card-quotation .card-body:after {
        left: 50%;
        margin-left: -28px
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .card-body:after {
        bottom: 100px
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .card-body {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .card-text {
        margin-bottom: 135px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .author {
        display: block;
        margin: 0;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal .card.card-quotation .author .span {
        font-size: 20px
    }
}

.rede-sinodal .rede-sinodal-text {
    border-bottom: 1px solid #dfe6eb;
    margin-bottom: 6.25rem;
    padding-bottom: 6.25rem
}

@media (max-width: 767.98px) {
    .rede-sinodal .rede-sinodal-text {
        margin-bottom: 100px
    }
}

@media (max-width: 767.98px) {
    .rede-sinodal {
        background: none
    }
}

.bonja-docs {
    background-color: #eff2f5;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

.bonja-docs .title.title-2 {
    margin-bottom: 3.125rem
}

@media (max-width: 767.98px) {
    .bonja-docs .title.title-2 {
        font-size: 20px;
        margin-bottom: 40px
    }
}

.bonja-docs .list-group .list-group-item {
    align-items: center;
    background-color: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

@media (max-width: 767.98px) {
    .bonja-docs .text {
        display: block;
        line-height: 20px;
        max-width: 120px
    }
}

.bonja-docs .btn.btn-primary {
    padding: 10px 23px 10px 55px;
    position: relative
}

.bonja-docs .btn.btn-primary .icon {
    display: inline-block;
    font-size: 21px;
    height: 21px;
    line-height: 21px;
    left: 23px;
    margin-top: -12px;
    position: absolute;
    top: 50%
}

.scholarship {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 185px;
    padding-top: 180px
}

.scholarship .title.title-1 {
    color: #fff;
    line-height: 63px;
    text-align: center
}

@media (max-width: 767.98px) {
    .scholarship .title.title-1 {
        line-height: 30px;
        text-align: center
    }
}

.scholarship-introduction {
    padding-top: 0
}

.scholarship-introduction .our-values-full-bg-mobile {
    padding-top: 83px
}

.scholarship-introduction .our-values-full-bg-mobile .info-description {
    position: relative;
    z-index: 2
}

.scholarship-introduction .our-values-full-bg-mobile .title.title-2 {
    color: #434e56;
    margin-bottom: 35px
}

@media (max-width: 767.98px) {
    .scholarship-introduction .our-values-full-bg-mobile {
        padding-top: 50px;
        padding-bottom: 35px
    }
}

.scholarship-introduction .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0
}

.scholarship-introduction .our-values-full-bg {
    background-position: -169px -77px;
    padding-top: 83px
}

.scholarship-introduction .our-values-full-bg:after {
    left: -265px;
    top: -75px
}

@media (max-width: 767.98px) {
    .scholarship-introduction .our-values-full-bg:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .scholarship-introduction .our-values-full-bg {
        padding-bottom: 0;
        padding-top: 50px
    }
}

.scholarship-introduction .attendance-content {
    position: relative;
    z-index: 2
}

.scholarship-introduction .attendance-description {
    margin-bottom: 78px
}

.scholarship-introduction .attendance-description .description {
    line-height: 20px;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .scholarship-introduction .attendance-description .description {
        margin-top: 10px
    }
}

.scholarship-introduction .attendance-description .hours {
    margin-top: 2px
}

.scholarship-introduction .attendance-description .attendance-description-button {
    padding-top: 43px
}

.scholarship-introduction .attendance-description .attendance-description-button.style-by-language {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767.98px) {
    .scholarship-introduction .attendance-description .attendance-description-button {
        padding-top: 0
    }
}

.scholarship-introduction .attendance-description .btn.btn-small {
    min-width: 126px
}

.scholarship-introduction .attendance-description .btn.btn-small .icon.icon-right {
    position: relative;
    top: 1px;
    right: -5px
}

@media (max-width: 767.98px) {
    .scholarship-introduction .attendance-description .btn.btn-small {
        margin-top: 8px
    }
}

.scholarship-introduction .attendance-description u {
    color: #074883;
    font-family: "DINNextLTPro-Bold"
}

@media (max-width: 767.98px) {
    .scholarship-introduction .attendance-description {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .scholarship-introduction {
        background-image: url(../images/background/our-values-watermark.png);
        background-position: center 240px;
        background-repeat: no-repeat;
        background-size: 726px 646px
    }
}

.notice {
    margin-top: 75px;
    margin-left: 95px
}

.notice #accordion .card {
    border-bottom: 1px solid #dfe6eb
}

.notice #accordion .card .card-header {
    padding: 10px 0px;
    position: relative
}

.notice #accordion .card .card-body {
    padding: 0
}

.notice #accordion .card .card-body .embed-responsive-16by9::before {
    padding-top: 49.25%
}

.notice #accordion .card .card-body .card-body-iframe {
    border-bottom: 1px solid #dfe6eb;
    border-radius: 5px;
    height: 500px;
    width: 100%
}

@media (max-width: 767.98px) {
    .notice #accordion .card .card-body .card-body-iframe {
        margin-bottom: -4px;
        height: 270px
    }
}

.notice #accordion .card .notice-buttons-row {
    margin-bottom: 65px;
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .notice #accordion .card .notice-buttons-row {
        margin-bottom: 10px
    }
}

.notice #accordion .card .notice-buttons {
    margin-top: 10px;
    text-align: center
}

.notice #accordion .card .notice-buttons.pdf {
    margin-top: 20px
}

.notice #accordion .card .notice-buttons .icon.icon-pdf {
    color: #074883;
    font-size: 20px;
    margin-right: 5px
}

.notice #accordion .card .btn.btn-link {
    text-decoration: none;
    color: #434e56;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: none;
    text-align: left;
    width: 90%
}

.notice #accordion .card .btn.btn-link.impress {
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
    width: auto
}

.notice #accordion .card .btn.btn-link.collapsed {
    color: #074883
}

.notice #accordion .card .btn.btn-link.collapsed .icon.icon-right {
    color: #57c6ff;
    transform: rotate(90deg);
    right: 2px
}

.notice #accordion .card .btn.btn-link .icon.icon-right {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 30%;
    transform: rotate(270deg)
}

.notice #accordion .card .btn.btn-primary {
    width: 100%
}

.notice .modal-content {
    border: none;
    background-color: #fff
}

.notice .modal-header {
    background-color: #eff2f5;
    padding: 20px 33px
}

.notice .modal-header .title.title-3 {
    font-size: 20px
}

.notice .modal-header .close {
    color: #57c6ff;
    font-size: 25px;
    position: relative;
    top: 2px
}

@media (max-width: 767.98px) {
    .notice .modal-header {
        padding-left: 15px;
        padding-right: 15px
    }
}

.notice .modal-body {
    padding: 45px 55px
}

.notice .modal-body .information-scholarship {
    margin-bottom: 25px
}

.notice .modal-body .form {
    padding-top: 12px
}

@media (max-width: 767.98px) {
    .notice .modal-body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.notice .button-group {
    margin-top: 45px
}

.notice .button-group .btn.btn-primary {
    width: 100%
}

@media (max-width: 767.98px) {
    .notice .button-group {
        margin-top: 10px
    }
}

@media (max-width: 767.98px) {
    .notice {
        margin: 20px 0px 30px 0px
    }
}

.contact-intitutional {
    background-image: url(../images/background/abount-watermark.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 726px 487px
}

.contact-intitutional .title.title-2 {
    color: #1a458f;
    font-size: 30px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .contact-intitutional .title.title-2 {
        margin-bottom: 20px;
        text-align: center
    }
}

.contact-intitutional .text {
    line-height: 20px;
    margin-bottom: 45px
}

@media (max-width: 767.98px) {
    .contact-intitutional .text {
        margin-bottom: 25px;
        text-align: left
    }
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left
    }
}

.contact-intitutional .ombudsman-description {
    margin-bottom: 40px
}

.contact-intitutional .ombudsman-description p {
    line-height: 20px;
    margin-top: 20px
}

.contact-intitutional .nav-tabs {
    border: none
}

.contact-intitutional .nav-tabs .nav-item {
    width: 20%
}

.contact-intitutional .nav-tabs .nav-item .nav-link {
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #074883;
    display: flex;
    font-family: "DINNextLTPro-Medium";
    font-size: 20px;
    justify-content: center;
    line-height: 20px;
    padding: 10px 10px 18px;
    text-align: center
}

.contact-intitutional .nav-tabs .nav-item .nav-link:hover,
.contact-intitutional .nav-tabs .nav-item .nav-link.active,
.contact-intitutional .nav-tabs .nav-item .nav-link.visited {
    border-bottom: none
}

.contact-intitutional .nav-tabs .nav-item .nav-link.active {
    background-color: #eff2f5;
    border: none
}

@media (max-width: 767.98px) {
    .contact-intitutional .nav-tabs .nav-item {
        width: auto
    }
}

@media (max-width: 767.98px) {
    .contact-intitutional .nav-tabs {
        margin-left: -15px
    }
}

.contact-intitutional .tab-content {
    background-color: #eff2f5;
    background-image: url(../images/background/bg-contact-form.png);
    background-position: -170px 128px;
    background-repeat: no-repeat;
    background-size: 60%;
    min-height: 790px;
    padding-top: 100px
}

.contact-intitutional .tab-content .curriculum {
    padding-left: 190px
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content .curriculum {
        padding-left: 135px
    }
}

.contact-intitutional .tab-content .input-file {
    position: absolute;
    top: 26px;
    margin-left: 0;
    padding-right: 0;
    opacity: 0;
    width: 100%
}

.contact-intitutional .tab-content .input-upload {
    position: relative
}

.contact-intitutional .tab-content .label-input-file {
    border-radius: 4px;
    left: 0;
    margin: 0;
    margin-left: 3px;
    padding: 5px 8px;
    position: absolute;
    top: 25px
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content .label-input-file {
        font-size: 12px;
        padding: 8px
    }
}

.contact-intitutional .tab-content .btn.btn-primary.submit {
    float: right;
    width: 108px;
    margin-top: 105px
}

@media (max-width: 991.98px) {
    .contact-intitutional .tab-content .btn.btn-primary.submit {
        margin-bottom: 50px
    }
}

.contact-intitutional .tab-content .table-branches .title {
    text-align: left
}

.contact-intitutional .tab-content .table-branches .title.title-2 {
    margin: 20px 0;
    color: #434e56;
    font-size: 30px;
    line-height: 30px;
    text-align: left
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content .table-branches .title.title-2 {
        font-size: 20px;
        line-height: 20px
    }
}

.contact-intitutional .tab-content .table-branches .title.title-3 {
    border-top: 1px solid #d0d9df;
    border-bottom: 1px solid #d0d9df;
    color: #074883;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    padding-top: 20px
}

.contact-intitutional .tab-content .table-branches .title.title-setores {
    margin-right: -30px
}

.contact-intitutional .tab-content .branches-title {
    text-align: left
}

.contact-intitutional .tab-content .branches-contact-number {
    font-family: "DINNextLTPro-Bold";
    color: #074883;
    position: relative;
    top: 30px
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content .branches-contact-number {
        top: 26px
    }
}

.contact-intitutional .tab-content .form {
    position: relative
}

.contact-intitutional .tab-content .form .g-recaptcha {
    position: absolute;
    right: 0
}

@media (max-width: 767.98px) {
    .contact-intitutional .tab-content {
        padding-top: 30px;
        background-position: -115px 20px;
        background-size: 100%;
        min-height: 925px
    }
}

.contact-intitutional .slick-list {
    margin-right: -15px
}

.contact-intitutional .slick-list .slick-track {
    width: inherit
}

.contact-intitutional .slick-slide {
    height: 48px;
    margin: 0
}

@media (min-width: 576px) {
    .contact-intitutional .slick-slide {
        max-width: 222px;
        width: 20%
    }
}

.contact-intitutional .slick-prev,
.contact-intitutional .slick-next {
    display: none
}

.contact-intitutional .slick-prev.slick-arrow.slick-disabled {
    display: none
}

@media (max-width: 767.98px) {
    .contact-intitutional {
        margin-bottom: 20px;
        text-align: center;
        background-image: url(../images/background/marcadagua.png);
        background-position: center -20px;
        background-repeat: no-repeat;
        background-size: 110%
    }
}

input[type=text] {
    height: 40px
}

.form-control {
    background-color: #fff;
    border-color: #dfe6eb;
    border-radius: 5px;
    font-family: "DINNextLTPro-Regular";
    font-size: 16px
}

.form-group {
    margin-bottom: 25px
}

.form-group .label {
    color: #074883;
    font-family: "DINNextLTPro-Bold";
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 20px;
    text-transform: uppercase
}

.custom-control-label {
    color: #074883;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase
}

.custom-control-label::before {
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
    top: 5px
}

.custom-control-label::after {
    width: 15px;
    height: 15px
}

@media (max-width: 767.98px) {
    .custom-control-label {
        padding-left: 7px
    }
}

.search-area {
    background-color: #eff2f5
}

.search-area .title.title-3 {
    color: #1a458f;
    font-size: 20px;
    line-height: 20px;
    width: max-content
}

@media (max-width: 991.98px) {
    .search-area .title.title-3 {
        width: 70px
    }
}

.search-area .label-search-new {
    padding-top: 27px;
    padding-right: 0;
    padding-bottom: 20px;
    width: inherit
}

.search-area .input-search-new {
    margin: 0;
    padding: 0;
    margin-top: 13px
}

.search-area .input-search-new .form-control {
    border: none
}

.search-area .input-search-new .btn.btn-search {
    background-color: #57c6ff;
    width: 53px
}

@media (max-width: 991.98px) {
    .search-area .input-search-new {
        margin-top: 32px
    }
}

.search-area .list-category {
    display: flex;
    align-items: center
}

.search-area .list-category .slick-slide {
    margin-left: 5px;
    margin-right: 5px
}

.search-area .list-category .title.title-3 {
    padding-top: 27px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    transform: skewX(12deg)
}

@media (max-width: 991.98px) {
    .search-area .list-category .title.title-3 {
        display: none
    }
}

.search-area .list-category .button-category {
    background-color: #dfe6eb;
    border-radius: 20px;
    padding: 3px
}

@media (min-width: 992px) {
    .search-area .list-category .button-category .categories-news {
        display: flex
    }
}

.search-area .list-category .button-category .btn.news-category {
    color: #1a458f;
    font-family: "DINNextLTPro-Medium";
    font-size: 12px;
    padding: 5px 10px
}

.search-area .list-category .button-category .btn.news-category.active {
    background-color: #fff;
    color: #57c6ff
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .search-area .list-category .button-category {
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {
    .search-area .list-category .button-category {
        margin-top: 0;
        margin-bottom: 30px;
        width: 110%
    }
}

@media (min-width: 992px) {
    .search-area .list-category .button-category {
        transform: skewX(12deg)
    }
}

@media (max-width: 991.98px) {
    .search-area .list-category {
        display: inherit
    }
}

@media (min-width: 992px) {
    .search-area .list-category {
        border-top-left-radius: 30px;
        border-left: 1px solid #dfe6eb;
        transform: skewX(-12deg)
    }
}

.search-area .slick-prev:before,
.search-area .slick-next:before {
    display: none
}

.news {
    background-image: url(../images/background/marcadagua.png);
    background-position: 90% 355px;
    background-repeat: no-repeat
}

@media (max-width: 767.98px) {
    .news {
        background-position: center -207px;
        background-size: 380px
    }
}

.featured-news-section {
    padding-top: 50px
}

.featured-news-section .featured-news {
    border: 1px solid #dfe6eb;
    margin-bottom: 50px;
    background-color: #fff
}

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

.featured-news-section .featured-news-buttons {
    border-top: 1px solid #dfe6eb;
    padding-top: 27px;
    padding-bottom: 30px;
    margin-left: -15px
}

.featured-news-section .featured-news-buttons .btn.btn-primary {
    min-width: 115px
}

@media (max-width: 767.98px) {
    .featured-news-section .featured-news-buttons .btn.btn-primary {
        width: 180px
    }
}

.featured-news-section .featured-news-buttons .buttom-read-more {
    padding-left: 55px
}

@media (max-width: 767.98px) {
    .featured-news-section .featured-news-buttons .buttom-read-more {
        padding-left: 0;
        text-align: center
    }
}

.featured-news-section .featured-news-buttons .buttons-social-networks {
    padding-right: 40px;
    text-align: right
}

@media (max-width: 767.98px) {
    .featured-news-section .featured-news-buttons .buttons-social-networks {
        padding-right: 0;
        text-align: center;
        padding-left: 0;
        padding-top: 30px
    }
}

.featured-news-section .featured-news-buttons .buttons-social-networks .tag {
    margin-right: 5px
}

@media (max-width: 991.98px) {
    .featured-news-section .featured-news-buttons {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .featured-news-section .col-img-new-featured {
        padding-right: 0
    }
}

.featured-news-section .col-new-info .new-info {
    padding-left: 35px;
    margin-top: 30px
}

.featured-news-section .col-new-info .new-info a:hover {
    text-decoration: none
}

.featured-news-section .col-new-info .new-info .title.title-2 {
    font-size: 40px;
    line-height: 36px;
    color: #1a458f;
    max-width: 355px
}

@media (max-width: 767.98px) {
    .featured-news-section .col-new-info .new-info .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 15px
    }
}

.featured-news-section .col-new-info .new-info .text {
    max-width: 200px;
    margin-bottom: 50px;
    margin-top: 10px
}

@media (max-width: 767.98px) {
    .featured-news-section .col-new-info .new-info .text {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .featured-news-section .col-new-info .new-info {
        padding-left: 30px;
        margin-top: 25px
    }
}

.featured-news-section .img-new-featured {
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .featured-news-section {
        padding-top: 15px
    }
}

.date-new {
    color: #57c6ff;
    font-family: 'DINNextLTPro-MediumItalic';
    font-size: 12px;
    text-transform: uppercase
}

.list-news .title.title-2 {
    font-size: 40px;
    line-height: 36px;
    color: #1a458f
}

@media (max-width: 767.98px) {
    .list-news .title.title-2 {
        font-size: 20px;
        line-height: 20px
    }
}

.list-news .description.no-picture {
    padding-left: 0
}

.list-news .description.no-picture .title .title-link {
    color: #1a458f;
    font-size: 40px;
    line-height: 36px
}

@media (max-width: 767.98px) {
    .list-news .description.no-picture .title .title-link {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px
    }
}

.list-news .description.is-notification .title.title-3 {
    color: #1a458f;
    font-size: 40px;
    line-height: 36px
}

@media (max-width: 767.98px) {
    .list-news .description.is-notification .title.title-3 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px
    }
}

.list-news .description.is-image-notification .title.title-3 {
    color: inherit;
    font-size: 20px;
    line-height: 20px
}

.list-news .btn.btn-more {
    padding-right: 17px
}

.list-news .buttom-load-more {
    text-align: center;
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .list-news .buttom-load-more {
        margin-top: -40px
    }
}

@media (max-width: 767.98px) {
    .list-news {
        margin-bottom: 80px
    }
}

.new-general {
    border: 1px solid #dfe6eb;
    padding: 0;
    margin-bottom: 50px;
    background-color: #fff
}

.new-general .banner-new {
    width: 100%;
    max-height: 395px;
    margin-bottom: 20px
}

.new-general .date-new {
    padding-top: 15px;
    padding-left: 65px
}

@media (max-width: 767.98px) {
    .new-general .date-new {
        padding-top: 6px;
        padding-left: 35px;
        padding-bottom: 20px
    }
}

.new-general .share {
    text-align: right;
    padding-right: 40px
}

.new-general .share .text {
    color: #7e8991;
    padding-right: 20px
}

@media (max-width: 767.98px) {
    .new-general .share {
        display: none
    }
}

.new-general .share-mobile {
    margin-bottom: 30px;
    padding-right: 0
}

.new-general .share-mobile span.text {
    color: #7e8991;
    margin-left: 5px;
    margin-right: 10px
}

@media (max-width: 767.98px) {
    .new-general .share-mobile span.text {
        margin-right: 5px
    }
}

.new-general .share-mobile .btn {
    margin-right: 10px
}

@media (max-width: 767.98px) {
    .new-general .share-mobile .btn {
        margin-right: 2px
    }
}

@media (min-width: 768px) {
    .new-general .share-mobile {
        display: none
    }
}

.new-general .new-info {
    border-top: 1px solid #dfe6eb;
    margin-top: 15px;
    position: relative
}

.new-general .new-info .title.title-2 {
    font-size: 30px;
    line-height: 36px
}

@media (max-width: 767.98px) {
    .new-general .new-info .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: -10px
    }
}

.new-general .new-info .text {
    margin: 50px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .new-general .new-info .text {
        margin: 40px 20px 30px 20px
    }
}

.new-general .new-info .subtitle {
    margin-top: -15px;
    margin-bottom: 35px
}

@media (max-width: 767.98px) {
    .new-general .new-info .subtitle {
        display: none
    }
}

.new-general .new-info p {
    color: #7e8991;
    margin-top: 25px
}

.new-general .new-info .card {
    flex-direction: row
}

.new-general .new-info .unit {
    background-color: #eff2f5;
    color: #1a458f;
    padding: 5px 20px;
    position: absolute;
    left: 30px;
    top: -15px
}

@media (max-width: 767.98px) {
    .new-general .new-info .unit {
        left: 15px
    }
}

@media (min-width: 576px) {
    .new-general {
        margin-top: 50px;
        margin-bottom: 45px
    }
}

.list-news-page {
    margin-bottom: -30px
}

.list-news-page .title.title-2 {
    color: #434e56;
    font-size: 20px;
    line-height: 20px
}

.list-news-page .list-title {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .list-news-page .list-title {
        margin-bottom: 20px;
        text-align: center
    }
}

.new-page {
    background-image: url(../images/background/marcadagua.png);
    background-position: 88% 426px;
    background-repeat: no-repeat;
    background-size: 726px 650px
}

@media (max-width: 767.98px) {
    .new-page .new-section .container {
        padding-left: 0;
        padding-right: 0
    }
}

.bonja-internacional {
    position: relative
}

.bonja-internacional .translation-button {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(7, 72, 131, 0.5);
    -moz-box-shadow: 0px 0px 40px 0px rgba(7, 72, 131, 0.5);
    box-shadow: 0px 0px 40px 0px rgba(7, 72, 131, 0.5);
    border-radius: 30px;
    border: 1px solid #dfe6eb;
    height: 52px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -175px;
    width: 360px;
    z-index: 97;
    background-color: #fff
}

.bonja-internacional .translation-button .btn {
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 0;
    width: 195px
}

.bonja-internacional .translation-button .btn .icon {
    font-size: 17px;
    opacity: 0.3
}

.bonja-internacional .translation-button .btn:first-child {
    left: 0
}

.bonja-internacional .translation-button .btn:last-child {
    right: 0
}

.bonja-internacional .translation-button .btn.selected-language {
    border: 3px solid #57c6ff;
    color: #074883;
    top: -2px;
    z-index: 99
}

.bonja-internacional .translation-button .btn.disabled-language {
    z-index: 98
}

.bonja-internacional .translation-button .btn.disabled-language .label-btn,
.bonja-internacional .translation-button .btn.disabled-language svg {
    opacity: 0.3
}

.bonja-internacional .translation-button .btn svg {
    margin-top: -5px
}

.bonja-internacional .translation-button .btn.primary-language {
    text-align: left
}

.bonja-internacional .translation-button .btn.primary-language svg,
.bonja-internacional .translation-button .btn.primary-language .label-btn {
    margin-left: 15px
}

.bonja-internacional .translation-button .btn.secondary-language {
    text-align: right
}

.bonja-internacional .translation-button .btn.secondary-language svg {
    margin-right: 15px
}

.bonja-internacional .translation-button .btn.secondary-language .label-btn {
    margin-right: 25px
}

@media (max-width: 767.98px) {
    .bonja-internacional .translation-button .btn {
        width: 163px
    }
}

@media (max-width: 767.98px) {
    .bonja-internacional .translation-button {
        margin-left: -146px;
        width: 293px
    }
}

.bonja-internacional .teaching-text {
    padding-top: 50px
}

.bonja-internacional .teaching-text .teaching-text-block {
    padding-top: 45px
}

.units .units-header {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
    overflow: hidden;
    position: relative
}

.units .units-header .container {
    position: relative;
    z-index: 2
}

.units .units-header .title.title-2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0
}

@media (max-width: 767.98px) {
    .units .units-header .title.title-2 {
        text-align: center
    }
}

.units .units-header .btn.btn-secondary {
    display: block;
    float: right;
    font-size: 18px;
    padding-right: 25px;
    position: relative
}

.units .units-header .btn.btn-secondary .icon.icon-foreign {
    color: #074883;
    font-size: 15px;
    left: inherit;
    right: 0;
    position: absolute
}

.units .units-header .btn.btn-secondary:hover .icon.icon-foreign,
.units .units-header .btn.btn-secondary:focus .icon.icon-foreign {
    left: 0
}

@media (max-width: 767.98px) {
    .units .units-header .btn.btn-secondary {
        display: block;
        float: inherit;
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }
}

.units .units-header:after {
    background-image: url(../images/background/our-values-watermark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 726px 646px;
    content: '';
    height: 646px;
    left: 50%;
    margin-left: -363px;
    margin-top: -383px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 726px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .units .units-header:after {
        background-size: 365px 325px;
        height: 325px;
        margin-left: -182px;
        margin-top: 0;
        top: -15px;
        width: 365px
    }
}

@media (max-width: 767.98px) {
    .units .units-header {
        padding-bottom: 10px;
        padding-top: 50px
    }
}

.units .map {
    border-bottom: 1px solid #dfe6eb;
    border-top: 1px solid #dfe6eb;
    height: 670px
}

.units .units-list {
    padding-top: 3.125rem
}

@media (max-width: 767.98px) {
    .units .units-list {
        padding-top: 0
    }
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 0
}

.units-header {
    background-color: #eff2f5;
    overflow: hidden
}

.units-header .units-header-bg-ubits .units-header-bg-image {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 960px;
    z-index: 10
}

@media (max-width: 767.98px) {
    .units-header .units-header-bg-ubits .units-header-bg-image {
        background-position: center;
        height: 336px;
        right: 50%;
        margin-right: -384px;
        width: 768px
    }
}

@media (max-width: 575.98px) {
    .units-header .units-header-bg-ubits .units-header-bg-image {
        background-position: center;
        height: 300px;
        right: 50%;
        margin-right: -343px;
        width: 686px
    }
}

@media (max-width: 767.98px) {
    .units-header .units-header-bg-ubits {
        height: 336px
    }
}

@media (max-width: 575.98px) {
    .units-header .units-header-bg-ubits {
        height: 300px
    }
}

.units-header .units-header-bg:after {
    background-image: url(../images/background/marcadagua.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 646px;
    left: 7.5rem;
    max-width: none;
    position: absolute;
    top: -7.5rem;
    width: 726px
}

@media (max-width: 767.98px) {
    .units-header .units-header-bg:after {
        height: 342px;
        left: -15px;
        top: -100px;
        width: 384px
    }
}

.units-header .card.card-unit {
    background: transparent;
    border: none;
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
    padding-left: 3rem;
    margin: 0;
    position: relative;
    z-index: 10
}

@media (max-width: 767.98px) {
    .units-header .card.card-unit .card-body {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .units-header .card.card-unit {
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 0
    }
}

.units-content {
    background-image: url(../images/background/marcadagua.png);
    background-position: 1330px 210px;
    background-repeat: no-repeat
}

.units-content .units-content-header {
    padding-bottom: 1.8rem;
    padding-top: 3.125rem
}

.units-content .units-content-header p {
    margin-bottom: 0;
    line-height: 20px
}

@media (max-width: 767.98px) {
    .units-content .units-content-header p {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .units-content .units-content-header {
        padding-bottom: 45px;
        padding-top: 45px
    }
}

.units-content .card-columns .btn.btn-primary {
    display: block;
    margin: 0 auto;
    max-width: 265px;
    width: 100%
}

@media (min-width: 1200px) {
    .units-content .card-columns {
        column-count: 4;
        orphans: inherit
    }
}

.units-content .title.title-2 {
    font-size: 30px;
    line-height: 30px
}

@media (max-width: 767.98px) {
    .units-content .title.title-2 {
        margin-bottom: 40px;
        text-align: center
    }
}

.units-content .card.card-infrastructure .title.title-3 {
    font-size: 20px;
    margin-bottom: 10px
}

.units-content .card.card-infrastructure .title.title-3 .title-link {
    color: #1a458f
}

.units-content .card.card-infrastructure .btn.btn-primary {
    margin-top: 7px
}

.infraestrutura-das-unidades .units-header {
    background-color: #fff
}

.banner-teaching {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-teaching .title.title-1 {
    line-height: 60px;
    color: #fff
}

.banner-teaching .title.title-2 {
    color: #fff
}

@media (max-width: 767.98px) {
    .banner-teaching .title {
        margin-left: 15px
    }
}

.banner-teaching .banner-educacao-infantil,
.banner-teaching .banner-ensino-fundamental-1a4,
.banner-teaching .banner-ensino-fundamental,
.banner-teaching .banner-ensino-fundamental-5a9,
.banner-teaching .banner-ensino-fundamental-ii,
.banner-teaching .banner-ensino-medio,
.banner-teaching .banner-bonja-internacional {
    background-position: 8.33333% center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

@media (max-width: 575.98px) {
    .banner-teaching .banner-educacao-infantil,
    .banner-teaching .banner-ensino-fundamental-1a4,
    .banner-teaching .banner-ensino-fundamental,
    .banner-teaching .banner-ensino-fundamental-5a9,
    .banner-teaching .banner-ensino-fundamental-ii,
    .banner-teaching .banner-ensino-medio,
    .banner-teaching .banner-bonja-internacional {
        background-position: -60px center;
        background-size: 262px auto;
        padding-bottom: 145px;
        padding-top: 145px
    }
    .banner-teaching .banner-educacao-infantil .title.title-1,
    .banner-teaching .banner-ensino-fundamental-1a4 .title.title-1,
    .banner-teaching .banner-ensino-fundamental .title.title-1,
    .banner-teaching .banner-ensino-fundamental-5a9 .title.title-1,
    .banner-teaching .banner-ensino-fundamental-ii .title.title-1,
    .banner-teaching .banner-ensino-medio .title.title-1,
    .banner-teaching .banner-bonja-internacional .title.title-1 {
        font-size: 30px;
        line-height: 30px;
        max-width: 135px
    }
    .banner-teaching .banner-educacao-infantil .title.title-2,
    .banner-teaching .banner-ensino-fundamental-1a4 .title.title-2,
    .banner-teaching .banner-ensino-fundamental .title.title-2,
    .banner-teaching .banner-ensino-fundamental-5a9 .title.title-2,
    .banner-teaching .banner-ensino-fundamental-ii .title.title-2,
    .banner-teaching .banner-ensino-medio .title.title-2,
    .banner-teaching .banner-bonja-internacional .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        max-width: 255px
    }
}

.banner-teaching .banner-educacao-infantil {
    background-image: url(../images/background/teaching-preschool-bg.png)
}

.banner-teaching .banner-ensino-fundamental-1a4,
.banner-teaching .banner-ensino-fundamental {
    background-image: url(../images/background/elementary-school-bg.png)
}

.banner-teaching .banner-ensino-fundamental-5a9,
.banner-teaching .banner-ensino-fundamental-ii {
    background-image: url(../images/background/elementary-two-school-bg.png)
}

.banner-teaching .banner-ensino-fundamental-5a9 .title.title-1,
.banner-teaching .banner-ensino-fundamental-ii .title.title-1 {
    max-width: 360px
}

.banner-teaching .banner-ensino-medio {
    background-image: url(../images/background/teaching-high-bg.png)
}

.banner-teaching .banner-ensino-medio .title.title-1 {
    max-width: 195px
}

.banner-teaching .banner-bonja-internacional {
    background-image: url(../images/background/teaching-international-bg.png)
}

.banner-teaching .banner-bonja-internacional .title.title-1 {
    color: #fff;
    max-width: 360px
}

.banner-teaching.sale .img-fluid {
    width: 100%
}

.graduation-range {
    background: #eff2f5;
    padding-bottom: 20px;
    padding-top: 20px
}

.graduation-range .text {
    margin: 0
}

.graduation-range .graduation,
.graduation-range .age {
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%
}

.graduation-range .graduation .text {
    color: #1a1a1a;
    padding-left: 30px;
    position: relative
}

@media (max-width: 767.98px) {
    .graduation-range .graduation .text {
        margin: 0 auto 30px
    }
}

.graduation-range .graduation .icon {
    font-size: 22px;
    left: 0;
    padding: 0;
    position: absolute
}

.graduation-range .graduation.ensino-fundamental-1a4 .icon {
    font-size: 28px
}

.graduation-range .graduation.ensino-fundamental-5a9 .icon,
.graduation-range .graduation.ensino-medio .icon {
    font-size: 34px
}

.graduation-range .graduation.bonja-internacional .text {
    align-items: center;
    display: flex;
    line-height: 20px;
    padding-left: 96px
}

.graduation-range .graduation.bonja-internacional .icon:nth-child(1) {
    font-size: 22px;
    left: 0
}

.graduation-range .graduation.bonja-internacional .icon:nth-child(2) {
    font-size: 27px;
    left: 20px
}

.graduation-range .graduation.bonja-internacional .icon:nth-child(3) {
    font-size: 33px;
    left: 40px
}

.graduation-range .graduation.bonja-internacional .icon:nth-child(4) {
    font-size: 38px;
    left: 60px
}

.graduation-range .age .text.color-1 {
    color: #7e8991
}

.graduation-range .age .text.color-2 {
    color: #434e56
}

.graduation-range .age .text.color-3 {
    color: #1a1a1a
}

.graduation-range .age .text.color-4 {
    color: #074883
}

.graduation-range .age .text.color-5 {
    color: #3587c7
}

.graduation-range .age .text.color-6 {
    color: #57c6ff
}

.graduation-range .age .text.color-7 {
    color: #dfe6eb
}

.graduation-range .age .text.color-8 {
    color: #eff2f5
}

.graduation-range .age .text.color-9 {
    color: #22aea4
}

.graduation-range .age .text.color-10 {
    color: #d69b32
}

.graduation-range .age .text.color-11 {
    color: #d07f8a
}

.graduation-range .age .text.color-12 {
    color: #7880b1
}

.graduation-range .age .text.color-13 {
    color: #65c73a
}

.graduation-range .age .text.color-14 {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .graduation-range .age .text {
        margin: 0 auto
    }
}

@media (max-width: 575.98px) {
    .graduation-range {
        padding-bottom: 40px
    }
}

.teaching-text {
    background-color: #fff;
    background-image: url(../images/background/marcadagua.png);
    background-position: right -9.25rem;
    background-size: auto 600px;
    background-repeat: no-repeat;
    padding-top: 5.9375rem
}

.teaching-text.color-1 strong {
    color: #7e8991
}

.teaching-text.color-2 strong {
    color: #434e56
}

.teaching-text.color-3 strong {
    color: #1a1a1a
}

.teaching-text.color-4 strong {
    color: #074883
}

.teaching-text.color-5 strong {
    color: #3587c7
}

.teaching-text.color-6 strong {
    color: #57c6ff
}

.teaching-text.color-7 strong {
    color: #dfe6eb
}

.teaching-text.color-8 strong {
    color: #eff2f5
}

.teaching-text.color-9 strong {
    color: #22aea4
}

.teaching-text.color-10 strong {
    color: #d69b32
}

.teaching-text.color-11 strong {
    color: #d07f8a
}

.teaching-text.color-12 strong {
    color: #7880b1
}

.teaching-text.color-13 strong {
    color: #65c73a
}

.teaching-text.color-14 strong {
    color: #1a458f
}

.teaching-text .teaching-img {
    display: flex;
    align-items: flex-end
}

@media (max-width: 575.98px) {
    .teaching-text {
        background-position: -25px -150px;
        background-size: auto 325px
    }
}

.bonja-internacional .teaching-text {
    padding-bottom: 30px
}

.teaching-social {
    background-color: #fff
}

.teaching-social .teaching-social-border {
    border-bottom: 1px solid #dfe6eb;
    border-top: 1px solid #dfe6eb;
    padding-bottom: 30px;
    padding-top: 30px
}

.teaching-social .teaching-social-border .text {
    margin: 0
}

@media (max-width: 767.98px) {
    .teaching-social .teaching-social-border {
        border: none;
        position: relative
    }
    .teaching-social .teaching-social-border:before {
        background-color: #dfe6eb;
        content: '';
        height: 1px;
        left: 50%;
        margin-left: -384px;
        position: absolute;
        top: 0;
        width: 768px
    }
    .teaching-social .teaching-social-border:after {
        background-color: #dfe6eb;
        bottom: 0;
        content: '';
        height: 1px;
        left: 50%;
        margin-left: -384px;
        position: absolute;
        width: 768px
    }
}

.teaching-social .text {
    color: #7e8991;
    margin: 10px 0 0
}

@media (max-width: 575.98px) {
    .teaching-social .text {
        text-align: center
    }
}

.teaching-social .btn {
    margin-left: 10px
}

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

@media (max-width: 575.98px) {
    .teaching-social .tags {
        justify-content: center;
        align-items: flex-start
    }
}

@media (max-width: 575.98px) {
    .teaching-social {
        align-items: flex-end
    }
}

.features-teaching {
    background-color: #fff;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem
}

@media (min-width: 576px) {
    .features-teaching.educacao-infantil .card-columns .card:nth-child(1) {
        margin-top: 4.0625rem
    }
    .features-teaching.educacao-infantil .card-columns .card:nth-child(3) {
        margin-top: 10.3125rem
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-teaching.educacao-infantil .card-columns {
        column-count: 3
    }
}

@media (min-width: 1200px) {
    .features-teaching.educacao-infantil .card-columns {
        column-count: 3
    }
}

@media (min-width: 576px) {
    .features-teaching.ensino-fundamental-1a4 .card-columns .card:nth-child(1) {
        margin-top: 7.5rem
    }
    .features-teaching.ensino-fundamental-1a4 .card-columns .card:nth-child(2) {
        margin-top: 3.125rem
    }
    .features-teaching.ensino-fundamental-1a4 .card-columns .card:nth-child(3) {
        margin-top: 6.875rem
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-teaching.ensino-fundamental-1a4 .card-columns {
        column-count: 3
    }
}

@media (min-width: 1200px) {
    .features-teaching.ensino-fundamental-1a4 .card-columns {
        column-count: 3
    }
}

@media (min-width: 576px) {
    .features-teaching.ensino-fundamental-5a9 .card-columns .card:nth-child(1) {
        margin-top: 9.375rem
    }
    .features-teaching.ensino-fundamental-5a9 .card-columns .card:nth-child(2) {
        margin-top: 5.625rem
    }
    .features-teaching.ensino-fundamental-5a9 .card-columns .card:nth-child(3) {
        margin-top: 3.125rem
    }
    .features-teaching.ensino-fundamental-5a9 .card-columns .card:nth-child(4) {
        margin-top: 2.5rem
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-teaching.ensino-fundamental-5a9 .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (min-width: 1200px) {
    .features-teaching.ensino-fundamental-5a9 .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-teaching.ensino-medio .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (min-width: 1200px) {
    .features-teaching.ensino-medio .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (min-width: 576px) {
    .features-teaching.bonja-internacional .card-columns .card:nth-child(2) {
        margin-top: 9.375rem
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-teaching.bonja-internacional .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (min-width: 1200px) {
    .features-teaching.bonja-internacional .card-columns {
        column-count: 2;
        margin: 0 auto;
        max-width: 550px
    }
}

@media (max-width: 767.98px) {
    .features-teaching.bonja-internacional {
        padding-top: 50px
    }
}

.pictures-gallery {
    background-color: #fff;
    background-image: url(../images/background/marcasdagua.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 800px;
    padding-bottom: 6.25rem;
    padding-top: 2.5rem
}

.pictures-gallery .img-fluid {
    max-width: 350px;
    width: 100%
}

@media (max-width: 991.98px) {
    .pictures-gallery .img-fluid {
        max-width: none
    }
}

.pictures-gallery .pictures-gallery-images .pictures-gallery-columns:first-child .img-fluid:first-child {
    float: right;
    margin-bottom: 30px;
    max-width: 263px
}

@media (max-width: 991.98px) {
    .pictures-gallery .pictures-gallery-images .pictures-gallery-columns:first-child .img-fluid:first-child {
        max-width: none
    }
}

.pictures-gallery .pictures-gallery-images .pictures-gallery-columns:last-child .img-fluid:first-child {
    margin-bottom: 30px;
    margin-top: 30px
}

.pictures-gallery .pictures-gallery-images .pictures-gallery-columns:last-child .img-fluid:last-child {
    max-width: 263px
}

@media (max-width: 991.98px) {
    .pictures-gallery .pictures-gallery-images .pictures-gallery-columns:last-child .img-fluid:last-child {
        max-width: none
    }
}

.pictures-gallery .slick-dots {
    justify-content: center
}

.about-graduations {
    background-color: #eff2f5
}

.about-graduations .about-graduations-list {
    padding-top: 6.25rem
}

@media (max-width: 767.98px) {
    .about-graduations .about-graduations-list {
        padding-top: 0
    }
}

.about-graduations .icon.icon-kindergarten {
    font-size: 20px;
    margin-right: 20px
}

.about-graduations .icon.icon-elementary-school {
    font-size: 28px;
    margin-right: 5px
}

.about-graduations .icon.icon-elementary-school-two {
    font-size: 33px;
    margin-right: 20px
}

.about-graduations .icon.icon-high-school {
    font-size: 40px;
    margin-right: 20px
}

.about-graduations .card.card-about-graduations {
    margin-bottom: 5rem
}

.about-graduations .card.card-about-graduations .card-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.about-graduations .card.card-about-graduations .card-header .title.title-2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px
}

.about-graduations .card.card-about-graduations .card-header .text {
    align-items: center;
    display: flex
}

.about-graduations .card.card-about-graduations .card-header:after {
    background-color: #dfe6eb;
    bottom: 50px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width: 767.98px) {
    .about-graduations .card.card-about-graduations .card-header:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .about-graduations .card.card-about-graduations .card-body {
        border-bottom: 1px solid #dfe6eb;
        padding-bottom: 55px
    }
}

@media (max-width: 767.98px) {
    .about-graduations .card.card-about-graduations .card-footer {
        display: none
    }
}

@media (max-width: 767.98px) {
    .about-graduations .card.card-about-graduations {
        margin-bottom: 0;
        padding-top: 5.25rem
    }
}

@media (max-width: 767.98px) {
    .about-graduations.ensino-medio .card.card-about-graduations.card-1 .card-body {
        border-bottom: none;
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .about-graduations.ensino-medio .card.card-about-graduations.card-1 .card-footer {
        border-bottom: 1px solid #dfe6eb;
        display: block;
        padding-bottom: 55px
    }
}

.about-graduations-details {
    background-color: #eff2f5;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.about-graduations-details .about-graduations-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.about-graduations-details .about-graduations-content .text {
    margin-right: 30px
}

@media (max-width: 767.98px) {
    .about-graduations-details .about-graduations-content .text {
        margin: 0 auto 15px;
        max-width: 200px
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details .about-graduations-content {
        flex-direction: column
    }
}

.about-graduations-details .about-graduations-content .btn.bnt-more {
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 155px
}

.about-graduations-details .text.color-1 strong {
    color: #7e8991
}

.about-graduations-details .text.color-2 strong {
    color: #434e56
}

.about-graduations-details .text.color-3 strong {
    color: #1a1a1a
}

.about-graduations-details .text.color-4 strong {
    color: #074883
}

.about-graduations-details .text.color-5 strong {
    color: #3587c7
}

.about-graduations-details .text.color-6 strong {
    color: #57c6ff
}

.about-graduations-details .text.color-7 strong {
    color: #dfe6eb
}

.about-graduations-details .text.color-8 strong {
    color: #eff2f5
}

.about-graduations-details .text.color-9 strong {
    color: #22aea4
}

.about-graduations-details .text.color-10 strong {
    color: #d69b32
}

.about-graduations-details .text.color-11 strong {
    color: #d07f8a
}

.about-graduations-details .text.color-12 strong {
    color: #7880b1
}

.about-graduations-details .text.color-13 strong {
    color: #65c73a
}

.about-graduations-details .text.color-14 strong {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .about-graduations-details .text {
        text-align: center
    }
}

.about-graduations-details .btn.btn-color {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    position: relative
}

.about-graduations-details .btn.btn-color .icon {
    left: 20px;
    margin-top: -14px;
    position: absolute;
    top: 50%
}

@media (min-width: 576px) {
    .about-graduations-details .btn.btn-color {
        padding-left: 50px
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details .btn.btn-color {
        width: 100%
    }
}

.about-graduations-details:after {
    background-color: #dfe6eb;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: -472px;
    position: absolute;
    top: 0;
    width: 945px
}

@media (max-width: 991.98px) {
    .about-graduations-details:after {
        left: 0;
        margin-left: auto;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details.educacao-infantil {
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details.ensino-fundamental-5a9:after {
        display: block
    }
}

@media (max-width: 767.98px) {
    .about-graduations-details.ensino-fundamental-5a9 {
        padding-top: 50px
    }
}

.about-teaching {
    background-color: #fff;
    background-image: url(../images/background/marcadagua.png);
    background-position: center 4.375rem;
    background-repeat: no-repeat;
    background-size: auto 646px;
    padding-bottom: 5.9375rem;
    padding-top: 6.25rem
}

.about-teaching .title.title-2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .about-teaching .title.title-2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 auto 20px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .about-teaching .title.subtitle {
        margin: 0 auto 40px;
        max-width: 185px
    }
}

.about-teaching .tag-pt-br {
    margin-top: 3.125rem
}

@media (min-width: 768px) {
    .about-teaching .tag-pt-br {
        margin-right: -25px
    }
}

.about-teaching .tag-en {
    margin-top: 2.8125rem
}

.about-teaching .tag-de {
    margin-top: 19.6875rem
}

.about-teaching .text {
    font-size: 16px;
    margin-bottom: 2.8125rem
}

@media (max-width: 991.98px) {
    .about-teaching .text {
        margin-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .about-teaching p {
        margin-bottom: 50px
    }
}

.about-teaching .btn.btn-color {
    margin-top: 2.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (max-width: 767.98px) {
    .about-teaching .btn.btn-color {
        width: 100%
    }
}

.about-teaching:before {
    background-image: url(../images/tag/ptBR.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 63px 47px;
    content: '';
    display: none;
    height: 47px;
    left: -8px;
    position: absolute;
    top: 50px;
    width: 63px
}

@media (max-width: 991.98px) {
    .about-teaching:before {
        display: block
    }
}

.about-teaching:after {
    background-image: url(../images/tag/en.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53px 55px;
    content: '';
    display: none;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 53px
}

@media (max-width: 991.98px) {
    .about-teaching:after {
        display: block
    }
}

.about-teaching .container {
    position: relative
}

.about-teaching .container:after {
    background-image: url(../images/tag/de.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52px 47px;
    content: '';
    display: none;
    height: 47px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 52px
}

@media (max-width: 991.98px) {
    .about-teaching .container:after {
        display: block
    }
}

@media (max-width: 767.98px) {
    .about-teaching .container:after {
        display: block;
        top: 80px
    }
}

@media (max-width: 991.98px) {
    .about-teaching {
        background: none;
        overflow: hidden;
        padding-top: 50px;
        position: relative
    }
}

@media (max-width: 767.98px) {
    .about-teaching.educacao-infantil .btn.btn-color {
        margin-top: -25px
    }
}

.about-teaching.ensino-fundamental-1a4,
.about-teaching.ensino-fundamental-5a9,
.about-teaching.ensino-medio {
    padding-bottom: 100px;
    padding-top: 100px
}

@media (max-width: 767.98px) {
    .about-teaching.ensino-fundamental-1a4 .container:after,
    .about-teaching.ensino-fundamental-5a9 .container:after,
    .about-teaching.ensino-medio .container:after {
        top: 30px
    }
}

.about-teaching.ensino-fundamental-5a9,
.about-teaching.ensino-medio {
    padding-bottom: 60px
}

@media (max-width: 767.98px) {
    .about-teaching.ensino-fundamental-5a9 .btn.btn-color,
    .about-teaching.ensino-medio .btn.btn-color {
        margin-top: -10px
    }
}

.infrastructure-teaching {
    background-color: #fff
}

.infrastructure-teaching .infrastructure-border {
    border: 1px solid #dfe6eb;
    padding-top: 5.9375rem
}

@media (max-width: 991.98px) {
    .infrastructure-teaching .infrastructure-border {
        padding-left: 20px;
        padding-right: 20px
    }
}

.infrastructure-teaching .infrastructure-border .btn.btn-infrastructure {
    padding: 13px 20px
}

.infrastructure-teaching .infrastructure-teaching-content {
    display: flex;
    max-width: 630px;
    margin: 0 auto 30px;
    width: 100%
}

@media (max-width: 575.98px) {
    .infrastructure-teaching .infrastructure-teaching-content {
        flex-direction: column;
        margin: 0 auto 10px
    }
}

.infrastructure-teaching .infrastructure-teaching-col {
    width: 50%
}

.infrastructure-teaching .infrastructure-teaching-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 576px) {
    .infrastructure-teaching .infrastructure-teaching-col:nth-child(2) {
        padding-left: 30px
    }
}

@media (max-width: 575.98px) {
    .infrastructure-teaching .infrastructure-teaching-col {
        width: 100%
    }
}

.infrastructure-teaching .title.title-1 {
    line-height: 60px;
    margin-bottom: 4.375rem;
    text-align: center
}

@media (max-width: 767.98px) {
    .infrastructure-teaching .title.title-1 {
        line-height: 30px;
        margin: 0 auto 20px;
        max-width: 190px
    }
}

.infrastructure-teaching .title.title-2 {
    line-height: 24px;
    margin-bottom: 0.3125rem
}

@media (max-width: 767.98px) {
    .infrastructure-teaching .title.title-2 {
        font-size: 20px
    }
}

.infrastructure-teaching .title.title-3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1.5625rem
}

.infrastructure-teaching .text {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative
}

.infrastructure-teaching .text.address {
    font-family: "DINNextLTPro-Medium";
    font-size: 20px;
    line-height: 26px
}

.infrastructure-teaching .text .icon {
    font-size: 20px;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 10px
}

.infrastructure-teaching .text .icon.color-1 {
    color: #7e8991
}

.infrastructure-teaching .text .icon.color-2 {
    color: #434e56
}

.infrastructure-teaching .text .icon.color-3 {
    color: #1a1a1a
}

.infrastructure-teaching .text .icon.color-4 {
    color: #074883
}

.infrastructure-teaching .text .icon.color-5 {
    color: #3587c7
}

.infrastructure-teaching .text .icon.color-6 {
    color: #57c6ff
}

.infrastructure-teaching .text .icon.color-7 {
    color: #dfe6eb
}

.infrastructure-teaching .text .icon.color-8 {
    color: #eff2f5
}

.infrastructure-teaching .text .icon.color-9 {
    color: #22aea4
}

.infrastructure-teaching .text .icon.color-10 {
    color: #d69b32
}

.infrastructure-teaching .text .icon.color-11 {
    color: #d07f8a
}

.infrastructure-teaching .text .icon.color-12 {
    color: #7880b1
}

.infrastructure-teaching .text .icon.color-13 {
    color: #65c73a
}

.infrastructure-teaching .text .icon.color-14 {
    color: #1a458f
}

.infrastructure-teaching .infrastructure-teaching-unit {
    border-bottom: 1px solid #dfe6eb;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem
}

.infrastructure-teaching .infrastructure-teaching-unit .text {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .infrastructure-teaching .infrastructure-teaching-unit:first-child {
        padding-top: 0
    }
}

.infrastructure-teaching .infrastructure-teaching-unit:last-child {
    border-bottom: none
}

.infrastructure-teaching .btn.btn-color {
    display: table;
    margin: 0 auto -25px
}

.infrastructure-teaching.bonja-internacional {
    padding-bottom: 80px;
    padding-top: 15px
}

.infrastructure-teaching.ensino-fundamental-1a4 .infrastructure-teaching-content {
    max-width: 685px
}

.extra-activity {
    background-color: #fff;
    padding-bottom: 6.25rem;
    padding-top: 7.8125rem
}

.extra-activity .title.title-2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .extra-activity .title.title-5 {
        font-size: 16px
    }
}

.extra-activity .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .extra-activity .text {
        margin-bottom: 45px
    }
}

.extra-activity .icon {
    font-size: 20px
}

.extra-activity .icon.color-1 {
    color: #7e8991
}

.extra-activity .icon.color-2 {
    color: #434e56
}

.extra-activity .icon.color-3 {
    color: #1a1a1a
}

.extra-activity .icon.color-4 {
    color: #074883
}

.extra-activity .icon.color-5 {
    color: #3587c7
}

.extra-activity .icon.color-6 {
    color: #57c6ff
}

.extra-activity .icon.color-7 {
    color: #dfe6eb
}

.extra-activity .icon.color-8 {
    color: #eff2f5
}

.extra-activity .icon.color-9 {
    color: #22aea4
}

.extra-activity .icon.color-10 {
    color: #d69b32
}

.extra-activity .icon.color-11 {
    color: #d07f8a
}

.extra-activity .icon.color-12 {
    color: #7880b1
}

.extra-activity .icon.color-13 {
    color: #65c73a
}

.extra-activity .icon.color-14 {
    color: #1a458f
}

.extra-activity .btn.btn-secondary {
    color: #074883
}

.extra-activity .btn.btn-secondary.color-1 i {
    color: #7e8991
}

.extra-activity .btn.btn-secondary.color-2 i {
    color: #434e56
}

.extra-activity .btn.btn-secondary.color-3 i {
    color: #1a1a1a
}

.extra-activity .btn.btn-secondary.color-4 i {
    color: #074883
}

.extra-activity .btn.btn-secondary.color-5 i {
    color: #3587c7
}

.extra-activity .btn.btn-secondary.color-6 i {
    color: #57c6ff
}

.extra-activity .btn.btn-secondary.color-7 i {
    color: #dfe6eb
}

.extra-activity .btn.btn-secondary.color-8 i {
    color: #eff2f5
}

.extra-activity .btn.btn-secondary.color-9 i {
    color: #22aea4
}

.extra-activity .btn.btn-secondary.color-10 i {
    color: #d69b32
}

.extra-activity .btn.btn-secondary.color-11 i {
    color: #d07f8a
}

.extra-activity .btn.btn-secondary.color-12 i {
    color: #7880b1
}

.extra-activity .btn.btn-secondary.color-13 i {
    color: #65c73a
}

.extra-activity .btn.btn-secondary.color-14 i {
    color: #1a458f
}

@media (max-width: 767.98px) {
    .extra-activity .btn.btn-secondary {
        font-size: 18px;
        width: auto
    }
}

.schedules {
    background-color: #eff2f5;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem
}

@media (max-width: 767.98px) {
    .schedules .title.title-1 {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .schedules .btn.btn-color {
        display: table;
        float: none !important;
        margin: 0 auto
    }
}

.schedules .btn.btn-table-next {
    background-color: #074883 !important;
    display: none;
    right: -35px
}

@media (max-width: 575.98px) {
    .schedules .btn.btn-table-next .icon {
        left: 5px
    }
}

.schedules .btn.btn-table-next.active {
    display: block
}

.schedules .btn.btn-table-prev {
    background-color: #074883 !important;
    display: none;
    left: -35px
}

@media (max-width: 575.98px) {
    .schedules .btn.btn-table-prev .icon {
        right: 5px
    }
}

.schedules .btn.btn-table-prev.active {
    display: block
}

.schedules .table {
    background-color: #fff;
    margin-top: 20px
}

.schedules .table.color-1 {
    color: #7e8991
}

.schedules .table.color-2 {
    color: #434e56
}

.schedules .table.color-3 {
    color: #1a1a1a
}

.schedules .table.color-4 {
    color: #074883
}

.schedules .table.color-5 {
    color: #3587c7
}

.schedules .table.color-6 {
    color: #57c6ff
}

.schedules .table.color-7 {
    color: #dfe6eb
}

.schedules .table.color-8 {
    color: #eff2f5
}

.schedules .table.color-9 {
    color: #22aea4
}

.schedules .table.color-10 {
    color: #d69b32
}

.schedules .table.color-11 {
    color: #d07f8a
}

.schedules .table.color-12 {
    color: #7880b1
}

.schedules .table.color-13 {
    color: #65c73a
}

.schedules .table.color-14 {
    color: #1a458f
}

.schedules .table thead th {
    border: none;
    border-right: 1px solid #dfe6eb
}

.schedules .table .grade {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    height: 45px
}

.schedules .table .classNumber {
    color: #434e56;
    font-family: "DINNextLTPro-Regular";
    font-size: 12px;
    display: block;
    text-transform: uppercase
}

.schedules .table td {
    border-right: 1px solid #dfe6eb
}

.schedules .table td:last-child {
    border-right: none
}

.schedules .table th {
    font-family: "DINNextLTPro-Medium";
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: center
}

.schedules .table th:first-child {
    border-left: 1px solid #dfe6eb
}

.schedules .table th:last-child {
    border-right: 1px solid #dfe6eb
}

.schedules .table .tbody-header,
.schedules .table .tbody-shifts {
    background-color: #e8f7f6;
    color: #434e56;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 0
}

.schedules .table .tbody-header .icon,
.schedules .table .tbody-shifts .icon {
    font-size: 16px;
    margin-right: 10px
}

.schedules .table .tbody-header {
    border-top: 3px solid #cce0e4
}

.schedules .table .tbody-shifts {
    color: #434e56;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px
}

.schedules .table .tbody-shifts .span {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    text-align: center;
    width: 100%
}

.schedules .table .table {
    position: relative
}

.schedules .table td {
    border-color: #dfe6eb
}

.schedules .table td .text {
    color: #434e56;
    font-family: "DINNextLTPro-Medium";
    font-size: 20px;
    margin: 0;
    text-align: center
}

.schedules .table td .icon {
    font-size: 10px
}

.schedules .table td .icon.color-1 {
    color: #7e8991
}

.schedules .table td .icon.color-2 {
    color: #434e56
}

.schedules .table td .icon.color-3 {
    color: #1a1a1a
}

.schedules .table td .icon.color-4 {
    color: #074883
}

.schedules .table td .icon.color-5 {
    color: #3587c7
}

.schedules .table td .icon.color-6 {
    color: #57c6ff
}

.schedules .table td .icon.color-7 {
    color: #dfe6eb
}

.schedules .table td .icon.color-8 {
    color: #eff2f5
}

.schedules .table td .icon.color-9 {
    color: #22aea4
}

.schedules .table td .icon.color-10 {
    color: #d69b32
}

.schedules .table td .icon.color-11 {
    color: #d07f8a
}

.schedules .table td .icon.color-12 {
    color: #7880b1
}

.schedules .table td .icon.color-13 {
    color: #65c73a
}

.schedules .table td .icon.color-14 {
    color: #1a458f
}

.schedules .table td .weekend {
    color: #434e56;
    font-size: 16px;
    position: absolute;
    top: -37px
}

.schedules .table td.first .weekend {
    left: 120px
}

.schedules .table td:first-child {
    border-left: 1px solid #dfe6eb
}

.schedules .table td:last-child {
    border-right: 1px solid #dfe6eb
}

.schedules .table tr:last-child td {
    border-bottom: 1px solid #dfe6eb
}

.schedules .table tr .table {
    margin: 0
}

.schedules .table tr .table td {
    border: none
}

.schedules .table tr .table tr:last-child td {
    border: none
}

@media (max-width: 991.98px) {
    .schedules .table tr .table {
        width: 270px
    }
}

.schedules.ensino-fundamental-1a4 .table .tbody-header,
.schedules.ensino-fundamental-1a4 .table .tbody-shifts {
    background-color: #fbf5ea
}

.schedules.ensino-fundamental-5a9 .table .tbody-header,
.schedules.ensino-fundamental-5a9 .table .tbody-shifts {
    background-color: #faf2f3
}

.schedules.ensino-medio .table .tbody-header,
.schedules.ensino-medio .table .tbody-shifts {
    background-color: #f1f2f7
}

@media (max-width: 991.98px) {
    .schedules.ensino-medio .table tr .table {
        width: 130px
    }
}

.bonja-connect {
    background-color: #eff2f5;
    padding-bottom: 6.25rem
}

.bonja-connect .bonja-connect-content .bonja-connect-margin {
    margin-top: 6.25rem
}

.bonja-connect p {
    margin: 0
}

@media (min-width: 768px) {
    .bonja-connect p {
        max-width: 264px;
        width: 100%
    }
}

.bonja-connect .bonja-connect-image-bottom {
    margin-top: 5rem
}

.bonja-connect .bonja-connect-image-top {
    margin-bottom: 6.875rem
}

.bonja-connect .img-fluid {
    max-width: 264px;
    width: 100%
}

@media (max-width: 767.98px) {
    .bonja-connect .img-fluid {
        display: block;
        margin: 30px auto
    }
}

.bonja-connect .title.title-2 {
    font-size: 30px
}

.teaching-video {
    padding-top: 3.125rem
}

.teaching-video .iframe {
    border-radius: 30px
}

@media (max-width: 767.98px) {
    .teaching-video.bonja-internacional {
        display: none
    }
}

.page-teaching-preschool {
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767.98px) {
    .page-teaching-preschool .container {
        max-width: none
    }
}

.page-teaching-preschool .graduation-range {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

@media (max-width: 767.98px) {
    .page-teaching-preschool .graduation-range {
        border-radius: 0
    }
}

.diferentials-teaching {
    padding-bottom: 5.625rem;
    padding-top: 7.8125rem
}

.diferentials-teaching .title.title-2 {
    font-size: 30px;
    height: 100%
}

@media (max-width: 767.98px) {
    .diferentials-teaching .title.title-2 {
        margin-bottom: 35px
    }
}

.diferentials-teaching .diferentials-teaching-content {
    display: flex
}

@media (max-width: 767.98px) {
    .diferentials-teaching .diferentials-teaching-content {
        flex-direction: column
    }
}

.diferentials-teaching .diferentials-teaching-text:nth-child(1) {
    width: 54%
}

@media (max-width: 767.98px) {
    .diferentials-teaching .diferentials-teaching-text:nth-child(1) {
        width: inherit
    }
}

.diferentials-teaching .diferentials-teaching-text:nth-child(2) {
    padding-left: 35px;
    width: 46%
}

.diferentials-teaching .diferentials-teaching-text:nth-child(2) ul {
    max-width: 300px
}

.diferentials-teaching .diferentials-teaching-text:nth-child(2) ul li:first-child {
    padding-top: 0
}

@media (max-width: 767.98px) {
    .diferentials-teaching .diferentials-teaching-text:nth-child(2) ul {
        max-width: inherit
    }
}

@media (max-width: 767.98px) {
    .diferentials-teaching .diferentials-teaching-text:nth-child(2) {
        padding-left: 0;
        width: inherit
    }
}

.diferentials-teaching .diferentials-teaching-text.color-1 strong {
    color: #7e8991
}

.diferentials-teaching .diferentials-teaching-text.color-2 strong {
    color: #434e56
}

.diferentials-teaching .diferentials-teaching-text.color-3 strong {
    color: #1a1a1a
}

.diferentials-teaching .diferentials-teaching-text.color-4 strong {
    color: #074883
}

.diferentials-teaching .diferentials-teaching-text.color-5 strong {
    color: #3587c7
}

.diferentials-teaching .diferentials-teaching-text.color-6 strong {
    color: #57c6ff
}

.diferentials-teaching .diferentials-teaching-text.color-7 strong {
    color: #dfe6eb
}

.diferentials-teaching .diferentials-teaching-text.color-8 strong {
    color: #eff2f5
}

.diferentials-teaching .diferentials-teaching-text.color-9 strong {
    color: #22aea4
}

.diferentials-teaching .diferentials-teaching-text.color-10 strong {
    color: #d69b32
}

.diferentials-teaching .diferentials-teaching-text.color-11 strong {
    color: #d07f8a
}

.diferentials-teaching .diferentials-teaching-text.color-12 strong {
    color: #7880b1
}

.diferentials-teaching .diferentials-teaching-text.color-13 strong {
    color: #65c73a
}

.diferentials-teaching .diferentials-teaching-text.color-14 strong {
    color: #1a458f
}

.diferentials-teaching ul {
    font-size: 16px;
    line-height: 26px;
    list-style-type: none;
    padding: 0
}

.diferentials-teaching ul li {
    padding: 5px 0 0 10px;
    position: relative
}

.diferentials-teaching ul li:after {
    background-color: #074883;
    border-radius: 50%;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 3px
}

.diferentials-teaching .icon {
    display: block;
    font-size: 22px;
    margin-bottom: 15px
}

.diferentials-teaching .icon.color-1 {
    color: #7e8991
}

.diferentials-teaching .icon.color-2 {
    color: #434e56
}

.diferentials-teaching .icon.color-3 {
    color: #1a1a1a
}

.diferentials-teaching .icon.color-4 {
    color: #074883
}

.diferentials-teaching .icon.color-5 {
    color: #3587c7
}

.diferentials-teaching .icon.color-6 {
    color: #57c6ff
}

.diferentials-teaching .icon.color-7 {
    color: #dfe6eb
}

.diferentials-teaching .icon.color-8 {
    color: #eff2f5
}

.diferentials-teaching .icon.color-9 {
    color: #22aea4
}

.diferentials-teaching .icon.color-10 {
    color: #d69b32
}

.diferentials-teaching .icon.color-11 {
    color: #d07f8a
}

.diferentials-teaching .icon.color-12 {
    color: #7880b1
}

.diferentials-teaching .icon.color-13 {
    color: #65c73a
}

.diferentials-teaching .icon.color-14 {
    color: #1a458f
}

.diferentials-teaching p {
    font-size: 16px;
    line-height: 16px
}

@media (max-width: 767.98px) {
    .diferentials-teaching {
        padding-bottom: 2.8125rem;
        padding-top: 75px
    }
}

.banner-extra-activities {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 11.25rem;
    padding-top: 11.25rem
}

.banner-extra-activities .title.title-1 {
    color: #fff
}

@media (max-width: 767.98px) {
    .banner-extra-activities .title.title-1 {
        max-width: 137px;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .banner-extra-activities {
        padding-bottom: 185px;
        padding-top: 185px
    }
}

.extra-activities {
    position: relative
}

.extra-activities .categories {
    margin-top: -25px
}

.extra-activities .categories .slick-slide {
    width: 142px
}

@media (max-width: 575.98px) {
    .extra-activities .categories .slick-slide {
        margin-left: 4px;
        margin-right: 4px
    }
}

.extra-activities .categories .btn.btn-color {
    width: 100%
}

.extra-activities .categories .btn.btn-color.active {
    background-color: #fff !important;
    border: none;
    color: #074883 !important
}

.extra-activities .extra-activities-header {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem
}

.extra-activities .extra-activities-header .title.title-2 {
    color: #434e56;
    font-size: 30px
}

@media (max-width: 575.98px) {
    .extra-activities .extra-activities-header .title.title-2 {
        margin-bottom: 30px;
        text-align: center
    }
}

.extra-activities .extra-activities-header-action {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.extra-activities .extra-activities-header-action .btn.btn-register {
    margin-left: 20px
}

.search-results .search-header .title-2 {
    font-size: 30px;
    line-height: 30px;
    margin: 50px 0
}

.search-results .search-header .title-2 span {
    color: #57c6ff
}

@media (max-width: 767.98px) {
    .search-results .search-header .title-2 {
        font-size: 20px;
        line-height: 20px
    }
}

.search-results .search-content .results-list .result-item {
    margin-bottom: 30px
}

.search-results .search-content .results-list .result-item .title-4 {
    font-size: 18px;
    margin: 25px 10px
}

.search-results .search-content .results-list .result-item .block-more {
    align-items: center;
    border-bottom: 1px solid #dfe6eb;
    border-top: 1px solid #dfe6eb;
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.search-results .search-content .results-list .result-item .block-more .result-link {
    text-decoration: none;
    font-size: 12px;
    padding: 0.3125rem 0.9375rem;
    color: #7e8991
}

.search-results .search-content .results-list .result-item .block-more .result-link .icon {
    transition: 0.3s ease;
    font-size: 10px
}

.search-results .search-content .results-list .result-item .block-more .result-link:hover .icon {
    margin-left: 10px
}

.search-results .search-footer .pagination {
    padding: 25px 0
}

.search-results .search-footer .pagination .page-numbers {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%
}

.search-results .search-footer .pagination .page-numbers li {
    list-style: none;
    padding: 5px
}

.search-results .search-footer .pagination .page-numbers li a,
.search-results .search-footer .pagination .page-numbers li span {
    padding: 5px 15px;
    border-radius: 25px;
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.1s ease
}

@media (max-width: 575.98px) {
    .search-results .search-footer .pagination .page-numbers li a,
    .search-results .search-footer .pagination .page-numbers li span {
        font-size: 13px;
        padding: 2px 10px
    }
}

.search-results .search-footer .pagination .page-numbers li a {
    background-color: #57c6ff
}

.search-results .search-footer .pagination .page-numbers li a:hover {
    background-color: #73d0ff
}

.search-results .search-footer .pagination .page-numbers li span {
    background-color: transparent
}

@media (max-width: 575.98px) {
    .search-results .search-footer .pagination .page-numbers li {
        font-size: 12px;
        padding: 2px
    }
}

.search-results.no-result {
    padding-bottom: 150px
}

.search-results.no-result .text {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .search-results.no-result {
        padding-bottom: 0
    }
}

.header-parents {
    position: relative;
    background-color: #eff3f6;
    border-bottom: 1px solid #dfe6ec;
    padding: 20px 0
}

@media (max-width: 991.98px) {
    .header-parents {
        padding: 10px 0
    }
}

.header-parents .block-position {
    position: inherit
}

.header-parents .block-brand {
    position: relative
}

.header-parents .block-brand:before {
    content: '';
    display: block;
    height: 100px;
    width: 700px;
    position: absolute;
    top: -20px;
    left: 50%;
    bottom: -20px;
    margin-left: -660px;
    bottom: 0;
    background-color: #074883
}

@media (max-width: 991.98px) {
    .header-parents .block-brand:before {
        height: 65px;
        top: -11px
    }
}

@media (max-width: 767.98px) {
    .header-parents .block-brand:before {
        top: -20px
    }
}

.header-parents .block-brand .img-details {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: 40px
}

@media (max-width: 991.98px) {
    .header-parents .block-brand .img-details {
        height: 65px;
        top: -11px
    }
}

@media (max-width: 767.98px) {
    .header-parents .block-brand .img-details {
        top: -20px
    }
}

.header-parents .block-brand .navbar-brand {
    background-image: url(../images/white-logo.png);
    margin: 0;
    position: relative
}

.header-parents .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.header-parents .block-header .block-title {
    min-width: 160px
}

.header-parents .block-header .block-title .title {
    margin: 0;
    white-space: nowrap
}

@media (max-width: 575.98px) {
    .header-parents .block-header .block-title .title {
        white-space: inherit
    }
}

@media (max-width: 767.98px) {
    .header-parents .block-header .block-title .title.title-3 {
        font-size: 18px !important;
        line-height: 18px
    }
}

@media (max-width: 991.98px) {
    .header-parents .block-header .block-title .title.title-3 {
        font-size: 19px
    }
}

.header-parents .block-header .block-title .title.title-5 {
    color: #434e56
}

@media (max-width: 767.98px) {
    .header-parents .block-header .block-title .title.title-5 {
        display: none
    }
}

@media (max-width: 575.98px) {
    .header-parents .block-header .block-title {
        min-width: inherit
    }
}

.header-parents .block-header .button-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

@media (max-width: 575.98px) {
    .header-parents .block-header .button-toggle {
        margin-right: 15px
    }
}

.header-parents .block-header .button-toggle .icon-bar {
    display: block;
    height: 2px;
    width: 15px;
    background-color: #074883;
    margin: 1px auto;
    transition: all 0.2s ease
}

.header-parents .block-header .button-toggle.active .icon-bar-1 {
    transform: rotate(-45deg)
}

.header-parents .block-header .button-toggle.active .icon-bar-2 {
    transform: rotate(45deg);
    margin-top: -3px
}

.header-parents .block-header .button-toggle.active .icon-bar-3 {
    display: none
}

@media (max-width: 991.98px) {
    .header-parents .block-header .button-toggle {
        display: flex
    }
}

.header-parents .block-header .menu-content {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.header-parents .block-header .menu-content .btn {
    margin: 0 5px
}

@media (max-width: 991.98px) {
    .header-parents .block-header .menu-content .btn {
        display: block;
        max-width: 290px;
        width: 100%;
        margin: 0 auto 10px
    }
}

.header-parents .block-header .menu-content .btn-color .icon {
    color: #57c6ff;
    margin-right: 10px
}

@media (max-width: 991.98px) {
    .header-parents .block-header .menu-content {
        padding: 10px 0;
        display: none
    }
}

@media (max-width: 991.98px) {
    .header-parents .block-header .menu-content.show {
        position: absolute;
        display: block;
        top: 56px;
        z-index: 999;
        height: 100vh;
        background: #eff3f6;
        left: 0;
        right: 0;
        margin: 0
    }
}

.header-parents .nav-language {
    position: relative;
    padding-left: 5px;
    margin-left: 5px
}

.header-parents .nav-language:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #d2d6da;
    position: absolute;
    left: 0
}

.header-parents .nav-language .nav-item {
    width: inherit
}

.header-parents .nav-language .nav-item .nav-link {
    padding: 5px
}

@media (max-width: 991.98px) {
    .header-parents .nav-language {
        margin: 40px 0;
        padding: 0
    }
    .header-parents .nav-language:after {
        display: none
    }
}

.page-template.login .page-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    overflow-y: scroll
}

body.active {
    overflow-y: hidden
}

.area {
    padding: 50px 0;
    background-color: #eff3f6
}

@media (max-width: 767.98px) {
    .area {
        padding: 10px 0
    }
}

.parents-report {
    padding-top: 50px;
    padding-bottom: 0
}

.page-area-parents {
    background-color: #eff3f6;
    position: relative
}

.page-area-parents .breadcrumb {
    margin: 0;
    background-color: #ffffff;
    padding: 5px 0;
    overflow: unset
}

.page-area-parents .breadcrumb .breadcrumb-block {
    align-items: center
}

@media (max-width: 767.98px) {
    .page-area-parents .breadcrumb .breadcrumb-block {
        margin: 0 -10px
    }
}

@media (max-width: 767.98px) {
    .page-area-parents .breadcrumb .breadcrumb-block .breadcrumb {
        display: none
    }
}

.page-area-parents .breadcrumb .view-block {
    display: flex
}

@media (max-width: 767.98px) {
    .page-area-parents .breadcrumb .view-block {
        margin: 0 auto
    }
}

.page-area-parents .breadcrumb .view-block .view {
    color: #074883;
    background-color: #eff3f6;
    border-radius: 25px 0 0 25px;
    padding: 8px 35px 8px 25px;
    margin-right: -20px;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .page-area-parents .breadcrumb .view-block .view {
        padding: 8px 25px 8px 15px
    }
}

.page-area-parents .breadcrumb .view-block .dropdown {
    width: 10em
}

.page-area-parents .breadcrumb .view-block .dropdown .dropdown-toggle::after {
    vertical-align: .2em
}

.page-area-parents .breadcrumb .view-block .dropdown .btn-primary {
    padding: 10px 15px;
    width: 100%
}

.page-area-parents .breadcrumb .view-block .dropdown .btn-primary span {
    width: 90%;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: initial;
    padding-top: 1px
}

.page-area-parents .breadcrumb .view-block .dropdown .btn-primary:focus,
.page-area-parents .breadcrumb .view-block .dropdown .btn-primary:hover {
    color: #074883
}

.page-area-parents .breadcrumb .view-block .dropdown .dropdown-menu {
    background-color: #24b5ff;
    border-radius: 0 0 25px 25px;
    padding-top: 10px;
    margin-top: -15px;
    border: 0;
    width: 100%;
    overflow: hidden;
    min-width: 10em
}

.page-area-parents .breadcrumb .view-block .dropdown .dropdown-menu .dropdown-item {
    font-family: "DINNextLTPro-Bold";
    font-size: 12px;
    color: #074883;
    text-transform: uppercase;
    padding: 5px 15px;
    white-space: initial
}

.page-area-parents .breadcrumb .view-block .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #24b5ff
}

.page-area-parents .btn-small {
    padding: 10px
}

.page-area-parents .btn-color {
    padding: 5px 10px
}

.page-area-parents .btn {
    font-family: "DINNextLTPro-Bold"
}

#menu-report-card {
    background-color: #eff2f5;
    border-radius: 25px;
    min-width: 500px
}

#menu-report-card a {
    color: #434e56;
    font-family: "DINNextLTPro-Medium";
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px
}

#menu-report-card a:hover {
    color: #1a1a1a
}

#menu-report-card .active {
    border-radius: 25px
}

#block-parents-performance .options-report {
    padding-left: 10px
}

#block-parents-performance .options-dropdown {
    justify-content: space-around
}

.options-report {
    padding: 10px;
    line-height: 26px;
    padding-left: 60px
}

.options-report .options-dropdown {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

.options-report .options-dropdown #dropdownOptionsYear,
.options-report .options-dropdown #dropdownOptionsCourse,
.options-report .options-dropdown #dropdownOptionsQuarter {
    cursor: pointer
}

.options-report .options-dropdown #dropdownOptionsYear span,
.options-report .options-dropdown #dropdownOptionsCourse span,
.options-report .options-dropdown #dropdownOptionsQuarter span {
    font-family: "DINNextLTPro-Medium"
}

@media (max-width: 991.98px) {
    .options-report .options-dropdown {
        flex-direction: column
    }
}

.options-report .dropdown {
    padding-right: 10px
}

.options-report .dropdown .dropdown-toggle::after {
    color: #074883;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 15px
}

.options-report .dropdown .active-options {
    background-color: #dfe6eb
}

.options-report .information {
    display: inline-block;
    padding-top: 1px
}

.options-report .information .approved {
    color: #00b516
}

.options-report .information .attention {
    color: #d69b32
}

.options-report .information .disapproved {
    color: #ff0000
}

@media (max-width: 991.98px) {
    .options-report {
        padding-left: 30px
    }
}

tr {
    text-align: center
}

#block-parents-grades .thead-tr-reportcard .th-reportcard:nth-child(3),
#block-parents-grades .thead-tr-reportcard .th-reportcard:nth-child(4) {
    width: 100px
}

#block-parents-grades span {
    font-family: "DINNextLTPro-Medium"
}

#block-parents-grades .grade {
    background-color: #5A6273;
    border-radius: 2px;
    color: #fff;
    padding: 2px;
    padding-bottom: 1px
}

.thead-tr-reportcard {
    font-family: "DINNextLTPro-Medium";
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #dee2e6
}

.thead-tr-reportcard .th-reportcard {
    border-top: none;
    border-bottom: none;
    font-weight: normal;
    padding-bottom: 13px
}

@media (max-width: 1199.98px) {
    .thead-tr-reportcard .th-reportcard {
        padding-bottom: 5px;
        padding-top: 10px;
        vertical-align: middle
    }
}

@media (max-width: 767.98px) {
    .thead-tr-reportcard .th-reportcard {
        font-size: 14px
    }
}

.thead-tr-reportcard .series {
    min-width: 100px;
    height: 43px;
    position: relative
}

.thead-tr-reportcard .series.ocurrence {
    width: 155px
}

.thead-tr-reportcard .series.cod-serie {
    width: 90px
}

.thead-tr-reportcard .series .label-serie {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 7px;
    left: 15px;
    right: 15px
}

.thead-tr-reportcard .series .number {
    margin-bottom: 2px
}

.table .reportcard-first-column {
    text-align: left;
    padding-left: 60px;
    min-width: 230px;
}

@media (max-width: 991.98px) {
    .table .reportcard-first-column {
        padding-left: 30px
    }
}

@media (min-width: 768px) {
    .table .reportcard-last-column {
        padding-right: 40px
    }
}

.table .column {
    border: 2px solid #eaeff2;
    border-bottom: none;
    border-top: none
}

.table .column.label-header {
    padding-top: 10px;
    padding-bottom: 0
}

.table .column.text-financial {
    padding-top: 0;
    padding-bottom: 5px
}

.table.financial {
    border-radius: 10px;
    margin-bottom: 20px
}

.table.financial .date {
    min-width: 135px;
    padding-left: 0;
    padding-right: 0
}

.table.financial .value {
    min-width: 105px
}

.tbody-tr-reportcard {
    font-family: "DINNextLTPro-Regular";
    font-size: 14px;
    line-height: 26px
}

.tbody-tr-reportcard .tr-childrens.hide {
    display: none
}

.tbody-tr-reportcard .tr-childrens .label {
    padding-left: 15px
}

.tbody-tr-reportcard .icon.icon-right {
    font-size: 10px;
    display: inline-flex;
    position: absolute;
    left: 0;
    transform: rotate(90deg)
}

.tbody-tr-reportcard .collapsed .icon.icon-right {
    color: #57c6ff;
    transform: rotate(0);
    right: 2px
}

.tbody-tr-reportcard .parent .parent-label {
    padding-left: 15px;
    position: relative
}

.tbody-tr-reportcard .td-reportcard {
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: middle
}

.tbody-tr-reportcard .td-reportcard.reportcard-grades {
    padding: 0
}

.tbody-tr-reportcard .td-reportcard.reportcard-grades .grades-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    flex-direction: row;
    flex-wrap: wrap
}

.tbody-tr-reportcard .td-reportcard.reportcard-grades .grades-list div {
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 5px
}

@media (max-width: 1199.98px) {
    .tbody-tr-reportcard {
        line-height: 16px
    }
}

.line-height-16 {
    line-height: 16px
}

#block-parents-financial .card .card-header {
    border: none
}

#block-parents-financial .card .collapse {
    border-top: 1px solid #dfe6eb
}

#accordionOcurrence .card .card-body {
    padding: 0
}

#accordionOcurrence .card .card-header span {
    margin-left: -5px
}

.card.group-info-financial {
    border-radius: 15px;
    background-color: #eff2f5;
    margin: 0 25px 10px 25px
}

.card .card-header {
    border-bottom: 1px solid #dfe6eb;
    cursor: pointer
}

.card .card-body {
    padding-top: 10px;
    padding-bottom: 10px
}

.card .details {
    display: flex;
    flex-direction: row;
    padding-left: 5px;
    justify-content: space-between
}

.card .details .details-desc {
    display: flex;
    flex-direction: row;
    overflow: auto
}

.card .details .details-item {
    text-align: center;
    line-height: 2.5
}

.card .details .details-item:nth-child(n) {
    min-width: max-content;
    margin-right: 15px
}

@media (max-width: 1199.98px) {
    .card .details {
        flex-direction: column;
        padding-bottom: 10px
    }
}

.card .text-align-rigth {
    text-align: right
}

.card .label-header {
    font-family: "DINNextLTPro-Medium";
    font-weight: normal;
    line-height: 26px
}

.card .text-financial {
    font-size: 14px;
    line-height: 26px
}

.card .btn-card,
.card .btn-application {
    padding: 10px 15px;
    width: 95px;
    height: 35px;
    display: flex;
    flex-direction: row;
    margin-right: -13px;
    margin-bottom: 3px
}

.card .btn-card .btn-card-label,
.card .btn-application .btn-card-label {
    font-size: 12px
}

.card .btn-card .icon-print,
.card .btn-application .icon-print {
    font-size: 15px;
    margin-right: 5px;
    margin-top: -2px
}

@media (max-width: 1199.98px) {
    .card .btn-card,
    .card .btn-application {
        margin-top: 1px
    }
}

.label-header-card {
    font-family: "DINNextLTPro-Bold";
    line-height: 26px;
    padding-left: 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row
}

.label-header-card .icon {
    color: #29588c;
    line-height: 1.5em;
    font-size: 15px;
    width: 20px;
    margin-right: 15px;
    margin-left: -5px;
    transform: scaleY(0.7) rotate(90deg)
}

.label-header-card.collapsed .icon {
    color: #57c6ff;
    transform: scaleX(0.7)
}

@media (max-width: 767.98px) {
    .label-header-card {
        font-size: 14px
    }
}

#block-parents-reportcard .labels {
    text-align: left;
    padding-left: 60px;
    padding-bottom: 10px;
    padding-top: 10px
}

#block-parents-reportcard .labels h6 {
    font-size: 16px
}

#block-parents-reportcard .labels p {
    margin-bottom: 10px;
    line-height: 1
}

#block-parents-reportcard .labels .text {
    font-size: 14px
}

#block-parents-reportcard .labels .text:first-child {
    padding: 0 5px;
    font-family: "DINNextLTPro-Medium"
}

@media (max-width: 1199.98px) {
    #block-parents-reportcard .labels {
        padding: 25px
    }
}

.breadcrumb-mobile {
    display: none;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .breadcrumb-mobile {
        display: block;
        position: relative;
        padding: 27px 0 27px 60px;
        border: 1px solid #dfe6eb;
        margin: 0
    }
    .breadcrumb-mobile .title-3 {
        padding-left: 30px;
        margin: 0
    }
    .breadcrumb-mobile .btn-turn {
        font-size: 7px;
        color: #074883;
        border-right: 1px solid #dfe6eb;
        display: flex;
        width: 60px;
        height: 80px;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0
    }
    .breadcrumb-mobile .btn-turn:hover {
        text-decoration: none
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-mobile {
        margin: 0 -15px
    }
}

.sidebar {
    background-color: #ffffff;
    border: 1px solid #dfe6eb;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px -20px #435360;
    -moz-box-shadow: 0px 0px 30px -20px #435360;
    box-shadow: 0px 0px 30px -20px #435360
}

.sidebar .block .block-title {
    padding: 25px 25px 15px;
    border-bottom: 1px solid #dfe6eb
}

.sidebar .block .block-title .title {
    color: #434e56
}

.sidebar .block .block-list .list {
    list-style: none;
    padding: 10px;
    margin: 0
}

.sidebar .block .block-list .list .list-item {
    padding: 15px;
    border-radius: 2px
}

.sidebar .block .block-list .list .list-item .title {
    margin: 0
}

.sidebar .block .block-list .list .list-item .title-3 {
    color: #434e56
}

.sidebar .block .block-list .list .list-item.active {
    background-color: #dfe6eb
}

.sidebar .block:last-child .block-title {
    border-top: 1px solid #dfe6eb
}

.footer {
    padding: 0
}

@media (max-width: 767.98px) {
    .footer .footer-copyright .logo-bom-jesus {
        margin-bottom: 30px
    }
}

.footer .footer-copyright .info-centered {
    display: flex;
    align-items: center;
    height: 100%
}

@media (max-width: 575.98px) {
    .footer .footer-copyright .info-centered {
        padding: 0 34px
    }
}

.footer .footer-copyright .info-centered .text {
    line-height: 14px
}

.datepicker-container {
    width: 100%
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: transparent
}

.datepicker {
    width: 100%;
    padding: 0;
    position: relative;
    height: 360px
}

.datepicker .content-event {
    overflow: hidden;
    border-radius: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    padding: 0 30px 30px;
    display: none
}

.datepicker .content-event.active {
    display: block
}

.datepicker .content-event .event-header {
    color: #ffffff;
    background-color: #074883;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    position: relative
}

.datepicker .content-event .event-header .btn {
    position: absolute;
    right: 10px;
    top: 3px
}

.datepicker .content-event .event-header .btn .icon {
    font-size: 10px;
    color: #57c6ff
}

.datepicker .content-event .list {
    overflow-y: scroll;
    max-height: 280px;
    background-color: #eff3f6;
    padding-top: 10px;
    margin-top: -10px;
    border-radius: 0 0 15px 15px
}

.datepicker .content-event .list .list-item {
    color: #074883;
    cursor: pointer
}

.datepicker .content-event .list .list-item:hover {
    background-color: #eaeef1
}

.datepicker th,
.datepicker td {
    width: 40px;
    height: 40px
}

.datepicker .table-condensed {
    width: 100%
}

.datepicker .table-condensed thead tr:last-child .dow {
    height: 55px;
    padding-top: 20px
}

.datepicker .table-condensed tbody tr:last-child td {
    height: 55px;
    padding-bottom: 20px
}

.datepicker .table-condensed tbody tr:last-child td:before {
    margin-top: -25px
}

.datepicker .table-condensed .top-month .prev,
.datepicker .table-condensed .top-month .next {
    position: relative
}

.datepicker .table-condensed .top-month .prev .icon,
.datepicker .table-condensed .top-month .next .icon {
    color: #074883;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 1
}

.datepicker .table-condensed .top-month .prev .icon.icon-arrow-right,
.datepicker .table-condensed .top-month .next .icon.icon-arrow-right {
    left: -15px
}

.datepicker .table-condensed .top-month .prev .icon.icon-arrow-left,
.datepicker .table-condensed .top-month .next .icon.icon-arrow-left {
    right: -15px
}

.datepicker .table-condensed .top-month .datepicker-switch {
    font-family: "DINNextLTPro-Regular";
    font-size: 16px;
    font-weight: normal;
    position: relative;
    background-color: #eff3f6;
    border-radius: 15px;
    height: 50px
}

.datepicker .table-condensed .icon {
    transform: scaleY(1.5);
    display: inline-block;
    font-size: 7px
}

.datepicker .table-condensed .dow {
    font-family: "DINNextLTPro-Regular";
    font-size: 16px;
    font-weight: normal
}

.datepicker .table-condensed .day {
    font-family: "DINNextLTPro-Bold";
    font-size: 14px;
    color: #074883;
    position: relative
}

.datepicker .table-condensed .day .number-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

.datepicker .table-condensed .day .number-calendar.event:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #57c6ff;
    border-radius: 50%;
    position: absolute;
    bottom: 7px
}

.datepicker .table-condensed .day:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    transition: 0.2s
}

.datepicker .table-condensed .day.new,
.datepicker .table-condensed .day.old {
    color: #7e8991
}

.datepicker .table-condensed .day.today,
.datepicker .table-condensed .day.active {
    color: #fff;
    background-image: none;
    background-color: transparent
}

.datepicker .table-condensed .day.today:before,
.datepicker .table-condensed .day.active:before {
    background-color: #074883
}

.datepicker .table-condensed .day.today:hover,
.datepicker .table-condensed .day.active:hover {
    background-color: transparent;
    background-image: none
}

.datepicker .table-condensed .day:hover {
    background-color: transparent;
    background-image: none
}

.datepicker .table-condensed .day:hover:before {
    background-color: #57c6ff
}

.datepicker .table-condensed .dow,
.datepicker .table-condensed .day {
    border-right: 1px solid #dee5eb;
    border-left: 1px solid #dee5eb
}

.datepicker .table-condensed .dow:first-child,
.datepicker .table-condensed .day:first-child {
    border: 0
}

.datepicker .table-condensed .dow:last-child,
.datepicker .table-condensed .day:last-child {
    border: 0
}

.darken-on-loading {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%
}

.darken-on-loading::after {
    content: url(../images/loading_bonja.gif);
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    text-align: center
}

@media (max-width: 767.98px) {
    .darken-on-loading::after {
        top: 200px
    }
}

.area-login {
    padding: 30px 0
}

@media (max-width: 991.98px) {
    .area-login {
        padding: 15px 0 50px
    }
}

.area-login .block-login {
    background-color: #ffffff;
    border-radius: 15px;
    border-bottom: 1px solid #dee5eb;
    -webkit-box-shadow: 0px 0px 30px -20px #435360;
    -moz-box-shadow: 0px 0px 30px -20px #435360;
    box-shadow: 0px 0px 30px -20px #435360
}

.area-login .block-login .block-header {
    padding: 30px 30px 25px;
    border-bottom: 1px solid #dee5eb
}

.area-login .block-login .block-header .title {
    color: #434e56;
    margin-bottom: 0
}

.area-login .block-login .block-body {
    padding: 50px 90px
}

.area-login .block-login .block-body .form .block-login-type {
    display: flex;
    margin-bottom: 30px;
    background-color: #eff2f5;
    border-radius: 25px
}

.area-login .block-login .block-body .form .block-login-type .btn {
    width: 50%;
    font-size: 12px
}

.area-login .block-login .block-body .form .block-login-type .btn:first-child {
    border-radius: 25px 0 0 25px
}

.area-login .block-login .block-body .form .block-login-type .btn:last-child {
    border-radius: 0 25px 25px 0
}

.area-login .block-login .block-body .form .form-group {
    position: relative
}

.area-login .block-login .block-body .form .form-group .label.error {
    position: absolute;
    top: 0;
    right: 0;
    color: #dd020a
}

.area-login .block-login .block-body .form .form-group .form-control.error {
    color: #dd020a;
    border: 2px solid #dd020a
}

.area-login .block-login .block-body .form .form-group .form-control:focus {
    border: 2px solid #074883;
    box-shadow: none
}

@media (max-width: 991.98px) {
    .area-login .block-login .block-body {
        padding: 40px 30px
    }
}

.area-login .block-login .block-body .btn-primary {
    display: block;
    padding: 10px;
    width: 100%
}

.area-login .block-login .block-body .btn-link {
    font-family: "DINNextLTPro-Bold";
    text-decoration: underline
}

.area-notifications {
    padding: 50px 0;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .area-notifications {
        padding: 0
    }
}

.area-notifications .sidebar-notifications .list-item {
    cursor: pointer
}

.area-notifications .sidebar-notifications .list-item:hover {
    background-color: #dfe6eb
}

@media (max-width: 767.98px) {
    .area-notifications .sidebar-notifications {
        display: none
    }
}

.area-notifications .box-message {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #dfe6eb;
    -webkit-box-shadow: 0px 0px 30px -20px #435360;
    -moz-box-shadow: 0px 0px 30px -20px #435360;
    box-shadow: 0px 0px 30px -20px #435360
}

@media (max-width: 767.98px) {
    .area-notifications .box-message {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        padding: 0
    }
}

@media (max-width: 575.98px) {
    .area-notifications .box-message {
        margin: 0 -15px
    }
}

.area-notifications .box-message .block-title .title {
    margin: 0
}

.area-notifications .box-message .block-title .title.title-3 {
    color: #434e56
}

@media (max-width: 767.98px) {
    .area-notifications .box-message .block-title .title.title-3 {
        display: none
    }
}

.area-notifications .box-message .block-title .title.title-7 {
    margin-bottom: 10px;
    display: block
}

@media (max-width: 767.98px) {
    .area-notifications .box-message .block-title .title.title-7 {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.area-notifications .box-message .block-message .text {
    margin: 0
}

@media (max-width: 575.98px) {
    .area-notifications .box-message .block-message {
        padding: 0 25px 25px 25px
    }
}

.area-faq {
    padding: 100px 0
}

@media (max-width: 767.98px) {
    .area-faq {
        padding: 0
    }
}

.area-faq .breadcrumb-mobile {
    margin-bottom: 50px
}

.area-faq .block-title {
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .area-faq .block-title .title {
        font-size: 20px
    }
}

.area-faq .block-search .form-group {
    margin-bottom: 95px
}

@media (max-width: 767.98px) {
    .area-faq .block-search .form-group {
        margin-bottom: 20px
    }
}

.area-faq .block-search .form-group .form-control {
    height: 80px;
    border: 10px solid #074883
}

.area-faq .block-nav {
    overflow: hidden
}

@media (max-width: 575.98px) {
    .area-faq .block-nav {
        margin: 0 -15px 50px
    }
}

.area-faq .block-nav .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: nowrap
}

.area-faq .block-nav .nav-tabs .nav-item {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    opacity: 0.7;
    color: #074883;
    white-space: nowrap;
    padding: 5px 15px
}

.area-faq .block-nav .nav-tabs .nav-item.active {
    opacity: 1
}

.area-faq .block-nav .tab-pane {
    background-image: url("../images/background/filter-bonja.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #ffffff
}

@media (max-width: 767.98px) {
    .area-faq .block-nav .tab-pane {
        background-position: -200px 0;
        background-size: contain
    }
}

.area-faq .block-nav .tab-pane .block-content {
    padding: 90px 90px 70px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6
}

@media (max-width: 767.98px) {
    .area-faq .block-nav .tab-pane .block-content {
        padding: 30px 30px 10px
    }
}

.area-faq .block-nav .tab-pane .block-content .title {
    margin-bottom: 20px
}

.area-faq .block-nav .tab-pane .block-content .block-item {
    border-top: 1px solid #dee2e6;
    padding: 25px 0
}

.area-faq .block-nav .tab-pane .block-content .block-item .text {
    margin: 0
}

@media (max-width: 767.98px) {
    .area-painel .hidden-mobile {
        display: none
    }
}

.area-painel .show-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .area-painel .show-mobile {
        display: block
    }
}

.area-painel .line {
    display: flex
}

.area-painel .line .block-col {
    width: 57%;
    padding-right: 30px
}

.area-painel .line .block-col.last {
    width: 43%;
    padding: 0
}

@media (max-width: 767.98px) {
    .area-painel .line .block-col.last {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .area-painel .line .block-col {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .area-painel .line {
        display: block
    }
}

.area-painel .line .title-3 {
    padding-top: 15px
}

.area-painel .block {
    background-color: #ffffff;
    border: 1px solid #dfe6eb;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px -20px #435360;
    -moz-box-shadow: 0px 0px 30px -20px #435360;
    box-shadow: 0px 0px 30px -20px #435360;
    margin-bottom: 30px;
    text-decoration: none;
    overflow: hidden
}

.area-painel .block.report-min-height {
    min-height: 300px;
    overflow: inherit
}

@media (max-width: 767.98px) {
    .area-painel .block.report-min-height .block-header {
        overflow: auto
    }
}

@media (max-width: 767.98px) {
    .area-painel .block {
        border-radius: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .area-painel .block {
        margin: 0 -15px 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 1199.98px) {
    .area-painel .block.left-menu .block-header .title.title-3 {
        font-size: 24px
    }
}

.area-painel .block .block-header {
    padding: 10px 25px 15px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 0;
    text-align: left;
    border-radius: 15px
}

.area-painel .block .block-header .title {
    color: #434e56
}

@media (max-width: 767.98px) {
    .area-painel .block .block-header .title {
        font-size: 20px;
        border-radius: 0
    }
}

.area-painel .block .block-header .title.title-2 {
    line-height: 30px
}

.area-painel .block .block-header .title.title-2.label-header-pages {
    line-height: 26px;
    margin: 0;
    margin-bottom: -5px;
    padding-left: 35px;
    padding-top: 10px
}

.area-painel .block .block-header .title.title-3 {
    font-size: 28px;
    line-height: 1em
}

.area-painel .block .block-header.collapsed .icon {
    transform: scaleY(-0.7) rotate(-90deg)
}

.area-painel .block .block-header .icon {
    font-size: 10px;
    color: #434e56;
    transform: scaleY(-0.7) rotate(90deg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    transition: 0.2s
}

@media (max-width: 767.98px) {
    .area-painel .block .block-header {
        padding: 25px 25px 20px
    }
}

.area-painel .block .block-header.label-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.area-painel .block .block-header.label-icon .icon {
    transform: scaleY(0.7) rotate(90deg);
    color: #29588c;
    line-height: 0;
    font-size: 20px;
    width: 20px;
    margin: 0
}

.area-painel .block .block-header.label-icon.collapsed .icon {
    line-height: 0.2em;
    color: #57c6ff;
    transform: scaleX(0.7)
}

.area-painel .block .block-body .list {
    margin: 0;
    padding: 0;
    list-style: none
}

.area-painel .block .block-body .list .list-item {
    border-top: 1px solid #dee5eb;
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 70px
}

.area-painel .block .block-body .list .list-item a {
    color: #074883;
    line-height: 18px
}

.area-painel .block .block-body .list .list-item a.btn-link {
    font-family: "DINNextLTPro-Bold";
    color: #57c6ff;
    text-decoration: underline
}

.area-painel .block .block-body .list .list-item .icon {
    font-size: 20px;
    color: #074883;
    margin-right: 10px
}

.area-painel .block .block-body .description {
    padding: 0 25px
}

.area-painel .block .block-footer {
    background-color: #eff3f6;
    padding: 20px 30px;
    border-top: 1px solid #dfe6ec
}

@media (max-width: 767.98px) {
    .area-painel .block .block-footer {
        background-color: #fff
    }
}

.area-painel .block .block-footer .btn {
    display: block
}

.area-painel .block.block-more-info .block-body .list {
    max-height: 290px;
    overflow-y: scroll
}

@media (max-width: 767.98px) {
    .area-painel .block.block-more-info .block-body .list {
        max-height: inherit;
        overflow: inherit
    }
}

.area-painel .block.block-dates-events .block-body,
.area-painel .block.block-contact .block-body,
.area-painel .block .block-contact .block-body,
.area-painel .block .block-menu .block-body,
.area-painel .block .block-reportcard .block-body,
.area-painel .block .block-financial .block-body,
.area-painel .block .block-more-info .block-body,
.area-painel .block .block-faq .block-body {
    padding: 0 25px 25px
}

.area-painel .block.block-dates-events .block-body .list-group .list-group-item,
.area-painel .block.block-contact .block-body .list-group .list-group-item,
.area-painel .block .block-contact .block-body .list-group .list-group-item,
.area-painel .block .block-menu .block-body .list-group .list-group-item,
.area-painel .block .block-reportcard .block-body .list-group .list-group-item,
.area-painel .block .block-financial .block-body .list-group .list-group-item,
.area-painel .block .block-more-info .block-body .list-group .list-group-item,
.area-painel .block .block-faq .block-body .list-group .list-group-item {
    color: #074883;
    padding: 25px;
    background-color: #eff3f6;
    border-color: #dfe6ec;
    display: flex;
    align-items: center
}

.area-painel .block.block-dates-events .block-body .list-group .list-group-item a,
.area-painel .block.block-contact .block-body .list-group .list-group-item a,
.area-painel .block .block-contact .block-body .list-group .list-group-item a,
.area-painel .block .block-menu .block-body .list-group .list-group-item a,
.area-painel .block .block-reportcard .block-body .list-group .list-group-item a,
.area-painel .block .block-financial .block-body .list-group .list-group-item a,
.area-painel .block .block-more-info .block-body .list-group .list-group-item a,
.area-painel .block .block-faq .block-body .list-group .list-group-item a {
    color: #074883;
    line-height: 18px
}

.area-painel .block.block-dates-events .block-body .list-group .list-group-item .icon,
.area-painel .block.block-contact .block-body .list-group .list-group-item .icon,
.area-painel .block .block-contact .block-body .list-group .list-group-item .icon,
.area-painel .block .block-menu .block-body .list-group .list-group-item .icon,
.area-painel .block .block-reportcard .block-body .list-group .list-group-item .icon,
.area-painel .block .block-financial .block-body .list-group .list-group-item .icon,
.area-painel .block .block-more-info .block-body .list-group .list-group-item .icon,
.area-painel .block .block-faq .block-body .list-group .list-group-item .icon {
    font-size: 20px;
    color: #074883;
    margin-right: 10px
}

.area-painel .block.block-dates-events .block-body .list-group .list-group-item:first-child,
.area-painel .block.block-contact .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-contact .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-menu .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-reportcard .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-financial .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-more-info .block-body .list-group .list-group-item:first-child,
.area-painel .block .block-faq .block-body .list-group .list-group-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.area-painel .block.block-dates-events .block-body .list-group .list-group-item:last-child,
.area-painel .block.block-contact .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-contact .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-menu .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-reportcard .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-financial .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-more-info .block-body .list-group .list-group-item:last-child,
.area-painel .block .block-faq .block-body .list-group .list-group-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.area-painel .block.block-dates-events .block-body .btn-schedule,
.area-painel .block.block-contact .block-body .btn-schedule,
.area-painel .block .block-contact .block-body .btn-schedule,
.area-painel .block .block-menu .block-body .btn-schedule,
.area-painel .block .block-reportcard .block-body .btn-schedule,
.area-painel .block .block-financial .block-body .btn-schedule,
.area-painel .block .block-more-info .block-body .btn-schedule,
.area-painel .block .block-faq .block-body .btn-schedule {
    display: block;
    margin: auto;
    width: 250px
}

.area-painel .block.block-notifications .block-body .notifications-list {
    max-height: 680px;
    overflow-y: scroll
}

@media (max-width: 767.98px) {
    .area-painel .block.block-notifications .block-body .notifications-list {
        max-height: inherit;
        overflow-y: inherit
    }
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item {
    height: auto;
    padding: 25px 25px 0
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item .block-description {
    position: relative;
    padding-right: 50px;
    width: 100%
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item .block-description .title {
    margin: 0
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item .block-description .title.title-3 {
    color: #434e56;
    line-height: 10px
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item .block-description .text {
    color: #7e8991
}

.area-painel .block.block-notifications .block-body .notifications-list .list-item .block-description .btn {
    display: block;
    width: 100%;
    max-width: 60px;
    position: absolute;
    top: 0;
    right: 0
}

.area-painel .block.block-dates-events .block-body {
    padding: 0
}

.area-painel .block.block-dates-events .block-body .item {
    padding: 25px;
    border-top: 1px solid #dfe6ec
}

.area-painel .block.block-dates-events .block-body .item.calendar {
    padding: 25px 0 0
}

.area-painel .block.block-dates-events .block-body .item.calendar .title {
    margin: 0 0 25px 25px
}

.area-painel .block.block-dates-events .block-body .item .title {
    color: #434e56;
    margin-bottom: 20px
}

.area-painel .block.block-enrollment {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 160px;
    display: flex;
    align-items: center;
    border-radius: 20px
}

@media (max-width: 575.98px) {
    .area-painel .block.block-enrollment {
        margin: 0 0 10px;
        height: 210px
    }
}

.area-painel .block.block-enrollment .block-body {
    text-align: center;
    width: 100%
}

@media (max-width: 575.98px) {
    .area-painel .block.block-enrollment .block-body {
        padding: 0 30px
    }
}

.area-painel .block.block-enrollment .block-body .title {
    color: #ffffff
}

@media (max-width: 575.98px) {
    .area-painel .block.block-enrollment .block-body .title {
        font-size: 20px
    }
}

.area-painel .block.block-enrollment .block-body .btn {
    margin-top: 10px
}

@media (max-width: 575.98px) {
    .area-painel .block.block-gallery {
        margin: 0 -15px
    }
}

.area-painel .block.block-gallery .block-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0
}

@media (max-width: 767.98px) {
    .area-painel .block.block-gallery .block-header {
        padding-bottom: 20px
    }
}

.area-painel .block.block-gallery .block-header .title {
    margin: 0
}

.area-painel .block.block-gallery .block-body {
    padding: 25px
}

@media (max-width: 767.98px) {
    .area-painel .block.block-gallery .block-body {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #dee5eb
    }
}

@media (max-width: 767.98px) {
    .area-painel .block.block-gallery .block-body .btn-primary {
        margin-bottom: 10px;
        display: block
    }
}

.area-painel .block.block-gallery .block-body .card {
    border: 1px solid #dee5eb;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px -20px #435360;
    -moz-box-shadow: 0px 0px 30px -20px #435360;
    box-shadow: 0px 0px 30px -20px #435360;
    transition: 0.3s
}

@media (max-width: 767.98px) {
    .area-painel .block.block-gallery .block-body .card {
        margin-bottom: 10px
    }
}

.area-painel .block.block-gallery .block-body .card .card-body {
    padding: 20px 25px
}

.area-painel .block.block-gallery .block-body .card .card-body .qty {
    color: #7f8992
}

.area-painel .block.block-gallery .block-body .card .block-border {
    border: 1px solid transparent;
    padding: 3px
}

.area-painel .block.block-gallery .block-body .card .block-border .card-img-top {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.area-painel .block.block-gallery .block-body .card:hover {
    border: 1px solid #57c6ff;
    box-shadow: none;
    text-decoration: none
}

.area-painel .block.block-gallery .block-body .card:hover .block-border {
    border: 1px solid #57c6ff
}

.area-painel .block.block-gallery .title-3 {
    padding-top: 15px
}

@media (min-width: 768px) {
    .area-painel .block.block-gallery .btn-small {
        width: 90px;
        margin-top: 8px
    }
}

@media (max-width: 767.98px) {
    .area-painel .block.block-contact .block-body {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #dee5eb
    }
}

@media (max-width: 767.98px) {
    .area-painel .block.block-faq .block-body {
        padding: 20px 0 10px;
        border-top: 1px solid #dee5eb
    }
}

.area-painel .block.left-menu {
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .area-painel .block.left-menu {
        background-color: #fff;
        border-radius: 15px;
        border: 1px solid #dfe6eb
    }
}

.area-painel .block.left-menu .block-header {
    padding-top: 25px
}

.area-painel .block.left-menu .block-body {
    padding: 0 15px
}

@media (min-width: 768px) {
    .area-painel .block.left-menu .title:hover {
        cursor: pointer
    }
}

.area-painel .block .block-reportcard .block-body .list-group .list-group-item,
.area-painel .block .block-financial .block-body .list-group .list-group-item,
.area-painel .block .block-faq .block-body .list-group .list-group-item {
    display: list-item;
    list-style-position: inside;
    font-size: 20px;
    line-height: 1em
}

.area-painel .block .block-reportcard .block-body .list-group .list-group-item.text,
.area-painel .block .block-financial .block-body .list-group .list-group-item.text,
.area-painel .block .block-faq .block-body .list-group .list-group-item.text {
    line-height: 1.2em
}

.area-painel .block .block-reportcard .block-body .list-group .list-group-item.block-footer,
.area-painel .block .block-financial .block-body .list-group .list-group-item.block-footer,
.area-painel .block .block-faq .block-body .list-group .list-group-item.block-footer {
    display: block;
    padding: 20px 15px
}

.area-painel .block .block-reportcard .block-body .list-group .list-group-item.block-footer a,
.area-painel .block .block-financial .block-body .list-group .list-group-item.block-footer a,
.area-painel .block .block-faq .block-body .list-group .list-group-item.block-footer a {
    margin: 0
}

.area-painel .block .block-reportcard .block-body .list-group .list-group-item a,
.area-painel .block .block-financial .block-body .list-group .list-group-item a,
.area-painel .block .block-faq .block-body .list-group .list-group-item a {
    margin-left: -10px
}

.area-painel .block .block-faq .block-body .list-group .list-group-item {
    display: initial;
    font-size: initial
}

.table-class-schedule {
    padding: 25px 0;
    margin: auto;
    max-width: 900px;
    overflow: auto
}

@media (max-width: 991.98px) {
    .table-class-schedule {
        overflow-x: scroll
    }
}

.table-class-schedule .table .block {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 100px
}

.table-class-schedule .table .block.weekday {
    padding: 10px 0 0
}

.table-class-schedule .table .block.weekday .text-3 {
    margin: 0;
    font-size: 17px;
    color: #7e8991;
    line-height: 1em
}

.table-class-schedule .table .block.weekday .text-3 span {
    color: #074883;
    font-weight: bold;
    font-style: normal
}

.table-class-schedule .table .block.weekday span {
    font-size: 14px;
    color: #7e8991;
    font-style: italic;
    font-weight: normal
}

.table-class-schedule .table .block.time {
    color: #074883
}

.table-class-schedule .table .block.class {
    padding: 10px 0 0
}

.table-class-schedule .table .block.class .text-3 {
    margin: 0;
    font-size: 14px;
    color: #074883;
    line-height: 1em;
    font-weight: bold
}

.table-class-schedule .table .block.class span {
    font-size: 14px;
    color: #074883;
    font-style: italic
}

.table-class-schedule .table .month {
    background-color: #dfe6eb;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    font-weight: bold;
    color: #074883;
    border: none
}

@media (max-width: 991.98px) {
    .table-class-schedule .table .month {
        padding-left: 100px
    }
}

.table-class-schedule .table .break {
    text-align: center;
    background-color: #dfe6eb;
    font-weight: bold;
    color: #074883
}

.table-class-schedule .table .break span {
    font-style: italic;
    font-weight: normal
}

.table-class-schedule .table th,
.table-class-schedule .table td {
    border: 1px solid #dfe6eb;
    vertical-align: middle
}

.table-class-schedule .table th.active,
.table-class-schedule .table td.active {
    background-color: #074883
}

.table-class-schedule .table th.active .block.class .text-3,
.table-class-schedule .table th.active .block.class span,
.table-class-schedule .table td.active .block.class .text-3,
.table-class-schedule .table td.active .block.class span {
    color: #eff2f5
}

.table-area {
    position: relative
}

.table-area .table-actions {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 325px;
    padding: 0 20px
}

.table-area .table-actions .btn-action {
    width: 50px
}

.table-area .table-actions .btn-action .icon {
    transform: none
}

@media (max-width: 991.98px) {
    .table-area .table-actions {
        padding: 0;
        top: 23px
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

@media (max-width: 767.98px) {
     ::-webkit-scrollbar {
        height: 0
    }
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-image: url(../images/custom-bar.jpg);
    background-repeat: repeat-y;
    background-position: center;
    padding: 10px 0;
    margin: 5px 0 10px;
    border-radius: 25px
}

::-webkit-scrollbar-thumb {
    background: #57c6ff;
    border-radius: 10px;
    width: 1px
}

::-webkit-scrollbar-thumb:hover {
    background: #7e8991
}

#modalCaeb .modal-dialog {
    max-width: 100%
}

#modalCaeb .modal-dialog .modal-content {
    width: auto;
    margin: 0 auto;
    position: relative;
    border: 2px solid #FFF;
    border-radius: 25px;
    overflow: hidden
}

#modalCaeb .modal-dialog .modal-content .modal-body {
    padding: 0
}

#modalCaeb .modal-dialog .modal-content .modal-body .close {
    background-color: #DDDDDD;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 34px;
    color: #57c6ff;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 25px;
    text-shadow: none
}

#modalCaeb .modal-dialog .modal-content .modal-body .close:hover {
    background-color: #FFFFFF
}

.area-gallery {
    background-color: #eff3f6
}

@media (max-width: 767.98px) {
    .area-gallery {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .area-gallery .sidebar .block .block-title {
        display: none
    }
}

.area-gallery .sidebar .block .block-filter {
    padding: 25px 25px 15px;
    border-bottom: 1px solid #dfe6eb
}

.area-gallery .sidebar .block .block-filter .form-control {
    padding: 12px;
    color: #7e8991
}

.area-gallery .sidebar .block .block-list .list-item {
    position: relative
}

.area-gallery .sidebar .block .block-list .list-item .list-link {
    text-decoration: none;
    display: block
}

.area-gallery .sidebar .block .block-list .list-item .title-5 {
    color: #434e56
}

.area-gallery .sidebar .block .block-list .list-item .icon {
    display: none
}

@media (max-width: 767.98px) {
    .area-gallery .sidebar .block .block-list .list-item .icon {
        font-size: 7px;
        color: #074883;
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px
    }
}

.area-gallery .sidebar .block:last-child .block-title {
    border-top: 0
}

@media (max-width: 767.98px) {
    .area-gallery .sidebar {
        margin-top: 10px
    }
}

.area-gallery .pagination {
    padding: 25px 0
}

.area-gallery .pagination .page-numbers {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%
}

.area-gallery .pagination .page-numbers li {
    list-style: none;
    padding: 5px
}

.area-gallery .pagination .page-numbers li a,
.area-gallery .pagination .page-numbers li span {
    padding: 5px 15px;
    border-radius: 25px;
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.1s ease
}

@media (max-width: 575.98px) {
    .area-gallery .pagination .page-numbers li a,
    .area-gallery .pagination .page-numbers li span {
        font-size: 13px;
        padding: 2px 10px
    }
}

.area-gallery .pagination .page-numbers li a {
    background-color: #57c6ff
}

.area-gallery .pagination .page-numbers li a:hover {
    background-color: #73d0ff
}

.area-gallery .pagination .page-numbers li span {
    background-color: transparent
}

@media (max-width: 575.98px) {
    .area-gallery .pagination .page-numbers li {
        font-size: 12px;
        padding: 2px
    }
}

.area-gallery .gallery-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 30px;
    margin-right: 80px
}

.area-gallery .gallery-grid.show {
    display: grid
}

@media (max-width: 767.98px) {
    .area-gallery .gallery-grid {
        grid-template-columns: 33.33% 33.33% 33.33%;
        margin: 10px auto;
        grid-gap: 10px;
        display: none
    }
}


.btnDownloadRequestedDigitalDocuments {
    width: 35% !important;
}

@media (max-width: 575.98px) {
    .area-gallery .gallery-grid {
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
        max-width: 300px
    }
    
    .gloassario-requerimentos{
        border-top: 1px solid #dee5eb;
        flex-direction: column-reverse;
        padding-top: 5px;
    }

    .btnDownloadRequestedDigitalDocuments {
        width: 65% !important;
    }
}

.area-gallery .gallery-grid .gallery-item {
    border: 1px solid #dee5eb;
    border-radius: 3px;
    background-color: #ffffff;
    transition: 0.2s
}

@media (max-width: 767.98px) {
    .area-gallery .gallery-grid .gallery-item {
        max-width: 140px
    }
}

.area-gallery .gallery-grid .gallery-item .block-border {
    padding: 4px;
    border: 1px solid transparent
}

.area-gallery .gallery-grid .gallery-item .image {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 767.98px) {
    .area-gallery .gallery-grid .gallery-item .image {
        height: 130px
    }
}

.area-gallery .gallery-grid .gallery-item:hover {
    border-color: #57c6ff
}

.area-gallery .gallery-grid .gallery-item:hover .block-border {
    border-color: #57c6ff
}

table.table-boletim tr.dtrg-group.dtrg-level-0 td {
    background-color: #E0E0E0;
    font-weight: bold;
    padding: 0.25em 0.25em 0.25em 15px;
    text-align: left;
}

table.table-boletim tr.dtrg-group.dtrg-level-1 td {
    background-color: #F0F0F0;
    padding: 0.25em 0.25em 0.25em 30px;
    font-size: 0.9em;
    text-align: left;
}

table.table-boletim thead tr {
    background-color: #074883;
    color: #FFFFFF;
}

.gloassario-requerimentos-color {
    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}
.gloassario-requerimentos-color::-webkit-color-swatch {
    border: none;
    border-radius: 10px;
    padding: 0;
}
.gloassario-requerimentos-color::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 10px;
    padding: 0;
}