@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

@media print {
    /* line 13, ../sass/bootstrap/_print.scss */
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    /* line 24, ../sass/bootstrap/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 34, ../sass/bootstrap/_print.scss */
    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /* line 49, ../sass/bootstrap/_print.scss */
    pre {
        white-space: pre-wrap !important;
    }

    /* line 52, ../sass/bootstrap/_print.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 63, ../sass/bootstrap/_print.scss */
    thead {
        display: table-header-group;
    }

    /* line 67, ../sass/bootstrap/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 72, ../sass/bootstrap/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 79, ../sass/bootstrap/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }

    /* line 87, ../sass/bootstrap/_print.scss */
    .navbar {
        display: none;
    }

    /* line 90, ../sass/bootstrap/_print.scss */
    .badge {
        border: 1px solid #000;
    }

    /* line 94, ../sass/bootstrap/_print.scss */
    .table {
        border-collapse: collapse !important;
    }
        /* line 97, ../sass/bootstrap/_print.scss */
        .table td,
        .table th {
            background-color: #fff !important;
        }

    /* line 103, ../sass/bootstrap/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
/* line 21, ../sass/bootstrap/_reboot.scss */
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

/* line 31, ../sass/bootstrap/_reboot.scss */
*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}
/* line 43, ../sass/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

/* line 52, ../sass/bootstrap/_reboot.scss */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

/* line 67, ../sass/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
    outline: none !important;
}

/* line 77, ../sass/bootstrap/_reboot.scss */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/* line 92, ../sass/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

/* line 101, ../sass/bootstrap/_reboot.scss */
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* line 113, ../sass/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

/* line 121, ../sass/bootstrap/_reboot.scss */
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

/* line 127, ../sass/bootstrap/_reboot.scss */
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    /* line 134, ../sass/bootstrap/_reboot.scss */
    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

/* line 141, ../sass/bootstrap/_reboot.scss */
dt {
    font-weight: bold;
}

/* line 145, ../sass/bootstrap/_reboot.scss */
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

/* line 150, ../sass/bootstrap/_reboot.scss */
blockquote {
    margin: 0 0 1rem;
}

/* line 154, ../sass/bootstrap/_reboot.scss */
dfn {
    font-style: italic;
}

/* line 158, ../sass/bootstrap/_reboot.scss */
b,
strong {
    font-weight: bolder;
}

/* line 163, ../sass/bootstrap/_reboot.scss */
small {
    font-size: 80%;
}

/* line 172, ../sass/bootstrap/_reboot.scss */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/* line 180, ../sass/bootstrap/_reboot.scss */
sub {
    bottom: -.25em;
}

/* line 181, ../sass/bootstrap/_reboot.scss */
sup {
    top: -.5em;
}

/* line 188, ../sass/bootstrap/_reboot.scss */
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    /* line 206, ../sass/bootstrap/_reboot.scss */
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }
        /* line 23, ../sass/bootstrap/mixins/_hover.scss */
        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }
        /* line 215, ../sass/bootstrap/_reboot.scss */
        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

/* line 225, ../sass/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 233, ../sass/bootstrap/_reboot.scss */
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

/* line 247, ../sass/bootstrap/_reboot.scss */
figure {
    margin: 0 0 1rem;
}

/* line 257, ../sass/bootstrap/_reboot.scss */
img {
    vertical-align: middle;
    border-style: none;
}

/* line 262, ../sass/bootstrap/_reboot.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 277, ../sass/bootstrap/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

/* line 294, ../sass/bootstrap/_reboot.scss */
table {
    border-collapse: collapse;
}

/* line 298, ../sass/bootstrap/_reboot.scss */
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

/* line 306, ../sass/bootstrap/_reboot.scss */
th {
    text-align: left;
}

/* line 316, ../sass/bootstrap/_reboot.scss */
label {
    display: inline-block;
    margin-bottom: .5rem;
}

/* line 326, ../sass/bootstrap/_reboot.scss */
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, ../sass/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* line 342, ../sass/bootstrap/_reboot.scss */
button,
input {
    overflow: visible;
}

/* line 347, ../sass/bootstrap/_reboot.scss */
button,
select {
    text-transform: none;
}

/* line 355, ../sass/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /* line 363, ../sass/bootstrap/_reboot.scss */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

/* line 371, ../sass/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

/* line 378, ../sass/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

/* line 390, ../sass/bootstrap/_reboot.scss */
textarea {
    overflow: auto;
    resize: vertical;
}

/* line 396, ../sass/bootstrap/_reboot.scss */
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* line 411, ../sass/bootstrap/_reboot.scss */
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

/* line 423, ../sass/bootstrap/_reboot.scss */
progress {
    vertical-align: baseline;
}

/* line 428, ../sass/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* line 433, ../sass/bootstrap/_reboot.scss */
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    /* line 446, ../sass/bootstrap/_reboot.scss */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/* line 456, ../sass/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/* line 465, ../sass/bootstrap/_reboot.scss */
output {
    display: inline-block;
}

/* line 469, ../sass/bootstrap/_reboot.scss */
summary {
    display: list-item;
}

/* line 473, ../sass/bootstrap/_reboot.scss */
template {
    display: none;
}

/* line 479, ../sass/bootstrap/_reboot.scss */
[hidden] {
    display: none !important;
}

/* line 5, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
}

/* line 14, ../sass/bootstrap/_type.scss */
h1, .h1 {
    font-size: 2rem;
}

/* line 15, ../sass/bootstrap/_type.scss */
h2, .h2 {
    font-size: 1.75rem;
}

/* line 16, ../sass/bootstrap/_type.scss */
h3, .h3 {
    font-size: 1.5rem;
}

/* line 17, ../sass/bootstrap/_type.scss */
h4, .h4 {
    font-size: 1.3rem;
}

/* line 18, ../sass/bootstrap/_type.scss */
h5, .h5 {
    font-size: 1rem;
}

/* line 19, ../sass/bootstrap/_type.scss */
h6, .h6 {
    font-size: 0.85rem;
}

/* line 21, ../sass/bootstrap/_type.scss */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

/* line 27, ../sass/bootstrap/_type.scss */
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.4;
}

/* line 32, ../sass/bootstrap/_type.scss */
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.4;
}

/* line 37, ../sass/bootstrap/_type.scss */
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.4;
}

/* line 42, ../sass/bootstrap/_type.scss */
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.4;
}

/* line 53, ../sass/bootstrap/_type.scss */
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, ../sass/bootstrap/_type.scss */
small,
.small {
    font-size: 80%;
    font-weight: normal;
}

/* line 71, ../sass/bootstrap/_type.scss */
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

/* line 82, ../sass/bootstrap/_type.scss */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* line 87, ../sass/bootstrap/_type.scss */
.list-inline {
    padding-left: 0;
    list-style: none;
}

/* line 90, ../sass/bootstrap/_type.scss */
.list-inline-item {
    display: inline-block;
}
    /* line 93, ../sass/bootstrap/_type.scss */
    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

/* line 104, ../sass/bootstrap/_type.scss */
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 110, ../sass/bootstrap/_type.scss */
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

/* line 115, ../sass/bootstrap/_type.scss */
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}
    /* line 120, ../sass/bootstrap/_type.scss */
    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

/* line 8, ../sass/bootstrap/_images.scss */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* line 14, ../sass/bootstrap/_images.scss */
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

/* line 30, ../sass/bootstrap/_images.scss */
.figure {
    display: inline-block;
}

/* line 35, ../sass/bootstrap/_images.scss */
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

/* line 40, ../sass/bootstrap/_images.scss */
.figure-caption {
    font-size: 90%;
    color: #868e96;
}

/* line 2, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../sass/bootstrap/_code.scss */
code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
/* line 18, ../sass/bootstrap/_code.scss */
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

/* line 26, ../sass/bootstrap/_code.scss */
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
    /* line 34, ../sass/bootstrap/_code.scss */
    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

/* line 43, ../sass/bootstrap/_code.scss */
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}
    /* line 51, ../sass/bootstrap/_code.scss */
    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

/* line 61, ../sass/bootstrap/_code.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 6, ../sass/bootstrap/_grid.scss */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    /* line 6, ../sass/bootstrap/_grid.scss */
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    /* line 6, ../sass/bootstrap/_grid.scss */
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    /* line 6, ../sass/bootstrap/_grid.scss */
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    /* line 6, ../sass/bootstrap/_grid.scss */
    .container {
        max-width: 1300px;
    }
}

/* line 18, ../sass/bootstrap/_grid.scss */
.container-fluid {
    width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* line 29, ../sass/bootstrap/_grid.scss */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* line 35, ../sass/bootstrap/_grid.scss */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
    /* line 39, ../sass/bootstrap/_grid.scss */
    .no-gutters > .col, .list-diary .club-logo .no-gutters > li,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* line 8, ../sass/bootstrap/mixins/_grid-framework.scss */
.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, .list-diary .club-logo li,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .section-title-team .general-info li, .col-sm-5, .col-sm-6, footer .links-footer ul.columns li, .content-instagram .insta-items, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .recent-results.results-page .info-results ul li, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .section-title-team .bg-image-team, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* line 32, ../sass/bootstrap/mixins/_grid-framework.scss */
.col, .list-diary .club-logo li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

/* line 37, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

/* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* line 49, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-first {
    order: -1;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-1 {
    order: 1;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-2 {
    order: 2;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-3 {
    order: 3;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-4 {
    order: 4;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-5 {
    order: 5;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-6 {
    order: 6;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-7 {
    order: 7;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-8 {
    order: 8;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-9 {
    order: 9;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-10 {
    order: 10;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-11 {
    order: 11;
}

/* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
.order-12 {
    order: 12;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
    margin-left: 8.33333%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
    margin-left: 16.66667%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
    margin-left: 25%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
    margin-left: 33.33333%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
    margin-left: 41.66667%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
    margin-left: 50%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
    margin-left: 58.33333%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
    margin-left: 66.66667%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
    margin-left: 75%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
    margin-left: 83.33333%;
}

/* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    /* line 32, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 37, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-4, .section-title-team .general-info li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-6, footer .links-footer ul.columns li, .content-instagram .insta-items {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 49, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-first {
        order: -1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-1 {
        order: 1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-2 {
        order: 2;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-3 {
        order: 3;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-4 {
        order: 4;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-5 {
        order: 5;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-6 {
        order: 6;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-7 {
        order: 7;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-8 {
        order: 8;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-9 {
        order: 9;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-10 {
        order: 10;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-11 {
        order: 11;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-sm-12 {
        order: 12;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-0 {
        margin-left: 0;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-3 {
        margin-left: 25%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-6 {
        margin-left: 50%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-9 {
        margin-left: 75%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    /* line 32, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 37, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-2, .content-instagram .insta-items {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 49, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-first {
        order: -1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-1 {
        order: 1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-2 {
        order: 2;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-3 {
        order: 3;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-4 {
        order: 4;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-5 {
        order: 5;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-6 {
        order: 6;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-7 {
        order: 7;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-8 {
        order: 8;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-9 {
        order: 9;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-10 {
        order: 10;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-11 {
        order: 11;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-md-12 {
        order: 12;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-0 {
        margin-left: 0;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-1 {
        margin-left: 8.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-2 {
        margin-left: 16.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-3 {
        margin-left: 25%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-4 {
        margin-left: 33.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-5 {
        margin-left: 41.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-6 {
        margin-left: 50%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-7 {
        margin-left: 58.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-8 {
        margin-left: 66.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-9 {
        margin-left: 75%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-10 {
        margin-left: 83.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    /* line 32, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 37, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-2, .content-instagram .insta-items {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-lg-12, .recent-results.results-page .info-results ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 49, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-first {
        order: -1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-1 {
        order: 1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-2 {
        order: 2;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-3 {
        order: 3;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-4 {
        order: 4;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-5 {
        order: 5;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-6 {
        order: 6;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-7 {
        order: 7;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-8 {
        order: 8;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-9 {
        order: 9;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-10 {
        order: 10;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-11 {
        order: 11;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-lg-12 {
        order: 12;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-0 {
        margin-left: 0;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-3 {
        margin-left: 25%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-6 {
        margin-left: 50%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-9 {
        margin-left: 75%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    /* line 32, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 37, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-5, .section-title-team .bg-image-team {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-6, .recent-results.results-page .info-results ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    /* line 44, ../sass/bootstrap/mixins/_grid-framework.scss */
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 49, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-first {
        order: -1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-1 {
        order: 1;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-2 {
        order: 2;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-3 {
        order: 3;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-4 {
        order: 4;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-5 {
        order: 5;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-6 {
        order: 6;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-7 {
        order: 7;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-8 {
        order: 8;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-9 {
        order: 9;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-10 {
        order: 10;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-11 {
        order: 11;
    }

    /* line 54, ../sass/bootstrap/mixins/_grid-framework.scss */
    .order-xl-12 {
        order: 12;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-0 {
        margin-left: 0;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-3 {
        margin-left: 25%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-6 {
        margin-left: 50%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-9 {
        margin-left: 75%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    /* line 62, ../sass/bootstrap/mixins/_grid-framework.scss */
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
/* line 5, ../sass/bootstrap/_tables.scss */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
    /* line 11, ../sass/bootstrap/_tables.scss */
    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #e9ecef;
    }
    /* line 18, ../sass/bootstrap/_tables.scss */
    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e9ecef;
    }
    /* line 23, ../sass/bootstrap/_tables.scss */
    .table tbody + tbody {
        border-top: 2px solid #e9ecef;
    }
    /* line 27, ../sass/bootstrap/_tables.scss */
    .table .table {
        background-color: #fff;
    }

/* line 38, ../sass/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

/* line 49, ../sass/bootstrap/_tables.scss */
.table-bordered {
    border: 1px solid #e9ecef;
}
    /* line 52, ../sass/bootstrap/_tables.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e9ecef;
    }
    /* line 58, ../sass/bootstrap/_tables.scss */
    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

/* line 71, ../sass/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dddfe2;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #cfd2d6;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
    background-color: #abdde5;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
    background-color: #ececf6;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

/* line 7, ../sass/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
    /* line 23, ../sass/bootstrap/mixins/_table-row.scss */
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

/* line 107, ../sass/bootstrap/_tables.scss */
.thead-inverse th {
    color: #fff;
    background-color: #212529;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.thead-default th {
    color: #495057;
    background-color: #e9ecef;
}

/* line 120, ../sass/bootstrap/_tables.scss */
.table-inverse {
    color: #fff;
    background-color: #212529;
}
    /* line 124, ../sass/bootstrap/_tables.scss */
    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #32383e;
    }
    /* line 130, ../sass/bootstrap/_tables.scss */
    .table-inverse.table-bordered {
        border: 0;
    }
    /* line 135, ../sass/bootstrap/_tables.scss */
    .table-inverse.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .table-inverse.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 991px) {
    /* line 156, ../sass/bootstrap/_tables.scss */
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
        /* line 164, ../sass/bootstrap/_tables.scss */
        .table-responsive.table-bordered {
            border: 0;
        }
}

/* line 7, ../sass/bootstrap/_forms.scss */
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    /*line-height: 1.25;*/
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
    /* line 35, ../sass/bootstrap/_forms.scss */
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }
    /* line 14, ../sass/bootstrap/mixins/_forms.scss */
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: none;
    }
    /* line 44, ../sass/bootstrap/_forms.scss */
    .form-control::placeholder {
        color: #868e96;
        opacity: 1;
    }
    /* line 55, ../sass/bootstrap/_forms.scss */
    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

/* line 64, ../sass/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
/* line 68, ../sass/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

/* line 80, ../sass/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
    display: block;
}

/* line 92, ../sass/bootstrap/_forms.scss */
.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}

/* line 98, ../sass/bootstrap/_forms.scss */
.col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    font-size: 1.25rem;
}

/* line 104, ../sass/bootstrap/_forms.scss */
.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}

/* line 117, ../sass/bootstrap/_forms.scss */
.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

/* line 130, ../sass/bootstrap/_forms.scss */
.form-control-plaintext {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}
    /* line 138, ../sass/bootstrap/_forms.scss */
    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .form-control-plaintext.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .form-control-plaintext.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

/* line 154, ../sass/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 162, ../sass/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

/* line 167, ../sass/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 175, ../sass/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px);
}

/* line 186, ../sass/bootstrap/_forms.scss */
.form-group {
    margin-bottom: 1rem;
}

/* line 190, ../sass/bootstrap/_forms.scss */
.form-text {
    display: block;
    margin-top: 0.25rem;
}

/* line 200, ../sass/bootstrap/_forms.scss */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
    /* line 206, ../sass/bootstrap/_forms.scss */
    .form-row > .col, .list-diary .club-logo .form-row > li,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

/* line 218, ../sass/bootstrap/_forms.scss */
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}
    /* line 224, ../sass/bootstrap/_forms.scss */
    .form-check.disabled .form-check-label {
        color: #868e96;
    }

/* line 230, ../sass/bootstrap/_forms.scss */
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

/* line 235, ../sass/bootstrap/_forms.scss */
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
    /* line 240, ../sass/bootstrap/_forms.scss */
    .form-check-input:only-child {
        position: static;
    }

/* line 246, ../sass/bootstrap/_forms.scss */
.form-check-inline {
    display: inline-block;
}
    /* line 249, ../sass/bootstrap/_forms.scss */
    .form-check-inline .form-check-label {
        vertical-align: middle;
    }
    /* line 253, ../sass/bootstrap/_forms.scss */
    .form-check-inline + .form-check-inline {
        margin-left: 0.75rem;
    }

/* line 266, ../sass/bootstrap/_forms.scss */
.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

/* line 273, ../sass/bootstrap/_forms.scss */
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

/* line 28, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
    /* line 32, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
    /* line 36, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .form-control:valid ~ .invalid-feedback,
    .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
    .form-control.is-valid ~ .invalid-tooltip, .was-validated
    .custom-select:valid ~ .invalid-feedback,
    .was-validated
    .custom-select:valid ~ .invalid-tooltip,
    .custom-select.is-valid ~ .invalid-feedback,
    .custom-select.is-valid ~ .invalid-tooltip {
        display: block;
    }

/* line 48, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
    color: #28a745;
}

/* line 58, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}
/* line 61, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
    color: #28a745;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
    border-color: #28a745;
}
    /* line 74, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
        border-color: inherit;
    }
/* line 76, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 28, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
    /* line 32, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
    /* line 36, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

/* line 48, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
    color: #dc3545;
}

/* line 58, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}
/* line 61, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
    color: #dc3545;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #dc3545;
}
    /* line 74, ../sass/bootstrap/mixins/_forms.scss */
    .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
        border-color: inherit;
    }
/* line 76, ../sass/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 300, ../sass/bootstrap/_forms.scss */
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
    /* line 308, ../sass/bootstrap/_forms.scss */
    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    /* line 314, ../sass/bootstrap/_forms.scss */
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    /* line 322, ../sass/bootstrap/_forms.scss */
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    /* line 331, ../sass/bootstrap/_forms.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    /* line 338, ../sass/bootstrap/_forms.scss */
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    /* line 342, ../sass/bootstrap/_forms.scss */
    .form-inline .input-group {
        width: auto;
    }
    /* line 346, ../sass/bootstrap/_forms.scss */
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 353, ../sass/bootstrap/_forms.scss */
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    /* line 361, ../sass/bootstrap/_forms.scss */
    .form-inline .form-check-label {
        padding-left: 0;
    }
    /* line 364, ../sass/bootstrap/_forms.scss */
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    /* line 372, ../sass/bootstrap/_forms.scss */
    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    /* line 378, ../sass/bootstrap/_forms.scss */
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }
    /* line 386, ../sass/bootstrap/_forms.scss */
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* line 7, ../sass/bootstrap/_buttons.scss */
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    /*font-size: 1rem;*/
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .btn:focus, .btn:hover {
        text-decoration: none;
    }
    /* line 22, ../sass/bootstrap/_buttons.scss */
    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }
    /* line 29, ../sass/bootstrap/_buttons.scss */
    .btn.disabled, .btn:disabled {
        opacity: .65;
    }
    /* line 35, ../sass/bootstrap/_buttons.scss */
    .btn:active, .btn.active {
        background-image: none;
    }

/* line 43, ../sass/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #007bff;
        border-color: #007bff;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        background-color: #0069d9;
        background-image: none;
        border-color: #0062cc;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-secondary:hover {
        color: #fff;
        background-color: #727b84;
        border-color: #6c757d;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #868e96;
        border-color: #868e96;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        background-color: #727b84;
        background-image: none;
        border-color: #6c757d;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-success.disabled, .btn-success:disabled {
        background-color: #28a745;
        border-color: #28a745;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        background-color: #218838;
        background-image: none;
        border-color: #1e7e34;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-info.disabled, .btn-info:disabled {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        background-color: #138496;
        background-image: none;
        border-color: #117a8b;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-warning:hover {
        color: #111;
        background-color: #e0a800;
        border-color: #d39e00;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffc107;
        border-color: #ffc107;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        background-color: #e0a800;
        background-image: none;
        border-color: #d39e00;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #dc3545;
        border-color: #dc3545;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        background-color: #c82333;
        background-image: none;
        border-color: #bd2130;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-light:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-light.disabled, .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        background-color: #e2e6ea;
        background-image: none;
        border-color: #dae0e5;
    }

/* line 54, ../sass/bootstrap/_buttons.scss */
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
    /* line 12, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }
    /* line 18, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    }
    /* line 29, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #343a40;
        border-color: #343a40;
    }
    /* line 35, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        background-color: #23272b;
        background-image: none;
        border-color: #1d2124;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #868e96;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-light:hover {
        color: #fff;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
    /* line 12, ../sass/bootstrap/mixins/_hover.scss */
    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }
    /* line 57, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    }
    /* line 62, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }
    /* line 68, ../sass/bootstrap/mixins/_buttons.scss */
    .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-link {
    font-weight: normal;
    color: #007bff;
    border-radius: 0;
}
    /* line 76, ../sass/bootstrap/_buttons.scss */
    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }
        /* line 83, ../sass/bootstrap/_buttons.scss */
        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
            box-shadow: none;
        }
            /* line 12, ../sass/bootstrap/mixins/_hover.scss */
            .btn-link:hover {
                border-color: transparent;
            }
            /* line 23, ../sass/bootstrap/mixins/_hover.scss */
            .btn-link:focus, .btn-link:hover {
                color: #0056b3;
                text-decoration: underline;
                background-color: transparent;
            }
            /* line 97, ../sass/bootstrap/_buttons.scss */
            .btn-link:disabled {
                color: #868e96;
            }
                /* line 23, ../sass/bootstrap/mixins/_hover.scss */
                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

/* line 111, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 124, ../sass/bootstrap/_buttons.scss */
.btn-block {
    display: block;
    width: 100%;
}

    /* line 130, ../sass/bootstrap/_buttons.scss */
    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

/* line 138, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* line 1, ../sass/bootstrap/_transitions.scss */
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
    /* line 5, ../sass/bootstrap/_transitions.scss */
    .fade.show {
        opacity: 1;
    }

/* line 10, ../sass/bootstrap/_transitions.scss */
.collapse {
    display: none;
}
    /* line 12, ../sass/bootstrap/_transitions.scss */
    .collapse.show {
        display: block;
    }

/* line 18, ../sass/bootstrap/_transitions.scss */
tr.collapse.show {
    display: table-row;
}

/* line 24, ../sass/bootstrap/_transitions.scss */
tbody.collapse.show {
    display: table-row-group;
}

/* line 29, ../sass/bootstrap/_transitions.scss */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* line 2, ../sass/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
    position: relative;
}

/* line 9, ../sass/bootstrap/_dropdown.scss */
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
/* line 21, ../sass/bootstrap/_dropdown.scss */
.dropdown-toggle:empty::after {
    margin-left: 0;
}

/* line 29, ../sass/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
/* line 35, ../sass/bootstrap/_dropdown.scss */
.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

/* line 43, ../sass/bootstrap/_dropdown.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* line 65, ../sass/bootstrap/_dropdown.scss */
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* line 72, ../sass/bootstrap/_dropdown.scss */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }
    /* line 90, ../sass/bootstrap/_dropdown.scss */
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }
    /* line 97, ../sass/bootstrap/_dropdown.scss */
    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #868e96;
        background-color: transparent;
    }

/* line 111, ../sass/bootstrap/_dropdown.scss */
.show > a {
    outline: 0;
}

/* line 116, ../sass/bootstrap/_dropdown.scss */
.dropdown-menu.show {
    display: block;
}

/* line 121, ../sass/bootstrap/_dropdown.scss */
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

/* line 4, ../sass/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
    /* line 10, ../sass/bootstrap/_button-group.scss */
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto;
        margin-bottom: 0;
    }
        /* line 12, ../sass/bootstrap/mixins/_hover.scss */
        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 2;
        }
        /* line 20, ../sass/bootstrap/_button-group.scss */
        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }
    /* line 28, ../sass/bootstrap/_button-group.scss */
    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

/* line 37, ../sass/bootstrap/_button-group.scss */
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
    /* line 42, ../sass/bootstrap/_button-group.scss */
    .btn-toolbar .input-group {
        width: auto;
    }

/* line 47, ../sass/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

/* line 52, ../sass/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
}
    /* line 55, ../sass/bootstrap/_button-group.scss */
    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

/* line 60, ../sass/bootstrap/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 66, ../sass/bootstrap/_button-group.scss */
.btn-group > .btn-group {
    float: left;
}

    /* line 69, ../sass/bootstrap/_button-group.scss */
    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    /* line 73, ../sass/bootstrap/_button-group.scss */
    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* line 78, ../sass/bootstrap/_button-group.scss */
    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/* line 95, ../sass/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
    /* line 99, ../sass/bootstrap/_button-group.scss */
    .btn + .dropdown-toggle-split::after {
        margin-left: 0;
    }

