/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.text-color-primary {
    color: #ce9025 !important
}

.text-color-secondary {
    color: #04346c !important
}

.text-color-success {
    color: #84bf12 !important
}

.text-color-info {
    color: #66bcff !important
}

.text-color-warning {
    color: #edf5f8 !important
}

.text-color-danger {
    color: #d50d1f !important
}

.text-color-light {
    color: #f8f9fa !important
}

.text-color-dark {
    color: #172436 !important
}

.text-color-gray-200 {
    color: #e9ecef !important
}

.text-color-waec-gold {
    color: #ce9025 !important
}

.text-color-waec-blue {
    color: #04346c !important
}

.text-color-red {
    color: #d50d1f !important
}

.text-color-green {
    color: #84bf12 !important
}

.text-color-green-700 {
    color: #264619 !important
}

.text-color-green-800 {
    color: #414e23 !important
}

.text-color-green-900 {
    color: #252f23 !important
}

.t-12 {
    font-size: 12px !important
}

.t-14 {
    font-size: 14px !important
}

.t-16 {
    font-size: 16px !important
}

.t-18 {
    font-size: 18px !important
}

.t-20 {
    font-size: 20px !important
}

.t-24 {
    font-size: 24px !important
}

.t-30 {
    font-size: 30px !important
}

.t-36 {
    font-size: 36px !important
}

.t-48 {
    font-size: 48px !important
}

.t-60 {
    font-size: 60px !important
}

.t-72 {
    font-size: 72px !important
}

.leading-0 {
    line-height: 0 !important
}

.leading-1 {
    line-height: .25rem !important
}

.leading-2 {
    line-height: .5rem !important
}

.leading-3 {
    line-height: 1rem !important
}

.leading-4 {
    line-height: 1.5rem !important
}

.leading-5 {
    line-height: 3rem !important
}

.br-0 {
    border-radius: 0 !important
}

.br-1 {
    border-radius: .25rem !important
}

.br-2 {
    border-radius: .5rem !important
}

.br-3 {
    border-radius: 1rem !important
}

.br-4 {
    border-radius: 1.5rem !important
}

.br-5 {
    border-radius: 3rem !important
}

.bw-0 {
    border-radius: 0 !important
}

.bw-1 {
    border-radius: .25rem !important
}

.bw-2 {
    border-radius: .5rem !important
}

.bw-3 {
    border-radius: 1rem !important
}

.bw-4 {
    border-radius: 1.5rem !important
}

.bw-5 {
    border-radius: 3rem !important
}

:root {
    --primary: #ce9025;
    --secondary: #04346c;
    --success: #84bf12;
    --info: #66bcff;
    --warning: #edf5f8;
    --danger: #d50d1f;
    --light: #f8f9fa;
    --dark: #172436;
    --gray-200: #e9ecef;
    --waec-gold: #ce9025;
    --waec-blue: #04346c;
    --red: #d50d1f;
    --green: #84bf12;
    --green-700: #264619;
    --green-800: #414e23;
    --green-900: #252f23;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --breakpoint-xxxl: 1600px;
    --font-family-sans-serif: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    line-height: 1.15
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    background-color: #fff;
    color: #5a6174;
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(.focus-visible) {
    outline: 0 !important
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #ce9025
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #f2dbb4
        }

        a:not([href]):not([class]), a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #626262;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    font-weight: 700;
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus:not(.focus-visible) {
        outline: 0
    }

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #626262;
    display: block;
    font-size: 80%
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #626262;
    font-size: 90%
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px
    }
}

@media (min-width:1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 1500px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-25, .col-26, .col-27, .col-28, .col-29, .col-30, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-25, .col-xl-26, .col-xl-27, .col-xl-28, .col-xl-29, .col-xl-30, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-xxl-25, .col-xxl-26, .col-xxl-27, .col-xxl-28, .col-xxl-29, .col-xxl-30, .col-xxl-auto, .col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl-13, .col-xxxl-14, .col-xxxl-15, .col-xxxl-16, .col-xxxl-17, .col-xxxl-18, .col-xxxl-19, .col-xxxl-20, .col-xxxl-21, .col-xxxl-22, .col-xxxl-23, .col-xxxl-24, .col-xxxl-25, .col-xxxl-26, .col-xxxl-27, .col-xxxl-28, .col-xxxl-29, .col-xxxl-30, .col-xxxl-auto {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 3.33333%;
    max-width: 3.33333%
}

.col-2 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}

.col-3 {
    flex: 0 0 10%;
    max-width: 10%
}

.col-4 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}

.col-5 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-6 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-7 {
    flex: 0 0 23.33333%;
    max-width: 23.33333%
}

.col-8 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}

.col-9 {
    flex: 0 0 30%;
    max-width: 30%
}

.col-10 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-11 {
    flex: 0 0 36.66667%;
    max-width: 36.66667%
}

.col-12 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-13 {
    flex: 0 0 43.33333%;
    max-width: 43.33333%
}

.col-14 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}

.col-15 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-16 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}

.col-17 {
    flex: 0 0 56.66667%;
    max-width: 56.66667%
}

.col-18 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-19 {
    flex: 0 0 63.33333%;
    max-width: 63.33333%
}

.col-20 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-21 {
    flex: 0 0 70%;
    max-width: 70%
}

.col-22 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}

.col-23 {
    flex: 0 0 76.66667%;
    max-width: 76.66667%
}

.col-24 {
    flex: 0 0 80%;
    max-width: 80%
}

.col-25 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-26 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}

.col-27 {
    flex: 0 0 90%;
    max-width: 90%
}

.col-28 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}

.col-29 {
    flex: 0 0 96.66667%;
    max-width: 96.66667%
}

.col-30 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 31
}

.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
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

.order-25 {
    order: 25
}

.order-26 {
    order: 26
}

.order-27 {
    order: 27
}

.order-28 {
    order: 28
}

.order-29 {
    order: 29
}

.order-30 {
    order: 30
}

.offset-1 {
    margin-left: 3.33333%
}

.offset-2 {
    margin-left: 6.66667%
}

.offset-3 {
    margin-left: 10%
}

.offset-4 {
    margin-left: 13.33333%
}

.offset-5 {
    margin-left: 16.66667%
}

.offset-6 {
    margin-left: 20%
}

.offset-7 {
    margin-left: 23.33333%
}

.offset-8 {
    margin-left: 26.66667%
}

.offset-9 {
    margin-left: 30%
}

.offset-10 {
    margin-left: 33.33333%
}

.offset-11 {
    margin-left: 36.66667%
}

.offset-12 {
    margin-left: 40%
}

.offset-13 {
    margin-left: 43.33333%
}

.offset-14 {
    margin-left: 46.66667%
}

.offset-15 {
    margin-left: 50%
}

.offset-16 {
    margin-left: 53.33333%
}

.offset-17 {
    margin-left: 56.66667%
}

.offset-18 {
    margin-left: 60%
}

.offset-19 {
    margin-left: 63.33333%
}

.offset-20 {
    margin-left: 66.66667%
}

.offset-21 {
    margin-left: 70%
}

.offset-22 {
    margin-left: 73.33333%
}

.offset-23 {
    margin-left: 76.66667%
}

.offset-24 {
    margin-left: 80%
}

.offset-25 {
    margin-left: 83.33333%
}

.offset-26 {
    margin-left: 86.66667%
}

.offset-27 {
    margin-left: 90%
}

.offset-28 {
    margin-left: 93.33333%
}