/* line 104, ../sass/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

/* line 109, ../sass/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

/* line 131, ../sass/bootstrap/_button-group.scss */
.btn-group-vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
    /* line 137, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }
    /* line 142, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    /* line 152, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    /* line 155, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    /* line 158, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    /* line 162, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    /* line 166, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    /* line 171, ../sass/bootstrap/_button-group.scss */
    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/* line 191, ../sass/bootstrap/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* line 5, ../sass/bootstrap/_input-group.scss */
.input-group {
    position: relative;
    display: flex;
    width: 100%;
}
    /* line 10, ../sass/bootstrap/_input-group.scss */
    .input-group .form-control {
        position: relative;
        z-index: 2;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }
        /* line 54, ../sass/bootstrap/mixins/_hover.scss */
        .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3;
        }

    /* line 28, ../sass/bootstrap/_input-group.scss */
    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: flex;
        align-items: center;
    }
        /* line 35, ../sass/bootstrap/_input-group.scss */
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

/* line 40, ../sass/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

/* line 68, ../sass/bootstrap/_input-group.scss */
.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
    /* line 81, ../sass/bootstrap/_input-group.scss */
    .input-group-addon.form-control-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }
    /* line 87, ../sass/bootstrap/_input-group.scss */
    .input-group-addon.form-control-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }
    /* line 95, ../sass/bootstrap/_input-group.scss */
    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    /* line 107, ../sass/bootstrap/_input-group.scss */
    .input-group .form-control:not(:last-child),
    .input-group-addon:not(:last-child),
    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group > .btn,
    .input-group-btn:not(:last-child) > .dropdown-toggle,
    .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* line 116, ../sass/bootstrap/_input-group.scss */
    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

    /* line 119, ../sass/bootstrap/_input-group.scss */
    .input-group .form-control:not(:first-child),
    .input-group-addon:not(:first-child),
    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group > .btn,
    .input-group-btn:not(:first-child) > .dropdown-toggle,
    .input-group-btn:not(:last-child) > .btn:not(:first-child),
    .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/* line 128, ../sass/bootstrap/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

/* line 136, ../sass/bootstrap/_input-group.scss */
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
    /* line 145, ../sass/bootstrap/_input-group.scss */
    .input-group-btn > .btn {
        position: relative;
    }
        /* line 148, ../sass/bootstrap/_input-group.scss */
        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }
        /* line 54, ../sass/bootstrap/mixins/_hover.scss */
        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 3;
        }
    /* line 160, ../sass/bootstrap/_input-group.scss */
    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px;
    }
    /* line 166, ../sass/bootstrap/_input-group.scss */
    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }
        /* line 54, ../sass/bootstrap/mixins/_hover.scss */
        .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
        .input-group-btn:not(:first-child) > .btn-group:focus,
        .input-group-btn:not(:first-child) > .btn-group:active,
        .input-group-btn:not(:first-child) > .btn-group:hover {
            z-index: 3;
        }

/* line 12, ../sass/bootstrap/_custom-forms.scss */
.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

/* line 20, ../sass/bootstrap/_custom-forms.scss */
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
    /* line 25, ../sass/bootstrap/_custom-forms.scss */
    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #007bff;
    }
    /* line 31, ../sass/bootstrap/_custom-forms.scss */
    .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
    }
    /* line 36, ../sass/bootstrap/_custom-forms.scss */
    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #b3d7ff;
    }
    /* line 43, ../sass/bootstrap/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-indicator {
        background-color: #e9ecef;
    }
    /* line 47, ../sass/bootstrap/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-description {
        color: #868e96;
    }

/* line 57, ../sass/bootstrap/_custom-forms.scss */
.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* line 78, ../sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}
/* line 82, ../sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 86, ../sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 98, ../sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
/* line 102, ../sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 113, ../sass/bootstrap/_custom-forms.scss */
.custom-controls-stacked {
    display: flex;
    flex-direction: column;
}
    /* line 117, ../sass/bootstrap/_custom-forms.scss */
    .custom-controls-stacked .custom-control {
        margin-bottom: 0.25rem;
    }
        /* line 120, ../sass/bootstrap/_custom-forms.scss */
        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0;
        }

/* line 133, ../sass/bootstrap/_custom-forms.scss */
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    appearance: none;
}
    /* line 151, ../sass/bootstrap/_custom-forms.scss */
    .custom-select:focus {
        border-color: #80bdff;
        outline: none;
    }
        /* line 156, ../sass/bootstrap/_custom-forms.scss */
        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }
    /* line 167, ../sass/bootstrap/_custom-forms.scss */
    .custom-select:disabled {
        color: #868e96;
        background-color: #e9ecef;
    }
    /* line 173, ../sass/bootstrap/_custom-forms.scss */
    .custom-select::-ms-expand {
        opacity: 0;
    }

/* line 178, ../sass/bootstrap/_custom-forms.scss */
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

/* line 190, ../sass/bootstrap/_custom-forms.scss */
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
}

/* line 198, ../sass/bootstrap/_custom-forms.scss */
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0;
}

/* line 210, ../sass/bootstrap/_custom-forms.scss */
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
    /* line 228, ../sass/bootstrap/_custom-forms.scss */
    .custom-file-control:lang(en):empty::after {
        content: "Choose file...";
    }
    /* line 233, ../sass/bootstrap/_custom-forms.scss */
    .custom-file-control::before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: 0.5rem 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #e9ecef;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0 0.25rem 0.25rem 0;
    }
    /* line 250, ../sass/bootstrap/_custom-forms.scss */
    .custom-file-control:lang(en)::before {
        content: "Browse";
    }

/* line 6, ../sass/bootstrap/_nav.scss */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* line 14, ../sass/bootstrap/_nav.scss */
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }
    /* line 23, ../sass/bootstrap/_nav.scss */
    .nav-link.disabled {
        color: #868e96;
    }

/* line 32, ../sass/bootstrap/_nav.scss */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
    /* line 35, ../sass/bootstrap/_nav.scss */
    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }
    /* line 39, ../sass/bootstrap/_nav.scss */
    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
        /* line 23, ../sass/bootstrap/mixins/_hover.scss */
        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #ddd;
        }
        /* line 47, ../sass/bootstrap/_nav.scss */
        .nav-tabs .nav-link.disabled {
            color: #868e96;
            background-color: transparent;
            border-color: transparent;
        }
        /* line 54, ../sass/bootstrap/_nav.scss */
        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #ddd #ddd #fff;
        }
    /* line 61, ../sass/bootstrap/_nav.scss */
    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/* line 75, ../sass/bootstrap/_nav.scss */
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
    /* line 78, ../sass/bootstrap/_nav.scss */
    .nav-pills .nav-link.active, .show > .nav-pills .nav-link {
        color: #fff;
        background-color: #007bff;
    }

/* line 92, ../sass/bootstrap/_nav.scss */
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

/* line 99, ../sass/bootstrap/_nav.scss */
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

/* line 112, ../sass/bootstrap/_nav.scss */
.tab-content > .tab-pane {
    display: none;
}
/* line 115, ../sass/bootstrap/_nav.scss */
.tab-content > .active {
    display: block;
}

/* line 18, ../sass/bootstrap/_navbar.scss */
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
    /* line 28, ../sass/bootstrap/_navbar.scss */
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

/* line 42, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

/* line 61, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
    /* line 68, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    /* line 73, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

/* line 84, ../sass/bootstrap/_navbar.scss */
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* line 99, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
    flex-basis: 100%;
    align-items: center;
}

/* line 107, ../sass/bootstrap/_navbar.scss */
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

/* line 122, ../sass/bootstrap/_navbar.scss */
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    /* line 141, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    /* line 139, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-sm {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        /* line 153, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }
            /* line 156, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }
            /* line 160, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }
            /* line 165, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }
        /* line 172, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }
        /* line 178, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
        }
        /* line 183, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767px) {
    /* line 141, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    /* line 139, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-md {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        /* line 153, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }
            /* line 156, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }
            /* line 160, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }
            /* line 165, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }
        /* line 172, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }
        /* line 178, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-md .navbar-collapse {
            display: flex !important;
        }
        /* line 183, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991px) {
    /* line 141, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    /* line 139, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-lg {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        /* line 153, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
            /* line 156, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }
            /* line 160, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }
            /* line 165, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }
        /* line 172, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }
        /* line 178, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
        }
        /* line 183, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199px) {
    /* line 141, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    /* line 139, ../sass/bootstrap/_navbar.scss */
    .navbar-expand-xl {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        /* line 153, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }
            /* line 156, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }
            /* line 160, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }
            /* line 165, ../sass/bootstrap/_navbar.scss */
            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }
        /* line 172, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }
        /* line 178, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
        }
        /* line 183, ../sass/bootstrap/_navbar.scss */
        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}
/* line 139, ../sass/bootstrap/_navbar.scss */
.navbar-expand {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
    /* line 141, ../sass/bootstrap/_navbar.scss */
    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    /* line 153, ../sass/bootstrap/_navbar.scss */
    .navbar-expand .navbar-nav {
        flex-direction: row;
    }
        /* line 156, ../sass/bootstrap/_navbar.scss */
        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }
        /* line 160, ../sass/bootstrap/_navbar.scss */
        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }
        /* line 165, ../sass/bootstrap/_navbar.scss */
        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }
    /* line 172, ../sass/bootstrap/_navbar.scss */
    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }
    /* line 178, ../sass/bootstrap/_navbar.scss */
    .navbar-expand .navbar-collapse {
        display: flex !important;
    }
    /* line 183, ../sass/bootstrap/_navbar.scss */
    .navbar-expand .navbar-toggler {
        display: none;
    }

/* line 198, ../sass/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9);
    }
/* line 207, ../sass/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }
    /* line 214, ../sass/bootstrap/_navbar.scss */
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }
    /* line 219, ../sass/bootstrap/_navbar.scss */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }
/* line 227, ../sass/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
/* line 232, ../sass/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

/* line 243, ../sass/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
    color: white;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: white;
    }
/* line 252, ../sass/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    /* line 259, ../sass/bootstrap/_navbar.scss */
    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }
    /* line 264, ../sass/bootstrap/_navbar.scss */
    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: white;
    }
/* line 272, ../sass/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
/* line 277, ../sass/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 281, ../sass/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

/* line 5, ../sass/bootstrap/_card.scss */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* line 17, ../sass/bootstrap/_card.scss */
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* line 24, ../sass/bootstrap/_card.scss */
.card-title {
    margin-bottom: 0.75rem;
}

/* line 28, ../sass/bootstrap/_card.scss */
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

/* line 33, ../sass/bootstrap/_card.scss */
.card-text:last-child {
    margin-bottom: 0;
}

/* line 12, ../sass/bootstrap/mixins/_hover.scss */
.card-link:hover {
    text-decoration: none;
}
/* line 42, ../sass/bootstrap/_card.scss */
.card-link + .card-link {
    margin-left: 1.25rem;
}

/* line 49, ../sass/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
/* line 55, ../sass/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* line 66, ../sass/bootstrap/_card.scss */
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
    /* line 72, ../sass/bootstrap/_card.scss */
    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

/* line 77, ../sass/bootstrap/_card.scss */
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
    /* line 82, ../sass/bootstrap/_card.scss */
    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

/* line 92, ../sass/bootstrap/_card.scss */
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

/* line 99, ../sass/bootstrap/_card.scss */
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

/* line 105, ../sass/bootstrap/_card.scss */
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

/* line 114, ../sass/bootstrap/_card.scss */
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

/* line 120, ../sass/bootstrap/_card.scss */
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* line 125, ../sass/bootstrap/_card.scss */
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    /* line 134, ../sass/bootstrap/_card.scss */
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
        /* line 140, ../sass/bootstrap/_card.scss */
        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 576px) {
    /* line 156, ../sass/bootstrap/_card.scss */
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
        /* line 160, ../sass/bootstrap/_card.scss */
        .card-group .card {
            flex: 1 0 0%;
        }
            /* line 163, ../sass/bootstrap/_card.scss */
            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }
            /* line 170, ../sass/bootstrap/_card.scss */
            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }
                /* line 173, ../sass/bootstrap/_card.scss */
                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }
                /* line 176, ../sass/bootstrap/_card.scss */
                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }
            /* line 180, ../sass/bootstrap/_card.scss */
            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
                /* line 183, ../sass/bootstrap/_card.scss */
                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }
                /* line 186, ../sass/bootstrap/_card.scss */
                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }
            /* line 191, ../sass/bootstrap/_card.scss */
            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }
                /* line 194, ../sass/bootstrap/_card.scss */
                .card-group .card:not(:first-child):not(:last-child) .card-img-top,
                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
}
/* line 210, ../sass/bootstrap/_card.scss */
.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    /* line 209, ../sass/bootstrap/_card.scss */
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
        /* line 218, ../sass/bootstrap/_card.scss */
        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

/* line 1, ../sass/bootstrap/_breadcrumb.scss */
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}
    /* line 2, ../sass/bootstrap/mixins/_clearfix.scss */
    .breadcrumb::after {
        display: block;
        clear: both;
        content: "";
    }

/* line 10, ../sass/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
    float: left;
}
    /* line 14, ../sass/bootstrap/_breadcrumb.scss */
    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #868e96;
        content: "/";
    }
    /* line 28, ../sass/bootstrap/_breadcrumb.scss */
    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }
    /* line 31, ../sass/bootstrap/_breadcrumb.scss */
    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }
    /* line 35, ../sass/bootstrap/_breadcrumb.scss */
    .breadcrumb-item.active {
        color: #868e96;
    }

/* line 1, ../sass/bootstrap/_pagination.scss */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

/* line 11, ../sass/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
/* line 17, ../sass/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/* line 22, ../sass/bootstrap/_pagination.scss */
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* line 29, ../sass/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

/* line 37, ../sass/bootstrap/_pagination.scss */
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .page-link:focus, .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }

/* line 4, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
/* line 12, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

/* line 4, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
/* line 12, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/* line 6, ../sass/bootstrap/_badge.scss */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
    /* line 19, ../sass/bootstrap/_badge.scss */
    .badge:empty {
        display: none;
    }

/* line 25, ../sass/bootstrap/_badge.scss */
.btn .badge {
    position: relative;
    top: -1px;
}

/* line 34, ../sass/bootstrap/_badge.scss */
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-secondary {
    color: #fff;
    background-color: #868e96;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #6c757d;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-success {
    color: #fff;
    background-color: #28a745;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-warning {
    color: #111;
    background-color: #ffc107;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #111;
        text-decoration: none;
        background-color: #d39e00;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-light {
    color: #111;
    background-color: #f8f9fa;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #111;
        text-decoration: none;
        background-color: #dae0e5;
    }

/* line 45, ../sass/bootstrap/_badge.scss */
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

/* line 1, ../sass/bootstrap/_jumbotron.scss */
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    /* line 1, ../sass/bootstrap/_jumbotron.scss */
    .jumbotron {
        padding: 4rem 2rem;
    }
}

/* line 12, ../sass/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/* line 5, ../sass/bootstrap/_alert.scss */
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* line 13, ../sass/bootstrap/_alert.scss */
.alert-heading {
    color: inherit;
}

/* line 19, ../sass/bootstrap/_alert.scss */
.alert-link {
    font-weight: bold;
}

/* line 30, ../sass/bootstrap/_alert.scss */
.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-primary hr {
        border-top-color: #9fcdff;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-primary .alert-link {
        color: #002752;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-secondary hr {
        border-top-color: #cfd2d6;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-secondary .alert-link {
        color: #2e3133;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-success hr {
        border-top-color: #b1dfbb;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-success .alert-link {
        color: #0b2e13;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-info hr {
        border-top-color: #abdde5;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-info .alert-link {
        color: #062c33;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-warning hr {
        border-top-color: #ffe8a1;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-warning .alert-link {
        color: #533f03;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-danger hr {
        border-top-color: #f1b0b7;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-danger .alert-link {
        color: #491217;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-light hr {
        border-top-color: #ececf6;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-light .alert-link {
        color: #686868;
    }

/* line 45, ../sass/bootstrap/_alert.scss */
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
    /* line 6, ../sass/bootstrap/mixins/_alert.scss */
    .alert-dark hr {
        border-top-color: #b9bbbe;
    }
    /* line 10, ../sass/bootstrap/mixins/_alert.scss */
    .alert-dark .alert-link {
        color: #040505;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}
/* line 6, ../sass/bootstrap/_progress.scss */
.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* line 17, ../sass/bootstrap/_progress.scss */
.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #007bff;
    transition: width 0.6s ease;
}

/* line 25, ../sass/bootstrap/_progress.scss */
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

/* line 30, ../sass/bootstrap/_progress.scss */
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../sass/bootstrap/_media.scss */
.media {
    display: flex;
    align-items: flex-start;
}

/* line 6, ../sass/bootstrap/_media.scss */
.media-body {
    flex: 1;
}

/* line 5, ../sass/bootstrap/_list-group.scss */
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

/* line 20, ../sass/bootstrap/_list-group.scss */
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }
    /* line 32, ../sass/bootstrap/_list-group.scss */
    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

/* line 43, ../sass/bootstrap/_list-group.scss */
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
    /* line 52, ../sass/bootstrap/_list-group.scss */
    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    /* line 56, ../sass/bootstrap/_list-group.scss */
    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .list-group-item:focus, .list-group-item:hover {
        text-decoration: none;
    }
    /* line 65, ../sass/bootstrap/_list-group.scss */
    .list-group-item.disabled, .list-group-item:disabled {
        color: #868e96;
        background-color: #fff;
    }
    /* line 72, ../sass/bootstrap/_list-group.scss */
    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

/* line 87, ../sass/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
/* line 94, ../sass/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
/* line 100, ../sass/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-primary:focus, a.list-group-item-primary:hover,
    button.list-group-item-primary:focus,
    button.list-group-item-primary:hover {
        color: #004085;
        background-color: #9fcdff;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-primary.active,
    button.list-group-item-primary.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
    button.list-group-item-secondary:focus,
    button.list-group-item-secondary:hover {
        color: #464a4e;
        background-color: #cfd2d6;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-secondary.active,
    button.list-group-item-secondary.active {
        color: #fff;
        background-color: #464a4e;
        border-color: #464a4e;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
    color: #155724;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-success:focus, a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #155724;
        background-color: #b1dfbb;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-success.active,
    button.list-group-item-success.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-info:focus, a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #0c5460;
        background-color: #abdde5;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-info.active,
    button.list-group-item-info.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-warning:focus, a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #856404;
        background-color: #ffe8a1;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-warning.active,
    button.list-group-item-warning.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-danger:focus, a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-danger.active,
    button.list-group-item-danger.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-light,
button.list-group-item-light {
    color: #818182;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-light:focus, a.list-group-item-light:hover,
    button.list-group-item-light:focus,
    button.list-group-item-light:hover {
        color: #818182;
        background-color: #ececf6;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-light.active,
    button.list-group-item-light.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

/* line 10, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    a.list-group-item-dark:focus, a.list-group-item-dark:hover,
    button.list-group-item-dark:focus,
    button.list-group-item-dark:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }
    /* line 19, ../sass/bootstrap/mixins/_list-group.scss */
    a.list-group-item-dark.active,
    button.list-group-item-dark.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

/* line 1, ../sass/bootstrap/_close.scss */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

/* line 23, ../sass/bootstrap/_close.scss */
button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* line 8, ../sass/bootstrap/_modal.scss */
.modal-open {
    overflow: hidden;
}

/* line 13, ../sass/bootstrap/_modal.scss */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
    /* line 30, ../sass/bootstrap/_modal.scss */
    .modal.fade .modal-dialog {
        transition: transform 0.3s ease-out;
        transform: translate(0, -25%);
    }
    /* line 34, ../sass/bootstrap/_modal.scss */
    .modal.show .modal-dialog {
        transform: translate(0, 0);
    }

/* line 36, ../sass/bootstrap/_modal.scss */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 42, ../sass/bootstrap/_modal.scss */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/* line 49, ../sass/bootstrap/_modal.scss */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

/* line 63, ../sass/bootstrap/_modal.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
    /* line 73, ../sass/bootstrap/_modal.scss */
    .modal-backdrop.fade {
        opacity: 0;
    }
    /* line 74, ../sass/bootstrap/_modal.scss */
    .modal-backdrop.show {
        opacity: 0.5;
    }

/* line 79, ../sass/bootstrap/_modal.scss */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

/* line 88, ../sass/bootstrap/_modal.scss */
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

/* line 95, ../sass/bootstrap/_modal.scss */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

/* line 104, ../sass/bootstrap/_modal.scss */
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
    /* line 112, ../sass/bootstrap/_modal.scss */
    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }
    /* line 113, ../sass/bootstrap/_modal.scss */
    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

/* line 117, ../sass/bootstrap/_modal.scss */
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    /* line 128, ../sass/bootstrap/_modal.scss */
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    /* line 137, ../sass/bootstrap/_modal.scss */
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 141, ../sass/bootstrap/_modal.scss */
    .modal-lg {
        max-width: 800px;
    }
}
/* line 2, ../sass/bootstrap/_tooltip.scss */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
    /* line 15, ../sass/bootstrap/_tooltip.scss */
    .tooltip.show {
        opacity: 0.9;
    }
    /* line 17, ../sass/bootstrap/_tooltip.scss */
    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
    }
    /* line 24, ../sass/bootstrap/_tooltip.scss */
    .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
        padding: 5px 0;
    }
        /* line 26, ../sass/bootstrap/_tooltip.scss */
        .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
            bottom: 0;
        }
            /* line 30, ../sass/bootstrap/_tooltip.scss */
            .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
                margin-left: -3px;
                content: "";
                border-width: 5px 5px 0;
                border-top-color: #000;
            }
    /* line 37, ../sass/bootstrap/_tooltip.scss */
    .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
        padding: 0 5px;
    }
        /* line 39, ../sass/bootstrap/_tooltip.scss */
        .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
            left: 0;
        }
            /* line 43, ../sass/bootstrap/_tooltip.scss */
            .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
                margin-top: -3px;
                content: "";
                border-width: 5px 5px 5px 0;
                border-right-color: #000;
            }
    /* line 50, ../sass/bootstrap/_tooltip.scss */
    .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
        padding: 5px 0;
    }
        /* line 52, ../sass/bootstrap/_tooltip.scss */
        .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
            top: 0;
        }
            /* line 56, ../sass/bootstrap/_tooltip.scss */
            .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
                margin-left: -3px;
                content: "";
                border-width: 0 5px 5px;
                border-bottom-color: #000;
            }
    /* line 63, ../sass/bootstrap/_tooltip.scss */
    .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
        padding: 0 5px;
    }
        /* line 65, ../sass/bootstrap/_tooltip.scss */
        .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
            right: 0;
        }
            /* line 69, ../sass/bootstrap/_tooltip.scss */
            .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
                right: 0;
                margin-top: -3px;
                content: "";
                border-width: 5px 0 5px 5px;
                border-left-color: #000;
            }
    /* line 92, ../sass/bootstrap/_tooltip.scss */
    .tooltip .arrow::before {
        position: absolute;
        border-color: transparent;
        border-style: solid;
    }

/* line 100, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/* line 1, ../sass/bootstrap/_popover.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
    /* line 25, ../sass/bootstrap/_popover.scss */
    .popover .arrow {
        position: absolute;
        display: block;
        width: 10px;
        height: 5px;
    }
        /* line 32, ../sass/bootstrap/_popover.scss */
        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            border-color: transparent;
            border-style: solid;
        }
        /* line 40, ../sass/bootstrap/_popover.scss */
        .popover .arrow::before {
            content: "";
            border-width: 11px;
        }
        /* line 44, ../sass/bootstrap/_popover.scss */
        .popover .arrow::after {
            content: "";
            border-width: 11px;
        }
    /* line 51, ../sass/bootstrap/_popover.scss */
    .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
        margin-bottom: 10px;
    }
        /* line 54, ../sass/bootstrap/_popover.scss */
        .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
            bottom: 0;
        }
            /* line 58, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
            .popover.bs-popover-top .arrow::after,
            .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
                border-bottom-width: 0;
            }
            /* line 63, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
                bottom: -11px;
                margin-left: -6px;
                border-top-color: rgba(0, 0, 0, 0.25);
            }
            /* line 69, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
                bottom: -10px;
                margin-left: -6px;
                border-top-color: #fff;
            }
    /* line 76, ../sass/bootstrap/_popover.scss */
    .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
        margin-left: 10px;
    }
        /* line 79, ../sass/bootstrap/_popover.scss */
        .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
            left: 0;
        }
            /* line 83, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
            .popover.bs-popover-right .arrow::after,
            .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
                margin-top: -8px;
                border-left-width: 0;
            }
            /* line 89, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
                left: -11px;
                border-right-color: rgba(0, 0, 0, 0.25);
            }
            /* line 94, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
                left: -10px;
                border-right-color: #fff;
            }
    /* line 100, ../sass/bootstrap/_popover.scss */
    .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
        margin-top: 10px;
    }
        /* line 103, ../sass/bootstrap/_popover.scss */
        .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
            top: 0;
        }
            /* line 107, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
            .popover.bs-popover-bottom .arrow::after,
            .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
                margin-left: -7px;
                border-top-width: 0;
            }
            /* line 113, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
                top: -11px;
                border-bottom-color: rgba(0, 0, 0, 0.25);
            }
            /* line 118, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
                top: -10px;
                border-bottom-color: #fff;
            }
        /* line 124, ../sass/bootstrap/_popover.scss */
        .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #f7f7f7;
        }
    /* line 136, ../sass/bootstrap/_popover.scss */
    .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
        margin-right: 10px;
    }
        /* line 139, ../sass/bootstrap/_popover.scss */
        .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
            right: 0;
        }
            /* line 143, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
            .popover.bs-popover-left .arrow::after,
            .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
                margin-top: -8px;
                border-right-width: 0;
            }
            /* line 149, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
                right: -11px;
                border-left-color: rgba(0, 0, 0, 0.25);
            }
            /* line 154, ../sass/bootstrap/_popover.scss */
            .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
                right: -10px;
                border-left-color: #fff;
            }