.offset-29 {
    margin-left: 96.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-sm-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-sm-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-sm-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-sm-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-sm-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-sm-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-sm-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-sm-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-sm-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-sm-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-sm-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-sm-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-sm-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-sm-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-sm-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-sm-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-sm-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-sm-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-sm-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-sm-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-sm-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 31
    }

    .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
    }

    .order-sm-13 {
        order: 13
    }

    .order-sm-14 {
        order: 14
    }

    .order-sm-15 {
        order: 15
    }

    .order-sm-16 {
        order: 16
    }

    .order-sm-17 {
        order: 17
    }

    .order-sm-18 {
        order: 18
    }

    .order-sm-19 {
        order: 19
    }

    .order-sm-20 {
        order: 20
    }

    .order-sm-21 {
        order: 21
    }

    .order-sm-22 {
        order: 22
    }

    .order-sm-23 {
        order: 23
    }

    .order-sm-24 {
        order: 24
    }

    .order-sm-25 {
        order: 25
    }

    .order-sm-26 {
        order: 26
    }

    .order-sm-27 {
        order: 27
    }

    .order-sm-28 {
        order: 28
    }

    .order-sm-29 {
        order: 29
    }

    .order-sm-30 {
        order: 30
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 3.33333%
    }

    .offset-sm-2 {
        margin-left: 6.66667%
    }

    .offset-sm-3 {
        margin-left: 10%
    }

    .offset-sm-4 {
        margin-left: 13.33333%
    }

    .offset-sm-5 {
        margin-left: 16.66667%
    }

    .offset-sm-6 {
        margin-left: 20%
    }

    .offset-sm-7 {
        margin-left: 23.33333%
    }

    .offset-sm-8 {
        margin-left: 26.66667%
    }

    .offset-sm-9 {
        margin-left: 30%
    }

    .offset-sm-10 {
        margin-left: 33.33333%
    }

    .offset-sm-11 {
        margin-left: 36.66667%
    }

    .offset-sm-12 {
        margin-left: 40%
    }

    .offset-sm-13 {
        margin-left: 43.33333%
    }

    .offset-sm-14 {
        margin-left: 46.66667%
    }

    .offset-sm-15 {
        margin-left: 50%
    }

    .offset-sm-16 {
        margin-left: 53.33333%
    }

    .offset-sm-17 {
        margin-left: 56.66667%
    }

    .offset-sm-18 {
        margin-left: 60%
    }

    .offset-sm-19 {
        margin-left: 63.33333%
    }

    .offset-sm-20 {
        margin-left: 66.66667%
    }

    .offset-sm-21 {
        margin-left: 70%
    }

    .offset-sm-22 {
        margin-left: 73.33333%
    }

    .offset-sm-23 {
        margin-left: 76.66667%
    }

    .offset-sm-24 {
        margin-left: 80%
    }

    .offset-sm-25 {
        margin-left: 83.33333%
    }

    .offset-sm-26 {
        margin-left: 86.66667%
    }

    .offset-sm-27 {
        margin-left: 90%
    }

    .offset-sm-28 {
        margin-left: 93.33333%
    }

    .offset-sm-29 {
        margin-left: 96.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-md-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-md-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-md-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-md-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-md-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-md-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-md-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-md-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-md-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-md-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-md-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-md-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-md-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-md-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-md-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-md-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-md-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-md-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-md-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-md-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-md-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 31
    }

    .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
    }

    .order-md-13 {
        order: 13
    }

    .order-md-14 {
        order: 14
    }

    .order-md-15 {
        order: 15
    }

    .order-md-16 {
        order: 16
    }

    .order-md-17 {
        order: 17
    }

    .order-md-18 {
        order: 18
    }

    .order-md-19 {
        order: 19
    }

    .order-md-20 {
        order: 20
    }

    .order-md-21 {
        order: 21
    }

    .order-md-22 {
        order: 22
    }

    .order-md-23 {
        order: 23
    }

    .order-md-24 {
        order: 24
    }

    .order-md-25 {
        order: 25
    }

    .order-md-26 {
        order: 26
    }

    .order-md-27 {
        order: 27
    }

    .order-md-28 {
        order: 28
    }

    .order-md-29 {
        order: 29
    }

    .order-md-30 {
        order: 30
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 3.33333%
    }

    .offset-md-2 {
        margin-left: 6.66667%
    }

    .offset-md-3 {
        margin-left: 10%
    }

    .offset-md-4 {
        margin-left: 13.33333%
    }

    .offset-md-5 {
        margin-left: 16.66667%
    }

    .offset-md-6 {
        margin-left: 20%
    }

    .offset-md-7 {
        margin-left: 23.33333%
    }

    .offset-md-8 {
        margin-left: 26.66667%
    }

    .offset-md-9 {
        margin-left: 30%
    }

    .offset-md-10 {
        margin-left: 33.33333%
    }

    .offset-md-11 {
        margin-left: 36.66667%
    }

    .offset-md-12 {
        margin-left: 40%
    }

    .offset-md-13 {
        margin-left: 43.33333%
    }

    .offset-md-14 {
        margin-left: 46.66667%
    }

    .offset-md-15 {
        margin-left: 50%
    }

    .offset-md-16 {
        margin-left: 53.33333%
    }

    .offset-md-17 {
        margin-left: 56.66667%
    }

    .offset-md-18 {
        margin-left: 60%
    }

    .offset-md-19 {
        margin-left: 63.33333%
    }

    .offset-md-20 {
        margin-left: 66.66667%
    }

    .offset-md-21 {
        margin-left: 70%
    }

    .offset-md-22 {
        margin-left: 73.33333%
    }

    .offset-md-23 {
        margin-left: 76.66667%
    }

    .offset-md-24 {
        margin-left: 80%
    }

    .offset-md-25 {
        margin-left: 83.33333%
    }

    .offset-md-26 {
        margin-left: 86.66667%
    }

    .offset-md-27 {
        margin-left: 90%
    }

    .offset-md-28 {
        margin-left: 93.33333%
    }

    .offset-md-29 {
        margin-left: 96.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-lg-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-lg-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-lg-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-lg-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-lg-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-lg-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-lg-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-lg-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-lg-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-lg-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-lg-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-lg-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-lg-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-lg-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-lg-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-lg-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-lg-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-lg-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-lg-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-lg-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-lg-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 31
    }

    .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
    }

    .order-lg-13 {
        order: 13
    }

    .order-lg-14 {
        order: 14
    }

    .order-lg-15 {
        order: 15
    }

    .order-lg-16 {
        order: 16
    }

    .order-lg-17 {
        order: 17
    }

    .order-lg-18 {
        order: 18
    }

    .order-lg-19 {
        order: 19
    }

    .order-lg-20 {
        order: 20
    }

    .order-lg-21 {
        order: 21
    }

    .order-lg-22 {
        order: 22
    }

    .order-lg-23 {
        order: 23
    }

    .order-lg-24 {
        order: 24
    }

    .order-lg-25 {
        order: 25
    }

    .order-lg-26 {
        order: 26
    }

    .order-lg-27 {
        order: 27
    }

    .order-lg-28 {
        order: 28
    }

    .order-lg-29 {
        order: 29
    }

    .order-lg-30 {
        order: 30
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 3.33333%
    }

    .offset-lg-2 {
        margin-left: 6.66667%
    }

    .offset-lg-3 {
        margin-left: 10%
    }

    .offset-lg-4 {
        margin-left: 13.33333%
    }

    .offset-lg-5 {
        margin-left: 16.66667%
    }

    .offset-lg-6 {
        margin-left: 20%
    }

    .offset-lg-7 {
        margin-left: 23.33333%
    }

    .offset-lg-8 {
        margin-left: 26.66667%
    }

    .offset-lg-9 {
        margin-left: 30%
    }

    .offset-lg-10 {
        margin-left: 33.33333%
    }

    .offset-lg-11 {
        margin-left: 36.66667%
    }

    .offset-lg-12 {
        margin-left: 40%
    }

    .offset-lg-13 {
        margin-left: 43.33333%
    }

    .offset-lg-14 {
        margin-left: 46.66667%
    }

    .offset-lg-15 {
        margin-left: 50%
    }

    .offset-lg-16 {
        margin-left: 53.33333%
    }

    .offset-lg-17 {
        margin-left: 56.66667%
    }

    .offset-lg-18 {
        margin-left: 60%
    }

    .offset-lg-19 {
        margin-left: 63.33333%
    }

    .offset-lg-20 {
        margin-left: 66.66667%
    }

    .offset-lg-21 {
        margin-left: 70%
    }

    .offset-lg-22 {
        margin-left: 73.33333%
    }

    .offset-lg-23 {
        margin-left: 76.66667%
    }

    .offset-lg-24 {
        margin-left: 80%
    }

    .offset-lg-25 {
        margin-left: 83.33333%
    }

    .offset-lg-26 {
        margin-left: 86.66667%
    }

    .offset-lg-27 {
        margin-left: 90%
    }

    .offset-lg-28 {
        margin-left: 93.33333%
    }

    .offset-lg-29 {
        margin-left: 96.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-xl-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-xl-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xl-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-xl-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-xl-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-xl-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xl-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-xl-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-xl-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-xl-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-xl-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-xl-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-xl-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xl-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-xl-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-xl-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-xl-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xl-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-xl-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-xl-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 31
    }

    .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
    }

    .order-xl-13 {
        order: 13
    }

    .order-xl-14 {
        order: 14
    }

    .order-xl-15 {
        order: 15
    }

    .order-xl-16 {
        order: 16
    }

    .order-xl-17 {
        order: 17
    }

    .order-xl-18 {
        order: 18
    }

    .order-xl-19 {
        order: 19
    }

    .order-xl-20 {
        order: 20
    }

    .order-xl-21 {
        order: 21
    }

    .order-xl-22 {
        order: 22
    }

    .order-xl-23 {
        order: 23
    }

    .order-xl-24 {
        order: 24
    }

    .order-xl-25 {
        order: 25
    }

    .order-xl-26 {
        order: 26
    }

    .order-xl-27 {
        order: 27
    }

    .order-xl-28 {
        order: 28
    }

    .order-xl-29 {
        order: 29
    }

    .order-xl-30 {
        order: 30
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 3.33333%
    }

    .offset-xl-2 {
        margin-left: 6.66667%
    }

    .offset-xl-3 {
        margin-left: 10%
    }

    .offset-xl-4 {
        margin-left: 13.33333%
    }

    .offset-xl-5 {
        margin-left: 16.66667%
    }

    .offset-xl-6 {
        margin-left: 20%
    }

    .offset-xl-7 {
        margin-left: 23.33333%
    }

    .offset-xl-8 {
        margin-left: 26.66667%
    }

    .offset-xl-9 {
        margin-left: 30%
    }

    .offset-xl-10 {
        margin-left: 33.33333%
    }

    .offset-xl-11 {
        margin-left: 36.66667%
    }

    .offset-xl-12 {
        margin-left: 40%
    }

    .offset-xl-13 {
        margin-left: 43.33333%
    }

    .offset-xl-14 {
        margin-left: 46.66667%
    }

    .offset-xl-15 {
        margin-left: 50%
    }

    .offset-xl-16 {
        margin-left: 53.33333%
    }

    .offset-xl-17 {
        margin-left: 56.66667%
    }

    .offset-xl-18 {
        margin-left: 60%
    }

    .offset-xl-19 {
        margin-left: 63.33333%
    }

    .offset-xl-20 {
        margin-left: 66.66667%
    }

    .offset-xl-21 {
        margin-left: 70%
    }

    .offset-xl-22 {
        margin-left: 73.33333%
    }

    .offset-xl-23 {
        margin-left: 76.66667%
    }

    .offset-xl-24 {
        margin-left: 80%
    }

    .offset-xl-25 {
        margin-left: 83.33333%
    }

    .offset-xl-26 {
        margin-left: 86.66667%
    }

    .offset-xl-27 {
        margin-left: 90%
    }

    .offset-xl-28 {
        margin-left: 93.33333%
    }

    .offset-xl-29 {
        margin-left: 96.66667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-xxl-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-xxl-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xxl-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-xxl-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xxl-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-xxl-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-xxl-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xxl-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-xxl-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xxl-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-xxl-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-xxl-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-xxl-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-xxl-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xxl-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-xxl-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xxl-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-xxl-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-xxl-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xxl-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-xxl-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xxl-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-xxl-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-xxl-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 31
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .order-xxl-13 {
        order: 13
    }

    .order-xxl-14 {
        order: 14
    }

    .order-xxl-15 {
        order: 15
    }

    .order-xxl-16 {
        order: 16
    }

    .order-xxl-17 {
        order: 17
    }

    .order-xxl-18 {
        order: 18
    }

    .order-xxl-19 {
        order: 19
    }

    .order-xxl-20 {
        order: 20
    }

    .order-xxl-21 {
        order: 21
    }

    .order-xxl-22 {
        order: 22
    }

    .order-xxl-23 {
        order: 23
    }

    .order-xxl-24 {
        order: 24
    }

    .order-xxl-25 {
        order: 25
    }

    .order-xxl-26 {
        order: 26
    }

    .order-xxl-27 {
        order: 27
    }

    .order-xxl-28 {
        order: 28
    }

    .order-xxl-29 {
        order: 29
    }

    .order-xxl-30 {
        order: 30
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 3.33333%
    }

    .offset-xxl-2 {
        margin-left: 6.66667%
    }

    .offset-xxl-3 {
        margin-left: 10%
    }

    .offset-xxl-4 {
        margin-left: 13.33333%
    }

    .offset-xxl-5 {
        margin-left: 16.66667%
    }

    .offset-xxl-6 {
        margin-left: 20%
    }

    .offset-xxl-7 {
        margin-left: 23.33333%
    }

    .offset-xxl-8 {
        margin-left: 26.66667%
    }

    .offset-xxl-9 {
        margin-left: 30%
    }

    .offset-xxl-10 {
        margin-left: 33.33333%
    }

    .offset-xxl-11 {
        margin-left: 36.66667%
    }

    .offset-xxl-12 {
        margin-left: 40%
    }

    .offset-xxl-13 {
        margin-left: 43.33333%
    }

    .offset-xxl-14 {
        margin-left: 46.66667%
    }

    .offset-xxl-15 {
        margin-left: 50%
    }

    .offset-xxl-16 {
        margin-left: 53.33333%
    }

    .offset-xxl-17 {
        margin-left: 56.66667%
    }

    .offset-xxl-18 {
        margin-left: 60%
    }

    .offset-xxl-19 {
        margin-left: 63.33333%
    }

    .offset-xxl-20 {
        margin-left: 66.66667%
    }

    .offset-xxl-21 {
        margin-left: 70%
    }

    .offset-xxl-22 {
        margin-left: 73.33333%
    }

    .offset-xxl-23 {
        margin-left: 76.66667%
    }

    .offset-xxl-24 {
        margin-left: 80%
    }

    .offset-xxl-25 {
        margin-left: 83.33333%
    }

    .offset-xxl-26 {
        margin-left: 86.66667%
    }

    .offset-xxl-27 {
        margin-left: 90%
    }

    .offset-xxl-28 {
        margin-left: 93.33333%
    }

    .offset-xxl-29 {
        margin-left: 96.66667%
    }
}

@media (min-width:1600px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxxl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxxl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxxl-1 {
        flex: 0 0 3.33333%;
        max-width: 3.33333%
    }

    .col-xxxl-2 {
        flex: 0 0 6.66667%;
        max-width: 6.66667%
    }

    .col-xxxl-3 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xxxl-4 {
        flex: 0 0 13.33333%;
        max-width: 13.33333%
    }

    .col-xxxl-5 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxxl-6 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xxxl-7 {
        flex: 0 0 23.33333%;
        max-width: 23.33333%
    }

    .col-xxxl-8 {
        flex: 0 0 26.66667%;
        max-width: 26.66667%
    }

    .col-xxxl-9 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xxxl-10 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxxl-11 {
        flex: 0 0 36.66667%;
        max-width: 36.66667%
    }

    .col-xxxl-12 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xxxl-13 {
        flex: 0 0 43.33333%;
        max-width: 43.33333%
    }

    .col-xxxl-14 {
        flex: 0 0 46.66667%;
        max-width: 46.66667%
    }

    .col-xxxl-15 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxl-16 {
        flex: 0 0 53.33333%;
        max-width: 53.33333%
    }

    .col-xxxl-17 {
        flex: 0 0 56.66667%;
        max-width: 56.66667%
    }

    .col-xxxl-18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xxxl-19 {
        flex: 0 0 63.33333%;
        max-width: 63.33333%
    }

    .col-xxxl-20 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxxl-21 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xxxl-22 {
        flex: 0 0 73.33333%;
        max-width: 73.33333%
    }

    .col-xxxl-23 {
        flex: 0 0 76.66667%;
        max-width: 76.66667%
    }

    .col-xxxl-24 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xxxl-25 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxxl-26 {
        flex: 0 0 86.66667%;
        max-width: 86.66667%
    }

    .col-xxxl-27 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xxxl-28 {
        flex: 0 0 93.33333%;
        max-width: 93.33333%
    }

    .col-xxxl-29 {
        flex: 0 0 96.66667%;
        max-width: 96.66667%
    }

    .col-xxxl-30 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 31
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .order-xxxl-13 {
        order: 13
    }

    .order-xxxl-14 {
        order: 14
    }

    .order-xxxl-15 {
        order: 15
    }

    .order-xxxl-16 {
        order: 16
    }

    .order-xxxl-17 {
        order: 17
    }

    .order-xxxl-18 {
        order: 18
    }

    .order-xxxl-19 {
        order: 19
    }

    .order-xxxl-20 {
        order: 20
    }

    .order-xxxl-21 {
        order: 21
    }

    .order-xxxl-22 {
        order: 22
    }

    .order-xxxl-23 {
        order: 23
    }

    .order-xxxl-24 {
        order: 24
    }

    .order-xxxl-25 {
        order: 25
    }

    .order-xxxl-26 {
        order: 26
    }

    .order-xxxl-27 {
        order: 27
    }

    .order-xxxl-28 {
        order: 28
    }

    .order-xxxl-29 {
        order: 29
    }

    .order-xxxl-30 {
        order: 30
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 3.33333%
    }

    .offset-xxxl-2 {
        margin-left: 6.66667%
    }

    .offset-xxxl-3 {
        margin-left: 10%
    }

    .offset-xxxl-4 {
        margin-left: 13.33333%
    }

    .offset-xxxl-5 {
        margin-left: 16.66667%
    }

    .offset-xxxl-6 {
        margin-left: 20%
    }

    .offset-xxxl-7 {
        margin-left: 23.33333%
    }

    .offset-xxxl-8 {
        margin-left: 26.66667%
    }

    .offset-xxxl-9 {
        margin-left: 30%
    }

    .offset-xxxl-10 {
        margin-left: 33.33333%
    }

    .offset-xxxl-11 {
        margin-left: 36.66667%
    }

    .offset-xxxl-12 {
        margin-left: 40%
    }

    .offset-xxxl-13 {
        margin-left: 43.33333%
    }

    .offset-xxxl-14 {
        margin-left: 46.66667%
    }

    .offset-xxxl-15 {
        margin-left: 50%
    }

    .offset-xxxl-16 {
        margin-left: 53.33333%
    }

    .offset-xxxl-17 {
        margin-left: 56.66667%
    }

    .offset-xxxl-18 {
        margin-left: 60%
    }

    .offset-xxxl-19 {
        margin-left: 63.33333%
    }

    .offset-xxxl-20 {
        margin-left: 66.66667%
    }

    .offset-xxxl-21 {
        margin-left: 70%
    }

    .offset-xxxl-22 {
        margin-left: 73.33333%
    }

    .offset-xxxl-23 {
        margin-left: 76.66667%
    }

    .offset-xxxl-24 {
        margin-left: 80%
    }

    .offset-xxxl-25 {
        margin-left: 83.33333%
    }

    .offset-xxxl-26 {
        margin-left: 86.66667%
    }

    .offset-xxxl-27 {
        margin-left: 90%
    }

    .offset-xxxl-28 {
        margin-left: 93.33333%
    }

    .offset-xxxl-29 {
        margin-left: 96.66667%
    }
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    border-bottom: 2px solid;
    font-size: 1rem;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.form-control {
    background-clip: padding-box;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #495057;
    display: block;
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    font-weight: 400;
    height: calc(1.8em + 1.6rem + 2px);
    line-height: 1.8;
    padding: .8rem 1.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #626262;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #626262;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #626262;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #626262;
    opacity: 1
}

.form-control::placeholder {
    color: #626262;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    background-color: transparent;
    color: #495057
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.8;
    margin-bottom: 0;
    padding-bottom: calc(.8rem + 1px);
    padding-top: calc(.8rem + 1px)
}

.col-form-label-lg {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: calc(2.5rem + 1px);
    padding-top: calc(2.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.85rem + 1px);
    padding-top: calc(.85rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #5a6174;
    display: block;
    font-size: .875rem;
    line-height: 1.8;
    margin-bottom: 0;
    padding: .8rem 0;
    width: 100%
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-left: 0;
        padding-right: 0
    }

.form-control-sm {
    border-radius: 0;
    font-size: .875rem;
    height: calc(1.5em + 1.7rem + 2px);
    line-height: 1.5;
    padding: .85rem .5rem
}

.form-control-lg {
    border-radius: 12px;
    font-size: 1rem;
    height: calc(1.5em + 5rem + 2px);
    line-height: 1.5;
    padding: 2.5rem 1.8rem
}

select.form-control[multiple], select.form-control[size] {
    border-radius: 10px;
    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-left: -5px;
    margin-right: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #626262
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

    .form-check-inline .form-check-input {
        margin-left: 0;
        margin-right: .3125rem;
        margin-top: 0;
        position: static
    }

.valid-feedback {
    color: #84bf12;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(132,191,18,.9);
    border-radius: .5rem;
    color: #232323;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.8;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27%3E%3Cpath fill=%27%2384BF12%27 d=%27M2.3 6.73.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%27/%3E%3C/svg%3E");
    background-position: right calc(.45em + .4rem) center;
    background-repeat: no-repeat;
    background-size: calc(.9em + .8rem) calc(.9em + .8rem);
    border-color: #84bf12;
    padding-right: calc(1.8em + 1.6rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #84bf12;
        box-shadow: 0 0 0 .2rem rgba(132,191,18,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: top calc(.45em + .4rem) right calc(.45em + .4rem);
    padding-right: calc(1.8em + 1.6rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0 0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 1.4rem center/8px 10px,transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27%3E%3Cpath fill=%27%2384BF12%27 d=%27M2.3 6.73.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%27/%3E%3C/svg%3E") center right 2.4rem/calc(.9em + .8rem) calc(.9em + .8rem) no-repeat;
    border-color: #84bf12;
    padding-right: calc(.75em + 3.6rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #84bf12;
        box-shadow: 0 0 0 .2rem rgba(132,191,18,.25)
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #84bf12
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #84bf12
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #84bf12
    }

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #a3e91b;
    border-color: #a3e91b
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(132,191,18,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #84bf12
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #84bf12
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #84bf12;
    box-shadow: 0 0 0 .2rem rgba(132,191,18,.25)
}

.invalid-feedback {
    color: #d50d1f;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(213,13,31,.9);
    border-radius: .5rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.8;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23D50D1F%27%3E%3Ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3E%3Cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3E%3Ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23D50D1F%27 stroke=%27none%27/%3E%3C/svg%3E");
    background-position: right calc(.45em + .4rem) center;
    background-repeat: no-repeat;
    background-size: calc(.9em + .8rem) calc(.9em + .8rem);
    border-color: #d50d1f;
    padding-right: calc(1.8em + 1.6rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #d50d1f;
        box-shadow: 0 0 0 .2rem rgba(213,13,31,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.45em + .4rem) right calc(.45em + .4rem);
    padding-right: calc(1.8em + 1.6rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0 0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 1.4rem center/8px 10px,transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23D50D1F%27%3E%3Ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3E%3Cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3E%3Ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23D50D1F%27 stroke=%27none%27/%3E%3C/svg%3E") center right 2.4rem/calc(.9em + .8rem) calc(.9em + .8rem) no-repeat;
    border-color: #d50d1f;
    padding-right: calc(.75em + 3.6rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #d50d1f;
        box-shadow: 0 0 0 .2rem rgba(213,13,31,.25)
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #d50d1f
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #d50d1f
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #d50d1f
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #f22336;
    border-color: #f22336
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(213,13,31,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #d50d1f
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #d50d1f
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #d50d1f;
    box-shadow: 0 0 0 .2rem rgba(213,13,31,.25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        border-color: #495057;
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    color: #5a6174;
    cursor: pointer;
    display: inline-block;
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding: .8rem 2rem;
    text-align: left;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #5a6174;
    text-decoration: none
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(206,144,37,.25);
    outline: 0
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #04346c;
    border-color: #04346c;
    color: #fff
}

    .btn-primary.focus, .btn-primary:focus {
        background-color: #021c3b;
        border-color: #000;
        color: #075cc0
    }

    .btn-primary:hover {
        background-color: #021c3b;
        border-color: #021831;
        color: #075cc0
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-color: #021c3b;
        background-image: none;
        border-color: #021831;
        color: #04346c
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            background-color: #010c18;
            border-color: #000;
            color: #075cc0
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #04346c;
        border-color: #04346c
    }

    .btn-primary .badge {
        background-color: #04346c;
        color: #04346c
    }

.btn-light {
    background-color: #edf5f8;
    border-color: #edf5f8;
    color: #232323
}

    .btn-light.focus, .btn-light:focus {
        background-color: #c8e1ea;
        border-color: #91c2d4;
        color: #fff
    }

    .btn-light:hover {
        background-color: #c8e1ea;
        border-color: #c1dde7;
        color: #fff
    }

    .btn-light.active, .btn-light:active, .open > .btn-light.dropdown-toggle {
        background-color: #c8e1ea;
        background-image: none;
        border-color: #c1dde7;
        color: #edf5f8
    }

        .btn-light.active.focus, .btn-light.active:focus, .btn-light.active:hover, .btn-light:active.focus, .btn-light:active:focus, .btn-light:active:hover, .open > .btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle:hover {
            background-color: #afd2e0;
            border-color: #91c2d4;
            color: #fff
        }

    .btn-light.disabled.focus, .btn-light.disabled:focus, .btn-light.disabled:hover, .btn-light[disabled].focus, .btn-light[disabled]:focus, .btn-light[disabled]:hover, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light:hover {
        background-color: #edf5f8;
        border-color: #edf5f8
    }

    .btn-light .badge {
        background-color: #edf5f8;
        color: #edf5f8
    }

.btn-outline-primary {
    border-color: #04346c;
    color: #04346c
}

    .btn-outline-primary:hover {
        background-color: #04346c;
        border-color: #04346c;
        color: #fff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(4,52,108,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        background-color: transparent;
        color: #04346c
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        background-color: #04346c;
        border-color: #04346c;
        color: #fff
    }

        .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(4,52,108,.5)
        }

.btn-outline-light {
    border-color: #edf5f8;
    color: #edf5f8
}

    .btn-outline-light:hover {
        background-color: #edf5f8;
        border-color: #edf5f8;
        color: #232323
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(237,245,248,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        background-color: transparent;
        color: #edf5f8
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        background-color: #edf5f8;
        border-color: #edf5f8;
        color: #232323
    }

        .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(237,245,248,.5)
        }

.btn-link {
    font-weight: bolder
}

    .btn-link, .btn-link:hover {
        text-decoration: none
    }

        .btn-link.focus, .btn-link:focus {
            box-shadow: none;
            text-decoration: none
        }

        .btn-link.disabled, .btn-link:disabled {
            color: #626262;
            pointer-events: none
        }

.btn-lg {
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 2.5rem 1.8rem
}

.btn-sm {
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.5;
    padding: .85rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 2.5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-regular, .btn-regular:hover {
    background-image: none
}

.social-login {
    line-height: 0 !important;
    padding-left: 20px;
    padding-right: 20px
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        border-bottom: 0;
        border-left: .3em solid transparent;
        border-right: .3em solid transparent;
        border-top: .3em solid;
        content: "";
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #5a6174;
    display: none;
    float: left;
    font-size: 1rem;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 15rem;
    padding: .5rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: 1000
}

    .dropdown-menu.show {
        display: block;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

.dropdown-menu-left {
    left: 3rem;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-xxl-right {
        left: auto;
        right: 0
    }
}

@media (min-width:1600px) {
    .dropdown-menu-xxxl-left {
        left: 3rem;
        right: auto
    }

    .dropdown-menu-xxxl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: #e9ecef;
    border: 0;
    clear: both;
    color: #232323;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: .75rem 1.5rem;
    text-align: inherit;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #161616;
        text-decoration: none
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #ce9025;
        color: #fff;
        text-decoration: none
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        background-color: transparent;
        color: #626262;
        pointer-events: none
    }

.dropdown-header {
    color: #626262;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #232323;
    display: block;
    padding: .75rem 1.5rem
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        flex: 1 1 auto;
        margin-bottom: 0;
        min-width: 0;
        position: relative;
        width: 1%
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

    .input-group > .custom-file {
        align-items: center;
        display: flex
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    color: #495057;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding: .8rem 1.4rem;
    text-align: center;
    white-space: nowrap
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 5rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 2.5rem 1.8rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 1.7rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.5;
    padding: .85rem .5rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 2.4rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .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), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #626262;
        cursor: default;
        pointer-events: none
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-bottom-width: 5px;
        border-color: #e9ecef #e9ecef #dee2e6
    }

    .nav-tabs .nav-link.disabled {
        background-color: transparent;
        border-color: transparent;
        color: #626262
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #fff;
        border-color: #dee2e6;
        border-bottom: 5px solid;
        color: #495057
    }

    .nav-tabs .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -1px
    }

.nav-pills .nav-link {
    border-radius: .5rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #ce9025;
        color: #fff
    }

.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 {
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    padding: .5rem 1rem;
    position: relative
}

    .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    font-size: 1rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

    .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 700;
        padding-left: 0;
        padding-right: 0;
        text-transform: uppercase
    }

    .navbar-nav .dropdown-menu {
        float: none;
        position: static;
        transition: all .6s
    }

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    font-size: 1rem;
    line-height: 1;
    padding: 0
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
        padding-left: 0;
        padding-right: 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-left: 3rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
            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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
        padding-left: 0;
        padding-right: 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-left: 3rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
            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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
        padding-left: 0;
        padding-right: 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-left: 3rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
            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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
        padding-left: 0;
        padding-right: 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-left: 3rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

@media (max-width:1399.98px) {
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-left: 3rem
            }

        .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
            flex-wrap: nowrap
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }
}

@media (max-width:1599.98px) {
    .navbar-expand-xxxl > .container, .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1600px) {
    .navbar-expand-xxxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxxl .navbar-nav .nav-link {
                padding-left: 3rem
            }

        .navbar-expand-xxxl > .container, .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
            flex-wrap: nowrap
        }

        .navbar-expand-xxxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxxl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-left: 3rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    border-color: transparent;
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27%3E%3Cpath stroke=%27rgba%280,0,0,0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0);
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27%3E%3Cpath stroke=%27rgba%28255,255,255,0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .5rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        color: #626262;
        content: "/";
        float: left;
        padding-right: .5rem
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #626262
}

.pagination {
    border-radius: .5rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #ce9025;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

    .page-link:hover {
        background-color: #e9ecef;
        border-color: #dee2e6;
        color: #f2dbb4;
        text-decoration: none;
        z-index: 2
    }

    .page-link:focus {
        box-shadow: 0 0 0 .2rem rgba(206,144,37,.25);
        outline: 0;
        z-index: 3
    }

.page-item:first-child .page-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.page-item.active .page-link {
    background-color: #ce9025;
    border-color: #ce9025;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #626262;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.badge {
    border-radius: .5rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #ce9025;
    color: #232323
}

a.badge-primary:focus, a.badge-primary:hover {
    background-color: #a3721d;
    color: #232323
}

a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(206,144,37,.5);
    outline: 0
}

.badge-secondary {
    background-color: #04346c;
    color: #fff
}

a.badge-secondary:focus, a.badge-secondary:hover {
    background-color: #021c3b;
    color: #fff
}

a.badge-secondary.focus, a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(4,52,108,.5);
    outline: 0
}

.badge-success {
    background-color: #84bf12;
    color: #232323
}

a.badge-success:focus, a.badge-success:hover {
    background-color: #64900e;
    color: #232323
}

a.badge-success.focus, a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(132,191,18,.5);
    outline: 0
}

.badge-info {
    background-color: #66bcff;
    color: #232323
}

a.badge-info:focus, a.badge-info:hover {
    background-color: #33a6ff;
    color: #232323
}

a.badge-info.focus, a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(102,188,255,.5);
    outline: 0
}

.badge-warning {
    background-color: #edf5f8;
    color: #232323
}

a.badge-warning:focus, a.badge-warning:hover {
    background-color: #c8e1ea;
    color: #232323
}

a.badge-warning.focus, a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(237,245,248,.5);
    outline: 0
}

.badge-danger {
    background-color: #d50d1f;
    color: #fff
}

a.badge-danger:focus, a.badge-danger:hover {
    background-color: #a50a18;
    color: #fff
}

a.badge-danger.focus, a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(213,13,31,.5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #232323
}

a.badge-light:focus, a.badge-light:hover {
    background-color: #dae0e5;
    color: #232323
}

a.badge-light.focus, a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    outline: 0
}

.badge-dark {
    background-color: #172436;
    color: #fff
}

a.badge-dark:focus, a.badge-dark:hover {
    background-color: #080c12;
    color: #fff
}

a.badge-dark.focus, a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(23,36,54,.5);
    outline: 0
}

.badge-gray-200 {
    background-color: #e9ecef;
    color: #232323
}

a.badge-gray-200:focus, a.badge-gray-200:hover {
    background-color: #cbd3da;
    color: #232323
}

a.badge-gray-200.focus, a.badge-gray-200:focus {
    box-shadow: 0 0 0 .2rem rgba(233,236,239,.5);
    outline: 0
}

.badge-waec-gold {
    background-color: #ce9025;
    color: #232323
}

a.badge-waec-gold:focus, a.badge-waec-gold:hover {
    background-color: #a3721d;
    color: #232323
}

a.badge-waec-gold.focus, a.badge-waec-gold:focus {
    box-shadow: 0 0 0 .2rem rgba(206,144,37,.5);
    outline: 0
}

.badge-waec-blue {
    background-color: #04346c;
    color: #fff
}

a.badge-waec-blue:focus, a.badge-waec-blue:hover {
    background-color: #021c3b;
    color: #fff
}

a.badge-waec-blue.focus, a.badge-waec-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(4,52,108,.5);
    outline: 0
}