/* line 177, ../sass/bootstrap/_popover.scss */
.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
    /* line 187, ../sass/bootstrap/_popover.scss */
    .popover-header:empty {
        display: none;
    }

/* line 192, ../sass/bootstrap/_popover.scss */
.popover-body {
    padding: 9px 14px;
    color: #212529;
}

/* line 2, ../sass/bootstrap/_carousel.scss */
.carousel {
    position: relative;
}

/* line 6, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* line 12, ../sass/bootstrap/_carousel.scss */
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

    /* line 22, ../sass/bootstrap/_carousel.scss */
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

/* line 28, ../sass/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    /* line 35, ../sass/bootstrap/_carousel.scss */
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    /* line 35, ../sass/bootstrap/_carousel.scss */
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

/* line 44, ../sass/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    /* line 44, ../sass/bootstrap/_carousel.scss */
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

/* line 53, ../sass/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    /* line 53, ../sass/bootstrap/_carousel.scss */
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

/* line 67, ../sass/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
    /* line 23, ../sass/bootstrap/mixins/_hover.scss */
    .carousel-control-prev:focus, .carousel-control-prev:hover,
    .carousel-control-next:focus,
    .carousel-control-next:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

/* line 91, ../sass/bootstrap/_carousel.scss */
.carousel-control-prev {
    left: 0;
}

/* line 94, ../sass/bootstrap/_carousel.scss */
.carousel-control-next {
    right: 0;
}

/* line 99, ../sass/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

/* line 107, ../sass/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 110, ../sass/bootstrap/_carousel.scss */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 120, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
    /* line 134, ../sass/bootstrap/_carousel.scss */
    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }
        /* line 145, ../sass/bootstrap/_carousel.scss */
        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }
        /* line 154, ../sass/bootstrap/_carousel.scss */
        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }
    /* line 165, ../sass/bootstrap/_carousel.scss */
    .carousel-indicators .active {
        background-color: #fff;
    }

/* line 175, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/* line 1, ../sass/bootstrap/utilities/_align.scss */
.align-baseline {
    vertical-align: baseline !important;
}

/* line 2, ../sass/bootstrap/utilities/_align.scss */
.align-top {
    vertical-align: top !important;
}

/* line 3, ../sass/bootstrap/utilities/_align.scss */
.align-middle {
    vertical-align: middle !important;
}

/* line 4, ../sass/bootstrap/utilities/_align.scss */
.align-bottom {
    vertical-align: bottom !important;
}

/* line 5, ../sass/bootstrap/utilities/_align.scss */
.align-text-bottom {
    vertical-align: text-bottom !important;
}

/* line 6, ../sass/bootstrap/utilities/_align.scss */
.align-text-top {
    vertical-align: text-top !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
    background-color: #007bff !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
    background-color: #868e96 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
    background-color: #28a745 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
    background-color: #17a2b8 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
    background-color: #ffc107 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
    background-color: #dc3545 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-light {
    background-color: #f8f9fa !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

/* line 4, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-dark {
    background-color: #343a40 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

/* line 5, ../sass/bootstrap/utilities/_background.scss */
.bg-white {
    background-color: #fff !important;
}

/* line 6, ../sass/bootstrap/utilities/_background.scss */
.bg-transparent {
    background-color: transparent !important;
}

/* line 5, ../sass/bootstrap/utilities/_borders.scss */
.border {
    border: 1px solid #e9ecef !important;
}

/* line 6, ../sass/bootstrap/utilities/_borders.scss */
.border-0 {
    border: 0 !important;
}

/* line 7, ../sass/bootstrap/utilities/_borders.scss */
.border-top-0 {
    border-top: 0 !important;
}

/* line 8, ../sass/bootstrap/utilities/_borders.scss */
.border-right-0 {
    border-right: 0 !important;
}

/* line 9, ../sass/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
    border-bottom: 0 !important;
}

/* line 10, ../sass/bootstrap/utilities/_borders.scss */
.border-left-0 {
    border-left: 0 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-primary {
    border-color: #007bff !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-secondary {
    border-color: #868e96 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-success {
    border-color: #28a745 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-info {
    border-color: #17a2b8 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-warning {
    border-color: #ffc107 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-danger {
    border-color: #dc3545 !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-light {
    border-color: #f8f9fa !important;
}

/* line 13, ../sass/bootstrap/utilities/_borders.scss */
.border-dark {
    border-color: #343a40 !important;
}

/* line 18, ../sass/bootstrap/utilities/_borders.scss */
.border-white {
    border-color: #fff !important;
}

/* line 26, ../sass/bootstrap/utilities/_borders.scss */
.rounded {
    border-radius: 0.25rem !important;
}

/* line 29, ../sass/bootstrap/utilities/_borders.scss */
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

/* line 33, ../sass/bootstrap/utilities/_borders.scss */
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/* line 37, ../sass/bootstrap/utilities/_borders.scss */
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 41, ../sass/bootstrap/utilities/_borders.scss */
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 46, ../sass/bootstrap/utilities/_borders.scss */
.rounded-circle {
    border-radius: 50%;
}

/* line 50, ../sass/bootstrap/utilities/_borders.scss */
.rounded-0 {
    border-radius: 0;
}

/* line 2, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* line 9, ../sass/bootstrap/utilities/_display.scss */
.d-none {
    display: none !important;
}

/* line 10, ../sass/bootstrap/utilities/_display.scss */
.d-inline {
    display: inline !important;
}

/* line 11, ../sass/bootstrap/utilities/_display.scss */
.d-inline-block {
    display: inline-block !important;
}

/* line 12, ../sass/bootstrap/utilities/_display.scss */
.d-block {
    display: block !important;
}

/* line 13, ../sass/bootstrap/utilities/_display.scss */
.d-table {
    display: table !important;
}

/* line 14, ../sass/bootstrap/utilities/_display.scss */
.d-table-cell {
    display: table-cell !important;
}

/* line 15, ../sass/bootstrap/utilities/_display.scss */
.d-flex {
    display: flex !important;
}

/* line 16, ../sass/bootstrap/utilities/_display.scss */
.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    /* line 9, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-none {
        display: none !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-inline {
        display: inline !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-inline-block {
        display: inline-block !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-block {
        display: block !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-table {
        display: table !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-table-cell {
        display: table-cell !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-flex {
        display: flex !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_display.scss */
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    /* line 9, ../sass/bootstrap/utilities/_display.scss */
    .d-md-none {
        display: none !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_display.scss */
    .d-md-inline {
        display: inline !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_display.scss */
    .d-md-inline-block {
        display: inline-block !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_display.scss */
    .d-md-block {
        display: block !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_display.scss */
    .d-md-table {
        display: table !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_display.scss */
    .d-md-table-cell {
        display: table-cell !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_display.scss */
    .d-md-flex {
        display: flex !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_display.scss */
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    /* line 9, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-none {
        display: none !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-inline {
        display: inline !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-inline-block {
        display: inline-block !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-block {
        display: block !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-table {
        display: table !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-table-cell {
        display: table-cell !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-flex {
        display: flex !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_display.scss */
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    /* line 9, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-none {
        display: none !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-inline {
        display: inline !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-inline-block {
        display: inline-block !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-block {
        display: block !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-table {
        display: table !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-table-cell {
        display: table-cell !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-flex {
        display: flex !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_display.scss */
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
/* line 25, ../sass/bootstrap/utilities/_display.scss */
.d-print-block {
    display: none !important;
}

@media print {
    /* line 25, ../sass/bootstrap/utilities/_display.scss */
    .d-print-block {
        display: block !important;
    }
}

/* line 33, ../sass/bootstrap/utilities/_display.scss */
.d-print-inline {
    display: none !important;
}

@media print {
    /* line 33, ../sass/bootstrap/utilities/_display.scss */
    .d-print-inline {
        display: inline !important;
    }
}

/* line 41, ../sass/bootstrap/utilities/_display.scss */
.d-print-inline-block {
    display: none !important;
}

@media print {
    /* line 41, ../sass/bootstrap/utilities/_display.scss */
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    /* line 49, ../sass/bootstrap/utilities/_display.scss */
    .d-print-none {
        display: none !important;
    }
}

/* line 3, ../sass/bootstrap/utilities/_embed.scss */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
    /* line 10, ../sass/bootstrap/utilities/_embed.scss */
    .embed-responsive::before {
        display: block;
        content: "";
    }
    /* line 15, ../sass/bootstrap/utilities/_embed.scss */
    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* line 31, ../sass/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 37, ../sass/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 43, ../sass/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 49, ../sass/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 9, ../sass/bootstrap/utilities/_flex.scss */
.flex-row {
    flex-direction: row !important;
}

/* line 10, ../sass/bootstrap/utilities/_flex.scss */
.flex-column {
    flex-direction: column !important;
}

/* line 11, ../sass/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
    flex-direction: row-reverse !important;
}

/* line 12, ../sass/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
    flex-direction: column-reverse !important;
}

/* line 14, ../sass/bootstrap/utilities/_flex.scss */
.flex-wrap {
    flex-wrap: wrap !important;
}

/* line 15, ../sass/bootstrap/utilities/_flex.scss */
.flex-nowrap {
    flex-wrap: nowrap !important;
}

/* line 16, ../sass/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

/* line 18, ../sass/bootstrap/utilities/_flex.scss */
.justify-content-start {
    justify-content: flex-start !important;
}

/* line 19, ../sass/bootstrap/utilities/_flex.scss */
.justify-content-end {
    justify-content: flex-end !important;
}

/* line 20, ../sass/bootstrap/utilities/_flex.scss */
.justify-content-center {
    justify-content: center !important;
}

/* line 21, ../sass/bootstrap/utilities/_flex.scss */
.justify-content-between {
    justify-content: space-between !important;
}

/* line 22, ../sass/bootstrap/utilities/_flex.scss */
.justify-content-around {
    justify-content: space-around !important;
}

/* line 24, ../sass/bootstrap/utilities/_flex.scss */
.align-items-start {
    align-items: flex-start !important;
}

/* line 25, ../sass/bootstrap/utilities/_flex.scss */
.align-items-end {
    align-items: flex-end !important;
}

/* line 26, ../sass/bootstrap/utilities/_flex.scss */
.align-items-center {
    align-items: center !important;
}

/* line 27, ../sass/bootstrap/utilities/_flex.scss */
.align-items-baseline {
    align-items: baseline !important;
}

/* line 28, ../sass/bootstrap/utilities/_flex.scss */
.align-items-stretch {
    align-items: stretch !important;
}

/* line 30, ../sass/bootstrap/utilities/_flex.scss */
.align-content-start {
    align-content: flex-start !important;
}

/* line 31, ../sass/bootstrap/utilities/_flex.scss */
.align-content-end {
    align-content: flex-end !important;
}

/* line 32, ../sass/bootstrap/utilities/_flex.scss */
.align-content-center {
    align-content: center !important;
}

/* line 33, ../sass/bootstrap/utilities/_flex.scss */
.align-content-between {
    align-content: space-between !important;
}

/* line 34, ../sass/bootstrap/utilities/_flex.scss */
.align-content-around {
    align-content: space-around !important;
}

/* line 35, ../sass/bootstrap/utilities/_flex.scss */
.align-content-stretch {
    align-content: stretch !important;
}

/* line 37, ../sass/bootstrap/utilities/_flex.scss */
.align-self-auto {
    align-self: auto !important;
}

/* line 38, ../sass/bootstrap/utilities/_flex.scss */
.align-self-start {
    align-self: flex-start !important;
}

/* line 39, ../sass/bootstrap/utilities/_flex.scss */
.align-self-end {
    align-self: flex-end !important;
}

/* line 40, ../sass/bootstrap/utilities/_flex.scss */
.align-self-center {
    align-self: center !important;
}

/* line 41, ../sass/bootstrap/utilities/_flex.scss */
.align-self-baseline {
    align-self: baseline !important;
}

/* line 42, ../sass/bootstrap/utilities/_flex.scss */
.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    /* line 9, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-row {
        flex-direction: row !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-column {
        flex-direction: column !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_flex.scss */
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    /* line 20, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-sm-center {
        justify-content: center !important;
    }

    /* line 21, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    /* line 22, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    /* line 24, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-sm-start {
        align-items: flex-start !important;
    }

    /* line 25, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-sm-end {
        align-items: flex-end !important;
    }

    /* line 26, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-sm-center {
        align-items: center !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-start {
        align-content: flex-start !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-end {
        align-content: flex-end !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-center {
        align-content: center !important;
    }

    /* line 33, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-between {
        align-content: space-between !important;
    }

    /* line 34, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-around {
        align-content: space-around !important;
    }

    /* line 35, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    /* line 37, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-auto {
        align-self: auto !important;
    }

    /* line 38, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-start {
        align-self: flex-start !important;
    }

    /* line 39, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-end {
        align-self: flex-end !important;
    }

    /* line 40, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-center {
        align-self: center !important;
    }

    /* line 41, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    /* line 42, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    /* line 9, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-row {
        flex-direction: row !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-column {
        flex-direction: column !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_flex.scss */
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    /* line 20, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-md-center {
        justify-content: center !important;
    }

    /* line 21, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-md-between {
        justify-content: space-between !important;
    }

    /* line 22, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-md-around {
        justify-content: space-around !important;
    }

    /* line 24, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-md-start {
        align-items: flex-start !important;
    }

    /* line 25, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-md-end {
        align-items: flex-end !important;
    }

    /* line 26, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-md-center {
        align-items: center !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-md-baseline {
        align-items: baseline !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-md-stretch {
        align-items: stretch !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-start {
        align-content: flex-start !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-end {
        align-content: flex-end !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-center {
        align-content: center !important;
    }

    /* line 33, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-between {
        align-content: space-between !important;
    }

    /* line 34, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-around {
        align-content: space-around !important;
    }

    /* line 35, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-md-stretch {
        align-content: stretch !important;
    }

    /* line 37, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-auto {
        align-self: auto !important;
    }

    /* line 38, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-start {
        align-self: flex-start !important;
    }

    /* line 39, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-end {
        align-self: flex-end !important;
    }

    /* line 40, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-center {
        align-self: center !important;
    }

    /* line 41, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-baseline {
        align-self: baseline !important;
    }

    /* line 42, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    /* line 9, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-row {
        flex-direction: row !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-column {
        flex-direction: column !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_flex.scss */
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    /* line 20, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-lg-center {
        justify-content: center !important;
    }

    /* line 21, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    /* line 22, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    /* line 24, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-lg-start {
        align-items: flex-start !important;
    }

    /* line 25, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-lg-end {
        align-items: flex-end !important;
    }

    /* line 26, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-lg-center {
        align-items: center !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-start {
        align-content: flex-start !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-end {
        align-content: flex-end !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-center {
        align-content: center !important;
    }

    /* line 33, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-between {
        align-content: space-between !important;
    }

    /* line 34, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-around {
        align-content: space-around !important;
    }

    /* line 35, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    /* line 37, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-auto {
        align-self: auto !important;
    }

    /* line 38, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-start {
        align-self: flex-start !important;
    }

    /* line 39, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-end {
        align-self: flex-end !important;
    }

    /* line 40, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-center {
        align-self: center !important;
    }

    /* line 41, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    /* line 42, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    /* line 9, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-row {
        flex-direction: row !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-column {
        flex-direction: column !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 16, ../sass/bootstrap/utilities/_flex.scss */
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    /* line 20, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-xl-center {
        justify-content: center !important;
    }

    /* line 21, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    /* line 22, ../sass/bootstrap/utilities/_flex.scss */
    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    /* line 24, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-xl-start {
        align-items: flex-start !important;
    }

    /* line 25, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-xl-end {
        align-items: flex-end !important;
    }

    /* line 26, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-xl-center {
        align-items: center !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_flex.scss */
    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-start {
        align-content: flex-start !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-end {
        align-content: flex-end !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-center {
        align-content: center !important;
    }

    /* line 33, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-between {
        align-content: space-between !important;
    }

    /* line 34, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-around {
        align-content: space-around !important;
    }

    /* line 35, ../sass/bootstrap/utilities/_flex.scss */
    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    /* line 37, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-auto {
        align-self: auto !important;
    }

    /* line 38, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-start {
        align-self: flex-start !important;
    }

    /* line 39, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-end {
        align-self: flex-end !important;
    }

    /* line 40, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-center {
        align-self: center !important;
    }

    /* line 41, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    /* line 42, ../sass/bootstrap/utilities/_flex.scss */
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
/* line 5, ../sass/bootstrap/utilities/_float.scss */
.float-left {
    float: left !important;
}

/* line 6, ../sass/bootstrap/utilities/_float.scss */
.float-right {
    float: right !important;
}

/* line 7, ../sass/bootstrap/utilities/_float.scss */
.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    /* line 5, ../sass/bootstrap/utilities/_float.scss */
    .float-sm-left {
        float: left !important;
    }

    /* line 6, ../sass/bootstrap/utilities/_float.scss */
    .float-sm-right {
        float: right !important;
    }

    /* line 7, ../sass/bootstrap/utilities/_float.scss */
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    /* line 5, ../sass/bootstrap/utilities/_float.scss */
    .float-md-left {
        float: left !important;
    }

    /* line 6, ../sass/bootstrap/utilities/_float.scss */
    .float-md-right {
        float: right !important;
    }

    /* line 7, ../sass/bootstrap/utilities/_float.scss */
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    /* line 5, ../sass/bootstrap/utilities/_float.scss */
    .float-lg-left {
        float: left !important;
    }

    /* line 6, ../sass/bootstrap/utilities/_float.scss */
    .float-lg-right {
        float: right !important;
    }

    /* line 7, ../sass/bootstrap/utilities/_float.scss */
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 5, ../sass/bootstrap/utilities/_float.scss */
    .float-xl-left {
        float: left !important;
    }

    /* line 6, ../sass/bootstrap/utilities/_float.scss */
    .float-xl-right {
        float: right !important;
    }

    /* line 7, ../sass/bootstrap/utilities/_float.scss */
    .float-xl-none {
        float: none !important;
    }
}
/* line 3, ../sass/bootstrap/utilities/_position.scss */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* line 11, ../sass/bootstrap/utilities/_position.scss */
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    /* line 19, ../sass/bootstrap/utilities/_position.scss */
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/* line 5, ../sass/bootstrap/utilities/_screenreaders.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

/* line 25, ../sass/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.w-25 {
    width: 25% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.w-50 {
    width: 50% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.w-75 {
    width: 75% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.w-100 {
    width: 100% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.h-25 {
    height: 25% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.h-50 {
    height: 50% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.h-75 {
    height: 75% !important;
}

/* line 5, ../sass/bootstrap/utilities/_sizing.scss */
.h-100 {
    height: 100% !important;
}

/* line 9, ../sass/bootstrap/utilities/_sizing.scss */
.mw-100 {
    max-width: 100% !important;
}

/* line 10, ../sass/bootstrap/utilities/_sizing.scss */
.mh-100 {
    max-height: 100% !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-0 {
    margin: 0 !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-0 {
    margin-top: 0 !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-0 {
    margin-right: 0 !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-0 {
    margin-bottom: 0 !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-0 {
    margin-left: 0 !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-1 {
    margin: 0.25rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-1 {
    margin-top: 0.25rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-1 {
    margin-right: 0.25rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-1 {
    margin-bottom: 0.25rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-1 {
    margin-left: 0.25rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-2 {
    margin: 0.5rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-2 {
    margin-top: 0.5rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-2 {
    margin-right: 0.5rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-2 {
    margin-bottom: 0.5rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-2 {
    margin-left: 0.5rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-3 {
    margin: 1rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-3 {
    margin-top: 1rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-3 {
    margin-right: 1rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-3 {
    margin-bottom: 1rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-3 {
    margin-left: 1rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-4 {
    margin: 1.5rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-4 {
    margin-top: 1.5rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-4 {
    margin-right: 1.5rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-4 {
    margin-bottom: 1.5rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-4 {
    margin-left: 1.5rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.m-5 {
    margin: 3rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.mt-5 {
    margin-top: 3rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.mr-5 {
    margin-right: 3rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.mb-5 {
    margin-bottom: 3rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.ml-5 {
    margin-left: 3rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-0 {
    padding: 0 !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-0 {
    padding-top: 0 !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-0 {
    padding-right: 0 !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-0 {
    padding-bottom: 0 !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-0 {
    padding-left: 0 !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-1 {
    padding: 0.25rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-1 {
    padding-top: 0.25rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-1 {
    padding-right: 0.25rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-1 {
    padding-bottom: 0.25rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-1 {
    padding-left: 0.25rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-2 {
    padding: 0.5rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-2 {
    padding-top: 0.5rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-2 {
    padding-right: 0.5rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-2 {
    padding-bottom: 0.5rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-2 {
    padding-left: 0.5rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-3 {
    padding: 1rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-3 {
    padding-top: 1rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-3 {
    padding-right: 1rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-3 {
    padding-bottom: 1rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-3 {
    padding-left: 1rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-4 {
    padding: 1.5rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-4 {
    padding-top: 1.5rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-4 {
    padding-right: 1.5rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-4 {
    padding-bottom: 1.5rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-4 {
    padding-left: 1.5rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* line 10, ../sass/bootstrap/utilities/_spacing.scss */
.p-5 {
    padding: 3rem !important;
}

/* line 11, ../sass/bootstrap/utilities/_spacing.scss */
.pt-5 {
    padding-top: 3rem !important;
}

/* line 12, ../sass/bootstrap/utilities/_spacing.scss */
.pr-5 {
    padding-right: 3rem !important;
}

/* line 13, ../sass/bootstrap/utilities/_spacing.scss */
.pb-5 {
    padding-bottom: 3rem !important;
}

/* line 14, ../sass/bootstrap/utilities/_spacing.scss */
.pl-5 {
    padding-left: 3rem !important;
}

/* line 15, ../sass/bootstrap/utilities/_spacing.scss */
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

/* line 19, ../sass/bootstrap/utilities/_spacing.scss */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* line 27, ../sass/bootstrap/utilities/_spacing.scss */
.m-auto {
    margin: auto !important;
}

/* line 28, ../sass/bootstrap/utilities/_spacing.scss */
.mt-auto {
    margin-top: auto !important;
}

/* line 29, ../sass/bootstrap/utilities/_spacing.scss */
.mr-auto {
    margin-right: auto !important;
}

/* line 30, ../sass/bootstrap/utilities/_spacing.scss */
.mb-auto {
    margin-bottom: auto !important;
}

/* line 31, ../sass/bootstrap/utilities/_spacing.scss */
.ml-auto {
    margin-left: auto !important;
}

/* line 32, ../sass/bootstrap/utilities/_spacing.scss */
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* line 36, ../sass/bootstrap/utilities/_spacing.scss */
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-0 {
        margin: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-0 {
        margin-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-0 {
        margin-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-1 {
        margin: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-2 {
        margin: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-3 {
        margin: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-4 {
        margin: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-5 {
        margin: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-0 {
        padding: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-0 {
        padding-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-0 {
        padding-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-1 {
        padding: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-2 {
        padding: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-3 {
        padding: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-4 {
        padding: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-sm-5 {
        padding: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_spacing.scss */
    .m-sm-auto {
        margin: auto !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-sm-auto {
        margin-top: auto !important;
    }

    /* line 29, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-sm-auto {
        margin-right: auto !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-sm-auto {
        margin-left: auto !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* line 36, ../sass/bootstrap/utilities/_spacing.scss */
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-0 {
        margin: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-0 {
        margin-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-0 {
        margin-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-0 {
        margin-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-1 {
        margin: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-2 {
        margin: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-3 {
        margin: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-3 {
        margin-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-3 {
        margin-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-3 {
        margin-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-4 {
        margin: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-5 {
        margin: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-5 {
        margin-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-5 {
        margin-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-5 {
        margin-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-0 {
        padding: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-0 {
        padding-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-0 {
        padding-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-0 {
        padding-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-1 {
        padding: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-2 {
        padding: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-3 {
        padding: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-3 {
        padding-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-3 {
        padding-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-3 {
        padding-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-4 {
        padding: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-md-5 {
        padding: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-md-5 {
        padding-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-md-5 {
        padding-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-md-5 {
        padding-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_spacing.scss */
    .m-md-auto {
        margin: auto !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-md-auto {
        margin-top: auto !important;
    }

    /* line 29, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-md-auto {
        margin-right: auto !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-md-auto {
        margin-bottom: auto !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-md-auto {
        margin-left: auto !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* line 36, ../sass/bootstrap/utilities/_spacing.scss */
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-0 {
        margin: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-0 {
        margin-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-0 {
        margin-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-1 {
        margin: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-2 {
        margin: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-3 {
        margin: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-4 {
        margin: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-5 {
        margin: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-0 {
        padding: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-0 {
        padding-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-0 {
        padding-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-0 {
        padding-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-1 {
        padding: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-2 {
        padding: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-3 {
        padding: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-4 {
        padding: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-lg-5 {
        padding: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_spacing.scss */
    .m-lg-auto {
        margin: auto !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-lg-auto {
        margin-top: auto !important;
    }

    /* line 29, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-lg-auto {
        margin-right: auto !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-lg-auto {
        margin-left: auto !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* line 36, ../sass/bootstrap/utilities/_spacing.scss */
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-0 {
        margin: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-0 {
        margin-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-0 {
        margin-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-0 {
        margin-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-1 {
        margin: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-2 {
        margin: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-3 {
        margin: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-4 {
        margin: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-5 {
        margin: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-0 {
        padding: 0 !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-0 {
        padding-top: 0 !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-0 {
        padding-right: 0 !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-0 {
        padding-left: 0 !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-1 {
        padding: 0.25rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-2 {
        padding: 0.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-3 {
        padding: 1rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-4 {
        padding: 1.5rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* line 10, ../sass/bootstrap/utilities/_spacing.scss */
    .p-xl-5 {
        padding: 3rem !important;
    }

    /* line 11, ../sass/bootstrap/utilities/_spacing.scss */
    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    /* line 12, ../sass/bootstrap/utilities/_spacing.scss */
    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    /* line 13, ../sass/bootstrap/utilities/_spacing.scss */
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    /* line 14, ../sass/bootstrap/utilities/_spacing.scss */
    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    /* line 15, ../sass/bootstrap/utilities/_spacing.scss */
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_spacing.scss */
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* line 27, ../sass/bootstrap/utilities/_spacing.scss */
    .m-xl-auto {
        margin: auto !important;
    }

    /* line 28, ../sass/bootstrap/utilities/_spacing.scss */
    .mt-xl-auto {
        margin-top: auto !important;
    }

    /* line 29, ../sass/bootstrap/utilities/_spacing.scss */
    .mr-xl-auto {
        margin-right: auto !important;
    }

    /* line 30, ../sass/bootstrap/utilities/_spacing.scss */
    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    /* line 31, ../sass/bootstrap/utilities/_spacing.scss */
    .ml-xl-auto {
        margin-left: auto !important;
    }

    /* line 32, ../sass/bootstrap/utilities/_spacing.scss */
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* line 36, ../sass/bootstrap/utilities/_spacing.scss */
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}
/* line 7, ../sass/bootstrap/utilities/_text.scss */
.text-justify {
    text-align: justify !important;
}

/* line 8, ../sass/bootstrap/utilities/_text.scss */
.text-nowrap {
    white-space: nowrap !important;
}

/* line 9, ../sass/bootstrap/utilities/_text.scss */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* line 17, ../sass/bootstrap/utilities/_text.scss */
.text-left {
    text-align: left !important;
}

/* line 18, ../sass/bootstrap/utilities/_text.scss */
.text-right {
    text-align: right !important;
}

/* line 19, ../sass/bootstrap/utilities/_text.scss */
.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    /* line 17, ../sass/bootstrap/utilities/_text.scss */
    .text-sm-left {
        text-align: left !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_text.scss */
    .text-sm-right {
        text-align: right !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_text.scss */
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    /* line 17, ../sass/bootstrap/utilities/_text.scss */
    .text-md-left {
        text-align: left !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_text.scss */
    .text-md-right {
        text-align: right !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_text.scss */
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    /* line 17, ../sass/bootstrap/utilities/_text.scss */
    .text-lg-left {
        text-align: left !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_text.scss */
    .text-lg-right {
        text-align: right !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_text.scss */
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    /* line 17, ../sass/bootstrap/utilities/_text.scss */
    .text-xl-left {
        text-align: left !important;
    }

    /* line 18, ../sass/bootstrap/utilities/_text.scss */
    .text-xl-right {
        text-align: right !important;
    }

    /* line 19, ../sass/bootstrap/utilities/_text.scss */
    .text-xl-center {
        text-align: center !important;
    }
}
/* line 25, ../sass/bootstrap/utilities/_text.scss */
.text-lowercase {
    text-transform: lowercase !important;
}

/* line 26, ../sass/bootstrap/utilities/_text.scss */
.text-uppercase {
    text-transform: uppercase !important;
}

/* line 27, ../sass/bootstrap/utilities/_text.scss */
.text-capitalize {
    text-transform: capitalize !important;
}

/* line 31, ../sass/bootstrap/utilities/_text.scss */
.font-weight-normal {
    font-weight: normal;
}

/* line 32, ../sass/bootstrap/utilities/_text.scss */
.font-weight-bold {
    font-weight: bold;
}

/* line 33, ../sass/bootstrap/utilities/_text.scss */
.font-italic {
    font-style: italic;
}

/* line 37, ../sass/bootstrap/utilities/_text.scss */
.text-white {
    color: #fff !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
    color: #007bff !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
    color: #868e96 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
    color: #28a745 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
    color: #17a2b8 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
    color: #ffc107 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
    color: #dc3545 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-light {
    color: #f8f9fa !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

/* line 4, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
    color: #343a40 !important;
}

/* line 23, ../sass/bootstrap/mixins/_hover.scss */
a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

/* line 43, ../sass/bootstrap/utilities/_text.scss */
.text-muted {
    color: #868e96 !important;
}

/* line 47, ../sass/bootstrap/utilities/_text.scss */
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 5, ../sass/bootstrap/utilities/_visibility.scss */
.visible {
    visibility: visible !important;
}

/* line 9, ../sass/bootstrap/utilities/_visibility.scss */
.invisible {
    visibility: hidden !important;
}

/*** Superfish ------------------------*/
/* line 3, ../sass/_partials/_main_nav.scss */
.sf-menu .current {
    position: relative;
}

/* line 7, ../sass/_partials/_main_nav.scss */
.sf-menu ul {
    list-style: none;
    padding: 0;
}

/* line 12, ../sass/_partials/_main_nav.scss */
.sf-menu .sub-current {
    position: absolute;
    background-color: #fff;
    display: none;
    top: 64px;
    left: 0;
    width: 160px;
    z-index: 99;
}

    /* line 21, ../sass/_partials/_main_nav.scss */
    .sf-menu .sub-current ul {
        width: 160px;
    }

    /* line 24, ../sass/_partials/_main_nav.scss */
    .sf-menu .sub-current li {
        border-bottom: 1px solid #eee;
    }

        /* line 27, ../sass/_partials/_main_nav.scss */
        .sf-menu .sub-current li a {
            display: block;
            margin: 0;
            position: relative;
            text-decoration: none;
            font-size: 12px;
            line-height: 16px;
            color: #131313;
            overflow: hidden;
            padding: 12px 15px;
            background: #f9f9f9;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

/* line 44, ../sass/_partials/_main_nav.scss */
.sf-menu li:hover > .sub-current,
.sf-menu li.sfHover > .sub-current {
    display: block;
}

/* line 48, ../sass/_partials/_main_nav.scss */
.sf-menu .sub-current .sub-current {
    top: 0;
    left: 100%;
}

/* Megafish --------------------------------*/
/* line 56, ../sass/_partials/_main_nav.scss */
.sf-menu {
    position: relative;
    margin: 0;
    margin-left: -9px;
    padding: 0;
    list-style: none;
    z-index: 999;
}

    /* line 64, ../sass/_partials/_main_nav.scss */
    .sf-menu .sf-mega {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 999;
        top: 64px;
    }

    /* line 72, ../sass/_partials/_main_nav.scss */
    .sf-menu > li {
        float: left;
    }

    /* line 75, ../sass/_partials/_main_nav.scss */
    .sf-menu li:hover > .sf-mega,
    .sf-menu li.sfHover > .sf-mega {
        display: block;
        z-index: 999;
        top: 64px;
    }

    /* line 82, ../sass/_partials/_main_nav.scss */
    .sf-menu > li > a {
        display: block;
        position: relative;
    }

    /*** DEMO SKIN ***/
    /* line 89, ../sass/_partials/_main_nav.scss */
    .sf-menu .sf-mega {
        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
        width: 100%;
        /* allow long menu items to determine submenu width */
    }

    /* line 93, ../sass/_partials/_main_nav.scss */
    .sf-menu > li > a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #232323;
    }

    /* line 100, ../sass/_partials/_main_nav.scss */
    .sf-menu > li {
        margin: 0 15px 0 0;
        padding: 20px 10px 18px 10px;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        transition: 0.2s all ease;
    }

/*** mega menu dropdown ***/
/* line 115, ../sass/_partials/_main_nav.scss */
.sf-mega {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
    /* line 120, ../sass/_partials/_main_nav.scss */
    .sf-mega .big-icon {
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-size: 6rem;
        color: rgba(0, 0, 0, 0.05);
        z-index: 0;
    }

    /* line 129, ../sass/_partials/_main_nav.scss */
    .sf-mega h4 {
        border-bottom: 2px double #dedede;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* line 134, ../sass/_partials/_main_nav.scss */
    .sf-mega h5 {
        margin-bottom: 20px;
    }
        /* line 136, ../sass/_partials/_main_nav.scss */
        .sf-mega h5 i {
            padding-right: 5px;
            color: #666;
        }

/* line 141, ../sass/_partials/_main_nav.scss */
.sf-menu .sf-mega ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 40px;
    z-index: 9999;
}

    /* line 146, ../sass/_partials/_main_nav.scss */
    .sf-menu .sf-mega ul li:last-child {
        border-bottom: 0;
    }

    /* line 149, ../sass/_partials/_main_nav.scss */
    .sf-menu .sf-mega ul li a:hover {
        text-decoration: none;
    }

/* line 152, ../sass/_partials/_main_nav.scss */
.sf-menu .sf-mega li a {
    font-size: 13px;
    color: #666;
    display: block;
}

/*** arrows (for all except IE7) **/
/* line 159, ../sass/_partials/_main_nav.scss */
.sf-arrows .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}

    /* styling for both css and generated arrows */
    /* line 164, ../sass/_partials/_main_nav.scss */
    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF;
        /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(0, 0, 0, 0.5);
    }

/* line 177, ../sass/_partials/_main_nav.scss */
ul.sub-current .current .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 5px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 197, ../sass/_partials/_main_nav.scss */
.mainmenu {
    width: 100%;
    min-height: 65px;
    background-color: #fff;
    border-top: 1px solid #dedede;
    z-index: 9999;
}

/*  Main Navigation ---------------------------------------------------*/
/* line 208, ../sass/_partials/_main_nav.scss */
.tinynav {
    display: none;
}

/* line 211, ../sass/_partials/_main_nav.scss */
.is-sticky .sf-menu > li {
    margin: 0 15px 0 0;
    padding: 10px 10px 8px 10px;
    z-index: 9999;
}

/* line 215, ../sass/_partials/_main_nav.scss */
.is-sticky .mainmenu {
    min-height: 30px;
    left: 0;
}

/* line 219, ../sass/_partials/_main_nav.scss */
.is-sticky .sf-menu .sf-mega,
.is-sticky .sf-menu li:hover > .sf-mega,
.is-sticky .sf-menu li.sfHover > .sf-mega,
.is-sticky .sf-menu .sub-current {
    top: 44px;
}

    /* line 225, ../sass/_partials/_main_nav.scss */
    .is-sticky .sf-menu .sub-current .sub-current {
        top: 0px;
    }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/* line 7, ../sass/_partials/_mobile_nav.scss */
.mm-hidden {
    display: none !important;
}

/* line 10, ../sass/_partials/_mobile_nav.scss */
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

/* line 14, ../sass/_partials/_mobile_nav.scss */
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

/* line 25, ../sass/_partials/_mobile_nav.scss */
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

/* line 32, ../sass/_partials/_mobile_nav.scss */
.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

    /* line 43, ../sass/_partials/_mobile_nav.scss */
    .mm-panel.mm-opened {
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    /* line 49, ../sass/_partials/_mobile_nav.scss */
    .mm-panel.mm-subopened {
        -webkit-transform: translate3d(-30%, 0, 0);
        -moz-transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
        -o-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    /* line 55, ../sass/_partials/_mobile_nav.scss */
    .mm-panel.mm-highest {
        z-index: 1;
    }

/* line 58, ../sass/_partials/_mobile_nav.scss */
.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
}

    /* line 63, ../sass/_partials/_mobile_nav.scss */
    .mm-panels > .mm-panel {
        background: inherit;
        border-color: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 0 20px;
    }

        /* line 72, ../sass/_partials/_mobile_nav.scss */
        .mm-panels > .mm-panel.mm-hasnavbar {
            padding-top: 40px;
        }

        /* line 74, ../sass/_partials/_mobile_nav.scss */
        .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
            content: '';
            display: block;
            height: 20px;
        }

/* line 79, ../sass/_partials/_mobile_nav.scss */
.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

/* line 86, ../sass/_partials/_mobile_nav.scss */
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    /* line 90, ../sass/_partials/_mobile_nav.scss */
    .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent;
    }

/* line 94, ../sass/_partials/_mobile_nav.scss */
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

/* line 98, ../sass/_partials/_mobile_nav.scss */
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto;
}

    /* line 102, ../sass/_partials/_mobile_nav.scss */
    .mm-vertical .mm-listview > li > .mm-next:after,
    .mm-listview > li.mm-vertical > .mm-next:after {
        top: 16px;
        bottom: auto;
    }

/* line 106, ../sass/_partials/_mobile_nav.scss */
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 114, ../sass/_partials/_mobile_nav.scss */
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    /* line 126, ../sass/_partials/_mobile_nav.scss */
    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    /* line 129, ../sass/_partials/_mobile_nav.scss */
    .mm-navbar a,
    .mm-navbar a:hover {
        text-decoration: none;
    }

    /* line 132, ../sass/_partials/_mobile_nav.scss */
    .mm-navbar .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    /* line 136, ../sass/_partials/_mobile_nav.scss */
    .mm-navbar .mm-btn {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        /* line 143, ../sass/_partials/_mobile_nav.scss */
        .mm-navbar .mm-btn:first-child {
            padding-left: 20px;
            left: 0;
        }

        /* line 146, ../sass/_partials/_mobile_nav.scss */
        .mm-navbar .mm-btn:last-child {
            text-align: right;
            padding-right: 20px;
            right: 0;
        }

/* line 151, ../sass/_partials/_mobile_nav.scss */
.mm-panel .mm-navbar {
    display: none;
}

/* line 153, ../sass/_partials/_mobile_nav.scss */
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

/* line 156, ../sass/_partials/_mobile_nav.scss */
.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

/* line 163, ../sass/_partials/_mobile_nav.scss */
.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}

    /* line 167, ../sass/_partials/_mobile_nav.scss */
    .mm-listview a,
    .mm-listview a:hover {
        text-decoration: none;
    }

    /* line 170, ../sass/_partials/_mobile_nav.scss */
    .mm-listview > li {
        position: relative;
    }

        /* line 172, ../sass/_partials/_mobile_nav.scss */
        .mm-listview > li, .mm-listview > li:after,
        .mm-listview > li .mm-next,
        .mm-listview > li .mm-next:before {
            border-color: inherit;
        }

            /* line 176, ../sass/_partials/_mobile_nav.scss */
            .mm-listview > li > a,
            .mm-listview > li > span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: inherit;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0;
            }

                /* line 185, ../sass/_partials/_mobile_nav.scss */
                .mm-listview > li > a.mm-arrow,
                .mm-listview > li > span.mm-arrow {
                    padding-right: 50px;
                }

            /* line 188, ../sass/_partials/_mobile_nav.scss */
            .mm-listview > li:not(.mm-divider):after {
                content: '';
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

            /* line 197, ../sass/_partials/_mobile_nav.scss */
            .mm-listview > li:not(.mm-divider):after {
                left: 20px;
            }

    /* line 199, ../sass/_partials/_mobile_nav.scss */
    .mm-listview .mm-next {
        background: rgba(3, 2, 1, 0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

        /* line 208, ../sass/_partials/_mobile_nav.scss */
        .mm-listview .mm-next:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

        /* line 217, ../sass/_partials/_mobile_nav.scss */
        .mm-listview .mm-next + a,
        .mm-listview .mm-next + span {
            margin-right: 50px;
        }

        /* line 220, ../sass/_partials/_mobile_nav.scss */
        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%;
        }

            /* line 222, ../sass/_partials/_mobile_nav.scss */
            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none;
            }

            /* line 224, ../sass/_partials/_mobile_nav.scss */
            .mm-listview .mm-next.mm-fullsubopen + a,
            .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0;
            }

/* line 229, ../sass/_partials/_mobile_nav.scss */
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}

    /* line 231, ../sass/_partials/_mobile_nav.scss */
    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: -20px;
    }

/* line 235, ../sass/_partials/_mobile_nav.scss */
.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0;
}

    /* line 239, ../sass/_partials/_mobile_nav.scss */
    .mm-listview .mm-inset > li {
        padding: 5px 0;
    }

/* line 242, ../sass/_partials/_mobile_nav.scss */
.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

/* line 251, ../sass/_partials/_mobile_nav.scss */
.mm-listview .mm-spacer {
    padding-top: 40px;
}

    /* line 253, ../sass/_partials/_mobile_nav.scss */
    .mm-listview .mm-spacer > .mm-next {
        top: 40px;
    }

    /* line 255, ../sass/_partials/_mobile_nav.scss */
    .mm-listview .mm-spacer.mm-divider {
        padding-top: 25px;
    }

/* line 258, ../sass/_partials/_mobile_nav.scss */
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 276, ../sass/_partials/_mobile_nav.scss */
.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px;
}

/* line 281, ../sass/_partials/_mobile_nav.scss */
.mm-next:after,
.mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 23px;
}

/* line 287, ../sass/_partials/_mobile_nav.scss */
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
}

    /* line 291, ../sass/_partials/_mobile_nav.scss */
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
        color: rgba(0, 0, 0, 0.3);
    }

    /* line 294, ../sass/_partials/_mobile_nav.scss */
    .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
        border-color: rgba(0, 0, 0, 0.3);
    }

    /* line 296, ../sass/_partials/_mobile_nav.scss */
    .mm-menu .mm-listview {
        border-color: rgba(0, 0, 0, 0.1);
    }

        /* line 298, ../sass/_partials/_mobile_nav.scss */
        .mm-menu .mm-listview > li .mm-next:after,
        .mm-menu .mm-listview > li .mm-arrow:after {
            border-color: rgba(0, 0, 0, 0.3);
        }

        /* line 301, ../sass/_partials/_mobile_nav.scss */
        .mm-menu .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
            tap-highlight-color: rgba(255, 255, 255, 0.5);
        }

        /* line 304, ../sass/_partials/_mobile_nav.scss */
        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, 0.5);
        }

        /* line 307, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
        .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
        .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(0, 0, 0, 0.05);
        }

    /* line 312, ../sass/_partials/_mobile_nav.scss */
    .mm-menu .mm-divider {
        background: rgba(0, 0, 0, 0.05);
    }

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 318, ../sass/_partials/_mobile_nav.scss */
.mm-page {
    box-sizing: border-box;
    position: relative;
}

/* line 322, ../sass/_partials/_mobile_nav.scss */
.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

/* line 327, ../sass/_partials/_mobile_nav.scss */
html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

/* line 331, ../sass/_partials/_mobile_nav.scss */
html.mm-blocking {
    overflow: hidden;
}

    /* line 333, ../sass/_partials/_mobile_nav.scss */
    html.mm-blocking body {
        overflow: hidden;
    }

/* line 336, ../sass/_partials/_mobile_nav.scss */
html.mm-background .mm-page {
    background: inherit;
}

/* line 339, ../sass/_partials/_mobile_nav.scss */
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

/* line 349, ../sass/_partials/_mobile_nav.scss */
html.mm-blocking #mm-blocker {
    display: block;
}

/* line 352, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

/* line 355, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-current {
    display: block;
}

/* line 358, ../sass/_partials/_mobile_nav.scss */
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

/* line 363, ../sass/_partials/_mobile_nav.scss */
html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
    /* line 371, ../sass/_partials/_mobile_nav.scss */
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    /* line 378, ../sass/_partials/_mobile_nav.scss */
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}
/*
	jQuery.mmenu themes extension CSS
*/
/* line 388, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark {
    background: #333333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

    /* line 392, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark .mm-navbar > *,
    .mm-menu.mm-theme-dark .mm-navbar a {
        color: rgba(255, 255, 255, 0.4);
    }

    /* line 395, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
        border-color: rgba(255, 255, 255, 0.4);
    }

    /* line 397, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark .mm-listview {
        border-color: rgba(0, 0, 0, 0.15);
    }

        /* line 399, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* line 402, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
            tap-highlight-color: rgba(0, 0, 0, 0.1);
        }

        /* line 405, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
            background: rgba(0, 0, 0, 0.1);
        }

        /* line 408, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(255, 255, 255, 0.05);
        }

    /* line 413, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark .mm-divider {
        background: rgba(255, 255, 255, 0.05);
    }

    /* line 416, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark label.mm-check:before {
        border-color: rgba(255, 255, 255, 0.8);
    }

    /* line 419, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark em.mm-counter {
        color: rgba(255, 255, 255, 0.4);
    }

    /* line 422, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark .mm-fixeddivider span {
        background: rgba(255, 255, 255, 0.05);
    }

/* line 425, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 428, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

/* line 431, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

/* line 434, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

/* line 437, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

    /* line 439, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-dark label.mm-toggle:before {
        background: #333333;
    }

/* line 441, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

/* line 444, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white {
    background: white;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

    /* line 448, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white .mm-navbar > *,
    .mm-menu.mm-theme-white .mm-navbar a {
        color: rgba(0, 0, 0, 0.3);
    }

    /* line 451, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
        border-color: rgba(0, 0, 0, 0.3);
    }

    /* line 453, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white .mm-listview {
        border-color: rgba(0, 0, 0, 0.1);
    }

        /* line 455, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
            border-color: rgba(0, 0, 0, 0.3);
        }

        /* line 458, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
            tap-highlight-color: rgba(0, 0, 0, 0.05);
        }

        /* line 461, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
            background: rgba(0, 0, 0, 0.05);
        }

        /* line 464, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(0, 0, 0, 0.03);
        }

    /* line 469, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white .mm-divider {
        background: rgba(0, 0, 0, 0.03);
    }

    /* line 472, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white label.mm-check:before {
        border-color: rgba(0, 0, 0, 0.6);
    }

    /* line 475, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white em.mm-counter {
        color: rgba(0, 0, 0, 0.3);
    }

    /* line 478, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white .mm-fixeddivider span {
        background: rgba(0, 0, 0, 0.03);
    }

/* line 481, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 484, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
}

/* line 487, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

/* line 490, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}

/* line 493, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

    /* line 495, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-white label.mm-toggle:before {
        background: white;
    }

/* line 497, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

/* line 500, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black {
    background: black;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

    /* line 504, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black .mm-navbar > *,
    .mm-menu.mm-theme-black .mm-navbar a {
        color: rgba(255, 255, 255, 0.4);
    }

    /* line 507, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
        border-color: rgba(255, 255, 255, 0.4);
    }

    /* line 509, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black .mm-listview {
        border-color: rgba(255, 255, 255, 0.2);
    }

        /* line 511, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* line 514, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
            tap-highlight-color: rgba(255, 255, 255, 0.3);
        }

        /* line 517, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, 0.3);
        }

        /* line 520, ../sass/_partials/_mobile_nav.scss */
        .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(255, 255, 255, 0.2);
        }

    /* line 525, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black .mm-divider {
        background: rgba(255, 255, 255, 0.2);
    }

    /* line 528, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black label.mm-check:before {
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* line 531, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black em.mm-counter {
        color: rgba(255, 255, 255, 0.4);
    }

    /* line 534, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black .mm-fixeddivider span {
        background: rgba(255, 255, 255, 0.2);
    }

/* line 537, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none;
}

/* line 541, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

/* line 544, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

/* line 547, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

/* line 550, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

    /* line 552, ../sass/_partials/_mobile_nav.scss */
    .mm-menu.mm-theme-black label.mm-toggle:before {
        background: black;
    }

/* line 554, ../sass/_partials/_mobile_nav.scss */
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

/* Slider */
/* line 3, ../sass/_partials/_slick.scss */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* line 19, ../sass/_partials/_slick.scss */
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
}
    /* line 27, ../sass/_partials/_slick.scss */
    .slick-list:focus {
        outline: none;
    }
    /* line 31, ../sass/_partials/_slick.scss */
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

/* line 36, ../sass/_partials/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 45, ../sass/_partials/_slick.scss */
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    /* line 53, ../sass/_partials/_slick.scss */
    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }
    /* line 59, ../sass/_partials/_slick.scss */
    .slick-track:after {
        clear: both;
    }
/* line 63, ../sass/_partials/_slick.scss */
.slick-loading .slick-track {
    visibility: hidden;
}

/* line 67, ../sass/_partials/_slick.scss */
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
/* line 71, ../sass/_partials/_slick.scss */
[dir="rtl"] .slick-slide {
    float: right;
}
/* line 74, ../sass/_partials/_slick.scss */
.slick-slide img {
    display: block;
}
/* line 77, ../sass/_partials/_slick.scss */
.slick-slide.slick-loading img {
    display: none;
}
/* line 83, ../sass/_partials/_slick.scss */
.slick-slide.dragging img {
    pointer-events: none;
}
/* line 87, ../sass/_partials/_slick.scss */
.slick-initialized .slick-slide {
    display: block;
}
/* line 91, ../sass/_partials/_slick.scss */
.slick-loading .slick-slide {
    visibility: hidden;
}
/* line 95, ../sass/_partials/_slick.scss */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* line 101, ../sass/_partials/_slick.scss */
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* line 109, ../sass/_partials/_slick.scss */
.slick-loading .slick-list {
    background: #fff url("../../../img/img-theme/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick/slick.eot");
    src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 125, ../sass/_partials/_slick.scss */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* line 152, ../sass/_partials/_slick.scss */
.single-carousel .slick-prev,
.single-carousel .slick-next {
    top: 20%;
    z-index: 1;
}
/* line 157, ../sass/_partials/_slick.scss */
.single-carousel .slick-prev {
    left: 10px;
}
/* line 160, ../sass/_partials/_slick.scss */
.single-carousel .slick-next {
    right: 10px;
}

/* line 165, ../sass/_partials/_slick.scss */
.hero-slider .slick-prev,
.hero-slider .slick-next {
    z-index: 1;
}
    /* line 168, ../sass/_partials/_slick.scss */
    .hero-slider .slick-prev:before,
    .hero-slider .slick-next:before {
        font-size: 2rem;
    }
/* line 172, ../sass/_partials/_slick.scss */
.hero-slider .slick-prev {
    left: 30px;
}
/* line 175, ../sass/_partials/_slick.scss */
.hero-slider .slick-next {
    right: 30px;
}

@media (max-width: 767px) {
    /* line 178, ../sass/_partials/_slick.scss */
    .hero-slider .slick-arrow {
        display: none !important;
    }
}

/* line 185, ../sass/_partials/_slick.scss */
.sponsors-carousel {
    padding: 0 20px;
}
    /* line 189, ../sass/_partials/_slick.scss */
    .sponsors-carousel .slick-prev:before,
    .sponsors-carousel .slick-next:before {
        color: #000;
    }
    /* line 193, ../sass/_partials/_slick.scss */
    .sponsors-carousel .slick-prev {
        left: 0;
    }
    /* line 196, ../sass/_partials/_slick.scss */
    .sponsors-carousel .slick-next {
        right: 0;
    }

/* line 201, ../sass/_partials/_slick.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

    /* line 210, ../sass/_partials/_slick.scss */
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1;
    }

/* line 217, ../sass/_partials/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

/* line 223, ../sass/_partials/_slick.scss */
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 237, ../sass/_partials/_slick.scss */
.slick-prev {
    left: -25px;
}

/* line 241, ../sass/_partials/_slick.scss */
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

/* line 246, ../sass/_partials/_slick.scss */
.slick-prev:before {
    content: '←';
}

/* line 250, ../sass/_partials/_slick.scss */
[dir='rtl'] .slick-prev:before {
    content: '→';
}

/* line 255, ../sass/_partials/_slick.scss */
.slick-next {
    right: -25px;
}

/* line 259, ../sass/_partials/_slick.scss */
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

/* line 264, ../sass/_partials/_slick.scss */
.slick-next:before {
    content: '→';
}

/* line 268, ../sass/_partials/_slick.scss */
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
/* line 274, ../sass/_partials/_slick.scss */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

/* line 279, ../sass/_partials/_slick.scss */
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    /* line 294, ../sass/_partials/_slick.scss */
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        /* line 307, ../sass/_partials/_slick.scss */
        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            /* line 325, ../sass/_partials/_slick.scss */
            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                /* line 330, ../sass/_partials/_slick.scss */
                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            /* line 335, ../sass/_partials/_slick.scss */
            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        /* line 357, ../sass/_partials/_slick.scss */
        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/* line 14, ../sass/_partials/_theme.scss */
body {
    background: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #808080;
    text-rendering: optimizeLegibility;
}

/* line 23, ../sass/_partials/_theme.scss */
a, .btn {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
    /* line 25, ../sass/_partials/_theme.scss */
    a:hover, .btn:hover {
        text-decoration: none;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        transition: all ease 0.4s;
        opacity: 0.7;
    }

/* line 31, ../sass/_partials/_theme.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", sans-serif;
    color: #151e25;
    font-weight: 500;
}
    /* line 36, ../sass/_partials/_theme.scss */
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        color: #151e25;
    }

/* Backgrounds ----------------------------------------------------------*/
/* line 3, ../sass/_partials/_skins.scss */
.btn-primary,
.btn-primary:hover,
.nav-tabs li.active a,
.nav-tabs li a.active,
.nav-tabs li a.active:hover,
.nav-tabs li a:hover,
.title-color,
.title-aside,
.pagination .active,
.hero-video .info-hero h1:before,
.item-boxed-img.small h4:before,
.item-player .btn,
.item-team .btn,
.btn-iw.outline:hover,
.info-slider h1:before,
.btn.theme,
.section-title.single-result .result-match,
.clear-title:after {
    background: #4060ad !important;
    background-color: #4060ad !important;
}

/* Colors ----------------------------------------------------------*/
/* line 30, ../sass/_partials/_skins.scss */
blockquote > a,
.text-resalt,
.post-item h4 a:hover,
.post-item p a,
.links li i,
.entry-title a,
.sf-menu .sf-mega ul li a:hover,
.sf-menu li li a:hover,
.crumbs ul li a:hover,
.crumbs li a,
.page-error h1 i,
.sitemap li a:hover,
.pagination > li > a, .pagination > li > span,
address i,
.events-carousel h4 a,
address a,
.list li i,
.testimonials li a:hover,
.item-feature a:hover,
.list-style li a i,
.list-style li a:hover,
.item-feature i,
.item-boxed-img i,
table.result-point tr td a:hover,
.next-match i,
.post-item .data-info a,
.subtitle span,
.item-boxed-service a,
.breadcrumbs ul li a,
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover,
.sf-menu > li:hover > a,
footer.footer-2 .links-footer ul li a:hover,
.popover-header,
.item-player .info-player h4 span,
.portfolioFilter h5 i,
.section-title-team h6 strong,
.section-title-team h6 a,
.recent-results .info-results ul li .head .date {
    color: #4060ad;
}

/* Borders ----------------------------------------------------------*/
/* line 74, ../sass/_partials/_skins.scss */
.nav-tabs li a.active:after,
.nav-tabs li.active a:after {
    border: 6px solid #4060ad;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

/* line 82, ../sass/_partials/_skins.scss */
.style-caption p,
.item-clubs {
    border-right: 5px solid #4060ad;
}

/* line 86, ../sass/_partials/_skins.scss */
.titles h4 {
    border-left: 5px solid #4060ad;
}

/* line 89, ../sass/_partials/_skins.scss */
.pagination > .active > a,
.pagination > .active:hover > a,
.portfolioFilter .current:before, .portfolioFilter a:hover:before {
    border-color: #4060ad !important;
}

/* line 94, ../sass/_partials/_skins.scss */
.style-caption h1:before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #4060ad;
}

/* line 99, ../sass/_partials/_skins.scss */
.crumbs:before {
    border-bottom: 20px solid #4060ad;
}

/* line 102, ../sass/_partials/_skins.scss */
.stats-info ul {
    border-top-color: #4060ad !important;
}

/* line 105, ../sass/_partials/_skins.scss */
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.mainmenu,
.sf-menu .sub-current,
.header-2 {
    border-bottom: 3px solid #4060ad;
}

    /* line 112, ../sass/_partials/_skins.scss */
    .header-2 .is-sticky {
        border-bottom: 3px solid #4060ad !important;
    }

/* line 115, ../sass/_partials/_skins.scss */
header,
.overlay-player,
.crumbs {
    border-top: 3px solid #4060ad;
}

/* line 120, ../sass/_partials/_skins.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #4060ad;
    /* IE8 fallback colour */
}

/* line 125, ../sass/_partials/_skins.scss */
ul.sub-current .current > .sf-with-ul:focus:after,
ul.sub-current .current:hover > .sf-with-ul:after,
ul.sub-current .current .sfHover > .sf-with-ul:after {
    border-left-color: #4060ad;
    /* IE8 fallback colour */
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/* line 19, ../sass/_partials/_swipebox.scss */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

/* line 23, ../sass/_partials/_swipebox.scss */
#swipebox-overlay img {
    border: none !important;
}

/* line 27, ../sass/_partials/_swipebox.scss */
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none;
}

/* line 38, ../sass/_partials/_swipebox.scss */
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 44, ../sass/_partials/_swipebox.scss */
#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
    /* line 55, ../sass/_partials/_swipebox.scss */
    #swipebox-slider .slide {
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }
        /* line 62, ../sass/_partials/_swipebox.scss */
        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }
        /* line 70, ../sass/_partials/_swipebox.scss */
        #swipebox-slider .slide img,
        #swipebox-slider .slide .swipebox-video-container,
        #swipebox-slider .slide .swipebox-inline-container {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }
        /* line 83, ../sass/_partials/_swipebox.scss */
        #swipebox-slider .slide .swipebox-video-container {
            background: none;
            max-width: 1140px;
            max-height: 100%;
            width: 100%;
            padding: 5%;
            box-sizing: border-box;
        }
            /* line 90, ../sass/_partials/_swipebox.scss */
            #swipebox-slider .slide .swipebox-video-container .swipebox-video {
                width: 100%;
                height: 0;
                padding-bottom: 56.25%;
                overflow: hidden;
                position: relative;
            }
                /* line 96, ../sass/_partials/_swipebox.scss */
                #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
                    width: 100% !important;
                    height: 100% !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
    /* line 106, ../sass/_partials/_swipebox.scss */
    #swipebox-slider .slide-loading {
        background: url(../../../img/img-theme/ajax-loader.gif) no-repeat center center;
    }

/* line 112, ../sass/_partials/_swipebox.scss */
#swipebox-bottom-bar,
#swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

/* line 122, ../sass/_partials/_swipebox.scss */
#swipebox-bottom-bar {
    bottom: -50px;
}
    /* line 125, ../sass/_partials/_swipebox.scss */
    #swipebox-bottom-bar.visible-bars {
        transform: translate3d(0, -50px, 0);
    }

/* line 130, ../sass/_partials/_swipebox.scss */
#swipebox-top-bar {
    top: -50px;
}
    /* line 133, ../sass/_partials/_swipebox.scss */
    #swipebox-top-bar.visible-bars {
        transform: translate3d(0, 50px, 0);
    }

/* line 138, ../sass/_partials/_swipebox.scss */
#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

/* line 144, ../sass/_partials/_swipebox.scss */
#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../../../img/img-theme/icons.svg);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

/* line 158, ../sass/_partials/_swipebox.scss */
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

/* line 165, ../sass/_partials/_swipebox.scss */
#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

/* line 170, ../sass/_partials/_swipebox.scss */
#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

/* line 175, ../sass/_partials/_swipebox.scss */
#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

/* line 183, ../sass/_partials/_swipebox.scss */
.swipebox-no-close-button #swipebox-close {
    display: none;
}

/* line 189, ../sass/_partials/_swipebox.scss */
#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

/* line 195, ../sass/_partials/_swipebox.scss */
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s;
}
/* line 199, ../sass/_partials/_swipebox.scss */
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s;
}

/* line 206, ../sass/_partials/_swipebox.scss */
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
/* line 219, ../sass/_partials/_swipebox.scss */
.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
/* line 224, ../sass/_partials/_swipebox.scss */
.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
/* line 231, ../sass/_partials/_swipebox.scss */
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
/* line 238, ../sass/_partials/_swipebox.scss */
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    /* line 274, ../sass/_partials/_swipebox.scss */
    #swipebox-close {
        right: 10px;
    }

    /* line 278, ../sass/_partials/_swipebox.scss */
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}
/* Skin
--------------------------*/
/* line 286, ../sass/_partials/_swipebox.scss */
#swipebox-overlay {
    background: #0d0d0d;
}

/* line 290, ../sass/_partials/_swipebox.scss */
#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

/* line 302, ../sass/_partials/_swipebox.scss */
#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
/* line 11, ../sass/_partials/_animations.scss */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    /* line 11, ../sass/_partials/_animations.scss */
    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
/* line 11, ../sass/_partials/_animations.scss */
.slideOutUp {
    -webkit-animation-name: slideOutUp;
}

/* line 15, ../sass/main.scss */
.paddings {
    padding: 100px 0;
}

/* line 18, ../sass/main.scss */
.paddings-big {
    padding: 150px 0 100px 0;
}

/* line 21, ../sass/main.scss */
.paddings-mini {
    padding-top: 70px;
    padding-bottom: 30px;
}

/* line 25, ../sass/main.scss */
.paddings-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* line 29, ../sass/main.scss */
.padding-top {
    padding-top: 70px;
}

/* line 32, ../sass/main.scss */
.margin-top {
    margin-top: 70px;
}

/* line 35, ../sass/main.scss */
.padding-bottom {
    padding-bottom: 70px;
}

/* line 38, ../sass/main.scss */
.padding-top-mini {
    padding-top: 30px;
}

/* line 41, ../sass/main.scss */
.padding-bottom-mini {
    padding-top: 30px;
}

/* line 44, ../sass/main.scss */
.no-margin {
    margin: 0 !important;
}

/* line 47, ../sass/main.scss */
.no-padding {
    padding: 0 !important;
}

/* line 50, ../sass/main.scss */
.no-margin-top {
    margin-top: 0;
}

/* line 53, ../sass/main.scss */
.icon-big {
    font-size: 12rem;
    position: absolute;
    top: 20%;
    opacity: 0.1;
}
    /* line 58, ../sass/main.scss */
    .icon-big.right {
        right: 8%;
    }

/* line 62, ../sass/main.scss */
.list-style {
    list-style: none;
    padding: 0;
}
    /* line 65, ../sass/main.scss */
    .list-style li {
        padding-bottom: 10px;
    }
        /* line 67, ../sass/main.scss */
        .list-style li a {
            color: #666;
        }
            /* line 69, ../sass/main.scss */
            .list-style li a i {
                padding-right: 5px;
            }

/* line 75, ../sass/main.scss */
.white-section {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

/* line 81, ../sass/main.scss */
.dark-section {
    background: #18191B;
    position: relative;
}
    /* line 84, ../sass/main.scss */
    .dark-section h2 {
        color: #fff;
    }
    /* line 87, ../sass/main.scss */
    .dark-section .lead {
        padding-top: 30px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #333;
    }

/* line 95, ../sass/main.scss */
.black-section {
    background: #000;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

/* line 103, ../sass/main.scss */
.scale {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: -1px;
    height: 0;
    overflow: hidden;
    padding-bottom: 2.8%;
    bottom: -1px;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
}
    /* line 116, ../sass/main.scss */
    .scale .skewmask-block {
        background-color: #f8f8f8;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skewY(1.6deg);
        transform: skewY(1.6deg);
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f8f8f8;
        top: 0;
        left: 0;
    }

/* line 130, ../sass/main.scss */
.scale-bottom {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: -1px;
    height: 0;
    overflow: hidden;
    padding-bottom: 2.8%;
    bottom: -1px;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
}
    /* line 143, ../sass/main.scss */
    .scale-bottom .skewmask-block {
        background-color: #18191B;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skewY(-1.6deg);
        transform: skewY(-1.6deg);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

/* line 157, ../sass/main.scss */
.parallax-section {
    position: relative;
    padding: 150px 0;
    min-height: 400px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
    /* line 165, ../sass/main.scss */
    .parallax-section:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
    /* line 179, ../sass/main.scss */
    .parallax-section .container {
        position: relative;
        z-index: 1;
    }
    /* line 183, ../sass/main.scss */
    .parallax-section h1, .parallax-section h2, .parallax-section h3, .parallax-section h4, .parallax-section h5, .parallax-section h6 {
        color: #fff;
    }
        /* line 185, ../sass/main.scss */
        .parallax-section h1.big-title, .parallax-section h2.big-title, .parallax-section h3.big-title, .parallax-section h4.big-title, .parallax-section h5.big-title, .parallax-section h6.big-title {
            font-size: 4rem;
        }
    /* line 189, ../sass/main.scss */
    .parallax-section p, .parallax-section strong {
        color: #f7f7f7;
    }
    /* line 193, ../sass/main.scss */
    .parallax-section.parallax-total:before {
        background: rgba(0, 0, 0, 0.6) !important;
    }
    /* line 198, ../sass/main.scss */
    .parallax-section .item-player h4 {
        color: #151e25;
    }
    /* line 201, ../sass/main.scss */
    .parallax-section .item-player strong {
        color: #808080;
    }
    /* line 205, ../sass/main.scss */
    .parallax-section .icon-video {
        font-size: 6rem;
        color: #fff;
    }

/* line 211, ../sass/main.scss */
.subtitle span {
    display: block;
    font-size: 0.8rem;
    display: block;
}

/* Item Box Services ---------------------------*/
/* line 219, ../sass/main.scss */
.item-boxed-service {
    display: inline-block;
    border-color: #dedede;
    border: 1px solid rgba(217, 217, 217, 0.4);
    padding: 36px 32px;
    width: 100%;
    text-align: left;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (max-width: 1199px) {
    /* line 219, ../sass/main.scss */
    .item-boxed-service {
        margin-bottom: 40px;
    }
}
/* line 231, ../sass/main.scss */
.item-boxed-service h4 {
    color: #32373e;
    font-size: 22px;
    line-height: 1;
    min-height: 74px;
    margin: 7px 0 0;
}
/* line 238, ../sass/main.scss */
.item-boxed-service span {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    color: #a8a39e;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
/* line 246, ../sass/main.scss */
.item-boxed-service a {
    font-size: 0.875rem;
    line-height: 1.5rem;
}
    /* line 249, ../sass/main.scss */
    .item-boxed-service a i {
        padding-right: 5px;
    }
/* line 253, ../sass/main.scss */
.item-boxed-service:hover {
    background-color: #dedede;
    background: rgba(217, 217, 217, 0.15);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/* line 261, ../sass/main.scss */
.item-boxed-img {
    text-align: center;
    padding: 100px 20px;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}
    /* line 267, ../sass/main.scss */
    .item-boxed-img.small {
        padding: 220px 20px 20px 20px;
        text-align: left;
        margin-bottom: 30px;
    }
        /* line 271, ../sass/main.scss */
        .item-boxed-img.small h4 {
            position: relative;
            display: inline;
        }
            /* line 274, ../sass/main.scss */
            .item-boxed-img.small h4:before {
                content: '';
                position: absolute;
                left: 0;
                top: -10px;
                height: 2px;
                width: 30px;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }
        /* line 289, ../sass/main.scss */
        .item-boxed-img.small:hover h4:before {
            width: 100%;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }
    /* line 299, ../sass/main.scss */
    .item-boxed-img.big {
        padding: 160px 20px;
    }
    /* line 302, ../sass/main.scss */
    .item-boxed-img h4, .item-boxed-img p, .item-boxed-img a {
        color: #fff;
        z-index: 1;
        position: relative;
    }
    /* line 307, ../sass/main.scss */
    .item-boxed-img i {
        font-size: 4rem;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }
    /* line 313, ../sass/main.scss */
    .item-boxed-img:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        z-index: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    /* line 328, ../sass/main.scss */
    .item-boxed-img:hover a {
        border: 0;
        text-shadow: none;
        text-decoration: none;
    }
    /* line 333, ../sass/main.scss */
    .item-boxed-img:hover:before {
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

/* line 343, ../sass/main.scss */
.clear-title {
    position: relative;
    border-bottom: 1px solid #444;
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: inline-block;
}
    /* line 349, ../sass/main.scss */
    .clear-title:after {
        content: '';
        position: absolute;
        bottom: -2px;
        height: 3px;
        width: 50px;
        left: 0;
    }

/* line 359, ../sass/main.scss */
.info-general {
    padding-top: 35px;
}
    /* line 361, ../sass/main.scss */
    .info-general img {
        margin-bottom: 40px;
    }
    /* line 364, ../sass/main.scss */
    .info-general h4,
    .info-general h3 {
        color: #f9f9f9;
    }
    /* line 368, ../sass/main.scss */
    .info-general h4 {
        font-style: italic;
    }
    /* line 372, ../sass/main.scss */
    .info-general .col-md-12 p {
        font-size: 0.98rem;
        line-height: 1.8rem;
    }

/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */
/*  Header -------------------------------------------*/
/* line 386, ../sass/main.scss */
header {
    background: #fff;
}
    /* line 388, ../sass/main.scss */
    header .logo img {
        max-width: 100%;
        max-height: 90px;
    }
    /* line 393, ../sass/main.scss */
    header .adds img {
        display: inline;
    }

@media (max-width: 1199px) {
    /* line 392, ../sass/main.scss */
    header .adds {
        display: none;
    }
}
/* line 400, ../sass/main.scss */
header .mobile-nav {
    color: #000;
    font-size: 2rem;
    float: right;
}
    /* line 404, ../sass/main.scss */
    header .mobile-nav:hover {
        text-decoration: none;
    }

@media (min-width: 1200px) {
    /* line 400, ../sass/main.scss */
    header .mobile-nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    /* line 412, ../sass/main.scss */
    #mobile-nav {
        display: none;
    }
}

/* line 417, ../sass/main.scss */
.headerbox {
    padding: 20px 0;
}

@media (max-width: 1199px) {
    /* line 417, ../sass/main.scss */
    .headerbox {
        padding: 15px 0;
    }
}

/* line 424, ../sass/main.scss */
.mainmenu {
    width: 100%;
    min-height: 65px;
    background-color: #fff;
    border-top: 1px solid #dedede;
    z-index: 9999;
    position: relative;
}

@media (max-width: 1199px) {
    /* line 432, ../sass/main.scss */
    .sticky-wrapper {
        display: none;
    }
}

/* Header 2 --------------------------------------------------*/
/* line 440, ../sass/main.scss */
.header-2 .sf-mega h5 {
    text-align: left;
}

/* line 444, ../sass/main.scss */
.header-2 .mainmenu {
    border: 0;
    min-height: auto;
}

    /* line 448, ../sass/main.scss */
    .header-2 .mainmenu .sf-menu {
        text-align: right;
        margin: 0;
    }

        /* line 452, ../sass/main.scss */
        .header-2 .mainmenu .sf-menu > li {
            float: none;
            display: inline-block;
            margin: 0;
        }

/* line 457, ../sass/main.scss */
.header-2 .sf-arrows .sf-with-ul:after {
    right: 5px;
    margin-top: -1px;
}

/* line 461, ../sass/main.scss */
.header-2 .sf-menu > li > a {
    font-size: 14px;
}

/* line 464, ../sass/main.scss */
.header-2 .mainmenu .sf-menu li li {
    display: block;
    text-align: left;
    padding-top: 0;
}

/* line 469, ../sass/main.scss */
.header-2 .is-sticky .mainmenu .sf-menu {
    max-width: 1170px;
    margin: 0 auto;
}

    /* line 473, ../sass/main.scss */
    .header-2 .is-sticky .mainmenu .sf-menu li {
        padding-top: 10px;
    }

        /* line 476, ../sass/main.scss */
        .header-2 .is-sticky .mainmenu .sf-menu li li {
            padding-top: 0;
        }

/* line 479, ../sass/main.scss */
.header-2 .is-sticky .mainmenu .sf-menu {
    text-align: center;
}

/* Header 3 --------------------------------------------------*/
@media (max-width: 1199px) {
    /* line 486, ../sass/main.scss */
    .header-3 .text-center {
        text-align: left !important;
    }
}
/* line 491, ../sass/main.scss */
.header-3 .sf-mega h5 {
    text-align: left;
}

/* line 495, ../sass/main.scss */
.header-3 .sf-menu {
    text-align: center;
    margin: 0;
}

    /* line 499, ../sass/main.scss */
    .header-3 .sf-menu li ul {
        text-align: left;
    }

    /* line 502, ../sass/main.scss */
    .header-3 .sf-menu > li {
        margin: 0;
        float: none;
        display: inline-block;
    }

/* Header 4 --------------------------------------------------*/
/* line 510, ../sass/main.scss */
.header-4 {
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #222;
}
    /* line 518, ../sass/main.scss */
    .header-4 .mobile-nav {
        color: #fff;
    }
    /* line 521, ../sass/main.scss */
    .header-4 .headerbox {
        padding: 10px 0;
    }
    /* line 524, ../sass/main.scss */
    .header-4 .mainmenu {
        background: transparent;
        border: 0;
    }
        /* line 527, ../sass/main.scss */
        .header-4 .mainmenu.is-sticky {
            background: rgba(0, 0, 0, 0.8) !important;
        }
            /* line 529, ../sass/main.scss */
            .header-4 .mainmenu.is-sticky .sf-menu {
                text-align: center;
            }
        /* line 533, ../sass/main.scss */
        .header-4 .mainmenu .sf-menu {
            text-align: right;
        }
            /* line 536, ../sass/main.scss */
            .header-4 .mainmenu .sf-menu > li {
                margin: 0;
                float: none;
                display: inline-block;
            }
                /* line 540, ../sass/main.scss */
                .header-4 .mainmenu .sf-menu > li a {
                    color: #fff;
                }
                /* line 543, ../sass/main.scss */
                .header-4 .mainmenu .sf-menu > li ul {
                    text-align: left;
                }
            /* line 547, ../sass/main.scss */
            .header-4 .mainmenu .sf-menu .sub-current {
                background: transparent;
                top: 75px;
            }
                /* line 550, ../sass/main.scss */
                .header-4 .mainmenu .sf-menu .sub-current li {
                    border-color: #666;
                }
                /* line 553, ../sass/main.scss */
                .header-4 .mainmenu .sf-menu .sub-current a {
                    background: rgba(0, 0, 0, 0.8);
                    color: #fff;
                }
        /* line 558, ../sass/main.scss */
        .header-4 .mainmenu .sf-mega {
            background: rgba(0, 0, 0, 0.8);
            top: 75px;
        }
            /* line 561, ../sass/main.scss */
            .header-4 .mainmenu .sf-mega h5 {
                text-align: left;
                color: #fff;
            }
        /* line 566, ../sass/main.scss */
        .header-4 .mainmenu .sf-arrows .sf-with-ul:after {
            border-top-color: rgba(255, 255, 255, 0.5);
        }

/* line 572, ../sass/main.scss */
.hero-video {
    background: #000;
    position: relative;
    height: 90vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
    /* line 579, ../sass/main.scss */
    .hero-video .video-foreground,
    .hero-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
    }
    /* line 589, ../sass/main.scss */
    .hero-video .info-hero {
        z-index: 999;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }
        /* line 596, ../sass/main.scss */
        .hero-video .info-hero .container,
        .hero-video .info-hero .row {
            height: 100%;
        }
        /* line 600, ../sass/main.scss */
        .hero-video .info-hero h1 {
            color: #fff;
            text-align: right;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 5.5rem;
            line-height: 1.2;
            padding-bottom: 60px;
            font-family: "Roboto", sans-serif;
            position: relative;
        }
            /* line 610, ../sass/main.scss */
            .hero-video .info-hero h1 span {
                display: block;
                color: #f6f6f6;
                font-size: 1.5rem;
            }
            /* line 615, ../sass/main.scss */
            .hero-video .info-hero h1:before {
                content: '';
                position: absolute;
                right: 0;
                top: -15px;
                height: 8px;
                width: 130px;
            }

@media (min-aspect-ratio: 16 / 9) {
    /* line 627, ../sass/main.scss */
    .hero-video .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    /* line 630, ../sass/main.scss */
    .hero-video .video-foreground {
        width: 300%;
        left: -100%;
    }
}
/* Fix images and iframes -----*/
/* line 636, ../sass/main.scss */
img {
    max-width: 100%;
    height: auto;
}

/* line 640, ../sass/main.scss */
iframe {
    width: 100%;
    height: 480px;
    border: 0;
}
    /* line 644, ../sass/main.scss */
    iframe.big-video {
        height: 400px;
    }

/* line 649, ../sass/main.scss */
.hero-header {
    height: 570px;
    display: block;
}

@media (max-width: 767px) {
    /* line 649, ../sass/main.scss */
    .hero-header {
        height: 250px;
    }
}
/* line 655, ../sass/main.scss */
.hero-header.big {
    height: 80vh;
}
    /* line 658, ../sass/main.scss */
    .hero-header.big .item-slider .info-slider {
        padding-top: 40px;
    }
/* line 663, ../sass/main.scss */
.hero-header.hero-bg {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 400px;
}
    /* line 669, ../sass/main.scss */
    .hero-header.hero-bg:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    /* line 678, ../sass/main.scss */
    .hero-header.hero-bg .container,
    .hero-header.hero-bg .row {
        height: 100%;
    }
        /* line 681, ../sass/main.scss */
        .hero-header.hero-bg .container .col-lg-12, .hero-header.hero-bg .container .recent-results.results-page .info-results ul li, .recent-results.results-page .info-results ul .hero-header.hero-bg .container li,
        .hero-header.hero-bg .row .col-lg-12,
        .hero-header.hero-bg .row .recent-results.results-page .info-results ul li,
        .recent-results.results-page .info-results ul .hero-header.hero-bg .row li {
            display: flex;
            align-items: flex-end;
            margin-bottom: 60px;
        }
            /* line 685, ../sass/main.scss */
            .hero-header.hero-bg .container .col-lg-12.no-margin, .hero-header.hero-bg .container .recent-results.results-page .info-results ul li.no-margin, .recent-results.results-page .info-results ul .hero-header.hero-bg .container li.no-margin,
            .hero-header.hero-bg .row .col-lg-12.no-margin,
            .hero-header.hero-bg .row .recent-results.results-page .info-results ul li.no-margin,
            .recent-results.results-page .info-results ul .hero-header.hero-bg .row li.no-margin {
                justify-content: center;
                text-align: center;
            }
                /* line 688, ../sass/main.scss */
                .hero-header.hero-bg .container .col-lg-12.no-margin h1, .hero-header.hero-bg .container .recent-results.results-page .info-results ul li.no-margin h1, .recent-results.results-page .info-results ul .hero-header.hero-bg .container li.no-margin h1,
                .hero-header.hero-bg .row .col-lg-12.no-margin h1,
                .hero-header.hero-bg .row .recent-results.results-page .info-results ul li.no-margin h1,
                .recent-results.results-page .info-results ul .hero-header.hero-bg .row li.no-margin h1 {
                    color: #fff;
                    font-weight: bold;
                    font-size: 3rem;
                    line-height: 1.3;
                    padding-top: 50px;
                }

@media (max-width: 767px) {
    /* line 688, ../sass/main.scss */
    .hero-header.hero-bg .container .col-lg-12.no-margin h1, .hero-header.hero-bg .container .recent-results.results-page .info-results ul li.no-margin h1, .recent-results.results-page .info-results ul .hero-header.hero-bg .container li.no-margin h1,
    .hero-header.hero-bg .row .col-lg-12.no-margin h1,
    .hero-header.hero-bg .row .recent-results.results-page .info-results ul li.no-margin h1,
    .recent-results.results-page .info-results ul .hero-header.hero-bg .row li.no-margin h1 {
        font-size: 2rem;
    }
}
/* line 701, ../sass/main.scss */
.hero-header.hero-bg .box-start {
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
}
    /* line 706, ../sass/main.scss */
    .hero-header.hero-bg .box-start .horizontal-next-counter .counter {
        text-align: center;
    }
        /* line 708, ../sass/main.scss */
        .hero-header.hero-bg .box-start .horizontal-next-counter .counter span {
            display: inline-block;
            margin: auto 5px;
            font-size: 1.8rem;
            line-height: 1.5rem;
            font-weight: bold;
            color: #f7f7f7;
        }
            /* line 715, ../sass/main.scss */
            .hero-header.hero-bg .box-start .horizontal-next-counter .counter span small {
                font-size: 0.9rem;
                font-weight: normal;
                color: #fff;
            }
    /* line 723, ../sass/main.scss */
    .hero-header.hero-bg .box-start .info-match {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
        /* line 726, ../sass/main.scss */
        .hero-header.hero-bg .box-start .info-match h4 {
            color: #fff;
            margin: 0;
        }
            /* line 729, ../sass/main.scss */
            .hero-header.hero-bg .box-start .info-match h4 span {
                font-size: 1rem;
                display: block;
            }
    /* line 735, ../sass/main.scss */
    .hero-header.hero-bg .box-start .horizontal-next-teams {
        text-align: center;
    }
        /* line 737, ../sass/main.scss */
        .hero-header.hero-bg .box-start .horizontal-next-teams img {
            display: block;
            max-width: 60px;
            margin: 0 auto 5px auto;
        }
        /* line 742, ../sass/main.scss */
        .hero-header.hero-bg .box-start .horizontal-next-teams span, .hero-header.hero-bg .box-start .horizontal-next-teams strong {
            color: #fff;
        }
        /* line 745, ../sass/main.scss */
        .hero-header.hero-bg .box-start .horizontal-next-teams strong {
            font-size: 1.8rem;
        }

/* Slider ----------------------------------------------*/
/* line 755, ../sass/main.scss */
.hero-slider {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
    /* line 759, ../sass/main.scss */
    .hero-slider .slick-list,
    .hero-slider .container,
    .hero-slider .row {
        height: 100%;
    }
        /* line 763, ../sass/main.scss */
        .hero-slider .slick-list .slick-track,
        .hero-slider .container .slick-track,
        .hero-slider .row .slick-track {
            height: 100%;
        }
    /* line 767, ../sass/main.scss */
    .hero-slider .item-slider {
        height: 100%;
        background-size: cover !important;
        background-position: top center !important;
    }
        /* line 771, ../sass/main.scss */
        .hero-slider .item-slider:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }
        /* line 780, ../sass/main.scss */
        .hero-slider .item-slider .info-slider {
            z-index: 2;
        }
            /* line 782, ../sass/main.scss */
            .hero-slider .item-slider .info-slider h1 {
                color: #fff;
                font-weight: bold;
                font-size: 2.5rem;
                position: relative;
            }
                /* line 787, ../sass/main.scss */
                .hero-slider .item-slider .info-slider h1:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: -15px;
                    height: 8px;
                    width: 100px;
                }
            /* line 796, ../sass/main.scss */
            .hero-slider .item-slider .info-slider p {
                color: #fff;
                font-size: 1.125rem;
                line-height: 2rem;
            }

@media (max-width: 767px) {
    /* line 802, ../sass/main.scss */
    .hero-slider .item-slider .info-slider h1 {
        font-size: 1.8rem;
    }
    /* line 805, ../sass/main.scss */
    .hero-slider .item-slider .info-slider p {
        font-size: 0.85rem;
        line-height: 1.5rem;
    }
}
/* line 815, ../sass/main.scss */
.hero-slider .justify-content-center .info-slider h1:before {
    left: 50%;
    margin-left: -50px;
}

/* line 824, ../sass/main.scss */
.section-title {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

@media (max-width: 767px) {
    /* line 824, ../sass/main.scss */
    .section-title {
        text-align: center;
    }
        /* line 834, ../sass/main.scss */
        .section-title .breadcrumbs ul {
            text-align: center;
        }
}
/* line 839, ../sass/main.scss */
.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
/* line 852, ../sass/main.scss */
.section-title h1 {
    color: #fff;
}
/* line 855, ../sass/main.scss */
.section-title.big-title {
    padding: 170px 0;
    background-position: center center !important;
}
/* line 859, ../sass/main.scss */
.section-title.single-player {
    height: 400px;
    padding: 130px 0 0 0;
}
/* line 863, ../sass/main.scss */
.section-title.single-result {
    background-position: center center !important;
    padding: 80px 0 120px 0;
}

@media (max-width: 767px) {
    /* line 863, ../sass/main.scss */
    .section-title.single-result {
        padding: 40px 0 60px 0;
    }
}
/* line 870, ../sass/main.scss */
.section-title.single-result .result-location ul {
    list-style: none;
    padding: 0 0 30px 0;
    text-align: center;
}
    /* line 874, ../sass/main.scss */
    .section-title.single-result .result-location ul li {
        color: #fff;
        display: inline-block;
        margin: 0 10px;
    }
/* line 881, ../sass/main.scss */
.section-title.single-result .team {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 0 0 180px;
}

@media (max-width: 1199px) {
    /* line 881, ../sass/main.scss */
    .section-title.single-result .team {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    /* line 881, ../sass/main.scss */
    .section-title.single-result .team {
        padding-left: 0;
    }
}
/* line 892, ../sass/main.scss */
.section-title.single-result .team a {
    color: #fff;
}
/* line 895, ../sass/main.scss */
.section-title.single-result .team img {
    padding-right: 10px;
}
/* line 898, ../sass/main.scss */
.section-title.single-result .team.right {
    text-align: right;
    padding: 0 180px 0 0;
}

@media (max-width: 1199px) {
    /* line 898, ../sass/main.scss */
    .section-title.single-result .team.right {
        padding-right: 100px;
    }
}

@media (max-width: 991px) {
    /* line 898, ../sass/main.scss */
    .section-title.single-result .team.right {
        padding-right: 0;
    }
}
/* line 907, ../sass/main.scss */
.section-title.single-result .team.right img {
    padding: 0 0 0 10px;
}
/* line 910, ../sass/main.scss */
.section-title.single-result .team.right ul {
    text-align: left;
}

@media (max-width: 767px) {
    /* line 898, ../sass/main.scss */
    .section-title.single-result .team.right {
        text-align: center;
        margin-top: 30px;
    }
}
/* line 918, ../sass/main.scss */
.section-title.single-result .team ul {
    list-style: none;
    padding: 25px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #888;
    text-align: right;
}
    /* line 924, ../sass/main.scss */
    .section-title.single-result .team ul li {
        font-size: 0.8rem;
        padding-bottom: 10px;
    }

@media (max-width: 767px) {
    /* line 930, ../sass/main.scss */
    .section-title.single-result .team ul {
        text-align: center !important;
    }
}
/* line 935, ../sass/main.scss */
.section-title.single-result .result-match {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
}
/* line 944, ../sass/main.scss */
.section-title.single-result .live-on {
    display: table;
    margin: 40px auto 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    color: #fff;
}
    /* line 951, ../sass/main.scss */
    .section-title.single-result .live-on a {
        color: #fff;
        font-size: 0.7rem;
    }
    /* line 955, ../sass/main.scss */
    .section-title.single-result .live-on img {
        padding-left: 5px;
    }
/* line 959, ../sass/main.scss */
.section-title.single-result:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
/* line 968, ../sass/main.scss */
.section-title.single-result .timeline-result {
    margin: 20px 0;
}

@media (max-width: 991px) {
    /* line 968, ../sass/main.scss */
    .section-title.single-result .timeline-result {
        display: none;
    }
}
/* line 974, ../sass/main.scss */
.section-title.single-result .timeline-result .team-timeline img {
    max-height: 20px;
    padding-right: 5px;
}
/* line 978, ../sass/main.scss */
.section-title.single-result .timeline-result .team-timeline a {
    color: #fff;
    font-size: 0.8rem;
}
/* line 983, ../sass/main.scss */
.section-title.single-result .timeline-result .timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #777;
    position: relative;
}
    /* line 991, ../sass/main.scss */
    .section-title.single-result .timeline-result .timeline li {
        position: absolute;
        top: -10px;
        font-weight: bold;
        color: #fff;
    }
        /* line 996, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li:hover {
            cursor: pointer;
        }
        /* line 1000, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.card-result:after {
            position: absolute;
            content: '';
            width: 10px;
            height: 15px;
            left: 3px;
        }
        /* line 1009, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.top:after {
            top: -20px;
        }
        /* line 1014, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.bottom:after {
            bottom: -20px;
        }
        /* line 1019, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.yellow:after {
            background: yellow;
        }
        /* line 1024, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.red:after {
            background: red;
        }
        /* line 1029, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.goal:after {
            font-family: fontawesome;
            content: "\f1e3";
            width: 10px;
            height: 10px;
            left: 0;
            font-size: 1rem;
        }
        /* line 1039, ../sass/main.scss */
        .section-title.single-result .timeline-result .timeline li.change:after {
            font-family: fontawesome;
            content: "\f07e";
            width: 10px;
            height: 10px;
            left: 0;
            font-size: 1rem;
        }

/* line 1054, ../sass/main.scss */
.popover-header {
    font-size: 0.9rem;
}

/* line 1058, ../sass/main.scss */
.section-title-team {
    min-height: 300px;
    height: 400px;
    padding-bottom: 40px;
    background: #18191B;
    position: relative;
}

@media (max-width: 767px) {
    /* line 1058, ../sass/main.scss */
    .section-title-team {
        height: auto;
        padding: 40px 0 70px 0;
    }
        /* line 1067, ../sass/main.scss */
        .section-title-team .row {
            width: auto !important;
        }
        /* line 1070, ../sass/main.scss */
        .section-title-team .col-md-3 {
            text-align: center;
        }
            /* line 1072, ../sass/main.scss */
            .section-title-team .col-md-3 img {
                max-width: 100px;
            }
        /* line 1076, ../sass/main.scss */
        .section-title-team .col-md-9 {
            text-align: center;
        }
}
/* line 1080, ../sass/main.scss */
.section-title-team .container,
.section-title-team .row {
    height: 100%;
}
/* line 1084, ../sass/main.scss */
.section-title-team .container {
    position: relative;
    z-index: 1;
}
/* line 1089, ../sass/main.scss */
.section-title-team .row {
    align-items: center;
    width: 100%;
}
/* line 1093, ../sass/main.scss */
.section-title-team h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/* line 1098, ../sass/main.scss */
.section-title-team h6 {
    color: #fff;
}
    /* line 1100, ../sass/main.scss */
    .section-title-team h6 i, .section-title-team h6 strong {
        padding-right: 5px;
    }
/* line 1104, ../sass/main.scss */
.section-title-team .general-info {
    list-style: none;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
    /* line 1109, ../sass/main.scss */
    .section-title-team .general-info li {
        padding-bottom: 10px;
    }

@media (max-width: 767px) {
    /* line 1109, ../sass/main.scss */
    .section-title-team .general-info li {
        padding: 0;
    }
}
/* line 1117, ../sass/main.scss */
.section-title-team .social-teams {
    padding: 0;
    list-style: none;
}
    /* line 1120, ../sass/main.scss */
    .section-title-team .social-teams li {
        margin: 0 20px 0 0;
        display: inline-block;
        text-align: center;
    }
        /* line 1124, ../sass/main.scss */
        .section-title-team .social-teams li a {
            color: #fff;
        }
        /* line 1127, ../sass/main.scss */
        .section-title-team .social-teams li:hover div {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        /* line 1135, ../sass/main.scss */
        .section-title-team .social-teams li:hover a.facebook {
            color: #3B5998;
        }
        /* line 1138, ../sass/main.scss */
        .section-title-team .social-teams li:hover a.twitter-icon {
            color: #4099FF;
        }
        /* line 1141, ../sass/main.scss */
        .section-title-team .social-teams li:hover a.youtube {
            color: #bb0000;
        }
        /* line 1144, ../sass/main.scss */
        .section-title-team .social-teams li:hover a.google-plus {
            color: #dd4b39;
        }
        /* line 1147, ../sass/main.scss */
        .section-title-team .social-teams li:hover a.vimeo {
            color: #1ab7ea;
        }
        /* line 1150, ../sass/main.scss */
        .section-title-team .social-teams li div {
            width: 35px;
            height: 35px;
            background: #2c2c2c;
            border-radius: 50%;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }
        /* line 1160, ../sass/main.scss */
        .section-title-team .social-teams li i {
            font-size: 15px;
            line-height: 35px;
        }
/* line 1166, ../sass/main.scss */
.section-title-team .bg-image-team {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover !important;
}
    /* line 1173, ../sass/main.scss */
    .section-title-team .bg-image-team.left {
        left: 0;
    }

@media (max-width: 1199px) {
    /* line 1166, ../sass/main.scss */
    .section-title-team .bg-image-team {
        z-index: 0;
    }
        /* line 1178, ../sass/main.scss */
        .section-title-team .bg-image-team:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        }
}

/* line 1196, ../sass/main.scss */
.breadcrumbs ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
    /* line 1200, ../sass/main.scss */
    .breadcrumbs ul li {
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }
        /* line 1204, ../sass/main.scss */
        .breadcrumbs ul li:after {
            font-family: fontawesome;
            content: "\f101";
            padding: 0 5px 0 7px;
        }
        /* line 1210, ../sass/main.scss */
        .breadcrumbs ul li:last-child:after {
            display: none;
        }

/* line 1219, ../sass/main.scss */
.btn-iw {
    padding: 10px 30px;
    background: #4060ad;
    color: #fff;
    margin: 15px 10px;
    display: inline-block;
}
    /* line 1220, ../sass/main.scss */
    .btn-iw.outline {
        border: solid #fff 2px;
        background: transparent;
    }
    /* line 1224, ../sass/main.scss */
    .btn-iw.skin {
        color: #4060ad;
        border-color: #4060ad;
    }
        /* line 1227, ../sass/main.scss */
        .btn-iw.skin:hover {
            color: #fff;
        }
    /* line 1231, ../sass/main.scss */
    .btn-iw.full {
        width: 100%;
        text-align: center;
    }
    /* line 1240, ../sass/main.scss */
    .btn-iw:hover {
        text-decoration: none;
        color: #fff;
    }

/* Panel Box --------------------------------------------*/
/* line 1248, ../sass/main.scss */
.panel-box {
    background-color: #fff;
    margin: 0 0 40px 0;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
    /* line 1253, ../sass/main.scss */
    .panel-box .info-panel {
        padding: 20px 25px;
    }
    /* line 1256, ../sass/main.scss */
    .panel-box.padding-b {
        padding-bottom: 30px;
    }
    /* line 1259, ../sass/main.scss */
    .panel-box h4 {
        font-size: 1.1rem;
    }
    /* line 1262, ../sass/main.scss */
    .panel-box .list-panel {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        /* line 1266, ../sass/main.scss */
        .panel-box .list-panel li {
            border-bottom: 1px solid #dedede;
            padding: 8px 0;
            margin: 8px 0;
        }
            /* line 1270, ../sass/main.scss */
            .panel-box .list-panel li p {
                padding: 0 25px;
                margin: 0;
            }
                /* line 1273, ../sass/main.scss */
                .panel-box .list-panel li p span {
                    float: right;
                    color: #000;
                    font-weight: medium;
                }
            /* line 1279, ../sass/main.scss */
            .panel-box .list-panel li:last-child {
                border-bottom: 0;
                padding-bottom: 20px;
            }
    /* line 1285, ../sass/main.scss */
    .panel-box.block-form {
        max-width: 850px;
        margin: 0 auto;
    }

    /* line 1291, ../sass/main.scss */
    .panel-box .row {
        margin: 0;
    }

/* line 1294, ../sass/main.scss */
.section-wide {
    margin-top: 20px;
    background-color: #fff;
    border-top: 1px solid #dedede;
    padding: 50px 0;
}

/* line 1301, ../sass/main.scss */
.no-line-height .panel-box {
    line-height: 0;
}

/* line 1306, ../sass/main.scss */
.stats-info {
    margin-bottom: 50px;
}
    /* line 1308, ../sass/main.scss */
    .stats-info ul {
        border-top: 3px solid;
        background: #fff;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: table;
    }
        /* line 1315, ../sass/main.scss */
        .stats-info ul li {
            text-align: center;
            padding: 10px 20px;
            float: left;
            border: 1px solid #dedede;
            border-right: 0;
        }
            /* line 1321, ../sass/main.scss */
            .stats-info ul li:last-child {
                border-right: 1px solid #dedede;
            }

/* Titles ----------------------------------------------*/
/* line 1331, ../sass/main.scss */
.titles {
    border-bottom: #ddd 1px solid;
    margin-bottom: 35px;
    border-radius: 5px 5px 0 0;
}

    /* line 1336, ../sass/main.scss */
    .titles h4 {
        color: #222;
        margin: 0;
        padding: 15px 25px;
    }

        /* line 1341, ../sass/main.scss */
        .titles h4 i {
            padding-right: 10px;
            color: #666;
        }

/* line 1345, ../sass/main.scss */
.box-info {
    padding: 0 10px;
    margin-bottom: 30px;
}
    /* line 1348, ../sass/main.scss */
    .box-info .entry-title {
        padding: 5px 0 0 0;
    }

/* Hover efect -------------------------------------------------*/
/* line 1356, ../sass/main.scss */
.img-hover,
.item-team,
.item-player {
    position: relative;
    overflow: hidden;
}
    /* line 1361, ../sass/main.scss */
    .img-hover img,
    .item-team img,
    .item-player img {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    /* line 1368, ../sass/main.scss */
    .img-hover .overlay,
    .item-team .overlay,
    .item-player .overlay {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
        /* line 1384, ../sass/main.scss */
        .img-hover .overlay a,
        .item-team .overlay a,
        .item-player .overlay a {
            color: #fff;
            font-size: 40px;
        }
            /* line 1387, ../sass/main.scss */
            .img-hover .overlay a:hover,
            .item-team .overlay a:hover,
            .item-player .overlay a:hover {
                text-decoration: none;
            }
    /* line 1392, ../sass/main.scss */
    .img-hover:hover .overlay,
    .item-team:hover .overlay,
    .item-player:hover .overlay {
        opacity: 1;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    /* line 1399, ../sass/main.scss */
    .img-hover:hover img,
    .item-team:hover img,
    .item-player:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
        cursor: pointer;
    }

/* line 1413, ../sass/main.scss */
.dark-home {
    background: #18191B;
}
    /* line 1415, ../sass/main.scss */
    .dark-home.above {
        margin-top: -220px;
        position: relative;
        z-index: 1;
        box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
    }
        /* line 1423, ../sass/main.scss */
        .dark-home.above .nav-tabs li:first-child a {
            border-radius: 5px 0 0 0;
        }
        /* line 1429, ../sass/main.scss */
        .dark-home.above .tab-content {
            padding: 0 20px 0 50px;
        }

@media (max-width: 1199px) {
    /* line 1429, ../sass/main.scss */
    .dark-home.above .tab-content {
        padding-left: 20px;
    }
}

/* Nav Tabs ---------------------------------------------*/
/* line 1444, ../sass/main.scss */
.single-team-tabs .nav-tabs li a {
    background-color: #000;
}

/* line 1451, ../sass/main.scss */
.nav-tabs {
    margin-top: -33px;
    border-bottom: 0;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    /* line 1451, ../sass/main.scss */
    .nav-tabs {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        min-height: 50px;
        margin-top: -45px;
    }
        /* line 1463, ../sass/main.scss */
        .nav-tabs li a {
            padding: 12px 10px !important;
            font-size: 0.8rem;
            display: inline-block;
        }
}
/* line 1470, ../sass/main.scss */
.nav-tabs li {
    margin-right: 10px;
    border: 0;
    color: #fff;
}
    /* line 1474, ../sass/main.scss */
    .nav-tabs li.active a, .nav-tabs li.active a:hover {
        border: 0;
        color: #fff;
    }
    /* line 1479, ../sass/main.scss */
    .nav-tabs li a {
        border: 0;
        padding: 12px 35px;
        background: #18191B;
        color: #fff;
    }
        /* line 1484, ../sass/main.scss */
        .nav-tabs li a:hover {
            text-decoration: none;
        }
        /* line 1487, ../sass/main.scss */
        .nav-tabs li a.active {
            position: relative;
        }
            /* line 1489, ../sass/main.scss */
            .nav-tabs li a.active:after {
                bottom: -11px;
                content: "";
                left: 50%;
                margin-left: -6px;
                position: absolute;
                z-index: 101;
            }
    /* line 1500, ../sass/main.scss */
    .nav-tabs li.active a {
        position: relative;
    }
        /* line 1502, ../sass/main.scss */
        .nav-tabs li.active a:after {
            bottom: -11px;
            content: "";
            left: 50%;
            margin-left: -6px;
            position: absolute;
            z-index: 101;
        }

@media (max-width: 991px) {
    /* line 1518, ../sass/main.scss */
    .single-player-tabs .nav-tabs {
        margin-top: 20px;
    }
}

/* List --------------------------------------------*/
/* line 1526, ../sass/main.scss */
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* line 1531, ../sass/main.scss */
    .list li {
        line-height: 40px;
    }

        /* line 1535, ../sass/main.scss */
        .list li:hover {
            cursor: pointer;
        }

        /* line 1538, ../sass/main.scss */
        .list li i {
            padding-right: 8px;
            font-size: 14px;
        }

        /* line 1542, ../sass/main.scss */
        .list li a {
            color: #666;
        }

            /* line 1545, ../sass/main.scss */
            .list li a:hover {
                color: #252525;
            }

/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */
/*  Counter ------------------------------------------------------------*/
/* line 1558, ../sass/main.scss */
.counter-home-wraper .title-color {
    margin-top: -57px;
    border-radius: 5px 5px 0 0;
    padding: 14px 10px;
}
    /* line 1563, ../sass/main.scss */
    .counter-home-wraper .title-color h4 {
        color: #fff;
        padding: 0;
        margin: 0;
    }

@media (max-width: 1199px) {
    /* line 1557, ../sass/main.scss */
    .counter-home-wraper {
        margin-top: 30px;
    }
        /* line 1570, ../sass/main.scss */
        .counter-home-wraper .title-color {
            margin: 0;
        }
}

/* line 1575, ../sass/main.scss */
.content-counter {
    background: #fff;
    width: 100%;
    position: relative;
}
    /* line 1579, ../sass/main.scss */
    .content-counter .counter {
        text-align: center;
        margin: 0 auto;
        padding: 30px 0;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
    }
        /* line 1585, ../sass/main.scss */
        .content-counter .counter span {
            display: inline-block;
            margin: auto 5px;
            font-size: 1.5rem;
            line-height: 1.5rem;
            font-weight: bold;
            color: #232323;
        }
            /* line 1592, ../sass/main.scss */
            .content-counter .counter span small {
                font-size: 0.9rem;
                font-weight: normal;
                color: #666;
            }
    /* line 1599, ../sass/main.scss */
    .content-counter p {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
    }
    /* line 1606, ../sass/main.scss */
    .content-counter .post-options {
        text-align: center;
        border-bottom: 1px solid #dedede;
        font-size: 13px;
        padding: 10px 20px;
        margin: 0;
    }
        /* line 1612, ../sass/main.scss */
        .content-counter .post-options li {
            display: inline-block;
            margin: 0 5px;
            color: #000;
        }
            /* line 1616, ../sass/main.scss */
            .content-counter .post-options li i {
                padding-right: 5px;
            }
    /* line 1621, ../sass/main.scss */
    .content-counter .btn {
        border-radius: 0;
        border: 0;
        width: 100%;
        margin-top: 30px;
        padding: 25px auto;
        height: auto;
        position: relative;
    }
        /* line 1629, ../sass/main.scss */
        .content-counter .btn i {
            font-size: 25px;
            margin-left: 15px;
            padding-bottom: 5px;
        }
    /* line 1635, ../sass/main.scss */
    .content-counter .list-groups {
        padding: 30px 20px;
        text-align: center;
    }
        /* line 1638, ../sass/main.scss */
        .content-counter .list-groups p {
            margin-bottom: 10px;
        }
        /* line 1641, ../sass/main.scss */
        .content-counter .list-groups .vs {
            font-size: 2rem;
            font-weight: bold;
            color: #000;
        }
        /* line 1646, ../sass/main.scss */
        .content-counter .list-groups span {
            color: #000;
            margin-top: 5px;
            display: block;
            font-size: 0.9rem;
        }
        /* line 1652, ../sass/main.scss */
        .content-counter .list-groups img {
            border: 1px solid #dedede;
        }

/* Footer ----------------------------------------------------------------*/
/* line 1660, ../sass/main.scss */
footer {
    background: #101010;
    color: #888;
    padding: 60px 0;
    font-size: 13px;
    line-height: 20px;
}
    /* line 1666, ../sass/main.scss */
    footer.footer-2 {
        background: url("../../img/slide/3.jpg");
        background-size: cover;
        background-position: top center;
        position: relative;
        padding: 0;
    }
        /* line 1672, ../sass/main.scss */
        footer.footer-2 .top-footer {
            padding-top: 60px;
            border-bottom: 1px solid #666 !important;
            position: relative;
        }
            /* line 1676, ../sass/main.scss */
            footer.footer-2 .top-footer .social {
                position: relative;
            }
                /* line 1679, ../sass/main.scss */
                footer.footer-2 .top-footer .social li div {
                    background: #fff;
                }
                    /* line 1681, ../sass/main.scss */
                    footer.footer-2 .top-footer .social li div a {
                        color: #000;
                    }
        /* line 1688, ../sass/main.scss */
        footer.footer-2 .links-footer ul li a {
            color: #cecece;
        }
        /* line 1691, ../sass/main.scss */
        footer.footer-2 .footer-down {
            background: transparent;
            margin-top: 60px;
        }
            /* line 1694, ../sass/main.scss */
            footer.footer-2 .footer-down .col-md-12 {
                border-top: 1px solid #666 !important;
            }
                /* line 1696, ../sass/main.scss */
                footer.footer-2 .footer-down .col-md-12 p {
                    color: #fff;
                }
        /* line 1701, ../sass/main.scss */
        footer.footer-2:before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
        }
    /* line 1710, ../sass/main.scss */
    footer.footer-3 {
        background: #fff;
        border-top: 1px solid #dedede;
        padding-bottom: 0;
    }
        /* line 1714, ../sass/main.scss */
        footer.footer-3 .top-footer {
            border-bottom: 1px solid #dedede !important;
            position: relative;
        }
            /* line 1718, ../sass/main.scss */
            footer.footer-3 .top-footer .logo-footer h2 {
                color: #151e25;
            }
        /* line 1724, ../sass/main.scss */
        footer.footer-3 .links-footer h5 {
            color: #151e25;
        }
        /* line 1728, ../sass/main.scss */
        footer.footer-3 .footer-down {
            background: transparent;
            margin-top: 60px;
        }
            /* line 1731, ../sass/main.scss */
            footer.footer-3 .footer-down .col-md-12 {
                border-top: 1px solid #dedede !important;
            }

@media (max-width: 991px) {
    /* line 1660, ../sass/main.scss */
    footer {
        padding-bottom: 20px;
    }
}
/* line 1740, ../sass/main.scss */
footer .top-footer {
    border-bottom: 1px solid #222;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
    /* line 1744, ../sass/main.scss */
    footer .top-footer .logo-footer {
        text-align: center;
    }
        /* line 1746, ../sass/main.scss */
        footer .top-footer .logo-footer h2 {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
        }
    /* line 1752, ../sass/main.scss */
    footer .top-footer .social {
        text-align: center;
        display: table;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
        /* line 1757, ../sass/main.scss */
        footer .top-footer .social li {
            margin: 0 15px;
            display: inline-block;
        }
            /* line 1760, ../sass/main.scss */
            footer .top-footer .social li a {
                color: #fff;
            }
            /* line 1763, ../sass/main.scss */
            footer .top-footer .social li:hover div {
                -webkit-transform: scaleX(-1);
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
                -ms-filter: "FlipH";
            }
            /* line 1771, ../sass/main.scss */
            footer .top-footer .social li:hover a.facebook {
                color: #3B5998;
            }
            /* line 1774, ../sass/main.scss */
            footer .top-footer .social li:hover a.twitter-icon {
                color: #4099FF;
            }
            /* line 1777, ../sass/main.scss */
            footer .top-footer .social li:hover a.youtube {
                color: #bb0000;
            }
            /* line 1780, ../sass/main.scss */
            footer .top-footer .social li:hover a.google-plus {
                color: #dd4b39;
            }
            /* line 1783, ../sass/main.scss */
            footer .top-footer .social li:hover a.vimeo {
                color: #1ab7ea;
            }
            /* line 1786, ../sass/main.scss */
            footer .top-footer .social li div {
                width: 35px;
                height: 35px;
                background: #2c2c2c;
                border-radius: 50%;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }
            /* line 1796, ../sass/main.scss */
            footer .top-footer .social li i {
                font-size: 15px;
                line-height: 35px;
            }

@media (max-width: 991px) {
    /* line 1804, ../sass/main.scss */
    footer .links-footer .info-links {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    /* line 1804, ../sass/main.scss */
    footer .links-footer .info-links {
        text-align: center;
    }
}
/* line 1812, ../sass/main.scss */
footer .links-footer h5 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
/* line 1818, ../sass/main.scss */
footer .links-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    /* line 1822, ../sass/main.scss */
    footer .links-footer ul li {
        padding-bottom: 7px;
    }
        /* line 1824, ../sass/main.scss */
        footer .links-footer ul li a {
            color: #828282;
            text-transform: capitalize;
        }
    /* line 1829, ../sass/main.scss */
    footer .links-footer ul.columns {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

/* Footer Down ------------------------------------------------------*/
/* line 1841, ../sass/main.scss */
.footer-down {
    background: #101010;
    text-align: center;
}
    /* line 1844, ../sass/main.scss */
    .footer-down .col-md-12 {
        border-top: 1px solid #222 !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* line 1849, ../sass/main.scss */
    .footer-down p {
        color: #828282;
        margin: 0;
        font-size: 0.75rem;
    }

/* Top ------------------------------------------------------------*/
/* line 1859, ../sass/main.scss */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    z-index: 9999;
    background: url("../../img/img-theme/ui.totop.png") no-repeat left top;
}

/* line 1873, ../sass/main.scss */
#toTopHover {
    background: url("../../img/img-theme/ui.totop.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
}

/* line 1883, ../sass/main.scss */
#toTop:active, #toTop:focus {
    outline: none;
}

/*	ACCORDION ---------------------------------------------------------*/
/* line 1889, ../sass/main.scss */
.acc-trigger {
    cursor: pointer;
    margin: 0 0 0 0;
    width: 100%;
}

/* line 1890, ../sass/main.scss */
.no-js .acc-trigger:last-of-type {
    border-bottom: none;
}

/* line 1891, ../sass/main.scss */
.acc-trigger a {
    background: url("../../img/img-theme/accordion-ico.png") no-repeat 14px 13px;
    display: block;
    padding: 11px 20px 11px 44px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #232323;
}

    /* line 1901, ../sass/main.scss */
    .acc-trigger a:first-child {
        border-top: 0;
    }

    /* line 1904, ../sass/main.scss */
    .acc-trigger a:hover {
        background-position: 14px -58px;
    }

/* line 1905, ../sass/main.scss */
.acc-trigger.active {
    cursor: default;
    background: #fff;
}

    /* line 1906, ../sass/main.scss */
    .acc-trigger.active:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
    }

    /* line 1907, ../sass/main.scss */
    .acc-trigger.active a {
        background-position: 14px -58px;
        cursor: default;
    }

/* line 1908, ../sass/main.scss */
.acc-container .content {
    padding: 15px 14px 5px 44px;
    color: #999;
    margin-bottom: 10px;
}

/* Testimonials ----------------------------------------------------------*/
/* line 1917, ../sass/main.scss */
.testimonials {
    list-style: none;
    padding: 0;
    margin: 0;
}
    /* line 1921, ../sass/main.scss */
    .testimonials li {
        padding-bottom: 30px;
    }

    /* line 1925, ../sass/main.scss */
    .testimonials blockquote > p {
        border: 1px solid #dedede;
        font-size: 14px;
        margin: 0 0 14px 0;
        min-height: 70px;
        padding: 30px;
        position: relative;
        text-align: left !important;
        font-style: italic;
    }

    /* line 1935, ../sass/main.scss */
    .testimonials blockquote {
        padding: 0 25px;
        border-left: 0;
    }

        /* line 1939, ../sass/main.scss */
        .testimonials blockquote > p:before {
            border: 14px solid #dedede;
            border-color: #dedede transparent transparent transparent;
            bottom: -28px;
            left: 25px;
        }

        /* line 1945, ../sass/main.scss */
        .testimonials blockquote > p:before {
            border: 11px solid #dedede;
            border-color: #dedede transparent transparent transparent;
            bottom: -22px;
            content: "";
            height: 0px;
            left: 28px;
            position: absolute;
            width: 0px;
        }

        /* line 1955, ../sass/main.scss */
        .testimonials blockquote > img {
            border-radius: 50%;
            float: left;
            height: 50px;
            margin: 10px 10px 0 20px;
            width: 50px;
        }

        /* line 1962, ../sass/main.scss */
        .testimonials blockquote > strong {
            display: block;
            font-size: 16px;
            font-style: normal;
            font-weight: bold;
            line-height: 20px;
            padding: 0;
            margin: 30px 0 0 0;
        }

        /* line 1971, ../sass/main.scss */
        .testimonials blockquote > a {
            margin-top: -15px;
            font-size: 14px;
            font-style: italic;
        }

/* Filters ----------------------------------------------------------------*/
/* line 1980, ../sass/main.scss */
.portfolioFilter {
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
    position: relative;
    display: block;
}
    /* line 1986, ../sass/main.scss */
    .portfolioFilter h5 {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        float: left;
        margin-right: 20px;
    }
        /* line 1992, ../sass/main.scss */
        .portfolioFilter h5 i {
            margin-right: 5px;
        }
    /* line 1996, ../sass/main.scss */
    .portfolioFilter.no-bg {
        background: transparent;
        padding: 0;
        display: flex;
        margin-bottom: 50px;
    }
        /* line 1999, ../sass/main.scss */
        .portfolioFilter.no-bg a, .portfolioFilter.no-bg h5 {
            color: #101010;
        }

@media (max-width: 991px) {
    /* line 1980, ../sass/main.scss */
    .portfolioFilter {
        text-align: center;
    }
        /* line 2007, ../sass/main.scss */
        .portfolioFilter h5 {
            float: none;
        }
        /* line 2010, ../sass/main.scss */
        .portfolioFilter a {
            margin-bottom: 15px;
            display: inline-block;
        }
}

/* line 2016, ../sass/main.scss */
.portfolioFilter a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
    /* line 2026, ../sass/main.scss */
    .portfolioFilter a:after {
        content: '/';
        padding: 0 10px;
    }
    /* line 2030, ../sass/main.scss */
    .portfolioFilter a:before {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    /* line 2038, ../sass/main.scss */
    .portfolioFilter a:last-child:after {
        display: none;
    }
    /* line 2043, ../sass/main.scss */
    .portfolioFilter a:last-child.current:before, .portfolioFilter a:last-child:hover:before {
        width: 100%;
    }

    /* line 2049, ../sass/main.scss */
    .portfolioFilter .current,
    .portfolioFilter a:hover {
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
        /* line 2057, ../sass/main.scss */
        .portfolioFilter .current:before,
        .portfolioFilter a:hover:before {
            border-bottom: 2px solid;
            content: '';
            position: absolute;
            bottom: -5px;
            width: 70%;
            left: 0;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

/* line 2071, ../sass/main.scss */
.isotope-item {
    z-index: 2;
}

/* line 2074, ../sass/main.scss */
.isotope-hidden.isotope-item {
    z-index: 1;
}

/* line 2077, ../sass/main.scss */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

/* line 2084, ../sass/main.scss */
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    /* line 2089, ../sass/main.scss */
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

/* line 2094, ../sass/main.scss */
.portfolioContainer .img-hover {
    margin-bottom: 30px;
}

/* Page Error ------------------------------------------------------------*/
/* line 2100, ../sass/main.scss */
.page-error {
    max-width: 80%;
    margin: 70px auto 50px auto;
    text-align: center;
    position: relative;
}

    /* line 2106, ../sass/main.scss */
    .page-error h1 {
        font-size: 140px;
        line-height: 140px;
    }

        /* line 2110, ../sass/main.scss */
        .page-error h1 i {
            font-size: 200px;
            line-height: 190px;
        }

    /* line 2114, ../sass/main.scss */
    .page-error hr.tall {
        margin: 20px 0 30px 0;
    }

/* Sitemap ---------------------------------------------------------------*/
/* line 2120, ../sass/main.scss */
.sitemap {
    float: left;
    width: 370px;
    list-style: none;
    margin-right: 2px;
    font-size: 14px;
    padding: 10px 0 0 0;
    background: url("../../img/img-theme/line_tree1.gif") left repeat-y;
}

@media (max-width: 991px) {
    /* line 2120, ../sass/main.scss */
    .sitemap {
        width: auto;
    }
}

/* line 2132, ../sass/main.scss */
.sitemap li {
    float: left;
    width: 347px;
    padding-left: 25px;
    line-height: 35px;
    background: url("../../img/img-theme/line_tree2.gif") 0 center no-repeat;
}

@media (max-width: 991px) {
    /* line 2132, ../sass/main.scss */
    .sitemap li {
        width: auto;
    }
}

/* line 2142, ../sass/main.scss */
.sitemap li.has_sub {
    background: url("../../img/img-theme/line_tree2.gif") 0 17px no-repeat;
}

/* line 2145, ../sass/main.scss */
.sitemap li a {
    color: #666;
    position: relative;
    text-decoration: none;
}

    /* line 2150, ../sass/main.scss */
    .sitemap li a:hover {
        text-decoration: underline;
    }

/* line 2153, ../sass/main.scss */
.sitemap ul {
    width: 132px;
    padding-top: 0;
    list-style: none;
}

/* line 2160, ../sass/main.scss */
.single-carousel {
    padding: 0;
    list-style: none;
}

/* line 2165, ../sass/main.scss */
.single-carousel {
    overflow: hidden;
    padding: 0;
    list-style: none;
}
    /* line 2169, ../sass/main.scss */
    .single-carousel li {
        position: relative;
    }
        /* line 2171, ../sass/main.scss */
        .single-carousel li .info-single-carousel {
            padding: 20px 30px;
        }

/* Blog Post ------------------------------------------------------------------*/
/* line 2179, ../sass/main.scss */
.post-item {
    margin-bottom: 40px;
    padding: 0 10px 40px 10px;
    background: url("../../img/img-theme/border-pattern.gif") bottom left repeat-x;
}
    /* line 2183, ../sass/main.scss */
    .post-item:last-child {
        background: none;
    }
    /* line 2186, ../sass/main.scss */
    .post-item h5 {
        margin: 0;
        padding: 0;
        line-height: 20px;
    }
        /* line 2190, ../sass/main.scss */
        .post-item h5 a {
            color: #252525;
        }
            /* line 2192, ../sass/main.scss */
            .post-item h5 a:hover {
                text-decoration: none;
            }

@media (max-width: 767px) {
    /* line 2186, ../sass/main.scss */
    .post-item h5 {
        margin-top: 10px;
    }
}
/* line 2200, ../sass/main.scss */
.post-item p {
    margin: 0;
}
    /* line 2202, ../sass/main.scss */
    .post-item p a {
        display: block;
        margin-top: 5px;
        font-size: 0.8rem;
    }
/* line 2208, ../sass/main.scss */
.post-item .data-info {
    margin: 7px 0;
    display: block;
    font-size: 0.85rem;
}
    /* line 2212, ../sass/main.scss */
    .post-item .data-info a, .post-item .data-info i {
        padding-left: 10px;
    }
/* line 2216, ../sass/main.scss */
.post-item .row {
    align-items: center;
}

/* line 2222, ../sass/main.scss */
.content-middle .pagination {
    margin: -5px 0 30px 0;
    float: right;
}

/* line 2226, ../sass/main.scss */
.single-news .data-info {
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: 2px;
}

/* Groups List -------------------*/
/* line 2237, ../sass/main.scss */
.groups-list h5 {
    color: #fff;
}
    /* line 2239, ../sass/main.scss */
    .groups-list h5 a {
        color: #fff;
    }
/* line 2243, ../sass/main.scss */
.groups-list .item-group {
    background: #26282b;
    margin-bottom: 30px;
}
    /* line 2246, ../sass/main.scss */
    .groups-list .item-group ul {
        list-style: none;
        padding: 0;
    }
        /* line 2249, ../sass/main.scss */
        .groups-list .item-group ul li {
            font-size: 0.8rem;
            padding: 0 20px 15px 0;
            color: #f5f5f5;
        }
            /* line 2250, ../sass/main.scss */
            .groups-list .item-group ul li a {
                color: #f5f5f5;
                display: block;
            }
                /* line 2253, ../sass/main.scss */
                .groups-list .item-group ul li a:hover {
                    text-decoration: none;
                }
            /* line 2257, ../sass/main.scss */
            .groups-list .item-group ul li img {
                max-width: 40px;
                margin-right: 10px;
            }
            /* line 2264, ../sass/main.scss */
            .groups-list .item-group ul li:last-child {
                padding-bottom: 0;
            }
/* line 2271, ../sass/main.scss */
.groups-list.page-group h5 {
    color: #151e25;
    margin-bottom: 15px;
}
    /* line 2274, ../sass/main.scss */
    .groups-list.page-group h5 a {
        color: #151e25;
    }
/* line 2278, ../sass/main.scss */
.groups-list.page-group .item-group {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
    /* line 2283, ../sass/main.scss */
    .groups-list.page-group .item-group ul li {
        padding-bottom: 20px;
    }
        /* line 2285, ../sass/main.scss */
        .groups-list.page-group .item-group ul li:last-child {
            padding-bottom: 0;
        }
        /* line 2288, ../sass/main.scss */
        .groups-list.page-group .item-group ul li a {
            color: #151e25;
            font-size: 0.9rem;
        }
        /* line 2292, ../sass/main.scss */
        .groups-list.page-group .item-group ul li img {
            max-width: 60px;
        }

/* Ranking -----------------------*/
@media (max-width: 991px) {
    /* line 2304, ../sass/main.scss */
    .club-ranking,
    .player-ranking {
        margin-bottom: 30px;
    }
}
/* line 2309, ../sass/main.scss */
.club-ranking h5,
.player-ranking h5 {
    color: #fff;
}
    /* line 2311, ../sass/main.scss */
    .club-ranking h5 a,
    .player-ranking h5 a {
        color: #fff;
    }
/* line 2315, ../sass/main.scss */
.club-ranking .info-ranking,
.club-ranking .info-player,
.player-ranking .info-ranking,
.player-ranking .info-player {
    background: #26282b;
}
    /* line 2318, ../sass/main.scss */
    .club-ranking .info-ranking ul,
    .club-ranking .info-player ul,
    .player-ranking .info-ranking ul,
    .player-ranking .info-player ul {
        list-style: none;
        padding: 20px;
    }
        /* line 2321, ../sass/main.scss */
        .club-ranking .info-ranking ul li,
        .club-ranking .info-player ul li,
        .player-ranking .info-ranking ul li,
        .player-ranking .info-player ul li {
            border-bottom: 1px solid #222;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
            /* line 2325, ../sass/main.scss */
            .club-ranking .info-ranking ul li:last-child,
            .club-ranking .info-player ul li:last-child,
            .player-ranking .info-ranking ul li:last-child,
            .player-ranking .info-player ul li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border: 0;
            }
            /* line 2330, ../sass/main.scss */
            .club-ranking .info-ranking ul li .position,
            .club-ranking .info-player ul li .position,
            .player-ranking .info-ranking ul li .position,
            .player-ranking .info-player ul li .position {
                color: #fff;
                padding-right: 5px;
            }
            /* line 2334, ../sass/main.scss */
            .club-ranking .info-ranking ul li a,
            .club-ranking .info-player ul li a,
            .player-ranking .info-ranking ul li a,
            .player-ranking .info-player ul li a {
                color: #fff;
            }
                /* line 2336, ../sass/main.scss */
                .club-ranking .info-ranking ul li a img,
                .club-ranking .info-player ul li a img,
                .player-ranking .info-ranking ul li a img,
                .player-ranking .info-player ul li a img {
                    max-width: 30px;
                    margin-right: 5px;
                }
            /* line 2341, ../sass/main.scss */
            .club-ranking .info-ranking ul li .points,
            .club-ranking .info-player ul li .points,
            .player-ranking .info-ranking ul li .points,
            .player-ranking .info-player ul li .points {
                color: #fff;
                float: right;
            }

/* Recent Results ----------------------*/
@media (max-width: 991px) {
    /* line 2352, ../sass/main.scss */
    .recent-results {
        margin-bottom: 30px;
    }
}
/* line 2356, ../sass/main.scss */
.recent-results h5 {
    color: #fff;
}
    /* line 2358, ../sass/main.scss */
    .recent-results h5 a {
        color: #fff;
    }
/* line 2362, ../sass/main.scss */
.recent-results .info-results {
    background: #26282b;
}
    /* line 2364, ../sass/main.scss */
    .recent-results .info-results ul {
        list-style: none;
        padding: 20px;
    }
        /* line 2367, ../sass/main.scss */
        .recent-results .info-results ul li {
            margin-bottom: 26px;
        }
            /* line 2369, ../sass/main.scss */
            .recent-results .info-results ul li:last-child {
                margin-bottom: 0;
            }
            /* line 2372, ../sass/main.scss */
            .recent-results .info-results ul li .head {
                background: #121212;
                font-size: 0.8rem;
                display: block;
                color: #fff;
                padding: 10px;
            }
                /* line 2378, ../sass/main.scss */
                .recent-results .info-results ul li .head .date {
                    float: right;
                }
            /* line 2382, ../sass/main.scss */
            .recent-results .info-results ul li a {
                font-size: 0.7rem;
                color: #fff;
            }
                /* line 2383, ../sass/main.scss */
                .recent-results .info-results ul li a img {
                    max-width: 20px;
                    margin-right: 3px;
                }
            /* line 2390, ../sass/main.scss */
            .recent-results .info-results ul li .goals-result {
                background: #222;
                padding: 15px 10px;
                display: flex;
                justify-content: space-between;
            }
            /* line 2396, ../sass/main.scss */
            .recent-results .info-results ul li .goals {
                color: #fff;
            }
                /* line 2398, ../sass/main.scss */
                .recent-results .info-results ul li .goals b {
                    background: #121212;
                    color: #fff;
                    padding: 5px 10px;
                }
/* line 2408, ../sass/main.scss */
.recent-results.results-page .info-results {
    background: transparent;
}
    /* line 2410, ../sass/main.scss */
    .recent-results.results-page .info-results ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
    }
        /* line 2413, ../sass/main.scss */
        .recent-results.results-page .info-results ul li {
            margin-bottom: 40px;
        }
            /* line 2417, ../sass/main.scss */
            .recent-results.results-page .info-results ul li .head {
                padding: 15px 20px;
            }
            /* line 2420, ../sass/main.scss */
            .recent-results.results-page .info-results ul li a {
                color: #000;
                font-size: 1rem;
            }
                /* line 2423, ../sass/main.scss */
                .recent-results.results-page .info-results ul li a img {
                    max-width: 40px;
                    margin-right: 10px;
                    border: 1px solid #dedede;
                }
            /* line 2429, ../sass/main.scss */
            .recent-results.results-page .info-results ul li .goals-result {
                padding: 30px 20px;
                text-align: center;
                background: #fff;
                border: 1px solid #dedede;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            }
                /* line 2435, ../sass/main.scss */
                .recent-results.results-page .info-results ul li .goals-result b {
                    display: inline-block;
                }
                /* line 2438, ../sass/main.scss */
                .recent-results.results-page .info-results ul li .goals-result a {
                    display: block;
                    margin-top: 20px;
                    border-radius: 0;
                }
                    /* line 2442, ../sass/main.scss */
                    .recent-results.results-page .info-results ul li .goals-result a.btn {
                        color: #fff;
                        font-size: 0.8rem;
                    }

/* Match Stats -----------------*/
/* line 2457, ../sass/main.scss */
.match-stats .team {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 0 0 180px;
}
    /* line 2461, ../sass/main.scss */
    .match-stats .team a {
        color: #222;
    }
    /* line 2464, ../sass/main.scss */
    .match-stats .team img {
        padding-right: 10px;
    }
    /* line 2467, ../sass/main.scss */
    .match-stats .team.right {
        text-align: right;
        padding: 0 180px 0 0;
    }
        /* line 2470, ../sass/main.scss */
        .match-stats .team.right img {
            padding: 0 0 0 10px;
        }
        /* line 2473, ../sass/main.scss */
        .match-stats .team.right ul {
            text-align: left;
        }
/* line 2478, ../sass/main.scss */
.match-stats ul {
    padding: 0;
    list-style: none;
    margin: 0 auto 40px auto;
    max-width: 900px;
}
    /* line 2483, ../sass/main.scss */
    .match-stats ul li {
        list-style: none;
        justify-content: space-between;
        display: flex;
        border-top: 1px solid #dedede;
        margin-top: 20px;
        padding-top: 20px;
        color: #000;
        font-weight: bold;
    }
        /* line 2492, ../sass/main.scss */
        .match-stats ul li span.center {
            color: #888;
        }
        /* line 2495, ../sass/main.scss */
        .match-stats ul li:first-child {
            margin-top: 50px;
        }
        /* line 2498, ../sass/main.scss */
        .match-stats ul li:last-child {
            border-bottom: 1px solid #dedede !important;
            padding-bottom: 20px !important;
        }
/* line 2504, ../sass/main.scss */
.match-stats .result-match {
    text-align: center;
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Next Match --------------------------------------------------------*/
/* line 2518, ../sass/main.scss */
.next-match .title-counter {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}
/* line 2524, ../sass/main.scss */
.next-match .counter {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 20px 150px;
    display: table;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

@media (max-width: 991px) {
    /* line 2524, ../sass/main.scss */
    .next-match .counter {
        padding: 20px;
    }
}
/* line 2534, ../sass/main.scss */
.next-match .counter span {
    display: inline-block;
    margin: auto 5px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #232323;
}
    /* line 2541, ../sass/main.scss */
    .next-match .counter span small {
        font-size: 0.9rem;
        font-weight: normal;
        color: #666;
    }
/* line 2548, ../sass/main.scss */
.next-match .team {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
}
    /* line 2552, ../sass/main.scss */
    .next-match .team a {
        color: #222;
    }
    /* line 2555, ../sass/main.scss */
    .next-match .team img {
        padding-left: 10px;
    }
    /* line 2558, ../sass/main.scss */
    .next-match .team.right {
        text-align: left;
    }
        /* line 2560, ../sass/main.scss */
        .next-match .team.right img {
            padding: 0 10px 0 0;
        }
/* line 2565, ../sass/main.scss */
.next-match .vs-match {
    text-align: center;
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
}
/* line 2574, ../sass/main.scss */
.next-match .date-match {
    list-style: none;
    padding: 30px 0 0 0;
    text-align: center;
}
    /* line 2578, ../sass/main.scss */
    .next-match .date-match li {
        display: inline-block;
        margin: 0 10px;
    }
        /* line 2581, ../sass/main.scss */
        .next-match .date-match li i {
            padding-right: 5px;
        }

/* List Diary --------------------------------------------------------*/
/* line 2592, ../sass/main.scss */
.list-diary {
    list-style: none;
    padding: 0 0 40px 0;
}
    /* line 2595, ../sass/main.scss */
    .list-diary li {
        border-bottom: 1px solid #dedede;
        padding: 0 0 25px 0;
        width: 80%;
        display: block;
        margin: 0 auto 25px auto;
    }
        /* line 2601, ../sass/main.scss */
        .list-diary li h6 {
            padding: 0 0 5px 0;
            text-align: center;
        }
            /* line 2604, ../sass/main.scss */
            .list-diary li h6 span {
                display: block;
                font-size: 12px;
                content: #232323;
                line-height: 25px;
            }
        /* line 2611, ../sass/main.scss */
        .list-diary li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    /* line 2618, ../sass/main.scss */
    .list-diary .club-logo {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
        /* line 2622, ../sass/main.scss */
        .list-diary .club-logo li {
            text-align: center;
            border: 0;
            padding: 0;
            margin: 0;
        }
            /* line 2628, ../sass/main.scss */
            .list-diary .club-logo li:last-child {
                margin-right: 0;
            }
            /* line 2631, ../sass/main.scss */
            .list-diary .club-logo li h6 {
                display: block;
            }
            /* line 2634, ../sass/main.scss */
            .list-diary .club-logo li img {
                width: 90%;
                max-width: 38px;
                height: auto;
                border: 1px solid #c7c6c6;
                display: block;
                margin: 0 auto;
            }
            /* line 2642, ../sass/main.scss */
            .list-diary .club-logo li span {
                font-size: 0.7rem;
            }

/* line 2649, ../sass/main.scss */
.content-counter .club-logo {
    display: table;
    margin: 0 auto;
    width: 250px;
}

    /* line 2654, ../sass/main.scss */
    .content-counter .club-logo li {
        width: 25%;
        display: inline-block;
        float: none;
        padding: 0;
        margin: 0;
        min-height: 80px;
        width: 80px;
    }

        /* line 2663, ../sass/main.scss */
        .content-counter .club-logo li span {
            font-size: 25px;
            color: #232323;
        }

/* Form Theme ---------------------------------------------------------*/
/* line 2671, ../sass/main.scss */
.form-theme {
    margin: 0;
    width: 100%;
}

    /* line 2675, ../sass/main.scss */
    .form-theme input {
        margin-bottom: 25px;
        height: 45px;
        border-radius: 0;
        width: 100%;
    }

    /* line 2681, ../sass/main.scss */
    .form-theme label {
        font-weight: normal;
    }

    /* line 2684, ../sass/main.scss */
    .form-theme textarea {
        border-radius: 0;
        width: 100%;
        height: 100px;
    }

    /* line 2689, ../sass/main.scss */
    .form-theme .btn {
        margin-top: 25px;
        margin-bottom: -5px;
        width: auto;
        height: auto;
        border: 0;
        font-size: 1rem;
    }

/* line 2698, ../sass/main.scss */
.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 35px !important;
}

@media (max-width: 767px) {
    /* line 2698, ../sass/main.scss */
    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }
}
/* line 2704, ../sass/main.scss */
.form-horizontal .form-group label {
    text-align: right;
    font-weight: 500;
    color: #000;
}

@media (max-width: 767px) {
    /* line 2704, ../sass/main.scss */
    .form-horizontal .form-group label {
        text-align: left;
    }
}
/* line 2712, ../sass/main.scss */
.form-horizontal .form-group input {
    margin-bottom: 0;
}
/* line 2715, ../sass/main.scss */
.form-horizontal .form-group .btn-iw {
    width: 100%;
    margin: 0 !important;
    border: 0;
}
    /* line 2719, ../sass/main.scss */
    .form-horizontal .form-group .btn-iw:hover {
        cursor: pointer !important;
    }

/* Contact ---------------------------------------------------------------*/
/* line 2729, ../sass/main.scss */
#map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
}
    /* line 2735, ../sass/main.scss */
    #map iframe {
        height: 400px;
    }

/* line 2739, ../sass/main.scss */
address {
    line-height: 35px;
    padding-left: 10px;
}

    /* line 2743, ../sass/main.scss */
    address i {
        padding-right: 10px;
    }

    /* line 2746, ../sass/main.scss */
    address strong {
        padding-right: 3px;
    }

/* line 2749, ../sass/main.scss */
.result {
    display: block;
    margin-top: 25px;
}

/* Newsletter -------------------------------------------*/
/* line 2756, ../sass/main.scss */
.section-newsletter {
    margin-top: 40px;
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 100px 0 140px 0;
}

@media (max-width: 767px) {
    /* line 2756, ../sass/main.scss */
    .section-newsletter {
        padding: 50px 0 120px 0;
    }
}
/* line 2764, ../sass/main.scss */
.section-newsletter.dark {
    background: #101010;
}
    /* line 2766, ../sass/main.scss */
    .section-newsletter.dark h2 {
        color: #fff;
    }
    /* line 2769, ../sass/main.scss */
    .section-newsletter.dark p {
        color: #828282;
    }

/* line 2775, ../sass/main.scss */
#newsletterForm {
    max-width: 750px;
    margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
    /* line 2779, ../sass/main.scss */
    #newsletterForm .input-group {
        margin-top: 30px;
    }
}

/* line 2784, ../sass/main.scss */
#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon {
    height: 45px;
    border: solid 1px #dedede;
    z-index: 1;
}

/* line 2791, ../sass/main.scss */
#newsletterForm .form-control {
    border-left: 0;
}

/* line 2794, ../sass/main.scss */
#newsletterForm .input-group-addon i {
    color: #999;
}

/* line 2797, ../sass/main.scss */
#result-newsletter .alert {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 500px;
}

/* line 2802, ../sass/main.scss */
.search {
    margin-bottom: 30px;
}

    /* line 2805, ../sass/main.scss */
    .search input,
    .search .btn {
        height: 40px;
    }

/* line 2809, ../sass/main.scss */
.btn {
    border: 0;
}
    /* line 2811, ../sass/main.scss */
    .btn:hover {
        cursor: pointer;
    }

/* line 2815, ../sass/main.scss */
.form-control {
    font-size: 0.8rem;
}

/* Instagram Btn -------------------------------------------*/
/* line 2822, ../sass/main.scss */
.instagram-btn {
    position: relative;
}
    /* line 2824, ../sass/main.scss */
    .instagram-btn .btn-instagram {
        position: absolute;
        background: #000;
        width: 230px;
        left: 50%;
        margin-left: -115px;
        top: -51px;
        z-index: 99;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
    }
        /* line 2840, ../sass/main.scss */
        .instagram-btn .btn-instagram i {
            padding-right: 7px;
            font-size: 21px;
            vertical-align: sub;
        }
        /* line 2845, ../sass/main.scss */
        .instagram-btn .btn-instagram a {
            color: #fff;
            font-weight: bold;
        }
    /* line 2851, ../sass/main.scss */
    .instagram-btn.light .btn-instagram {
        color: #000;
        top: -50px;
        background: #fff;
    }
        /* line 2855, ../sass/main.scss */
        .instagram-btn.light .btn-instagram a {
            color: #000;
        }

/* Content Instagram -------------------------------------------*/
/* line 2865, ../sass/main.scss */
.content-instagram {
    overflow: auto;
    position: relative;
}
    /* line 2868, ../sass/main.scss */
    .content-instagram #instafeed {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
        /* line 2871, ../sass/main.scss */
        .content-instagram #instafeed a img {
            width: 100%;
            height: auto;
        }
    /* line 2877, ../sass/main.scss */
    .content-instagram .insta-items {
        padding: 0;
    }

/* Item Team -------------------------------------------*/
/* line 2888, ../sass/main.scss */
.item-team {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
    /* line 2892, ../sass/main.scss */
    .item-team .head-team {
        overflow: hidden;
        max-height: 165px;
        position: relative;
    }
    /* line 2897, ../sass/main.scss */
    .item-team .info-team {
        padding: 50px 0 0 0;
        text-align: center;
        position: relative;
    }
        /* line 2901, ../sass/main.scss */
        .item-team .info-team .logo-team {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 50%;
            position: absolute;
            top: -35px;
            left: 50%;
            margin-left: -35px;
        }
            /* line 2913, ../sass/main.scss */
            .item-team .info-team .logo-team img {
                width: 40px;
            }
        /* line 2917, ../sass/main.scss */
        .item-team .info-team h4 {
            margin-bottom: 25px;
        }
        /* line 2920, ../sass/main.scss */
        .item-team .info-team .location-team {
            border-top: 1px solid #dedede;
            border-right: 1px solid #dedede;
            display: inline-block;
            float: left;
            width: 50%;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 0.78rem;
        }
            /* line 2929, ../sass/main.scss */
            .item-team .info-team .location-team i {
                padding-right: 5px;
                color: #444;
            }
        /* line 2934, ../sass/main.scss */
        .item-team .info-team .group-team {
            border-top: 1px solid #dedede;
            display: inline-block;
            width: 50%;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 0.78rem;
        }
            /* line 2941, ../sass/main.scss */
            .item-team .info-team .group-team i {
                padding-right: 5px;
                color: #444;
            }
    /* line 2947, ../sass/main.scss */
    .item-team .btn {
        color: #fff;
        display: block;
        padding: 10px;
        text-align: center;
        border-radius: 0;
        position: relative;
    }
        /* line 2954, ../sass/main.scss */
        .item-team .btn i {
            position: absolute;
            right: 20px;
            top: 12px;
        }

/* Item Player -------------------------------------------*/
/* line 2965, ../sass/main.scss */
.item-player {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
    /* line 2969, ../sass/main.scss */
    .item-player .head-player {
        overflow: hidden;
        max-height: 165px;
        position: relative;
    }
    /* line 2974, ../sass/main.scss */
    .item-player .info-player {
        padding: 35px 0 0 0;
        position: relative;
    }
        /* line 2977, ../sass/main.scss */
        .item-player .info-player .number-player {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 50%;
            position: absolute;
            top: -25px;
            left: 50%;
            margin-left: -25px;
            color: #fff;
            font-size: 1rem;
            font-weight: bold;
        }
        /* line 2993, ../sass/main.scss */
        .item-player .info-player h4 {
            margin-bottom: 25px;
            text-align: center;
        }
            /* line 2996, ../sass/main.scss */
            .item-player .info-player h4 span {
                display: block;
                font-size: 0.8rem;
            }
        /* line 3001, ../sass/main.scss */
        .item-player .info-player h6 {
            text-align: center;
        }
        /* line 3004, ../sass/main.scss */
        .item-player .info-player ul {
            padding: 0;
            list-style: none;
        }
            /* line 3007, ../sass/main.scss */
            .item-player .info-player ul li {
                border-top: 1px solid #dedede;
                padding: 8px 20px;
            }
                /* line 3010, ../sass/main.scss */
                .item-player .info-player ul li strong {
                    font-size: 0.8rem;
                    font-weight: 600;
                }
                /* line 3014, ../sass/main.scss */
                .item-player .info-player ul li img {
                    max-height: 10px;
                }
                /* line 3017, ../sass/main.scss */
                .item-player .info-player ul li span {
                    float: right;
                }
    /* line 3023, ../sass/main.scss */
    .item-player .btn {
        color: #fff;
        display: block;
        padding: 10px;
        text-align: center;
        border-radius: 0;
        position: relative;
    }
        /* line 3030, ../sass/main.scss */
        .item-player .btn i {
            position: absolute;
            right: 20px;
            top: 12px;
        }
    /* line 3036, ../sass/main.scss */
    .item-player.single-player {
        margin-top: -148px;
    }

/* Social player ------------------*/
/* line 3043, ../sass/main.scss */
.social-player {
    padding: 10px 0 20px 0 !important;
    list-style: none;
    text-align: center;
}
    /* line 3047, ../sass/main.scss */
    .social-player li {
        margin: 0 10px 0 10px;
        display: inline-block;
        text-align: center;
        border: 0 !important;
        padding: 0 !important;
    }
        /* line 3053, ../sass/main.scss */
        .social-player li a {
            color: #fff;
        }
        /* line 3056, ../sass/main.scss */
        .social-player li:hover div {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        /* line 3064, ../sass/main.scss */
        .social-player li:hover a.facebook {
            color: #3B5998;
        }
        /* line 3067, ../sass/main.scss */
        .social-player li:hover a.twitter-icon {
            color: #4099FF;
        }
        /* line 3070, ../sass/main.scss */
        .social-player li:hover a.youtube {
            color: #bb0000;
        }
        /* line 3073, ../sass/main.scss */
        .social-player li:hover a.google-plus {
            color: #dd4b39;
        }
        /* line 3076, ../sass/main.scss */
        .social-player li:hover a.vimeo {
            color: #1ab7ea;
        }
        /* line 3079, ../sass/main.scss */
        .social-player li div {
            width: 35px;
            height: 35px;
            background: #2c2c2c;
            border-radius: 50%;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }
        /* line 3089, ../sass/main.scss */
        .social-player li i {
            font-size: 15px;
            line-height: 35px;
        }

/* Table  -------------------------------------------*/
/* line 3100, ../sass/main.scss */
table {
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
}
    /* line 3106, ../sass/main.scss */
    table thead tr th {
        padding: 20px 20px;
        border: 1px solid #dedede;
        color: #000;
    }
    /* line 3115, ../sass/main.scss */
    table tr td {
        padding: 10px 20px;
        border: 1px solid #dedede;
    }
        /* line 3118, ../sass/main.scss */
        table tr td img {
            max-width: 40px;
            float: left;
            margin-right: 10px;
            margin-top: 7px;
            border: 1px solid #dedede;
        }
    /* line 3127, ../sass/main.scss */
    /*table.table-striped tbody tr:nth-of-type(odd) {
        background: #f9f9f9;
    }*/
    /* line 3133, ../sass/main.scss */
    table.result-point tr td img {
        margin-top: 0;
    }
    /* line 3136, ../sass/main.scss */
    table.result-point tr td a {
        color: inherit;
    }
    /* line 3139, ../sass/main.scss */
    table.result-point tr td .fa {
        font-size: 20px;
        position: absolute;
        right: 40px;
    }
        /* line 3143, ../sass/main.scss */
        table.result-point tr td .fa.fa-circle {
            font-size: 10px;
        }
        /* line 3146, ../sass/main.scss */
        table.result-point tr td .fa.fa-caret-down {
            color: red;
        }
        /* line 3149, ../sass/main.scss */
        table.result-point tr td .fa.fa-caret-up {
            color: green;
        }
    /* line 3153, ../sass/main.scss */
    table.result-point tr td.number {
        width: 100px;
        position: relative;
    }

@media (max-width: 1199px) {
    /* line 3159, ../sass/main.scss */
    table.result-point.small {
        display: block;
        overflow-x: scroll;
    }
        /* line 3163, ../sass/main.scss */
        table.result-point.small .text-center {
            width: 100%;
        }
}
/* line 3168, ../sass/main.scss */
table.result-point.small tr td {
    padding: 10px;
    font-size: 12px;
}
    /* line 3171, ../sass/main.scss */
    table.result-point.small tr td img {
        width: 20px;
    }
    /* line 3174, ../sass/main.scss */
    table.result-point.small tr td .fa {
        right: 5px;
    }
    /* line 3177, ../sass/main.scss */
    table.result-point.small tr td.number {
        width: auto;
    }
/* line 3187, ../sass/main.scss */
table.career tr td img {
    max-height: 20px;
    margin: 0 10px 0 0;
}

/* line 3197, ../sass/main.scss */
.item-gallery {
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(217, 217, 217, 0.6);
    border-top: 0;
    margin-bottom: 40px;
}
    /* line 3203, ../sass/main.scss */
    .item-gallery .hover {
        position: relative;
        overflow: hidden;
    }
        /* line 3206, ../sass/main.scss */
        .item-gallery .hover.small {
            max-height: 165px;
        }
        /* line 3209, ../sass/main.scss */
        .item-gallery .hover .overlay {
            position: absolute;
            left: 0;
            top: 0px;
            opacity: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
            text-align: center;
            vertical-align: baseline;
        }
            /* line 3228, ../sass/main.scss */
            .item-gallery .hover .overlay i {
                color: #fff;
                font-size: 2rem;
                z-index: 9999;
            }
    /* line 3235, ../sass/main.scss */
    .item-gallery img {
        height: auto;
        max-width: 100%;
        border-radius: 5px 5px 0 0;
        border-top: 1px solid rgba(217, 217, 217, 0.6);
        border-bottom: 1px solid rgba(217, 217, 217, 0.6);
    }
    /* line 3243, ../sass/main.scss */
    .item-gallery:hover .overlay {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
        opacity: 1;
    }
        /* line 3250, ../sass/main.scss */
        .item-gallery:hover .overlay i {
            opacity: 1;
        }
    /* line 3255, ../sass/main.scss */
    .item-gallery .info-gallery {
        font-size: 14px;
        padding: 10px 20px;
        position: relative;
    }
        /* line 3259, ../sass/main.scss */
        .item-gallery .info-gallery p {
            font-size: 14px;
            line-height: 23px;
            max-width: 90%;
            margin: 0;
            padding: 0;
        }
        /* line 3266, ../sass/main.scss */
        .item-gallery .info-gallery i {
            right: 20px;
            top: 10px;
            position: absolute;
            font-size: 1.5rem;
            color: #d9d9d9;
        }

/* line 3278, ../sass/main.scss */
.ri-grid {
    position: relative;
    height: auto;
}

    /* line 3283, ../sass/main.scss */
    .ri-grid ul {
        list-style: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        /* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
        /* line 3293, ../sass/main.scss */
        .ri-grid ul:before,
        .ri-grid ul:after {
            content: '';
            display: table;
        }

        /* line 3299, ../sass/main.scss */
        .ri-grid ul:after {
            clear: both;
        }

    /* line 3303, ../sass/main.scss */
    .ri-grid ul {
        zoom: 1;
        /* For IE 6/7 (trigger hasLayout) */
    }

        /* line 3307, ../sass/main.scss */
        .ri-grid ul li {
            -webkit-perspective: 400px;
            -moz-perspective: 400px;
            -o-perspective: 400px;
            -ms-perspective: 400px;
            perspective: 400px;
            margin: 0;
            padding: 0;
            float: left;
            position: relative;
            display: block;
            overflow: hidden;
            background: #000;
        }

            /* line 3322, ../sass/main.scss */
            .ri-grid ul li a {
                display: block;
                outline: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-background-size: 100% 100%;
                -moz-background-size: 100% 100%;
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                background-color: #333;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
            }

/* Grid wrapper sizes */
/* line 3352, ../sass/main.scss */
.ri-grid-size-1 {
    width: 55%;
}

/* line 3355, ../sass/main.scss */
.ri-grid-size-2 {
    width: 100%;
}

/* line 3358, ../sass/main.scss */
.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}

/* Shadow style */
/* line 3364, ../sass/main.scss */
.ri-shadow:after,
.ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/* line 3382, ../sass/main.scss */
.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

/* line 3392, ../sass/main.scss */
.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

/* line 3397, ../sass/main.scss */
.ri-loading-image {
    display: none;
}

/* line 3401, ../sass/main.scss */
.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}

/* line 3410, ../sass/main.scss */
.item-feature {
    text-align: center;
}

@media (max-width: 1199px) {
    /* line 3410, ../sass/main.scss */
    .item-feature {
        margin-bottom: 40px;
    }
}
/* line 3415, ../sass/main.scss */
.item-feature i {
    font-size: 3rem;
    padding-bottom: 10px;
}
/* line 3420, ../sass/main.scss */
.item-feature a:after {
    font-family: fontawesome;
    content: "\f101";
    padding-left: 5px;
    font-size: 12px;
}
/* line 3428, ../sass/main.scss */
.item-feature.dark a, .item-feature.dark h3 {
    color: #fff;
}

/* Prices Table ------------------------*/
/* line 3436, ../sass/main.scss */
.item-price {
    background: #fff;
    border-radius: 5px;
    padding: 80px 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
}
    /* line 3444, ../sass/main.scss */
    .item-price h3 {
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 2.3rem;
    }
    /* line 3449, ../sass/main.scss */
    .item-price ul {
        margin: 0 0 30px 0;
        padding: 0;
    }
        /* line 3452, ../sass/main.scss */
        .item-price ul li {
            list-style: none;
            padding-bottom: 8px;
        }
    /* line 3457, ../sass/main.scss */
    .item-price .price {
        font-size: 50px;
        color: #000;
        font-weight: 400;
        line-height: 1;
    }
    /* line 3463, ../sass/main.scss */
    .item-price .period {
        font-size: 15px;
        margin-bottom: 40px;
    }
    /* line 3467, ../sass/main.scss */
    .item-price .btn {
        margin: 0;
        font-size: 0.9rem;
    }
    /* line 3471, ../sass/main.scss */
    .item-price:after {
        content: "";
        background: url(../../img/img-theme/plan-shadow.png) no-repeat center top;
        background-size: 100% 38px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -38px;
        width: 100%;
        height: 38px;
    }