.badge-red {
    background-color: #d50d1f;
    color: #fff
}

a.badge-red:focus, a.badge-red:hover {
    background-color: #a50a18;
    color: #fff
}

a.badge-red.focus, a.badge-red:focus {
    box-shadow: 0 0 0 .2rem rgba(213,13,31,.5);
    outline: 0
}

.badge-green {
    background-color: #84bf12;
    color: #232323
}

a.badge-green:focus, a.badge-green:hover {
    background-color: #64900e;
    color: #232323
}

a.badge-green.focus, a.badge-green:focus {
    box-shadow: 0 0 0 .2rem rgba(132,191,18,.5);
    outline: 0
}

.badge-green-700 {
    background-color: #264619;
    color: #fff
}

a.badge-green-700:focus, a.badge-green-700:hover {
    background-color: #12200c;
    color: #fff
}

a.badge-green-700.focus, a.badge-green-700:focus {
    box-shadow: 0 0 0 .2rem rgba(38,70,25,.5);
    outline: 0
}

.badge-green-800 {
    background-color: #414e23;
    color: #fff
}

a.badge-green-800:focus, a.badge-green-800:hover {
    background-color: #242b13;
    color: #fff
}

a.badge-green-800.focus, a.badge-green-800:focus {
    box-shadow: 0 0 0 .2rem rgba(65,78,35,.5);
    outline: 0
}

.badge-green-900 {
    background-color: #252f23;
    color: #fff
}

a.badge-green-900:focus, a.badge-green-900:hover {
    background-color: #0e120d;
    color: #fff
}

a.badge-green-900.focus, a.badge-green-900:focus {
    box-shadow: 0 0 0 .2rem rgba(37,47,35,.5);
    outline: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        color: inherit;
        padding: .75rem 1.25rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

.alert-primary {
    background-color: #f5e9d3;
    border-color: #f1e0c2;
    color: #6b4b13
}

    .alert-primary hr {
        border-top-color: #ecd5ad
    }

    .alert-primary .alert-link {
        color: #402d0b
    }

.alert-secondary {
    background-color: #cdd6e2;
    border-color: #b9c6d6;
    color: #021b38
}

    .alert-secondary hr {
        border-top-color: #a9b9cd
    }

    .alert-secondary .alert-link {
        color: #000307
    }

.alert-success {
    background-color: #e6f2d0;
    border-color: #ddedbd;
    color: #456309
}

    .alert-success hr {
        border-top-color: #d3e8a9
    }

    .alert-success .alert-link {
        color: #243405
    }

.alert-info {
    background-color: #e0f2ff;
    border-color: #d4ecff;
    color: #356285
}

    .alert-info hr {
        border-top-color: #bbe1ff
    }

    .alert-info .alert-link {
        color: #264761
    }

.alert-warning {
    background-color: #fbfdfe;
    border-color: #fafcfd;
    color: #7b7f81
}

    .alert-warning hr {
        border-top-color: #e8f1f6
    }

    .alert-warning .alert-link {
        color: #626567
    }

.alert-danger {
    background-color: #f7cfd2;
    border-color: #f3bbc0;
    color: #6f0710
}

    .alert-danger hr {
        border-top-color: #efa5ac
    }

    .alert-danger .alert-link {
        color: #3f0409
    }

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    background-color: #d1d3d7;
    border-color: #bec2c7;
    color: #0c131c
}

    .alert-dark hr {
        border-top-color: #b0b5bb
    }

    .alert-dark .alert-link {
        color: #000
    }

.alert-gray-200 {
    background-color: #fbfbfc;
    border-color: #f9fafb;
    color: #797b7c
}

    .alert-gray-200 hr {
        border-top-color: #eaedf1
    }

    .alert-gray-200 .alert-link {
        color: #606162
    }

.alert-waec-gold {
    background-color: #f5e9d3;
    border-color: #f1e0c2;
    color: #6b4b13
}

    .alert-waec-gold hr {
        border-top-color: #ecd5ad
    }

    .alert-waec-gold .alert-link {
        color: #402d0b
    }

.alert-waec-blue {
    background-color: #cdd6e2;
    border-color: #b9c6d6;
    color: #021b38
}

    .alert-waec-blue hr {
        border-top-color: #a9b9cd
    }

    .alert-waec-blue .alert-link {
        color: #000307
    }

.alert-red {
    background-color: #f7cfd2;
    border-color: #f3bbc0;
    color: #6f0710
}

    .alert-red hr {
        border-top-color: #efa5ac
    }

    .alert-red .alert-link {
        color: #3f0409
    }

.alert-green {
    background-color: #e6f2d0;
    border-color: #ddedbd;
    color: #456309
}

    .alert-green hr {
        border-top-color: #d3e8a9
    }

    .alert-green .alert-link {
        color: #243405
    }

.alert-green-700 {
    background-color: #d4dad1;
    border-color: #c2cbbf;
    color: #14240d
}

    .alert-green-700 hr {
        border-top-color: #b5c0b1
    }

    .alert-green-700 .alert-link {
        color: #000
    }

.alert-green-800 {
    background-color: #d9dcd3;
    border-color: #cacdc1;
    color: #222912
}

    .alert-green-800 hr {
        border-top-color: #bec2b3
    }

    .alert-green-800 .alert-link {
        color: #050602
    }

.alert-green-900 {
    background-color: #d3d5d3;
    border-color: #c2c5c1;
    color: #131812
}

    .alert-green-900 hr {
        border-top-color: #b5b9b4
    }

    .alert-green-900 .alert-link, .close {
        color: #000
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.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: #ce9025 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #a3721d !important
}

.bg-secondary {
    background-color: #04346c !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #021c3b !important
}

.bg-success {
    background-color: #002368 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #64900e !important
}

.bg-info {
    background-color: #66bcff !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #33a6ff !important
}

.bg-warning {
    background-color: #edf5f8 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #c8e1ea !important
}

.bg-danger {
    background-color: #d50d1f !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #a50a18 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #172436 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #080c12 !important
}

.bg-gray-200 {
    background-color: #e9ecef !important
}

a.bg-gray-200:focus, a.bg-gray-200:hover, button.bg-gray-200:focus, button.bg-gray-200:hover {
    background-color: #cbd3da !important
}

.bg-waec-gold {
    background-color: #ce9025 !important
}

a.bg-waec-gold:focus, a.bg-waec-gold:hover, button.bg-waec-gold:focus, button.bg-waec-gold:hover {
    background-color: #a3721d !important
}

.bg-waec-blue {
    background-color: #04346c !important
}

a.bg-waec-blue:focus, a.bg-waec-blue:hover, button.bg-waec-blue:focus, button.bg-waec-blue:hover {
    background-color: #021c3b !important
}

.bg-red {
    background-color: #d50d1f !important
}

a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
    background-color: #a50a18 !important
}

.bg-green {
    background-color: #84bf12 !important
}

a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
    background-color: #64900e !important
}

.bg-green-700 {
    background-color: #264619 !important
}

a.bg-green-700:focus, a.bg-green-700:hover, button.bg-green-700:focus, button.bg-green-700:hover {
    background-color: #12200c !important
}

.bg-green-800 {
    background-color: #414e23 !important
}

a.bg-green-800:focus, a.bg-green-800:hover, button.bg-green-800:focus, button.bg-green-800:hover {
    background-color: #242b13 !important
}

.bg-green-900 {
    background-color: #252f23 !important
}

a.bg-green-900:focus, a.bg-green-900:hover, button.bg-green-900:focus, button.bg-green-900:hover {
    background-color: #0e120d !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: #ce9025 !important
}

.border-secondary {
    border-color: #04346c !important
}

.border-success {
    border-color: #84bf12 !important
}

.border-info {
    border-color: #66bcff !important
}

.border-warning {
    border-color: #edf5f8 !important
}

.border-danger {
    border-color: #d50d1f !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #172436 !important
}

.border-gray-200 {
    border-color: #e9ecef !important
}

.border-waec-gold {
    border-color: #ce9025 !important
}

.border-waec-blue {
    border-color: #04346c !important
}

.border-red {
    border-color: #d50d1f !important
}

.border-green {
    border-color: #84bf12 !important
}

.border-green-700 {
    border-color: #264619 !important
}

.border-green-800 {
    border-color: #414e23 !important
}

.border-green-900 {
    border-color: #252f23 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0 !important
}

.rounded {
    border-radius: .5rem !important
}

.rounded-top {
    border-top-left-radius: .5rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .5rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .5rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .5rem !important
}

.rounded-left {
    border-top-left-radius: .5rem !important
}

.rounded-lg {
    border-radius: 12px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1400px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1600px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

    .embed-responsive:before {
        content: "";
        display: block
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        border: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1400px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1600px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1400px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width:1600px) {
    .float-xxxl-left {
        float: left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-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 {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1400px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1600px) {
    .m-xxxl-0 {
        margin: 0 !important
    }

    .mt-xxxl-0, .my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0, .mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0, .my-xxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxl-0, .mx-xxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1, .my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1, .mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1, .my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1, .mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxl-2, .my-xxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxl-2, .mx-xxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxl-2, .my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2, .mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxl-3, .my-xxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxl-3, .mx-xxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxl-3, .my-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-3, .mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxl-4, .my-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-4, .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4, .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4, .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5, .my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5, .mx-xxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxl-5, .my-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-5, .mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0, .py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0, .px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0, .py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0, .px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1, .py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1, .px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1, .py-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-1, .px-xxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxl-2, .py-xxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxl-2, .px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2, .py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2, .px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxl-3, .py-xxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxl-3, .px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3, .py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3, .px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4, .py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4, .px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4, .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4, .px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5, .py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5, .px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5, .py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5, .px-xxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxxl-n1, .my-xxxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxxl-n1, .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxxl-n1, .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxxl-n1, .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxxl-n2, .my-xxxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxxl-n2, .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxxl-n2, .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxxl-n2, .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxxl-n3 {
        margin: -1rem !important
    }

    .mt-xxxl-n3, .my-xxxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxxl-n3, .mx-xxxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxxl-n3, .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxxl-n3, .mx-xxxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxxl-n4, .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxxl-n4, .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxxl-n4, .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxl-n4, .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxxl-n5 {
        margin: -3rem !important
    }

    .mt-xxxl-n5, .my-xxxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxxl-n5, .mx-xxxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxxl-n5, .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxxl-n5, .mx-xxxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto, .my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto, .mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto, .my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto, .mx-xxxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1600px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-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: #ce9025 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #8d6319 !important
}

.text-secondary {
    color: #04346c !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #011022 !important
}

.text-success {
    color: #84bf12 !important
}

a.text-success:focus, a.text-success:hover {
    color: #54790b !important
}

.text-info {
    color: #66bcff !important
}

a.text-info:focus, a.text-info:hover {
    color: #1a9bff !important
}

.text-warning {
    color: #edf5f8 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #b6d6e3 !important
}

.text-danger {
    color: #d50d1f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #8d0915 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #172436 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #000 !important
}

.text-gray-200 {
    color: #e9ecef !important
}

a.text-gray-200:focus, a.text-gray-200:hover {
    color: #bdc6cf !important
}

.text-waec-gold {
    color: #ce9025 !important
}

a.text-waec-gold:focus, a.text-waec-gold:hover {
    color: #8d6319 !important
}

.text-waec-blue {
    color: #04346c !important
}

a.text-waec-blue:focus, a.text-waec-blue:hover {
    color: #011022 !important
}

.text-red {
    color: #d50d1f !important
}

a.text-red:focus, a.text-red:hover {
    color: #8d0915 !important
}

.text-green {
    color: #84bf12 !important
}

a.text-green:focus, a.text-green:hover {
    color: #54790b !important
}

.text-green-700 {
    color: #264619 !important
}

a.text-green-700:focus, a.text-green-700:hover {
    color: #070e05 !important
}

.text-green-800 {
    color: #414e23 !important
}

a.text-green-800:focus, a.text-green-800:hover {
    color: #15190b !important
}

.text-green-900 {
    color: #252f23 !important
}

a.text-green-900:focus, a.text-green-900:hover {
    color: #020302 !important
}

.text-body {
    color: #5a6174 !important
}

.text-muted {
    color: #626262 !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        -moz-backface-visibility: hidden;
        position: relative;
        touch-action: manipulation
    }

        .owl-carousel .owl-stage:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden
        }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
        position: relative;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-backface-visibility: hidden;
        float: left;
        min-height: 1px;
        position: relative
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: none;
        border: none;
        color: inherit;
        font: inherit;
        padding: 0 !important
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(/dist/4c04f5918f0d462476f7.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease;
    width: 80px;
    z-index: 1
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-nav [class*=owl-] {
        background: #d6d6d6;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        cursor: default;
        opacity: .5
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

    .owl-theme .owl-dots .owl-dot {
        zoom: 1;
        display: inline-block;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            -webkit-backface-visibility: visible;
            background: #d6d6d6;
            border-radius: 30px;
            display: block;
            height: 10px;
            margin: 5px 7px;
            transition: opacity .2s ease;
            width: 10px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.b-stage {
    position: relative
}

@media (max-width:991.98px) {
    .b-stage {
        max-height: 500px;
        overflow: hidden
    }
}

.b-stage__1 {
    color: #fff;
    height: 100%;
    padding: 10px;
    position: absolute;
    z-index: 30
}

@media (min-width:576px) {
    .b-stage__1 {
        padding: 10px
    }
}

.b-stage__2 {
    align-items: center;
    display: flex;
    height: 100%;
    justify-items: center
}

@media (max-width:767.98px) {
    .b-stage__3 {
        align-self: flex-end;
        padding-bottom: 80px
    }
}

.b-stage__overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    width: 100%;
    z-index: 10
}

.b-stage__title {
    color: #fff;
    font-family: EB Garamond,Georgia,serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 40px
}

@media (min-width:576px) {
    .b-stage__title {
        font-size: 60px
    }
}

.b-stage__body-text {
    display: flex;
    flex-wrap: wrap;
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 18px;
    justify-content: space-between;
    margin: 0
}

@media (max-width:991.98px) {
    .b-stage__body-text {
        display: none
    }
}

.b-stage__image {
    background: #000;
    max-height: 560px;
    overflow: hidden
}

    .b-stage__image img {
        -webkit-filter: contrast(1.1);
        filter: contrast(1.1);
        opacity: .9
    }

@media (max-width:991.98px) {
    .b-stage__image {
        max-height: unset !important;
        max-width: unset !important;
        width: unset !important
    }
}

.pop-service {
    text-align: center;
    width: 200px
}

.pop-service__image {
    width: 200px
}

@media (max-width:767.98px) {
    .pop-service__image {
        margin: auto;
        max-width: 100px
    }
}

.pop-service__text {
    color: #707070;
    font-weight: 700;
    text-align: center
}

@media (max-width:991.98px) {
    .pop-service__text {
        display: inline-block;
        width: 100px
    }
}

.owl-theme.upcoming-events .owl-dots {
    bottom: auto;
    margin: auto;
    margin-top: 30px !important;
    position: relative !important;
    right: auto
}

.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 30px;
    left: auto;
    position: absolute !important;
    width: 100%
}

.owl-carousel button.owl-dot {
    color: inherit
}

    .owl-carousel button.owl-dot.active span {
        background-color: #ce9025 !important
    }

h1, h2, h3, h4, h5, h6 {
    color: #060a0c
}

.connected-list {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0
}

@media (max-width:700px) {
    .connected-list {
        display: none
    }
}

.number {
    align-items: center;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 90px;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    height: 160px;
    justify-content: center;
    margin: 25px;
    width: 160px
}

    .number.only {
        display: none
    }

@media (min-width:1000px) {
    .lively-container {
        min-height: 100vh
    }
}

@media (max-width:700px) {
    .number.only {
        display: flex;
        margin: 10px auto
    }
}

.link {
    background: transparent;
    border-bottom: 2px dashed #707070;
    height: 2px;
    opacity: .4;
    width: 135px
}

.faq--bucket {
    border-radius: 16px;
    height: 100px
}

.faq--bucket__active {
    background-color: rgba(254,164,40,.15)
}

.lh-0 {
    line-height: 0
}

.auth-bg {
    background: #f5f5f5 no-repeat;
    background-size: cover
}

.btn-lively {
    background-color: rgba(30,30,30,.5);
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    height: 3.5em;
    line-height: 3.3;
    margin: .4em;
    opacity: .6;
    padding: 0;
    position: absolute;
    transition: all 1s;
    width: 3.5em
}

    .btn-lively:hover {
        color: #fff;
        opacity: .8;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.navbar-light .navbar-toggler {
    border: none
}

.toTop {
    bottom: 100px;
    right: 25px
}

.h-100vh {
    height: 100vh
}

a:focus {
    outline: none
}

.section-h {
    font-size: 18px;
    margin-bottom: 1em;
    position: relative;
    text-transform: capitalize
}

.footer .section-h {
    border-bottom-color: transparent;
    color: #fff
}

.footer-nav {
    color: #495057;
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

    .footer-nav .nav-link {
        font-size: 1.4rem;
        padding-left: 0
    }

.author, .post__date {
    font-size: 13px
}

.author__image {
    -webkit-clip-path: circle();
    clip-path: circle();
    height: 22px;
    width: 22px
}

.features .custom-control-label {
    width: 100%
}

.special {
    background-size: cover
}

.login--form {
    padding: 40px 16px
}

.front--text {
    color: #fff;
    display: table-cell;
    padding-bottom: calc(50vh - 300px);
    padding-top: calc(50vh - 300px)
}

.front--text, .social {
    vertical-align: middle
}

.social {
    background: 50% no-repeat;
    background-size: contain;
    display: inline-block;
    height: 2em;
    outline: none;
    text-align: left;
    text-align: initial;
    text-indent: -9999px;
    width: 2em
}

    .social.sm {
        height: 1em;
        width: 1em
    }

h1, h2, h3, h4, h5 {
    color: #000;
    font-weight: 400
}

.footer-h {
    color: #ced4da;
    font-size: 1em;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase
}

.toTop {
    background: rgba(0,0,0,.4);
    border-radius: 4px;
    bottom: 40px;
    color: gray;
    cursor: pointer;
    display: none;
    height: 60px;
    padding: 12px;
    position: fixed;
    right: 20px;
    transition: all 2s;
    width: 60px;
    z-index: 1000
}

    .toTop.show {
        display: block
    }

.portrait {
    background: #fff;
    height: 250px;
    overflow: hidden;
    width: 230px
}

.portrait-img {
    -webkit-transform: translate(-10%,-10%);
    transform: translate(-10%,-10%)
}

.accordion .btn {
    font-weight: 700
}

.accordion .btn-link:focus, .accordion .btn-link:hover {
    text-decoration: none
}

.accordion .btn-link:focus {
    color: #f2dbb4
}

.accordion li {
    margin-bottom: 20px
}

.accordion .card-body {
    padding: 100px
}

.widget {
    padding: 20px 0
}

    .widget:first-of-type {
        padding-top: 0
    }

.footer, .top-bar {
    background: #fff;
    border-bottom: 1px solid #f8f9fa
}

    .footer a, .footer a.nav-link, .top-bar a, .top-bar a.nav-link {
        color: #adb5bd
    }

        .footer a.nav-link:focus, .footer a.nav-link:hover, .footer a:focus, .footer a:hover, .top-bar a.nav-link:focus, .top-bar a.nav-link:hover, .top-bar a:focus, .top-bar a:hover {
            opacity: .6
        }

.summary.owl-theme .owl-nav {
    margin-top: 60px
}

    .summary.owl-theme .owl-nav button.owl-next, .summary.owl-theme .owl-nav button.owl-prev {
        background: #84bf12;
        border-radius: 2em;
        color: #fff;
        font-size: 1em;
        height: 2em;
        line-height: 1em;
        width: 2em
    }

        .summary.owl-theme .owl-nav button.owl-next:hover, .summary.owl-theme .owl-nav button.owl-prev:hover {
            text-decoration: none
        }

        .summary.owl-theme .owl-nav button.owl-next.focus, .summary.owl-theme .owl-nav button.owl-next:focus, .summary.owl-theme .owl-nav button.owl-prev.focus, .summary.owl-theme .owl-nav button.owl-prev:focus {
            box-shadow: 0 0 0 .2rem rgba(206,144,37,.25);
            outline: 0
        }

#header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (min-width:576px) {
    #header {
        position: static
    }
}

.link-white a {
    color: #fff
}

    .link-white a:hover {
        opacity: .6
    }

.nav-dark-gray {
    background: #454545
}

    .nav-dark-gray a {
        font-size: 1.9rem;
        padding: 1.5rem 2rem
    }

        .nav-dark-gray a:after {
            background-size: contain;
            content: "";
            display: inline-block;
            height: .6em;
            padding: 0 2.6rem;
            -webkit-transform: translate(20px,calc(50% - 8px));
            transform: translate(20px,calc(50% - 8px));
            width: .6em
        }

        .nav-dark-gray a:hover {
            background: #333
        }

.nav-blue {
    background: #1e72a0
}

.footer-bottom {
    font-family: Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.underline {
    border: 0;
    border-bottom: 1px solid
}

.form-control.text-white::-webkit-input-placeholder {
    color: #fff
}

.form-control.text-white::-moz-placeholder {
    color: #fff
}

.form-control.text-white:-ms-input-placeholder {
    color: #fff
}

.form-control.text-white::-ms-input-placeholder {
    color: #fff
}

.form-control.text-white::placeholder {
    color: #fff
}

.news-title {
    background: #fff;
    border: 1px solid #eee;
    margin: -40px auto auto;
    padding: 20px;
    position: relative;
    width: 80%
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px
}

a {
    transition: all .4s
}

.bg-white-90 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,.9) !important
}

.bg-wavy {
    background-image: repeating-radial-gradient(circle at 0,at 0,transparent 0,#fff 20px),repeating-linear-gradient(rgba(213,213,230,.4) 55,rgba(213,213,230,.4));
    background-image: repeating-radial-gradient(circle at 0 0,transparent 0,#fff 20px),repeating-linear-gradient(rgba(213,213,230,.4) 55,rgba(213,213,230,.4))
}

.bg-paper, .bg-wavy {
    background-color: #fff;
    opacity: 1
}

.bg-paper {
    background-image: linear-gradient(rgba(213,213,230,.4) 4px,transparent 0),linear-gradient(90deg,rgba(213,213,230,.4) 4px,transparent 0),linear-gradient(rgba(213,213,230,.4) 2px,transparent 0),linear-gradient(90deg,rgba(213,213,230,.4) 2px,#fff 0);
    background-position: -4px -4px,-4px -4px,-2px -2px,-2px -2px;
    background-size: 100px 100px,100px 100px,20px 20px,20px 20px
}

.bg-polka {
    background-color: #fff;
    background-image: radial-gradient(rgba(213,213,230,.4) 1px,#fff 0);
    background-size: 20px 20px;
    opacity: 1
}

.panel-group .btn-link {
    color: #000;
    font-size: 1em;
    padding: 0
}

.field--name-field-personnel-image {
    border-radius: 20px;
    overflow: hidden
}

.block-views .view-footer {
    text-align: center
}

.navbar-primary .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\"><path stroke=\"rgba%280,0,0,0.5%29\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 7h22M4 15h22M4 23h22\"/></svg>")
}

.text-serif {
    font-family: EB Garamond,Georgia,serif
}

.header-fixed {
    margin-top: 88px
}

.light-bg, .light-bg a {
    color: #495057
}

.img-full {
    max-width: unset;
    width: 100%
}

.has_divider:after {
    background: #daa520;
    content: "";
    display: block;
    height: 4px;
    margin: 20px 0;
    width: 100px
}

ol h4 {
    margin: 20px 0
}
